]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Allow to add SaveAs to toolbar.
[evince.git] / ChangeLog
1 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
2
3         * data/evince-toolbar.xml:
4         
5         Allow to add SaveAs to toolbar.
6
7 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-view-private.h:
10         * shell/ev-view.[ch]: (ev_view_button_release_event),
11         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
12         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
13         (ev_view_update_primary_selection), (clear_link_selected),
14         (ev_view_copy_link_address):
15         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
16
17         Update also the primary selection when copying a link
18         address. Fixes bug #520855.
19         
20 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * libdocument/ev-document-factory.c: (get_document_from_uri):
23
24         Use the pixbuf backend only when the mime type is not supported by
25         any of the other backend so that tiff documents, for instance, are
26         handled by the tiff backend instead of the pixbuf backend. fixes
27         bug #520290.
28         
29 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * cut-n-paste/Makefile.am:
32
33         Add evmountoperation to subdirs list.
34         
35 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * configure.ac:
38
39         Fix libspectre check in configure script. Fixes bug #528549.
40         
41 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * configure.ac:
44         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
45         * shell/Makefile.am:
46         * shell/ev-window.c: (ev_window_load_remote_failed),
47         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
48
49         Add GtkMountOperation (renamed to avoid conflicts) to be able to
50         open documents in remote locations that are not mounted.
51         
52 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
55         (bitmap_convert_msb8):
56         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
57         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
58
59         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
60         
61 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
62
63         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
64         (ev_job_render_new), (ev_job_render_set_selection_info),
65         (ev_job_render_run):
66         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
67         (check_job_size_and_unref),
68         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
69         (add_job), (ev_pixbuf_cache_get_selection_surface):
70
71         Create the render context needed for rendering a page in the render
72         thread so that we don't block the main thread. Simplify
73         EvJobRender API.
74         
75 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * libdocument/Makefile.am:
78         * libdocument/ev-page.[ch]:
79         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
80         (ev_render_context_new), (ev_render_context_set_page):
81         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
82         (ev_form_field_finalize), (ev_form_field_class_init):
83         * libdocument/ev-document-forms.[ch]:
84         (ev_document_forms_get_form_fields):
85         * libdocument/ev-document.[ch]: (ev_document_get_page),
86         (ev_document_get_page_size), (ev_document_get_page_label):
87         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
88         (ev_job_render_run), (ev_job_thumbnail_new),
89         (ev_job_thumbnail_run), (ev_job_print_run):
90         * shell/ev-page-cache.c: (ev_page_cache_new):
91         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
92         (check_job_size_and_unref), (add_job):
93         * shell/ev-sidebar-thumbnails.c: (add_range):
94         * shell/ev-view.c: (ev_view_form_field_get_region),
95         (ev_view_form_field_button_create_widget),
96         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
97         (ev_view_handle_form_field), (ev_view_size_allocate),
98         (get_selected_text):
99         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
100         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
101         (pdf_document_get_page), (pdf_document_get_page_label),
102         (pdf_document_render), (pdf_document_get_info),
103         (pdf_document_document_iface_init),
104         (pdf_document_thumbnails_get_thumbnail),
105         (pdf_document_thumbnails_get_dimensions),
106         (pdf_document_file_exporter_do_page),
107         (pdf_selection_render_selection),
108         (pdf_selection_get_selected_text),
109         (pdf_selection_get_selection_region),
110         (pdf_selection_get_selection_map),
111         (pdf_document_forms_get_form_fields),
112         (pdf_document_forms_form_field_text_get_text),
113         (pdf_document_forms_form_field_text_set_text),
114         (pdf_document_forms_form_field_button_set_state),
115         (pdf_document_forms_form_field_button_get_state),
116         (pdf_document_forms_form_field_choice_get_item),
117         (pdf_document_forms_form_field_choice_get_n_items),
118         (pdf_document_forms_form_field_choice_is_item_selected),
119         (pdf_document_forms_form_field_choice_select_item),
120         (pdf_document_forms_form_field_choice_toggle_item),
121         (pdf_document_forms_form_field_choice_unselect_all),
122         (pdf_document_forms_form_field_choice_set_text),
123         (pdf_document_forms_form_field_choice_get_text):
124         * backend/ps/ev-spectre.c: (ps_document_get_page),
125         (ps_document_get_page_size), (ps_document_get_page_label),
126         (ps_document_render), (ps_document_document_iface_init),
127         (ps_document_file_exporter_do_page):
128         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
129         (tiff_document_render), (tiff_document_render_pixbuf),
130         (tiff_document_file_exporter_do_page):
131         * backend/pixbuf/pixbuf-document.c:
132         (pixbuf_document_get_page_size):
133         * backend/comics/comics-document.c:
134         (comics_document_get_page_size), (comics_document_render_pixbuf):
135         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
136         (djvu_document_render), (djvu_selection_get_selected_text),
137         (djvu_document_thumbnails_get_thumbnail),
138         (djvu_document_file_exporter_do_page),
139         (djvu_document_find_get_result):
140         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
141         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
142         (dvi_document_thumbnails_get_thumbnail),
143         (dvi_document_file_exporter_do_page):
144         * backend/impress/impress-document.c:
145         (impress_document_get_page_size),
146         (impress_document_render_pixbuf):
147         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
148
149         Add EvPage so that we can hold a reference to the backend
150         page. Form fields keep now a reference to the poppler page
151         improving performance since we don't have to create/destroy the
152         poppler field for every form operation. This will be needed for
153         annotations too.
154         
155 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * data/evince-ui.xml:
158         * shell/ev-window.c:
159
160         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
161         
162 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * configure.ac:
165         * backend/ps/Makefile.am:
166
167         Remove gs stuff from ps backend.
168         
169 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * configure.ac:
172         * backend/pdf/ev-poppler.cc:
173
174         Bump poppler requirement to 0.8.0.
175         
176 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
177
178         * NEWS:
179         * configure.ac:
180
181         Update for release 2.22.1.1
182
183 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * configure.ac:
186
187         Fix build (again) when poppler version is 0.6
188         
189 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * backend/djvu/djvu-links.c: (build_tree):
192
193         Make sure link title is a valid utf8 string. Fixes bug #526517.
194         
195 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
196
197         * configure.ac:
198
199         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
200         #526799.
201         
202 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
203
204         * configure.ac:
205         
206         Update for release 2.22.1.
207
208 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
209
210         * NEWS:
211
212         Update for upcoming release.
213
214 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
215
216         * configure.ac:
217         * backend/dvi/dvidocument.evince-backend.in:
218
219         Add compressed dvi to the list of supported mime types. Patch by
220         Ed Catmur. Fixes bug #307087.
221
222 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * shell/ev-jobs.c: (ev_job_print_get_page_list):
225
226         Fix a crash when printing a range that doesn't specify the start or
227         end page. Fixes bug #524288.
228
229 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
230
231         * shell/ev-window.c: (ev_window_cmd_continuous),
232         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
233         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
234         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
235         (ev_window_run_presentation), (ev_window_stop_presentation),
236         (ev_window_cmd_view_presentation),
237         (ev_window_cmd_leave_fullscreen),
238         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
239
240         Do not unfullscreen and fullscreen again the window when changing
241         from fullscreen to presentation mode and vice versa. Fixes bug
242         #524112.
243         
244 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
247
248         Do not crash when thumbnail failed to render in PS backend. Fixes
249         bug #525015.
250         
251 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * shell/ev-window.c: (window_open_file_copy_ready_cb),
254         (ev_window_load_file_remote), (ev_window_open_uri):
255
256         Handle errors when opening remote files.
257         
258 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
259
260         * shell/ev-page-action.c: (ev_page_action_grab_focus):
261
262         Only grab the focus for the current visible proxy widget. Fixes
263         bug #521224.
264         
265 2008-03-30  Emil Soleyman  <emil@nishra.com>
266
267         * shell/ev-window.c: (launch_external_uri):
268         
269         Reuse g_app_info_launch_default_for_uri to
270         save some code and fix bug #525009.
271
272 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
273
274         * shell/ev-window.c (image_save_dialog_response_cb):
275
276         Use g_str_has_suffix. See bug #523069.
277
278 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
279
280         * configure.ac:
281
282         Add a configure option to enable/diable DBus. Patch by Rémi
283         Cardona. Fixes bug 521797.
284
285 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
286
287         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
288
289         Fix printing in documents with rotated pages. Patch by Eugen
290         Dedu. Fixes bug #512648.
291         
292 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
293
294         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
295         (ev_link_from_action):
296
297         Fix warning messages.
298         
299 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
300
301         * shell/ev-window.c: (image_save_dialog_response_cb):
302
303         Do not append the extension to filename when saving an image
304         if the filename alredy contains the extension. Fixes bug #523069.
305         
306 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * shell/ev-view.[ch]: (ev_view_find_cancel):
309         * shell/ev-window.c: (find_bar_close_cb):
310
311         Cancel the find operation when the find bar is closed. Fixes bug
312         #508845.
313         
314 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * backend/ps/psdocument.evince-backend.in:
317
318         Make ps backend module resident. Fixes bug #520607.
319         
320 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * shell/ev-jobs.c: (ev_job_print_run):
323
324         Invert collate action in order to work as expected, fix reverse
325         printing so that it doesn't start with a blank page and fix number
326         of copies. Patch by Eugen Dedu. Fixes bug #365332.
327         
328 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
331
332         Fix build with poppler <= 0.7.2
333         
334 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * libdocument/ev-document-misc.c:
337         (ev_document_misc_surface_from_pixbuf):
338
339         Fix selections with poppler-splash.
340         
341 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
342
343         * configure.ac:
344         * backend/pdf/ev-poppler.cc:
345
346         Fix build with poppler >= 0.7.2
347         
348 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
349
350         * configure.ac:
351         
352         Update for release 2.22.0
353
354 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
355
356         * NEWS:
357
358         Update for upcoming release.
359
360 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
361
362         * shell/ev-window.c (ev_window_print_dialog_response_cb):
363
364         Bug 495107 – Handle print dialog responses correctly
365
366         Correctly handle print dialog response. Properly fixes
367         the above mentioned bug.
368
369 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
370
371         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
372
373         Make sure print job is only run when the print button is
374         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
375         
376 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
377
378         * backend/pdf/pdfdocument.evince-backend.in:
379         * libdocument/ev-backends-manager.c:
380         (ev_backends_manager_load_backend),
381         (ev_backends_manager_get_document):
382         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
383
384         Allow making backend modules resident. This is needed only for
385         some backends like pdf to avoid registering glib types more than
386         once.
387         
388 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * backend/comics/comics-document.c:
391         * backend/djvu/djvu-document.c:
392         * backend/impress/impress-document.c:
393         * backend/pdf/ev-poppler.cc:
394         * backend/pixbuf/pixbuf-document.c:
395         * backend/ps/ev-spectre.c:
396         * backend/ps/ps-document.c:
397         * backend/tiff/tiff-document.c:
398         * libdocument/ev-document.h:
399         * properties/ev-properties-main.c:
400
401         Use g_type_module_add_interface instead of
402         g_type_add_interface_static. Fixes bug #519679.
403         
404 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
405
406         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
407         Added. Returns whether the animation has everything necessary to run.
408         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
409         is ready just because it's been created. Fixes #519106.
410         (draw_one_page): Do not show the "Loading..." text in presentation
411         mode, there was a slim probability that this could happen.
412
413 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
416
417         Duplicate mime_type string before freeing it so that it doesn't
418         always fail when getting mime type from uri. Fixes bug #518874.
419         
420 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
421
422         * shell/ev-view.c: (ev_view_form_field_choice_changed):
423
424         Fix a crash when a choice form field doesn't have any item
425         selected. Fixes bug #518831
426         
427 2008-02-25  Alexander Larsson  <alexl@redhat.com>
428
429         * shell/ev-window.c (ev_window_clear_temp_file):
430         Use g_file_has_prefix instead of renamed
431         g_file_contains_file.
432
433         * configure.ac:
434         Require new glib for above change.
435         
436 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * libdocument/ev-image.c: (ev_image_finalize),
439         (ev_image_save_tmp):
440
441         Return a real uri instead of a filename when saving an
442         image. Fixes images drag an drop from evince to nautilus. 
443         
444 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * backend/pdf/ev-poppler.cc:
447         (pdf_document_images_get_image_mapping):
448
449         Return the image list in the right order. Fixes bug #516237.
450         
451 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
452
453         * backend/impress/impress-document.c:
454         (impress_document_thumbnails_get_thumbnail):
455
456         Remove unused variable to avoid a compiler warning.
457
458 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
459
460         * configure.ac:
461         
462         Update for release 2.21.91.
463
464 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
465
466         * configure.ac:
467         * shell/Makefile.am:
468         * shell/ev-application.[ch]:
469         * shell/ev-sidebar-links.c:
470         * shell/ev-utils.[ch]:
471         * shell/ev-window.[ch]:
472
473         Remove libgnomeprint support. Fixes bug #512370.
474         
475 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
476
477         * thumbnailer/evince-thumbnailer.c: (main):
478
479         Initialize glib type system before using it. Fixes bug #513934.
480         
481 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * properties/ev-properties-main.c:
484
485         Add missing #include.
486         
487 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
488
489         * configure.ac:
490         * backend/djvu/djvu-document.c: (djvu_document_render):
491         * backend/tiff/tiff-document.c: (tiff_document_render):
492
493         Use the new cairo function cairo_format_stride_for_width when
494         available. Fixes bug #482720.
495
496 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
497
498         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
499         (get_mime_type_from_data), (get_document_from_uri):
500
501         Use g_content_type_guess() only when slow is true in
502         get_document_from_uri(). Fix several memory leaks.
503         
504 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
505
506         * libdocument/ev-document-factory.c:
507         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
508         (get_document_from_uri):
509
510         Use g_content_type_guess () to get mimetype for files.
511         Bug #510401.
512
513 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
514
515         * thumbnailer/Makefile.am:
516
517         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
518         
519 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
520
521         * configure.ac:
522
523         Fix build with --without-libgnome. Fixes bug #512771.
524         
525 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
526
527         * backend/dvi/Makefile.am: Install only dvi
528         module. Fixes bug #512718.
529
530 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
531
532         * properties/ev-properties-main.c: (nautilus_module_initialize):
533         
534         Initialize backends in properties tab. Fixes bug
535         #512720.
536
537 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
538
539         * properties/Makefile.am: No need to link with 
540         libraries. Fixes bug #512719.
541
542 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
543
544         * NEWS:
545         * configure.ac:
546         
547         Update for release 2.21.90.
548
549 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * shell/ev-window.c: (ev_window_cmd_escape):
552
553         Fix compile warning.
554         
555 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
556
557         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
558
559         Fix printing in dvi backend when filename contains white
560         espaces. Fixes bug #502839.
561         
562 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
563
564         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
565         (screensaver_disable_x11):
566         * shell/Makefile.am:
567         * shell/xdg-user-dir-lookup.c: Removed
568         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
569         * shell/ev-view.c: (ev_view_presentation_transition_start):
570         * shell/ev-window.c: (ev_window_cmd_file_open),
571         (ev_window_cmd_save_as), (presentation_set_timeout):
572
573         Remove #ifdefs that are no longer needed.
574         
575 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * shell/ev-view.[ch]: (ev_view_button_release_event),
578         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
579         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
580         (ev_window_cmd_escape):
581
582         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
583         
584 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * configure.ac:
587         * backend/comics/comics-document.c: (comics_document_load):
588         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
589         (ev_attachment_set_property), (ev_attachment_init),
590         (ev_attachment_save), (ev_attachment_launch_app),
591         (ev_attachment_open):
592         * libdocument/ev-document-factory.c: (get_document_from_uri):
593         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
594         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
595         * shell/ev-jobs.c:
596         * shell/ev-password.c: (ev_password_dialog_set_property),
597         (ev_password_dialog_save_password):
598         * shell/ev-sidebar-attachments.c:
599         (ev_sidebar_attachments_drag_data_get):
600         * shell/ev-window-title.c: (get_filename_from_uri):
601         * shell/ev-window.c: (ev_window_clear_temp_file),
602         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
603         (ev_window_open_uri), (window_save_file_copy_ready_cb),
604         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
605         (launch_external_uri), (image_save_dialog_response_cb),
606         (attachment_save_dialog_response_cb):
607         * shell/main.c: (load_files), (load_files_remote), (main):
608         * thumbnailer/evince-thumbnailer.c: (main):
609
610         Port to gio and drop gnome-vfs dependency. Fixes bug
611         #510401. Based on patch by Cosimo Cecchi.
612         
613 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
614
615         * NEWS:
616
617         Fixed formatting inconsistencies (spaces vs. tabs)
618
619 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
620
621         * shell/ev-window.c:
622
623         Use top/up/bottom/down arrows instead of
624         first/left/last/right in the toolbar and menu actions.
625         This fixes issues with RTL languages and is visually
626         consistent with the page view. Fixes bug #170081.
627
628 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
629
630         * NEWS:
631
632         Fixed some inaccuracies pointed out by Carlos Garcia
633         Campos.
634
635 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
636
637         * NEWS:
638         * data/evince.schemas.in:
639         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
640
641         Override PDF restrictions by default. Fixes bug #382700.
642
643 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
644
645         * NEWS: Updated for upcoming release
646
647 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
648
649         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
650
651         Fix memory leak.
652         
653 2008-01-23  Gil Forcada <gilforcada@guifi.net>
654
655         * shell/ev-window.c: (register_custom_actions):
656         
657         Added comment for translators
658
659 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
660
661         * shell/ev-view.c: (ev_view_button_release_event):
662
663         Do not create the idle function for kinetic scrolling if we are
664         not in a drag operation.
665
666 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
667
668         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
669         (ev_view_button_press_event), (ev_view_motion_notify_event),
670         (ev_view_button_release_event):
671
672         Restore cursor after autoscrolling. Fixes bug #509958.
673
674 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * configure.ac:
677         * backend/pdf/ev-poppler.cc:
678         (pdf_document_images_get_image_mapping),
679         (pdf_document_images_get_image),
680         (pdf_document_document_images_iface_init):
681         * libdocument/ev-document-images.[ch]:
682         (ev_document_images_get_image_mapping),
683         (ev_document_images_get_image):
684         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
685         (ev_image_get_id), (ev_image_save_tmp):
686         * shell/ev-jobs.c: (ev_job_render_run):
687         * shell/ev-view.c: (ev_view_drag_data_get):
688         * shell/ev-window.c: (image_save_dialog_response_cb),
689         (ev_view_popup_cmd_copy_image):
690
691         Do not render images when rendering the page but on demand. It
692         reduces the memory comsumption.
693         
694 2008-01-18  Marcelo Lira  <setanta@gmail.com>
695
696         * configure.a:
697         * shell/ev-password.c:
698
699         Make gnome-keyring optional. Fixes bug #509676.
700         
701 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
702
703         * shell/ev-pixbuf-cache.c: (add_job):
704
705         Initialize include_images variable as FALSE instead of TRUE.
706         
707 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
708
709         * configure.ac:
710         * cut-n-paste/Makefile.am:
711         * cut-n-paste/fileformatchooser/Makefile.am:
712         * cut-n-paste/fileformatchooser/egg-macros.h:
713         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
714         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
715         * shell/Makefile.am:
716         * shell/ev-utils.c:
717         (file_chooser_dialog_add_writable_pixbuf_formats),
718         (get_gdk_pixbuf_format_by_extension):
719         * shell/ev-utils.h:
720         * shell/ev-window.c: (ev_window_error_message),
721         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
722         
723         Simplify image format selection on save.
724
725 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
726
727         * shell/ev-view.c: (ev_view_scroll_event):
728         
729         Repair gorizontal scrolling with shift. Fixes
730         bug #483412.
731
732 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
733         
734         * MAINTAINERS:
735
736         Fix formatting issues.
737         
738 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
739
740         * backend/comics/comics-document.c: (comics_regex_quote):
741         
742         Don't overquote special chars except of '. See bug 
743         502500. Thanks to Tom Parker.
744
745 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
746
747         * MAINTAINERS:
748         
749         Added Nickolay and Carlos, since they're doing most of
750         the releases nowadays.
751
752 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
753
754         * properties/Makefile.am:
755
756         Get the nautilus extension dir properly instead of using
757         a hack. Fixes bug #505359.
758
759 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
760
761         * properties/Makefile.am:
762         
763         Install nautilus extension into new place. See bug
764         #505359. Thanks to Matthias Clasen, Brian Pepple and
765         Damien Carbery.
766
767 2008-01-13  Djihed Afifi  <djihed@gmail.com>
768
769         * shell/ev-window.c: (ev_window_get_recent_file_label):
770         
771         RTL marker in recent file list. See bug #509076.
772
773 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
776         * shell/ev-window.c: (image_save_dialog_response_cb):
777
778         Fix compile warnings due to unused variables.
779         
780 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
781
782         * configure.ac:
783         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
784         * backend/ps/ev-spectre.c: (ps_document_render):
785
786         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
787
788 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
789
790         * shell/ev-transition-animation.c (ev_transition_animation_fade)
791         (ev_transition_animation_paint): Implement "fade" effect.
792
793 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
794
795         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
796         (ev_transition_animation_paint): Implement "uncover" effect.
797
798 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
799
800         * shell/ev-transition-animation.c (ev_transition_animation_cover)
801         (ev_transition_animation_paint): Implement "cover" effect.
802
803 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
804
805         * shell/ev-transition-animation.c (ev_transition_animation_push)
806         (ev_transition_animation_paint): Implement "push" effect.
807
808 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
809
810         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
811         (ev_transition_animation_paint): Implement "dissolve" effect.
812
813 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
814
815         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
816         (ev_transition_animation_paint): Implement "wipe" effect.
817
818 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
819
820         * shell/ev-transition-animation.c (ev_transition_animation_box)
821         (ev_transition_animation_paint): Implement "box" effect.
822
823 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
824
825         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
826         (ev_transition_animation_paint): Implement "blinds" effect.
827
828 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
829
830         * shell/ev-transition-animation.c (ev_transition_animation_split)
831         (ev_transition_animation_paint): Implement "split" effect.
832
833 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
834
835         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
836         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
837         (ev_view_transition_animation_start) 
838         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
839         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
840         (ev_view_next_page) (ev_view_previous_page):
841         
842         Use EvTransitionAnimation to drive page changes in the presentation
843         mode, the animation will wait to start until both the origin and 
844         destination page surfaces are available. Fixes #458460.
845
846         (draw_loading_text):
847
848         Remove workaround for bug #320352, it's now fixed properly.
849
850
851 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
852
853         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
854         will contain the implementations for page transition animations, at
855         the moment it just has the "replace" effect.
856         * shell/Makefile.am: Added these files to build.
857
858 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
859
860         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
861         animations.
862         * shell/Makefile.am: Added these files to build.
863
864 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
865
866         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
867         implementation to get_effect() in EvDocumentTransitionIface.
868
869 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
870
871         * libdocument/ev-transition-effect.[ch]: New files, define a page
872         transition effect, at the moment it maps PopplerPageTransition to a
873         GObject.
874         * libdocument/Makefile.am: Added these files to build.
875         * libdocument/ev-document-transition.[ch]
876         (ev_document_transition_get_effect): New method, gets the
877         EvTransitionEffect returned by the interface implementation, with
878         fallback to the "replace" effect.
879
880 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
881
882         * configure.ac:
883         * cut-n-paste/Makefile.am:
884         * cut-n-paste/fileformatchooser/Makefile.am:
885         * cut-n-paste/fileformatchooser/egg-macros.h:
886         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
887         * shell/Makefile.am:
888         * shell/ev-window.c: (image_save_dialog_response_cb),
889         (ev_view_popup_cmd_save_image_as):
890
891         Allow exporting images in any format supported by
892         GdkPixbuf. Fixes bug #500209.
893         
894 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
895
896         * backend/pixbuf/pixbuf-document.c:
897
898         More warnings fixed.
899         
900 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
903         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
904         * backend/djvu/djvu-text.h:
905         * backend/tiff/tiff-document.c: (tiff_document_render):
906
907         Fix compile warnings.
908         
909 2007-12-28  Christian Persch  <chpe@gnome.org>
910
911         * **/*.c: Include config.h. Bug #504721.
912
913 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * configure.ac:
916         * Makefile.am:
917         * po/POTFILES.in:
918         * backend/comics/Makefile.am:
919         * backend/comics/comics-document.[ch]:
920         * backend/comics/comicsdocument.evince-backend.in:
921         * backend/djvu/Makefile.am:
922         * backend/djvu/djvu-document.[ch]:
923         * backend/djvu/djvudocument.evince-backend.in:
924         * backend/dvi/Makefile.am:
925         * backend/dvi/dvi-document.[c]:
926         * backend/dvi/dvidocument.evince-backend.in:
927         * backend/impress/Makefile.am:
928         * backend/impress/impress-document.[ch]:
929         * backend/impress/impressdocument.evince-backend.in:
930         * backend/pdf/Makefile.am:
931         * backend/pdf/ev-poppler.cc:
932         * backend/pdf/ev-poppler.h:
933         * backend/pdf/pdfdocument.evince-backend.in:
934         * backend/pixbuf/Makefile.am:
935         * backend/pixbuf/pixbuf-document.[ch]:
936         * backend/pixbuf/pixbufdocument.evince-backend.in:
937         * backend/ps/Makefile.am:
938         * backend/ps/ev-spectre.[ch]:
939         * backend/ps/ps-document.[ch]:
940         * backend/ps/psdocument.evince-backend.in:
941         * backend/tiff/Makefile.am:
942         * backend/tiff/tiff-document.[ch]:
943         * backend/tiff/tiffdocument.evince-backend.in:
944         * libdocument/Makefile.am:
945         * libdocument/ev-backends-manager.[ch]:
946         * libdocument/ev-module.[ch]:
947         * libdocument/ev-document.h:
948         * libdocument/ev-document-factory.[ch]:
949         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
950         (get_compression_from_mime_type), (get_document_from_uri),
951         (ev_document_factory_get_document), (file_filter_add_mime_types),
952         (ev_document_factory_add_filters):
953         * shell/Makefile.am:
954         * shell/ev-window-title.c: (get_filename_from_uri):
955         * shell/main.c: (main):
956         * thumbnailer/Makefile.am:
957         * thumbnailer/evince-thumbnailer.c: (main):
958
959         Plugin system for backends. Fixes bug #351348.
960         
961 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
962
963         * shell/ev-view-private.h:
964         * shell/ev-view.c: (ev_view_drag_update_momentum),
965         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
966         (ev_view_button_release_event), (ev_view_destroy):
967         
968         Kinetic scrolling implemented as requested in
969         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
970
971 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
972
973         * data/evince-toolbar.xml:
974         * data/evince-ui.xml:
975         * shell/ev-view-private.h:
976         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
977         (ev_view_button_press_event), (ev_view_motion_notify_event),
978         (ev_view_button_release_event), (ev_view_init),
979         (ev_view_autoscroll_cb), (ev_view_autoscroll),
980         (ev_view_set_cursor):
981         * shell/ev-view.h:
982         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
983         (ev_window_cmd_view_autoscroll):
984         
985         Autoscroll feature with the context menu. Fixes bug 
986         #323670. Thanks to David Turner <cillian64@googlemail.com>.
987
988 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
991
992         Disconnect also page-ready signal when removing a job because the
993         page size has changed. Thanks to kripken
994         <kripkensteiner@gmail.com>.
995
996 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
997
998         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
999         
1000         Scroll pages in page entry with mouse wheel. Fixes bug
1001         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1002
1003 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * backend/dvi/Makefile.am:
1006         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1007         (mdvi_cairo_device_init):
1008         * backend/dvi/mdvi-lib/common.h:
1009         * backend/dvi/mdvi-lib/mdvi.h:
1010         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1011         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1012         (mdvi_build_path_from_cwd):
1013
1014         Add ps specials support in dvi backend when libspectre is
1015         present. Fixes bug #386005.
1016         
1017 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * configure.ac:
1020         * backend/ps/Makefile.am:
1021         * backend/ps/ev-spectre.[ch]:
1022         
1023         Use libspectre, if available, for the ps backend. Fixes bugs
1024         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1025
1026 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1027         
1028         * backend/comics/comics-document.c: (comics_document_load):
1029         
1030         Cygwin build issue fix.
1031
1032 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1033
1034         * shell/ev-view.c: (ev_view_set_zoom):
1035
1036         Do not limit the minimum zoom factor when sizing mode is best bit
1037         or fit width. Fixes bug #503805.
1038         
1039 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1040
1041         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1042         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1043         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1044         (ev_link_dest_get_property), (ev_link_dest_set_property),
1045         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1046         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1047         (ev_link_dest_new_fitr):
1048         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1049         (goto_fith_dest), (goto_xyz_dest):
1050
1051         Do not change left, top and zoom values when they are null in PDF
1052         destinations. Fixes bug #460658.
1053         
1054 2007-12-10  Christian Persch  <chpe@gnome.org>
1055
1056         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1057         (ev_view_accessible_class_init),
1058         (ev_view_accessible_idle_do_action),
1059         (ev_view_accessible_action_do_action),
1060         (ev_view_accessible_action_get_description),
1061         (ev_view_accessible_action_set_description),
1062         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1063         (ev_view_accessible_factory_init),
1064         (ev_view_accessible_factory_get_accessible_type):
1065         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1066         private data, and G_DEFINE_TYPE. Bug #502843.
1067
1068 2007-12-08  Christian Persch  <chpe@gnome.org>
1069
1070         * shell/ev-metadata-manager.c: (item_free),
1071         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1072         (value_free), (parse_value), (parseItem),
1073         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1074         (save_values): Use GSlice to allocate small amounts of memory. Bug
1075         #475972.
1076
1077 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1080
1081         Restore cursor to normal after a drag operation. Fixes bug
1082         #501603.
1083         
1084 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1085
1086         * NEWS:
1087         * configure.ac:
1088         
1089         Update for release 2.21.1
1090
1091 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * configure.ac:
1094         * cut-n-paste/gedit-message-area/Makefile.am:
1095         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1096         * shell/Makefile.am:
1097         * shell/ev-message-area.[ch]:
1098         * shell/ev-window.c: (ev_window_set_message_area),
1099         (ev_window_error_message_response_cb), (ev_window_error_message),
1100         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1101         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1102         (ev_attachment_popup_cmd_open_attachment),
1103         (attachment_save_dialog_response_cb), (ev_window_set_document),
1104         (ev_window_init):
1105
1106         Use a message area instead of a popup dialog for error
1107         notifications. Fixes bug #337495.
1108         
1109 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1110
1111         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1112         (ev_window_run_fullscreen):
1113
1114         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1115         
1116 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * ev-sidebar-thumbnails.c: (update_visible_range),
1119         (ev_sidebar_thumbnails_refresh),
1120         (ev_sidebar_thumbnails_set_document),
1121         (ev_sidebar_thumbnails_support_document):
1122
1123         Show thumbnails for documents with one page. Fixes bug #358751.
1124         
1125 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1126
1127         * shell/ev-window.c:
1128         (ev_window_load_print_settings_from_metadata),
1129         (ev_window_save_print_settings), (ev_window_print_finished),
1130         (ev_window_print_range):
1131
1132         Print settings that are specific to the document are now saved per
1133         document in the metadata file. Fixes bug #488806.
1134         
1135 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1136
1137         * backend/tiff/tiff-document.c: (tiff_document_render):
1138
1139         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1140         
1141 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1142
1143         * shell/ev-application.[ch]: (get_find_string_from_args),
1144         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1145         (ev_application_open_uri_list):
1146         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1147         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1148         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1149         (ev_window_cmd_recent_file_activate),
1150         (ev_window_open_recent_action_item_activated),
1151         (ev_window_print_send), (open_remote_link):
1152         * shell/main.c: (arguments_parse):
1153
1154         Add a command line option for search. Fixes bug #497710.
1155         
1156 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1157
1158         * shell/ev-jobs.c: (ev_job_print_new):
1159
1160         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1161         
1162 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1163
1164         * data/evince-toolbar.xml:
1165         * shell/Makefile.am:
1166         * shell/ev-application.c: (ev_application_init):
1167         * shell/ev-open-recent-action.[ch]:
1168         * shell/ev-window.c:
1169         (ev_window_open_recent_action_item_activated),
1170         (register_custom_actions):
1171
1172         Add an expander to the open toolbar item which pops up a dropdown
1173         menu with the recently used documents. Fixes bug #487215.
1174         
1175 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1176
1177         * shell/ev-window.c: (ev_window_open_uri),
1178         (ev_window_cmd_view_reload):
1179
1180         Do not jump to the first page when reloading by running evince
1181         from the command line. Fixes bug #490847.
1182         
1183 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1184
1185         * shell/ev-window.c: (ev_window_cmd_help_contents):
1186
1187         Plugged memory leak when help file is not found. Fixes bug
1188         #490762.
1189         
1190 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * configure.ac:
1193
1194         Enable djvu, dvi and comics backends by default. Fixes bug
1195         #437121.
1196         
1197 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * configure.ac:
1200         * cut-n-paste/Makefile.am:
1201         * cut-n-paste/recent-files/*: Removed
1202         * help/reference/Makefile.am:
1203         * shell/Makefile.am:
1204         * shell/ev-application.[ch]: (ev_application_shutdown),
1205         (ev_application_init):
1206         * shell/ev-window.c: (ev_window_add_recent),
1207         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1208
1209         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1210         
1211 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1212
1213         * shell/ev-window.c: (launch_external_uri):
1214
1215         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1216         and report error if the URL is not supported (#489910).
1217
1218 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1219
1220         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1221         (pdf_document_file_exporter_begin_page),
1222         (pdf_document_file_exporter_end_page):
1223
1224         Fix printing with poppler splash backend. Fixes bug #489774.
1225         
1226 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1229         * shell/ev-print-job.c: (ev_print_job_class_init):
1230
1231         Fix a crash when printing with the gnome-print dialog. Fixes bug
1232         #488939.
1233         
1234 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1235
1236         * backend/pixbuf/pixbuf-document.c:
1237
1238         Fix an implicit function definition warning (#487655)
1239
1240 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * shell/ev-window.c:
1243
1244         Fix conflicting shortcut for view sade pane and presentation.
1245         
1246 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * backend/pdf/ev-poppler.cc:
1249         (pdf_document_file_exporter_begin_page),
1250         (pdf_document_file_exporter_do_page),
1251         (pdf_document_file_exporter_end_page),
1252         (pdf_document_file_exporter_iface_init):
1253         * libdocument/ev-file-exporter.[ch]:
1254         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1255         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1256         (ev_job_print_run):
1257
1258         When printing multiple pages per sheet in reverse option, do not
1259         invert the order of the pages in every sheet, but the order of the
1260         sheets. Do not print blank pages when page range is invalid. Fixes
1261         bugs #484857 and #485521.
1262         
1263 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1264
1265         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1266         (ev_job_print_run):
1267         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1268
1269         Respect ranges order when printing more than one range in random
1270         order.
1271         
1272 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1273
1274         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1275         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1276
1277         Rotate also the window icon when document is rotated. Fixes bug
1278         #474681.
1279         
1280 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1283         (pdf_document_forms_get_form_fields):
1284
1285         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1286         Matthias Drochner.
1287         
1288 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * configure.ac:
1291         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1292
1293         Use poppler_page_render_for_printing() instead of
1294         poppler_page_render() if available when exporting to a ps or pdf
1295         file. Fixes bug #476627.
1296         
1297 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * shell/ev-window.c: (ev_window_run_fullscreen):
1300
1301         Do not show the toolbar in fullscreen mode if the main toolbar is
1302         not visible. Fixes bug #483048.
1303         
1304 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1305
1306         * shell/ev-view.c: (ev_view_button_press_event):
1307
1308         Give priority to form fields over images when deciding whether a
1309         button press event is over an image or form field. It allows edit
1310         form fields when they are over a background image. Fixes bug
1311         #477841.
1312         
1313 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1314
1315         * NEWS:
1316         * configure.ac:
1317         
1318         Update for release 2.20.0
1319
1320 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * backend/pdf/ev-poppler.cc:
1323
1324         Remove #ifdef HAVE_FORMS, so that forms support works again.
1325
1326 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1327
1328         * configure.ac:
1329         * data/evince.desktop.in.in:
1330         
1331         Fixes desktop file issues. See bug #473471.
1332
1333 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1334
1335         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1336         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1337         (ev_job_queue_remove_job):
1338         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1339         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1340         * shell/ev-window.c: (ev_window_clear_save_job),
1341         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1342         (ev_window_dispose):
1343
1344         Move save a copy task to its own job so that it's carried out in a
1345         thread avoiding another lock in the main thread. Use
1346         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1347         can be saved to a pathin another file system. Fixes bug #456891.
1348         
1349 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1350
1351         * NEWS:
1352         * configure.ac:
1353         
1354         Update for release 2.19.92
1355
1356 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * configure.ac:
1359         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1360         (pdf_selection_get_selection_region),
1361         (pdf_selection_get_selection_map),
1362         (ev_form_field_from_poppler_field):
1363
1364         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1365         and triple click selections are enabled again now.
1366
1367 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1368
1369         * shell/ev-window.c: (ev_window_add_history):
1370
1371         Make sure not to use the history with documents not supporting
1372         links. Fixes bug #468954.
1373
1374 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * shell/ev-window.c: (ev_window_load_job_cb):
1377
1378         Restart the search when reloading a document with the find bar
1379         visible. Fixes bug #461962.
1380
1381 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1382
1383         * shell/ev-window.c: (setup_document_from_metadata),
1384         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1385
1386         Do not jump to the first page when reloading a document from the
1387         last page.
1388
1389 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * shell/ev-window.c: (update_chrome_flag),
1392         (setup_sidebar_from_metadata),
1393         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1394         (ev_window_cmd_edit_find_next),
1395         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1396         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1397         (find_bar_close_cb), (view_actions_focus_in_cb):
1398
1399         Do not update visibility when changing a chrome flag so that it's
1400         possible to update several flags and update visibility only once
1401         for all of them.
1402
1403 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1404
1405         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1406
1407         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1408         supported by gtk+. Fixes bug #460907.
1409
1410 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1411
1412         * shell/ev-view.c: (view_update_range_and_current_page):
1413
1414         Make sure current-page <= end-page in continuous mode. Fixes bug
1415         #454950.
1416
1417 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1418
1419         * backend/pdf/ev-poppler.cc: (build_tree):
1420
1421         Ignore outline items without a title. Fixes bug #453913.
1422
1423 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1426         (ev_view_button_release_event), (ev_view_leave_notify_event):
1427
1428         Use always drag mouse cursor during a drag operation. Fixes bug
1429         #470564.
1430
1431 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1434         (pdf_selection_get_selection_region),
1435         (pdf_selection_get_selection_map):
1436
1437         Temporarily disable double and triple selections since it depends on
1438         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1439         released and the update of the external dependency minimal version
1440         approved.
1441
1442 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1445         (pdf_document_file_exporter_do_page):
1446         * libdocument/ev-file-exporter.h:
1447         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1448         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1449
1450         Actually fix printing regressions. Remove orientation from
1451         EvPrintContext since it's redundant.
1452
1453 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1454
1455         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1456         * backend/impress/impress-document.c:
1457         (impress_document_document_iface_init):
1458         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1459         * backend/djvu/djvu-document.c:
1460         (djvu_document_document_iface_init),
1461         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1462         * backend/tiff/tiff-document.c:
1463         (tiff_document_document_iface_init):
1464         * backend/pixbuf/pixbuf-document.c:
1465         (pixbuf_document_document_iface_init):
1466         * backend/comics/comics-document.c:
1467         (comics_document_document_iface_init):
1468         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1469         (pdf_selection_render_selection),
1470         (pdf_selection_get_selected_text),
1471         (pdf_selection_get_selection_region),
1472         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1473         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1474         (ev_selection_get_selection_region),
1475         (ev_selection_get_selection_map):
1476         * libdocument/ev-document.[ch]:
1477         * shell/ev-pixbuf-cache.[ch]: (add_job),
1478         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1479         * shell/ev-view-private.h:
1480         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1481         (ev_job_render_run):
1482         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1483         * shell/ev-view.c: (start_selection_for_event),
1484         (ev_view_button_press_event), (ev_view_drag_data_get),
1485         (ev_view_drag_data_received), (ev_view_button_release_event),
1486         (compute_new_selection_text), (compute_selections),
1487         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1488         (ev_view_primary_get_cb):
1489
1490         Add support for double and triple click selections.
1491
1492 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1493
1494         * NEWS:
1495         * configure.ac:
1496
1497         Update for release 2.19.4
1498
1499 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1500
1501         * shell/ev-view-private.h:
1502         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1503         (ev_view_set_highlight_search):
1504         * shell/ev-view.h:
1505         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1506         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1507         (find_bar_visibility_changed_cb):
1508         
1509         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1510
1511 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1514         (pdf_document_file_exporter_begin),
1515         (pdf_document_file_exporter_do_page):
1516         * shell/ev-jobs.c: (ev_job_print_run):
1517         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1518
1519         Create always a portrait cairo surface and rotate when needed for
1520         landscape. It fixes printing problems in real printers.
1521
1522 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1525         * libdocument/ev-file-exporter.[ch]:
1526         (ev_file_exporter_get_capabilities):
1527         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1528         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1529
1530         Adjust number of pages per row according to page orientation when
1531         printing 2 or 6 pages per sheet.
1532
1533 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1534
1535         * shell/ev-window.c: (ev_window_print_send):
1536
1537         Reset also cups setting to 1 when printing multiple pages per
1538         sheet. Fixes bug #468853.
1539
1540 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1541
1542         * libdocument/ev-document-misc.c:
1543         (ev_document_misc_surface_rotate_and_scale):
1544
1545         Use directly cairo_surface_get_content() when creating a similar
1546         surface as suggested by Jeff Muizelaar. Thanks again.
1547
1548 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * backend/djvu/djvu-document.c: (djvu_document_render):
1551         * backend/tiff/tiff-document.c: (tiff_document_render):
1552         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1553         * libdocument/ev-document-misc.c:
1554         (ev_document_misc_surface_from_pixbuf),
1555         (ev_document_misc_surface_rotate_and_scale):
1556
1557         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1558         creating page surfaces. Fixes bug #453123. Thank you very much to
1559         Jeff Muizelaar <jeff@infidigm.net>.
1560
1561 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1562
1563         * shell/ev-page-cache.c: (ev_page_cache_new),
1564         (ev_page_cache_get_thumbnail_size):
1565         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1566         (ev_sidebar_thumbnails_set_loading_icon):
1567
1568         Also store in page-cache the dimensions of the thumbnails so that
1569         they can be used to create the correct loading icon in the side
1570         pane. Fixes bug #466857.
1571
1572 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1573
1574         * backend/pdf/ev-poppler.cc:
1575         (pdf_document_thumbnails_get_thumbnail):
1576
1577         Fix thumbnails rotation in pdf documents that include embedded 
1578         thumbnails.
1579
1580 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1581
1582         * backend/pdf/ev-poppler.cc:
1583
1584         Don't use #ifdef in macro expansion. Some compilers don't
1585         like that. Closes bug #467042.
1586
1587 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1588
1589         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1590         
1591         Fixes memory leak in djvu backend.
1592
1593 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1594
1595         * data/icons/32x32/Makefile.am:
1596         * data/icons/32x32/actions/Makefile.am:
1597         * data/icons/32x32/actions/view-page-cont.svg:
1598         * data/icons/32x32/actions/view-page-facing.svg:
1599         * data/icons/48x48/Makefile.am:
1600         * data/icons/48x48/actions/Makefile.am:
1601         * data/icons/48x48/actions/view-page-cont.svg:
1602         * data/icons/48x48/actions/view-page-facing.svg:
1603         
1604         Icons for a new sizes.
1605
1606 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1607
1608         * shell/ev-page-cache.c: (build_height_to_page),
1609         (ev_page_cache_get_height_to_page):
1610         
1611         Fixes invalid read, see bug #466401.
1612
1613 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1614
1615         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1616         (set_drag_cursor):
1617         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1618         (configure_item_cursor), (new_pixbuf_from_widget):
1619
1620         Fix multihead problems in toolbar editor. Fixes bug #382055.
1621
1622 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1623
1624         * shell/ev-window.c: (ev_window_cmd_file_open),
1625         (ev_window_cmd_save_as):
1626
1627         Use g_get_user_special_dir when available instead of
1628         xdg_user_dir_lookup.
1629
1630 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1631
1632         * MAINTAINERS:
1633         
1634         Updated according to request on desktop-devel.
1635
1636 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1639
1640         Do not use cairo_rectangle and cairo_clip since we are
1641         not using cairo_fill but cairo_paint. Use the same cairo context
1642         for every page in the same expose event.
1643
1644 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1645
1646         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1647         leak.
1648
1649 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * configure.ac:
1652         * NEWS:
1653
1654         Release 0.9.3
1655
1656 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * libdocument/ev-document-info.h:
1659         * libdocument/ev-document.h:
1660         * shell/ev-page-action.h:
1661         * shell/ev-sidebar-links.h:
1662
1663         Fix a headers problem with ev-link
1664         
1665         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1666         * shell/ev-view-private.h:
1667         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1668         (get_link_area), (ev_view_query_tooltip),
1669         (ev_view_leave_notify_event), (ev_view_destroy),
1670         (ev_view_class_init):
1671
1672         Use new gtk tooltips when available instead of ev-tooltip.
1673         
1674 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1675
1676         * shell/ev-window.c: (update_chrome_visibility),
1677         (ev_window_sidebar_visibility_changed_cb):
1678
1679         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1680         
1681 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * shell/ev-navigation-action.c:
1684         (ev_navigation_action_history_changed),
1685         (ev_navigation_action_set_history):
1686         * shell/ev-navigation-action-widget.c:
1687         (ev_navigation_action_widget_init):
1688         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1689
1690         Fix compile warnings.
1691         
1692 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1693
1694         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1695         (egg_editable_toolbar_dispose):
1696
1697         Fix memory leak.
1698         
1699 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1700
1701         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1702         (screensaver_disable_x11):
1703         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1704         * shell/ev-window.c: (presentation_set_timeout):
1705         * shell/ev-view.c: (ev_view_presentation_transition_start):
1706
1707         Use g_timeout_add_seconds instead of g_timeout_add when
1708         available.
1709         
1710 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1713
1714         Set horizontal scrollbar policy to AUTOMATIC instead of
1715         NEVER. Workaround for bug #449462.
1716         
1717 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1718
1719         * shell/ev-jobs.c: (ev_job_render_page_ready):
1720
1721         Add page_ready callback to main loop with high priority and hold
1722         a reference to job during idle.
1723         
1724 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * configure.ac:
1727         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1728         (pdf_document_file_exporter_begin),
1729         (pdf_document_file_exporter_do_page),
1730         (pdf_document_file_exporter_get_capabilities):
1731         * libdocument/ev-file-exporter.h:
1732         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1733         * shell/ev-window.c: (ev_window_print_send),
1734         (ev_window_print_dialog_response_cb):
1735
1736         Allow printing multiple pages per sheet. Fixes bug #395573.
1737         
1738 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1739
1740         * shell/ev-view.c: (tip_from_link):
1741         
1742         Check for NULL, fixes bug #460862.
1743
1744 2007-07-29  Christian Persch  <chpe@gnome.org>
1745
1746         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1747         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1748         (ev_window_cmd_preview_print):
1749         
1750         Fixes bug #437681 - blocks while enumerating printers.
1751
1752 2007-07-29  Christian Persch  <chpe@gnome.org>
1753
1754         * shell/ev-window.c: (ev_window_screen_changed):
1755         
1756         Don't use deprecated gtk+ function. See bug #460909.
1757
1758 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1759
1760         * shell/ev-utils.c: (get_num_monitors):
1761         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1762
1763         Do not use display before initializing it. Remove compile
1764         warnings.
1765
1766 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1767
1768         * shell/ev-view.c: (ev_view_class_init):
1769         
1770         Unix-like hjkl bindings added. See bug #458111.
1771
1772 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1773
1774         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1775         * shell/ev-utils.h:
1776         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1777         (ev_view_update_view_size):
1778         * shell/ev-view.h:
1779         * shell/ev-window.c: (ev_window_update_actions),
1780         (setup_view_from_metadata), (ev_window_screen_changed),
1781         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1782         (zoom_control_changed_cb):
1783         * shell/ev-window.h:
1784         
1785         Reorganizes utility functions.
1786
1787 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1788
1789         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1790         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1791         (add_job), (ev_pixbuf_cache_get_surface),
1792         (ev_pixbuf_cache_get_link_mapping),
1793         (ev_pixbuf_cache_get_image_mapping),
1794         (ev_pixbuf_cache_get_form_field_mapping),
1795         (ev_pixbuf_cache_get_text_mapping):
1796         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1797         (notify_page_ready), (ev_job_render_page_ready),
1798         (ev_job_render_run):
1799
1800         Add page_ready signal to notify that page is ready as soon as
1801         possible even if other page elements like links, forms, images or
1802         text mapping are not ready yet.
1803
1804 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1807         (dvi_document_file_exporter_do_page),
1808         (dvi_document_file_exporter_get_capabilities),
1809         (dvi_document_file_exporter_iface_init):
1810         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1811         (ps_document_file_exporter_do_page),
1812         (ps_document_file_exporter_get_capabilities),
1813         (ps_document_file_exporter_iface_init):
1814         * backend/djvu/djvu-document.c:
1815         (djvu_document_file_exporter_begin),
1816         (djvu_document_file_exporter_end),
1817         (djvu_document_file_exporter_get_capabilities),
1818         (djvu_document_file_exporter_iface_init):
1819         * backend/tiff/tiff-document.c:
1820         (tiff_document_file_exporter_begin),
1821         (tiff_document_file_exporter_get_capabilities),
1822         (tiff_document_document_file_exporter_iface_init):
1823         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1824         (pdf_document_file_exporter_do_page),
1825         (pdf_document_file_exporter_get_capabilities),
1826         (pdf_document_file_exporter_iface_init):
1827         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1828         (ev_file_exporter_get_capabilities):
1829         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1830         (idle_print_handler), (ev_print_job_print):
1831         * shell/ev-jobs.c: (ev_job_print_run):
1832         * shell/ev-window.c: (ev_window_print_send),
1833         (ev_window_print_range):
1834
1835         Use capabilities to know which options should be offered by the
1836         print dialog depending on the document backend.
1837
1838 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1841
1842         Give priority to forms over text to set the cursor.
1843
1844 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * shell/ev-view-private.h:
1847         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1848         (ev_view_leave_notify_event), (ev_view_finalize),
1849         (ev_view_get_property), (ev_view_class_init):
1850
1851         Use IBEAM cursor for text form fields and NORMAL cursor for read
1852         only fields. Remove unused status attribute.
1853
1854 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1855
1856         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1857
1858         Update region for current selected items also for checkbox
1859         buttons, since they can behave as radio buttons when they are in a
1860         set.
1861
1862 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * configure.ac:
1865         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1866
1867         Get max length of text form fields.
1868
1869 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1872         * libdocument/ev-form-field.h:
1873         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1874
1875         Fix build with current poppler cvs head.
1876
1877 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1880         * shell/eggfindbar.c: (egg_find_bar_init):
1881
1882         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1883         deprecation. Fixes bug #455667
1884
1885 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1886
1887         * NEWS:
1888         * configure.ac:
1889         
1890         Update for release 0.9.2
1891
1892 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1893
1894         * shell/ev-view.c: (ev_view_form_field_text_save),
1895         (ev_view_form_field_choice_save):
1896
1897         Fix a crash when closing whith a form widget visible.
1898
1899 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1902
1903         Update also the region of the current selected button when
1904         clicking on another button if they are radio buttons.
1905
1906 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1909         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1910         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1911         (ev_pixbuf_cache_get_link_mapping),
1912         (ev_pixbuf_cache_get_image_mapping),
1913         (ev_pixbuf_cache_get_form_field_mapping),
1914         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1915         * shell/ev-view.c: (ev_view_form_field_get_region),
1916         (ev_view_form_field_button_create_widget),
1917         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1918         (job_finished_cb):
1919
1920         Redraw only form field region instead of the whole page when
1921         reloading a page to show changes on the form field.
1922
1923 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * shell/ev-view.c: (ev_view_form_field_choice_save):
1926
1927         Fix selection of first item in list form fields.
1928
1929 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1930
1931         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1932         (ev_pixbuf_cache_reload_page),
1933         (ev_pixbuf_cache_get_form_field_mapping):
1934
1935         Some refactoring to avoid duplicated code.
1936
1937 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * configure.ac:
1940         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1941         (ev_form_field_from_poppler_field),
1942         (pdf_document_forms_get_form_fields),
1943         (pdf_document_forms_form_field_text_get_text),
1944         (pdf_document_forms_form_field_text_set_text),
1945         (pdf_document_forms_form_field_button_set_state),
1946         (pdf_document_forms_form_field_button_get_state),
1947         (pdf_document_forms_form_field_choice_get_item),
1948         (pdf_document_forms_form_field_choice_get_n_items),
1949         (pdf_document_forms_form_field_choice_is_item_selected),
1950         (pdf_document_forms_form_field_choice_select_item),
1951         (pdf_document_forms_form_field_choice_toggle_item),
1952         (pdf_document_forms_form_field_choice_unselect_all),
1953         (pdf_document_forms_form_field_choice_set_text),
1954         (pdf_document_forms_form_field_choice_get_text),
1955         (pdf_document_document_forms_iface_init):
1956         * libdocument/Makefile.am:
1957         * libdocument/ev-form-field.[ch]:
1958         * libdocument/ev-document-forms.[ch]:
1959         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1960         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1961         (add_job), (ev_pixbuf_cache_reload_page),
1962         (ev_pixbuf_cache_get_form_field_mapping):
1963         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1964         * shell/ev-view-private.h:
1965         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1966         (ev_view_handle_cursor_over_xy),
1967         (ev_view_get_form_field_at_location),
1968         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1969         (ev_view_form_field_button_create_widget),
1970         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1971         (ev_view_form_field_text_create_widget),
1972         (ev_view_form_field_choice_save),
1973         (ev_view_form_field_choice_changed),
1974         (ev_view_form_field_choice_create_widget),
1975         (ev_view_handle_form_field), (ev_view_size_allocate),
1976         (ev_view_realize), (draw_end_presentation_page),
1977         (ev_view_button_press_event), (ev_view_remove_all),
1978         (ev_view_motion_notify_event), (ev_view_key_press_event),
1979         (ev_view_enter_notify_event), (highlight_find_results),
1980         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1981         (ev_view_class_init), (page_changed_cb),
1982         (on_adjustment_value_changed), (ev_view_set_presentation),
1983         (merge_selection_region), (ev_view_set_cursor),
1984         (ev_view_reset_presentation_state):
1985         
1986         Merge evince-forms branch.
1987
1988 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1989
1990         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1991
1992         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1993         This script also updates itself from libegg
1994
1995         * cut-n-paste/toolbar-editor/egg*:
1996         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1997         libegg
1998
1999 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2000
2001         * shell/ev-window.c:
2002         
2003         Adds a nice icon to page action during toolbar editing.
2004         See bug #452872.
2005
2006 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2007
2008         * data/evince-toolbar.xml:
2009         * shell/ev-window.c:
2010         
2011         Let user add a presentation and fullscreen icons on toolbar.
2012         See bug #449734.
2013
2014 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2015
2016         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2017
2018         new script to keep in sync with toolbareditor in libegg
2019
2020         * cut-n-paste/toolbar-editor/*: 
2021
2022         Run update-toolbareditor-from-libegg so we are in sync again. 
2023         Fixes bug #452850.
2024         
2025
2026 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2027
2028         * shell/ev-sidebar-links.c: (job_finished_callback):
2029
2030         Do not connect selection changed signal more than once. Fixes bug
2031         #349433.
2032
2033 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2036
2037         Do not change sidebar chrome flag when pressing F9 key in
2038         presentation mode.
2039
2040 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * backend/pdf/ev-poppler.cc:
2043         (pdf_document_thumbnails_get_dimensions):
2044
2045         Make sure thumbnails width and height is not <= 0. Fixes a crash
2046         with some pdf documents which have really small pages.
2047
2048 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2049
2050         * shell/main.c: (main):
2051
2052         Fixes program description translation issue.
2053         Bug #450148.
2054
2055 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2056
2057         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2058
2059         Do not change current page when returning from black/white mode
2060         in presentation. Fixes bug #415032.
2061
2062 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2063
2064         * NEWS:
2065         * configure.ac:
2066         
2067         Update for release 0.9.1
2068
2069 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2070
2071         * backend/dvi/dvi-document.c:
2072         (dvi_document_finalize),
2073         (dvi_document_file_exporter_format_supported),
2074         (dvi_document_file_exporter_begin),
2075         (dvi_document_file_exporter_do_page),
2076         (dvi_document_file_exporter_end),
2077         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2078         
2079         PDF exporter for dvi documents. Fixes bug #441319.
2080
2081 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2082
2083         * shell/ev-window.c: (ev_window_clear_print_job):
2084
2085         Clear gtk print job when job has finished. Fixes bug #447612.
2086
2087 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2088
2089         * shell/ev-window.c: (ev_window_print_send),
2090         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2091
2092         Add preview button to print dialog. Fixes bug #445419.
2093
2094 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2095
2096         * backend/dvi/Makefile.am:
2097         * backend/dvi/pixbuf-device.[ch]: Removed
2098         * backend/dvi/cairo-device.[ch]: Added
2099         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2100         * backend/dvi/dvi-document.c: (dvi_document_load),
2101         (dvi_document_render), (dvi_document_finalize),
2102         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2103         (dvi_document_do_color_special):
2104         * libdocument/ev-document-misc.[ch]:
2105         (ev_document_misc_pixbuf_from_surface):
2106
2107         Port dvi backend to cairo and fix a problem with colors. 
2108
2109 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-view.c: (draw_one_page):
2112
2113         Draw only visible region.
2114
2115 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * backend/djvu/djvu-document.c: (djvu_document_render):
2118
2119         Fix rotation in djvu backend.
2120
2121 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2122
2123         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2124         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2125         (ev_pixbuf_cache_get_image_mapping),
2126         (ev_pixbuf_cache_get_text_mapping):
2127
2128         Redraw view every time we have a new surface. Fixes bug #443587.
2129
2130 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * libdocument/ev-document.c: (ev_document_info_free):
2133
2134         Fix memory leaks.
2135
2136 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2137
2138         * backend/dvi/dvi-document.c: (dvi_document_render),
2139         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2140         * backend/impress/impress-document.c:
2141         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2142         (impress_document_render), (impress_document_document_iface_init),
2143         (impress_document_thumbnails_get_thumbnail):
2144         * backend/djvu/djvu-document-private.h:
2145         * backend/djvu/djvu-document.c: (djvu_document_render),
2146         (djvu_document_finalize), (djvu_document_document_iface_init),
2147         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2148         * backend/tiff/tiff-document.c: (tiff_document_render),
2149         (tiff_document_render_pixbuf),
2150         (tiff_document_document_iface_init):
2151         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2152         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2153         (pdf_selection_render_selection):
2154         * backend/comics/comics-document.c:
2155         (comics_document_render_pixbuf), (comics_document_render),
2156         (comics_document_document_iface_init):
2157         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2158         (pixbuf_document_document_iface_init):
2159         * libdocument/ev-document-misc.[ch]:
2160         (ev_document_misc_surface_from_pixbuf),
2161         (ev_document_misc_surface_rotate_and_scale):
2162         * libdocument/ev-document.[ch]: (ev_document_render):
2163         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2164         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2165         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2166         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2167         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2168         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2169         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2170         (render_finished_cb), (ev_job_render_run):
2171         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2172         (merge_selection_region):
2173
2174         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2175         and selections.
2176
2177 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2178
2179         * shell/ev-window-title.c: (ev_window_title_update):
2180
2181         Fix memory leak.
2182
2183 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * shell/ev-view.c: (draw_loading_text):
2186
2187         Show loading text centered. Fixes bug #433061
2188
2189 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * shell/ev-sidebar-thumbnails.c:
2192         (ev_sidebar_thumbnails_set_loading_icon):
2193
2194         Remove a mutex in the main thread that blocks the UI in heavy
2195         documents.
2196
2197 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2200
2201         Set points_set to TRUE so that selections don't disappear after a
2202         zoom change.
2203
2204 2007-06-07  Michael Monreal  <infernux@web.de>
2205
2206         * data/icons/16x16/actions/Makefile.am:
2207         * data/icons/16x16/actions/zoom.svg:
2208         * data/icons/22x22/actions/Makefile.am:
2209         * data/icons/22x22/actions/zoom.svg:
2210         * data/icons/24x24/actions/Makefile.am:
2211         * shell/ev-stock-icons.c:
2212         * shell/ev-stock-icons.h:
2213         * shell/ev-window.c:
2214         
2215         Zoom icon artwork. See bug #444795.
2216
2217 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2218
2219         * shell/ev-metadata-manager.c: Remove extraneous function
2220         (Closes: #444386)
2221
2222 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2223
2224         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2225         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2226         (ev_metadata_manager_set), (ev_metadata_manager_save):
2227         Simplify the timeout, no need for modified anymore
2228
2229 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2230
2231         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2232         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2233         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2234         (ev_metadata_manager_save): Adapted patch from Arjan van de
2235         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2236         time, saves on power (Closes: #443851)
2237
2238 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * configure.ac:
2241         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2242         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2243
2244         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2245
2246 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2247
2248         * shell/ev-window.c: (ev_window_add_history):
2249
2250         Check if history is NULL
2251
2252 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2253
2254         * libdocument/ev-image.c: (ev_image_finalize):
2255         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2256         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2257         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2258         (ev_tmp_uri_unlink):
2259
2260         Add functions to delete temporary files created by evince in a safe
2261         way.
2262
2263         * shell/ev-window.c: (ev_window_clear_local_uri),
2264         (open_xfer_update_progress_callback),
2265         (save_xfer_update_progress_callback), (ev_window_save_remote),
2266         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2267         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2268         (attachment_save_dialog_response_cb),
2269         (ev_attachment_popup_cmd_save_attachment_as):
2270
2271         Allow saving a copy of a document, image or attachment to a remote
2272         location. Fixes bug #440754. 
2273
2274 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2275
2276         * configure.ac:
2277         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2278
2279         Fix build with current poppler from cvs head. 
2280
2281 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2282
2283         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2284
2285         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2286         directory exists.
2287
2288 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2289
2290         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2291         * shell/ev-window.c:
2292
2293         Change sidebar ordering. Fixes bug #439939.
2294
2295 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2296
2297         * backend/comics/Makefile.am:
2298         
2299         Fixes build with --without-libgnome.
2300
2301 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2302         
2303         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2304
2305         Update cursor and tooltip on page change and view scroll. Fixes bug
2306         #439217.
2307
2308 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2309
2310         * NEWS:
2311         * configure.ac:
2312         
2313         Update for release 0.9.0
2314
2315 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2316
2317         * backend/djvu/djvu-document-private.h:
2318         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2319         (djvu_document_finalize),
2320         (djvu_document_file_exporter_format_supported),
2321         (djvu_document_file_exporter_begin),
2322         (djvu_document_file_exporter_do_page),
2323         (djvu_document_file_exporter_end),
2324         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2325         
2326         Implemented printing with djvu. Bug #437998.
2327
2328 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * backend/impress/zip.c:
2331         Add missing ulong definition.
2332
2333         * backend/ps/ps-interpreter.c:
2334         Add missing headers.
2335
2336         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2337
2338 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2341
2342         Add missing call to parent class dispose method. 
2343
2344 2007-05-12  Ross Burton  <ross@openedhand.com>
2345
2346         * shell/main.c:
2347         Sync keybindings manually when building without libgnome
2348         (#437925).
2349
2350 2007-05-12  Ross Burton  <ross@openedhand.com>
2351
2352         * shell/ev-window.c:
2353         Respect the screen when opening help (#437866).
2354
2355 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * data/evince-ui.xml:
2358         * shell/ev-application.[ch]: (get_print_settings_from_args),
2359         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2360         (ev_application_open_uri_list):
2361         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2362         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2363         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2364         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2365         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2366         (ev_window_dispose):
2367         * shell/main.c: (arguments_parse):
2368
2369         Add print button in preview mode. Fixes bug #396475. 
2370
2371 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2372
2373         * cut-n-paste/zoom-control/ephy-zoom.h:
2374         
2375         Fixes zoom level factors. See bug #408119 for details.
2376
2377 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2378
2379         * backend/comics/comics-document.c: (comics_regex_quote),
2380         (extract_argv):
2381         
2382         Correctly quote symbols. Fixes crash in the bug
2383         #415370.
2384
2385 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2386
2387         * shell/ev-navigation-action-widget.c:
2388         (ev_navigation_action_widget_init),
2389         (ev_navigation_action_widget_class_init),
2390         (ev_navigation_action_widget_button_press_event):
2391         
2392         Connect to button-press event on correct widget. Fixes
2393         bug #431988
2394
2395 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2396
2397         * shell/ev-application.c: (ev_application_open_window),
2398         (ev_application_add_icon_path_for_screen),
2399         (ev_application_open_uri_at_dest):
2400         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2401         * shell/ev-navigation-action.c: (build_menu):
2402         
2403         Add app-specific icons to our icon theme. Fixes bug
2404         #425508.
2405
2406 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2407
2408         * shell/ev-history.c: (ev_history_class_init),
2409         (ev_history_add_link):
2410         * shell/ev-history.h:
2411         * shell/ev-navigation-action.c:
2412         (ev_navigation_action_history_changed),
2413         (ev_navigation_action_set_history), (build_menu),
2414         (ev_navigation_action_finalize):
2415         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2416         
2417         Make navigation action unsensitive instead of showing
2418         menu with unsensitive word. Fixes bug #417392.
2419
2420 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * shell/ev-application.[ch]: (ev_application_shutdown),
2423         (ev_application_get_print_settings),
2424         (ev_application_set_print_settings):
2425         * shell/ev-window.c:
2426
2427         Remember print settings. Fixes bug #349102. 
2428
2429 2007-05-08  Christian Persch  <chpe@gnome.org>
2430
2431         * configure.ac:
2432         * properties/ev-properties-view.c:
2433
2434         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2435         Bug #382438.
2436
2437 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2438
2439         * configure.ac:
2440         * properties/ev-properties-view.c: (ev_regular_paper_size):
2441
2442         Use gtk+ builtin paper list to identify the document's paper size.
2443         Fixes bug #382438. 
2444
2445 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * configure.ac:
2448
2449         Fix build when compiling with thumbnailer and libgnome support. 
2450
2451 2007-05-04  Ross Burton  <ross@openedhand.com>
2452
2453         * configure.ac:
2454         Add --without-libgnome, check for libgnome and libgnomeui
2455         separately, and add them to the symbols as required.
2456
2457         * libdocument/ev-file-helpers.c:
2458         When building without libgnome, use g_get_user_config_dir instead
2459         of gnome_user_dir_get.
2460
2461         * shell/ev-application.c:
2462         When building without libgnome, don't use session management.
2463
2464         * shell/main.c:
2465         When building without libgnome, don't use GnomeProgram or
2466         initialise the authentication manager.
2467
2468         This fixes #328842.
2469
2470 2007-05-04  Ross Burton  <ross@openedhand.com>
2471
2472         * shell/ev-window.c:
2473         Don't use libgnome to open help, instead call Yelp directly.
2474
2475 2007-05-04  Ross Burton  <ross@openedhand.com>
2476
2477         * shell/ev-sidebar-attachments.c:
2478         Don't use libgnome to lookup icons for MIME types, instead copy
2479         code from GTK+ to do it manually.
2480
2481 2007-05-04  Ross Burton  <ross@openedhand.com>
2482
2483         * configure.ac:
2484         Add libxml to the dependencies for SHELL_CORE (#435818).
2485
2486 2007-05-02  Ross Burton  <ross@openedhand.com>
2487
2488         * configure.ac:
2489         * Makefile.am:
2490         Add --disable-thumbnailer (#434825)
2491
2492 2007-05-02  Ross Burton  <ross@openedhand.com>
2493
2494         * shell/ev-window.c:
2495         Add missing includes, fix indentation.
2496
2497         * shell/main.c:
2498         Fix indentation.
2499
2500 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2501
2502         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2503         ev_application_open_uri_at_dest instead of ev_application_open_uri
2504         preventing new document always being opened in a new window even if there
2505         is an empty window.
2506
2507 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2508
2509         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2510         (egg_recent_view_uimanager_finalize):
2511         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2512         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2513         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2514         (ev_pixbuf_cache_dispose):
2515         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2516         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2517         
2518         Add missing chain to parent class methods. Fixes
2519         bug #433128.
2520
2521 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2522
2523         * data/Makefile.am (update-icon-cache): Updates
2524         gtk-update-icon-cache in uninstall-hook.
2525
2526 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2527
2528         * shell/ev-window.c: (ev_window_setup_document),
2529         (ev_window_set_document), (ev_window_load_job_cb):
2530         * shell/ev-view.c: (setup_caches):
2531         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2532
2533         Start rendering pages before any other jobs. 
2534
2535 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * shell/ev-window.c: (ev_window_stop_fullscreen),
2538         (ev_window_stop_presentation):
2539
2540         Update chrome visibility before window unfullscreen. 
2541
2542 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * data/Makefile.am:
2545         * data/evince-ui.xml:
2546         * shell/ev-stock-icons.[ch]:
2547         * shell/ev-application.[ch]: (ev_application_shutdown),
2548         (ev_application_init), (ev_application_get_toolbars_model):
2549         * shell/ev-window.c: (update_chrome_visibility),
2550         (fullscreen_toolbar_setup_item_properties),
2551         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2552         (ev_window_run_presentation), (ev_window_stop_presentation),
2553         (ev_window_run_preview), (ev_window_screen_changed),
2554         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2555         (ev_window_dispose), (ev_window_init):
2556
2557         Make fullscreen toolbar always visible. Do not use egg toolbars for
2558         fullscreen and preview modes since such toolbars are not editables.
2559         Fixes bugs #300278, #338910 and #316188.  
2560
2561 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2562
2563         * shell/ev-application.c:
2564         * shell/ev-job-queue.c:
2565         * shell/ev-metadata-manager.c:
2566         * shell/ev-stock-icons.c:
2567         * shell/ev-window.c:
2568         * shell/main.c:
2569         
2570         Developers documentation updated.
2571
2572 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2573
2574         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2575
2576         Check whether uri is valid before launching it. Fixes bug #427664.
2577
2578 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2579
2580         * shell/ev-window.c:
2581
2582         Change key accelerator for Open a Copy menu entry which is in conflict
2583         with Close. Fixes bug #427321.
2584
2585 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2586
2587         * NEWS:
2588         * configure.ac:
2589         
2590         Update for release 0.8.1
2591
2592 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2593
2594         * shell/ev-window.c: (setup_size_from_metadata):
2595         
2596         Do not make window bigger than screen. Fixes bug 
2597         #388985.
2598
2599 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2602         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2603
2604         Use default resolution when it's not provided by document. Fixes bug
2605         #408762.
2606
2607 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * configure.ac:
2610         * thumbnailer/Makefile.am:
2611         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2612         * thumbnailer/evince-thumbnailer.schemas.in:
2613         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2614
2615         Add support for ps, eps and compressed documents thumbnails. Do not
2616         ignore size parameter. 
2617
2618 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2619
2620         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2621         (dvi_document_do_color_special):
2622         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2623
2624         Implement font color specials in the DVI backend. Fixes bug #303651.
2625
2626 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2627
2628         Fixup the previous commit:
2629
2630         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2631         * shell/xdg-user-dir-lookup.c: Make the function non-static
2632         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2633
2634 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2635
2636         * shell/ev-window.c (file_open_dialog_response_cb): Use
2637         the xdg-user-dirs DOCUMENTS folder as default folder when
2638         opening a file chooser.  (#424858)
2639
2640         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2641         xdg-user-dirs.
2642
2643 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2644
2645         * shell/ev-window.c: (ev_window_load_job_cb):
2646
2647         Do not setup view from metadata on preview mode. 
2648
2649 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2650
2651         * shell/main.c:
2652
2653         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2654
2655 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2656
2657         * shell/ev-view.c: (ev_view_primary_get_cb):
2658
2659         Check pointer != NULL before using it. Fixes bug #416841. 
2660
2661 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2662
2663         * NEWS:
2664         * configure.ac:
2665         
2666         Release 0.8.0
2667
2668 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2669
2670         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2671
2672         Do not render thumbnails when sidebar thumbnail page is not visible
2673         at startup. Fixes bug #416447. 
2674
2675 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2676
2677         * data/evince.desktop.in.in:
2678
2679         "Application" is not a valid category in the freedesktop specification.
2680
2681 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2682
2683         * libdocument/ev-file-helpers.[ch]: (compression_run),
2684         (ev_file_uncompress), (ev_file_compress):
2685         * shell/ev-window.c: (file_save_dialog_response_cb):
2686
2687         Save document compressed when saving a copy of a compressed document.
2688         Fixes bug #334542.
2689
2690 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2693
2694         Allow deleting in goto window entry in presentation mode. 
2695
2696 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2697
2698         * Makefile.am: Dist MAINTAINERS.
2699
2700 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * shell/ev-window.c: (ev_window_update_actions):
2703
2704         Fix zoom shortcut keys when searching. Fixes bug #409828.
2705
2706 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2707
2708         * shell/ev-window.c: (ev_window_setup_document):
2709
2710         Fix crash when loading documents with only one page. 
2711
2712 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2713
2714         * backend/dvi/dvi-document.c:
2715         (dvi_document_thumbnails_get_dimensions),
2716         (dvi_document_thumbnails_get_thumbnail):
2717         * backend/impress/impress-document.c:
2718         (impress_document_thumbnails_get_thumbnail),
2719         (impress_document_thumbnails_get_dimensions):
2720         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2721         (ps_document_thumbnails_get_dimensions):
2722         * backend/djvu/djvu-document.c:
2723         (djvu_document_thumbnails_get_dimensions),
2724         (djvu_document_thumbnails_get_thumbnail):
2725         * backend/tiff/tiff-document.c:
2726         (tiff_document_thumbnails_get_thumbnail),
2727         (tiff_document_thumbnails_get_dimensions):
2728         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2729         (pdf_document_thumbnails_get_thumbnail),
2730         (pdf_document_thumbnails_get_dimensions):
2731         * backend/comics/comics-document.c:
2732         (comics_document_thumbnails_get_thumbnail),
2733         (comics_document_thumbnails_get_dimensions):
2734         * backend/pixbuf/pixbuf-document.c:
2735         (pixbuf_document_thumbnails_get_thumbnail),
2736         (pixbuf_document_thumbnails_get_dimensions):
2737         * libdocument/ev-document-thumbnails.[ch]:
2738         (ev_document_thumbnails_get_thumbnail),
2739         (ev_document_thumbnails_get_dimensions):
2740         * libdocument/ev-document-misc.[ch]:
2741         (ev_document_misc_get_thumbnail_frame):
2742         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2743         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2744         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2745         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2746         (ev_sidebar_thumbnails_refresh):
2747         * shell/ev-window.c: (ev_window_setup_document):
2748         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2749
2750         Use an EvRenderContext for rendering thumbnails instead of a suggested
2751         width, so that different sized pages get sized proportionally.
2752
2753 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2754
2755         * shell/ev-view.c: (ev_view_button_press_event),
2756         (ev_view_key_press_event):
2757
2758         Fix critical warnings when there is no document loaded. 
2759
2760 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * shell/ev-page-action-widget.c:
2763         * shell/ev-navigation-action.c:
2764         * shell/ev-window.c:
2765
2766         Fix compile warnings. 
2767
2768 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * backend/djvu/djvu-text.h:
2771         * backend/djvu/djvu-document.c:
2772         * backend/djvu/djvu-text-page.c:
2773         * backend/djvu/djvu-links.c:
2774         * backend/djvu/djvu-text-page.h:
2775         * backend/djvu/djvu-text.c:
2776         
2777         Fix build on Mac. Fixes bug #392186. Patch by
2778         <ephraim_owns@hotmail.com>
2779
2780 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2783
2784         Restore cairo context before rendering every page when printing a PDF
2785         document into a PDF file. 
2786
2787 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2788
2789         * backend/ps/gstypes.h:
2790         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2791         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2792         (ps_document_thumbnails_get_thumbnail):
2793
2794         Handle PostScript page orientation. Fixes bug #318568.
2795
2796 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * backend/ps/Makefile.am:
2799         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2800         (document_load), (ps_document_load), (save_document),
2801         (save_page_list), (ps_document_get_n_pages),
2802         (ps_document_get_page_size), (ps_document_get_info),
2803         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2804         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2805         (ps_document_thumbnails_get_thumbnail),
2806         (ps_document_thumbnails_get_dimensions),
2807         (ps_document_document_thumbnails_iface_init):
2808         * backend/ps/ps.[ch]: (psgetpagebox):
2809         * backend/ps/ps-interpreter.[ch]:
2810
2811         Add support for thumbnails in ps backend. Fixes bug #164755. 
2812
2813 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2814
2815         * NEWS:
2816         * configure.ac:
2817         
2818         Release 0.7.2
2819
2820 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2823         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2824         (ev_window_dispose):
2825
2826         Use document thumbnail as window icon. Fixes bug #384442.
2827
2828 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2829
2830         * configure.ac:
2831
2832         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2833         duplicated adding application/x-bzpostscript instead. 
2834
2835 2007-02-11  Tom Parker  <palfrey@tevp.net>
2836
2837         * backend/ps/ps-document.c: (document_load):
2838
2839         Check return value of psscan before trying
2840         to use it. Fixes bug #372414.
2841
2842 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2845
2846         Fix invalid free in ev-page-cache. Fixes bug #404745.
2847
2848 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2849
2850         * test/Makefile.am:
2851         * test/test3.py:
2852         
2853         Added reload test case.
2854
2855 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * po/POTFILES.in:
2858         * backend/djvu/djvu-document.c: (djvu_document_load):
2859
2860         Check whether there are missing files in indirect multipage djvu
2861         documents. Fixes bug #361683. 
2862
2863 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2864
2865         * test/Makefile.am:
2866         * test/test-mime.bin:
2867         * test/test3.py:
2868         
2869         Added test for slow mime type
2870
2871 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2874
2875         Add some checks and call parent_class->finalize. Fixes bug #404745.
2876
2877 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2878
2879         * shell/ev-navigation-action.c: (connect_proxy):
2880         
2881         Fixes dropdown history menu. Thanks a lot Carlos!
2882
2883 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2884
2885         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2886
2887         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2888         bug #373715.
2889
2890 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2891
2892         * backend/ps/ps.c: (psscan):
2893
2894         Fix memory leak. 
2895
2896 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2897
2898         * configure.ac:
2899         * libdocument/ev-file-helpers.c: 
2900
2901         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2902
2903 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2904
2905         * configure.ac:
2906         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2907         (ps_interpreter_start), (document_load), (save_document),
2908         (save_page_list):
2909         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2910         * libdocument/ev-document-factory.c:
2911         (ev_document_factory_get_from_mime), (get_document_from_uri),
2912         (free_uncompressed_uri), (ev_document_factory_get_document):
2913         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2914
2915         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2916
2917 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * libdocument/ev-document.h:
2920
2921         Fix typo in function name. 
2922
2923 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * backend/ps/ps-document.c: (ps_interpreter_finished),
2926         (ps_interpreter_start), (ps_interpreter_failed):
2927
2928         Handle ghostscript interpreter crashes. 
2929
2930 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2931
2932         * shell/ev-window.c: (ev_window_open_uri),
2933         (window_configure_event_cb):
2934
2935         Setup window size and position before showing it. Fixes bug #401711.
2936
2937 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2938
2939         * backend/ps/Makefile.am:
2940         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2941         (ps_document_dispose), (ps_document_class_init),
2942         (ps_interpreter_input), (ps_interpreter_output),
2943         (ps_interpreter_error), (setup_interpreter_env),
2944         (ps_interpreter_start), (ps_interpreter_stop),
2945         (ps_interpreter_failed), (ps_interpreter_is_ready),
2946         (check_filecompressed), (document_load), (ps_document_load),
2947         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2948         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2949         (render_page):
2950
2951         Rework ps-document. Code cleanups, remove deprecated code. 
2952
2953 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * shell/ev-view.c: (ev_view_button_press_event):
2956
2957         Do not start an image drag and drop operation when pointer is on 
2958         text, so that we can select text when the whole background is an
2959         image. 
2960
2961 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-window.c: (ev_window_update_actions): 
2964
2965         Disable all zoom related actions during presentation mode. 
2966
2967 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2968
2969         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2970
2971         Do not zoom in or out on presentation mode. Fixes bug #401305.
2972
2973 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2974
2975         * shell/ev-navigation-action.c: (connect_proxy),
2976         (create_menu_item), (ev_navigation_action_class_init):
2977         
2978         Correctly show menu and fix crash when navigaton 
2979         action is out of toolbar visible area.
2980
2981 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2982
2983         * data/Makefile.am:
2984         * data/evince.1:
2985         
2986         Added man file
2987
2988 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2989
2990         * help/reference/* :
2991         * configure.ac:
2992         
2993         Added gtk-doc based documentation for Evince.
2994         Still in initial state but I hope it will
2995         grow.
2996         
2997         * configure.ac:
2998         
2999         Lower dbus requirement to 0.70
3000
3001 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3002
3003         * shell/ev-window.c: (ev_window_add_history):
3004
3005         Fix memory leak. 
3006
3007 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3008
3009         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3010         * shell/ev-view.h:
3011         * shell/ev-window.c: (ev_window_add_history):
3012         
3013         Correctly handle named destination links
3014
3015 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3016
3017         * NOTES:
3018         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3019         * backend/pdf/ev-poppler.cc:
3020         * libdocument/ev-document-links.h:
3021         * libdocument/ev-link.c: (ev_link_get_page):
3022         * libdocument/ev-link.h:
3023         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3024         (ev_history_add_link):
3025         * shell/ev-history.h:
3026         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3027         (new_history_menu_item), (build_menu):
3028         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3029         * shell/ev-sidebar-links.c: (create_loading_model),
3030         (print_section_cb), (ev_sidebar_links_construct),
3031         (fill_page_labels), (update_page_callback_foreach),
3032         (update_page_callback), (job_finished_callback):
3033         * shell/ev-view.c: (ev_view_handle_link):
3034         * shell/ev-window.c: (ev_window_find_chapter),
3035         (ev_window_add_history), (view_handle_link_cb),
3036         (history_changed_cb):
3037         
3038         Implements another history variant
3039
3040 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * shell/ev-window.c: (view_external_link_cb):
3043         * shell/ev-view.c: (ev_view_button_release_event):
3044
3045         Open links in new window when clicking with middle button. 
3046
3047 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3048
3049         * shell/ev-navigation-action.c: (new_history_menu_item):
3050         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3051         * shell/ev-view.c: (ev_view_handle_link):
3052         * shell/ev-window.c:
3053         
3054         Store link before jump, not the destination. For me it 
3055         seems like more natural history behavior.
3056
3057 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3058
3059         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3060         (ev_navigation_action_class_init):
3061         * shell/ev-navigation-action.h:
3062         * shell/ev-page-action.c: (activate_cb):
3063         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3064         (ev_page_cache_set_current_page_history):
3065         * shell/ev-page-cache.h:
3066         * shell/ev-sidebar-thumbnails.c:
3067         (ev_sidebar_tree_selection_changed),
3068         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3069         * shell/ev-view-private.h:
3070         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3071         * shell/ev-view.h:
3072         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3073         (ev_window_setup_document), (ev_window_load_job_cb):
3074         * shell/ev-window.h:
3075         
3076         History finally works as expected.
3077
3078 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3081
3082         Do not update links treeview if it doesn't have a model assigned yet. 
3083
3084 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3087         (ev_sidebar_links_class_init), (update_page_callback):
3088
3089         Do not update links treeview when sidepane is not visible. 
3090
3091 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3092
3093         * shell/ev-marshal.list:
3094         * shell/ev-page-action.c: (activate_cb),
3095         (ev_page_action_class_init):
3096         * shell/ev-page-action.h:
3097         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3098         * shell/ev-window.c:
3099         
3100         Remove activate_link signal, not required.
3101
3102 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3103
3104         * shell/ev-navigation-action.c: (build_menu):
3105         
3106         Reorder menu items and build menu with fixed length.
3107
3108 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3109
3110         * shell/ev-view.c: (get_selected_text):
3111         
3112         Normalize text to fix ligatures problem. See bug
3113         #341947 for details.
3114
3115 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3116
3117         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3118
3119         Fix memory leak in ev-page-cache. 
3120
3121 2007-01-25  Tom Parker <palfrey@tevp.net>
3122
3123         * backend/impress/impress-document.c: (impress_document_load),
3124         (impress_document_finalize), (impress_document_init):
3125         * properties/ev-properties-main.c: (ev_properties_get_pages):
3126         
3127         Correctly handle impress document errors. Fixes nautilus
3128         crash in property page #370491.
3129
3130 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3131
3132         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3133         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3134         (ev_job_queue_remove_job):
3135         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3136         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3137         (ev_job_load_run):
3138         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3139         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3140         (ev_window_load_job_cb), (xfer_update_progress_callback),
3141         (ev_window_open_uri), (ev_window_dispose):
3142         * shell/main.c: (main):
3143
3144         Do file transfer asynchronously in the main thread instead of
3145         synchronously in the load thread. Fixes bugs #399694, #398307 and
3146         #343542.
3147
3148 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3149
3150         * shell/ev-jobs.c: (ev_job_xfer_run):
3151
3152         Load the document with the font-config lock held. 
3153
3154 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3155
3156         * backend/ps/ps-document.c: (start_interpreter):
3157
3158         Fix memory leaks in ps backend. 
3159
3160 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3161
3162         * backend/impress/impress-document.c:
3163         (impress_document_render_pixbuf):
3164
3165         Do not acquire fontconfig lock in impress backend, since it is using
3166         the main loop for rendering. 
3167
3168 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * po/POTFILES.in: 
3171
3172         Remove mdvi files that shouldn't be translated. 
3173
3174 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-view-private.h:
3177         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3178         (ev_view_set_zoom):
3179
3180         Render "loading..." text into a cairo surface instead of directly into
3181         the window so that fontconfig lock is only needed once and UI is not
3182         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3183
3184 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3185
3186         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3187         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3188
3189         Use icon theme associated with the window screen rather than default. 
3190
3191 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3192
3193         * configure.ac:
3194
3195         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3196
3197 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3198
3199         * data/icons/*/apps/evince.*:
3200
3201         Move Evince icons under new apps directory.
3202
3203         * data/icons/*/actions/*:
3204
3205         Add new custom themeable Evince icons: view-page-continuous, 
3206         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3207         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3208
3209         * configure.ac:
3210
3211         Add new directories to AC_CONFIG_FILES.
3212
3213         * shell/ev-stock-icons.c:
3214         * shell/ev-stock-icons.h:
3215
3216         Use new custom themeable icons.
3217
3218 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3219
3220         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3221
3222         Do not draw white background page in presentation mode. 
3223
3224 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3225
3226         * shell/ev-view.c: Remove unused gnome-vfs include.
3227
3228 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3229
3230         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3231         
3232         Format string is corrected, fixes bug #397129.
3233
3234 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3235
3236         * shell/ev-window.c: (ev_window_setup_recent):
3237
3238         Do not include in recent menu inexistent documents. Fixes
3239         bug #339171.
3240
3241 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3242
3243         * po/POTFILES.skip: 
3244
3245         Update POTFILES.skip file according to current source tree. 
3246
3247 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3248
3249         * shell/ev-window.c: (file_save_dialog_response_cb):
3250
3251         Do Save a copy in atomic way. Fixes bug #328266. 
3252
3253 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3256
3257         Keep selected cell always visible in index treeview.
3258
3259 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3260         
3261         * shell/ev-view.c: (ev_view_size_allocate):
3262
3263         Restore horizontal scrollbar after switching to/from fullscreen
3264         or presentation mode. Fixes bug #331728.
3265
3266 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * shell/ev-view-private.h:
3269         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3270         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3271         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3272         (ev_view_can_zoom_out):
3273
3274         Use max and min scale values in the view iby taking dpi into account. 
3275
3276 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3277
3278         * configure.ac:
3279         * NEWS:
3280
3281         Release 0.7.1
3282
3283 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * shell/ev-window.c: (ev_window_print_send):
3286
3287         Send print job to printer with some settings set to default values,
3288         since we have already exported to a file according to such settings
3289         and they could be taken twice by some printers. 
3290
3291 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * shell/ev-jobs.c: (ev_job_xfer_run):
3294         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3295
3296         Show main window and load document with the font-config lock held. 
3297
3298 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3299
3300         * configure.ac:
3301         * shell/ev-application.c: (ev_application_register_service):
3302         * shell/main.c: (load_files_remote):
3303
3304         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3305
3306 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3307
3308         * doc/debugging.txt:
3309         
3310         Remove obsolete documentation.
3311
3312 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3313
3314         * Makefile.am:
3315         * backend/Makefile.am:
3316         * backend/comics/Makefile.am:
3317         * backend/djvu/Makefile.am:
3318         * backend/dvi/Makefile.am:
3319         * backend/ev-async-renderer.c:
3320         * backend/ev-async-renderer.h:
3321         * backend/ev-attachment.c:
3322         * backend/ev-attachment.h:
3323         * backend/ev-backend-marshal.c:
3324         * backend/ev-document-factory.c:
3325         * backend/ev-document-factory.h:
3326         * backend/ev-document-find.c:
3327         * backend/ev-document-find.h:
3328         * backend/ev-document-fonts.c:
3329         * backend/ev-document-fonts.h:
3330         * backend/ev-document-images.c:
3331         * backend/ev-document-images.h:
3332         * backend/ev-document-info.h:
3333         * backend/ev-document-links.c:
3334         * backend/ev-document-links.h:
3335         * backend/ev-document-misc.c:
3336         * backend/ev-document-misc.h:
3337         * backend/ev-document-security.c:
3338         * backend/ev-document-security.h:
3339         * backend/ev-document-thumbnails.c:
3340         * backend/ev-document-thumbnails.h:
3341         * backend/ev-document-transition.c:
3342         * backend/ev-document-transition.h:
3343         * backend/ev-document.c:
3344         * backend/ev-document.h:
3345         * backend/ev-file-exporter.c:
3346         * backend/ev-file-exporter.h:
3347         * backend/ev-image.c:
3348         * backend/ev-image.h:
3349         * backend/ev-link-action.c:
3350         * backend/ev-link-action.h:
3351         * backend/ev-link-dest.c:
3352         * backend/ev-link-dest.h:
3353         * backend/ev-link.c:
3354         * backend/ev-link.h:
3355         * backend/ev-render-context.c:
3356         * backend/ev-render-context.h:
3357         * backend/ev-selection.c:
3358         * backend/ev-selection.h:
3359         * backend/impress/Makefile.am:
3360         * backend/pdf/Makefile.am:
3361         * backend/pixbuf/Makefile.am:
3362         * backend/ps/Makefile.am:
3363         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3364         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3365         (start_interpreter), (stop_interpreter), (document_load),
3366         (ps_document_next_page), (render_page):
3367         * backend/tiff/Makefile.am:
3368         * comics/Makefile.am:
3369         * comics/comics-document.c:
3370         * comics/comics-document.h:
3371         * configure.ac:
3372         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3373         * djvu/Makefile.am:
3374         * djvu/djvu-document-private.h:
3375         * djvu/djvu-document.c:
3376         * djvu/djvu-document.h:
3377         * djvu/djvu-links.c:
3378         * djvu/djvu-links.h:
3379         * djvu/djvu-text-page.c:
3380         * djvu/djvu-text-page.h:
3381         * djvu/djvu-text.c:
3382         * djvu/djvu-text.h:
3383         * dvi/Makefile.am:
3384         * dvi/dvi-document.c:
3385         * dvi/dvi-document.h:
3386         * dvi/fonts.c:
3387         * dvi/fonts.h:
3388         * dvi/mdvi-lib/Makefile.am:
3389         * dvi/mdvi-lib/afmparse.c:
3390         * dvi/mdvi-lib/afmparse.h:
3391         * dvi/mdvi-lib/bitmap.c:
3392         * dvi/mdvi-lib/bitmap.h:
3393         * dvi/mdvi-lib/color.c:
3394         * dvi/mdvi-lib/color.h:
3395         * dvi/mdvi-lib/common.c:
3396         * dvi/mdvi-lib/common.h:
3397         * dvi/mdvi-lib/defaults.h:
3398         * dvi/mdvi-lib/dvimisc.c:
3399         * dvi/mdvi-lib/dviopcodes.h:
3400         * dvi/mdvi-lib/dviread.c:
3401         * dvi/mdvi-lib/files.c:
3402         * dvi/mdvi-lib/font.c:
3403         * dvi/mdvi-lib/fontmap.c:
3404         * dvi/mdvi-lib/fontmap.h:
3405         * dvi/mdvi-lib/fontsrch.c:
3406         * dvi/mdvi-lib/gf.c:
3407         * dvi/mdvi-lib/hash.c:
3408         * dvi/mdvi-lib/hash.h:
3409         * dvi/mdvi-lib/list.c:
3410         * dvi/mdvi-lib/mdvi.h:
3411         * dvi/mdvi-lib/pagesel.c:
3412         * dvi/mdvi-lib/paper.c:
3413         * dvi/mdvi-lib/paper.h:
3414         * dvi/mdvi-lib/pk.c:
3415         * dvi/mdvi-lib/private.h:
3416         * dvi/mdvi-lib/setup.c:
3417         * dvi/mdvi-lib/sp-epsf.c:
3418         * dvi/mdvi-lib/special.c:
3419         * dvi/mdvi-lib/sysdeps.h:
3420         * dvi/mdvi-lib/t1.c:
3421         * dvi/mdvi-lib/tfm.c:
3422         * dvi/mdvi-lib/tfmfile.c:
3423         * dvi/mdvi-lib/tt.c:
3424         * dvi/mdvi-lib/util.c:
3425         * dvi/mdvi-lib/vf.c:
3426         * dvi/pixbuf-device.c:
3427         * dvi/pixbuf-device.h:
3428         * impress/Makefile.am:
3429         * impress/common.h:
3430         * impress/document.c:
3431         * impress/f_oasis.c:
3432         * impress/f_oo13.c:
3433         * impress/iksemel.c:
3434         * impress/iksemel.h:
3435         * impress/imposter.h:
3436         * impress/impress-document.c:
3437         * impress/impress-document.h:
3438         * impress/internal.h:
3439         * impress/r_back.c:
3440         * impress/r_draw.c:
3441         * impress/r_geometry.c:
3442         * impress/r_gradient.c:
3443         * impress/r_style.c:
3444         * impress/r_text.c:
3445         * impress/render.c:
3446         * impress/render.h:
3447         * impress/zip.c:
3448         * impress/zip.h:
3449         * lib/Makefile.am:
3450         * lib/ev-debug.c:
3451         * lib/ev-debug.h:
3452         * lib/ev-file-helpers.c:
3453         * lib/ev-file-helpers.h:
3454         * lib/ev-gui.c:
3455         * lib/ev-gui.h:
3456         * lib/ev-tooltip.c:
3457         * lib/ev-tooltip.h:
3458         * libdocument/Makefile.am:
3459         * libdocument/ev-file-helpers.c:
3460         * pdf/Makefile.am:
3461         * pdf/ev-poppler.cc:
3462         * pdf/ev-poppler.h:
3463         * pixbuf/Makefile.am:
3464         * pixbuf/pixbuf-document.c:
3465         * pixbuf/pixbuf-document.h:
3466         * properties/Makefile.am:
3467         * ps/Makefile.am:
3468         * ps/gsdefaults.c:
3469         * ps/gsdefaults.h:
3470         * ps/gsio.c:
3471         * ps/gsio.h:
3472         * ps/gstypes.h:
3473         * ps/ps-document.c:
3474         * ps/ps-document.h:
3475         * ps/ps.c:
3476         * ps/ps.h:
3477         * shell/Makefile.am:
3478         * shell/ev-application.h:
3479         * shell/ev-sidebar-links.c:
3480         * shell/ev-sidebar-links.h:
3481         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3482         (ev_gui_menu_position_tree_selection):
3483         * shell/ev-utils.h:
3484         * shell/ev-view.c: (ev_view_finalize):
3485         * shell/ev-window.c:
3486         * shell/main.c: (main):
3487         * thumbnailer/Makefile.am:
3488         * tiff/Makefile.am:
3489         * tiff/tiff-document.c:
3490         * tiff/tiff-document.h:
3491         * tiff/tiff2ps.c:
3492         * tiff/tiff2ps.h:
3493         
3494         Reorganize source tree.
3495
3496 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3497
3498         * backend/ev-document-factory.c:
3499
3500         Do not include ev-poppler.h when pdf is disabled. 
3501
3502 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3503
3504         * configure.ac:
3505         * data/evince-ui.xml:
3506         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3507         (pdf_document_document_images_iface_init):
3508         * backend/Makefile.am:
3509         * backend/ev-document-images.[ch]:
3510         * backend/ev-image.[ch]:
3511         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3512         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3513         (ev_job_xfer_run):
3514         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3515         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3516         (ev_pixbuf_cache_get_image_mapping):
3517         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3518         (view_menu_popup_cb), (ev_window_dispose),
3519         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3520         (ev_view_popup_cmd_copy_image):
3521         * shell/ev-view-private.h:
3522         * shell/ev-view.c: (ev_view_get_image_at_location),
3523         (ev_view_do_popup_menu), (ev_view_popup_menu),
3524         (ev_view_button_press_event), (ev_view_drag_data_get),
3525         (ev_view_drag_motion), (ev_view_drag_data_received),
3526         (ev_view_motion_notify_event), (ev_view_button_release_event),
3527         (ev_view_finalize), (ev_view_class_init):
3528
3529         Add image handling support. Fixes bugs #310008 and #325047. Images
3530         selection is not supported yet. 
3531
3532 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3535         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3536         (ev_view_init):
3537
3538         Move view drag and drop stuff to ev-view.
3539
3540 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3543         * shell/ev-view.c: (clear_selection): 
3544
3545         Clear selection also in pixbuf cache.
3546
3547 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3548
3549         * data/evince.desktop.in.in:
3550         
3551         Change icon name in desktop file. See bug #390734
3552         for details.
3553
3554 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3555
3556         * thumbnailer/Makefile.am:
3557
3558         Use top_builddir instead top_srcdir for generated schema
3559         file installation. Fixes bug #390161.
3560
3561 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * configure.ac:
3564         * backend/Makefile.am:
3565         * backend/ev-document-transition.[ch]:
3566         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3567         (pdf_document_page_transition_iface_init):
3568         * shell/ev-view-private.h:
3569         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3570         (ev_view_set_presentation), (transition_next_page),
3571         (ev_view_presentation_transition_stop),
3572         (ev_view_presentation_transition_start), (ev_view_next_page):
3573
3574         Add page transition support in presentation mode. At the moment only
3575         page duration is supported, but not transition effects. Fixes bug
3576         #309815.
3577
3578 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3579
3580         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3581
3582         Run find_link_dest with document lock held, since it's called by links
3583         thread and main thread at the same time. 
3584
3585 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3586
3587         * shell/ev-view.c: (goto_dest):
3588
3589         Update page-cache when page is changed by the view, so that
3590         page-changed signal is emitted. 
3591
3592 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3593
3594         * test/test1.py:
3595         * test/test2.py:
3596
3597         Use C locale in tests. 
3598
3599 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3600
3601         * shell/ev-window.c: (ev_window_run_presentation):
3602         * shell/ev-view-private.h:
3603         * shell/ev-view.c: (ev_view_set_presentation):
3604
3605         Restore zoom settings when back from presentation mode. 
3606
3607 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3608
3609         * shell/ev-window.c: (ev_window_run_presentation):
3610
3611         Always use "best fit" zoom in presentation mode.
3612         Fixes bug #389195.
3613
3614 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3615
3616         * shell/ev-view.c: (ev_view_goto_window_create):
3617
3618         Show "Jump to page" label in the page jumping popup in
3619         presentation mode instead of just a GtkEntry.
3620
3621 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3622
3623         * shell/ev-window.c: (launch_external_uri):
3624
3625         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3626         #378085.
3627
3628 2006-12-22  Elijah Newren  <newren gmail com>
3629
3630         * configure.ac: explicitly check for libxml2.  Fixes #388795
3631
3632 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3633
3634         * shell/ev-view-private.h:
3635         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3636         (ev_view_goto_window_delete_event), (key_is_numeric),
3637         (ev_view_goto_window_key_press_event),
3638         (ev_view_goto_window_button_press_event),
3639         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3640         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3641         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3642
3643         Allow jumping to another page by typing a page number in presentation
3644         mode. It uses a popup window with an entry. Fixes bug #353625.
3645
3646 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3647
3648         * configure.ac:
3649         * properties/ev-properties-view.c: (ev_get_default_user_units),
3650         (ev_regular_paper_size):
3651         
3652         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3653         to Damien Carbery <damien.carbery@sun.com> and
3654         Yevgen Muntyan <muntyan@tamu.edu>.
3655
3656 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3657
3658         * shell/ev-window.c: (setup_document_from_metadata):
3659
3660         Make sure Evince doesn't restore the view on the last
3661         page when a document is reopened. Fixes bug #383381.
3662
3663 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3664
3665         * shell/ev-view.c: (draw_loading_text):
3666
3667         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3668
3669 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3670
3671         * configure.ac:
3672         * NEWS:
3673
3674         Release 0.7.0
3675
3676 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3677
3678         * configure.ac:
3679         * pdf/ev-poppler.cc: (pdf_print_context_free),
3680         (pdf_document_file_exporter_begin),
3681         (pdf_document_file_exporter_do_page):
3682
3683         Make cairo-pdf depedency optional. 
3684
3685 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3686
3687         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3688
3689         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3690
3691 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3692
3693         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3694         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3695         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3696         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3697         * shell/ev-view.c: (draw_loading_text):
3698         * shell/ev-window.c: (ev_window_cmd_file_properties):
3699
3700         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3701         related to using FontConfig from different threads.
3702         
3703 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * shell/ev-view.c: (draw_loading_text):
3706
3707         Acquire lock document when drawing "Loading..." text so that only one
3708         thread will use FontConfig at the same time. Fixes bug #374750.
3709
3710 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * shell/ev-page-action.[ch]: (activate_cb):
3713         * shell/ev-window.c: (activate_label_cb):
3714
3715         Check if text inserted in page entry is a valid page number when it
3716         doesn't match to any document page label. Fixes bug #383165.
3717
3718 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3719         * shell/ev-window.c:
3720
3721         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3722         available with GTK < 2.10. Added an ifdef to avoid compilation
3723         error.
3724
3725 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3726
3727         * configure.ac:
3728         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3729
3730         Fix ps backend in multihead systems.
3731
3732 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3733
3734         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3735         * shell/ev-window.c: (ev_window_get_screen_dpi),
3736         (ev_window_update_actions), (setup_view_from_metadata),
3737         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3738
3739         Take screen DPI into account when zooming. Fixes bug #318285.
3740
3741 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3742
3743         * data/Makefile.am:
3744
3745         Cleaned up/slightly refactored Makefile.am. Added GConf
3746         schemas uninstallation as well.
3747
3748 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3749
3750         * Makefile.am:
3751         * test/Makefile.am:
3752
3753         Fight with autotools to fix make check. Make distcheck
3754         works fine as well now!
3755
3756 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3757
3758         * shell/ev-view.c: (draw_end_presentation_page):
3759
3760         Corrected "end of presentation" string.
3761
3762 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3763
3764         * shell/ev-view.c: (ev_view_key_press_event):
3765
3766         Correctly propagate key press event so that up/down keys
3767         work as expected (correct behaviour was broken by
3768         black/white screen key bindings for presentations).
3769
3770 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3771
3772         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3773         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3774         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3775         (pdf_selection_get_selection_region),
3776         (pdf_selection_get_selection_map):
3777
3778         Add "static" to some private functions. 
3779
3780 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3781
3782         * lib/ev-tooltip.h:
3783         * properties/ev-properties-view.h:
3784         * shell/ev-jobs.h:
3785         * shell/ev-properties-dialog.h:
3786         * shell/ev-properties-fonts.h:
3787         * shell/ev-sidebar-links.h:
3788         * shell/ev-sidebar-thumbnails.h:
3789         * shell/ev-sidebar.h:
3790         * shell/ev-window.h:
3791         
3792         Fixes CHACK type in class casts. See bug #385343
3793         for details.
3794
3795 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3796
3797         * shell/ev-view-private.h:
3798         * shell/ev-view.c: (draw_end_presentation_page),
3799         (ev_view_expose_event), (ev_view_key_press_event),
3800         (ev_view_class_init), (ev_view_init):
3801
3802         Blank screen in presentation mode when pressing 'b' (filling with
3803         black) or 'w' (filling with white) keys. Fixes bug #358132.
3804
3805 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3806
3807         * data/evince-toolbar.xml:
3808         * shell/ev-window.c:
3809         
3810         Use stock icon for Select All action. Fixes
3811         bug #382652.
3812
3813 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3814
3815         * shell/ev-view.c: (get_doc_point_from_offset),
3816         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3817
3818         Add links support in rotated documents. Fixes bug #343733.
3819
3820 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3821
3822         * shell/ev-view-private.h:
3823         * shell/ev-view.c: (draw_end_presentation_page),
3824         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3825
3826         Show a blank page after the last page in presentation mode with a
3827         message indicating that presentation has finished and how to exit. 
3828
3829 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3830
3831         * shell/ev-window.c: (fullscreen_timeout_cb):
3832
3833         Hide cursor after a while in presentation mode. 
3834
3835 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3836
3837         * backend/ev-document-info.h:
3838         * data/evince-properties.glade:
3839         * pdf/ev-poppler.cc:
3840         * properties/ev-properties-view.c: (ev_regular_paper_size),
3841         (ev_properties_view_set_info):
3842         * ps/ps-document.c: (ps_document_get_info):
3843
3844         Adds a paper size field to the properties dialog. Fixes
3845         bug #307315. Patch by Kasper Svendsen (with some i18n
3846         changes done by me).
3847
3848 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3849
3850         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3851         (screensaver_init_dbus), (totem_scrsaver_new),
3852         (totem_scrsaver_init):
3853         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3854         * shell/ev-application.c: (ev_application_register_service),
3855         (ev_application_screensaver_enable),
3856         (ev_application_screensaver_disable):
3857         * shell/ev-application.h:
3858         * shell/ev-window.c: (ev_window_run_presentation),
3859         (ev_window_stop_presentation), (build_comments_string),
3860         (ev_window_init):
3861         
3862         Move screensaver handling to application. No more
3863         message on startup.
3864
3865 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3866
3867         * configure.ac:
3868         * backend/Makefile.am:
3869         * backend/ev-file-exporter.[ch]:
3870         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3871         * ps/ps-document.c: (ps_document_file_exporter_*):
3872         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3873         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3874         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3875         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3876
3877         Allow printing to PDF when suppoted by the backend.
3878         
3879 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3880
3881         * shell/ev-window.c: (build_comments_string):
3882
3883         Use always "Document Viewer" in about dialog. 
3884
3885 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3886
3887         * djvu/djvu-document.c: (djvu_document_get_page_size):
3888
3889         Display a warning message when get_pageinfo fails. 
3890
3891 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3892
3893         * Makefile.am:
3894         * backend/Makefile.am:
3895         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3896         * configure.ac:
3897         * shell/ev-window.c: (build_comments_string):
3898         
3899         Make pdf compilation optional. See bug #38007.
3900
3901 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3902
3903         * ps/ps.c: (get_next_text):
3904
3905         Fix CVE-2006-5864.
3906
3907 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3908
3909         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3910         * shell/ev-navigation-action.c: (connect_proxy),
3911         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3912         
3913         Do not call g_type_class_peek_parent twice.
3914
3915 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3916
3917         * configure.ac:
3918         * data/icons/24x24/.cvsignore:
3919         * data/icons/24x24/Makefile.am:
3920         * data/icons/24x24/evince.png:
3921         * data/icons/Makefile.am:
3922         
3923         Add 24x24 icon. Thanks to 
3924         Michael Monreal <infernux@web.de>.
3925
3926 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3927
3928         * configure.ac: Fix typo in configure.ac. Thanks
3929         to dmacks@netspace.org for notification.
3930
3931 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3932
3933         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3934         
3935         Drop dbus include, fixes compilation with older dbus.
3936
3937 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3938
3939         * configure.ac:
3940         * cut-n-paste/Makefile.am:
3941         * cut-n-paste/totem-screensaver/.cvsignore
3942         * cut-n-paste/totem-screensaver/Makefile.am:
3943         * cut-n-paste/totem-screensaver/README:
3944         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3945         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3946         * shell/Makefile.am:
3947         * shell/ev-window.c: (ev_window_run_presentation),
3948         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3949         (ev_window_init):
3950
3951         Implemented screensaver enabling/disabling for
3952         presentation mode (not fullscreen mode). Code stolen
3953         from Totem (with some minor tweaks). Fixes bug #338889.
3954
3955 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3956
3957         * configure.ac:
3958
3959         Bump gnome-icon-theme requirements. We use the rotation
3960         icons that appeared recently.
3961
3962 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3963
3964         * shell/ev-history.c: (ev_history_add_page):
3965         * shell/ev-history.h:
3966         * shell/ev-window.c: (page_changed_cb):
3967         
3968         Use page labels instead of numbers.
3969
3970 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * data/evince-toolbar.xml:
3973         * po/POTFILES.in:
3974         * shell/Makefile.am:
3975         * shell/ev-navigation-action-widget.c:
3976         (ev_navigation_action_widget_init),
3977         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3978         (menu_detacher), (ev_navigation_action_widget_set_menu),
3979         (menu_position_func), (popup_menu_under_arrow),
3980         (ev_navigation_action_widget_toggled),
3981         (ev_navigation_action_widget_button_press_event):
3982         * shell/ev-navigation-action-widget.h:
3983         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3984         (ev_navigation_action_set_window), (activate_menu_item_cb),
3985         (new_history_menu_item), (new_empty_history_menu_item),
3986         (build_menu), (menu_activated_cb), (connect_proxy),
3987         (create_tool_item), (ev_navigation_action_init),
3988         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3989         * shell/ev-navigation-action.h:
3990         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3991         (ev_page_action_widget_set_page_cache),
3992         (ev_page_action_widget_finalize),
3993         (ev_page_action_widget_class_init), (match_selected_cb),
3994         (display_completion_text), (match_completion), (build_new_tree_cb),
3995         (get_filter_model_from_model),
3996         (ev_page_action_widget_update_model):
3997         * shell/ev-page-action-widget.h:
3998         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3999         (connect_proxy):
4000         * shell/ev-page-action.h:
4001         * shell/ev-stock-icons.c:
4002         * shell/ev-stock-icons.h:
4003         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4004         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4005         (register_custom_actions):
4006         * shell/main.c:
4007         
4008         Preliminary history implementation
4009
4010 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4011
4012         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4013         (dvi_document_class_init), (dvi_document_init_params):
4014         * dvi/mdvi-lib/font.c: (font_reference):
4015         
4016         Add reference to subfont. Fixes bug #374277.
4017
4018 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4019
4020         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4021         (ev_window_cmd_file_open_copy_at_dest):
4022
4023         Fix a race condition when creating symlink. Increase the counter
4024         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4025         Mathias Hasselmann).
4026
4027 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4028
4029         * backend/Makefile.am:
4030         * backend/ev-attachment.c: (ev_attachment_open):
4031         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4032         (ev_tmp_dir), (ev_tmp_filename):
4033         * shell/ev-sidebar-attachments.c:
4034         (ev_sidebar_attachments_drag_data_get):
4035         * shell/ev-window.c: (ev_window_clear_temp_file):
4036
4037         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4038         in ensure_dir_exists. Abort without crashing when we can't create
4039         user's directory.
4040
4041 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4042
4043         * data/evince-ui.xml:
4044         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4045         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4046         (ev_window_cmd_file_open_copy_at_dest),
4047         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4048         (ev_view_popup_cmd_open_link_new_window):
4049
4050         Allow opening a copy of the current document in a new window. Fixes bug
4051         #357472
4052
4053 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4054
4055         * data/evince-toolbar.xml:
4056         
4057         Add rotate right and rotate left to available items for toolbar.
4058         
4059         * data/evince-ui.xml:
4060         * shell/ev-window.c: (ev_window_init):
4061         
4062         Customize toolbar with right click. Fixes bug #372451.
4063
4064 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4065
4066         * shell/ev-window.c: 
4067         
4068         Use "object-rotate-{left,right}" stock icons. Fixes 
4069         bug #373863.
4070
4071 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4072
4073         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4074         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4075         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4076         (ev_window_open_uri):
4077         * shell/main.c: (arguments_parse):
4078
4079         Remove temp file created when evince is used by GTK+ in
4080         preview mode. Fixes bug #365282. 
4081
4082 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4083
4084         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4085         
4086         Fixes bug #372474 - Side pane disabled when entering 
4087         and leaving fullscreen mode.
4088
4089 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4090
4091         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4092         * data/Makefile.am:
4093         * data/evince-preview-toolbar.xml:
4094         * data/evince-toolbar.xml:
4095         * shell/ev-application.c: (ev_application_shutdown),
4096         (ev_application_init), (ev_application_get_toolbars_model):
4097         * shell/ev-application.h:
4098         * shell/ev-window.c: (update_chrome_visibility),
4099         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4100         (ev_window_cmd_edit_toolbar), (ev_window_init):
4101         
4102         Fixes bug #364364 - toolbar editor shows zoom actions again.
4103
4104 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4105
4106         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4107
4108         Do not take margins into consideration for paper size when printing.
4109         Really fixes bug #350491.
4110
4111 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4112
4113         * data/evince-ui.xml:
4114         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4115         (ev_window_cmd_file_print_setup),
4116         (ev_window_print_dialog_response_cb),
4117         (ev_window_setup_action_sensitivity):
4118
4119         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4120
4121 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4122
4123         * shell/ev-window.c: (ev_window_print_range):
4124
4125         Revert my previuos commit, since printing to PDF is not supported by
4126         evince yet. 
4127
4128 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * shell/ev-window.c: (ev_window_print_range):
4131
4132         Enable print to a PDF. Fixes bug #332121.
4133
4134 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * shell/ev-application-service.xml:
4137         * shell/ev-application.[ch]: (ev_application_open_window),
4138         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4139         (ev_application_open_uri), (ev_application_open_uri_list):
4140         * shell/ev-window.c: (file_open_dialog_response_cb),
4141         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4142         (drag_data_received_cb), (open_remote_link):
4143         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4144
4145         Add support for multiscreen systems. Fixes bug #316206.
4146
4147 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * shell/ev-jobs.[ch]: (ev_job_print_new),
4150         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4151         (ev_job_print_do_page):
4152         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4153
4154         Allow printing only odd/even pages. Fixes bug #367289.
4155
4156 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4157
4158         * test/test1.py:
4159         * test/test2.py:
4160
4161         Re-add locale settings to test files.
4162
4163 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4164
4165         * data/evince-ui.xml:
4166         * shell/ev-window.c: (set_action_properties):
4167         
4168         Removed garbage from code and ui.
4169
4170 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4171
4172         * shell/ev-window.c: (ev_window_cmd_help_about):
4173
4174         Shamelessly add my name to the list of contributors.
4175
4176 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4177
4178         * test/test1.py:
4179         * test/test2.py:
4180
4181         Cleaned up the dogtail scripts.
4182
4183 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4184
4185         * shell/ev-view.c: (draw_loading_text): Don't render
4186         "loading..." text in presentation mode. Temporary
4187         workaround for bug #320352.
4188
4189 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4190
4191         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4192         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4193
4194         Use print settings scale, copies, collate and reverse which were
4195         ignored. Fixes bug #359032.
4196
4197 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4198
4199         * configure.ac:
4200         * data/evince-password.glade:
4201         * test/Makefile.am:
4202         * test/test-encrypt.pdf:
4203         * test/test-links.pdf:
4204         * test/test1.py:
4205         * test/test2.py:
4206
4207         Add automated UI tests for evince with dogtail. See
4208         bug #300948.    
4209
4210 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4211
4212         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4213
4214         Hide fullscreen toolbar when switching to another desktop workspace.
4215         Fixes bug #338871
4216
4217 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4218
4219         * shell/ev-window-title.c: 
4220         
4221         Test for .dvi in title of pdf documents.
4222
4223 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4224
4225         * shell/ev-view.c: (ev_view_scroll):
4226
4227         Page Up/Down should do page jumps in "Best fit" mode.
4228         If a user has explicitly chosen to view exactly one page
4229         at a time, scrolling just a part of the page when
4230         pressing Page Up/Down is not right. Fixes bug #323107.
4231
4232 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4233
4234         * NEWS:
4235         * configure.ac:
4236         
4237         Update for 0.6.1
4238
4239 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4240
4241         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4242         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4243         
4244         Correctly disconnect from job signals on destroy.
4245
4246 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4247
4248         * shell/ev-view-private.h:
4249         * shell/ev-view.c: (view_set_adjustment_values),
4250         (view_update_range_and_current_page),
4251         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4252         
4253         Fixes bug #343199, current page now follows find page.
4254
4255 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4256
4257         * backend/ev-document-factory.c:
4258         * configure.ac:
4259         Assigned OpenDocument presenation MIME type to the
4260         Impress backend. Added some missing (but harmless)
4261         #ifdefs in the document factory as well to make things
4262         consistent again. Fixes bug #360658.
4263
4264 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4265
4266         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4267         * backend/ev-document-find.c: (ev_document_find_get_type):
4268         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4269         * backend/ev-document-links.c: (ev_document_links_get_type):
4270         * backend/ev-document-security.c: (ev_document_security_get_type):
4271         * backend/ev-document-thumbnails.c:
4272         (ev_document_thumbnails_get_type):
4273         * backend/ev-document.c: (ev_document_get_type):
4274         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4275         * backend/ev-selection.c: (ev_selection_get_type):
4276         * cut-n-paste/recent-files/egg-recent-model.c:
4277         (egg_recent_model_get_type):
4278         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4279         (egg_recent_view_uimanager_get_type):
4280         * cut-n-paste/recent-files/egg-recent-view.c:
4281         (egg_recent_view_get_type):
4282         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4283         (egg_editable_toolbar_get_type):
4284         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4285         (egg_toolbar_editor_get_type):
4286         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4287         (egg_toolbars_model_get_type):
4288         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4289         (egg_tree_multi_drag_source_get_type):
4290         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4291         (ephy_zoom_action_get_type):
4292         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4293         (ephy_zoom_control_get_type):
4294         * impress/r_back.c: (_imp_fill_back):
4295         * properties/ev-properties-main.c:
4296         (ev_properties_plugin_register_type):
4297         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4298         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4299         (ev_view_accessible_factory_get_type):
4300
4301         Reduce relocations. Bug #360616.
4302
4303 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4304
4305         * backend/ev-document-factory.c:
4306         (ev_document_factory_get_document):
4307         
4308         Load document even if extension is wrong.
4309
4310 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4311
4312         * shell/ev-metadata-manager.c: (save_values):
4313         * shell/ev-window.c: (setup_size_from_metadata),
4314         (setup_view_from_metadata), (ev_window_setup_document),
4315         (ev_window_xfer_job_cb), (window_configure_event_cb):
4316         
4317         Set size according to the document size/page size ratio.
4318         That should correct rather wierd behaviour of the previous
4319         commit.
4320
4321 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4322
4323         * shell/ev-window.c: (setup_view_from_metadata):
4324         
4325         Set size for new windows from previous window size.
4326         See bugs #354968 and #168450 for details. Thanks
4327         to Meik Hellmund.
4328
4329 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * djvu/djvu-links.c: (build_tree):
4332
4333         Fix memory leak.
4334
4335 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4336
4337         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4338         
4339         Don't make sidebar close button insensitive. Fixes
4340         bug #357871.
4341
4342 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4343
4344         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4345         (ev_window_set_view_accels_sensitivity):
4346         
4347         Don't enable Slash on documents which don't support
4348         find. Fixes bug #358648.
4349
4350 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4351
4352         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4353         open dialog fall back to the current document uri if the
4354         filechooser hasn't been used before. Fixes bug #356980.
4355
4356 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4357
4358         * shell/ev-window.c: (ev_window_setup_recent), 
4359         (ev_window_get_recent_file_label):
4360
4361         Escape underscores in filenames of recent file items.
4362
4363 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4364
4365         * configure.ac:
4366         
4367         Bumped poppler requirements, really 0.5.3 is very 
4368         buggy, now we require 0.5.4.
4369
4370 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4371
4372         * djvu/Makefile.am:
4373         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4374         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4375         (djvu_document_document_links_iface_init):
4376         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4377         (number_from_string_10), (get_djvu_link_dest),
4378         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4379         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4380         (djvu_links_get_links), (djvu_links_find_link_dest),
4381         (djvu_links_get_links_model):
4382         * djvu/djvu-links.h:
4383         
4384         Add support for links and bookmarks in djvu documents. Thanks
4385         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4386         patch.
4387
4388 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4389
4390         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4391         
4392         Reopen should reload document. Fixes 
4393         bug 327951.
4394
4395 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4396
4397         * configure.ac:
4398         * data/Makefile.am:
4399         * data/evince-16.png:
4400         * data/evince-22.png:
4401         * data/evince.png:
4402         * data/evince.svg:
4403         * data/icons/16x16/Makefile.am:
4404         * data/icons/16x16/evince.png:
4405         * data/icons/22x22/Makefile.am:
4406         * data/icons/22x22/evince.png:
4407         * data/icons/48x48/Makefile.am:
4408         * data/icons/48x48/evince.png:
4409         * data/icons/Makefile.am:
4410         * data/icons/scalable/Makefile.am:
4411         * data/icons/scalable/evince.svg:
4412         
4413         Install icons with correct names. Fixes
4414         bug #354429.
4415
4416 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4417
4418         * shell/ev-view.c: (ev_view_button_release_event):
4419
4420         Don't open links with middle mouse button. Fixes bug #353649
4421
4422 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4423
4424         * NEWS:
4425         * configure.ac:
4426         
4427         Update for release 0.6.0
4428
4429 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4430
4431         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4432         Implement Close named action. Patch by Carlos Garcia Campos.
4433
4434 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4435
4436         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4437         
4438         Don't clear link mapping on copy_job_to_job_info. Fixes
4439         bug 346168.
4440
4441 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4442
4443         * shell/main.c: (main):
4444
4445         Revert my previous commit, gnome_program_init owns the option context.
4446         Fix another memory leak in main. Both caught by Christian Persch. 
4447
4448 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4449
4450         * shell/main.c: (main):
4451
4452         Fix memory leak.
4453
4454 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4455
4456         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4457
4458         Fix crash when opening a pdf with password protection. 
4459
4460 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4461
4462         * pdf/ev-poppler.cc: (pdf_document_search_free):
4463
4464         Fix memory leak. 
4465
4466 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4467
4468         * backend/ev-document-factory.c:
4469         (ev_document_factory_get_document):
4470         * tiff/tiff-document.c: (tiff_document_finalize):
4471         
4472         More correct handling of document loading. Fixes
4473         bug #349043.
4474
4475 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4476
4477         * backend/ev-attachment.c: (ev_attachment_save):
4478
4479         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4480         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4481
4482 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4483         
4484         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4485         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4486
4487 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4488
4489         * shell/ev-sidebar-thumbnails.c:
4490
4491         Do not render thumbnails unless thumbnails page is active in the
4492         sidebar.
4493
4494 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4495
4496         * shell/ev-properties-dialog.c:
4497
4498         Fix dialogue spacing. Bug #351370.
4499
4500 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4501
4502         * configure.ac:
4503
4504         Use lowercase gettext catalog file names (evince.mo
4505         instead of Evince.mo)
4506
4507 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4508
4509         * shell/ev-sidebar-attachments.c:
4510
4511         GtkIconTheme is now screen safe too. Fixes bug #350878
4512
4513 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4514
4515         * shell/ev-window.c:
4516
4517         GtkRecent manager is now screen safe. Fixes bug #350145
4518
4519 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4520
4521         * shell/ev-sidebar.c: (ev_sidebar_init):
4522         
4523         Make sidebar close icon smaller. Fix for bug 350177.
4524         See also bugs 350176 and 165770.
4525
4526 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4527
4528         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4529
4530         Ignore zoom for xyz destinations when it's <= 1, keeping user
4531         preferences instead. Set correct sizing-mode for fith and fitv
4532         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4533
4534 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4535
4536         * NEWS:
4537         * configure.ac:
4538         
4539         Update for release 0.5.5
4540
4541 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4542         
4543         * shell/ev-window.c: (ev_window_cmd_escape)
4544
4545         Escape unfocus page entry. Fixes bug #345809.
4546
4547 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4548
4549         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4550         (build_tree), (pdf_document_links_get_links),
4551         (pdf_document_links_find_link_dest):
4552         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4553         (goto_xyz_dest):
4554
4555         Convert from PDF style coordinates to X style coordinates in the
4556         backend rather than in the view. Fixes bug #338440
4557
4558 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4559
4560         * shell/ev-window.c:
4561         
4562         Remove Ctrl+Shift+T shortcut for toolbars. See
4563         the bug #350098.
4564
4565 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4566
4567         * configure.ac:
4568
4569         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4570         of this. 
4571
4572 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4573
4574         * configure.ac:
4575         * cut-n-paste/Makefile.am:
4576         * data/evince-ui.xml:
4577         * shell/Makefile.am:
4578         * shell/ev-application.[ch]:
4579         * shell/ev-window.c:
4580
4581         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4582         #349273
4583
4584 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4585
4586         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4587         findbar code: s/help/search/
4588
4589 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4590
4591         * shell/ev-window.c: (setup_document_from_metadata),
4592         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4593         (setup_view_from_metadata):
4594         
4595         Fix memory leaks.
4596
4597 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4598
4599         * autogen.sh, configure.ac: 
4600         
4601         Update automake usage. See bug 349292.
4602
4603 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4604
4605         * shell/eggfindbar.c: (egg_find_bar_class_init),
4606         (entry_activate_callback), (egg_find_bar_init),
4607         (egg_find_bar_set_status_text):
4608         * shell/eggfindbar.h:
4609         
4610         Unify Evince findbar with Epiphany. Nice patch
4611         from Fabricio Silva <silva@crans.org> and
4612         Frederic Peters <fpeters@entrouvert.com>. See
4613         bug #339966 for details.
4614
4615 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4616
4617         * data/evince.desktop.in.in:
4618         
4619         Correct information for bugzilla. Thanks to
4620         Olaf Vitters, see bug #348855.
4621
4622 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4623
4624         * shell/ev-jobs.[ch]:
4625         * shell/ev-sidebar-links.c:
4626         * shell/ev-window.[ch]:
4627
4628         GtkPrintJob doesn't support print ranges or current page, so we export
4629         to a ps file now when printing ranges or current page.
4630
4631 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4632
4633         * pdf/ev-poppler.cc:
4634         * shell/ev-window.c: (do_action_named):
4635
4636         We should be more clear about bugzilla. See the
4637         poppler bug #7623.
4638
4639 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4640
4641         * configure.ac:
4642         * shell/Makefile.am:
4643         * shell/ev-job-queue.c:
4644         * shell/ev-jobs.[ch]:
4645         * shell/ev-sidebar-links.c:
4646         * shell/ev-window.[ch]:
4647         
4648         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4649         #348422
4650
4651 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4652
4653         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4654         * shell/ev-application-service.xml:
4655         * shell/ev-application.[ch]:
4656         * shell/ev-jobs.[ch]:
4657         * shell/ev-window.[ch]: (ev_window_run_preview):
4658         * shell/main.c: 
4659
4660         Add preview mode to use evince as a printing previewer. It also adds
4661         other command line options for fullscreen and presentation modes.
4662         Fixes bugs #347822, #317031
4663
4664 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * NEWS:
4667         * configure.ac:
4668         
4669         Update for release 0.5.4
4670
4671 2006-07-11  Bastien Nocera <hadess@hadess.net>
4672
4673         * Makefile.am:
4674         * backend/Makefile.am:
4675         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4676         * backend/ev-document-factory.h:
4677         * configure.ac:
4678         * impress/.cvsignore:
4679         * impress/Makefile.am:
4680         * impress/common.h:
4681         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4682         (imp_get_page), (imp_next_page), (imp_prev_page),
4683         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4684         * impress/f_oasis.c: (render_object), (render_page),
4685         (get_geometry), (_imp_oasis_load):
4686         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4687         (_imp_oo13_load):
4688         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4689         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4690         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4691         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4692         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4693         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4694         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4695         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4696         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4697         (iks_new_within), (iks_insert), (iks_insert_cdata),
4698         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4699         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4700         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4701         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4702         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4703         (iks_cdata), (iks_cdata_size), (iks_has_children),
4704         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4705         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4706         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4707         (iks_tree), (iks_load), (iks_save):
4708         * impress/iksemel.h:
4709         * impress/imposter.h:
4710         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4711         (imp_render_draw_bezier_real), (imp_render_get_size),
4712         (imp_render_set_fg_color), (imp_render_draw_line),
4713         (imp_render_draw_rect), (imp_render_draw_polygon),
4714         (imp_render_draw_arc), (imp_render_draw_bezier),
4715         (imp_render_open_image), (imp_render_get_image_size),
4716         (imp_render_scale_image), (imp_render_draw_image),
4717         (imp_render_close_image), (imp_render_markup),
4718         (imp_render_get_text_size), (imp_render_draw_text),
4719         (impress_document_load), (impress_document_save),
4720         (impress_document_get_n_pages), (impress_document_get_page_size),
4721         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4722         (impress_document_finalize), (impress_document_class_init),
4723         (impress_document_can_get_text), (impress_document_get_info),
4724         (impress_document_document_iface_init),
4725         (impress_document_thumbnails_get_thumbnail),
4726         (impress_document_thumbnails_get_dimensions),
4727         (impress_document_document_thumbnails_iface_init),
4728         (impress_document_init):
4729         * impress/impress-document.h:
4730         * impress/internal.h:
4731         * impress/r_back.c: (_imp_fill_back):
4732         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4733         (_imp_draw_image), (_imp_tile_image):
4734         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4735         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4736         (r_polyline):
4737         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4738         (r_draw_gradient_complex), (r_draw_gradient):
4739         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4740         (r_get_bullet):
4741         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4742         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4743         (r_text):
4744         * impress/render.c: (imp_create_context), (imp_context_set_page),
4745         (imp_context_set_step), (imp_render), (imp_delete_context):
4746         * impress/render.h:
4747         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4748         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4749         (zip_load_xml), (zip_get_size), (zip_load):
4750         * impress/zip.h:
4751         * shell/ev-utils.c:
4752         
4753         New backend to support impress slides. Fixes bug #30867.
4754
4755 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4756
4757         * shell/ev-utils.c: (using_postscript_printer):
4758         
4759         Fixes crash when print using PAPI backend,
4760         bug #345012.
4761
4762 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4763
4764         * shell/ev-jobs.c: (ev_job_xfer_run):
4765         * shell/ev-window.c: (password_dialog_response),
4766         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4767         (ev_window_dispose):
4768         Fixes bug #344160: if the xfer job doesn't complete
4769         because a password is required, reload the existing
4770         instance instead of creating a new one.
4771
4772 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4773
4774         * shell/main.c: (main): Call gdk_threads_init. Thus
4775         we'll avoid errors in auth dialog. Fix for the bug
4776         #343347.
4777
4778 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4779
4780         * configure.ac: Advertise pixbuf support, fix
4781         for the bug 343317.
4782
4783 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4784
4785         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4786         (ev_sidebar_thumbnails_set_document):
4787         
4788         Update sidebar thumbnails after reloading.
4789
4790 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4793         * shell/ev-jobs.h:
4794         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4795         (ev_window_cmd_view_reload), (ev_window_init):
4796         
4797         Don't crash on reload. Fix for the bug #343167.
4798
4799 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4800
4801         * shell/ev-jobs.c: (ev_job_render_run):
4802         
4803         Check for document links.
4804
4805 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4806
4807         * backend/ev-attachment.c: (ev_attachment_save),
4808         (ev_attachment_launch_app), (ev_attachment_open):
4809         * backend/ev-document-factory.c: (get_document_from_uri):
4810         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4811         (egg_recent_view_uimanager_set_list):
4812         * ps/ps-document.c: (check_filecompressed), (document_load),
4813         (ps_document_load):
4814         * shell/ev-metadata-manager.c: (load_values):
4815         * shell/ev-password.c: (ev_password_dialog_set_property):
4816         * shell/ev-view.c: (tip_from_link):
4817         * shell/ev-window.c: (file_save_dialog_response_cb),
4818         (ev_window_print_dialog_response_cb):
4819         
4820         Use consistent quoting style. Fix for the bug #320285.
4821
4822 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4823
4824         * shell/ev-jobs.c: (ev_job_xfer_run):
4825         * shell/main.c: (load_files):
4826                 
4827         Open links with anchors. Fix for the bug #339836.
4828
4829 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4832         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4833         (ev_link_dest_set_property), (ev_link_dest_finalize),
4834         (ev_link_dest_class_init), (ev_link_dest_new_named),
4835         (ev_link_dest_new_page_label):
4836         * backend/ev-link-dest.h:
4837         * shell/ev-application.c: (ev_application_open_uri):
4838         * shell/ev-view.c: (goto_dest):
4839         * shell/ev-window.c:
4840         * shell/ev-window.h:
4841         
4842         Fix page-label command line option. Bug #342070.
4843
4844 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4845
4846         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4847         
4848         Don't show highlight rects if page can't be showed. Fix for 
4849         the bug #342076
4850
4851 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4852
4853         * shell/ev-window.c: (setup_sidebar_from_metadata),
4854         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4855         
4856         Setup sidebar from metadata even if there is no document
4857         loaded. Fix for the bug #342807.
4858
4859 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * cut-n-paste/toolbar-editor/Makefile.am:
4862         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4863         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4864         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4865         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4866         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4867         (popup_context_menu_cb), (button_press_event_cb),
4868         (configure_item_sensitivity), (configure_item_cursor),
4869         (configure_item_tooltip), (connect_widget_signals),
4870         (action_sensitive_cb), (create_item_from_action),
4871         (create_item_from_position), (toolbar_drag_data_received_cb),
4872         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4873         (toolbar_drag_leave_cb), (configure_drag_dest),
4874         (toggled_visibility_cb), (toolbar_visibility_refresh),
4875         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4876         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4877         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4878         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4879         (egg_editable_toolbar_dispose),
4880         (egg_editable_toolbar_set_ui_manager),
4881         (egg_editable_toolbar_get_selected),
4882         (egg_editable_toolbar_set_selected), (set_edit_mode),
4883         (egg_editable_toolbar_set_property),
4884         (egg_editable_toolbar_get_property),
4885         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4886         (egg_editable_toolbar_new_with_model),
4887         (egg_editable_toolbar_get_edit_mode),
4888         (egg_editable_toolbar_set_edit_mode),
4889         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4890         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4891         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4892         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4893         (item_added_or_removed_cb), (toolbar_removed_cb),
4894         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4895         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4896         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4897         (editor_create_item_from_name), (append_table),
4898         (update_editor_sheet), (egg_toolbar_editor_init):
4899         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4900         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4901         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4902         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4903         (toolbar_node_free), (egg_toolbars_model_get_flags),
4904         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4905         (egg_toolbars_model_get_name), (impl_add_item),
4906         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4907         (parse_data_list), (parse_item_list), (parse_toolbars),
4908         (egg_toolbars_model_load_toolbars), (parse_available_list),
4909         (parse_names), (egg_toolbars_model_load_names),
4910         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4911         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4912         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4913         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4914         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4915         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4916         (egg_toolbars_model_set_types), (fill_avail_array),
4917         (egg_toolbars_model_get_name_avail),
4918         (egg_toolbars_model_get_name_flags),
4919         (egg_toolbars_model_set_name_flags):
4920         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4921         * cut-n-paste/toolbar-editor/eggintl.h:
4922         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4923         (egg_tree_multi_drag_source_get_type),
4924         (egg_tree_multi_drag_source_row_draggable),
4925         (egg_tree_multi_drag_source_drag_data_delete),
4926         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4927         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4928         (path_list_free), (set_context_data), (get_context_data),
4929         (get_info), (egg_tree_multi_drag_drag_data_get),
4930         (egg_tree_multi_drag_motion_event),
4931         (egg_tree_multi_drag_button_press_event),
4932         (egg_tree_multi_drag_add_drag_support):
4933         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4934         * shell/ev-application.c: (ev_application_init),
4935         (ev_application_save_toolbars_model):
4936         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4937         (ev_window_cmd_edit_toolbar), (ev_window_init):
4938         
4939         Sync toolbareditor with epiphany and libegg
4940
4941 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4942
4943         * configure.ac: 
4944
4945         Depend on poppler 0.5.2
4946
4947 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * shell/ev-jobs.c: (ev_job_render_run):
4950         
4951         Check if document supports links iterface.
4952
4953 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4954
4955         * NEWS:
4956         * configure.ac:
4957         
4958         Update for release 0.5.3
4959
4960 2006-05-13  Michael Plump  <plumpy@skylab.org>
4961
4962         * configure.ac:
4963         * shell/Makefile.am:
4964         * shell/main.c: (main):
4965         
4966         Port to GOption command line parsing. Fix for the 
4967         bug #327518
4968
4969 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4970
4971         * shell/ev-window.c: (ev_window_cmd_help_about):
4972         
4973         Do not wrap license. Fix for the bug #309460.
4974
4975 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4976
4977         * configure.ac:
4978         * properties/ev-properties-main.c: (ev_properties_get_pages):
4979         * shell/ev-application.c: (ev_application_open_window),
4980         (ev_application_open_uri_at_dest):
4981         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4982         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4983         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4984         * shell/ev-utils.c: (save_print_config_to_file):
4985         * shell/ev-window.c: (ev_window_cmd_save_as),
4986         (ev_attachment_popup_cmd_save_attachment_as):
4987         * shell/main.c: (load_files_remote):
4988         
4989         Bump requirements to gtk 2.8 and drop all ifdefs used.
4990
4991 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4992
4993         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4994         * shell/ev-window.c: (ev_window_init):
4995         
4996         Show attachments page.
4997
4998 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4999
5000         * po/POTFILES.in:
5001         * shell/ev-attachment-bar.c:
5002         * shell/ev-attachment-bar.h:
5003         * shell/ev-sidebar-attachments.c:
5004         (ev_sidebar_attachments_icon_cache_add),
5005         (icon_theme_get_pixbuf_from_mime_type),
5006         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5007         (ev_sidebar_attachments_icon_cache_refresh),
5008         (ev_sidebar_attachments_get_attachment_at_pos),
5009         (ev_sidebar_attachments_popup_menu_show),
5010         (ev_sidebar_attachments_popup_menu),
5011         (ev_sidebar_attachments_button_press),
5012         (ev_sidebar_attachments_update_icons),
5013         (ev_sidebar_attachments_drag_data_get),
5014         (ev_sidebar_attachments_get_property),
5015         (ev_sidebar_attachments_destroy),
5016         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5017         (ev_sidebar_attachments_new),
5018         (ev_sidebar_attachments_set_document),
5019         (ev_sidebar_attachments_support_document),
5020         (ev_sidebar_attachments_get_label),
5021         (ev_sidebar_attachments_page_iface_init):
5022         * shell/ev-sidebar-attachments.h:
5023         * shell/ev-window.c: (update_chrome_visibility),
5024         (setup_sidebar_from_metadata), (ev_window_setup_document),
5025         (ev_window_sidebar_current_page_changed_cb),
5026         (attachment_bar_menu_popup_cb), (ev_window_init):
5027         
5028         Move attachments bar to sidebar.
5029
5030 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5031
5032         * pdf/ev-poppler.cc:
5033         * shell/ev-application.[ch]:
5034         * shell/main.c:
5035
5036         Fix some memory leaks.
5037
5038 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5039
5040         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5041
5042         Change the properties dialog response to
5043         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5044         will make the dialog go away when the user presses
5045         enter. With gtk+ >= 2.9 this will happen anyway, but for
5046         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5047         escape by default. Fixes bug #340539. See also bug
5048         #101293 for the gtk+ part.
5049
5050 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5051
5052         * shell/ev-view.c (tip_from_action_named): Replace some strings
5053         that were wrong. Closes #340970.
5054
5055 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5056
5057         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5058
5059         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5060         #341049
5061
5062 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5063
5064         * djvu/Makefile.am:
5065         * dvi/Makefile.am:
5066         * dvi/mdvi-lib/Makefile.am:
5067         * properties/Makefile.am:
5068         * ps/Makefile.am:
5069         * shell/Makefile.am:
5070         * thumbnailer/Makefile.am:
5071         
5072         Due to broken libtool that is unable to track dependencies
5073         of noinst libraries we are forced to explicitely point
5074         libraries for binary. Fix for the bug #333334.
5075
5076 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5077
5078         * data/evince.desktop.in.in:
5079         * shell/ev-view.c: (view_update_range_and_current_page),
5080         (ev_view_next_page), (ev_view_previous_page):
5081         * shell/ev-window.c: (update_chrome_visibility),
5082         (setup_sidebar_from_metadata), (ev_window_setup_document),
5083         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5084         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5085         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5086         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5087         (ev_window_stop_presentation), (ev_window_focus_in_event),
5088         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5089         (ev_window_init):
5090         * thumbnailer/Makefile.am:
5091         
5092         Update fullscreen and presentation timeout handling. Hide
5093         cursor in presentation after timeout. Fix for the bugs
5094         #136359 and #336981.
5095
5096 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5097
5098         * backend/ev-link-action.[ch]:
5099         * pdf/ev-poppler.cc: (ev_link_from_action):
5100         * shell/ev-view-private.h:
5101         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5102         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5103
5104         Add support for Named Action links
5105
5106 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5107
5108         * backend/Makefile.am:
5109         * backend/ev-document-links.[ch]:
5110         * backend/ev-document.[ch]:
5111         * backend/ev-link-action.[ch]:
5112         * backend/ev-link-dest.[ch]:
5113         * backend/ev-link.[ch]:
5114         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5115         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5116         * shell/ev-page-action.c: (build_new_tree_cb):
5117         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5118         (links_page_num_func), (update_page_callback):
5119         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5120         (tip_from_link):
5121         * shell/ev-jobs.c:
5122         * shell/ev-window.[ch]: (ev_window_open_uri),
5123         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5124         * shell/ev-application.[ch]: (ev_application_open_window),
5125         (ev_application_open_uri):
5126
5127         Rework links system, it adds support for remote links now and it makes
5128         easier to add new kinds of actions and destinations. Fixes bug #317292
5129
5130 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5131
5132         * data/Makefile.am:
5133         * data/evince.png:
5134         * data/evince-16.png:
5135         * data/evince-22.png:
5136         * data/evince.svg:
5137         * shell/main.c: (main):
5138         
5139         Evince use it's own icon. Fix for the bug #313392.
5140
5141         * shell/ev-window.c: (fullscreen_timeout_cb),
5142         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5143         (ev_window_cmd_help_about), (ev_window_dispose):
5144         
5145         Simplify fullscreen timeout code.
5146
5147 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5148
5149         * backend/ev-attachment.c: 
5150         * shell/ev-attachment-bar.c:
5151         * shell/ev-window.c:
5152
5153         Allow multiple selection of attachments
5154
5155 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5156
5157         * shell/ev-view.c: (view_update_range_and_current_page),
5158         (ev_view_scroll):
5159         
5160         Fix for the bug #312573 – Optimal selection of current 
5161         page among visible pages.
5162
5163 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5164
5165         * configure.ac:
5166         * djvu/Makefile.am:
5167         * djvu/djvu-text.h:
5168         
5169         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5170         for the bug 339868.
5171
5172 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5173
5174         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5175
5176 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5177
5178         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5179         dictated by the GNOME HIG. Fixes bug #339235.
5180
5181 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5182
5183         * data/evince-ui.xml:
5184         * shell/ev-view.c: (ev_view_can_find_previous):
5185         * shell/ev-view.h:
5186         * shell/ev-window.c: (ev_window_update_actions),
5187         (ev_window_cmd_edit_find_previous):
5188
5189         Add support for "Find Previous" as dictated by the GNOME HIG. A
5190         menu item is added and some glue code to make it all work is added
5191         to various files.
5192
5193 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5194
5195         * configure.ac: Award myself the "useless use of cat" award.
5196
5197 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5198
5199         * po/LINGUAS: New file listing all supported languages.
5200
5201         * configure.in: Use po/LINGUAS instead of including all languages
5202         directly in this file. See the wiki for more information:
5203         http://live.gnome.org/GnomeGoals/PoLinguas
5204
5205 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5206
5207         * backend/ev-document-factory.c:
5208
5209         Do not load the document twice when there isn't errors
5210
5211 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5212
5213         * backend/ev-attachment.c: 
5214
5215         Fix a crash when there isn't a default application to open an
5216         attachment
5217
5218 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5219
5220         * backend/ev-attachment.[ch]:
5221         * shell/ev-attachment-bar.[ch]:
5222
5223         Added missing files. 
5224
5225 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5226
5227         * backend/Makefile.am:
5228         * data/evince-ui.xml:
5229         * backend/ev-attachment.[ch]:
5230         * backend/ev-document.[ch]: (ev_document_has_attachments),
5231         (ev_document_get_attachments):
5232         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5233         (attachment_save_to_buffer), (pdf_document_get_attachments),
5234         (pdf_document_document_iface_init):
5235         * shell/Makefile.am:
5236         * shell/ev-attachment-bar.[ch]:
5237         * shell/ev-window.c:
5238
5239         Add support for PDF attachments. Fixes bug #325143
5240
5241 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * backend/ev-document-factory.c: (get_document_from_uri),
5244         (ev_document_factory_get_document):
5245         * backend/ev-document-factory.h:
5246         * properties/ev-properties-main.c: (ev_properties_get_pages):
5247         * shell/Makefile.am:
5248         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5249         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5250         (ev_job_queue_remove_job):
5251         * shell/ev-job-queue.h:
5252         * shell/ev-job-xfer.c:
5253         * shell/ev-job-xfer.h:
5254         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5255         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5256         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5257         (ev_job_xfer_run):
5258         * shell/ev-jobs.h:
5259         * shell/ev-window.c: (ev_window_is_empty),
5260         (password_dialog_response), (ev_window_clear_xfer_job),
5261         (ev_window_xfer_job_cb), (ev_window_open_uri),
5262         (ev_window_cmd_focus_page_selector),
5263         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5264         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5265         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5266         (ev_window_dispose):
5267         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5268         
5269         * Cleanup mime type detection on document load. Fix for the
5270         bug #336448.
5271
5272 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5273
5274         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5275         
5276         Fix crash on exit, described in the bug #336825.
5277
5278 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5279
5280         * backend/ev-document-factory.c:
5281         (ev_document_factory_get_from_mime),
5282         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5283         (ev_document_factory_get_document),
5284         (file_filter_add_mime_list_and_free),
5285         (ev_document_factory_add_filters):
5286         * backend/ev-document-factory.h:
5287         * properties/ev-properties-main.c: (ev_properties_get_pages):
5288         * shell/Makefile.am:
5289         * shell/ev-application.c:
5290         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5291         * shell/ev-window.c: (ev_window_cmd_file_open),
5292         (ev_window_cmd_save_as):
5293         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5294         
5295         Rework factory functions so they are placed now in a single 
5296         file ev-document-factory.c
5297
5298 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5299
5300         * shell/ev-window.c: (update_chrome_visibility):
5301         
5302         Fix for the bug 166566 - don't show menubar in fullscreen
5303         mode.
5304
5305 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5306
5307         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5308
5309 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5310
5311         * shell/ev-view.c: (ev_view_expose_event):
5312         
5313         More correctly draw loading text when document
5314         is empty.
5315
5316 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5317
5318         * shell/ev-view.c: (ev_view_scroll):
5319         
5320         Fix for the bug #334854, page down and page up switch
5321         pages in presentation mode.
5322
5323 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5324
5325         * shell/ev-window.c: (ev_window_set_action_sensitive),
5326         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5327         (ev_window_set_view_accels_sensitivity),
5328         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5329         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5330         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5331         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5332         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5333         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5334         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5335         (view_actions_focus_in_cb), (ev_window_init):
5336         
5337         Fix for the bug #333902, now it's possible to search
5338         words with slash.
5339
5340 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5341
5342         * configure.ac: Added Breton translation.
5343         * po/br.po: Added Breton translation.
5344
5345 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5346
5347         * shell/ev-window-title (ev_window_title_update):
5348
5349         Fix memory leak in window title. Fixes bug #333944
5350
5351 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5352
5353         * shell/ev-metadata-manager.c (parseItem):
5354
5355         Fix memory leaks. Fixes bug #333945
5356
5357 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5358         
5359         * NEWS, configure.ac, TODO:
5360         
5361         Update for release 0.5.2.
5362
5363 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5364
5365         * shell/ev-view.c: (view_update_range_and_current_page),
5366         (page_changed_cb):
5367         
5368         Don't jump on scrolling, fix for the bug #333127.
5369
5370 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5371
5372         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5373         
5374         Scroll by one page in presentation mode. Fix for the bug
5375         #332993.
5376
5377 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5378
5379         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5380
5381 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5382
5383         * configure.ac  Added lv in ALL_LINGUAS line.
5384
5385 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5386         
5387         * NEWS, configure.ac:
5388         
5389         Update for release 0.5.1
5390
5391 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5392
5393         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5394         * backend/ev-document-misc.h:
5395         * shell/ev-view.c: (draw_one_page):
5396         
5397          Clairfy what page the toolbar page number applies to. Fix
5398          for the bug #328102.
5399
5400 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5401
5402         * shell/ev-view-private.h:
5403         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5404         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5405         (ev_view_search_changed):
5406         * shell/ev-view.h:
5407         * shell/ev-window.c: (find_bar_search_changed_cb):
5408         
5409         Dont't jump to find result if window was scrolled during search.
5410         Fix for the bug #313266.
5411
5412 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5413
5414         * shell/eggfindbar.c: (egg_find_bar_class_init):
5415         * shell/eggfindbar.h:
5416         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5417         * shell/ev-view-private.h:
5418         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5419         (ev_view_class_init), (ev_sizing_mode_get_type),
5420         (ev_scroll_type_get_type):
5421         * shell/ev-view.h:
5422         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5423         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5424         (ev_window_init):
5425         
5426         Fix for the bug 319133 - Find entry should allow text scroll.
5427
5428 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5429
5430         * shell/ev-view-private.h:
5431         * shell/ev-view.c: (view_update_range_and_current_page),
5432         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5433         (ev_view_set_document), (update_find_status_message),
5434         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5435         (ev_view_find_previous):
5436         
5437         Fix for the bug #319137. Search now takes account for scrolling.
5438
5439 2006-02-19  Michael Hofmann <mh21@piware.de>
5440
5441         * configure.ac:
5442         * djvu/Makefile.am:
5443         * djvu/djvu-document-private.h:
5444         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5445         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5446         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5447         (djvu_document_can_get_text), (djvu_document_get_text),
5448         (djvu_document_document_iface_init),
5449         (djvu_document_thumbnails_get_thumbnail),
5450         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5451         (djvu_document_find_get_result),
5452         (djvu_document_find_page_has_results),
5453         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5454         (djvu_document_find_iface_init):
5455         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5456         (djvu_text_page_selection), (djvu_text_page_limits_process),
5457         (djvu_text_page_limits), (djvu_text_page_copy),
5458         (djvu_text_page_position), (djvu_text_page_union),
5459         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5460         (djvu_text_page_box), (djvu_text_page_append_text),
5461         (djvu_text_page_search), (djvu_text_page_prepare_search),
5462         (djvu_text_page_new), (djvu_text_page_free):
5463         * djvu/djvu-text-page.h:
5464         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5465         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5466         (djvu_text_n_results), (djvu_text_has_results),
5467         (djvu_text_get_result), (djvu_text_get_progress):
5468         * djvu/djvu-text.h:
5469         
5470         Text search in djvu. Fix for the bug #303415.
5471
5472 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5473
5474         * configure.ac:
5475         * shell/ev-window.c: (ev_window_cmd_save_as):
5476         
5477         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5478         Thanks to Gary Coady <gary@lyranthe.org>
5479
5480 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5481
5482         * shell/ev-print-job.c: (idle_print_handler):
5483         
5484         Inverse order printing, bug #320919.
5485
5486 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5487
5488         * data/evince-toolbar.xml:
5489         * shell/ev-window.c:
5490         
5491         Allow to add sidebar checkbutton on toolbar. Fix
5492         for the bug #144577.
5493
5494 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5495
5496         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5497         
5498         Add checks that have sense for empty ps document.
5499
5500 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5501
5502         * configure.ac: Include PS in mime types list. 
5503
5504 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5505
5506         * configure.ac:
5507         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5508         * ps/gsdefaults.h:
5509         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5510         
5511         Runtime check for gs interpreter. Fix for the bug #320868.
5512         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5513
5514 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5515
5516         * shell/ev-application.c: 
5517
5518         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5519         dbus>=0.60, so that the request is not queued. 
5520
5521 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5522
5523         * configure.ac:
5524         * shell/Makefile.am:
5525         * shell/ev-sidebar-links.c: (print_section_cb):
5526         * shell/ev-utils.c:
5527         * shell/ev-utils.h:
5528         * shell/ev-window.c: (update_action_sensitivity),
5529         (ev_window_close_dialogs), (ev_window_print):
5530         * shell/ev-window.h:
5531         
5532         Make printing support optional. Patch from Eduardo de Barros Lima
5533         <eduardo.lima@indt.org.br> for the bug #330546.
5534
5535 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * shell/ev-view-private.h:
5538         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5539         (ev_view_set_document):
5540         * shell/ev-view.h:
5541         * shell/ev-window.c: (ev_window_load_job_cb),
5542         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5543         (ev_window_init):
5544
5545         Draw Loading message during xfer job. Fix for the bug #329495.
5546
5547 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5548
5549         * comics/comics-document.c: (comics_regex_quote),
5550         (comics_document_load), (extract_argv):
5551         
5552         Correcly quote regexp before passing it to unzip.
5553
5554 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5555
5556         * shell/ev-page-cache.c: (build_height_to_page),
5557         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5558         (ev_page_cache_get_dual_even_left):
5559         * shell/ev-page-cache.h:
5560         * shell/ev-view.c: (view_update_range_and_current_page),
5561         (get_page_y_offset), (get_page_extents):
5562         
5563         Place even pages to the left if document has less then
5564         two pages. Fix for the bug #328856.
5565
5566 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5569         
5570         Correct comics scheme. This make evince create thumbnails
5571         for comic books. Fix for the bug 329088.
5572
5573 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5574
5575         * data/evince-password.glade: Don't explicitly set
5576         invisible_char to the current default value in case
5577         the default changes; let GTK+ do its magic.
5578
5579 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5582         real filename to tmp filename since often document
5583         type is determined by extension.
5584
5585 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5586
5587         * shell/ev-view.c: (add_scroll_binding_keypad),
5588         (ev_view_binding_activated), (ev_view_class_init):
5589         
5590         Add keybindings for percision-scrolling of display area. 
5591         Fix for the bug #314072.
5592
5593 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5594
5595         * data/evince.desktop.in.in:
5596         
5597         Add GTK to the list of categories. Fix for the bug #328034.
5598
5599 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5600
5601         * shell/ev-application.c: (ev_application_shutdown),
5602         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5603         * shell/ev-application.h:
5604         * shell/ev-window.c: (file_open_dialog_response_cb),
5605         (ev_window_cmd_file_open):
5606         
5607         Save last uri in file chooser dialog. Fix for the bug #327950.
5608
5609 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5610
5611         * NEWS:
5612         * README:
5613         
5614         Final update for release 0.5.0
5615         
5616         * shell/Makefile.am:
5617         
5618         Remove disable deprecated until we'll require libgnome-2.13.7
5619         and port to GOption argument parsing. See bug 327518.
5620
5621 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5622
5623         * comics/comics-document.c: (comics_document_save):
5624         * djvu/djvu-document.c: (djvu_document_save):
5625         * dvi/dvi-document.c: (dvi_document_save):
5626         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5627         * lib/ev-file-helpers.h:
5628         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5629         * tiff/tiff-document.c: (tiff_document_save):
5630         
5631         Use common save function for backends.
5632
5633 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5634
5635         * backend/ev-document-types.c:
5636         
5637         Fix crash on saving pixbuf.
5638
5639 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * cut-n-paste/recent-files/egg-recent-item.c:
5642         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5643         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5644         (parse_info_free), (valid_element), (start_element_handler),
5645         (end_element_handler), (text_handler), (egg_recent_model_filter),
5646         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5647         (egg_recent_model_monitor), (egg_recent_model_read),
5648         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5649         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5650         (egg_recent_model_set_property), (egg_recent_model_class_init),
5651         (egg_recent_model_init), (egg_recent_model_add_full),
5652         (egg_recent_model_delete), (egg_recent_model_get_list),
5653         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5654         (egg_recent_model_set_filter_mime_types),
5655         (egg_recent_model_clear_group_filter),
5656         (egg_recent_model_set_filter_groups),
5657         (egg_recent_model_clear_scheme_filter),
5658         (egg_recent_model_set_filter_uri_schemes),
5659         (egg_recent_model_remove_expired):
5660         * cut-n-paste/recent-files/egg-recent-util.c:
5661         (egg_recent_util_get_icon):
5662         * cut-n-paste/recent-files/egg-recent-util.h:
5663         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5664         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5665         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5666         (egg_recent_view_uimanager_set_property),
5667         (egg_recent_view_uimanager_get_property),
5668         (egg_recent_view_uimanager_class_init),
5669         (egg_recent_view_uimanager_init),
5670         (egg_recent_view_uimanager_set_label_width),
5671         (egg_recent_view_uimanager_get_label_width):
5672         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5673         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5674         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5675         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5676         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5677         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5678         
5679         Update from libegg.
5680
5681 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5682
5683         * shell/ev-page-cache.c: (build_height_to_page),
5684         (ev_page_cache_get_height_to_page):
5685         * shell/ev-page-cache.h:
5686         * shell/ev-view.c: (view_update_range_and_current_page),
5687         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5688         (ev_view_previous_page):
5689         
5690         Dual mode places even pages to the left. Fix for the bug #309393.
5691
5692         * shell/ev-view.h:
5693         * shell/ev-window.c: (update_action_sensitivity),
5694         (setup_view_from_metadata), (view_menu_popup_cb):
5695         
5696         Don't restore presentation in empty windows, more intelligent
5697         next page behaviour in dual mode.
5698
5699         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5700         (ev_pixbuf_cache_clear_job_sizes):
5701         
5702         Cleanup job callback on removal. Fix for the bug #325886.
5703
5704 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5705
5706         * ps/ps.c: (psscan):
5707         
5708         Commit workaround Mozilla problem. Fix for the bug #325919
5709         
5710         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5711         (save_item):
5712         
5713         Fix for year 2038 problem.
5714
5715 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5716
5717         * shell/ev-window.c: (setup_document_from_metadata),
5718         (ev_window_cmd_view_reload):
5719
5720         Clamp page recieved from metadata in valid values. Fix
5721         for the bug #325986.
5722
5723 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * MAINTAINERS: 
5726         Add MAINTAINERS as requested on desktop-devel-list.
5727
5728 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5729
5730         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5731         (mime_type_supported_by_gdk_pixbuf),
5732         (ev_document_factory_get_mime_types),
5733         (ev_document_factory_get_all_mime_types):
5734         
5735         Don't add pixbuf mime types if pixbuf backend is disabled.
5736         
5737         * shell/ev-application.c: (ev_application_get_uri_window):
5738         
5739         Fix for the bug 325815 - unhandled MIME type message doesn't 
5740         appear a second time. 
5741         
5742         * shell/ev-document-types.c: (ev_document_types_add_filters):
5743         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5744         (password_dialog_response), (ev_window_popup_password_dialog),
5745         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5746         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5747         (ev_window_run_presentation), (ev_window_stop_presentation),
5748         (save_sizing_mode), (ev_window_zoom_changed_cb),
5749         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5750         (ev_window_dual_mode_changed_cb),
5751         (ev_window_sidebar_current_page_changed_cb),
5752         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5753         (window_state_event_cb), (window_configure_event_cb):
5754         
5755         Cleanup additional uris holded by EvWindow.
5756
5757 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5760         (ev_view_can_previous_page), (ev_view_can_next_page):
5761         * shell/ev-view.h:
5762         * shell/ev-window.c: (update_action_sensitivity):
5763         
5764         Two page scrolling with Space and PageUp in dual mode. Second fix 
5765         for the bug #316608.
5766
5767 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5768
5769         * shell/ev-view.c: (scroll_to_current_page):
5770         
5771         Correctly clamp adjustment value. Fix for the bug
5772         #325808.
5773
5774 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5775
5776         * shell/ev-sidebar-links.c: (print_section_cb):
5777         * shell/ev-window.c: (ev_window_get_uri),
5778         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5779         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5780         (ev_window_dispose):
5781         
5782         Make print dialog non-modal. Fix for the bug #325622.
5783
5784 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5785
5786         * shell/ev-metadata-manager.c:
5787         * shell/ev-utils.c: (using_pdf_printer),
5788         (using_postscript_printer), (load_print_config_from_file),
5789         (save_print_config_to_file):
5790         * shell/ev-utils.h:
5791         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5792         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5793         (setup_view_from_metadata), (ev_window_setup_document),
5794         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5795         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5796         (ev_window_run_presentation), (ev_window_stop_presentation),
5797         (save_sizing_mode), (ev_window_zoom_changed_cb),
5798         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5799         (ev_window_dual_mode_changed_cb),
5800         (ev_window_sidebar_current_page_changed_cb),
5801         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5802         (window_state_event_cb), (window_configure_event_cb),
5803         (ev_window_init):
5804         
5805         Setting saving behaviour fixes.
5806
5807 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5808
5809         * configure.ac:
5810         
5811         Make antialiasing gs options better and allow
5812         to change them during configure. Fix for the 
5813         bug #319049.
5814
5815 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * shell/ev-window.c: (setup_view_from_metadata):
5818         
5819         Remember if last window was maximized. Fix for the
5820         bug #323797.
5821
5822 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5823
5824         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5825
5826 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5827
5828         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5829         * shell/ev-page-action.c: (build_new_tree_cb):
5830         * shell/ev-sidebar-links.c: (links_page_num_func),
5831         (update_page_callback_foreach), (update_page_callback):
5832         * shell/ev-view.c: (scroll_to_current_page):
5833         
5834         Fix for the bug #325067 with more intelligent selection
5835         of current link in sidebar. Make sidebar handle links
5836         of FITR-like type more correctly.
5837
5838         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5839         (dvi_pixbuf_put_pixel):
5840         
5841         Fix memory consumtion with disabled alpha channel.
5842
5843 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5844
5845         * data/evince-ui.xml:
5846         * shell/ev-window.c: (view_menu_popup_cb),
5847         (ev_popup_cmd_open_link), (ev_window_init):
5848         
5849         Update context menu for internal links. Fix for the bug
5850         #325066.
5851
5852 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5853
5854         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5855         
5856         Bind context menu to keyboard also. Fix for the bug
5857         #325065.
5858
5859 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5860
5861         * shell/ev-view.c: (selection_scroll_timeout_cb):
5862         
5863         Horizontal scroll on selection also.
5864
5865 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5866
5867         * shell/ev-metadata-manager.c: (parse_value):
5868         * shell/ev-view.c: (goto_xyz_link):
5869         
5870         Correct zoom setup and metadata save broken in 
5871         some locales.
5872
5873 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5874
5875         * shell/ev-view-private.h:
5876         * shell/ev-view.c: (scroll_to_current_page),
5877         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5878         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5879         (page_changed_cb), (ev_view_set_continuous),
5880         (ev_view_set_dual_page), (ev_view_set_presentation):
5881         
5882         Delay scroll until allocation to correctly position page. Fix
5883         for the bug #317334.
5884
5885 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5886
5887         * NEWS:
5888         * configure.ac:
5889         
5890         Update NEWS and require poppler 0.5.0.
5891
5892 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5893         
5894         * data/evince-ui.xml:
5895         * shell/ev-view-private.h:
5896         * shell/ev-view.c: (ev_view_get_link_at_location),
5897         (handle_link_over_xy), (ev_view_button_press_event),
5898         (ev_view_button_release_event), (ev_view_class_init):
5899         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5900         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5901         (ev_window_init):
5902         
5903         Implement right-click context menu.
5904
5905 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5908         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5909         (mdvi_pixbuf_device_render):
5910         * pdf/ev-poppler.cc:
5911
5912         Don't generate thumbnails with alpha. See bug #324077.
5913         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5914
5915 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * shell/ev-window.c: (setup_chrome_from_metadata):
5918         
5919         Fix typo that was hiding toolbar.
5920
5921 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5922
5923         * shell/ev-view-private.h:
5924         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5925         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5926         (ev_view_button_release_event), (ev_view_destroy):
5927         
5928         Small cleanup and autoscrolling during selection. Thanks to 
5929         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5930
5931 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5932
5933         * configure.ac:
5934         
5935         Correctly check for comics option.
5936
5937 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5938         * Makefile.am:
5939         * configure.ac:
5940         * backend/Makefile.am:
5941         * backend/ev-document-factory.c:
5942         * shell/ev-document-types.c:
5943
5944         Included option in configure to make ps backend 
5945         compilation optional with --disable-ps.
5946
5947 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5948
5949         * backend/ev-document-factory.c:
5950         * comics/Makefile.am:
5951         * comics/comics-document.c: (comics_document_load):
5952         * comics/ev-cbr-mime.xml:
5953         * configure.ac:
5954         
5955         Comics mime types are added to shared-mime-info CVS. Now
5956         we don't need to install our own mime types.
5957
5958 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5959
5960         * shell/ev-window.c:
5961         
5962         Add shortcut for "save a copy" menu entry. Fix for
5963         the bug #324582.
5964
5965 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5966
5967         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5968         (job_finished_cb), (new_selection_pixbuf_needed),
5969         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5970         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5971         
5972         Rework selection job info logic and fix critical warning.
5973
5974 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5975
5976         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5977
5978 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5979
5980         * data/evince-ui.xml:
5981         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5982         
5983         Enter as shortcut key for next page. Fix for the bug
5984         #321394.
5985
5986 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5987
5988         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5989
5990 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5991
5992         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5993         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5994         (new_selection_pixbuf_needed),
5995         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5996         (clear_job_selection):
5997         
5998         Too early for 0.5. Pixbuf cache code cleaned a bit.
5999
6000 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6001
6002         * NEWS:
6003         * configure.ac:
6004         
6005         Release 0.5.0 preparation
6006
6007 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6008
6009         * comics/Makefile.am:
6010         * configure.ac:
6011         * shell/ev-document-types.c: (ev_document_types_add_filters):
6012         
6013         More advanced handling of custom mime type installation.
6014
6015 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * data/evince.schemas.in:
6018         * shell/ev-metadata-manager.c: (value_free),
6019         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6020         (ev_metadata_manager_get), (ev_metadata_manager_set):
6021         * shell/ev-metadata-manager.h:
6022         * shell/ev-window.c: (update_chrome_flag),
6023         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6024         (setup_document_from_metadata), (setup_chrome_from_metadata),
6025         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6026         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6027         (ev_window_view_toolbar_cb),
6028         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6029         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6030         
6031         Save last document settings and reuse them for new documents.
6032
6033 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6034
6035         * Makefile.am:
6036         * backend/Makefile.am:
6037         * backend/ev-document-factory.c:
6038         * backend/ev-document-factory.h:
6039         * comics/Makefile.am:
6040         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6041         (comics_document_load), (comics_document_save),
6042         (comics_document_get_n_pages), (comics_document_get_page_size),
6043         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6044         (comics_document_class_init), (comics_document_can_get_text),
6045         (comics_document_get_info), (comics_document_document_iface_init),
6046         (comics_document_init), (get_supported_image_extensions),
6047         (comics_document_thumbnails_get_geometry),
6048         (comics_document_thumbnails_get_thumbnail),
6049         (comics_document_thumbnails_get_dimensions),
6050         (comics_document_document_thumbnails_iface_init), (extract_argv):
6051         * comics/comics-document.h:
6052         * comics/ev-cbr-mime.xml:
6053         * configure.ac:
6054         * po/POTFILES.in:
6055         * shell/ev-application.c: (ev_application_register_service):
6056         * shell/ev-document-types.c: (ev_document_types_add_filters):
6057         * thumbnailer/Makefile.am:
6058         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6059         
6060         New CBR/CBZ backend for comic books.
6061
6062 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6063
6064         * shell/main.c: (load_files_remote):
6065
6066         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6067         warning on startup of second instance is fixed. It
6068         is bug #320353.
6069
6070 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * shell/ev-window.c: (ev_window_finalize):
6073         
6074         Fix double free that cause crash.
6075
6076 2005-10-29  Bastien Nocera <hadess@hadess.net>
6077
6078         * tiff/tiff-document.c: (tiff_document_load):
6079         
6080         Fix memory leak.
6081
6082 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6083
6084         * po/POTFILES.in:
6085         * shell/Makefile.am:
6086         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6087         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6088         (ev_view_accessible_get_text),
6089         (ev_view_accessible_get_character_at_offset),
6090         (ev_view_accessible_get_text_before_offset),
6091         (ev_view_accessible_get_text_at_offset),
6092         (ev_view_accessible_get_text_after_offset),
6093         (ev_view_accessible_get_character_count),
6094         (ev_view_accessible_get_caret_offset),
6095         (ev_view_accessible_set_caret_offset),
6096         (ev_view_accessible_get_run_attributes),
6097         (ev_view_accessible_get_default_attributes),
6098         (ev_view_accessible_get_character_extents),
6099         (ev_view_accessible_get_offset_at_point),
6100         (ev_view_accessible_get_n_selections),
6101         (ev_view_accessible_get_selection),
6102         (ev_view_accessible_add_selection),
6103         (ev_view_accessible_remove_selection),
6104         (ev_view_accessible_set_selection),
6105         (ev_view_accessible_text_iface_init),
6106         (ev_view_accessible_idle_do_action),
6107         (ev_view_accessible_action_do_action),
6108         (ev_view_accessible_action_get_n_actions),
6109         (ev_view_accessible_action_get_description),
6110         (ev_view_accessible_action_get_name),
6111         (ev_view_accessible_action_set_description),
6112         (ev_view_accessible_action_iface_init),
6113         (ev_view_accessible_get_type), (ev_view_accessible_new),
6114         (ev_view_accessible_factory_get_accessible_type),
6115         (ev_view_accessible_factory_create_accessible),
6116         (ev_view_accessible_factory_class_init),
6117         (ev_view_accessible_factory_get_type):
6118         * shell/ev-view-accessible.h:
6119         * shell/ev-view-private.h:
6120         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6121         * shell/ev-view.h:
6122         
6123         Initial accessibility support.
6124
6125 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6126
6127         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6128
6129 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6130
6131         * shell/ev-print-job.c: (idle_print_handler):
6132         
6133         Fix for bug Bug 318916: Printing multiple pages.
6134
6135 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6136
6137         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6138
6139 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6140
6141         * pdf/ev-poppler.cc:
6142         
6143         Thumnail dimensions unified with other backends.
6144         
6145         * shell/ev-window-title.c: (ev_window_title_update):
6146         
6147         Fix warning.
6148
6149 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6150
6151         * data/ev-stock-zoom-fit-width.png:
6152         
6153         Remove unused file.
6154
6155 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6156
6157         * configure.ac:
6158         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6159         (djvu_document_finalize):
6160         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6161         (dvi_document_finalize):
6162         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6163         (pixbuf_document_save), (pixbuf_document_finalize):
6164         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6165         (tiff_document_finalize):
6166         
6167         Save a copy implemented for various backends.
6168
6169 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6170
6171         * configure.ac:
6172         
6173         Don't link with ltiff if tiff is disabled.
6174
6175 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6176
6177         * pdf/GDKSplashOutputDev.cc:
6178         * pdf/GDKSplashOutputDev.h:
6179         * pdf/Thumb.cc:
6180         * pdf/Thumb.h:
6181         * pdf/pdf-document.cc:
6182         * pdf/pdf-document.h:
6183         * pdf/test-gdk-output-dev.cc:
6184         
6185         Remove old unused files.
6186
6187 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6188
6189         * shell/ev-window.c: (ev_window_setup_document):
6190         
6191         Fixed warnings on reload and probably crash reason.
6192
6193 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6194
6195         * properties/ev-properties-view.c:
6196         (ev_properties_view_format_date):
6197         
6198         Check if date is invalid. Fix for bug 318134.
6199
6200 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6201
6202         * shell/ev-window-title.c:
6203         
6204         Add .indd files (Adobe Indesign) to the list of "bad
6205         extensions".
6206
6207 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * data/evince-ui.xml:
6210         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6211         
6212         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6213
6214 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6215
6216         * shell/ev-window.c: (launch_link), (launch_external_uri),
6217         (view_external_link_cb):
6218
6219         URL-escape link before passing it to gnome_vfs_url_show.
6220
6221 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6222
6223         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6224         there isn't text selected.
6225
6226 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6227
6228         * shell/ev-view.c: (handle_link_over_xy):
6229
6230         Check tooltip is valid utf8 before showing it
6231
6232 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6233
6234         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6235
6236 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6237
6238         * shell/ev-window-title.c: (ev_window_title_update):
6239
6240         Guard against using g_strstrip on NULL. Fixes bug #317291.
6241
6242 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6243
6244         * pdf/ev-poppler.cc:
6245
6246         Show title even for unknown links
6247
6248 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6249
6250         * shell/ev-window-title.c: (ev_window_title_update):
6251
6252         Strip the title string
6253
6254 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6255
6256         * shell/ev-window-title.c:
6257
6258         Add .rtf to the bad extensions list
6259
6260 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6261
6262         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6263         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6264
6265         Ignore link coordinates if they are outside page bounds
6266
6267 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6268
6269         * backend/ev-link.c: (ev_link_type_get_type),
6270         (ev_link_get_filename), (ev_link_get_params),
6271         (ev_link_get_property), (ev_link_set_property),
6272         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6273         * backend/ev-link.h:
6274         * pdf/ev-poppler.cc:
6275         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6276         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6277         (ev_window_init):
6278
6279         Implement launch links. Delegate external link opening to
6280         the window.
6281
6282 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6283
6284         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6285         (ev_link_get_right), (ev_link_get_property),
6286         (ev_link_set_property), (ev_link_class_init),
6287         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6288         * backend/ev-link.h:
6289         * pdf/ev-poppler.cc:
6290         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6291
6292         Implement fitr links
6293
6294 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6295
6296         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6297         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6298         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6299         (ev_view_size_request_continuous),
6300         (ev_view_size_request_dual_page),
6301         (ev_view_size_request_single_page), (ev_view_size_allocate),
6302         (ev_view_zoom_for_size_continuous_and_dual_page),
6303         (ev_view_zoom_for_size_continuous),
6304         (ev_view_zoom_for_size_dual_page),
6305         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6306         (ev_sizing_mode_get_type):
6307         * shell/ev-view.h:
6308         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6309
6310         Do not use modes for link, we need to calculate size ad hoc.
6311         Still not perfect because of the usual scrollbar issues grrr.
6312
6313 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6314
6315         * backend/ev-link.c: (ev_link_type_get_type),
6316         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6317         * backend/ev-link.h:
6318         * pdf/ev-poppler.cc:
6319         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6320         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6321         (ev_view_size_request_continuous),
6322         (ev_view_size_request_dual_page),
6323         (ev_view_size_request_single_page), (ev_view_size_allocate),
6324         (zoom_for_size_fit_height),
6325         (ev_view_zoom_for_size_continuous_and_dual_page),
6326         (ev_view_zoom_for_size_continuous),
6327         (ev_view_zoom_for_size_dual_page),
6328         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6329         (ev_sizing_mode_get_type):
6330         * shell/ev-view.h:
6331         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6332
6333         Implement FIT_HEIGHT mode (only for links).
6334         Implement FITH links
6335
6336 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6337
6338         * shell/ev-window-title.c: (get_filename_from_uri),
6339         (ev_window_title_sanitize_extension), (ev_window_title_update),
6340         (ev_window_title_set_document), (ev_window_title_set_uri),
6341         (ev_window_title_free):
6342         * shell/ev-window-title.h:
6343         * shell/ev-window.c: (ev_window_setup_document),
6344         (ev_window_popup_password_dialog):
6345
6346         Refactor window title building while fixing it for
6347         password documents.
6348
6349 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6350
6351         * pdf/ev-poppler.cc:
6352
6353         Escape link title before setting it in the model
6354
6355 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6356
6357         * shell/ev-application.c: (removed_from_session), (save_session),
6358         (init_session), (ev_application_get_empty_window),
6359         (ev_application_init), (ev_application_get_windows):
6360         * shell/ev-application.h:
6361         * shell/ev-window.c: (ev_window_finalize):
6362
6363         Add a function to retrieve window list and share it where
6364         necessary.
6365         Implement session handling, works pretty well thanks to the
6366         metadata system.
6367
6368 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6369
6370         * shell/ev-password.c: (ev_password_item_created_callback),
6371         (ev_password_dialog_save_password):
6372         
6373         Fix for bug 316972. Use async gnome-keyring API.
6374
6375 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6376
6377         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6378         Remove unused unrealize handler. Add scroll handling to
6379         ev_view_scroll_event for presentation mode (bug #316708),
6380         and fix the event state checks there.
6381
6382 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6383
6384         * shell/ev-page-action.c: (page_changed_cb):
6385
6386         "marco, maybe we should be crazy and jump right to 6! :)"
6387
6388         Bryan Clark, Sep 2005
6389
6390 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6391
6392         * ps/ps-document.c: (save_document), (ps_document_save),
6393         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6394         (ps_document_ps_export_end):
6395
6396         Fix unstructured documents save and print
6397
6398 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6399
6400         * shell/ev-application.c: (ev_application_open_uri):
6401
6402         Fix window size persistance
6403
6404 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6405
6406         * shell/ev-view.c: (ev_view_button_release_event):
6407
6408         Based on a patch from carlosgc@gnome.org. Mouse buttons
6409         switch pages in presentation mode.
6410
6411 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6412
6413         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6414
6415         Dont cast to int before scaling
6416
6417 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * backend/ev-link.c: (ev_link_type_get_type),
6420         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6421         (ev_link_new_page_fith):
6422         * backend/ev-link.h:
6423         * pdf/ev-poppler.cc:
6424         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6425
6426         Implement FIT and FITH links
6427
6428 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6429
6430         * pdf/ev-poppler.cc:
6431
6432         Return 0 results when search is not in progress.
6433
6434         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6435         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6436
6437         Update menu sensitivity when cancelling search
6438
6439 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6440
6441         * shell/ev-view.c: (ev_view_can_find_next):
6442
6443         Take all pages in consideration, not just current one
6444
6445 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6446
6447         * shell/ev-page-cache.c:
6448         * shell/ev-page-cache.h:
6449         * shell/ev-view.c: (ev_view_binding_activated),
6450         (ev_view_next_page), (ev_view_previous_page),
6451         (ev_sizing_mode_get_type):
6452         * shell/ev-view.h:
6453         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6454         (ev_window_cmd_go_next_page):
6455
6456         Move page next/previous functions from page chace to
6457         view and change it to move by 2 page steps in dual mode.
6458
6459 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6460
6461         * shell/ev-window.c: (update_sidebar_visibility),
6462         (setup_sidebar_from_metadata), (ev_window_setup_document),
6463         (setup_view_from_metadata):
6464
6465         Show the index by default when there is one     
6466
6467 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6468
6469         * shell/ev-window-title.c: (ev_window_title_set_document):
6470
6471         Missing null check
6472
6473 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6474
6475         * shell/ev-view.c: (view_update_range_and_current_page):
6476         
6477         Allow display of last odd page in dual view. Fix for 316347.
6478
6479 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6480
6481         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6482         
6483         Make close button default. Fix for 316383.
6484
6485 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6486
6487         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6488         
6489         Mark close button as default. Fix for 316381.
6490
6491 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6492
6493         * backend/ev-link.c: (ev_link_class_init):
6494
6495         Allow negative doubles in left/top properties
6496
6497 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6498
6499         * shell/ev-window.c:
6500
6501         Remove a bunch of strings that was used only
6502         by the statusbar.
6503
6504 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6505
6506         * shell/ev-window-title.c: (get_filename_from_uri),
6507         (ev_window_title_set_document):
6508
6509         When title has a confusing extension, show also
6510         the document filename inside ()
6511
6512 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6513
6514         * shell/Makefile.am:
6515         * shell/ev-window-title.c: (ev_window_title_new),
6516         (ev_window_title_update), (ev_window_title_set_type),
6517         (ev_window_title_set_document), (ev_window_title_free):
6518         * shell/ev-window-title.h:
6519         * shell/ev-window.c: (ev_window_setup_document),
6520         (password_dialog_response), (ev_window_popup_password_dialog),
6521         (ev_window_dispose), (ev_window_init):
6522
6523         Factor out and cleanup window title code
6524
6525 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6526
6527         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6528         (unable_to_load):
6529
6530         Make dialog transient so it doesnt block other windows
6531
6532 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6533
6534         * pdf/ev-poppler.cc:
6535         
6536         Fix pdf thumbnails rendering.
6537
6538 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6539
6540         * shell/ev-window.c: (fullscreen_set_timeout):
6541         
6542         Increase timeout to hide full screen popup. Bug 
6543         316123. 
6544
6545 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6546
6547         * data/evince.schemas.in:
6548         * shell/ev-window.c: (update_action_sensitivity):
6549
6550         Allow the user to override document restrictions. Fix for bug
6551         305818.
6552
6553 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6554
6555         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6556         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6557         (ev_window_class_init): Fix multihead behaviour of fullscreen
6558         toolbar popup. Fixes bug #315451.
6559
6560 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6561
6562         * configure.ac:
6563         * data/evince-password.glade:
6564         * shell/ev-password.c: (ev_password_dialog_set_property),
6565         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6566         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6567         (ev_password_dialog_entry_changed_cb),
6568         (ev_password_dialog_entry_activated_cb),
6569         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6570         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6571         (ev_password_dialog_set_bad_pass):
6572         * shell/ev-password.h:
6573         * shell/ev-window.c: (password_dialog_response),
6574         (ev_window_popup_password_dialog):
6575         
6576         Support for gnome-keyring for encrypted PDF's.
6577
6578 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6579
6580         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6581         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6582         (ev_view_enter_notify_event), (ev_view_class_init):
6583         
6584         More precise handling of enter_notify/leave_notify events
6585         in EvView. Fix for bug 315470.
6586
6587 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6588
6589         * shell/ev-window.c: (fullscreen_timeout_cb),
6590         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6591         (ev_window_dispose):
6592
6593         leak fix: unref fullscreen_timeout_source before clearing it
6594
6595 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6596
6597         * configure.ac, dvi/mdvi/Makefile.am: 
6598         
6599         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6600
6601 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6602
6603         * backend/ev-link.c: (ev_link_new_page_xyz):
6604         * pdf/ev-poppler.cc:
6605         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6606
6607         Fix some bugs with xyz links, respect zoom
6608
6609 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6610
6611         * shell/ev-window.c: (page_changed_cb),
6612         (setup_document_from_metadata), (update_sidebar_visibility),
6613         (setup_view_from_metadata), (ev_window_run_fullscreen),
6614         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6615         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6616         (ev_window_dual_mode_changed_cb),
6617         (ev_window_sidebar_current_page_changed_cb):
6618
6619         null check uri before setting and getting metadata
6620
6621 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6622
6623         * dvi/Makefile.am:
6624         * properties/Makefile.am:
6625         * shell/Makefile.am:
6626         * thumbnailer/Makefile.am:
6627
6628         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6629
6630 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6631
6632         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6633         (selection_changed_callback):
6634         * shell/ev-sidebar-links.h:
6635
6636         Add a signal for link activation.
6637
6638         * shell/ev-view.c: (ev_view_goto_link),
6639         (ev_view_button_release_event):
6640         * shell/ev-view.h:
6641         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6642         (ev_window_init):
6643
6644         Implement the signal so that we can handle all link types.
6645
6646         * shell/ev-page-cache.c:
6647
6648         Remove unused set_link function
6649
6650 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6651
6652         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6653
6654         Add some space from the cursor, hardcoded but I couldnt
6655         find a better way.
6656
6657 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6658
6659         * lib/ev-tooltip.c:
6660
6661         Use mozilla style vs gtk style, way better for links.
6662
6663         * shell/ev-view.c: (ev_view_motion_notify_event),
6664         (ev_view_destroy), (ev_view_init):
6665
6666         Deactive tooltip when the link hovered is changed.
6667
6668 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6669
6670         * backend/ev-document.h:
6671         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6672         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6673         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6674         (ev_link_new_page), (ev_link_new_page_xyz):
6675         * backend/ev-link.h:
6676         * pdf/ev-poppler.cc:
6677         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6678         (go_to_link), (tip_from_link):
6679
6680         Implement xyz links, still not functional. Links are a total
6681         mess, will need to refactor and bugfix a lot :(
6682
6683 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6684
6685         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6686
6687 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6688
6689         * data/evince-ui.xml:
6690         * data/evince.schemas.in:
6691         * shell/Makefile.am:
6692         * shell/ev-window.c: (update_chrome_visibility),
6693         (password_dialog_response), (ev_window_load_job_cb),
6694         (ev_window_xfer_job_cb), (ev_window_open_uri),
6695         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6696         (ev_window_init):
6697
6698         Remove the statusbar. This regress loading feedback, need to
6699         check with Bryan what we want to do there...
6700
6701 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6702
6703         * lib/ev-tooltip.c: (ev_tooltip_init):
6704
6705         Fix tooltip border and size handling
6706
6707 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6708
6709         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6710         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6711         (ev_tooltip_timeout), (ev_tooltip_activate),
6712         (ev_tooltip_deactivate):
6713         * lib/ev-tooltip.h:
6714         * shell/ev-view.c: (ev_view_motion_notify_event):
6715
6716         Delay popup showing. Mirror gtk logic/times.
6717
6718 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6719
6720         * lib/Makefile.am:
6721         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6722         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6723         (ev_tooltip_set_text), (ev_tooltip_set_position):
6724         * lib/ev-tooltip.h:
6725
6726         Simple widget to show tooltips at a custom position
6727
6728         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6729         (ev_view_destroy):
6730
6731         Use it for links. First go, needs work
6732
6733 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6734
6735         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6736         HIG fixes.  Use title capitalization for window title. Use 12 
6737         pixels of space between the dialog's vbox and action area.
6738
6739 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6740
6741         * shell/ev-window.c: (file_open_dialog_response_cb),
6742         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6743         (ev_window_cmd_save_as):
6744
6745         Make file pickers not modal and refactor code some
6746
6747 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6748
6749         * shell/ev-sidebar.h:
6750         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6751         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6752         (ev_sidebar_class_init), (ev_sidebar_select_page),
6753         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6754         (ev_sidebar_set_page):
6755
6756         Add a current page property and allow to get/set it
6757
6758         * shell/ev-window.c: (setup_view_from_metadata),
6759         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6760
6761         Persist current sidebar page per document
6762
6763 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6764
6765         * data/evince.schemas.in:
6766         * shell/ev-window.c: (update_chrome_visibility),
6767         (setup_document_from_metadata), (update_sidebar_visibility),
6768         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6769         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6770         (ev_window_run_presentation), (ev_window_stop_presentation),
6771         (ev_window_view_sidebar_cb),
6772         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6773         (load_chrome), (ev_window_init):
6774
6775         Persist size/visibility of sidebar per document
6776
6777 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6778
6779         * shell/ev-view.c (draw_loading_text): Draw loading text.
6780
6781 2005-09-02  Dan Damian  <dand@gnome.ro>
6782
6783         * configure.in: Added "ro" to ALL_LINGUAS.
6784
6785 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6786
6787         * shell/ev-view.c: (clear_caches):
6788
6789         ev_page_cache_get doesnt return a reference,
6790         dont try to unref it.
6791
6792 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6793
6794         * shell/main.c: (load_files_remote):
6795
6796         Fix timestamp parameter with dbus <= 0.33
6797
6798 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6799
6800         * data/evince.schemas.in:
6801
6802         Add missing full stop
6803
6804 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6805
6806         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6807         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6808
6809         Plug some memory leaks
6810
6811 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6812
6813         * configure.ac:
6814         * lib/ev-debug.c: (trap_handler):
6815
6816         Check for execinfo.h and use it only if it exists.
6817         Ported from Epiphany (bug #314776).
6818
6819 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6820
6821         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6822
6823 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6824
6825         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6826         * po/id.po      : Added Indonesian translation
6827
6828 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6829
6830         * shell/main.c:
6831         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6832         * NEWS: Release 0.4.0
6833
6834 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6835
6836         * configure.ac: catch another gtk+-2.8ism
6837         * shell/main.c: Make work with gtk+-2.6
6838
6839 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6840
6841         * shell/ev-application-service.xml: Add 'timestamp' argument to
6842           ev_application_open_window and ev_application_open_uri methods.
6843
6844         * shell/ev-application.h: Add 'timestamp' argument to
6845           ev_application_open_window, ev_application_open_uri,
6846           and ev_application_open_uri_list functions.
6847
6848         * shell/ev-application.c (ev_application_open_window,
6849           ev_application_open_uri, ev_application_open_uri_list): Change
6850           functions that show/present windows to use a timestamp if one
6851           is passed in.
6852
6853         * shell/ev-window.c (ev_window_cmd_file_open,
6854           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6855         * shell/main.c (load_files): Modify calls to ev_application to
6856           include GDK_CURRENT_TIME as timestamp.
6857
6858         * shell/main.c (load_files_remote): Obtain timestamp for client
6859           instance from GDK and pass to server instance so new windows are
6860           focused properly.  Fix dbus_g_proxy_call() calls by including second
6861           G_TYPE_INVALID.
6862           
6863         Closes bug #314475.
6864
6865 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6866
6867         * shell/ev-window.c (ev_window_finalize): Check for
6868         avail. EvWindows when quiting to handle the finalize better,
6869         #314497
6870
6871 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872         
6873         * properties/ev-properties-view.c: 
6874         
6875         Set textdomain to libglade. Fixes translation problem in property page.
6876
6877 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6878
6879         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6880         * dvi/Makefile.am:
6881         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6882         * dvi/mdvi-lib/Makefile.am:
6883         
6884         Fix rotation of thumbnails, ported to new API. Moved library
6885         dependencies earlier, probably it will fix linkage problem.
6886
6887 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6888
6889         * backend/ev-document-misc.c:
6890         (ev_document_misc_get_thumbnail_frame):
6891         * backend/ev-document-misc.h:
6892         * configure.ac:
6893         * pdf/ev-poppler.cc:
6894         * shell/Makefile.am:
6895         * shell/ev-sidebar-thumbnails.c: (add_range),
6896         (ev_sidebar_thumbnails_set_loading_icon),
6897         (ev_sidebar_thumbnails_refresh),
6898         (ev_sidebar_thumbnails_set_document):
6899         * shell/ev-sidebar-thumbnails.h:
6900         * shell/ev-view.c: (ev_view_motion_notify_event),
6901         (ev_view_set_property), (ev_view_get_property),
6902         (ev_view_class_init), (ev_view_set_rotation):
6903         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6904         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6905         (ev_window_init):
6906         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6907         Redo rotation (again).  prepare for 0.4.0
6908
6909 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6910
6911         * configure.ac: Bump poppler requirement to 0.4.1.
6912
6913         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6914         argument to poppler_page_render_selection() call.
6915
6916 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6917
6918         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6919         (djvu_document_thumbnails_get_thumbnail):
6920         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6921         (dvi_document_thumbnails_get_thumbnail):
6922         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6923         (pixbuf_document_thumbnails_get_thumbnail):
6924         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6925         
6926         Update rotation direction of backends to fit with pdf and ps.
6927
6928 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6929
6930         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6931         * backend/ev-async-renderer.h:
6932         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6933         (setup_page), (ps_document_get_page_size),
6934         (ps_async_renderer_render_pixbuf):
6935         * ps/ps-document.h:
6936         * shell/ev-jobs.c: (ev_job_render_run):
6937
6938         Fix orientation in the postscript document
6939
6940 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6941
6942         * pdf/ev-poppler.cc:
6943         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6944         * shell/ev-view.c: (highlight_find_results):
6945
6946         Adapt to the new poppler rotation API. Fix text maps on landscape
6947         documents.
6948
6949 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6950
6951         * shell/ev-view.c (compute_new_selection_text): get the correct
6952         region when selecting in modes other than continuous.
6953
6954 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6955
6956         * shell/main.c (main): remove redundant g_warnings.
6957
6958 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6959
6960         * shell/Makefile.am: Don't include autogenerated
6961         file ev-application-service.h into distribution, since
6962         it causes dbus crash. Fix for bugs 313724 and 313443. 
6963
6964 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6965
6966         * configure.ac: Fix sed expression for FreeBSD. Thanks
6967         to Joe Marcus Clark <marcus@freebsd.org>
6968         
6969         * shell/eggfindbar.c: (entry_activate_callback),
6970         (entry_changed_callback), (egg_find_bar_init),
6971         (egg_find_bar_set_search_string):
6972         
6973         Made findbar buttons unsensitive if there is no text in
6974         entry. Fix for the bug 313285.
6975
6976 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6977
6978         * ps/ps-document.c: Use g_filename_display_name for displaying
6979         filenames and revert string freeze breackage
6980
6981 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6982
6983         * NEWS:
6984         * configure.ac:
6985
6986         Update for 0.3.4
6987
6988         * shell/Makefile.am:
6989
6990         Add ev-application-service.xml to extra dist
6991
6992         * shell/ev-view.c: (find_page_at_location):
6993
6994         Remove unused function (fix warning)
6995
6996 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6997
6998         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6999         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7000         
7001         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7002         bug 313623.
7003
7004 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7007         * shell/ev-window.c:
7008         Fix build warnings
7009
7010 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7011
7012         * configure.ac: Update script to get dbus version.
7013         Fix for the bug #313443.
7014
7015 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7016
7017         * shell/ev-window.c: (ev_window_cmd_escape):
7018         
7019         Return focus back to view on escape. Fix for bug 313295.
7020
7021 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7022
7023         * shell/ev-window.c: (update_window_title),
7024         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7025         (ev_window_cmd_save_as):
7026         
7027         Correct conversion from uri to displayable string. Fix for
7028         bug 313296.
7029
7030 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7031
7032         * ps/ps-document.c: convert filename to utf8 when there is an error
7033         loading document. Fixes #309915
7034
7035 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7036
7037         * configure.ac:
7038
7039         We depend on poppler 0.4.0
7040
7041 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7042
7043         * configure.ac:
7044         * NEWS: Release 0.3.3.
7045         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7046
7047 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7048
7049         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7050         add a couple missing mnemonics to menu items, use title 
7051         capitalization for menu items and window titles, and add 
7052         ellipsis to open menu item.     
7053
7054 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7055
7056         * pdf/ev-poppler.cc:
7057         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7058         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7059         (ev_view_get_rotation):
7060         * shell/ev-view.h:
7061         * shell/ev-window.c: (setup_view_from_metadata),
7062         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7063         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7064         disk.
7065
7066 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7067
7068         * configure.ac: Added tr to ALL_LINGUAS
7069
7070 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7071
7072         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7073         requires several clicks to find word. Thanks to 
7074         Colin Slater <kiltedtaco@gmail.com>.
7075
7076 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7077
7078         * data/evince.desktop.in.in: Hide menu entry and
7079         rename it to "Document Viewer". Fix for bug 
7080         #312399.
7081
7082 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7083
7084         * shell/ev-page-action.c (ev_page_action_class_init): 
7085
7086         Point to the correct function in constructor of the
7087         activate_label signal
7088
7089 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7090
7091         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7092         * shell/ev-jobs.h: Make thread safe.
7093
7094 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7095
7096         * shell/ev-view.c: (view_update_range_and_current_page):
7097         Don't update page range if we are scrolling to some document
7098         point.
7099
7100 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7101
7102         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7103         when getting max_page_width, fix drawing in dual mode.
7104
7105 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7106
7107         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7108         getting the area for select_all.
7109
7110 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7111
7112         * backend/ev-selection.c: (ev_selection_render_selection):
7113         * backend/ev-selection.h:
7114         * pdf/ev-poppler.cc:
7115         * shell/ev-jobs.c: (ev_job_render_new):
7116         * shell/ev-jobs.h:
7117         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7118         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7119         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7120         (ev_view_class_init):
7121
7122         Change selection color on focus in and focus out events.  Also,
7123         poppler now uses GdkColor for specifying the selection colors, so
7124         drop some awkward conversion code.
7125
7126 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7127
7128         * configure.ac: Added Hebrew translation
7129
7130 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7131
7132         * NOTES:
7133         * backend/ev-selection.c: (ev_selection_render_selection):
7134         * backend/ev-selection.h:
7135         * pdf/ev-poppler.cc:
7136         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7137         (ev_job_render_run):
7138         * shell/ev-jobs.h:
7139         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7140         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7141         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7142         (ev_pixbuf_cache_style_changed),
7143         (ev_pixbuf_cache_get_selection_pixbuf),
7144         (ev_pixbuf_cache_set_selection_list),
7145         (ev_pixbuf_cache_get_selection_list):
7146         * shell/ev-pixbuf-cache.h:
7147         * shell/ev-utils.c: (ev_print_region_contents):
7148         * shell/ev-utils.h:
7149         * shell/ev-view.c: (ev_view_queue_draw_page),
7150         (selection_update_idle_cb), (ev_view_motion_notify_event),
7151         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7152         (setup_caches), (ev_view_find_next), (merge_selection_region),
7153         (selection_free):
7154         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7155
7156         Clean up selection to be much smoother!
7157
7158 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7159
7160         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7161         to poppler_page_render_selection().
7162
7163 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7164
7165         * ps/ps-document.c: (save_page_list): Use
7166         unzipped document when printing. Thanks to 
7167         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7168         311016.
7169
7170 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7171
7172         * shell/ev-window.c: (update_action_sensitivity):
7173         
7174         Disable print and save respect to lockdown gconf keys. Fix
7175         for 312342.
7176
7177 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7178
7179         * configure.ac:
7180         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7181         (write_to_temp_file), (ev_file_set_contents):
7182         * shell/ev-utils.h:
7183         * shell/ev-window.c: (save_print_config_to_file):
7184         
7185         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7186         Fix for bug 312238
7187
7188 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7189
7190         * shell/ev-window.c: (load_print_config_from_file),
7191         (save_print_config_to_file), (ev_window_print_range):
7192
7193         Persist the print settings. Fixes bug #311578.
7194
7195 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7196
7197         * djvu/djvu-document.c: (djvu_document_get_page_size),
7198         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7199         (djvu_document_thumbnails_get_thumbnail):
7200         * dvi/dvi-document.c: (dvi_document_get_page_size),
7201         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7202         (dvi_document_thumbnails_get_dimensions),
7203         (dvi_document_thumbnails_get_thumbnail):
7204         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7205         (pixbuf_document_render_pixbuf),
7206         (pixbuf_document_document_iface_init),
7207         (pixbuf_document_thumbnails_get_thumbnail):
7208         
7209         Update backends to make them build with new rotation system.
7210
7211 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7212
7213         * help/C/figures/evince_start_window.png:
7214         
7215         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7216
7217 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7218
7219         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7220         * shell/ev-pixbuf-cache.h:
7221         * shell/ev-sidebar-thumbnails.c:
7222         (ev_sidebar_thumbnails_get_property), (add_range),
7223         (adjustment_changed_cb):
7224         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7225         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7226         we were thumbnailing the entire docment on startup, slowing us
7227         down hugely. 
7228
7229 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7230
7231         * shell/ev-page-cache.c: (ev_page_cache_new):
7232         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7233         == 0, fixes #310306.
7234
7235 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7236
7237         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7238         (ev_view_rotate_left):
7239
7240         Account rotation in doc_rect_to_view_rect.
7241         Ensure rotation doesnt go out of bounds.
7242
7243 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7246
7247         Correct and cleanup w/h swapping
7248
7249 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7250
7251         * backend/ev-document-thumbnails.c:
7252         (ev_document_thumbnails_get_thumbnail):
7253         * backend/ev-document-thumbnails.h:
7254         * backend/ev-document.c:
7255         * backend/ev-document.h:
7256         * backend/ev-render-context.c: (ev_render_context_new),
7257         (ev_render_context_set_rotation):
7258         * backend/ev-render-context.h:
7259         * pdf/ev-poppler.cc:
7260         * ps/ps-document.c: (ps_document_document_iface_init):
7261         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7262         * shell/ev-jobs.h:
7263         * shell/ev-page-cache.c: (build_height_to_page),
7264         (ev_page_cache_new), (ev_page_cache_get_size),
7265         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7266         (ev_page_cache_get_height_to_page):
7267         * shell/ev-page-cache.h:
7268         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7269         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7270         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7271         (ev_pixbuf_cache_get_selection_pixbuf):
7272         * shell/ev-pixbuf-cache.h:
7273         * shell/ev-print-job.c: (idle_print_handler):
7274         * shell/ev-sidebar-thumbnails.c: (add_range):
7275         * shell/ev-view.c: (view_update_range_and_current_page),
7276         (get_page_y_offset), (get_page_extents),
7277         (ev_view_size_request_continuous_dual_page),
7278         (ev_view_size_request_continuous),
7279         (ev_view_size_request_dual_page),
7280         (ev_view_size_request_single_page), (draw_one_page),
7281         (ev_view_set_rotation), (ev_view_rotate_right),
7282         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7283         (ev_view_zoom_for_size_continuous_and_dual_page),
7284         (ev_view_zoom_for_size_continuous),
7285         (ev_view_zoom_for_size_dual_page),
7286         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7287         (ev_view_select_all):
7288         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7289         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7290         (tiff_document_document_iface_init),
7291         (tiff_document_thumbnails_get_thumbnail):
7292
7293         Use rotation rather than orientation. It's easier and enough
7294         for our needs.
7295
7296 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7297
7298         * shell/ev-page-cache.c: (build_height_to_page),
7299         (ev_page_cache_new), (ev_page_cache_get_size),
7300         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7301         (ev_page_cache_get_height_to_page):
7302         * shell/ev-page-cache.h:
7303         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7304         (ev_view_size_request_continuous_dual_page),
7305         (ev_view_size_request_continuous),
7306         (ev_view_zoom_for_size_continuous_and_dual_page),
7307         (ev_view_zoom_for_size_continuous):
7308
7309         Make the page cache aware of page orientation.
7310
7311 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7312
7313         * backend/ev-document-thumbnails.c:
7314         (ev_document_thumbnails_get_thumbnail):
7315         * backend/ev-document-thumbnails.h:
7316         * backend/ev-document.c:
7317         * backend/ev-document.h:
7318         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7319         * backend/ev-ps-exporter.h:
7320         * pdf/ev-poppler.cc:
7321         * ps/ps-document.c: (ps_document_document_iface_init),
7322         (ps_document_ps_export_do_page):
7323         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7324         * shell/ev-jobs.h:
7325         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7326         (ev_page_cache_get):
7327         * shell/ev-page-cache.h:
7328         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7329         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7330         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7331         * shell/ev-pixbuf-cache.h:
7332         * shell/ev-print-job.c: (idle_print_handler):
7333         * shell/ev-sidebar-thumbnails.c: (add_range):
7334         * shell/ev-view.c: (view_update_range_and_current_page),
7335         (get_page_extents), (ev_view_size_request_dual_page),
7336         (ev_view_size_request_single_page), (draw_one_page),
7337         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7338         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7339         (ev_view_zoom_for_size_dual_page),
7340         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7341         (ev_view_select_all):
7342         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7343         * tiff/tiff-document.c: (tiff_document_get_page_size),
7344         (tiff_document_get_orientation), (rotate_pixbuf),
7345         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7346         (tiff_document_thumbnails_get_thumbnail),
7347         (tiff_document_ps_export_do_page), (tiff_document_init):
7348
7349         Really make use of the orientation bit of the render context.
7350         Use the render context in a few more places in the backend API.
7351         This regress orientation, but now it's done right. Will try to
7352         fix it up asap...
7353
7354 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7355
7356         * shell/ev-view.c: (ensure_rectangle_is_visible):
7357
7358         Patch by Nickolay V. Shmyrev to fix find flickering
7359
7360 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7361
7362         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7363         duplex parameters to ::begin.
7364
7365         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7366         * shell/ev-print-job.c (idle_print_handler): 
7367         * ps/ps-document.c (ps_document_ps_export_begin): 
7368         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7369         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7370         implementations. Poppler backend needs poppler cvs. Rest has
7371         unchanged behavior.
7372
7373 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7374
7375         * shell/ev-window.c (using_pdf_printer): new function.
7376         (ev_window_print_range): print a less techy message if someone
7377         tries to print to PDF.
7378
7379 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7380
7381         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7382         from "unknown font" string. Bug #311431
7383
7384 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7385
7386         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7387
7388 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7389
7390         Bug #311280
7391         
7392         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7393         name for PopplerFontTypes
7394         (pdf_document_fonts_fill_model): add font type to the detail column
7395
7396         * backend/ev-document-fonts.h: added
7397         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7398
7399         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7400         font name and font details, add a little markup.
7401         (ev_properties_fonts_init): use the new cell data func, specify ypad
7402         property for the cell renderer.
7403         (ev_properties_fonts_set_document): add the details column.
7404
7405 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7406
7407         * configure.ac: Added "pl" to ALL_LINGUAS.
7408
7409 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7410
7411         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7412
7413 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7414
7415         * help/ChangeLog: Started this for translations of manual.
7416         * configure.ac, autogen.sh, .cvsignore: Migrated to
7417         gnome-doc-utils. Patch in bug #311222.
7418
7419 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7420
7421         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7422         #ifdef this away to fix an unused-function warning.
7423
7424 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7425
7426         * configure.ac: Added 'gl' to ALL_LINGUAS.
7427
7428 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7429
7430         * configure.ac: Added ne in ALL_LINGUAS
7431         
7432 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7433
7434         * shell/ev-view.c: (ev_view_leave_notify_event):
7435         
7436         Clear status message when pointer leaves view. Fix for bug
7437         #310818 
7438
7439 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7440
7441         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7442
7443 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7444
7445         * shell/ev-view.c: (ev_view_leave_notify_event),
7446         (ev_view_class_init):
7447         
7448         Set cursor to normal then leaving view.
7449
7450 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7451
7452         * configure.ac:
7453         
7454         Fix required djvulibre version.
7455
7456 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7457
7458         *configure.ac: Hindi (hi) language added
7459
7460 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7461
7462         *configure.ac: Punjabi (pa) Language added
7463
7464 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7465
7466         * data/evince-ui.xml, shell/ev-window.c:
7467         
7468         Add keypad accelerators for zooming. Fix for bug 308128.
7469
7470 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7471
7472         * Makefile.am:
7473         * backend/Makefile.am:
7474         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7475         * configure.ac:
7476         * shell/ev-document-types.c: (ev_document_types_add_filters):
7477
7478         Allow to enable/disable the pixbuf backend.
7479         Default to off for now. If we want it enabled we should
7480         really put mime types in the desktop, implement properties etc.
7481
7482         * properties/evince-properties.c:
7483
7484         Initialize error to NULL.
7485         Check error is not NULL before freeing.
7486
7487 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7488
7489         * shell/ev-window.c:
7490
7491         Use F5 as presentation accell
7492
7493 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7494
7495         * shell/ev-window.c: (update_chrome_visibility),
7496         (ev_window_create_fullscreen_popup), (ev_window_init):
7497
7498         Do not leak the fullscreen toolbar
7499
7500 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7501
7502         * shell/ev-window.c: (view_actions_focus_in_cb),
7503         (view_actions_focus_out_cb):
7504
7505         These has a return value! Fix totally random focus
7506         issues we was seeing.
7507
7508 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7509
7510         * shell/main.c: (load_files_remote):
7511
7512         Allow open more than one file
7513
7514 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7515
7516         * shell/main.c: (load_files_remote):
7517
7518         Fix for dbus 0.33. bug #309975
7519
7520 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7521
7522         * properties/ev-properties-main.c: (ev_properties_get_pages):
7523
7524         Actually return NULL for types we dont support
7525
7526 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7527
7528         * po/POTFILES.in:
7529
7530         Remove empty lines.
7531
7532 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7533
7534         * backend/ev-document-factory.c:
7535         (ev_document_factory_get_document):
7536
7537         Do not try to create the object if type
7538         is invalid.
7539
7540 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7541
7542         * ps/ps-document.c: (ps_document_dispose),
7543         (ps_async_renderer_render_pixbuf):
7544         * ps/ps-document.h:
7545
7546         Do not leak the target window
7547
7548 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7549
7550         * shell/ev-application.c: (ev_application_init):
7551
7552         Let tbe check file existence for us.
7553         Add a comment about eggrecent mime filter.
7554
7555 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7556
7557         * data/evince-ui.xml:
7558         * shell/ev-application.c: (ev_application_shutdown),
7559         (ev_application_init), (ev_application_get_toolbars_model),
7560         (ev_application_get_recent_model),
7561         (ev_application_save_toolbars_model):
7562         * shell/ev-application.h:
7563         * shell/ev-window.c: (ev_window_add_recent),
7564         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7565         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7566         (ev_window_init):
7567
7568         Use common toolbar and recent models for all windows.
7569         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7570
7571 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7572
7573         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7574         successfully check for gtk_icon_view_get_visible_range.
7575
7576 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7577
7578         * djvu/Makefile.am:
7579         * dvi/Makefile.am:
7580         
7581         Fix djvu and dvi backend build.
7582
7583 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7584
7585         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7586         (new_separator_pixbuf):
7587
7588         Don't leak windows.
7589
7590 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7591
7592         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7593
7594         HIGification of toolbar editor dialogue.
7595
7596 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7597
7598         * configure.ac:
7599         * shell/Makefile.am:
7600
7601         Ever build metadata manager since it's just
7602         disabled at runtime now.
7603
7604 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7605
7606         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7607         (ev_metadata_manager_get), (ev_metadata_manager_set):
7608         * shell/ev-metadata-manager.h:
7609
7610         Add an _init functions that enabled metadata management
7611         at runtime.
7612
7613         * shell/ev-window.c: (page_changed_cb),
7614         (setup_document_from_metadata), (ev_window_setup_document),
7615         (setup_view_from_metadata), (ev_window_open_uri),
7616         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7617         (ev_window_run_presentation), (ev_window_stop_presentation),
7618         (save_sizing_mode), (ev_window_zoom_changed_cb),
7619         (ev_window_continuous_changed_cb),
7620         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7621         (window_configure_event_cb):
7622
7623         Remove all ugly metadata define since we deal with it
7624         at runtime now.
7625
7626         * shell/main.c: (load_files_remote), (main):
7627
7628         Add support for dbus cvs head. Hopefully didnt break one
7629         of the other versions now!
7630
7631         If we dont get a response from the dbus server just
7632         give up with it and not enable metadata.
7633
7634 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7635
7636         * Makefile.am:
7637         * backend/Makefile.am:
7638         * configure.ac:
7639         * cut-n-paste/recent-files/Makefile.am:
7640         * cut-n-paste/toolbar-editor/Makefile.am:
7641         * cut-n-paste/zoom-control/Makefile.am:
7642         * lib/Makefile.am:
7643         * pdf/Makefile.am:
7644         * pixbuf/Makefile.am:
7645         * properties/Makefile.am:
7646         * ps/Makefile.am:
7647         * shell/Makefile.am:
7648         * thumbnailer/Makefile.am:
7649         * tiff/Makefile.am:
7650
7651         Make frontends depend on just libev.
7652         Rework and group CFLAGS/LIBS definitions.
7653         Cleanups.
7654
7655 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7656
7657         * shell/ev-window:
7658
7659         do not unnecessarily save zoom
7660
7661         * configure.ac:
7662         * lib/ev-file-helpers.c: (ev_dot_dir):
7663         * shell/Makefile.am:
7664         * shell/dummy.cc:
7665
7666         Some cleanups
7667
7668 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7669
7670         * configure.ac:
7671         
7672         Remove unnecessary dependencies
7673
7674 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7675
7676         * properties/Makefile.am:
7677         * thumbnailer/Makefile.am:
7678         * tiff/Makefile.am:
7679
7680         Some more cleanups. Was really necessary
7681         but I probably introduced bugs, feel free
7682         to flame :)
7683
7684 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7685
7686         * backend/Makefile.am:
7687         * configure.ac:
7688         * cut-n-paste/recent-files/Makefile.am:
7689         * cut-n-paste/toolbar-editor/Makefile.am:
7690         * cut-n-paste/zoom-control/Makefile.am:
7691         * lib/Makefile.am:
7692         * pdf/Makefile.am:
7693         * pixbuf/Makefile.am:
7694         * properties/Makefile.am:
7695         * ps/Makefile.am:
7696         * shell/Makefile.am:
7697         * thumbnailer/Makefile.am:
7698         * tiff/Makefile.am:
7699
7700         Use gnome-common macros when possible.
7701         Cleanup dependencies.
7702         Actually disable deprecated where possible.
7703
7704 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7705
7706         * Makefile.am:
7707         * backend/Makefile.am:
7708         * properties/Makefile.am:
7709         * shell/Makefile.am:
7710         * thumbnailer/Makefile.am:
7711
7712         This should solve the circular dep without
7713         requiring dir reorg!
7714
7715         * shell/ev-window.c: (setup_view_from_metadata):
7716
7717         Never restore window size/position when the
7718         window is already visible.
7719
7720 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7721
7722         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7723
7724         Return a boolean from timeout func. Fix ported from gedit.
7725
7726 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7727
7728         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7729
7730 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7731
7732         * shell/ev-document-types.c: set "All Documents" as default filter in
7733         open dialog
7734
7735 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7736
7737         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7738         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7739         (ev_metadata_manager_set_boolean): fix value/val thinko.
7740
7741 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7742
7743         * shell/ev-window.c: (setup_view_from_metadata),
7744         (window_state_event_cb), (window_configure_event_cb),
7745         (ev_window_init):
7746
7747         Remember window position and maximized state
7748
7749 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7750
7751         * configure.ac:
7752
7753         Fix DBUS configure checks.
7754
7755         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7756         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7757         (ev_metadata_manager_set_boolean):
7758
7759         Plug mem leaks.
7760
7761         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7762         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7763         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7764         (ev_window_continuous_changed_cb),
7765         (ev_window_dual_mode_changed_cb), (ev_window_new):
7766
7767         Fix the build without DBUS.
7768
7769 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7770
7771         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7772         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7773         (ev_metadata_manager_set_string),
7774         (ev_metadata_manager_set_boolean):
7775         * shell/ev-metadata-manager.h:
7776
7777         Add support for some more types
7778
7779         * shell/ev-view.c: (scroll_to_current_page),
7780         (ev_view_get_continuous), (ev_view_set_continuous),
7781         (ev_view_get_dual_page):
7782         * shell/ev-view.h:
7783         * shell/ev-window.c: (page_changed_cb),
7784         (setup_document_from_metadata), (ev_window_setup_document),
7785         (setup_view_from_metadata), (ev_window_open_uri),
7786         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7787         (ev_window_run_presentation), (ev_window_stop_presentation),
7788         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7789         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7790         (ev_window_update_dual_page_action),
7791         (ev_window_continuous_changed_cb),
7792         (ev_window_dual_mode_changed_cb), (ev_window_init):
7793
7794         Remember a bunch of view/document properties. Prolly some
7795         are still missing but it's getting interesting.
7796
7797 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7798
7799         * configure.ac: check if dbus-binding-tool is installed. Not the
7800         case on current Ubuntu breezy, it seems.
7801
7802 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7803
7804         * data/evince.desktop.in.in:
7805         
7806         Allow open uri lists and add TryExec field.
7807
7808 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7809
7810         * configure.ac:
7811
7812         Enable dbus when available, do not require a configure
7813         option.
7814
7815 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7816
7817         * configure.ac:
7818
7819         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7820         disabled.
7821
7822 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7823         Marco Pesenti Gritti  <mpg@redhat.com>
7824
7825         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7826         
7827         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7828         functions to the format required by dbus
7829
7830         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7831         errors. Use the RPC parameters in the expected way
7832
7833 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7834
7835         * Makefile.am:
7836         * properties/Makefile.am:
7837         * properties/ev-properties-main.c: (ev_properties_get_pages):
7838
7839         Support all mime types
7840
7841         * shell/Makefile.am:
7842         * thumbnailer/Makefile.am:
7843         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7844         (evince_thumbnail_pngenc_get):
7845
7846         Use the document factory
7847
7848 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7849
7850         * backend/Makefile.am:
7851         * backend/ev-document-factory.c:
7852         (mime_type_supported_by_gdk_pixbuf),
7853         (ev_document_type_get_from_mime),
7854         (ev_document_factory_get_document),
7855         (ev_document_factory_get_backend),
7856         (ev_document_factory_get_mime_types),
7857         (ev_document_factory_get_all_mime_types):
7858         * backend/ev-document-factory.h:
7859         * shell/Makefile.am:
7860         * shell/ev-document-types.c: (get_document_from_uri),
7861         (ev_document_types_get_document),
7862         (file_filter_add_mime_list_and_free),
7863         (ev_document_types_add_filters):
7864         * shell/ev-document-types.h:
7865         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7866         * shell/ev-properties-dialog.c:
7867         (ev_properties_dialog_set_document):
7868         * shell/ev-window.c: (ev_window_cmd_file_open),
7869         (ev_window_cmd_save_as):
7870         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7871
7872         Rework document types managing to avoid code duplication
7873         and actually abstract from backend implementations.
7874         Also provide a minimal factory api that can be used by
7875         thumbnailer/properties.
7876
7877 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7878
7879         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7880         Plug a mem leak.
7881         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7882         HIG spacings.
7883
7884 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7885
7886         * shell/ev-properties-dialog.c
7887         (ev_properties_dialog_set_document): only call
7888         ev_properties_fonts_set_document() if the document implements the
7889         fonts interface
7890
7891 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7892
7893         * configure.ac:
7894         * properties/Makefile.am:
7895         * properties/ev-properties-view.c:
7896         (ev_properties_view_register_type):
7897         * properties/ev-properties-view.h:
7898         * properties/ev-properties-main.h:
7899
7900         Implement nautilus plugin for properties.
7901         Works only for pdf atm, I need to rework the
7902         document types stuff to get this to work
7903         for all backends...
7904
7905 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7906
7907         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7908         (ev_properties_fonts_set_document): use
7909         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7910
7911 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7912
7913         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7914         them
7915         (PlaceImage, tiff2ps_process_page): use
7916         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7917
7918
7919 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7920
7921         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7922         (main): to call gnome_authentication_manager_init. Should fix
7923         Bug #308510
7924
7925         * configure.ac: that requires libgnomeui 2.6.0.
7926
7927 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7928
7929         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7930         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7931         use the new tiff2ps interfaces
7932
7933         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7934         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7935
7936         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7937         structure instead of global variables.  Remove use of static
7938         variables in functions.
7939
7940 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7941
7942         * shell/ev-page-action.c: unref the completion after setting it to the
7943         entry
7944
7945 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7946
7947         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7948         postscript files
7949
7950 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7951
7952         * shell/ev-window.c (update_action_sensitivity): disable
7953         File->Print if the document does not implement the ps exporter
7954         interface
7955
7956 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7957
7958         * Makefile.am:
7959         * configure.ac:
7960         * data/evince-properties.glade:
7961         * properties/.cvsignore:
7962         * properties/Makefile.am:
7963         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7964         (ev_properties_view_class_init), (ev_properties_view_format_date),
7965         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7966         (ev_properties_view_init), (ev_properties_view_new):
7967         * properties/ev-properties-view.h:
7968         * shell/Makefile.am:
7969         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7970         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7971         (ev_properties_dialog_new):
7972         * shell/ev-properties-dialog.h:
7973         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7974         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7975         (update_progress_label), (job_fonts_finished_cb),
7976         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7977         * shell/ev-properties-fonts.h:
7978         * shell/ev-properties.c:
7979         * shell/ev-properties.h:
7980         * shell/ev-window.c: (ev_window_setup_document),
7981         (ev_window_cmd_file_properties):
7982
7983         Split the properties pages in two different objects, depend
7984         only on the backend where possible, use widgets instead
7985         of gobject for the glade part, reimplement the dialog
7986         itself with gtk.
7987         I need this to implement nautilus properties page.
7988
7989 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7990
7991         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7992         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7993         (tiff_document_document_ps_exporter_iface_init): implement the ps
7994         exporter interface for tiff documents
7995
7996         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7997         libtiff to implement TIFF postscript export
7998
7999         * tiff/tiff2ps.h: added a header file for external tiff2ps
8000         functions.
8001
8002         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8003         tiff2ps.h
8004
8005 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8006
8007         * shell/ev-view.c: (scroll_to_current_page),
8008         (ev_view_set_fullscreen), (ev_view_set_presentation):
8009         
8010         Scroll to current page when exit from presentation
8011
8012 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8013
8014         * shell/ev-window.c: (update_document_mode),
8015         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8016         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8017         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8018         
8019         Exit from fullscreen mode when switch to presentation. Fix for
8020         bug 309365
8021
8022 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8023
8024         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8025         return NULL if the document does not implement the selection
8026         interface.
8027
8028 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8029
8030         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8031         reported height by using the resolution aspect ratio
8032         (tiff_document_render_pixbuf): scale the pixbuf using the
8033         resolution aspect ratio
8034
8035 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8036
8037         * configure.ac:
8038         
8039         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8040         <kiltedaco@gmail.com>
8041         
8042         * djvu/djvu-document.c: (djvu_document_get_orientation),
8043         (djvu_document_set_orientation), (djvu_document_get_page_size),
8044         (rotate_pixbuf), (djvu_document_render_pixbuf),
8045         (djvu_document_document_iface_init):
8046         * dvi/dvi-document.c: (dvi_document_get_orientation),
8047         (dvi_document_set_orientation), (dvi_document_get_page_size),
8048         (rotate_pixbuf), (dvi_document_render_pixbuf),
8049         (dvi_document_document_iface_init):
8050         
8051         Dvi and djvu backends are ported to new API
8052
8053 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8054
8055         * backend/ev-selection.c: (ev_selection_get_selection_region),
8056         (ev_selection_get_selection_map):
8057         * backend/ev-selection.h:
8058         * pdf/ev-poppler.cc:
8059         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8060         * shell/ev-jobs.h:
8061         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8062         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8063         (ev_pixbuf_cache_get_text_mapping):
8064         * shell/ev-pixbuf-cache.h:
8065         * shell/ev-view.c: (location_in_text),
8066         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8067         support to EvView.  Now we can see where we can select!  Sweet!
8068
8069 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8070
8071         * shell/ev-view.c (ev_view_button_press_event): Fix
8072         event->y + view->scroll_x typo.
8073
8074 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8075
8076         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8077         sub-GdkPixbuf instead of passing dest_x and dest_y.
8078         
8079         * shell/ev-view.c: (view_point_to_doc_point),
8080         (view_rect_to_doc_rect), (ev_view_button_press_event),
8081         (ev_view_motion_notify_event), (compute_new_selection_rect),
8082         (gdk_rectangle_point_in), (compute_new_selection_text),
8083         (compute_selections): Update selection code to keep the selection
8084         around as two points and not as a normalized rectangle, and fix
8085         page level selection in two-column mode.
8086
8087 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8088
8089         * shell/ev-window.c: (window_configure_event_cb): 
8090         
8091         Fix compilation
8092         
8093 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8094
8095         * pdf/ev-poppler.cc:
8096
8097         Fix compilation
8098
8099 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8100
8101         * shell/Makefile.am:
8102         * shell/ev-metadata-manager.c: (item_free),
8103         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8104         (parse_value), (parseItem), (load_values),
8105         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8106         (save_values), (save_item), (get_oldest), (resize_items),
8107         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8108         * shell/ev-metadata-manager.h:
8109
8110         Metadata manager from gedit but modified to use GValue, so that
8111         we dont need to keep converting from strings.
8112
8113         * configure.ac:
8114
8115         ENABLE_METADATA conditional, on when dbus is on
8116
8117         * shell/ev-application.c: (ev_application_open_uri):
8118
8119         Show the window after load so that we can initialize
8120         window size before it's showed.
8121
8122         * shell/ev-window.c: (ev_window_setup_from_metadata),
8123         (ev_window_open_uri), (window_configure_event_cb),
8124         (ev_window_init):
8125
8126         Save and load metadata information about window size.
8127         Not yet keeping states in account.
8128
8129         * shell/main.c: (main):
8130
8131         Shutdown metadata manager.
8132
8133 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8134
8135         * shell/ev-application-service.xml:
8136         * configure.ac:
8137         * shell/Makefile.am:
8138         * shell/ev-application.c:
8139         * shell/ev-application.h:
8140         * shell/ev-window.c:
8141         * shell/ev-window.h:
8142         * shell/main.c:
8143
8144         Add an optional dbus interface (--enable-dbus).
8145         Rework application code, mainly to be easier to
8146         use "remotely".
8147         Do not open multiple windows with the same document,
8148         spatial evince!
8149
8150 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8151
8152         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8153         pixbuf iff it exists.
8154
8155 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8156
8157         * shell/*:
8158         * backend/ev-render-context.[ch]:
8159         * backend/ev-selection.[ch]:
8160
8161         Massive changes.  We now support text selection of pdfs, and not
8162         just rectangular selection.  This is pretty broken still, but I
8163         want to get something into CVS.
8164
8165 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8166
8167         * pdf/ev-poppler.cc:
8168         
8169         Fix for Bug 309080: crash on window close.
8170         
8171         * shell/ev-page-action.c: (page_changed_cb):
8172         
8173         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8174         jensgr@gmx.net (Jens Granseuer).
8175
8176 2005-06-25  Marcel Telka  <marcel@telka.sk>
8177
8178         * configure.in (ALL_LINGUAS): Added sk.
8179
8180 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8181
8182         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8183         not a document open
8184
8185 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8186
8187         * NEWS:
8188         * configure.ac:
8189
8190         Release 0.3.2
8191
8192         * cut-n-paste/recent-files/Makefile.am:
8193
8194         Fix make distcheck
8195
8196 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8197
8198         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8199         (pixbuf_document_set_orientation), (rotate_pixbuf),
8200         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8201         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8202
8203         Implement rotation and cleanup the code a bit.
8204
8205         * tiff/tiff-document.c: (tiff_document_get_page_size),
8206         (tiff_document_get_orientation), (tiff_document_set_orientation),
8207         (rotate_pixbuf), (tiff_document_render_pixbuf),
8208         (tiff_document_document_iface_init), (tiff_document_init):
8209
8210         Implement rotation. Was the quicker solution for the release
8211         but we really need to share this code in the shell.
8212
8213 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8214
8215         * pdf/ev-poppler.cc:
8216
8217         Enable rotation, require poppler cvs. Fix a leak.
8218
8219 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8220
8221         * shell/ev-window.c: (update_action_sensitivity):
8222         
8223         Make properties unsensitive if document backend doesn't provide
8224         any info
8225
8226 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8227
8228         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8229         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8230         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8231         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8232         (bitmap_flip_rotate_counter_clockwise):
8233         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8234         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8235         (buff_gets):
8236         * dvi/mdvi-lib/common.h:
8237         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8238         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8239         (opendvi), (mdvi_reload), (mdvi_init_context),
8240         (mdvi_destroy_context), (mdvi_dopage), (special):
8241         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8242         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8243         (file_hash_free), (register_encoding), (parse_spec),
8244         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8245         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8246         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8247         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8248         (mdvi_register_font_type), (mdvi_unregister_font_type),
8249         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8250         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8251         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8252         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8253         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8254         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8255         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8256         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8257         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8258         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8259         (mdvi_unregister_special), (mdvi_flush_specials):
8260         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8261         (t1_font_remove):
8262         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8263         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8264         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8265         (free_font_metrics), (flush_font_metrics):
8266         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8267         (tt_font_remove):
8268         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8269         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8270         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8271         (dstring_insert), (dstring_new), (dstring_reset):
8272         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8273         
8274         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8275         avoid conflict with libtool on FC4
8276         
8277         * shell/ev-window.c: (ev_window_cmd_help_about):
8278         
8279         Update copyright year. Fix for bug 308828.
8280
8281 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8282
8283         * shell/ev-view.c: (add_scroll_binding_keypad),
8284         (ev_view_binding_activated), (ev_view_class_init),
8285         (on_adjustment_value_changed):
8286         
8287         Bug 170874: Arrow keys switch pages in presentation mode
8288
8289 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8290
8291         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8292         
8293         Fix for Bug 308265: Sidebar dissappears coming out of 
8294         Presentation mode
8295
8296 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8297
8298         * shell/ev-application.c: (ev_application_open):
8299         * shell/ev-document-types.c: (ev_document_types_add_filters),
8300         (ev_document_types_add_filters_for_type):
8301         * shell/ev-document-types.h:
8302         * shell/ev-window.c: (ev_window_cmd_save_as):
8303         
8304         Suggest basename as template when saving, provide filters
8305         for save dialog. It's bug 308402
8306
8307 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8308
8309         * pdf/ev-poppler.cc:
8310         * shell/ev-sidebar-links.c: (job_finished_callback):
8311         * shell/ev-view.c: (update_find_status_message):
8312         
8313         Some leaks fixed
8314
8315 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8316
8317         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8318         (egg_recent_view_uimanager_set_list):
8319
8320         Fix buglet in !show_numbers case.
8321
8322 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8323
8324         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8325         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8326
8327         Use pango ellipsisation.
8328
8329         * pdf/ev-poppler.cc:
8330
8331         Fix refcount leak, from nsh.
8332
8333 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8334
8335         * cut-n-paste/recent-files/Makefile.am:
8336         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8337         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8338         
8339         Removed EggRecentViewGtk
8340         
8341         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8342         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8343         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8344         (ev_window_setup_recent):
8345         
8346         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8347         with other projects
8348
8349 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8350
8351         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8352         (egg_recent_view_gtk_finalize):
8353
8354         Fix memory leak
8355
8356         * cut-n-paste/toolbar-editor/Makefile.am:
8357         
8358         Fix location of cursor icon.
8359         
8360         * pdf/ev-poppler.cc:
8361         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8362         (display_completion_text), (match_completion):
8363         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8364         (selection_changed_callback), (create_loading_model),
8365         (print_section_cb), (links_page_num_func),
8366         (update_page_callback_foreach):
8367         * shell/ev-window.c: (ev_window_dispose):
8368         
8369         Small memory fixes. Links model now store objects instead
8370         of pointers to improve memory management. 
8371
8372 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8373
8374         * shell/ev-window.c: (zoom_control_changed_cb):
8375         
8376         Fix update of zoom control (bug 308268).
8377
8378 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8379
8380         * shell/ev-properties.c (set_property): escape the text correctly.
8381         Handles non-UTF-8 properties and escaped properties.  Also, sets
8382         the text to "<i>None</i>" if the property isn't set.
8383
8384         * data/evince-properties.glade: Change the label to be ellipsized,
8385         and give it a minimum size.
8386
8387 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8388
8389         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8390         * shell/ev-sidebar-links.c: (create_loading_model):
8391         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8392         * shell/ev-view.c: (ev_view_set_document):
8393         * shell/ev-window.c: (ev_window_dispose):
8394         
8395         Various small fixes, mostly memory leaks. Thanks to valgrind.
8396
8397 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8398
8399         * ps/ps-document.c: remove the locale.h include again ;-). And
8400         kill the (bogus) setlocale/savelocale business.
8401
8402 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8403
8404         * ps/ps-document.c:
8405         
8406         Include locale.h to fix build
8407         
8408         * shell/ev-sidebar.c:
8409         
8410         Remove unnecessary includes
8411
8412 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8413
8414         * dvi/dvi-document.c: (dvi_document_load):
8415         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8416         * po/POTFILES.in:
8417         
8418         Check for incorrect dvi files. Fix parsing dvi on AMD64
8419         platform. Thanks to tester@tester.ca (Olivier Crete).
8420
8421 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8422
8423         * shell/ev-page-action.c: (match_selected_cb),
8424         (display_completion_text), (match_completion), (update_model):
8425         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8426         (expand_open_links):
8427         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8428         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8429         (ev_sidebar_set_document):
8430         * shell/ev-window.c: (ev_window_xfer_job_cb),
8431         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8432         
8433         Fixed lot's of memory leaks, for example, memory leak on reload, 
8434         described in bug 307793.
8435
8436 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8437
8438         * pdf/ev-poppler.cc:
8439         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8440         (update_visible_range), (adjustment_changed_cb),
8441         (ev_sidebar_thumbnails_fill_model),
8442         (ev_sidebar_thumbnails_refresh),
8443         (ev_sidebar_tree_selection_changed),
8444         (ev_sidebar_icon_selection_changed),
8445         (ev_sidebar_thumbnails_use_icon_view),
8446         (ev_sidebar_thumbnails_set_document):
8447         * shell/ev-sidebar-thumbnails.h:
8448         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8449         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8450
8451         Refresh thumbnails when changing orientation. Not fully
8452         working yet becuase of a sidebar bug.
8453
8454         Set page orientation to poppler page everywhere. This sucks
8455         really need to fix poppler.
8456
8457 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8458
8459         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8460         (egg_recent_view_gtk_new_menu_item),
8461         (egg_recent_view_gtk_set_property),
8462         (egg_recent_view_gtk_get_property),
8463         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8464         (egg_recent_view_gtk_set_tooltip_func),
8465         (egg_recent_view_gtk_set_label_width),
8466         (egg_recent_view_gtk_get_label_width):
8467         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8468
8469         Sync with libegg (ellipsize labels)
8470
8471 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8472
8473         * data/evince-ui.xml:
8474         * shell/ev-window.c: (ev_window_cmd_go_forward),
8475         (ev_window_cmd_go_backward):
8476         
8477         Shift + PageUp moves 10 Pages. Fix for 306125
8478
8479 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8480
8481         * pdf/ev-poppler.cc:
8482
8483         Add a flag to check if orientation has been overriden
8484
8485 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8486
8487         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8488         field if necessary.
8489
8490         * ps/ps.h: add creator field to document.
8491
8492         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8493         set creator field.
8494
8495 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8496
8497         * data/evince-properties.glade:
8498         * shell/ev-properties.c: (ev_properties_set_document):
8499
8500         s/PDF Version/Format
8501
8502 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8503
8504         * shell/ev-properties.c: (ev_properties_set_document):
8505
8506         Remove unnecessary translations
8507
8508 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8509
8510         * cut-n-paste/toolbar-editor/Makefile.am:
8511
8512         Correct library name    
8513
8514 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8515
8516         * configure.ac:
8517         * cut-n-paste/recent-files/egg-recent-model.c:
8518         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8519         (egg_recent_model_unlock_file):
8520         * cut-n-paste/recent-files/egg-recent-util.c:
8521         (egg_recent_util_get_unique_id):
8522         * cut-n-paste/recent-files/update-from-egg.sh:
8523         * cut-n-paste/toolbar-editor/Makefile.am:
8524         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8525         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8526         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8527         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8528         (egg_toolbars_model_get_type):
8529         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8530
8531         Better makefile for toolbar editor and update everything
8532         to latest libegg.
8533
8534 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8535
8536         * shell/ev-window.c: (update_document_mode):
8537
8538         Prefer presentation mode when the document
8539         require fullscreen.
8540
8541 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8542
8543         * data/evince-ui.xml:
8544         * shell/ev-window.c:
8545
8546         Add control-equal for zooming
8547
8548 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8549
8550         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8551
8552 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8553
8554         * backend/ev-document.c: (ev_document_get_orientation):
8555         * backend/ev-document.h:
8556         * pdf/ev-poppler.cc:
8557         * ps/ps-document.c: (ps_document_get_orientation),
8558         (ps_document_set_orientation), (ps_document_document_iface_init):
8559
8560         Add a get_orientation api. Improve set_orientation.
8561
8562         * data/evince-ui.xml:
8563         * shell/ev-view.c: (ev_view_set_orientation),
8564         (ev_view_rotate_right), (ev_view_rotate_left):
8565         * shell/ev-view.h:
8566         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8567         (ev_window_cmd_edit_rotate_right):
8568
8569         Better ui for changing document orientation
8570
8571 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8572
8573         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8574         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8575         * shell/ev-sidebar-links.h:
8576         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8577         (ev_sidebar_page_iface_init):
8578         * shell/ev-sidebar-page.h:
8579         * shell/ev-sidebar-thumbnails.c:
8580         (ev_sidebar_thumbnails_get_property),
8581         (ev_sidebar_thumbnails_class_init),
8582         (ev_sidebar_thumbnails_set_document):
8583         * shell/ev-sidebar-thumbnails.h:
8584         * shell/ev-view.c: (ev_view_motion_notify_event):
8585         * shell/ev-window.c: (update_chrome_visibility),
8586         (ev_window_cmd_focus_page_selector),
8587         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8588         (sidebar_page_main_widget_update_cb), (ev_window_init):
8589         
8590         Autoraise toolbar on GoToPage binding and fix bindings in
8591         EvSidebarThumbnails page.
8592
8593 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8594
8595         * shell/ev-properties.c: (update_progress_label):
8596
8597         Hide the progress label when finished; bug #307697.
8598
8599 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8600
8601         * pdf/ev-poppler.cc:
8602
8603         Enable is_open for links, you will need poppler cvs
8604
8605         * shell/ev-properties.c: (job_fonts_finished_cb):
8606
8607         Get a lock on the document when filling the tree view
8608
8609 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8610
8611         * backend/ev-document-links.h:
8612         * pdf/ev-poppler.cc:
8613         * shell/ev-sidebar-links.c: (create_loading_model),
8614         (expand_open_links), (job_finished_callback):
8615
8616         Expand links when specified by the document.
8617         Depend on a poppler api (defined out for now)
8618
8619 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8620
8621         * shell/ev-properties.c: (ev_properties_dispose),
8622         (ev_properties_class_init), (dialog_destroy_cb),
8623         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8624         (ev_properties_set_document), (ev_properties_new),
8625         (ev_properties_show):
8626         * shell/ev-properties.h:
8627
8628         Make it an object, cleanup the code, api to show it as transient
8629         and to set the document.
8630
8631         * shell/ev-window.c: (ev_window_setup_document),
8632         (ev_window_cmd_file_properties):
8633
8634         Adapt to EvProperties changes, do not show multiple
8635         times, update it when document changes.
8636
8637 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8638
8639         * ps/gstypes.h:
8640         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8641         (ps_document_set_orientation), (ps_document_document_iface_init):
8642         * ps/ps-document.h:
8643
8644         Implement orientation here too
8645
8646         * shell/ev-properties.c: (ev_properties_new):
8647         * data/evince-properties.glade:
8648
8649         Hide the fonts page for backends that doesnt
8650         support it.     
8651
8652 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8653
8654         * backend/ev-document.c: (ev_document_set_orientation):
8655         * backend/ev-document.h:
8656         * pdf/ev-poppler.cc:
8657
8658         Add orientation api. Currently poppler api is not optimal,
8659         we need to set orientation every time we _get a page.
8660         I will try to fix that at some point.
8661
8662         * data/evince-ui.xml:
8663         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8664         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8665
8666         Add orientation menu items
8667
8668         * shell/ev-page-cache.c: (ev_page_cache_clear):
8669         * shell/ev-page-cache.h:
8670
8671         Add api to clear the cache
8672
8673         * shell/ev-view.c: (setup_caches), (clear_caches),
8674         (ev_view_set_document), (ev_view_zoom_out),
8675         (ev_view_set_orientation):
8676         * shell/ev-view.h:
8677
8678         Implement orientation changing
8679
8680 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8681
8682         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8683         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8684         * backend/ev-document-fonts.h:
8685
8686         Separate scan and fill so that we can incrementally fill from
8687         the main thread. Add a progress api.
8688
8689         * data/evince-properties.glade:
8690         * pdf/ev-poppler.cc:
8691         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8692         * shell/ev-jobs.h:
8693         * shell/ev-properties.c: (update_progress_label),
8694         (job_fonts_finished_cb), (setup_fonts_view):
8695
8696         Incrementally feel the list and show the progress
8697         percentage in a label like acrobat does.
8698
8699         You are going to need poppler cvs
8700
8701 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8702
8703         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8704         * backend/ev-document-fonts.h:
8705         * pdf/ev-poppler.cc:
8706
8707         Make fonts model fill incrementally.
8708
8709         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8710         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8711         (ev_job_queue_remove_job):
8712         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8713         (ev_job_fonts_new), (ev_job_fonts_run):
8714         * shell/ev-jobs.h:
8715
8716         New job for fonts scanning
8717
8718         * shell/ev-properties.c: (job_fonts_finished_cb),
8719         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8720         * shell/ev-properties.h:
8721         * shell/ev-window.c: (ev_window_cmd_file_properties):
8722
8723         Incrementally feel the treeview using the new job. Show Loading...
8724         message until scanning is completed.
8725
8726         Hopefully I didnt break the build without the poppler patch.
8727
8728 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8729
8730         * shell/ev-application.c: (ev_application_open):
8731         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8732         (ev_document_type_get_type), (ev_document_type_lookup):
8733         * shell/ev-document-types.h:
8734         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8735         * shell/ev-job-xfer.h:
8736         * shell/ev-window.c: (ev_window_clear_local_uri),
8737         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8738         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8739         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8740         
8741         Transfer remote documents to tmp directory to display them later.
8742
8743 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8744
8745         * backend/ev-document-info.h:
8746         * shell/ev-properties.c: (ev_properties_new):
8747
8748         s/GTime*/GTime. Not sure why we was using a pointer
8749         at all there!
8750
8751 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8752
8753         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8754         situations.  That situation is that you're using GTK+-HEAD with
8755         the patch at #306726 is applied, and you have a document with <
8756         1500 pages in it.  It's not quite as uniformly nice as the
8757         TreeView, but should be better in the long run.
8758
8759         I'm pretty sure I guarded against breaking compilation with
8760         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8761         I missed some.
8762
8763         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8764         widget yet, so I commented that code out
8765         enable_view_actions_for_widget() for now.  Need to figure this
8766         out.
8767
8768         * shell/ev-page-action.c (match_selected_cb): emit the right
8769         signals.  Our cool C-l completion now works.
8770
8771 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8772
8773         * backend/Makefile.am:
8774         * backend/ev-document-fonts.c:
8775         * backend/ev-document-links.c:
8776         * backend/ev-document.c: (ev_document_load):
8777         * backend/ev-document.h:
8778         * backend/ev-job-queue.c:
8779         * backend/ev-job-queue.h:
8780         * backend/ev-jobs.c:
8781         * backend/ev-jobs.h:
8782         * backend/ev-page-cache.c:
8783         * backend/ev-page-cache.h:
8784
8785         EvPageCache and EvJobs are moved to shell.
8786
8787         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8788         (ev_tmp_filename):
8789         * lib/ev-file-helpers.h:
8790         
8791         New helper to work with temporary files
8792         
8793         * shell/Makefile.am:
8794         * shell/ev-application.c: (ev_application_open):
8795         * shell/ev-application.h:
8796         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8797         (remove_job_from_async_queue), (add_job_to_async_queue),
8798         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8799         (handle_job), (search_for_jobs_unlocked),
8800         (no_jobs_available_unlocked), (ev_render_thread),
8801         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8802         (ev_job_queue_add_job), (move_job_async), (move_job),
8803         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8804         * shell/ev-job-queue.h:
8805         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8806         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8807         * shell/ev-job-xfer.h:
8808         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8809         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8810         (ev_job_links_class_init), (ev_job_render_init),
8811         (ev_job_render_dispose), (ev_job_render_class_init),
8812         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8813         (ev_job_thumbnail_class_init), (ev_job_load_init),
8814         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8815         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8816         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8817         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8818         * shell/ev-jobs.h:
8819         * shell/ev-page-action.c: (ev_page_action_set_document):
8820         * shell/ev-page-cache.c: (ev_page_cache_init),
8821         (ev_page_cache_class_init), (ev_page_cache_finalize),
8822         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8823         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8824         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8825         (ev_page_cache_get_title), (ev_page_cache_get_size),
8826         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8827         (ev_page_cache_get_height_to_page),
8828         (ev_page_cache_get_max_label_chars),
8829         (ev_page_cache_get_page_label),
8830         (ev_page_cache_has_nonnumeric_page_labels),
8831         (ev_page_cache_get_info), (ev_page_cache_next_page),
8832         (ev_page_cache_prev_page), (ev_page_cache_get):
8833         * shell/ev-page-cache.h:
8834         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8835         (ev_pixbuf_cache_clear_job_sizes),
8836         (ev_pixbuf_cache_add_jobs_if_needed),
8837         (ev_pixbuf_cache_set_page_range):
8838         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8839         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8840         * shell/ev-sidebar-thumbnails.c:
8841         (ev_sidebar_tree_selection_changed),
8842         (ev_sidebar_thumbnails_set_document):
8843         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8844         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8845         (ev_statusbar_get_context_id), (ev_statusbar_push),
8846         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8847         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8848         (ev_statusbar_set_progress):
8849         * shell/ev-statusbar.h:
8850         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8851         (ev_view_find_previous):
8852         * shell/ev-window.c: (ev_window_is_empty),
8853         (ev_window_setup_document), (password_dialog_response),
8854         (ev_window_clear_jobs), (ev_window_load_job_cb),
8855         (ev_window_xfer_job_cb), (ev_window_open_uri),
8856         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8857         (ev_window_print), (ev_window_print_range),
8858         (ev_window_state_event), (ev_window_cmd_view_reload),
8859         (menu_item_select_cb), (menu_item_deselect_cb),
8860         (view_status_changed_cb), (ev_window_dispose),
8861         (drag_data_received_cb), (ev_window_init):
8862         * shell/ev-window.h:
8863         * shell/main.c: (load_files):
8864         
8865         New statusbar to show progress on idle. Two new jobs - 
8866         xfer job and load job to load document in background. And update
8867         of page_cache clients to new location of code.
8868
8869 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8870
8871         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8872         selection in open dialog. It also remembers the last visited directory 
8873         in the current session.
8874
8875 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8876
8877         * shell/ev-properties.c: (ev_properties_new):
8878         * shell/ev-properties.h:
8879         * shell/ev-window.c: (ev_window_cmd_file_properties):
8880         
8881         Get document info from page cache instead of document itself.
8882         This should fix crash related to race conditions described in
8883         bug 306545.
8884
8885 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8886
8887         * ps/ps-document.c: (ps_document_init),
8888         (send_ps), (get_page_box), (output), (catchPipe), (input),
8889         (stop_interpreter), (file_length), (file_readable),
8890         (check_filecompressedb), (ps_document_enable_interpreter),
8891         (document_load), (ps_async_renderer_render_pixbuf):
8892         * ps/ps-document.h:
8893
8894         Big cleanup of the ps code
8895
8896 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8897
8898         * backend/Makefile.am:
8899         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8900         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8901         * backend/ev-async-renderer.h:
8902
8903         Add an async renderer interface (method + callback) which
8904         is useful for backends like ps.
8905
8906         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8907         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8908         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8909         (ev_job_queue_add_job), (move_job_async), (move_job),
8910         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8911
8912         Add queues for async renderer, these are executed on the
8913         main thread.
8914
8915         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8916         (ev_job_render_run):
8917         * backend/ev-jobs.h:
8918
8919         If the backend support async renderer interface use it.
8920
8921         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8922         (setup_pixmap), (ps_document_get_type),
8923         (ps_async_renderer_render_pixbuf),
8924         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8925
8926         Implement async renderer interface.
8927
8928 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8929
8930         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8931
8932         Cleanup links job on exit.
8933
8934 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8935
8936         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8937         (drag_data_get_cb), (drag_data_received_cb):
8938         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8939         (drag_data_get_cb), (parse_item_list),
8940         (egg_toolbar_editor_load_actions):
8941         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8942         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8943         (parse_item_list), (parse_toolbars):
8944         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8945         (dvi_pixbuf_put_pixel):
8946         
8947         Fix gcc 4.0 warnings
8948
8949 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8950
8951         * ps/ps-document.c: (start_interpreter):
8952
8953         Fix warning when loading ps
8954
8955 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8956
8957         * ps/ps-document.c: (output):
8958
8959         Fix crash when priting gs error messages.
8960
8961 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8962
8963         * backend/ev-page-cache.c: (_ev_page_cache_new):
8964         * backend/ev-page-cache.h:
8965
8966         Use a const to return title so that we dont double
8967         free it. Small cleanup and fix a leak.
8968
8969         * shell/ev-window.c: (update_window_title):
8970
8971         strdup value from get_title.
8972
8973 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8974
8975         * shell/ev-sidebar-links.c: (job_finished_callback),
8976         (ev_sidebar_links_set_document):
8977
8978         Cleanup the old job when changing document
8979
8980 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8981
8982         * shell/ev-stock-icons.c:
8983         * shell/ev-stock-icons.h:
8984         * shell/ev-window.c:
8985         
8986         Add stock icons for actions that can appear in toolbar. Fix for
8987         bug 306566.
8988
8989 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8990
8991         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8992         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8993         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8994         * backend/ev-page-cache.h:
8995         * shell/ev-view.c: (scroll_to_current_page),
8996         (view_update_range_and_current_page), (get_page_y_offset),
8997         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8998         (ev_view_size_request_continuous),
8999         (ev_view_zoom_for_size_continuous_and_dual_page),
9000         (ev_view_zoom_for_size_continuous):
9001         
9002         More compact EvView layout in document with pages of different size.
9003
9004 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9005
9006         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9007         compilation.
9008
9009 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9010
9011         * shell/ev-view.c: (view_set_adjustment_values):
9012         * shell/ev-window.c: (ev_window_cmd_file_properties):
9013         
9014         A bit different fix for rounding problem but it has no
9015         problems on startup. Make properties window transient to parent.
9016
9017 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9018
9019         * pdf/ev-poppler.cc:
9020         
9021         More commenting of font stuff.
9022
9023 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9024
9025         * pdf/ev-poppler.cc:
9026
9027         Comment out some more fonts stuff. Should really
9028         work without the poppler patch now.
9029
9030 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9031
9032         * pdf/ev-poppler.cc:
9033
9034         Adapt to api change
9035
9036 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9037
9038         * data/evince-properties.glade:
9039         * pdf/ev-poppler.cc:
9040         * shell/ev-properties.c: (setup_fonts_view):
9041
9042         Set the column title. Show the dialog only
9043         once everything is setup.
9044         Getting font info can be very slow... will
9045         prolly need to make this threaded too.
9046
9047 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9048
9049         * backend/Makefile.am:
9050         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9051         (ev_document_fonts_get_fonts_model):
9052         * backend/ev-document-fonts.h:
9053         * data/evince-properties.glade:
9054         * pdf/ev-poppler.cc:
9055         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9056         * shell/ev-properties.h:
9057         * shell/ev-window.c: (ev_window_cmd_file_properties):
9058
9059         Implement fonts list. Defined out for now, since it depends
9060         on a not yet committed poppler patch.
9061
9062 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9063
9064         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9065         page + 1.
9066
9067         * shell/ev-window.c: Make sure we add the timeout when we get a
9068         focus-in event.
9069
9070         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9071         adjustment->value before calculating the zoom factor to average
9072         out all of our rounding errors.  The page no longer 'drifts' when
9073         resizing.
9074
9075 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9076
9077         * data/evince-properties.glade:
9078         * shell/ev-properties.c: (ev_properties_format_date),
9079         (set_property):
9080         
9081         Labels don't expand when the dialogue is resized.
9082         strftime result needs to be converted to UTF-8. Thanks
9083         to Christian Persch <chpe@gnome.org>.
9084
9085 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9086
9087         * data/evince-properties.glade:
9088
9089         Hide the fonts tab
9090
9091 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9092
9093         * backend/ev-document-info.h:
9094         * backend/ev-document.c: (ev_document_info_free):
9095         * data/evince-properties.glade:
9096         * pdf/ev-poppler.cc:
9097         * ps/ps-document.c: (ps_document_get_info):
9098         * shell/ev-properties.c: (ev_properties_format_date),
9099         (set_property), (ev_properties_new):
9100         * shell/ev-properties.h:
9101         * shell/ev-window.c: (ev_window_cmd_file_properties):
9102
9103         Rework properties code to take only EvPropertyInfo
9104         in the constructor so that it can be useful for
9105         nautilus plugin too.
9106
9107         Deal with backends that doesnt support some properties.
9108         Make set property code generic.
9109
9110 2005-06-04  Christian Persch <chpe@gnome.org>
9111
9112         * data/evince-properties.glade:
9113
9114         fix spacings, make resizeable, and make data labels
9115         selectable + ellipsised
9116
9117 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9118
9119         * backend/ev-document-info.h:
9120         * data/Makefile.am:
9121         * data/evince-ui.xml:
9122         * pdf/ev-poppler.cc:
9123         * shell/Makefile.am:
9124         * shell/ev-window.c: (update_action_sensitivity),
9125         (ev_window_cmd_file_properties):
9126
9127         Initial go at file properties. Patch by
9128         Emil Soleyman-Zomalan <emil@soleyman.com>.
9129         Needs love see #169583
9130
9131 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9132
9133         * ps/ps-document.c: (output):
9134         * ps/ps.c: (psscan):
9135
9136         Try to render even if psscan fails.
9137
9138 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9139
9140         * ps/ps.c: (psscan), (pscopydoc):
9141
9142         Port buffered reading code from gv
9143
9144 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9145
9146         * ps/ps-document.c: (interpreter_message), (output):
9147
9148         Do not fail on interpreter messages
9149
9150 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9151
9152         * backend/ev-document-misc.c:
9153         (ev_document_misc_get_thumbnail_frame):
9154
9155         Pages can be 0 x 0, dont assert on this case
9156
9157 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9158
9159         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9160         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9161
9162         Correctly manage our reference on document. Finally the reload
9163         huge leak is gone...
9164
9165 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9166
9167         * ps/ps-document.c: (ps_document_dispose):
9168
9169         Forgot to chain it to the parent. Thanks chpe.
9170
9171 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9172
9173         * ps/ps-document.c: (ps_document_dispose),
9174         (ps_document_class_init), (stop_interpreter), (document_load):
9175
9176         Cleanup dispose a bit. Dont leak the whole pixmap.
9177
9178 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9179
9180         * pdf/ev-poppler.cc:
9181
9182         Release the poppler document on dispose
9183
9184 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9185
9186         * shell/ev-view.c: (ev_view_set_document):
9187
9188         Release ref on the pixbuf cache when changing
9189         document.
9190
9191 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9192
9193         * ps/ps-document.c: (ps_document_get_info):
9194
9195         Fix a double free
9196
9197 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9198
9199         * backend/ev-page-cache.c: (ev_page_cache_init),
9200         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9201         * backend/ev-page-cache.h:
9202         * shell/ev-page-action.c: (page_changed_cb):
9203         
9204         Set page action entry width depending on labels width. Fix
9205         for bug 305202.
9206
9207 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9208
9209         * backend/ev-link.c: (ev_link_class_init):
9210
9211         Allow -1 as page value (error)
9212
9213 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9214
9215         * shell/ev-sidebar-thumbnails.c:
9216         (ev_sidebar_thumbnails_set_document):
9217         * shell/ev-view.c: (scroll_to_current_page),
9218         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9219         (page_changed_cb), (on_adjustment_value_changed),
9220         (ev_view_set_document):
9221
9222         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9223         Fix bug 305377
9224
9225 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9226
9227         * configure.ac:
9228         * djvu/djvu-document.c: (djvu_document_get_page_size):
9229
9230         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9231         bug 301993.
9232
9233 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9234
9235         * shell/ev-view.c (draw_one_page): modify the expose handling to
9236         get the shadows.
9237
9238         * shell/ev-window.c (update_action_sensitivity): Respect
9239         permissions field.  Kowtow to the man.
9240
9241         * pdf/ev-poppler.cc: Get the permissions field.
9242
9243         * tiff/*c: Make a tiny bit more robust.
9244
9245 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9246
9247         * djvu/djvu-document.c:
9248         
9249         Pop messages from djvu context message queue.
9250
9251 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9252
9253         * configure.ac, Makefile.am, shell/Makefile.am:
9254         * tiff/Makefile.am, shell/ev-document-types.c:
9255         
9256         Cleanup tiff configure checks. Fix for bug 305218.
9257
9258 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9259
9260         * configure.ac: Added "uk" to ALL_LINGUAS.
9261
9262 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9263
9264         * cut-n-paste/zoom-control/ephy-zoom.c:
9265         (ephy_zoom_get_changed_zoom_level):
9266         * cut-n-paste/zoom-control/ephy-zoom.h:
9267         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9268         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9269         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9270         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9271         (zoom_control_changed_cb), (ev_window_init):
9272         
9273         Fix minor points related to moving best fit up. Introduce
9274         "zoom" property and make zoom control change it's value on
9275         notify::zoom signals. Fix for 305080.
9276
9277 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9278
9279         * data/evince-ui.xml:
9280         * shell/ev-window.c: (set_view_actions_sensitivity):
9281         
9282         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9283
9284 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9285
9286         * configure.ac:
9287
9288         Depends on poppler 0.3.2
9289
9290 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9291
9292         * cut-n-paste/recent-files/egg-recent-item.c:
9293         (egg_recent_item_get_short_name):
9294         * cut-n-paste/toolbar-editor/Makefile.am:
9295         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9296         (new_pixbuf_from_widget):
9297         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9298         * cut-n-paste/toolbar-editor/egg-marshal.c:
9299         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9300         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9301
9302         Sync
9303
9304 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9305
9306         * tiff/tiff-document.c: Rough TIFF backend.
9307
9308 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9309
9310         * NEWS:
9311         * configure.ac:
9312         * cut-n-paste/toolbar-editor/Makefile.am:
9313
9314         Release 0.3.1
9315
9316 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9317
9318         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9319         (ev_view_find_next), (ev_view_find_previous):
9320
9321         Remove the locks around get_n_results   
9322
9323 2005-05-21  Juerg Billeter  <j@bitron.ch>
9324
9325         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9326
9327         Pass correct number of pages to poppler.
9328
9329 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9330
9331         * configure.ac:
9332         * data/Makefile.am:
9333         * data/evince.desktop.in: 
9334         * data/evince.desktop.in.in:
9335         * po/POTFILES.in:
9336         
9337         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9338
9339 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9340
9341         * shell/ev-view.c: (view_update_adjustments),
9342         (view_set_adjustment_values): cast adjustmen->value to (int)
9343         before using it.  Otherwise, we get off by a pixel in some
9344         situations.
9345
9346         (draw_one_page): Draw the border on expose.
9347
9348 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9349
9350         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9351         adjustment when the mode changes, #304923
9352
9353 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9354
9355         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9356         flickering on resize but still use gdk_window_scroll on
9357         scrolling
9358
9359 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9360
9361         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9362         option, #170458
9363
9364 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9365
9366         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9367         second page on page_changed if possible, #304669
9368
9369 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9370
9371         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9372         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9373
9374 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9375
9376         * .cvsignore:
9377         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9378         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9379         (ev_view_zoom_for_size_presentation),
9380         (ev_view_zoom_for_size_continuous_and_dual_page),
9381         (ev_view_zoom_for_size_continuous),
9382         (ev_view_zoom_for_size_dual_page),
9383         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9384         * shell/ev-view.h:
9385         * shell/ev-window.c: (update_view_size),
9386         (ev_window_sizing_mode_changed_cb):
9387
9388         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9389         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9390         an infinite loop, #304769
9391
9392
9393 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9394
9395         * data/evince-ui.xml:
9396         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9397         * shell/ev-window.c: (set_view_actions_sensitivity):
9398
9399         Make PgUp/Down behave like Space
9400
9401 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9404         * backend/ev-ps-exporter.h:
9405         * pdf/ev-poppler.cc:
9406         * ps/ps-document.c: (ps_document_ps_export_begin):
9407         * shell/ev-print-job.c: (idle_print_handler):
9408
9409         Adapt to new poppler api
9410
9411 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9412
9413         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9414         (ephy_zoom_control_init):
9415
9416         Translate zoom levels
9417
9418 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9419
9420         * cut-n-paste/zoom-control/ephy-zoom.c:
9421         (ephy_zoom_get_zoom_level_index):
9422
9423         Fix current zoom -> zoom control match
9424
9425 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9426
9427         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9428         rather than the scrolled_window that it's in. Fixes bug #304655.
9429
9430 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9431
9432         * shell/ev-view.c: (view_update_adjustments),
9433         (view_set_adjustment_values), (view_update_range_and_current_page),
9434         (view_scroll_to_page), (set_scroll_adjustment),
9435         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9436         (ev_view_scroll), (ev_view_scroll_view),
9437         (ensure_rectangle_is_visible), (find_page_at_location),
9438         (get_link_at_location), (go_to_link), (status_message_from_link),
9439         (ev_view_size_request_continuous_dual_page),
9440         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9441         (ev_view_unrealize), (ev_view_expose_event),
9442         (ev_view_button_press_event), (ev_view_motion_notify_event),
9443         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9444         (draw_rubberband), (highlight_find_results), (draw_one_page),
9445         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9446         (ev_view_init), (find_changed_cb), (page_changed_cb),
9447         (on_adjustment_value_changed), (ev_view_new),
9448         (ev_view_set_document), (ev_view_set_zoom),
9449         (ev_view_set_continuous), (ev_view_set_dual_page),
9450         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9451         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9452         (ev_view_zoom_for_size_presentation),
9453         (ev_view_zoom_for_size_continuous_dual_page),
9454         (ev_view_zoom_for_size_continuous),
9455         (ev_view_zoom_for_size_dual_page),
9456         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9457         (ev_view_get_status), (ev_view_set_status),
9458         (update_find_status_message), (ev_view_get_find_status),
9459         (ev_view_set_find_status), (jump_to_find_result),
9460         (jump_to_find_page), (compute_selections), (clear_selection),
9461         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9462         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9463         (ev_view_update_primary_selection),
9464         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9465         * shell/ev-view.h:
9466         * shell/ev-window.c: (ev_window_open_page_label),
9467         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9468         (ev_window_init):
9469         * shell/ev-window.h:
9470         * shell/main.c: (load_files):
9471
9472         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9473         when resizing.  Remove the bin_window().  Also, patch from James
9474         Bowes to fix command line page, #300641
9475         
9476 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9477
9478         * data/evince-ui.xml:
9479         * shell/ev-view.c:
9480         * shell/ev-view.h:
9481         * shell/ev-window.c: (update_action_sensitivity):
9482
9483         Get rid of View->Normal Size, it's just confusing
9484
9485 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9486
9487         * backend/ev-document-info.h:
9488         * backend/ev-document.c: (ev_document_info_free): Free the
9489         EvDocumentInfo.
9490
9491         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9492         (clear_range), (add_range), (update_visible_range),
9493         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9494         (ev_sidebar_thumbnails_set_document):
9495         * shell/ev-window.c: (ev_window_setup_document): Only render the
9496         visible thumbnails.  It takes an instant to render, but it uses
9497         much less memory.
9498
9499 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9500
9501         * shell/ev-sidebar-links.c: (popup_menu_cb):
9502
9503         Select first item
9504
9505 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9506
9507         * lib/Makefile.am:
9508         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9509         (button_press_cb), (ev_sidebar_links_construct):
9510
9511         Show the popup menu also on keybindings
9512
9513 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9514
9515         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9516         * shell/ev-window.h:
9517
9518         Expose api to print a range (with dialog). Make private _print use
9519         it.
9520
9521         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9522         (ev_sidebar_links_construct):
9523
9524         Show a print context menu on linkx, it prints the selected
9525         section.
9526
9527 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9528
9529         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9530         button.
9531
9532 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9533
9534         * AUTHORS:
9535
9536         Update
9537
9538         * shell/ev-window.c: (build_comments_string),
9539         (ev_window_cmd_help_about):
9540
9541         Show poppler version/backend and authors
9542
9543 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9544
9545         * cut-n-paste/zoom-control/ephy-zoom.c:
9546         (ephy_zoom_get_zoom_level_index):
9547         * cut-n-paste/zoom-control/ephy-zoom.h:
9548
9549         Move the best fit items at the top of the list
9550
9551 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9552
9553         * shell/ev-marshal.list:
9554         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9555         (activate_cb), (match_selected_cb), (activate_link_cb),
9556         (connect_proxy), (ev_page_action_class_init):
9557         * shell/ev-page-action.h:
9558
9559         Use signals to notify action activation. Hopefully
9560         I did not break completion since I cant test...
9561
9562         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9563         (register_custom_actions):
9564
9565         Connect to page selector actions and also grab focus on
9566         the view when activated.
9567
9568 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9569
9570         * pdf/ev-poppler.cc:
9571         * backend/ev-page-cache.c: make page size calculation consistent
9572         and set it to (int)( width * scale + 0.5).  This makes the weird
9573         line going through the middle of the page go away.
9574
9575         * shell/ev-view.c: move painting the background page after
9576         checking the expose area covers us.
9577
9578 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9579
9580         * data/evince-password.glade:
9581         
9582         Mark labels as not translatable. Fix for bug 302842.
9583
9584 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9585
9586         * configure.ac: Added "es" to ALL_LINGUAS.
9587
9588 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9589
9590         * data/evince-toolbar.xml:
9591         * shell/ev-window.c: (update_action_sensitivity),
9592         (ev_window_setup_document), (ev_window_set_page_mode),
9593         (ev_window_init):
9594
9595         Remove some leftover code from jrb first continous
9596         attempt. Use the new actions, we still need good icons
9597         though...
9598
9599 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9600
9601         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9602
9603         Update label when connecting proxy. Fix a warning with NULL
9604         page_cache.
9605
9606 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9607
9608         * data/evince-ui.xml:
9609         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9610         * shell/ev-page-action.h:
9611         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9612
9613         Add mnemonic for edit toolbar.
9614         ctrl+l focus the page entry.
9615
9616 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9617
9618         * lib/Makefile.am:
9619         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9620         (ev_window_init):
9621         * shell/main.c: (main):
9622
9623         Put the toolbar xml in evince own dot dir
9624
9625 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9626
9627         * shell/ev-window.c: (ev_window_init):
9628
9629         Make the toolbar not removable
9630
9631 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9632
9633         * data/evince-ui.xml:
9634         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9635         * shell/ev-sidebar-links.h:
9636         * shell/ev-sidebar-thumbnails.c:
9637         (ev_sidebar_thumbnails_get_treeview):
9638         * shell/ev-sidebar-thumbnails.h:
9639         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9640         (ev_view_class_init):
9641         * shell/ev-view.h:
9642         * shell/ev-window.c: (update_action_sensitivity),
9643         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9644         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9645         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9646         (ev_window_init):
9647
9648         This is evil... Make space/backspace global accelerators but
9649         enable them only for some widgets (sidebars and view).
9650         I dont like it, but I dont know a better way... :/
9651
9652 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9653
9654         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9655         (ev_page_action_widget_finalize),
9656         (ev_page_action_widget_class_init), (update_page_cache):
9657
9658         Keep a weak reference on proxy->page_cache so that we
9659         dont try to disconnect the signal if the object is already
9660         gone. Maybe there is a better way to cleanup reference handling
9661         in page action though...
9662
9663 2005-05-10  Juerg Billeter  <j@bitron.ch>
9664
9665         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9666         * backend/ev-ps-exporter.h:
9667         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9668         * ps/ps-document.c: (ps_document_ps_export_begin):
9669         
9670         Change api to pass print range to ps_exporter_begin. The pdf backend
9671         requires this information.
9672         
9673         * shell/ev-print-job.c: (idle_print_handler):
9674         
9675         Adapt to api change
9676
9677 2005-05-10  Juerg Billeter  <j@bitron.ch>
9678
9679         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9680         (idle_print_handler)
9681         * shell/ev-window.c: (ev_window_print):
9682
9683         Support printing page range, based on patch by Amaury Jacquot
9684
9685 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9686
9687         * data/evince-toolbar.xml:
9688
9689         Add zoom control to available items
9690
9691 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9692
9693         * shell/ev-window.c: (update_action_sensitivity):
9694
9695         Set slash action insensitive when appropriate
9696
9697 2005-05-10  Christian Persch <chpe@gnome.org>
9698
9699         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9700
9701         Fix warning on the overflow menu
9702
9703 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9704
9705         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9706
9707         Check for uri correctness/existence
9708
9709 2005-05-09  Juerg Billeter  <j@bitron.ch>
9710
9711         * shell/ev-window.c: (using_postscript_printer):
9712
9713         LPD printers use postscript, too
9714
9715 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9716
9717         * shell/ev-window.c: (register_custom_actions):
9718
9719         The zoom one is actually sort of useful,
9720         put it back
9721
9722 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9723
9724         * shell/ev-window.c: (register_custom_actions):
9725
9726         Hide page/zoom controls from overflow, they
9727         are useless.
9728
9729 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9730
9731         * cut-n-paste/update-from-egg.sh:
9732         
9733         Share it between all cut-n-paste subdirs
9734
9735         * cut-n-paste/recent-files/Makefile.am:
9736
9737         Fix to use "global" update-from-egg.sh
9738
9739         * cut-n-paste/recent-files/egg-recent-model.c:
9740         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9741         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9742         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9743         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9744
9745         Update from libegg
9746
9747         * cut-n-paste/toolbar-editor/Makefile.am:
9748
9749         Fix to use "global" update-from-egg.sh
9750
9751         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9752
9753         Update from libegg
9754
9755 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9756
9757         * configure.ac:
9758         * cut-n-paste/Makefile.am:
9759         * cut-n-paste/recent-files/Makefile.am:
9760         * cut-n-paste/toolbar-editor/.cvsignore:
9761         * cut-n-paste/toolbar-editor/Makefile.am:
9762         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9763         (egg_editable_toolbar_get_type), (get_toolbar_position),
9764         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9765         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9766         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9767         (set_item_drag_source), (create_item_from_action), (create_item),
9768         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9769         (popup_toolbar_context_menu_cb), (free_dragged_item),
9770         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9771         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9772         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9773         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9774         (item_added_cb), (item_removed_cb),
9775         (egg_editable_toolbar_construct),
9776         (egg_editable_toolbar_disconnect_model),
9777         (egg_editable_toolbar_deconstruct),
9778         (egg_editable_toolbar_set_model),
9779         (egg_editable_toolbar_set_ui_manager),
9780         (egg_editable_toolbar_set_property),
9781         (egg_editable_toolbar_get_property),
9782         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9783         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9784         (egg_editable_toolbar_new_with_model),
9785         (egg_editable_toolbar_get_edit_mode),
9786         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9787         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9788         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9789         (new_pixbuf_from_widget), (new_separator_pixbuf),
9790         (update_separator_image), (style_set_cb),
9791         (_egg_editable_toolbar_new_separator_image),
9792         (egg_editable_toolbar_get_model):
9793         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9794         * cut-n-paste/toolbar-editor/egg-marshal.c:
9795         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9796         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9797         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9798         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9799         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9800         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9801         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9802         (editor_drag_data_delete_cb), (drag_data_get_cb),
9803         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9804         (editor_create_item), (update_editor_sheet), (setup_editor),
9805         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9806         (parse_item_list), (model_has_action), (update_actions_list),
9807         (egg_toolbar_editor_load_actions):
9808         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9809         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9810         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9811         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9812         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9813         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9814         (egg_toolbars_model_add_separator), (impl_add_item),
9815         (parse_item_list), (egg_toolbars_model_add_toolbar),
9816         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9817         (impl_get_item_data), (impl_get_item_type),
9818         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9819         (egg_toolbars_model_init), (free_toolbar),
9820         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9821         (egg_toolbars_model_remove_toolbar),
9822         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9823         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9824         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9825         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9826         (egg_toolbars_model_get_item_data),
9827         (egg_toolbars_model_get_item_type):
9828         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9829         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9830         * data/Makefile.am:
9831         * data/evince-toolbar.xml:
9832         * data/evince-ui.xml:
9833         * data/hand-open.png:
9834         * po/POTFILES.in:
9835         * shell/Makefile.am:
9836         * shell/ev-window.c: (update_chrome_visibility),
9837         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9838         (ev_window_dispose), (ev_window_init):
9839
9840         Implement epiphany like toolbar editor. Based on patch by
9841         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9842
9843 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9844
9845         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9846
9847         Use set_cursor instead of set_selection, so that
9848         the keyboard focus moves too.
9849
9850 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9851
9852         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9853
9854         Fix infinite loop when loading Type1 fonts
9855
9856 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9857
9858         * data/evince-ui.xml:
9859         * shell/ev-window.c:
9860
9861         Slash -> Find
9862
9863 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9864
9865         * configure.ac:
9866
9867         Make --disable really disable
9868
9869 2005-05-07  Juerg Billeter  <j@bitron.ch>
9870
9871         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9872
9873         Compare page labels even without has_labels set, fixes setting page
9874         with entry
9875
9876 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9877
9878         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9879         (ev_view_set_cursor), (ev_view_button_press_event),
9880         (ev_view_motion_notify_event), (ev_view_button_release_event),
9881         (ev_view_init):
9882
9883         Implement middle button scrolling. Based on a patch
9884         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9885
9886 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9887
9888         * shell/ev-document-types.c: (get_slow_mime_type),
9889         (get_document_type_from_mime), (ev_document_type_lookup):
9890         * shell/ev-document-types.h:
9891
9892         Change api to lookup from uri. Do fast lookup first, if the
9893         type is unknown try with data sniffing.
9894
9895         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9896         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9897
9898         Adapt to api change
9899
9900 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9901
9902         * thumbnailer/Makefile.am:
9903
9904         Fix distcheck
9905
9906 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9907
9908         * NEWS:
9909         * configure.ac:
9910
9911         Release 0.3.0
9912
9913         * data/evince-ui.xml:
9914
9915         Hide presentation mode for now
9916
9917         * shell/ev-view.c: (highlight_find_results):
9918
9919         Show current find selection only on current page
9920
9921 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9922
9923         * shell/ev-view.c: (ev_view_select_all):
9924
9925         Compute size of the actual page, not of
9926         the current one.
9927
9928 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9929
9930         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9931         (view_rect_to_doc_rect), (compute_selections),
9932         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9933         (ev_view_copy), (ev_view_primary_get_cb),
9934         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9935         (ev_view_button_press_event), (ev_view_motion_notify_event),
9936         (ev_view_button_release_event), (page_changed_cb):
9937
9938         Fix text selection
9939
9940 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9941
9942         * shell/ev-view.c: (compute_border), (get_page_extents),
9943         (doc_rect_to_view_rect), (highlight_find_results),
9944         (ev_view_bin_expose), (ev_view_select_all),
9945         (ev_view_motion_notify_event), (update_find_status_message),
9946         (jump_to_find_result), (jump_to_find_page):
9947
9948         First go at fixing search, still buggy
9949
9950 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9951
9952         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9953         dropdown box and button at the top of the sidebar.
9954
9955 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9956
9957         * configure.ac: Output zoom-control Makefile.
9958         * cut-n-paste/Makefile.am: build zoom-control subdir.
9959         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9960         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9961         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9962         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9963         * cut-n-paste/zoom-control/ephy-zoom.c:
9964         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9965         from epiphany, and modified to add a separator into the menu.
9966         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9967         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9968         zoom-control action.
9969         * shell/Makefile.am: Include zoom-control flags.
9970         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9971         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9972         (ev_view_zoom_for_size_presentation),
9973         (ev_view_zoom_for_size_continuous_and_dual_page),
9974         (ev_view_zoom_for_size_continuous),
9975         (ev_view_zoom_for_size_dual_page),
9976         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9977         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9978         ev_view_get_zoom and ev_view_get_sizing_mode.
9979         * shell/ev-view.h:
9980         * shell/ev-window.c: (update_action_sensitivity),
9981         (update_sizing_buttons), (zoom_control_changed_cb),
9982         (register_custom_actions): Initialize and use the zoom-control 
9983         widget.
9984
9985 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9986
9987         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9988         preview cache back to 1.  Don't know when it got set to 0.
9989         
9990         * shell/ev-view.c: (compute_border), (ev_view_realize),
9991         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9992         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9993         (ev_view_get_fullscreen), (ev_view_set_presentation),
9994         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9995         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9996         * shell/ev-view.h:
9997         * shell/ev-window.c:
9998         (update_chrome_visibility),
9999         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10000         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10001         (update_document_mode), (ev_window_update_fullscreen_action),
10002         (ev_window_fullscreen), (ev_window_unfullscreen),
10003         (ev_window_cmd_view_fullscreen),
10004         (ev_window_update_presentation_action),
10005         (ev_window_run_presentation), (ev_window_stop_presentation),
10006         (ev_window_cmd_view_presentation), (ev_window_state_event),
10007         (ev_window_focus_in_event), (ev_window_focus_out_event),
10008         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10009         * data/evince-ui.xml: Initial presentation mode.  We should
10010         probably hide this until it's done, as it's quite rough.  Also,
10011         change full-screen to fullscreen and add two getters to EvView.
10012
10013 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10014
10015         * shell/ev-page-action.c: (update_page_cache),
10016         (ev_page_action_dispose):
10017         * shell/ev-window.c: (destroy_fullscreen_popup),
10018         (ev_window_create_fullscreen_popup):
10019
10020         Use connect_object rather than explicitly
10021         disconnect on dispose.
10022
10023 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10024
10025         * shell/ev-page-action.c: (update_page_cache),
10026         (ev_page_action_dispose):
10027
10028 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10029
10030         * backend/ev-page-cache.c: (_ev_page_cache_new),
10031         (ev_page_cache_set_page_label),
10032         (ev_page_cache_has_nonnumeric_page_labels):
10033         * backend/ev-page-cache.h:
10034         * shell/ev-page-action.c: (update_pages_label):
10035         
10036         If all page labels are numeric, fallback to default
10037         way to display number of pages. See bug 173185.
10038
10039 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10040
10041         * shell/ev-page-action.c: (ev_page_action_dispose):
10042         * shell/ev-view.c: (view_update_range_and_current_page):
10043         * shell/ev-window.c: (ev_window_dispose):
10044         
10045         Set page on scroll in continuous mode. Fixes bug 301986.
10046         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10047
10048 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10049
10050         * configure.ac:
10051
10052         Require poppler 0.3.0
10053
10054 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10055         
10056         * shell/Makefile.am, configure.ac: Fix build problems
10057         with t1lib. Bug 301996.
10058
10059 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10060
10061         * shell/ev-view.c: (ev_view_scroll_event):
10062         
10063         Scroll up increase zoom
10064
10065 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10066
10067         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10068         (ev_view_set_sizing_mode),
10069         (ev_view_zoom_for_size_continuous_and_dual_page),
10070         (ev_view_zoom_for_size_continuous):
10071         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10072         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10073         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10074         (ev_window_init):
10075
10076         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10077         Fix for 165473 and 165472.
10078
10079 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10080
10081         * po/POTFILES.in:
10082         * thumbnailer/Makefile.am:
10083         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10084         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10085         * thumbnailer/evince-thumbnailer.schemas.in:
10086         
10087         Make thumbnailer schemas translatable. Fix for bug 301773
10088         
10089         * thumbnailer/evince-thumbnailer-djvu.schemas:
10090         * thumbnailer/evince-thumbnailer-dvi.schemas:
10091         * thumbnailer/evince-thumbnailer.schemas:
10092
10093         Removed files
10094
10095 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10096
10097         * shell/ev-view.c (ev_view_init): forgot to set this.
10098
10099 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10100
10101         * shell/ev-view.c: (find_page_at_location),
10102         (get_link_at_location),
10103         (ev_view_set_show_border), (ev_view_set_spacing),
10104         (ev_view_zoom_for_size_continuous_and_dual_page),
10105         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10106         Also, add a quick fix measuring of widths.  Also, removed
10107         ev_view_set_spacing and ev_view_set_show_border.
10108         
10109         * shell/ev-window.c: (ev_window_unfullscreen),
10110         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10111
10112 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10113
10114         * shell/ev-view.c: (view_update_range_and_current_page),
10115         (page_changed_cb):
10116         
10117         Fix crash on exit and scrolling to page in continuous view.
10118
10119 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10120
10121         * TODO:
10122         * backend/ev-page-cache.c: (_ev_page_cache_new),
10123         (ev_page_cache_get_max_width_size),
10124         (ev_page_cache_get_max_height_size):
10125         * backend/ev-page-cache.h:
10126         * data/evince-ui.xml:
10127         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10128         * shell/ev-view.c: (view_update_adjustments),
10129         (view_update_range_and_current_page), (get_bounding_box_size),
10130         (ev_view_size_request_continuous_and_dual_page),
10131         (ev_view_size_request_continuous),
10132         (ev_view_size_request_dual_page),
10133         (ev_view_size_request_single_page), (ev_view_size_request),
10134         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10135         (ev_view_bin_expose), (ev_view_expose_event),
10136         (ev_view_set_property), (ev_view_get_property),
10137         (ev_view_class_init), (ev_view_init), (ev_view_new),
10138         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10139         (ev_view_set_dual_page), (ev_view_set_full_screen),
10140         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10141         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10142         (ev_view_zoom_out), (zoom_for_size_fit_width),
10143         (zoom_for_size_best_fit),
10144         (ev_view_zoom_for_size_continuous_and_dual_page),
10145         (ev_view_zoom_for_size_continuous),
10146         (ev_view_zoom_for_size_dual_page),
10147         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10148         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10149         * shell/ev-view.h:
10150         * shell/ev-window.c: (update_action_sensitivity),
10151         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10152         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10153         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10154         (ev_window_cmd_view_zoom_out), (update_view_size),
10155         (ev_window_set_sizing_mode), (ev_window_init):
10156
10157         Add Continuous and Dual page modes.
10158
10159 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10160
10161         * dvi/dvi-document.c: (dvi_document_load),
10162         (dvi_document_thumbnails_get_thumbnail),
10163         (dvi_document_init_params): Fix up some mixups between
10164         width and height to correct thumbnail rendering.
10165
10166 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10167
10168         * dvi/mdvi-lib/private.h:
10169         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10170         
10171         Suppess output for kpathsea during font generation. Thanks to
10172         James Bowes
10173
10174 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10175
10176         * NEWS:
10177         * configure.ac:
10178
10179         Release 0.2.1
10180
10181         * Makefile.am: fix distcheck.
10182
10183 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10184
10185         * shell/ev-sidebar-links.c: (selection_changed_callback),
10186         (update_page_callback), (row_activated_callback),
10187         (job_finished_callback), (ev_sidebar_links_set_document):
10188         
10189         Fix for bug #169901. Double click on links expands tree.
10190
10191 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10192
10193         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10194         hard-coded style. Fix for bug 170111
10195
10196 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10197
10198         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10199         locking.
10200
10201 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10202
10203         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10204
10205 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10206
10207         * pdf/ev-poppler.cc:
10208         * shell/ev-view.c: (highlight_find_results):
10209
10210         Fix find on single page documents
10211
10212 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10213
10214         * data/evince.schemas.in: fix for bug 301390
10215
10216 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10217
10218         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10219         (ev_view_zoom_out), (ev_view_zoom_normal):
10220         * shell/ev-view.h:
10221         * shell/ev-window.c: (update_action_sensitivity),
10222         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10223         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10224         (ev_window_cmd_view_normal_size):
10225
10226         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10227         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10228         better than oom. 
10229
10230 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10231
10232         * configure.ac:
10233
10234         Depend on 2.57, 2.59 doesnt seem to be necessary
10235
10236 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10237
10238         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10239         (create_tool_item):
10240
10241         Put back total number of pages as (1 of 1234)
10242
10243 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10244
10245         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10246         remove the job.
10247
10248         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10249         function.  This helps debugging.
10250
10251 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10252
10253         * djvu/djvu-document.c: (djvu_document_class_init),
10254         (djvu_document_get_info), (djvu_document_document_iface_init):
10255         * dvi/dvi-document.c: (dvi_document_class_init),
10256         (dvi_document_get_info), (dvi_document_document_iface_init):
10257
10258         Dummy implementation of get_info method for dvi and
10259         djvu. Fix crashes with those backends
10260
10261 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10262
10263         * data/evince.desktop.in:
10264
10265         Add application/x-gzpostscript
10266
10267 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10268
10269         * data/evince.schemas.in: Added real long descriptions, 
10270         closes bug 172496 
10271
10272         * README: Added actual text, closes bug 171869
10273
10274 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10275
10276         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10277
10278         Thumbnail page 0
10279
10280 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10281
10282         * backend/ev-document-info.h:
10283
10284         s/GDate */GDate so we can just use g_free
10285
10286 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10287
10288         * shell/ev-window.c: (update_document_mode),
10289         (ev_window_setup_document):
10290
10291         Show the window in fullscreen when specified by
10292         the document
10293
10294 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10295
10296         * backend/ev-document.c: (ev_document_class_init),
10297         (ev_document_get_info), (ev_document_render_pixbuf):
10298         * backend/ev-document.h:
10299         * backend/ev-page-cache.c: (_ev_page_cache_new):
10300         * pdf/ev-poppler.cc:
10301         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10302         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10303         * ps/ps-document.c: (ps_document_class_init), (document_load),
10304         (ps_document_get_info), (ps_document_document_iface_init):
10305
10306         Remove get_title from the interface, we can just use document info
10307
10308 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10309
10310         * backend/Makefile.am:
10311         * backend/ev-document.c: (ev_document_render_get_info):
10312         * backend/ev-document.h:
10313         * pdf/ev-poppler.cc:
10314
10315         Initial support for document info. Based on jrb patch.
10316
10317 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10318
10319         * shell/ev-window.c: (ev_window_state_event),
10320         (ev_window_class_init), (ev_window_init):
10321         
10322         Doesn't show resize grip when maximized. See bug #301053
10323
10324 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10325
10326         * po/POTFILES.in:
10327         
10328         ev-sidebar-thumbnails now has translatable labels
10329         
10330         * shell/Makefile.am:
10331         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10332         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10333         (ev_sidebar_links_page_iface_init):
10334         * shell/ev-sidebar-links.h:
10335         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10336         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10337         (ev_sidebar_page_get_label):
10338         * shell/ev-sidebar-page.h:
10339         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10340         (ev_sidebar_thumbnails_set_document),
10341         (ev_sidebar_thumbnails_support_document),
10342         (ev_sidebar_thumbnails_get_label),
10343         (ev_sidebar_thumbnails_page_iface_init):
10344         * shell/ev-sidebar-thumbnails.h:
10345         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10346         (ev_sidebar_set_document):
10347         * shell/ev-sidebar.h:
10348         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10349         
10350         Small rework of sidebar code. Now sidebar pages should implement
10351         EvSidebarPage interface. That makes page management in EvSidebar
10352         easier. See bug #164811 for details
10353
10354 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10355
10356         * shell/ev-application.c: (ev_application_open):
10357         * shell/ev-document-types.c:
10358         
10359         Fix build error and small problem with application exit
10360
10361 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10362
10363         * thumbnailer/Makefile.am:
10364         * thumbnailer/evince-thumbnailer-djvu.schemas:
10365         * thumbnailer/evince-thumbnailer-dvi.schemas:
10366         
10367         Conditionally install schemas for djvu/dvi thumbnailer
10368
10369 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10370
10371         * shell/ev-document-types.h: 
10372         * shell/ev-document-types.c: 
10373         New files, handling the mapping from mimetypes to backends
10374         
10375         * shell/ev-window.c: 
10376         * thumbnailer/evince-thumbnailer.c:     
10377         Use the ev-document-types code
10378         
10379         * shell/Makefile.am: 
10380         Added new convenience library libevbackendfactory_la, containing
10381         the new mimetype->backend logic; moved the backends into it.
10382
10383         * thumbnailer/Makefile.am:
10384         Make the thumbnailer link with the libevbackend.la convenience
10385         library, rather than having a duplicate of the backend logic here.
10386
10387 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10388
10389         * shell/ev-stock-icons.c: constify some vars.
10390         * shell/ev-window.c: ditto.
10391
10392 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10393
10394         * ps/ps-document.c (get_page_orientation):
10395
10396         Respect document orientation 
10397
10398 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10399
10400         * djvu/Makefile.am:
10401         * dvi/Makefile.am:
10402         * shell/Makefile.am:
10403         
10404         Move library dependencies to components.
10405         
10406         * shell/ev-window.c: (update_window_title),
10407         (start_loading_document):
10408         
10409         Fix display of uris with spaces. Bug 168358.
10410
10411 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10412
10413         * shell/ev-sidebar-links.c: (selection_changed_cb):
10414         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10415         (ev_view_button_release_event), (ev_view_set_document):
10416         * shell/ev-view.h:
10417         * shell/ev-window.c: (find_bar_search_changed_cb):
10418         * shell/ev-window.h: Minor cleanups removing some dead code.
10419
10420 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10421
10422         * backend/ev-page-cache.c: (_ev_page_cache_new):
10423         
10424         Set current page to 0 if document has pages.
10425
10426 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10427
10428         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10429
10430         Initialize GError to NULL, fix a crash when loading fails.
10431
10432 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10433
10434         * shell/ev-window.c: (update_view_size):
10435
10436         Calculate shadow size only when there is actually
10437         a shadow.
10438
10439 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10440
10441         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10442         * shell/ev-view.h:
10443
10444         Allow setting view spacing, default to 0
10445
10446         * shell/ev-window.c: (ev_window_unfullscreen),
10447         (ev_window_cmd_view_fullscreen), (ev_window_init):
10448
10449         Remove spacing in fullscreen mode
10450
10451 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10452
10453         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10454         (ev_view_size_request), (expose_bin_window),
10455         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10456         * shell/ev-view.h:
10457         * shell/ev-window.c: (ev_window_unfullscreen),
10458         (ev_window_cmd_view_fullscreen):
10459
10460         Do not draw the border in fulscreen
10461
10462 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10463
10464         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10465         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10466         (find_page_at_location), (page_changed_cb):
10467
10468         Rework border calculation, so that I can more easily disable it.
10469         Code somewhat cleaner too.
10470
10471 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10472
10473         * backend/ev-page-cache.c: (ev_page_cache_init),
10474         (_ev_page_cache_new):
10475
10476         Remove some assertions, documents can have 0 pages.
10477         Make initial current page -1.
10478
10479         * shell/ev-page-action.c: (page_changed_cb):
10480
10481         Show "" if current page is -1
10482
10483         * shell/ev-window.c: (update_action_sensitivity),
10484         (ev_window_setup_document):
10485
10486         When document has 0 pages do not set the view
10487         and make nearly everything insensitive.
10488
10489 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10490
10491         * shell/ev-page-view.c:
10492         * shell/ev-page-view.h:
10493
10494         Remove unused files.
10495         
10496         * shell/ev-sidebar-thumbnails.c:
10497         (ev_sidebar_thumbnails_set_document):
10498         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10499         (ev_sidebar_supports_document):
10500         * shell/ev-sidebar.h:
10501         * shell/ev-window.c: (ev_window_setup_document):
10502         
10503         Doesn't show thumbnails if document has 1 page. Make
10504         sidebar menu entries sensitive only if if they have 
10505         sense. Fix bug 164811. 
10506
10507 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10508
10509         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10510         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10511         (ev_view_zoom_out), (ev_view_set_size):
10512
10513         Rework sizing to deal with documents with not uniform page
10514         size.
10515
10516 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10517
10518         * backend/ev-page-cache.c: (_ev_page_cache_new):
10519
10520         Fix several page size caching bugs
10521
10522 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10523
10524         * shell/ev-window.c: (set_action_properties):
10525
10526         Make all toolbar items translatable
10527
10528 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10529
10530         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10531         (save_page_list), (ps_document_save),
10532         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10533         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10534         (ps_document_ps_exporter_iface_init):
10535         * ps/ps-document.h:
10536
10537         Based on a patch by J�rg Billeter <j@bitron.ch>
10538         
10539         Implement print and save a copy for the ps backend.
10540
10541 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10542
10543         * backend/ev-document.h:
10544         * djvu/djvu-document.c: (djvu_document_can_get_text),
10545         (djvu_document_document_iface_init):
10546         * dvi/dvi-document.c: (dvi_document_can_get_text),
10547         (dvi_document_document_iface_init):
10548         * pdf/ev-poppler.cc:
10549         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10550         (pixbuf_document_document_iface_init):
10551         * ps/ps-document.c: (ps_document_can_get_text),
10552         (ps_document_document_iface_init):
10553         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10554         * shell/ev-window.c: (update_action_sensitivity):
10555
10556         Fix the crash when trying to copy in backends that doesnt
10557         support it. We can implement a better solution once we
10558         do real text selection.
10559
10560 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10561
10562         * data/evince-ui.xml:
10563         * shell/ev-window.c: (ev_window_cmd_escape):
10564         
10565         Work around the Escape conflict (find bar and unfullscreen)
10566
10567 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10568
10569         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10570         
10571         Fix for #300233. Next page correctly handles document end.
10572         
10573         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10574         (ev_sidebar_thumbnails_class_init),
10575         (ev_sidebar_thumbnails_set_document),
10576         (ev_sidebar_thumbnails_clear_job),
10577         (ev_sidebar_thumbnails_clear_model):
10578         
10579         Cleanup thumbnail jobs on document changes.
10580         
10581         * shell/ev-view.c: (add_scroll_binding_keypad),
10582         (add_scroll_binding_shifted), (ev_view_class_init):
10583         
10584         Shift + Space scrolls up. Fix for #173184
10585         
10586         * shell/ev-window.c: (ev_window_open_page),
10587         (ev_window_cmd_view_reload):
10588         
10589         Fix reload (Bug #300094)
10590
10591 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10592
10593         
10594         * dvi/mdvi-lib/assoc.c:
10595         * dvi/mdvi-lib/assoc.h: Removed garbage files
10596         
10597         * dvi/mdvi-lib/bitmap.c:
10598         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10599         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10600         * dvi/mdvi-lib/color.h: Antialias of rules
10601         
10602         * dvi/mdvi-lib/common.h:
10603         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10604         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10605         * dvi/mdvi-lib/files.c:
10606         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10607         * dvi/mdvi-lib/mdvi.h:
10608         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10609         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10610         * dvi/mdvi-lib/util.c: Fix compile warnings
10611         
10612         * dvi/dvi-document.c:
10613         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10614         (dvi_document_thumbnails_get_thumbnail),
10615         (dvi_document_document_thumbnails_iface_init):
10616         * dvi/mdvi-lib/Makefile.am:
10617         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10618         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10619         
10620         Dvi backend now renders thumbnails
10621
10622 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10623
10624         * shell/main.c: (main): 
10625         
10626         Save accelerators on exit. Fixes bug #172095.
10627
10628 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10629
10630         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10631         update priority" comment.
10632
10633         * backend/ev-job-queue.c: Give a way to change priority.
10634
10635 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10636
10637         * shell/ev-page-action.c: Fix logic.
10638
10639 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10640
10641         * shell/ev-view.c: (ev_view_can_find_next):
10642         * shell/ev-window.c: (ev_window_setup_document):
10643
10644         Check that the document supports find
10645
10646 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10647
10648         * data/evince-ui.xml:
10649         * shell/ev-view.c: (ev_view_can_find_next):
10650         * shell/ev-view.h:
10651         * shell/ev-window.c: (update_action_sensitivity),
10652         (find_changed_cb), (ev_window_setup_document),
10653         (ev_window_cmd_edit_find_next):
10654
10655         Add Edit->Find Next
10656
10657 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10658
10659         * pdf/ev-poppler.cc:
10660         * shell/ev-print-job.c: (idle_print_handler):
10661
10662         Make printing work again
10663
10664 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10665
10666         * shell/ev-page-action.h:
10667         * shell/ev-page-action.c: (ev_page_action_widget_init),
10668         (ev_page_action_widget_class_init), (page_changed_cb),
10669         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10670         (get_filter_model_from_model), (match_selected_cb),
10671         (display_completion_text), (match_completion), (update_model),
10672         (connect_proxy), (ev_page_action_set_property),
10673         (ev_page_action_get_property), (ev_page_action_set_document),
10674         (ev_page_action_set_model), (ev_page_action_class_init): Big
10675         reworking to make completions work iff we have >= GTK-2.7.0
10676                 
10677         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10678         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10679         (job_finished_cb): We now have a 'model' property that is set when
10680         the links are loaded.  This can be caught with "notify::model"
10681
10682         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10683         listen for the model to be set, and propagate it to the action.
10684
10685 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10686
10687         * cut-n-paste/recent-files/egg-recent-item.c:
10688         (egg_recent_item_set_uri), (make_valid_utf8),
10689         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10690         * cut-n-paste/recent-files/egg-recent-item.h:
10691         
10692         Update egg-recent from libegg. This should fix long
10693         startup problem. For details see
10694         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10695
10696 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10697
10698         * cut-n-paste/recent-files/Makefile.am:
10699         * data/evince-ui.xml, shell/Makefile.am:
10700         * shell/ev-application.c, shell/ev-application.h:
10701         * shell/ev-window.c: Recent files support.
10702         
10703         * configure.ac: Added "ru" to ALL_LINGUAS.
10704         
10705         * dvju: new backend to support DJVU files.
10706         * dvi: new backend to support DVI.
10707
10708         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10709         * ev-application.c: Support for new backends.
10710         
10711         * help, ev-window.c, main.c shell/Makefile.am: 
10712         Evince user documentation.
10713
10714 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10715
10716         * po/POTFILES.in:
10717         * shell/ev-window.c:
10718         * thumbnailer/evince-thumbnailer.c:
10719
10720         s/pdf-document/ev-poppler
10721
10722 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10723
10724         * NEWS:
10725         * configure.ac:
10726
10727         Release 0.2.0
10728
10729         * ps/ps-document.c: (setup_pixmap):
10730
10731         Remove debug code
10732
10733 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10734
10735         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10736         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10737         (ev_window_cmd_go_first_page): Fix of by one errors.
10738
10739 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10740
10741         * ps/ps-document.c: (get_page_box):
10742
10743         Fix page size calculation
10744
10745 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10746
10747         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10748         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10749         (get_page_orientation), (setup_page), (document_load),
10750         (ps_document_get_page_size), (render_pixbuf_idle):
10751         * ps/ps-document.h:
10752
10753         More refactoring to adapt to EvDocument changes
10754
10755 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10756
10757         * ps/ps-document.c: (start_interpreter):
10758
10759         Actually add alpha args
10760
10761 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10762
10763         * pdf/ev-poppler.cc:
10764
10765         Make clipboard work again
10766
10767 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10768
10769         Make searching work again.
10770         
10771         * backend/ev-document.c:
10772         * backend/ev-document.h:
10773         * backend/ev-document-find.c:
10774         * backend/ev-document-find.h: Change EvDocumentIface so we no
10775         longer store the current page or zoom level in the document.  The
10776         consequence is that all calls that operate on the current page now
10777         instead take the page number as an extra argument, and all
10778         coordinates are now doubles in document coordinate system.
10779
10780         * pdf/ev-poppler.cc:
10781         * pixbuf/pixbuf-document.c:
10782         * ps/ps-document.c: Update backends accordingly.
10783
10784 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10785
10786         * autogen.sh:
10787
10788         Add required gettext version
10789
10790 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10791
10792         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10793         make F1 bring up non-existent help.
10794
10795         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10796         epiphany's find bar, #167477
10797
10798         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10799         <emil@nishra.com> to add space-bar scrolling, 
10800
10801         * shell/ev-window.c (static GtkActionEntry entries): add default
10802         keybinding for Help (F1)
10803         Fixes #171068
10804
10805         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10806         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10807         170110
10808
10809 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10810
10811         * Makefile.am: 
10812         * pixbuf/pixbuf-document.c: 
10813
10814         Got pixbuf backend working again
10815
10816 2005-04-01  Steve Murphy  <murf@e-tools.com>
10817
10818         * configure.in: Added "rw" to ALL_LINGUAS.
10819
10820 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10821
10822         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10823         model types, noticed by Martin Kretzschmar.
10824
10825 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10826
10827         * pdf/ev-poppler.cc: Implement search based on
10828         poppler_page_find_text().  Currently a bit crude since we remember
10829         all matches from all pages.  Also, we grab the big document lock
10830         when we search since searching changes the underlying stream and
10831         thus conflicts with the rendering thread.
10832         
10833         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10834         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10835         (ev_view_find_previous): Fix some page indexes to be 0 based,
10836         offset rubber band by view offset,
10837
10838 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10839
10840         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10841
10842 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10843
10844         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10845         completely because I didn't understand GtkActions.  I should
10846         read Marco's code more carefully in the future.
10847
10848         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10849         function
10850
10851 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10852
10853         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10854         PopplerRectangle change from poppler CVS.
10855
10856 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10857
10858         * backend/ev-document.c: (ev_document_get_page_label):
10859         * backend/ev-document.h:
10860         * backend/ev-page-cache.c: (_ev_page_cache_new),
10861         (ev_page_cache_get_page_label):
10862         * backend/ev-page-cache.h:
10863         * pdf/ev-poppler.cc:
10864         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10865         (links_page_num_func):
10866         * shell/ev-sidebar-thumbnails.c:
10867         (ev_sidebar_thumbnails_set_document):
10868         * shell/ev-view.c: (status_message_from_link),
10869         (ev_view_motion_notify_event):
10870         * shell/ev-window.c: (document_supports_sidebar): Add in page
10871         label support.  It's not perfect yet, but it's the first 'feature'
10872         in a while.
10873         Also, fix a bogus comment noticed by crispin. 
10874
10875 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10876
10877         * Makefile.am: Remove pixbuf backend for now
10878
10879         * configure.ac: Require poppler-glib instead of just poppler.
10880
10881         * backend/ev-document-thumbnails.h: Add a comment
10882
10883         * backend/ev-document.h:
10884         * backend/ev-document.c: (ev_document_class_init),
10885         (ev_document_load), (ev_document_get_link),
10886         (ev_document_get_links): Remove 3 methods and add get_links.
10887         Also, made 0 based.
10888
10889         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10890         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10891
10892         * backend/ev-link.c: (ev_link_set_title),
10893         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10894         (ev_link_mapping_find):
10895         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10896         
10897         * backend/ev-page-cache.c: (ev_page_cache_init),
10898         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10899         (ev_page_cache_get_size), (ev_page_cache_next_page),
10900         (ev_page_cache_prev_page): Fix to be 0 based.
10901
10902         * pdf/Makefile.am: 
10903         * pdf/ev-poppler.h:
10904         * pdf/ev-poppler.cc: New backend.
10905         
10906         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10907         (ps_document_get_page), (ps_document_document_iface_init):
10908
10909         * shell/ev-pixbuf-cache.h:
10910         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10911         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10912         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10913         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10914         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10915         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10916         based.
10917         
10918         * shell/ev-sidebar-thumbnails.c:
10919         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10920         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10921
10922         * shell/ev-view.c: (status_message_from_link),
10923         (find_page_at_location), (get_link_at_location),
10924         (ev_view_motion_notify_event), (ev_view_button_release_event),
10925         (ev_view_init): Use the new link code.  Fix to be 0 based.
10926
10927         * shell/ev-window.c: (update_action_sensitivity),
10928         (document_supports_sidebar): 0 based.
10929
10930 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10931
10932         * pdf/pdf-document.cc: Patch from Fernando Herrera
10933         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10934         *blush*
10935
10936 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10937
10938         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10939         1 to the page, as this seems to be 1 based.  I thought we has this
10940         fixed.  grump.
10941
10942 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10943
10944         * TODO:
10945         * backend/Makefile.am:
10946         * backend/ev-document-links.c:
10947         (ev_document_links_has_document_links),
10948         (ev_document_links_get_links_model):
10949         * backend/ev-document-links.h:
10950         * backend/ev-document.c: (ev_document_get_page_cache),
10951         (ev_document_get_doc_mutex), (ev_document_load),
10952         (ev_document_save), (ev_document_get_title),
10953         (ev_document_get_n_pages), (ev_document_set_page),
10954         (ev_document_get_page), (ev_document_set_target),
10955         (ev_document_set_scale), (ev_document_set_page_offset),
10956         (ev_document_get_page_size), (ev_document_get_text),
10957         (ev_document_get_link), (ev_document_render),
10958         (ev_document_render_pixbuf), (ev_document_scale_changed):
10959         * backend/ev-document.h:
10960         * backend/ev-job-queue.c: (remove_object_from_queue),
10961         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10962         (no_jobs_available_unlocked), (ev_render_thread),
10963         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10964         (ev_job_queue_remove_job):
10965         * backend/ev-job-queue.h:
10966         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10967         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10968         (ev_job_links_class_init), (ev_job_render_init),
10969         (ev_job_render_dispose), (ev_job_render_class_init),
10970         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10971         (ev_job_thumbnail_class_init), (ev_job_finished),
10972         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10973         (ev_job_render_run), (ev_job_thumbnail_new),
10974         (ev_job_thumbnail_run):
10975         * backend/ev-jobs.h:
10976         * backend/ev-link.c:
10977         * backend/ev-link.h:
10978         * backend/ev-page-cache.c: (ev_page_cache_init),
10979         (ev_page_cache_class_init), (ev_page_cache_finalize),
10980         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10981         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10982         (ev_page_cache_set_link), (ev_page_cache_get_title),
10983         (ev_page_cache_get_size), (ev_page_cache_next_page),
10984         (ev_page_cache_prev_page):
10985         * backend/ev-page-cache.h:
10986         * pdf/pdf-document.cc:
10987         * ps/gsdefaults.c:
10988         * ps/gsdefaults.h:
10989         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10990         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10991         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10992         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10993         (is_interpreter_ready), (output), (catchPipe), (input),
10994         (start_interpreter), (check_filecompressed), (compute_dimensions),
10995         (ps_document_enable_interpreter), (document_load),
10996         (ps_document_next_page), (render_page), (ps_document_set_page),
10997         (ps_document_set_scale), (render_pixbuf_idle),
10998         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10999         * ps/ps-document.h:
11000         * shell/Makefile.am:
11001         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11002         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11003         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11004         (ev_pixbuf_cache_new), (job_finished_cb),
11005         (check_job_size_and_unref), (move_one_job),
11006         (ev_pixbuf_cache_update_range), (find_job_cache),
11007         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11008         (ev_pixbuf_cache_add_jobs_if_needed),
11009         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11010         * shell/ev-pixbuf-cache.h:
11011         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11012         (idle_print_handler):
11013         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11014         (selection_changed_cb), (create_loading_model),
11015         (ev_sidebar_links_construct), (links_page_num_func),
11016         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11017         (update_page_callback), (job_finished_cb),
11018         (ev_sidebar_links_set_document):
11019         * shell/ev-sidebar-thumbnails.c:
11020         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11021         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11022         (page_changed_cb), (thumbnail_job_completed_callback),
11023         (ev_sidebar_thumbnails_set_document):
11024         * shell/ev-sidebar-thumbnails.h:
11025         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11026         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11027         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11028         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11029         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11030         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11031         (ev_view_button_release_event), (ev_view_scroll_view),
11032         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11033         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11034         (ev_view_new), (job_finished_cb), (page_changed_cb),
11035         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11036         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11037         (ev_view_find_previous):
11038         * shell/ev-view.h:
11039         * shell/ev-window.c: (update_action_sensitivity),
11040         (ev_window_open_page), (update_window_title), (update_total_pages),
11041         (page_changed_cb), (ev_window_setup_document),
11042         (password_dialog_response), (ev_window_cmd_save_as),
11043         (ev_window_print), (ev_window_cmd_go_previous_page),
11044         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11045         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11046         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11047         * shell/main.c: (main):
11048
11049         Merge evince-threads branch
11050
11051 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11052
11053         * configure.ac: Added "lt" to ALL_LINGUAS.
11054
11055 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11056
11057         * NEWS:
11058         * configure.ac:
11059
11060         Release 0.1.9
11061
11062 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11063
11064         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11065
11066         Fix here also the thumbnails 1-basedness :)
11067
11068 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11069
11070         * NEWS:
11071         * configure.ac:
11072
11073         Release 0.1.8
11074
11075 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11076
11077         * pdf/pdf-document.cc:
11078         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11079         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11080
11081         Fix the mess we did with thumbnails and 1-basedness
11082
11083 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11084
11085         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11086
11087 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11088
11089         * NEWS:
11090         * configure.ac:
11091
11092         Release 0.1.7
11093
11094 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11095
11096         * ps/Makefile.am:
11097         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11098         (gtk_gs_defaults_get_alpha_parameters),
11099         (gtk_gs_defaults_get_ungzip_cmd),
11100         (gtk_gs_defaults_get_unbzip2_cmd):
11101         * ps/gsdefaults.h:
11102         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11103         (ps_document_get_orientation), (document_load),
11104         (ps_document_goto_page), (ps_document_set_page_size):
11105         * ps/ps-document.h:
11106
11107         Some more sanitization of the ps backend. Remove a lot
11108         of unused code and do not base our defaults on ggv
11109         preferences (ugh!)
11110
11111 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11112
11113         * thumbnailer/evince-thumbnailer.schemas:
11114         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11115         (main): add -s option for thumbnail size.
11116
11117 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11118
11119         * configure.ac:
11120
11121         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11122         remove it.
11123
11124 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11125
11126         * pdf/pdf-document.cc:
11127
11128         Remove 4 pixels of useless border from the
11129         thumbnail.
11130
11131 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11132
11133         * backend/ev-document-thumbnails.c:
11134         (ev_document_thumbnails_get_thumbnail):
11135         * backend/ev-document-thumbnails.h:
11136
11137         Rework API a bit. Add a border flag and
11138         change sizing logic (now the size we specify
11139         applies to the bigger dimension).
11140
11141         * pdf/pdf-document.cc:
11142         * pixbuf/pixbuf-document.c:
11143         (pixbuf_document_thumbnails_get_thumbnail):
11144         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11145         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11146
11147         Adapt to the new API and do not draw a border for nautilus
11148         thumbnailer.
11149
11150 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11151
11152         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11153         take thumbnails from page "0" instead of "1". Added a copyright header.
11154
11155 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11156
11157         * ps/ps-document.c: (set_up_page), (start_interpreter):
11158
11159         Make it C89 compliant
11160
11161 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11162
11163         * Makefile.am:
11164         * configure.ac:
11165         * pdf/.cvsignore:
11166         * pdf/pdf-document.cc:
11167         * thumbnailer/Makefile.am:
11168         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11169         (main):
11170         * thumbnailer/evince-thumbnailer.schemas:
11171         * thumbnailer/pdf-icon.png:
11172
11173         Add a nautilus thumbnailer.
11174         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11175
11176 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11177
11178         * NEWS:
11179         * configure.ac:
11180         * po/POTFILES.in:
11181
11182         Release 0.1.6
11183
11184 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11185
11186         Use poppler instead of including xpdf source code.  Poppler is a
11187         fork of xpdf to build it as a shared library. See
11188         http://freedesktop.org/wiki/Software/poppler.
11189
11190         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11191         xpdf fork.
11192         
11193         * pdf/Makefile.am: Build libpdfdocument.a here.
11194         
11195         * pdf/GDKSplashOutputDev.cc:
11196         * pdf/GDKSplashOutputDev.h:
11197         * pdf/GnomeVFSStream.cc:
11198         * pdf/GnomeVFSStream.h:
11199         * pdf-document.cc:
11200         * pdf-document.h:
11201         * test-gdk-output-dev.cc
11202         * Thumb.cc:
11203         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11204         against poppler.
11205
11206 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11207
11208         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11209
11210         Clear idle stack before unsetting the document
11211
11212 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11213
11214         * ps/ps-document.c: (ps_document_widget_event),
11215         (ps_document_set_target), (ps_document_finalize),
11216         (ps_document_get_page):
11217
11218         Disconnect the widget event signal on finalize.
11219         Some code cleanups.
11220
11221 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11222
11223         * ps/ps-document.c: (set_up_page):
11224
11225         If there is no bpixmap create one, even if size
11226         is not changed.
11227
11228 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11229
11230         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11231         (set_up_page), (document_load), (ps_document_set_zoom):
11232
11233         Default page is 0. Calculate size even when we have no
11234         target yet.
11235
11236 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11237
11238         * shell/ev-sidebar.c: expand the selection widget to be always as
11239         wide as the sidebar
11240
11241 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11242
11243         * shell/ev-sidebar-thumbnails.c:
11244         (ev_sidebar_thumbnails_set_document):
11245
11246         Clear the list store when setting document
11247
11248 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11249
11250         * shell/ev-page-action.c: (update_entry), (sync_entry),
11251         (activate_cb), (entry_size_request_cb), (create_tool_item),
11252         (connect_proxy):
11253
11254         Use an entry for the page control instead of spinbuttons
11255
11256 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11257
11258         * data/evince.schemas.in:
11259
11260         Correct confusing string
11261
11262 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11263
11264         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11265         for real.  Gosh, how long has this been broken.
11266
11267         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11268         check for a NULL link.  We crash otherwise.
11269
11270 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11271
11272         * NEWS:
11273         * configure.ac:
11274
11275         Release 0.1.5
11276
11277 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11278
11279         * configure.ac: add the french translation.
11280
11281 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11282
11283         * shell/ev-window.c:
11284
11285         Remove unused header -> fix distcheck
11286
11287 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11288
11289         * shell/ev-window.c: (update_window_title),
11290         (ev_window_popup_password_dialog):
11291
11292         Unescape filename for display
11293
11294 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11295
11296         * pdf/xpdf/pdf-document.cc:
11297
11298         In get_page_size deal with rotation. Also
11299         cleanup the function a bit.
11300
11301 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11302
11303         * pdf/xpdf/pdf-document.cc:
11304
11305         Fix crash when opening in new window
11306
11307 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11308
11309         * configure.ac:
11310
11311         Check ghostscript >= 7
11312
11313 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11314
11315         * shell/ev-window.c:
11316
11317         Make page width the default sizing mode
11318
11319 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11320         Marco Pesenti Gritti <marco@gnome.org>
11321
11322         * shell/ev-window.c: Remember the sidebar size
11323
11324         * data/evince.schemas.in: Add a new gconf key to store the size of
11325         the sidebar
11326
11327 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11328
11329         * data/evince-ui.xml:
11330         * shell/ev-window.c: (update_action_sensitivity),
11331         (ev_window_cmd_view_reload):
11332         
11333         Add a "Reload" action and menu entry
11334
11335 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11336
11337         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11338         iff the type doesn't support thumbnailing and indexing.
11339
11340 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11341
11342         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11343
11344 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11345
11346         * pdf/splash/Splash.cc:
11347
11348         Port fix for a crasher from kde bug
11349         http://bugs.kde.org/show_bug.cgi?id=97131
11350
11351 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11352
11353         * pdf/xpdf/pdf-document.cc:
11354
11355         Return a link even if it's of an unrecognized
11356         type. Otherwise we go in an infinte cycle.
11357
11358 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11359
11360         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11361         (size_allocate_cb), (ev_window_set_sizing_mode):
11362
11363         Update size when switching mode
11364
11365 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11366
11367         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11368         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11369         (ev_window_cmd_view_normal_size):
11370
11371         Fix size toggle buttons behavior
11372
11373 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11374
11375         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11376         (doc_rect_to_view_rect), (ev_view_size_allocate),
11377         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11378         (scale_changed_callback):
11379
11380         Do not cache offsets in size_allocate.
11381
11382 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11383
11384         * shell/ev-view.c: (ev_view_size_allocate):
11385
11386         Calculate offsets before calling the parent
11387         class (which does a redraw)
11388
11389 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11390
11391         * pdf/xpdf/pdf-document.cc:
11392
11393         Fix a crasher on exit. Unused code, put a TODO
11394
11395 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11396
11397         * backend/ev-document.c: (ev_document_class_init),
11398         (ev_document_page_changed), (ev_document_scale_changed):
11399         * backend/ev-document.h:
11400
11401         Separate page/scale notifications
11402
11403         * pdf/xpdf/pdf-document.cc:
11404
11405         Emit the new signals.
11406         Do not display the pdf page in _render, do it
11407         when scale/page are requested.
11408
11409         * ps/ps-document.c: (ps_document_set_zoom),
11410         (ps_document_widget_event):
11411         * ps/ps-document.h:
11412
11413         Emit the new signals.
11414
11415         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11416         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11417         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11418         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11419         * shell/ev-view.h:
11420         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11421         (ev_window_cmd_view_page_width), (size_allocate_cb),
11422         (ev_window_set_sizing_mode):
11423
11424         Rework sizing to be pixel based.
11425         There are bugs but should be already way better.
11426
11427 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11428
11429         * shell/ev-window.c: (ev_window_init):
11430
11431         Do not allow to shrink sidebar smaller then
11432         child requisition
11433
11434 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11435
11436         * shell/ev-sidebar.[ch]
11437         * shell/ev-window.c:
11438
11439         Improved sidebar widget. Fixes #166683
11440
11441 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11442
11443         * shell/ev-view.c (update_find_status_message): Give translators
11444         more flexibility with ngettext plural handling.
11445
11446 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11447
11448         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11449         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11450         page when we get the page size.
11451
11452 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11453
11454         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11455
11456         ps pages are 0 based, convert 
11457
11458 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11459
11460         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11461
11462         Initialize correct parent class. Set GError on document load
11463
11464 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11465
11466         * pdf/xpdf/pdf-document.cc:
11467
11468         Fixup selection offset calculation
11469
11470         * shell/ev-view.c: (view_rect_to_doc_rect),
11471         (doc_rect_to_view_rect), (ev_view_size_allocate),
11472         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11473         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11474
11475         Store selection as document relative, so that zooming
11476         and offset changing doesnt break it.
11477
11478 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11479
11480         * shell/ev-view.c: (ev_view_best_fit):
11481
11482         Do not try to best fit if the view is not realized
11483
11484 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11485           
11486         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11487
11488 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11489
11490         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11491
11492 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11493
11494         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11495         the popup window.  That prevents it resizing when in full screen
11496         mode.
11497
11498         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11499         multiple rerenders.  This pretty much sucks.
11500
11501         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11502         rest of the toolbar.
11503
11504 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11505
11506         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11507
11508 2005-02-17  Alexander Shopov  <ash@contact.bg>
11509
11510         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11511
11512 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11513
11514         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11515
11516 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11517
11518         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11519         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11520         (set_document_page), (document_changed_callback),
11521         (ev_view_set_document), (ev_view_find_previous),
11522         (ev_view_hide_cursor), (ev_view_show_cursor):
11523         * shell/ev-view.h:
11524         * shell/ev-window.c: (update_chrome_visibility),
11525         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11526         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11527         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11528         (ev_window_unfullscreen):
11529         * shell/main.c: (main):
11530
11531         Automatically hide the fullscreen button.
11532         Patch by Kristian Høgsberg <krh@redhat.com>
11533
11534 2005-02-16  Vincent Noel  <vnoel@cox.net>
11535
11536         * shell/main.c (main): Specify an icon for the window. Patch by
11537         Jaap A. Haitsma. Fixes #166177.
11538
11539 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11540
11541         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11542
11543 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11544
11545         * backend/ev-document-misc.h:
11546         * backend/ev-document-misc.c:
11547         (ev_document_misc_get_page_border_size),
11548         (ev_document_misc_paint_one_page): New function to canonicalize
11549         sizing/painting a border.
11550
11551         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11552         used.
11553
11554         * pdf/xpdf/pdf-document.cc: use new function
11555
11556         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11557         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11558         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11559         shell/ev-window.c: (update_sizing_buttons),
11560         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11561         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11562         (ev_window_cmd_view_page_width), (size_allocate_cb),
11563         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11564         and "fit width" values act as toggle buttons so they stay
11565         toggled.  It's not 100% perfect, and it's a little slow, but it's
11566         good enough to commit I think.
11567
11568 2005-02-15  David Lodge  <dave@cirt.net>
11569
11570         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11571
11572 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11573
11574         * shell/ev-window.c (update_window_title): replace newlines in
11575         the title by spaces. Bug #166107.
11576
11577 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11578
11579         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11580         parameters providing allocation width and height without
11581         scrollbars and width of a possible vertical scrollbar. With this
11582         additional information the functions can work as
11583         intended. Unfortunately they're not idempotent. We should
11584         transform these commands to toggles. Fixes Bug #164976
11585         Initial patch by Stephane Loeuillet, then heavily modified.
11586
11587         * shell/ev-view.h: update prototypes.
11588
11589         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11590         (ev_window_cmd_view_page_width): provide EvView fit functions with
11591         all the information they need. Formulas to calculate this
11592         information taken from GtkScrolledWindow.
11593
11594 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11595
11596         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11597         created a thumbnail, the list store is updated to know
11598         that the thumbnail is set. Fixes bug #166792
11599
11600 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11601
11602         * shell/ev-window.c: fixed typo, closes bug 166897
11603
11604         * TODO: updated TODO with bug numbers that are relevant
11605
11606 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11607
11608         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11609
11610 2005-02-09  Vincent Noel  <vnoel@cox.net>
11611
11612         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11613         and "Next" toolbar buttons as important to make them stand out.
11614
11615 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11616
11617         * lib/ev-debug.c:
11618         * lib/ev-debug.h:
11619         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11620         (start_interpreter), (stop_interpreter), (document_load),
11621         (ps_document_next_page), (ps_document_goto_page),
11622         (ps_document_set_page_size), (ps_document_widget_event),
11623         (ps_document_render):
11624         * shell/ev-page-view.c: (ev_page_view_dispose):
11625         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11626
11627         Fix compilation on non-gcc platforms
11628
11629 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11630
11631         * NEWS:
11632         * configure.ac:
11633
11634         Release 0.1.4
11635
11636         * pdf/xpdf/Catalog.cc:
11637         * pdf/xpdf/XRef.cc:
11638
11639         Fix the fix for CAN-2004-0888
11640
11641 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11642
11643         * data/Makefile.am:
11644         * data/evince-ui.xml:
11645         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11646         * shell/ev-stock-icons.h:
11647         * shell/ev-window.c: (update_action_sensitivity),
11648         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11649         (set_action_properties):
11650
11651         Improve toolbar layout/icons
11652
11653 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11654
11655         * pdf/xpdf/pdf-document.cc:
11656
11657         Add warnings about unimplemented/unknown link
11658         types.
11659
11660 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11661
11662         * ps/ps-document.c: (set_up_page):
11663
11664         Log gs property
11665
11666 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11667
11668         * ps/ps-document.c: (start_interpreter):
11669
11670         Log gs env var
11671
11672 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11673
11674         * shell/ev-page-view.c: (ev_page_view_dispose):
11675         * shell/ev-view.c: (ev_view_finalize):
11676         * shell/ev-window.c: (ev_window_setup_document),
11677         (ev_window_dispose), (ev_window_init):
11678
11679         Solve more refs issues.
11680
11681         I commented out the page_view initialization for now:
11682         it was never destroyed (because it's never added
11683         to a container). Because of that we was leaking
11684         gs processes. Couldnt think to a clean fix.
11685         We need to figure this out, password view has the
11686         same issue probably.
11687
11688 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11689
11690         * ps/ps-document.c: (ps_document_finalize),
11691         (ps_document_get_n_pages), (ps_document_get_page):
11692
11693         Some cleanups, stop the interpreter on finalize
11694
11695         * shell/ev-page-view.c: (ev_page_view_dispose),
11696         (ev_page_view_class_init):
11697
11698         Release our reference on the document
11699
11700 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11701
11702         * Makefile.am:
11703         * configure.ac:
11704         * doc/debugging.txt:
11705         * lib/.cvsignore:
11706         * lib/Makefile.am:
11707         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11708         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11709         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11710         * lib/ev-debug.h:
11711
11712         Add debugging helpers
11713
11714         * ps/Makefile.am:
11715         * ps/ps-document.c: (set_up_page), (start_interpreter),
11716         (stop_interpreter), (document_load), (ps_document_next_page),
11717         (ps_document_goto_page), (ps_document_set_page_size),
11718         (ps_document_widget_event), (ps_document_render):
11719         * shell/Makefile.am:
11720         * shell/ev-view.c: (expose_bin_window):
11721         * shell/main.c: (main):
11722
11723         Add some logs
11724         
11725 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11726
11727         * ps/ps-document.c: (ps_document_widget_event):
11728
11729         Initialize message_window, this should make ps
11730         rendering really work! (Never noticed because I was
11731         testing with a ps that is causing gs to exit every time!)
11732
11733 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11734
11735         * data/evince.schemas.in: updated simple error in applyto closing tag
11736
11737 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11738
11739         * Makefile.am:
11740         * configure.ac:
11741         * data/.cvsignore:
11742         * data/Makefile.am:
11743         * data/evince-ui.xml:
11744         A data/evince.schemas.in:
11745         * po/POTFILES.in:
11746         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11747         * shell/ev-stock-icons.h:
11748         * shell/ev-window.c: (update_chrome_visibility),
11749         (update_chrome_flag), (ev_window_cmd_edit_find),
11750         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11751         (ev_window_unfullscreen), (ev_window_focus_in_event),
11752         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11753         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11754         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11755         (ev_window_dispose), (ev_window_class_init),
11756         (set_action_properties), (set_chrome_actions), (load_chrome),
11757         (ev_window_init):
11758
11759         Implement fullscreen mode changes from bug #164776.
11760         Also implement persistent chrome toggles.
11761
11762 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11763
11764         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11765
11766 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * NEWS:
11769         * configure.ac:
11770         * shell/ev-view.c:
11771
11772         Add another check for find interface
11773
11774         Release 0.1.3
11775
11776 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11777
11778         * shell/ev-application.c: (ev_application_open):
11779         * shell/ev-window.c: (ev_window_open):
11780
11781         Open gzipped ps documents
11782
11783 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11784
11785         * TODO:
11786         * shell/ev-view.c: (set_document_page):
11787
11788         Clamp page number, dont try to move to
11789         not existant pages.
11790
11791 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11792
11793         * backend/ev-document-find.c: (ev_document_find_changed):
11794         * backend/ev-document-find.h:
11795         * pdf/xpdf/pdf-document.cc:
11796         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11797         * shell/ev-window.c: (find_bar_search_changed_cb):
11798
11799         Fix several bugs with find
11800
11801 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11802
11803         * shell/ev-sidebar-thumbnails.c
11804         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11805         document. Prevents warning from scroll_to_cell.
11806
11807 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11808
11809         * configure.ac: Add «nb» to ALL_LINGUAS too.
11810
11811 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11812
11813         * NOTES: New file with some random thoughts.
11814
11815         * TODO: Update.
11816
11817         * backend/ev-document-misc.c:
11818         (ev_document_misc_get_page_border_size): New function to
11819         canonicalize shadow drawing sizes.  Possibly goofy.
11820
11821         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11822         (ev_view_best_fit), (ev_view_fit_width):
11823         * pdf/xpdf/pdf-document.cc:
11824         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11825         * ps/ps-document.c: (ps_document_get_page_size):
11826         * backend/ev-document-misc.h:
11827         * backend/ev-document.c: (ev_document_get_page_size):
11828         * backend/ev-document.h: get_page_size now takes a page number
11829         parameter.  Made all the backends/frontends honor it.
11830
11831         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11832         see.  Doesn't work yet.
11833
11834         * shell/Makefile.am:
11835         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11836         Doesn't do anything yet.
11837
11838         * shell/ev-sidebar-thumbnails.c:
11839         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11840         [0..n_pages-1]
11841
11842         * shell/ev-window.c: (update_action_sensitivity),
11843         (ev_window_setup_document), (ev_window_set_page_mode),
11844         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11845         view-swapping code a bit so we can have multiple views on a
11846         document.  Add the multi-page view, though it can't be turned on
11847         yet.
11848
11849 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11850
11851         * shell/ev-application.c: (ev_application_open):
11852         * shell/ev-view.c: (expose_bin_window):
11853         * shell/ev-window.c: (ev_window_open):
11854
11855         Support eps and check document supports find
11856         before drawing highlightings in expose.
11857
11858 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11859
11860         * pixbuf/pixbuf-document.c:
11861         (pixbuf_document_thumbnails_get_dimensions),
11862         (pixbuf_document_document_thumbnails_iface_init):
11863
11864         implement get_dimensions
11865
11866 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11867
11868         * NEWS:
11869         * configure.ac:
11870
11871         Release 0.1.2
11872
11873 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11874
11875         * shell/ev-view.c: (set_document_page):
11876
11877         Scroll at the top of the page when changing page
11878
11879 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11880
11881         * shell/ev-view.c: (ev_view_motion_notify_event):
11882
11883         Do not redraw unnecessarily
11884
11885 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11886
11887         * pdf/xpdf/pdf-document.cc:
11888         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11889         (expose_bin_window), (find_changed_cb):
11890
11891         Yay! find works now... Now to find bugs...
11892
11893 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11894
11895         * backend/ev-document-find.c: (ev_document_find_base_init),
11896         (ev_document_find_changed):
11897         * backend/ev-document-find.h:
11898         * pdf/xpdf/pdf-document.cc:
11899         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11900         (expose_bin_window), (ev_view_init), (set_document_page),
11901         (ensure_rectangle_is_visible), (jump_to_find_result),
11902         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11903         (ev_view_find_next), (ev_view_find_previous):
11904         * shell/ev-view.h:
11905         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11906
11907         More work on find implementation, mostly there now
11908
11909 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11910
11911         * backend/ev-backend-marshalers.list:
11912         * backend/ev-document-find.c: (ev_document_find_base_init),
11913         (ev_document_find_cancel), (ev_document_find_page_has_results),
11914         (ev_document_find_get_n_results), (ev_document_find_get_result),
11915         (ev_document_find_get_progress), (ev_document_find_changed):
11916         * backend/ev-document-find.h:
11917
11918         Enanche the find interface to be really able to do
11919         multi page find.
11920
11921         * pdf/xpdf/pdf-document.cc:
11922
11923         Implement
11924
11925         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11926         (expose_bin_window), (ev_view_init),
11927         (ev_view_get_find_status_message), (find_changed_cb),
11928         (ev_view_set_document), (set_document_page):
11929
11930         Adapt to the new interface. A few things are regressed sorry,
11931         I will finish it soon.
11932
11933 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11934
11935         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11936         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11937         ev_sidebar_thumbnails_parent_class variable, don't define another
11938         parent_class variable.
11939
11940         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11941         (ev_page_action_class_init): ditto.
11942
11943         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11944         (pixbuf_document_class_init): ditto.
11945
11946         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11947         ditto.
11948
11949         * .cvsignore: ignore various valgrind output files.
11950
11951 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11952
11953         * data/evince-ui.xml:
11954         * shell/Makefile.am:
11955         * shell/ev-history.c:
11956         * shell/ev-history.h:
11957         * shell/ev-navigation-action.c:
11958         * shell/ev-navigation-action.h:
11959         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11960         (ev_view_set_page), (ev_view_fit_width):
11961         * shell/ev-view.h:
11962         * shell/ev-window.c: (update_action_sensitivity),
11963         (ev_window_setup_document), (register_custom_actions):
11964
11965         Kill session history
11966
11967 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11968
11969         * shell/ev-window.c: (update_action_sensitivity):
11970
11971         Fix inverted up/down buttons
11972
11973 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11974
11975         * shell/ev-sidebar-thumbnails.c
11976         (ev_sidebar_thumbnails_select_page): make sure the selected
11977         thumbnail stays visible.
11978
11979 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11980
11981         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11982         scrolled window for Federico.
11983
11984 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11985
11986         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11987
11988 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11989
11990         * configure.ac:
11991         * pdf/splash/SplashFTFontEngine.cc:
11992
11993         Fix CID fonts with freetype 2.1.9
11994
11995 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11996
11997         * TODO: added item for desktop icon thumbnailer
11998
11999 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12000
12001         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12002         unloaded docs when the title is accessed.
12003
12004         * shell/ev-password-view.[hc]: New widget for displaying password
12005         state.
12006
12007         * shell/ev-window.[ch]: Refactor password handling code to handle
12008         the new view.
12009
12010 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12011
12012         * NEWS:
12013         * configure.ac:
12014         * data/Makefile.am:
12015
12016         Release 0.1.1
12017
12018 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12019
12020         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12021         ignore page offset here, to make search results independent of it,
12022
12023         * shell/ev-view.c (expose_bin_window): but take offsets into
12024         account here. Bug #164932
12025
12026         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12027         scale at the right time. Bug #164996
12028
12029 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12030
12031         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12032         fix the problem. Now I just removed the Adobe font names and hope
12033         that the URW fonts are always in outline format. Bug #164934
12034
12035         * shell/ev-window.c (update_window_title): empty titles are
12036         useless, use filename in that case too.
12037
12038         * NEWS: Add some content.
12039
12040 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12041
12042         * TODO: added one more TODO item and a TODONE section :)
12043
12044 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12045
12046         * ps/ps-document.h: add page_[xy]_offset fields.
12047
12048         * ps/ps-document.c (ps_document_set_page_offset)
12049         (ps_document_render): Keep offset in consideration in a few
12050         places. Bug #164752 "postscript documents are not centered in
12051         window"
12052
12053         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12054         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12055
12056         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12057         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12058         stub out missing methods for complete EvDocument implementation.
12059         Fixes segfaults with Save A Copy and Copy actions.
12060
12061         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12062         (ps_document_document_iface_init): ditto.
12063         
12064 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12065
12066         * data/.cvsignore:
12067         * data/Makefile.am:
12068         * data/evince.desktop.in:
12069
12070         Add desktop file
12071
12072 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12073
12074         * shell/ev-view.c: (ev_view_button_press_event),
12075         (ev_view_motion_notify_event):
12076
12077         Make selection work in any direction
12078
12079 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12080
12081         * TODO:
12082         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12083
12084         Use shorter labels for some of the toolbars items
12085
12086 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12087
12088         * pdf/xpdf/pdf-document.cc:
12089
12090         Check the links info is initialized before
12091         using it. Should fix a crash on startup.
12092
12093 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12094
12095         * pixbuf/pixbuf-document.c
12096         (pixbuf_document_thumbnails_get_dimensions): force floating point
12097         division to calculate page_ratio. Fixes crash with landscape
12098         format pixbufs.
12099
12100 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12101
12102         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12103
12104 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12105
12106         * shell/ev-view.c (set_document_page): unset has_selection when
12107         the page changes.
12108         (set_document_page): handle paper size changes when the page
12109         changes (test with Free Culture, page 2).
12110
12111 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12112
12113         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12114         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12115
12116         Use normal style color for the widget background and
12117         draw a black box around the page.
12118
12119 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12120
12121         * pdf/xpdf/pdf-document.cc:
12122
12123         Keep offset in consideration in a few places
12124
12125         * shell/ev-view.c: (expose_bin_window):
12126
12127         Set the offsets so that the document is ever centered
12128
12129 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12130
12131         * TODO: Added TODO items and finished off the first todo item
12132
12133         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12134         reflect current authors
12135
12136 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12137
12138         * pdf/xpdf/pdf-document.cc:
12139         * shell/ev-view.c: (ev_view_set_cursor),
12140         (ev_view_motion_notify_event), (document_changed_callback),
12141         (set_document_page):
12142
12143         Show a wait cursor while the page is rendering
12144
12145 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12146
12147         * shell/ev-sidebar-thumbnails.c:
12148         (ev_sidebar_tree_selection_changed),
12149         (ev_sidebar_thumbnails_select_page):
12150         * shell/ev-sidebar-thumbnails.h:
12151         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12152         (ev_view_can_go_forward):
12153         * shell/ev-window.c: (ev_window_open_page),
12154         (ev_window_setup_document), (update_current_page),
12155         (view_page_changed_cb), (ev_window_init):
12156         * shell/ev-window.h:
12157
12158         Ensure thumbnails selection, toolbar page control and
12159         current page are in sync.
12160
12161 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12162
12163         * pdf/xpdf/XRef.cc:
12164
12165         Fix CAN-2005-0064
12166
12167 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12168
12169         * backend/Makefile.am:
12170         * backend/ev-document-links.h:
12171         * backend/ev-document-security.c: (ev_document_security_get_type),
12172         (ev_document_security_has_document_security),
12173         (ev_document_security_set_password):
12174         * backend/ev-document-security.h:
12175         * backend/ev-document.c: (ev_document_error_quark):
12176         * backend/ev-document.h:
12177         * data/Makefile.am:
12178         * data/evince-password.glade:
12179         * pdf/xpdf/pdf-document.cc:
12180         * shell/Makefile.am:
12181         * shell/ev-password.c: (ev_password_set_bad_password_label),
12182         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12183         (ev_password_dialog_get_password),
12184         (ev_password_dialog_set_bad_pass):
12185         * shell/ev-password.h:
12186         * shell/ev-window.c: (ev_window_get_attribute),
12187         (ev_window_set_property), (update_action_sensitivity),
12188         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12189         (ev_window_setup_document), (ev_window_get_password),
12190         (ev_window_open), (ev_window_cmd_save_as),
12191         (using_postscript_printer), (ev_window_print),
12192         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12193         (update_fullscreen_popup), (ev_window_fullscreen),
12194         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12195         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12196         (menu_item_select_cb), (find_bar_search_changed_cb),
12197         (ev_window_dispose), (ev_window_init):
12198
12199         Add initial support for password-supported dialogs.  This could be
12200         a lot cooler, but it'll do for now.
12201
12202 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12203
12204         * pdf/xpdf/pdf-document.cc:
12205         * shell/ev-view.c: (status_message_from_link),
12206         (ev_view_set_status), (ev_view_set_cursor),
12207         (ev_view_motion_notify_event), (ev_view_init):
12208         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12209
12210         Fix bugs in the links implementation and change cursor
12211         when hovering a link.
12212
12213 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12214
12215         * viewer/.cvsignore: added cvsignore file for viewer directory
12216
12217         * TODO: created TODO document
12218
12219 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12220
12221         * shell/ev-view.h:
12222         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12223         new functions to help with implementation of sensitivity code
12224         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12225         of all actions that might require it.  Fixes a crash when you
12226         click on the Zoom actions in a window lacking a document.
12227
12228 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12229
12230         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12231         of the Find action
12232
12233 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12234
12235         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12236         (pixbuf_document_document_iface_init):
12237         * ps/ps-document.c: (ps_document_get_link),
12238         (ps_document_document_iface_init):
12239         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12240         (status_message_from_link), (ev_view_set_status),
12241         (ev_view_set_find_status), (ev_view_motion_notify_event),
12242         (ev_view_button_release_event), (ev_view_set_property),
12243         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12244         (ev_view_get_find_status_message), (update_find_results),
12245         (ev_view_get_status), (ev_view_get_find_status):
12246         * shell/ev-view.h:
12247         * shell/ev-window.c: (view_status_changed_cb),
12248         (view_find_status_changed_cb), (ev_window_init):
12249
12250         View status message support, use it to show the links.
12251         Needs work...
12252
12253 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12254
12255         * backend/ev-document.c: (ev_document_get_link):
12256         * backend/ev-document.h:
12257         * pdf/xpdf/pdf-document.cc:
12258         * shell/ev-application.c: (ev_application_open):
12259         * shell/ev-application.h:
12260         * shell/ev-sidebar-links.c: (selection_changed_cb):
12261         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12262         (ev_view_go_to_link):
12263
12264         Add support for document links
12265
12266 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12267
12268         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12269         (create_tool_item):
12270         Set the spin button limits correctly.
12271         
12272         * shell/ev-sidebar-thumbnails.c:
12273         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12274         Support changing pages by clicking on the thumbnails.
12275         
12276 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12277
12278         * pixbuf/pixbuf-document.c:
12279         (pixbuf_document_thumbnails_get_dimensions),
12280         (pixbuf_document_document_thumbnails_iface_init):
12281
12282         implement get_dimensions
12283
12284 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * ps/ps-document.c: (ps_document_goto_page):
12287
12288         Fix page switching on multipage documents
12289
12290 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12291
12292         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12293         
12294         check for NULL before assigning to width and height parameters
12295
12296 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12297
12298         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12299         (pixbuf_document_set_property), (pixbuf_document_get_property):
12300
12301         implement get/set properties
12302
12303 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12304
12305         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12306         
12307         return NULL instead of "Unknown", letting the title get set to
12308         the filename when the pdf has no title.
12309
12310 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12311
12312         * ps/ps-document.c: (ps_document_get_page_count),
12313         (ps_document_goto_page):
12314
12315 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12316
12317         * shell/ev-history.c: (ev_history_get_property),
12318         (ev_history_set_property), (ev_history_class_init),
12319         (ev_history_add_page), (ev_history_set_current_index):
12320         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12321         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12322         (ev_navigation_action_finalize):
12323         * shell/ev-navigation-action.h:
12324         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12325         (ev_view_go_forward), (ev_view_get_find_status_message),
12326         (history_index_changed_cb), (ev_view_set_history):
12327         * shell/ev-view.h:
12328         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12329         (update_current_page), (register_custom_actions):
12330
12331         Implement history dropdowns
12332
12333 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12334
12335         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12336         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12337         (ev_view_go_forward):
12338         * shell/ev-window.c: (register_custom_actions):
12339
12340         Fix several history bugs
12341
12342 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12343
12344         * configure.ac: Add «nb» to ALL_LINGUAS.
12345
12346 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12347
12348         * backend/Makefile.am:
12349         * backend/ev-bookmark.c:
12350         * backend/ev-bookmark.h:
12351         * backend/ev-document-bookmarks.c:
12352         * backend/ev-document-bookmarks.h:
12353         * backend/ev-document-links.c: (ev_document_links_get_type),
12354         (ev_document_links_has_document_links),
12355         (ev_document_links_begin_read), (ev_document_links_get_link),
12356         (ev_document_links_get_child), (ev_document_links_next),
12357         (ev_document_links_free_iter):
12358         * backend/ev-document-links.h:
12359         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12360         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12361         (ev_link_get_link_type), (ev_link_set_link_type),
12362         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12363         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12364         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12365         (ev_link_new_external):
12366         * backend/ev-link.h:
12367         * pdf/xpdf/pdf-document.cc:
12368         * shell/Makefile.am:
12369         * shell/ev-application.c: (ev_application_open_link):
12370         * shell/ev-application.h:
12371         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12372         (ev_history_get_link_nth):
12373         * shell/ev-history.h:
12374         * shell/ev-sidebar-bookmarks.c:
12375         * shell/ev-sidebar-bookmarks.h:
12376         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12377         (ev_sidebar_links_class_init), (selection_changed_cb),
12378         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12379         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12380         (do_one_iteration), (populate_links_idle),
12381         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12382         * shell/ev-sidebar-links.h:
12383         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12384         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12385         (go_to_index):
12386         * shell/ev-view.h:
12387         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12388         * shell/ev-window.h:
12389
12390         Rename bookmark to link, and use "Index" for the sidebar panel.
12391
12392 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12393
12394         * shell/Makefile.am:
12395         * shell/ev-application.c: (ev_application_open_bookmark):
12396         * shell/ev-application.h:
12397         * shell/ev-history.c: (ev_history_init), (free_links_list),
12398         (ev_history_finalize), (ev_history_class_init),
12399         (ev_history_add_link), (ev_history_add_page),
12400         (ev_history_get_link_nth), (ev_history_get_n_links),
12401         (ev_history_get_current_index), (ev_history_set_current_index),
12402         (ev_history_new):
12403         * shell/ev-history.h:
12404         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12405         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12406         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12407         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12408         (ev_view_set_page):
12409         * shell/ev-view.h:
12410         * shell/ev-window.c: (ev_window_open_bookmark),
12411         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12412         (goto_page_cb), (register_custom_actions):
12413         * shell/ev-window.h:
12414
12415         Initial history implementation. Needs work.
12416
12417 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12418
12419         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12420
12421 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12422
12423         * cut-n-paste/recent-files/egg-recent-item.c:
12424         * cut-n-paste/recent-files/egg-recent-item.h:
12425         * cut-n-paste/recent-files/egg-recent-model.c:
12426         * cut-n-paste/recent-files/egg-recent-util.c:
12427         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12428         * cut-n-paste/recent-files/egg-recent-view.c:
12429
12430         Update
12431
12432 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12433
12434         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12435         (fillGlyph, fillImageMask, drawImage):
12436         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12437         pdf/splash/SplashTypes.h:
12438         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12439         packed mode for Splash.
12440
12441         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12442         RGB8 packed mode, eliminates the pixbuf data creation loop.
12443
12444         * shell/ev-print-job.c (ev_print_job_finalize)
12445         (ev_print_job_set_property, ev_print_job_get_property)
12446         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12447         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12448         (print_closure_finalize, ev_print_job_print): implement
12449         printing (for backends with EvPsExporter)
12450
12451         * shell/ev_print_job.h: update prototypes.
12452
12453         * shell/ev-window.c (ev_window_print): unref print job after
12454         printing.
12455
12456         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12457         unless the document implements the EvDocumentFind interface.
12458
12459 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12460
12461         * configure.ac: Added ja to ALL_LINGUAS.
12462
12463 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12464
12465         * pdf/xpdf/pdf-document.cc:
12466
12467         add a FIXME. We should probably not allocate
12468         a bookmark object every time
12469
12470 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12471
12472         * shell/ev-application.c: (ev_application_open),
12473         (ev_application_open_bookmark):
12474         * shell/ev-application.h:
12475         
12476         Add a way to open bookmarks
12477
12478         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12479         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12480         (ev_bookmark_set_property), (ev_bookmark_class_init),
12481         (ev_bookmark_new_title), (ev_bookmark_new_link),
12482         (ev_bookmark_new_external):
12483
12484         Support for external uris, better constructors.
12485
12486         * backend/ev-bookmark.h:
12487         * pdf/xpdf/pdf-document.cc:
12488         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12489
12490         Handle external uris
12491
12492 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12493
12494         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12495         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12496
12497         Hook up bookmarks navigation
12498
12499 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * backend/Makefile.am:
12502         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12503         (ev_bookmark_get_title), (ev_bookmark_set_title),
12504         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12505         (ev_bookmark_get_page), (ev_bookmark_set_page),
12506         (ev_bookmark_get_property), (ev_bookmark_set_property),
12507         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12508         (ev_bookmark_new):
12509         * backend/ev-bookmark.h:
12510         * backend/ev-document-bookmarks.c:
12511         (ev_document_bookmarks_get_bookmark):
12512         * backend/ev-document-bookmarks.h:
12513         * pdf/xpdf/pdf-document.cc:
12514         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12515
12516         Add a bookmark object to the backend and use it instead of get_values
12517
12518 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12519
12520         * data/evince-ui.xml:
12521
12522         Cleanup and add select all.
12523
12524         * shell/ev-view.c: (ev_view_select_all),
12525         (ev_view_button_press_event):
12526         * shell/ev-view.h:
12527         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12528
12529         Add select all.
12530         Clear selection on click.
12531
12532 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12533
12534         * shell/ev-sidebar-thumbnails.c
12535         (ev_sidebar_thumbnails_set_document): forgot to unref the
12536         loading_icon.
12537
12538 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12539
12540         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12541         at the visible page, not just linearly.  This makes it look fast.
12542
12543 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12544
12545         * backend/ev-document-misc.c
12546         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12547         white.
12548         * backend/ev-document-thumbnails.h: New interface to get the size
12549         of a page.
12550
12551 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12552
12553         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12554         make dist works
12555
12556 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12557
12558         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12559         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12560         things up a bit.
12561
12562         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12563
12564 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12565
12566         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12567         fonts. Should fix font problems on systems that have the base
12568         fonts in bitmap format. Reported by James Henstridge
12569         <james@jamesh.id.au>.
12570
12571 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12572
12573         * pdf/xpdf/Gfx.cc:
12574         * pdf/xpdf/GfxState.cc:
12575
12576         Fix for CAN-2004-1125
12577
12578 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12579
12580         * shell/ev-view.c: (ev_view_copy):
12581         * shell/ev-view.h:
12582         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12583
12584         Implement Edit->Copy
12585
12586 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12587
12588         * backend/ev-document.c: (ev_document_get_text):
12589         * backend/ev-document.h:
12590         * pdf/xpdf/pdf-document.cc:
12591         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12592         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12593         (ev_view_update_primary_selection), (ev_view_button_press_event),
12594         (ev_view_motion_notify_event), (ev_view_button_release_event):
12595
12596         Beginnings of clipboard support. Incomplete but primary sort
12597         of work.
12598
12599 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12600
12601         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12602         (expose_bin_window):
12603
12604         Nicer rubberband drawing, from GtkIconView.
12605
12606 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12607
12608         * backend/ev-document.c: (ev_document_save):
12609         * backend/ev-document.h:
12610         * data/evince-ui.xml:
12611         * pdf/xpdf/pdf-document.cc:
12612         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12613
12614         Implement "Save a copy..." menu item
12615
12616 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12617
12618         * shell/ev-view.c: (ev_view_zoom):
12619
12620         Queue a resize when zoom changes
12621
12622 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12623
12624         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12625         shadows.
12626
12627         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12628         thumbnails..
12629
12630 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12631
12632         * pdf/xpdf/pdf-document.cc
12633         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12634
12635 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12636
12637         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12638         It's slow, but I'll speed it up next!
12639
12640 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12641
12642         * shell/main.c (load_files):
12643
12644         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12645         from the command line and because it seems more appropriate.
12646
12647 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12648
12649         * data/evince-ui.xml:
12650         * shell/ev-window.c: (update_action_sensitivity),
12651         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12652
12653         s/next page/page down
12654         s/previous page/page up
12655
12656 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12657
12658         * data/evince-ui.xml:
12659
12660         Change the layout to match clarkbw design.
12661
12662         * shell/Makefile.am:
12663         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12664         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12665         (ev_navigation_action_finalize),
12666         (ev_navigation_action_set_property),
12667         (ev_navigation_action_get_property),
12668         (ev_navigation_action_class_init):
12669         * shell/ev-navigation-action.h:
12670
12671         Implement clarkbw toolbar navigation controls (incomplete)
12672
12673         * shell/ev-page-action.c: (update_label), (update_spin),
12674         (value_changed_cb), (create_tool_item), (connect_proxy),
12675         (ev_page_action_init), (ev_page_action_finalize),
12676         (ev_page_action_set_property), (ev_page_action_get_property),
12677         (ev_page_action_set_current_page),
12678         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12679         * shell/ev-page-action.h:
12680
12681         Implement a page switcher in the toolbar
12682
12683         * shell/ev-view.c: (ev_view_scroll_view):
12684         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12685         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12686         (register_custom_actions), (ev_window_init):
12687
12688         Change page on PageUp/Down.
12689
12690 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12691
12692         * pdf/xpdf/pdf-document.cc
12693         (pdf_document_thumbnails_get_thumbnail): initial stab at
12694         implementing thumbnail support for pdfs.  It only does documents
12695         with precached pdfs now.
12696
12697 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12698
12699         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12700         thumbnail code into a time-based idle as well.  Also, turn off the
12701         shadow temporarily as it's really slow.
12702
12703 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12704
12705         * backend/ev-document.c: (ev_document_class_init):
12706         * pdf/xpdf/pdf-document.cc:
12707         * shell/ev-window.c: (ev_window_open):
12708
12709         Fix document title bugs and fallback to
12710         filename when not available.
12711
12712 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12713
12714         * backend/ev-document.c: (ev_document_get_type),
12715         (ev_document_class_init), (ev_document_load),
12716         (ev_document_get_title):
12717         * backend/ev-document.h:
12718         * pdf/xpdf/pdf-document.cc:
12719         * ps/ps-document.c: (ps_document_set_property),
12720         (ps_document_get_property), (ps_document_class_init),
12721         (document_load):
12722         * ps/ps-document.h:
12723         * ps/ps.h:
12724         * shell/ev-window.c: (update_window_title), (ev_window_open),
12725         (ev_window_init):
12726
12727         Initial support for document title. Not working yet.
12728
12729 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12730
12731         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12732
12733         Grab focus on the view when clicking it
12734
12735 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12736
12737         * shell/ev-marshal.list:
12738         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12739         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12740
12741         Add key bindings to the view. Now if the focus would work
12742         right...
12743
12744 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12745
12746         * Makefile.am:
12747         * backend/Makefile.am:
12748         * data/Makefile.am:
12749         * dvi/Makefile.am:
12750         * dvi/dvilib/Makefile.am:
12751         * pdf/xpdf/Makefile.am:
12752         * po/POTFILES.in:
12753         * ps/Makefile.am:
12754
12755         Fix distcheck
12756
12757 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12758
12759         * shell/ev-view.c: (ev_view_realize):
12760
12761         Fix mouse wheel scrolling
12762
12763 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12764
12765         * ps/Makefile.am:
12766         * ps/gstypes.h:
12767         * ps/gtkgs.c:
12768         * ps/gtkgs.h:
12769         * ps/ps-document.c: (catchPipe), (ps_document_init),
12770         (ps_document_class_init), (ps_document_cleanup),
12771         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12772         (set_up_page), (close_pipe), (is_interpreter_ready),
12773         (interpreter_failed), (output), (input), (start_interpreter),
12774         (stop_interpreter), (file_length), (file_readable),
12775         (check_filecompressed), (check_pdf), (compute_xdpi),
12776         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12777         (ps_document_get_type), (ps_document_emit_error_msg),
12778         (document_load), (ps_document_next_page),
12779         (ps_document_get_current_page), (ps_document_get_page_count),
12780         (ps_document_goto_page), (ps_document_set_page_size),
12781         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12782         (ps_document_load), (ps_document_get_n_pages),
12783         (ps_document_set_page), (ps_document_get_page),
12784         (ps_document_widget_event), (ps_document_set_target),
12785         (ps_document_set_scale), (ps_document_set_page_offset),
12786         (ps_document_get_page_size), (ps_document_render),
12787         (ps_document_document_iface_init):
12788         * ps/ps-document.h:
12789         * ps/ps.c:
12790         * shell/ev-window.c: (ev_window_open):
12791
12792         Rename GtkGS to PSDocument
12793
12794 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12795
12796         * ps/gtkgs.c: (gtk_gs_class_init):
12797         * ps/gtkgs.h:
12798
12799         Some more leftover...
12800
12801 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12802
12803         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12804         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12805         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12806         * ps/gtkgs.h:
12807
12808         Remove unused code and make a lot of stuff private
12809
12810 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12811
12812         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12813         (gtk_gs_defaults_changed):
12814         * ps/gsdefaults.h:
12815         * ps/gtkgs.c:
12816         * ps/gtkgs.h:
12817         * ps/ps.h:
12818
12819         Cleanup headers dependencies
12820
12821 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12822
12823         * ps/Makefile.am:
12824         * ps/ggvutils.c:
12825         * ps/ggvutils.h:
12826         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12827         * ps/gsdefaults.h:
12828         * ps/gtkgs.c: (file_length), (file_readable),
12829         (check_filecompressed), (check_pdf), (gtk_gs_load),
12830         (gtk_gs_get_postscript):
12831
12832         Get rid of ggvutils
12833
12834 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12835
12836         * ps/ggvutils.c:
12837         * ps/ggvutils.h:
12838         * ps/gsio.h:
12839         * ps/gtkgs.c: (gtk_gs_set_zoom):
12840
12841         Cleanups
12842
12843 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12844
12845         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12846
12847         Ensure the page is rerendered when changing zoom
12848
12849 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12850
12851         * backend/ev-document.c: (ev_document_base_init),
12852         (ev_document_changed):
12853         * backend/ev-document.h:
12854
12855         Add a changed event that is emitted when the page content
12856         changes. This is necessary to deal with the fact that
12857         in ps backend rendering happen asycrounously.
12858         This makes the ps backend mostly work.
12859
12860         * pdf/xpdf/pdf-document.cc:
12861
12862         Emit changed event
12863
12864         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12865         (ps_document_set_target):
12866
12867         Emit changed event
12868
12869         * shell/ev-view.c: (document_changed_callback),
12870         (ev_view_set_document), (ev_view_set_page):
12871
12872         Redraw on the changed signal
12873
12874 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12875
12876         * configure.ac: Added pt_BR to ALL_LINGUAS.
12877
12878 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12879
12880         * backend/ev-document-bookmarks.c:
12881         (ev_document_bookmarks_get_child): *
12882         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12883         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12884         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12885         (ev_sidebar_bookmarks_destroy),
12886         (ev_sidebar_bookmarks_class_init),
12887         (ev_sidebar_bookmarks_construct), (stack_data_free),
12888         (do_one_iteration), (populate_bookmarks_idle),
12889         (ev_sidebar_bookmarks_clear_document),
12890         (ev_sidebar_bookmarks_set_document): *
12891         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12892         (ev_sidebar_add_page),
12893         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12894         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12895         it displays both the topics and the page numbers.
12896
12897 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12898
12899         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12900         toggle.
12901         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12902         visible.
12903
12904 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12905
12906         * configure.ac: Added en_CA to ALL_LINGUAS.
12907
12908 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12909
12910         * ChangeLog: replace bottom of this ChangeLog (merged history of
12911         ggv and gpdf; where all paths were wrong and most of the files are
12912         not even in this tree) with ChangeLog (from arch) of the shell
12913         code.
12914
12915 2004-12-23  Havoc Pennington  <hp@redhat.com>
12916
12917         * shell/ev-window.c: hook up potentially-questionable "find
12918         results status text" feature - something involving the sidebar or
12919         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12920         might be better in the end.
12921
12922         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12923         with corresponding signal when it should be updated
12924
12925         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12926
12927 2004-12-22  Havoc Pennington  <hp@redhat.com>
12928
12929         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12930         find stuff on other pages, sort of (only returns one result on
12931         invisible pages, to show they have results; updates full results
12932         for a page when you view it). Currently repaints the current page
12933         every time a new result is found on any page, which isn't so nice.
12934
12935 2004-12-22  Havoc Pennington  <hp@redhat.com>
12936
12937         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12938         the document doesn't support find (better ideas?)
12939         (find_bar_search_changed_cb): handle missing document or document
12940         that doesn't support find
12941
12942         * pdf/xpdf/pdf-document.cc: port to implement the new
12943         EvDocumentFindIface
12944
12945         * backend/ev-document-find.c: create a new interface for searching
12946
12947         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12948
12949 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12950
12951         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12952         libevbackend.la.
12953
12954         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12955         EvPrintJob constructor arguments.
12956
12957         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12958         for documents that can export PostScript (page by page).
12959
12960         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12961         
12962         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12963         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12964         (pdf_document_ps_exporter_iface_init:
12965         Implement EvPSExporter.
12966
12967         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12968
12969 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12970
12971         * backend/Makefile.am:
12972         * backend/ev-document-thumbnails.c:
12973         (ev_document_thumbnails_get_type),
12974         (ev_document_thumbnails_get_thumbnail):
12975         * backend/ev-document-thumbnails.h:
12976         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12977         (pixbuf_document_thumbnails_get_thumbnail),
12978         (pixbuf_document_document_thumbnails_iface_init):
12979         * shell/Makefile.am:
12980         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12981         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12982         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12983         * shell/ev-sidebar-thumbnails.h:
12984         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12985         (ev_sidebar_set_document):
12986         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12987         (create_shadow), (ev_pixbuf_add_shadow):
12988         * shell/ev-utils.h:
12989         Add thumbnail support.
12990         
12991 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12992
12993         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12994         (using_postscript_printer): Set up a print dialog for "PostScript
12995         injection" method.
12996
12997         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12998         EvPrintJob.
12999
13000         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13001
13002 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13003
13004         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13005         (ps_document_set_target), (ps_document_get_page_size),
13006         (ps_document_render):
13007         * ps/gtkgs.h:
13008
13009         Fix a few bugs
13010
13011 2004-12-22  Christian Rose  <menthos@menthos.com>
13012
13013         * configure.ac: Added "sv" to ALL_LINGUAS.
13014
13015 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13016
13017         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13018         document supports bookmarks.
13019
13020 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13021
13022         * ps/ggvutils.c: (ggv_file_readable):
13023         * ps/ggvutils.h:
13024         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13025         (gtk_gs_get_postscript):
13026
13027         Remove unused utils
13028
13029 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13030
13031         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13032         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13033         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13034         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13035         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13036         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13037         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13038         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13039         (gtk_gs_set_antialiasing), (ps_document_load),
13040         (ps_document_render):
13041         * ps/gtkgs.h:
13042
13043         Another check point for the ps backend. Now I can get it to show
13044         pages!
13045
13046 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13047
13048         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13049         document setting code.
13050
13051 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13052
13053         * shell/eggfindbar.c: (entry_activate_callback):
13054         Animate the next button when activate is pressed.
13055         
13056 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13057
13058         * shell/ev-window.c: (ev_window_cmd_edit_find),
13059         (update_fullscreen_popup), (ev_window_fullscreen),
13060         (ev_window_unfullscreen), (ev_window_state_event_cb),
13061         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13062         Fix bugs in fullscreen code.
13063         
13064 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13065
13066         * Makefile.am:
13067         * configure.ac:
13068         * pixbuf/Makefile.am:
13069         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13070         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13071         (pixbuf_document_set_page), (pixbuf_document_get_page),
13072         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13073         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13074         (pixbuf_document_render), (pixbuf_document_begin_find),
13075         (pixbuf_document_end_find), (pixbuf_document_finalize),
13076         (pixbuf_document_class_init),
13077         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13078         * pixbuf/pixbuf-document.h:
13079         * shell/Makefile.am:
13080         * shell/ev-application.c: (ev_application_open):
13081         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13082         (ev_window_open):
13083         Add pixbuf backend.
13084         
13085 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13086
13087         * Makefile.am: 
13088         * dvi/dvilib/Makefile.am:
13089         * dvi/Makefile.am:
13090         * configure.ac: Auto*ify dvi and dvi/dvilib
13091
13092         * dvi/Makefile: Remove from CVS
13093         
13094         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13095         confusion.
13096
13097         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13098         
13099         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13100         
13101 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13102
13103         * ps/Makefile.am:
13104         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13105         (gtk_gs_value_adjustment_changed), (compute_size),
13106         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13107         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13108         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13109         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13110         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13111         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13112         (ps_document_load), (ps_document_get_n_pages),
13113         (ps_document_set_page), (ps_document_get_page),
13114         (ps_document_set_target), (ps_document_set_scale),
13115         (ps_document_set_page_offset), (ps_document_get_page_size),
13116         (ps_document_render), (ps_document_begin_find),
13117         (ps_document_end_find), (ps_document_document_iface_init):
13118         * ps/gtkgs.h:
13119         * shell/Makefile.am:
13120         * shell/ev-window.c: (ev_window_open):
13121
13122         Some work to integrate gtkgs with EvDocument
13123
13124 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13125
13126         * shell/ev-window.c: (update_fullscreen_popup),
13127         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13128         (exit_fullscreen_button_clicked_cb),
13129         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13130         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13131         (ev_window_state_event_cb), (ev_window_init):
13132         Add fullscreen support from Epiphany.
13133         
13134 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13135
13136         * data/ev-stock-zoom-fit-width.png: fit-width
13137         stock icon from gpdf.
13138         
13139         * shell/ev-stock-icons.[ch]: copied from gpdf.
13140         
13141         * shell/main.c: (main): init stock icons.
13142         
13143         * shell/ev-window.c: use the fit-width icon.
13144         
13145         * data/evince-ui.xml: add zooming toolbar items.
13146
13147 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13148
13149         * shell/ev-view.c: 
13150         (ev_view_best_fit), (ev_view_fit_width): because
13151         get_page_size() returns the scaled page size, we
13152         need to calculate the scale factor relative to
13153         the previous scale factor. Should really just
13154         add get_real_page_size().
13155
13156 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13157
13158         * shell/ev-view.[ch]:
13159         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13160         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13161         add zooming.
13162         
13163         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13164         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13165         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13166         hook it up.
13167         
13168         * pdf/xpdf/pdf-document.cc:
13169         (pdf_document_begin_find),
13170         (pdf_document_end_find): make static.
13171
13172 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13173
13174         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13175
13176         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13177         names to fontconfig patterns.
13178         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13179
13180         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13181         setupBaseFontsFc.
13182
13183 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13184
13185         * Makefile.am:
13186         * configure.ac:
13187         * ps/Makefile.am:
13188         * ps/ggvutils.c:
13189         * ps/ggvutils.h:
13190         * ps/gsdefaults.c:
13191         * ps/gsdefaults.h:
13192         * ps/gsio.c:
13193         * ps/gsio.h:
13194         * ps/gtkgs.c:
13195         * ps/gtkgs.h:
13196         * ps/ps.c:
13197         * ps/ps.h:
13198
13199         Import ggv backend. Not hooked up yet.
13200
13201 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13202
13203         * shell/main.c: (load_files), (main): load files
13204         from the command line.
13205
13206 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13207
13208         * configure.ac: don't require bonobo.
13209         
13210         * cut-n-paste/recent-files/*: kill bonobo recent
13211         view.
13212
13213         * shell/ev-window.c:
13214         (ev_window_is_empty): upd.
13215         (unable_to_load), (ev_window_open): load backend
13216         based on the mime type.
13217
13218 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13219
13220         * backend/.cvsignore: ignore generated marshalers source.
13221
13222         * shell/main.c (main): this is not epiphany.
13223
13224 2004-12-22  Havoc Pennington  <hp@redhat.com>
13225
13226         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13227         (expose_bin_window): draw find highlights
13228
13229         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13230         
13231         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13232         (pdf_document_end_find): implement this interface
13233
13234         * backend/ev-document.c (ev_document_found): add this to emit
13235         signal
13236
13237 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13238
13239         * data/evince-ui.xml: Add a few more toolbar items.
13240
13241         * shell/ev-window.c: Hook up page navigation toolbar 
13242         items.
13243
13244         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13245         a page-changed signal.
13246
13247         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13248         Add ev_document_get_page().
13249
13250         * shell/ev-window.c: Sensitize/desensitize navigation
13251         actions.
13252
13253 2004-12-21  Havoc Pennington  <hp@redhat.com>
13254
13255         * backend/ev-backend-marshal.c,
13256         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13257         marshaler-generator thingy. I'm sure there's a better way to do
13258         this in the modern world.
13259
13260         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13261         end_find methods and "found" signal.
13262
13263         * configure.ac: find glib-genmarshal
13264
13265 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13266
13267         * shell/ev-sidebar.c: Construct an actual sidebar.
13268         * shell/ev-sidebar-bookmarks.[ch]:
13269         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13270
13271 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13272
13273         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13274         Redo size handling.
13275         
13276         * shell/ev-view.c: Track the size from the document.
13277
13278 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13279
13280         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13281         constructor assumes ownership of the string passed in.
13282         
13283         * shell/ev-window.c (ev_window_open): Destroy the error
13284         dialog once we've displayed it.
13285
13286 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13287
13288         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13289         a bit, it works! (sort of)
13290
13291         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13292         Move to .cc since we need to use C++ in the implementation.
13293
13294         * shell/dummy.cc: Add a CC file to force evince
13295         to be linked as a C++ program.
13296
13297 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13298
13299         * shell/ev-view.[ch]: Start of content-area widget.
13300
13301         * shell/ev-window.c: Create a EvView, update it
13302         as we change documents.
13303
13304         * shell/Makefile.am shell/ev-marshal.list: Add
13305         generated marshalers.
13306
13307 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13308
13309         * Makefile.am (SUBDIRS): move shell.
13310
13311 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13312
13313         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13314         .a to libtool convenience libraries.
13315
13316         * shell/ev-window.c (ev_window_open): Hard code loading
13317         a PDF document.
13318         
13319         * backend/ev-document.h: Add a boolean return to load(),
13320         fix GError * to GError **.
13321
13322         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13323         object for a PDF backend EvDocument.
13324
13325 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13326
13327         * dvi/*: New directory with the beginning of a .dvi backend.
13328
13329 2004-12-21  Havoc Pennington  <hp@redhat.com>
13330
13331         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13332         previous/next instead of back/forward
13333
13334 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13335
13336         * backend/ev-document.[ch]: Fix a couple of problems so
13337         it compile.
13338
13339 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13340
13341         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13342         to backend/ directory, rename EvViewer to EvDocument.
13343
13344 2004-12-21  Havoc Pennington  <hp@redhat.com>
13345
13346         * shell/ev-window.c: hook up the find bar widget; now we just need
13347         a document to find things in
13348
13349         * shell/eggfindbar.c: a find bar widget
13350
13351 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13352
13353         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13354
13355 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13356
13357         * pdf/**: Import of xpdf code from gpdf. 
13358
13359         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13360
13361         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13362         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13363         Fix FreeType includes.
13364
13365         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13366         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13367         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13368         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13369         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13370         Include xpdfconfig.h
13371         
13372 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13373
13374         * shell/ev-window.c (ev_window_dispose): dispose can be called
13375         multiple times.
13376
13377 2004-12-21  Havoc Pennington  <hp@redhat.com>
13378
13379         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13380         rather than Evince
13381
13382         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13383         items; really they should be synced with the strings, etc. from
13384         current gpdf, but just getting the boring typing out of the way 
13385
13386 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13387
13388         * po/POTFILES.in:
13389         * shell/ev-application.c: (window_destroy_cb):
13390         * shell/ev-window.c:
13391         * shell/main.c: (main):
13392
13393         Actually show the window...
13394
13395 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13396
13397         * Makefile.am:
13398         * shell/Makefile.am:
13399         * shell/ev-application.c: (ev_application_class_init):
13400         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13401
13402         Make it build again
13403
13404 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13405
13406         Import to gnome cvs.
13407         
13408         * Remove copies of gpdf and ggv trees.
13409         * Rip out all the recursive configure code.
13410         * Remove bonobo machinery.
13411         * viewer/*: GInterfaces that backends should/can implement.
13412
13413 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13414
13415         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13416         typo
13417
13418 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13419
13420         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13421         (ev_application_finalize, ev_application_class_init)
13422         (ev_application_init): use GType instance private data for priv.
13423
13424         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13425         (ev_window_finalize, ev_window_class_init)
13426         (ev_window_init): ditto.
13427
13428 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13429
13430         * shell/ev-application.c (ev_application_new_window): make public
13431         (ev_application_show_initial_window): kill.
13432
13433         * shell/ev-application.h: update prototypes.
13434
13435         * shell/main.cc (main): inline ev_application_show_initial_window.
13436
13437 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13438
13439         * shell/ev-application.c (ev_application_new_window): impl.
13440         (ev_application_show_initial_window): use it.
13441         (is_window_empty, ev_application_get_empty_window): returns an
13442         existing empty window or a new one.
13443         (ev_application_open): from ev_window_cmd_file_open.
13444
13445         * shell/ev-application.h: update prototypes
13446
13447         * shell/ev-window.c (ev_window_is_empty): impl.
13448         (ev_window_open): make public.
13449         (ev_window_cmd_file_open): use ev_application_open
13450
13451         * shell/ev-window.h: update prototypes, remove unused.
13452
13453 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13454
13455         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13456         move destroy handler out of here...
13457
13458         * shell/ev-application.c, shell/ev-application.h: ...into this new
13459         class. Also handles initial window creation.
13460
13461         * shell/main.cc (main): use EvApplication to create initial
13462         window.
13463
13464 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13465
13466         * Makefile.am (SUBDIRS): add cut-n-paste
13467
13468         * cut-n-paste/Makefile.am: add
13469
13470         * configure.ac: generate Makefiles in cut-n-paste
13471
13472 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13473
13474         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13475         (ev_window_class_init): install ev_window_dispose.
13476
13477 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13478
13479         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13480         char (gchar looks stupid).
13481
13482 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13483
13484         * po/de.po: updated German translation.
13485
13486 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13487
13488         * configure.ac: add more pkg-config library checks for gnome-vfs,
13489         bonobo etc.
13490
13491         * gpdf/configure.in: temporarily disable libpaper
13492         checks. Otherwise I'd have to add the checks for the shell, too.
13493
13494 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13495
13496         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13497         and * file filters to the file choose.
13498
13499 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13500
13501         * po/de.po: Updated German translation.
13502
13503 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13504
13505         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13506
13507 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13508
13509         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13510
13511         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13512         (ev_window_init): implement those menuitems.
13513
13514 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13515
13516         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13517
13518         * shell/ev-window.c (ev_window_init): use the toolbar.
13519
13520 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13521
13522         * shell/ev-window.c (ev_window_init): use menu translations
13523
13524 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13525
13526         * configure.ac: add "de" to ALL_LINGUAS.
13527
13528         * po/de.po: add German translation.
13529
13530 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13531
13532         * Makefile.am (SUBDIRS): add po
13533
13534         * configure.ac: check intltool, glib-gettext etc, generate
13535         po/Makefile.in
13536
13537         * po, po/POTFILES.in, po/POTFILES.skip: new.
13538
13539 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13540
13541         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13542         already use (#ifdef ENABLE_NLS)
13543
13544         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13545         pointer indirection thinko.
13546
13547         * shell/main.c: include gi18n.h for bindtextdomain etc.
13548
13549 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13550
13551         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13552         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13553         tooltips for menu items in the statusbar.
13554
13555 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13556
13557         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13558         pkgdatadir drop UIDIR
13559
13560 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13561
13562         * data/evince-ui.xml: Add File->Open menu item
13563
13564         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13565         chooser), hook it up in the ui manager.
13566
13567 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13568
13569         * shell/ev-window.c: fix Help->About tooltip.
13570
13571 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13572
13573         * configure.ac: set CFLAGS for libevprivate.
13574
13575         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13576         definitions, factory etc.
13577
13578         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13579
13580         * shell/Makefile.am: link against libevprivate.a.
13581
13582         * shell/ev-window.c (entries): add stock icon to Help->About.
13583
13584         * shell/main.c (main): init stock icon code.
13585
13586 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13587
13588         * lib/recent-files: egg recent files code
13589
13590         * lib/Makefile.am: add.
13591
13592         * Makefile.am: add lib subdir.
13593
13594         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13595         set CFLAGS for recent-files.
13596
13597 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13598
13599         * configure.ac: disable -ansi and -pedantic gcc flags. They
13600         disable POSIX stuff in stdio.h, but egg-recent uses them.
13601
13602 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13603
13604         * configure.ac: add --disable-deprecated flag (defaults to on in
13605         "cvs" builds).
13606
13607         * shell/Makefile.am (INCLUDES): use it.
13608
13609 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13610
13611         * shell/main.c: add missing #include.
13612
13613         * shell/ev-window.c: fix for pedantic gcc.
13614         (ev_window_cmd_help_about): split license into paragraphs for
13615         translators and pedantic compilers.
13616
13617 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13618
13619         * configure.ac: add more warning flags if compiling with gcc from
13620         cvs (or explicitly requested with --enable-more-warnings).
13621
13622 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13623
13624         * data/evince-ui.xml: add File and File->Close menu.
13625
13626         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13627         (ev_window_destroy): quit after destroy.
13628         (ev_window_class_init): override GtkObject::destroy.
13629         (entries): install close_window callback.
13630
13631 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13632
13633         * Makefile.am (SUBDIRS): add data subdir.
13634
13635         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13636         gtk+ 2.5.0 for GtkAboutDialog.
13637
13638         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13639         main window.
13640
13641         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13642
13643         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13644         manager.
13645         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13646
13647 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13648
13649         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13650
13651 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13652
13653         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13654
13655 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13656
13657         * shell/*: Added shell directory boilerplate, build it.
13658
13659 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13660
13661         * configure.ac, Makefile.am: Added top-level configure.ac and
13662         Makefile.am