]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for release 2.23.4.
[evince.git] / ChangeLog
1 2008-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2
3         * configure.ac:
4         
5         Update for release 2.23.4.
6
7 2008-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * NEWS:
10
11         Update news for 2.23.4 release.
12         
13 2008-06-16  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * backend/pdf/ev-poppler.cc: (pdf_document_get_info):
16         * shell/ev-sidebar-thumbnails.c:
17         (ev_sidebar_thumbnails_set_loading_icon),
18         (ev_sidebar_thumbnails_refresh):
19         * shell/ev-window.c: (ev_window_error_message),
20         (ev_window_warning_message), (ev_window_refresh_window_thumbnail),
21         (ev_window_set_document):
22
23         Do not crash opening documents with no pages and show a warning
24         message in the message area. Fixes bugs #537574 and #171588.
25         
26 2008-06-15  Carlos Garcia Campos  <carlosgc@gnome.org>
27
28         * shell/Makefile.am:
29         * shell/ev-file-monitor.[ch]:
30         * shell/ev-window.c: (ev_window_document_changed),
31         (ev_window_clear_reload_job), (ev_window_load_job_cb),
32         (ev_window_reload_job_cb), (ev_window_open_uri),
33         (ev_window_reload_document), (ev_window_cmd_view_reload),
34         (ev_window_dispose):
35
36         Automaticly reload the document when the file has changed on
37         disk. Bug #304249.
38         
39 2008-06-10  Cosimo Cecchi  <cosimoc@gnome.org>
40
41         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
42         * libdocument/ev-image.c: (ev_image_save_tmp):
43         * libdocument/ev-module.c: (ev_module_load):
44         * shell/ev-application.c: (ev_application_shutdown),
45         (ev_application_get_print_settings):
46         * shell/ev-sidebar-attachments.c:
47         (ev_sidebar_attachments_button_press),
48         (ev_sidebar_attachments_drag_data_get):
49         * shell/ev-window.c: (window_save_file_copy_ready_cb),
50         (ev_window_print_finished), (ev_window_print_send),
51         (ev_window_print_job_cb), (ev_window_cmd_help_contents),
52         (ev_window_preview_print_finished), (ev_window_do_preview_print),
53         (ev_window_cmd_preview_print):
54         * shell/main.c: (load_files_remote):
55         Fix some build warnings under GCC 4.3.0. (#537535).
56
57 2008-05-29  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * shell/ev-jobs.c: (ev_job_render_dispose):
60
61         Fix a crash in debug mode. Patch by Daniel M German.
62         
63 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * shell/ev-window.c:
66
67         Add Ctrl+N keybinding for Open a Copy. Fixes bug #532239.
68         
69 2008-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * shell/ev-window.c: (ev_window_print_send),
72         (ev_window_do_preview_print):
73
74         Use the window title as print job name instead of just
75         "evince-print". Fixes bug #534493.
76         
77 2008-05-19  Frederic Peters  <fpeters@0d.be>
78
79         * libdocument/Makefile.am: fixed typo in ev-debug.h filename.
80         Bug #533897.
81
82 2008-05-19  Frederic Peters  <fpeters@0d.be>
83
84         * help/reference/Makefile.am: added missing libevmountoperation to
85         gtkdoc-scanobj libraries.  Bug #533896.
86
87 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
88
89         * properties/ev-properties-view.c (get_default_user_units):
90         Fixes check for default units string translation. Bug #533323.
91
92 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
93
94         * backend/impress/iksemel.c (sax_core): Fix a free() that should
95         be an iks_free(). Fix an array overflow in the XML parser that
96         would occur whenever the number of attributes in a tag was greater
97         than 0 and divisible by 6. Fixes GNOME bug #530852.
98
99 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
100
101         * backend/djvu/djvu-document-private.h:
102         * backend/djvu/djvu-links.c:
103         * backend/djvu/djvu-text.c:
104         * backend/djvu/djvu-document.c: (djvu_handle_events),
105         (djvu_wait_for_message), (djvu_document_load),
106         (document_get_page_size), (djvu_document_render),
107         (djvu_document_thumbnails_get_thumbnail),
108         (djvu_document_file_exporter_end):
109
110         Make sure load job doesn't finish successfully when the document
111         is not successfully decoded by libdjvu. Fixes bug #530202.
112         
113 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
114
115         * configure.ac:
116         * libdocument/Makefile.am:
117         * libdocument/ev-debug.[ch]:
118         * libdocument/ev-document.c:
119         * shell/ev-jobs.c: (ev_job_links_dispose),
120         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
121         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
122         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
123         (ev_job_render_page_ready), (ev_job_render_run),
124         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
125         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
126         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
127         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
128         (ev_job_print_new), (ev_job_print_run):
129         * shell/main.c: (main):
130
131         Add debug mode based on gedit code. Add debug messages in
132         ev-jobs.
133         
134 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
135
136         * libdocument/ev-document-factory.c: (get_document_from_uri):
137
138         Fix memory leak.
139         
140 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
141
142         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
143         (get_mime_type_from_data), (get_document_from_uri),
144         (ev_document_factory_get_document):
145         
146         Improved error message about file opening failture.
147         Bug #529129.
148
149 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
150
151         * data/evince-toolbar.xml:
152         
153         Allow to add SaveAs to toolbar.
154
155 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/ev-view-private.h:
158         * shell/ev-view.[ch]: (ev_view_button_release_event),
159         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
160         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
161         (ev_view_update_primary_selection), (clear_link_selected),
162         (ev_view_copy_link_address):
163         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
164
165         Update also the primary selection when copying a link
166         address. Fixes bug #520855.
167         
168 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * libdocument/ev-document-factory.c: (get_document_from_uri):
171
172         Use the pixbuf backend only when the mime type is not supported by
173         any of the other backend so that tiff documents, for instance, are
174         handled by the tiff backend instead of the pixbuf backend. fixes
175         bug #520290.
176         
177 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * cut-n-paste/Makefile.am:
180
181         Add evmountoperation to subdirs list.
182         
183 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * configure.ac:
186
187         Fix libspectre check in configure script. Fixes bug #528549.
188         
189 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
190
191         * configure.ac:
192         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
193         * shell/Makefile.am:
194         * shell/ev-window.c: (ev_window_load_remote_failed),
195         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
196
197         Add GtkMountOperation (renamed to avoid conflicts) to be able to
198         open documents in remote locations that are not mounted.
199         
200 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
203         (bitmap_convert_msb8):
204         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
205         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
206
207         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
208         
209 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
210
211         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
212         (ev_job_render_new), (ev_job_render_set_selection_info),
213         (ev_job_render_run):
214         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
215         (check_job_size_and_unref),
216         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
217         (add_job), (ev_pixbuf_cache_get_selection_surface):
218
219         Create the render context needed for rendering a page in the render
220         thread so that we don't block the main thread. Simplify
221         EvJobRender API.
222         
223 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
224
225         * libdocument/Makefile.am:
226         * libdocument/ev-page.[ch]:
227         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
228         (ev_render_context_new), (ev_render_context_set_page):
229         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
230         (ev_form_field_finalize), (ev_form_field_class_init):
231         * libdocument/ev-document-forms.[ch]:
232         (ev_document_forms_get_form_fields):
233         * libdocument/ev-document.[ch]: (ev_document_get_page),
234         (ev_document_get_page_size), (ev_document_get_page_label):
235         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
236         (ev_job_render_run), (ev_job_thumbnail_new),
237         (ev_job_thumbnail_run), (ev_job_print_run):
238         * shell/ev-page-cache.c: (ev_page_cache_new):
239         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
240         (check_job_size_and_unref), (add_job):
241         * shell/ev-sidebar-thumbnails.c: (add_range):
242         * shell/ev-view.c: (ev_view_form_field_get_region),
243         (ev_view_form_field_button_create_widget),
244         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
245         (ev_view_handle_form_field), (ev_view_size_allocate),
246         (get_selected_text):
247         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
248         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
249         (pdf_document_get_page), (pdf_document_get_page_label),
250         (pdf_document_render), (pdf_document_get_info),
251         (pdf_document_document_iface_init),
252         (pdf_document_thumbnails_get_thumbnail),
253         (pdf_document_thumbnails_get_dimensions),
254         (pdf_document_file_exporter_do_page),
255         (pdf_selection_render_selection),
256         (pdf_selection_get_selected_text),
257         (pdf_selection_get_selection_region),
258         (pdf_selection_get_selection_map),
259         (pdf_document_forms_get_form_fields),
260         (pdf_document_forms_form_field_text_get_text),
261         (pdf_document_forms_form_field_text_set_text),
262         (pdf_document_forms_form_field_button_set_state),
263         (pdf_document_forms_form_field_button_get_state),
264         (pdf_document_forms_form_field_choice_get_item),
265         (pdf_document_forms_form_field_choice_get_n_items),
266         (pdf_document_forms_form_field_choice_is_item_selected),
267         (pdf_document_forms_form_field_choice_select_item),
268         (pdf_document_forms_form_field_choice_toggle_item),
269         (pdf_document_forms_form_field_choice_unselect_all),
270         (pdf_document_forms_form_field_choice_set_text),
271         (pdf_document_forms_form_field_choice_get_text):
272         * backend/ps/ev-spectre.c: (ps_document_get_page),
273         (ps_document_get_page_size), (ps_document_get_page_label),
274         (ps_document_render), (ps_document_document_iface_init),
275         (ps_document_file_exporter_do_page):
276         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
277         (tiff_document_render), (tiff_document_render_pixbuf),
278         (tiff_document_file_exporter_do_page):
279         * backend/pixbuf/pixbuf-document.c:
280         (pixbuf_document_get_page_size):
281         * backend/comics/comics-document.c:
282         (comics_document_get_page_size), (comics_document_render_pixbuf):
283         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
284         (djvu_document_render), (djvu_selection_get_selected_text),
285         (djvu_document_thumbnails_get_thumbnail),
286         (djvu_document_file_exporter_do_page),
287         (djvu_document_find_get_result):
288         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
289         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
290         (dvi_document_thumbnails_get_thumbnail),
291         (dvi_document_file_exporter_do_page):
292         * backend/impress/impress-document.c:
293         (impress_document_get_page_size),
294         (impress_document_render_pixbuf):
295         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
296
297         Add EvPage so that we can hold a reference to the backend
298         page. Form fields keep now a reference to the poppler page
299         improving performance since we don't have to create/destroy the
300         poppler field for every form operation. This will be needed for
301         annotations too.
302         
303 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
304
305         * data/evince-ui.xml:
306         * shell/ev-window.c:
307
308         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
309         
310 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
311
312         * configure.ac:
313         * backend/ps/Makefile.am:
314
315         Remove gs stuff from ps backend.
316         
317 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
318
319         * configure.ac:
320         * backend/pdf/ev-poppler.cc:
321
322         Bump poppler requirement to 0.8.0.
323         
324 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
325
326         * NEWS:
327         * configure.ac:
328
329         Update for release 2.22.1.1
330
331 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
332
333         * configure.ac:
334
335         Fix build (again) when poppler version is 0.6
336         
337 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
338
339         * backend/djvu/djvu-links.c: (build_tree):
340
341         Make sure link title is a valid utf8 string. Fixes bug #526517.
342         
343 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
344
345         * configure.ac:
346
347         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
348         #526799.
349         
350 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
351
352         * configure.ac:
353         
354         Update for release 2.22.1.
355
356 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
357
358         * NEWS:
359
360         Update for upcoming release.
361
362 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * configure.ac:
365         * backend/dvi/dvidocument.evince-backend.in:
366
367         Add compressed dvi to the list of supported mime types. Patch by
368         Ed Catmur. Fixes bug #307087.
369
370 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * shell/ev-jobs.c: (ev_job_print_get_page_list):
373
374         Fix a crash when printing a range that doesn't specify the start or
375         end page. Fixes bug #524288.
376
377 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * shell/ev-window.c: (ev_window_cmd_continuous),
380         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
381         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
382         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
383         (ev_window_run_presentation), (ev_window_stop_presentation),
384         (ev_window_cmd_view_presentation),
385         (ev_window_cmd_leave_fullscreen),
386         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
387
388         Do not unfullscreen and fullscreen again the window when changing
389         from fullscreen to presentation mode and vice versa. Fixes bug
390         #524112.
391         
392 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
393
394         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
395
396         Do not crash when thumbnail failed to render in PS backend. Fixes
397         bug #525015.
398         
399 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
400
401         * shell/ev-window.c: (window_open_file_copy_ready_cb),
402         (ev_window_load_file_remote), (ev_window_open_uri):
403
404         Handle errors when opening remote files.
405         
406 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
407
408         * shell/ev-page-action.c: (ev_page_action_grab_focus):
409
410         Only grab the focus for the current visible proxy widget. Fixes
411         bug #521224.
412         
413 2008-03-30  Emil Soleyman  <emil@nishra.com>
414
415         * shell/ev-window.c: (launch_external_uri):
416         
417         Reuse g_app_info_launch_default_for_uri to
418         save some code and fix bug #525009.
419
420 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
421
422         * shell/ev-window.c (image_save_dialog_response_cb):
423
424         Use g_str_has_suffix. See bug #523069.
425
426 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
427
428         * configure.ac:
429
430         Add a configure option to enable/diable DBus. Patch by Rémi
431         Cardona. Fixes bug 521797.
432
433 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
436
437         Fix printing in documents with rotated pages. Patch by Eugen
438         Dedu. Fixes bug #512648.
439         
440 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
443         (ev_link_from_action):
444
445         Fix warning messages.
446         
447 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
448
449         * shell/ev-window.c: (image_save_dialog_response_cb):
450
451         Do not append the extension to filename when saving an image
452         if the filename alredy contains the extension. Fixes bug #523069.
453         
454 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * shell/ev-view.[ch]: (ev_view_find_cancel):
457         * shell/ev-window.c: (find_bar_close_cb):
458
459         Cancel the find operation when the find bar is closed. Fixes bug
460         #508845.
461         
462 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
463
464         * backend/ps/psdocument.evince-backend.in:
465
466         Make ps backend module resident. Fixes bug #520607.
467         
468 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
469
470         * shell/ev-jobs.c: (ev_job_print_run):
471
472         Invert collate action in order to work as expected, fix reverse
473         printing so that it doesn't start with a blank page and fix number
474         of copies. Patch by Eugen Dedu. Fixes bug #365332.
475         
476 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
477
478         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
479
480         Fix build with poppler <= 0.7.2
481         
482 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * libdocument/ev-document-misc.c:
485         (ev_document_misc_surface_from_pixbuf):
486
487         Fix selections with poppler-splash.
488         
489 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * configure.ac:
492         * backend/pdf/ev-poppler.cc:
493
494         Fix build with poppler >= 0.7.2
495         
496 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
497
498         * configure.ac:
499         
500         Update for release 2.22.0
501
502 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * NEWS:
505
506         Update for upcoming release.
507
508 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
509
510         * shell/ev-window.c (ev_window_print_dialog_response_cb):
511
512         Bug 495107 – Handle print dialog responses correctly
513
514         Correctly handle print dialog response. Properly fixes
515         the above mentioned bug.
516
517 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
518
519         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
520
521         Make sure print job is only run when the print button is
522         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
523         
524 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * backend/pdf/pdfdocument.evince-backend.in:
527         * libdocument/ev-backends-manager.c:
528         (ev_backends_manager_load_backend),
529         (ev_backends_manager_get_document):
530         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
531
532         Allow making backend modules resident. This is needed only for
533         some backends like pdf to avoid registering glib types more than
534         once.
535         
536 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
537
538         * backend/comics/comics-document.c:
539         * backend/djvu/djvu-document.c:
540         * backend/impress/impress-document.c:
541         * backend/pdf/ev-poppler.cc:
542         * backend/pixbuf/pixbuf-document.c:
543         * backend/ps/ev-spectre.c:
544         * backend/ps/ps-document.c:
545         * backend/tiff/tiff-document.c:
546         * libdocument/ev-document.h:
547         * properties/ev-properties-main.c:
548
549         Use g_type_module_add_interface instead of
550         g_type_add_interface_static. Fixes bug #519679.
551         
552 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
553
554         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
555         Added. Returns whether the animation has everything necessary to run.
556         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
557         is ready just because it's been created. Fixes #519106.
558         (draw_one_page): Do not show the "Loading..." text in presentation
559         mode, there was a slim probability that this could happen.
560
561 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
562
563         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
564
565         Duplicate mime_type string before freeing it so that it doesn't
566         always fail when getting mime type from uri. Fixes bug #518874.
567         
568 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
569
570         * shell/ev-view.c: (ev_view_form_field_choice_changed):
571
572         Fix a crash when a choice form field doesn't have any item
573         selected. Fixes bug #518831
574         
575 2008-02-25  Alexander Larsson  <alexl@redhat.com>
576
577         * shell/ev-window.c (ev_window_clear_temp_file):
578         Use g_file_has_prefix instead of renamed
579         g_file_contains_file.
580
581         * configure.ac:
582         Require new glib for above change.
583         
584 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
585
586         * libdocument/ev-image.c: (ev_image_finalize),
587         (ev_image_save_tmp):
588
589         Return a real uri instead of a filename when saving an
590         image. Fixes images drag an drop from evince to nautilus. 
591         
592 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * backend/pdf/ev-poppler.cc:
595         (pdf_document_images_get_image_mapping):
596
597         Return the image list in the right order. Fixes bug #516237.
598         
599 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
600
601         * backend/impress/impress-document.c:
602         (impress_document_thumbnails_get_thumbnail):
603
604         Remove unused variable to avoid a compiler warning.
605
606 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
607
608         * configure.ac:
609         
610         Update for release 2.21.91.
611
612 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
613
614         * configure.ac:
615         * shell/Makefile.am:
616         * shell/ev-application.[ch]:
617         * shell/ev-sidebar-links.c:
618         * shell/ev-utils.[ch]:
619         * shell/ev-window.[ch]:
620
621         Remove libgnomeprint support. Fixes bug #512370.
622         
623 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
624
625         * thumbnailer/evince-thumbnailer.c: (main):
626
627         Initialize glib type system before using it. Fixes bug #513934.
628         
629 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
630
631         * properties/ev-properties-main.c:
632
633         Add missing #include.
634         
635 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * configure.ac:
638         * backend/djvu/djvu-document.c: (djvu_document_render):
639         * backend/tiff/tiff-document.c: (tiff_document_render):
640
641         Use the new cairo function cairo_format_stride_for_width when
642         available. Fixes bug #482720.
643
644 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
645
646         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
647         (get_mime_type_from_data), (get_document_from_uri):
648
649         Use g_content_type_guess() only when slow is true in
650         get_document_from_uri(). Fix several memory leaks.
651         
652 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
653
654         * libdocument/ev-document-factory.c:
655         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
656         (get_document_from_uri):
657
658         Use g_content_type_guess () to get mimetype for files.
659         Bug #510401.
660
661 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
662
663         * thumbnailer/Makefile.am:
664
665         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
666         
667 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * configure.ac:
670
671         Fix build with --without-libgnome. Fixes bug #512771.
672         
673 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
674
675         * backend/dvi/Makefile.am: Install only dvi
676         module. Fixes bug #512718.
677
678 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
679
680         * properties/ev-properties-main.c: (nautilus_module_initialize):
681         
682         Initialize backends in properties tab. Fixes bug
683         #512720.
684
685 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
686
687         * properties/Makefile.am: No need to link with 
688         libraries. Fixes bug #512719.
689
690 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
691
692         * NEWS:
693         * configure.ac:
694         
695         Update for release 2.21.90.
696
697 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
698
699         * shell/ev-window.c: (ev_window_cmd_escape):
700
701         Fix compile warning.
702         
703 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
704
705         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
706
707         Fix printing in dvi backend when filename contains white
708         espaces. Fixes bug #502839.
709         
710 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
711
712         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
713         (screensaver_disable_x11):
714         * shell/Makefile.am:
715         * shell/xdg-user-dir-lookup.c: Removed
716         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
717         * shell/ev-view.c: (ev_view_presentation_transition_start):
718         * shell/ev-window.c: (ev_window_cmd_file_open),
719         (ev_window_cmd_save_as), (presentation_set_timeout):
720
721         Remove #ifdefs that are no longer needed.
722         
723 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * shell/ev-view.[ch]: (ev_view_button_release_event),
726         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
727         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
728         (ev_window_cmd_escape):
729
730         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
731         
732 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
733
734         * configure.ac:
735         * backend/comics/comics-document.c: (comics_document_load):
736         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
737         (ev_attachment_set_property), (ev_attachment_init),
738         (ev_attachment_save), (ev_attachment_launch_app),
739         (ev_attachment_open):
740         * libdocument/ev-document-factory.c: (get_document_from_uri):
741         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
742         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
743         * shell/ev-jobs.c:
744         * shell/ev-password.c: (ev_password_dialog_set_property),
745         (ev_password_dialog_save_password):
746         * shell/ev-sidebar-attachments.c:
747         (ev_sidebar_attachments_drag_data_get):
748         * shell/ev-window-title.c: (get_filename_from_uri):
749         * shell/ev-window.c: (ev_window_clear_temp_file),
750         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
751         (ev_window_open_uri), (window_save_file_copy_ready_cb),
752         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
753         (launch_external_uri), (image_save_dialog_response_cb),
754         (attachment_save_dialog_response_cb):
755         * shell/main.c: (load_files), (load_files_remote), (main):
756         * thumbnailer/evince-thumbnailer.c: (main):
757
758         Port to gio and drop gnome-vfs dependency. Fixes bug
759         #510401. Based on patch by Cosimo Cecchi.
760         
761 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
762
763         * NEWS:
764
765         Fixed formatting inconsistencies (spaces vs. tabs)
766
767 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
768
769         * shell/ev-window.c:
770
771         Use top/up/bottom/down arrows instead of
772         first/left/last/right in the toolbar and menu actions.
773         This fixes issues with RTL languages and is visually
774         consistent with the page view. Fixes bug #170081.
775
776 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
777
778         * NEWS:
779
780         Fixed some inaccuracies pointed out by Carlos Garcia
781         Campos.
782
783 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
784
785         * NEWS:
786         * data/evince.schemas.in:
787         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
788
789         Override PDF restrictions by default. Fixes bug #382700.
790
791 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
792
793         * NEWS: Updated for upcoming release
794
795 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
796
797         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
798
799         Fix memory leak.
800         
801 2008-01-23  Gil Forcada <gilforcada@guifi.net>
802
803         * shell/ev-window.c: (register_custom_actions):
804         
805         Added comment for translators
806
807 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * shell/ev-view.c: (ev_view_button_release_event):
810
811         Do not create the idle function for kinetic scrolling if we are
812         not in a drag operation.
813
814 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
817         (ev_view_button_press_event), (ev_view_motion_notify_event),
818         (ev_view_button_release_event):
819
820         Restore cursor after autoscrolling. Fixes bug #509958.
821
822 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * configure.ac:
825         * backend/pdf/ev-poppler.cc:
826         (pdf_document_images_get_image_mapping),
827         (pdf_document_images_get_image),
828         (pdf_document_document_images_iface_init):
829         * libdocument/ev-document-images.[ch]:
830         (ev_document_images_get_image_mapping),
831         (ev_document_images_get_image):
832         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
833         (ev_image_get_id), (ev_image_save_tmp):
834         * shell/ev-jobs.c: (ev_job_render_run):
835         * shell/ev-view.c: (ev_view_drag_data_get):
836         * shell/ev-window.c: (image_save_dialog_response_cb),
837         (ev_view_popup_cmd_copy_image):
838
839         Do not render images when rendering the page but on demand. It
840         reduces the memory comsumption.
841         
842 2008-01-18  Marcelo Lira  <setanta@gmail.com>
843
844         * configure.a:
845         * shell/ev-password.c:
846
847         Make gnome-keyring optional. Fixes bug #509676.
848         
849 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * shell/ev-pixbuf-cache.c: (add_job):
852
853         Initialize include_images variable as FALSE instead of TRUE.
854         
855 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
856
857         * configure.ac:
858         * cut-n-paste/Makefile.am:
859         * cut-n-paste/fileformatchooser/Makefile.am:
860         * cut-n-paste/fileformatchooser/egg-macros.h:
861         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
862         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
863         * shell/Makefile.am:
864         * shell/ev-utils.c:
865         (file_chooser_dialog_add_writable_pixbuf_formats),
866         (get_gdk_pixbuf_format_by_extension):
867         * shell/ev-utils.h:
868         * shell/ev-window.c: (ev_window_error_message),
869         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
870         
871         Simplify image format selection on save.
872
873 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
874
875         * shell/ev-view.c: (ev_view_scroll_event):
876         
877         Repair gorizontal scrolling with shift. Fixes
878         bug #483412.
879
880 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
881         
882         * MAINTAINERS:
883
884         Fix formatting issues.
885         
886 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
887
888         * backend/comics/comics-document.c: (comics_regex_quote):
889         
890         Don't overquote special chars except of '. See bug 
891         502500. Thanks to Tom Parker.
892
893 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
894
895         * MAINTAINERS:
896         
897         Added Nickolay and Carlos, since they're doing most of
898         the releases nowadays.
899
900 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
901
902         * properties/Makefile.am:
903
904         Get the nautilus extension dir properly instead of using
905         a hack. Fixes bug #505359.
906
907 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
908
909         * properties/Makefile.am:
910         
911         Install nautilus extension into new place. See bug
912         #505359. Thanks to Matthias Clasen, Brian Pepple and
913         Damien Carbery.
914
915 2008-01-13  Djihed Afifi  <djihed@gmail.com>
916
917         * shell/ev-window.c: (ev_window_get_recent_file_label):
918         
919         RTL marker in recent file list. See bug #509076.
920
921 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
924         * shell/ev-window.c: (image_save_dialog_response_cb):
925
926         Fix compile warnings due to unused variables.
927         
928 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * configure.ac:
931         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
932         * backend/ps/ev-spectre.c: (ps_document_render):
933
934         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
935
936 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
937
938         * shell/ev-transition-animation.c (ev_transition_animation_fade)
939         (ev_transition_animation_paint): Implement "fade" effect.
940
941 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
942
943         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
944         (ev_transition_animation_paint): Implement "uncover" effect.
945
946 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
947
948         * shell/ev-transition-animation.c (ev_transition_animation_cover)
949         (ev_transition_animation_paint): Implement "cover" effect.
950
951 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
952
953         * shell/ev-transition-animation.c (ev_transition_animation_push)
954         (ev_transition_animation_paint): Implement "push" effect.
955
956 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
957
958         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
959         (ev_transition_animation_paint): Implement "dissolve" effect.
960
961 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
962
963         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
964         (ev_transition_animation_paint): Implement "wipe" effect.
965
966 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
967
968         * shell/ev-transition-animation.c (ev_transition_animation_box)
969         (ev_transition_animation_paint): Implement "box" effect.
970
971 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
972
973         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
974         (ev_transition_animation_paint): Implement "blinds" effect.
975
976 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
977
978         * shell/ev-transition-animation.c (ev_transition_animation_split)
979         (ev_transition_animation_paint): Implement "split" effect.
980
981 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
982
983         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
984         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
985         (ev_view_transition_animation_start) 
986         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
987         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
988         (ev_view_next_page) (ev_view_previous_page):
989         
990         Use EvTransitionAnimation to drive page changes in the presentation
991         mode, the animation will wait to start until both the origin and 
992         destination page surfaces are available. Fixes #458460.
993
994         (draw_loading_text):
995
996         Remove workaround for bug #320352, it's now fixed properly.
997
998
999 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1000
1001         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
1002         will contain the implementations for page transition animations, at
1003         the moment it just has the "replace" effect.
1004         * shell/Makefile.am: Added these files to build.
1005
1006 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1007
1008         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
1009         animations.
1010         * shell/Makefile.am: Added these files to build.
1011
1012 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1013
1014         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
1015         implementation to get_effect() in EvDocumentTransitionIface.
1016
1017 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
1018
1019         * libdocument/ev-transition-effect.[ch]: New files, define a page
1020         transition effect, at the moment it maps PopplerPageTransition to a
1021         GObject.
1022         * libdocument/Makefile.am: Added these files to build.
1023         * libdocument/ev-document-transition.[ch]
1024         (ev_document_transition_get_effect): New method, gets the
1025         EvTransitionEffect returned by the interface implementation, with
1026         fallback to the "replace" effect.
1027
1028 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
1029
1030         * configure.ac:
1031         * cut-n-paste/Makefile.am:
1032         * cut-n-paste/fileformatchooser/Makefile.am:
1033         * cut-n-paste/fileformatchooser/egg-macros.h:
1034         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
1035         * shell/Makefile.am:
1036         * shell/ev-window.c: (image_save_dialog_response_cb),
1037         (ev_view_popup_cmd_save_image_as):
1038
1039         Allow exporting images in any format supported by
1040         GdkPixbuf. Fixes bug #500209.
1041         
1042 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * backend/pixbuf/pixbuf-document.c:
1045
1046         More warnings fixed.
1047         
1048 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
1051         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
1052         * backend/djvu/djvu-text.h:
1053         * backend/tiff/tiff-document.c: (tiff_document_render):
1054
1055         Fix compile warnings.
1056         
1057 2007-12-28  Christian Persch  <chpe@gnome.org>
1058
1059         * **/*.c: Include config.h. Bug #504721.
1060
1061 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * configure.ac:
1064         * Makefile.am:
1065         * po/POTFILES.in:
1066         * backend/comics/Makefile.am:
1067         * backend/comics/comics-document.[ch]:
1068         * backend/comics/comicsdocument.evince-backend.in:
1069         * backend/djvu/Makefile.am:
1070         * backend/djvu/djvu-document.[ch]:
1071         * backend/djvu/djvudocument.evince-backend.in:
1072         * backend/dvi/Makefile.am:
1073         * backend/dvi/dvi-document.[c]:
1074         * backend/dvi/dvidocument.evince-backend.in:
1075         * backend/impress/Makefile.am:
1076         * backend/impress/impress-document.[ch]:
1077         * backend/impress/impressdocument.evince-backend.in:
1078         * backend/pdf/Makefile.am:
1079         * backend/pdf/ev-poppler.cc:
1080         * backend/pdf/ev-poppler.h:
1081         * backend/pdf/pdfdocument.evince-backend.in:
1082         * backend/pixbuf/Makefile.am:
1083         * backend/pixbuf/pixbuf-document.[ch]:
1084         * backend/pixbuf/pixbufdocument.evince-backend.in:
1085         * backend/ps/Makefile.am:
1086         * backend/ps/ev-spectre.[ch]:
1087         * backend/ps/ps-document.[ch]:
1088         * backend/ps/psdocument.evince-backend.in:
1089         * backend/tiff/Makefile.am:
1090         * backend/tiff/tiff-document.[ch]:
1091         * backend/tiff/tiffdocument.evince-backend.in:
1092         * libdocument/Makefile.am:
1093         * libdocument/ev-backends-manager.[ch]:
1094         * libdocument/ev-module.[ch]:
1095         * libdocument/ev-document.h:
1096         * libdocument/ev-document-factory.[ch]:
1097         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1098         (get_compression_from_mime_type), (get_document_from_uri),
1099         (ev_document_factory_get_document), (file_filter_add_mime_types),
1100         (ev_document_factory_add_filters):
1101         * shell/Makefile.am:
1102         * shell/ev-window-title.c: (get_filename_from_uri):
1103         * shell/main.c: (main):
1104         * thumbnailer/Makefile.am:
1105         * thumbnailer/evince-thumbnailer.c: (main):
1106
1107         Plugin system for backends. Fixes bug #351348.
1108         
1109 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1110
1111         * shell/ev-view-private.h:
1112         * shell/ev-view.c: (ev_view_drag_update_momentum),
1113         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1114         (ev_view_button_release_event), (ev_view_destroy):
1115         
1116         Kinetic scrolling implemented as requested in
1117         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1118
1119 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1120
1121         * data/evince-toolbar.xml:
1122         * data/evince-ui.xml:
1123         * shell/ev-view-private.h:
1124         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1125         (ev_view_button_press_event), (ev_view_motion_notify_event),
1126         (ev_view_button_release_event), (ev_view_init),
1127         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1128         (ev_view_set_cursor):
1129         * shell/ev-view.h:
1130         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1131         (ev_window_cmd_view_autoscroll):
1132         
1133         Autoscroll feature with the context menu. Fixes bug 
1134         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1135
1136 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1139
1140         Disconnect also page-ready signal when removing a job because the
1141         page size has changed. Thanks to kripken
1142         <kripkensteiner@gmail.com>.
1143
1144 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1145
1146         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1147         
1148         Scroll pages in page entry with mouse wheel. Fixes bug
1149         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1150
1151 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1152
1153         * backend/dvi/Makefile.am:
1154         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1155         (mdvi_cairo_device_init):
1156         * backend/dvi/mdvi-lib/common.h:
1157         * backend/dvi/mdvi-lib/mdvi.h:
1158         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1159         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1160         (mdvi_build_path_from_cwd):
1161
1162         Add ps specials support in dvi backend when libspectre is
1163         present. Fixes bug #386005.
1164         
1165 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * configure.ac:
1168         * backend/ps/Makefile.am:
1169         * backend/ps/ev-spectre.[ch]:
1170         
1171         Use libspectre, if available, for the ps backend. Fixes bugs
1172         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1173
1174 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1175         
1176         * backend/comics/comics-document.c: (comics_document_load):
1177         
1178         Cygwin build issue fix.
1179
1180 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * shell/ev-view.c: (ev_view_set_zoom):
1183
1184         Do not limit the minimum zoom factor when sizing mode is best bit
1185         or fit width. Fixes bug #503805.
1186         
1187 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1190         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1191         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1192         (ev_link_dest_get_property), (ev_link_dest_set_property),
1193         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1194         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1195         (ev_link_dest_new_fitr):
1196         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1197         (goto_fith_dest), (goto_xyz_dest):
1198
1199         Do not change left, top and zoom values when they are null in PDF
1200         destinations. Fixes bug #460658.
1201         
1202 2007-12-10  Christian Persch  <chpe@gnome.org>
1203
1204         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1205         (ev_view_accessible_class_init),
1206         (ev_view_accessible_idle_do_action),
1207         (ev_view_accessible_action_do_action),
1208         (ev_view_accessible_action_get_description),
1209         (ev_view_accessible_action_set_description),
1210         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1211         (ev_view_accessible_factory_init),
1212         (ev_view_accessible_factory_get_accessible_type):
1213         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1214         private data, and G_DEFINE_TYPE. Bug #502843.
1215
1216 2007-12-08  Christian Persch  <chpe@gnome.org>
1217
1218         * shell/ev-metadata-manager.c: (item_free),
1219         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1220         (value_free), (parse_value), (parseItem),
1221         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1222         (save_values): Use GSlice to allocate small amounts of memory. Bug
1223         #475972.
1224
1225 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1226
1227         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1228
1229         Restore cursor to normal after a drag operation. Fixes bug
1230         #501603.
1231         
1232 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1233
1234         * NEWS:
1235         * configure.ac:
1236         
1237         Update for release 2.21.1
1238
1239 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1240
1241         * configure.ac:
1242         * cut-n-paste/gedit-message-area/Makefile.am:
1243         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1244         * shell/Makefile.am:
1245         * shell/ev-message-area.[ch]:
1246         * shell/ev-window.c: (ev_window_set_message_area),
1247         (ev_window_error_message_response_cb), (ev_window_error_message),
1248         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1249         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1250         (ev_attachment_popup_cmd_open_attachment),
1251         (attachment_save_dialog_response_cb), (ev_window_set_document),
1252         (ev_window_init):
1253
1254         Use a message area instead of a popup dialog for error
1255         notifications. Fixes bug #337495.
1256         
1257 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1258
1259         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1260         (ev_window_run_fullscreen):
1261
1262         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1263         
1264 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1265
1266         * ev-sidebar-thumbnails.c: (update_visible_range),
1267         (ev_sidebar_thumbnails_refresh),
1268         (ev_sidebar_thumbnails_set_document),
1269         (ev_sidebar_thumbnails_support_document):
1270
1271         Show thumbnails for documents with one page. Fixes bug #358751.
1272         
1273 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1274
1275         * shell/ev-window.c:
1276         (ev_window_load_print_settings_from_metadata),
1277         (ev_window_save_print_settings), (ev_window_print_finished),
1278         (ev_window_print_range):
1279
1280         Print settings that are specific to the document are now saved per
1281         document in the metadata file. Fixes bug #488806.
1282         
1283 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1284
1285         * backend/tiff/tiff-document.c: (tiff_document_render):
1286
1287         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1288         
1289 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1290
1291         * shell/ev-application.[ch]: (get_find_string_from_args),
1292         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1293         (ev_application_open_uri_list):
1294         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1295         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1296         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1297         (ev_window_cmd_recent_file_activate),
1298         (ev_window_open_recent_action_item_activated),
1299         (ev_window_print_send), (open_remote_link):
1300         * shell/main.c: (arguments_parse):
1301
1302         Add a command line option for search. Fixes bug #497710.
1303         
1304 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1305
1306         * shell/ev-jobs.c: (ev_job_print_new):
1307
1308         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1309         
1310 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1311
1312         * data/evince-toolbar.xml:
1313         * shell/Makefile.am:
1314         * shell/ev-application.c: (ev_application_init):
1315         * shell/ev-open-recent-action.[ch]:
1316         * shell/ev-window.c:
1317         (ev_window_open_recent_action_item_activated),
1318         (register_custom_actions):
1319
1320         Add an expander to the open toolbar item which pops up a dropdown
1321         menu with the recently used documents. Fixes bug #487215.
1322         
1323 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * shell/ev-window.c: (ev_window_open_uri),
1326         (ev_window_cmd_view_reload):
1327
1328         Do not jump to the first page when reloading by running evince
1329         from the command line. Fixes bug #490847.
1330         
1331 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1332
1333         * shell/ev-window.c: (ev_window_cmd_help_contents):
1334
1335         Plugged memory leak when help file is not found. Fixes bug
1336         #490762.
1337         
1338 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1339
1340         * configure.ac:
1341
1342         Enable djvu, dvi and comics backends by default. Fixes bug
1343         #437121.
1344         
1345 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1346
1347         * configure.ac:
1348         * cut-n-paste/Makefile.am:
1349         * cut-n-paste/recent-files/*: Removed
1350         * help/reference/Makefile.am:
1351         * shell/Makefile.am:
1352         * shell/ev-application.[ch]: (ev_application_shutdown),
1353         (ev_application_init):
1354         * shell/ev-window.c: (ev_window_add_recent),
1355         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1356
1357         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1358         
1359 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1360
1361         * shell/ev-window.c: (launch_external_uri):
1362
1363         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1364         and report error if the URL is not supported (#489910).
1365
1366 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1369         (pdf_document_file_exporter_begin_page),
1370         (pdf_document_file_exporter_end_page):
1371
1372         Fix printing with poppler splash backend. Fixes bug #489774.
1373         
1374 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1375
1376         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1377         * shell/ev-print-job.c: (ev_print_job_class_init):
1378
1379         Fix a crash when printing with the gnome-print dialog. Fixes bug
1380         #488939.
1381         
1382 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1383
1384         * backend/pixbuf/pixbuf-document.c:
1385
1386         Fix an implicit function definition warning (#487655)
1387
1388 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1389
1390         * shell/ev-window.c:
1391
1392         Fix conflicting shortcut for view sade pane and presentation.
1393         
1394 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1395
1396         * backend/pdf/ev-poppler.cc:
1397         (pdf_document_file_exporter_begin_page),
1398         (pdf_document_file_exporter_do_page),
1399         (pdf_document_file_exporter_end_page),
1400         (pdf_document_file_exporter_iface_init):
1401         * libdocument/ev-file-exporter.[ch]:
1402         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1403         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1404         (ev_job_print_run):
1405
1406         When printing multiple pages per sheet in reverse option, do not
1407         invert the order of the pages in every sheet, but the order of the
1408         sheets. Do not print blank pages when page range is invalid. Fixes
1409         bugs #484857 and #485521.
1410         
1411 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1414         (ev_job_print_run):
1415         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1416
1417         Respect ranges order when printing more than one range in random
1418         order.
1419         
1420 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1421
1422         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1423         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1424
1425         Rotate also the window icon when document is rotated. Fixes bug
1426         #474681.
1427         
1428 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1429
1430         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1431         (pdf_document_forms_get_form_fields):
1432
1433         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1434         Matthias Drochner.
1435         
1436 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * configure.ac:
1439         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1440
1441         Use poppler_page_render_for_printing() instead of
1442         poppler_page_render() if available when exporting to a ps or pdf
1443         file. Fixes bug #476627.
1444         
1445 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * shell/ev-window.c: (ev_window_run_fullscreen):
1448
1449         Do not show the toolbar in fullscreen mode if the main toolbar is
1450         not visible. Fixes bug #483048.
1451         
1452 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1453
1454         * shell/ev-view.c: (ev_view_button_press_event):
1455
1456         Give priority to form fields over images when deciding whether a
1457         button press event is over an image or form field. It allows edit
1458         form fields when they are over a background image. Fixes bug
1459         #477841.
1460         
1461 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1462
1463         * NEWS:
1464         * configure.ac:
1465         
1466         Update for release 2.20.0
1467
1468 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * backend/pdf/ev-poppler.cc:
1471
1472         Remove #ifdef HAVE_FORMS, so that forms support works again.
1473
1474 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1475
1476         * configure.ac:
1477         * data/evince.desktop.in.in:
1478         
1479         Fixes desktop file issues. See bug #473471.
1480
1481 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1484         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1485         (ev_job_queue_remove_job):
1486         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1487         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1488         * shell/ev-window.c: (ev_window_clear_save_job),
1489         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1490         (ev_window_dispose):
1491
1492         Move save a copy task to its own job so that it's carried out in a
1493         thread avoiding another lock in the main thread. Use
1494         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1495         can be saved to a pathin another file system. Fixes bug #456891.
1496         
1497 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1498
1499         * NEWS:
1500         * configure.ac:
1501         
1502         Update for release 2.19.92
1503
1504 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * configure.ac:
1507         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1508         (pdf_selection_get_selection_region),
1509         (pdf_selection_get_selection_map),
1510         (ev_form_field_from_poppler_field):
1511
1512         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1513         and triple click selections are enabled again now.
1514
1515 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * shell/ev-window.c: (ev_window_add_history):
1518
1519         Make sure not to use the history with documents not supporting
1520         links. Fixes bug #468954.
1521
1522 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * shell/ev-window.c: (ev_window_load_job_cb):
1525
1526         Restart the search when reloading a document with the find bar
1527         visible. Fixes bug #461962.
1528
1529 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * shell/ev-window.c: (setup_document_from_metadata),
1532         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1533
1534         Do not jump to the first page when reloading a document from the
1535         last page.
1536
1537 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * shell/ev-window.c: (update_chrome_flag),
1540         (setup_sidebar_from_metadata),
1541         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1542         (ev_window_cmd_edit_find_next),
1543         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1544         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1545         (find_bar_close_cb), (view_actions_focus_in_cb):
1546
1547         Do not update visibility when changing a chrome flag so that it's
1548         possible to update several flags and update visibility only once
1549         for all of them.
1550
1551 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1552
1553         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1554
1555         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1556         supported by gtk+. Fixes bug #460907.
1557
1558 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * shell/ev-view.c: (view_update_range_and_current_page):
1561
1562         Make sure current-page <= end-page in continuous mode. Fixes bug
1563         #454950.
1564
1565 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1566
1567         * backend/pdf/ev-poppler.cc: (build_tree):
1568
1569         Ignore outline items without a title. Fixes bug #453913.
1570
1571 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1572
1573         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1574         (ev_view_button_release_event), (ev_view_leave_notify_event):
1575
1576         Use always drag mouse cursor during a drag operation. Fixes bug
1577         #470564.
1578
1579 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1582         (pdf_selection_get_selection_region),
1583         (pdf_selection_get_selection_map):
1584
1585         Temporarily disable double and triple selections since it depends on
1586         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1587         released and the update of the external dependency minimal version
1588         approved.
1589
1590 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1591
1592         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1593         (pdf_document_file_exporter_do_page):
1594         * libdocument/ev-file-exporter.h:
1595         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1596         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1597
1598         Actually fix printing regressions. Remove orientation from
1599         EvPrintContext since it's redundant.
1600
1601 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1604         * backend/impress/impress-document.c:
1605         (impress_document_document_iface_init):
1606         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1607         * backend/djvu/djvu-document.c:
1608         (djvu_document_document_iface_init),
1609         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1610         * backend/tiff/tiff-document.c:
1611         (tiff_document_document_iface_init):
1612         * backend/pixbuf/pixbuf-document.c:
1613         (pixbuf_document_document_iface_init):
1614         * backend/comics/comics-document.c:
1615         (comics_document_document_iface_init):
1616         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1617         (pdf_selection_render_selection),
1618         (pdf_selection_get_selected_text),
1619         (pdf_selection_get_selection_region),
1620         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1621         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1622         (ev_selection_get_selection_region),
1623         (ev_selection_get_selection_map):
1624         * libdocument/ev-document.[ch]:
1625         * shell/ev-pixbuf-cache.[ch]: (add_job),
1626         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1627         * shell/ev-view-private.h:
1628         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1629         (ev_job_render_run):
1630         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1631         * shell/ev-view.c: (start_selection_for_event),
1632         (ev_view_button_press_event), (ev_view_drag_data_get),
1633         (ev_view_drag_data_received), (ev_view_button_release_event),
1634         (compute_new_selection_text), (compute_selections),
1635         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1636         (ev_view_primary_get_cb):
1637
1638         Add support for double and triple click selections.
1639
1640 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1641
1642         * NEWS:
1643         * configure.ac:
1644
1645         Update for release 2.19.4
1646
1647 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1648
1649         * shell/ev-view-private.h:
1650         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1651         (ev_view_set_highlight_search):
1652         * shell/ev-view.h:
1653         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1654         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1655         (find_bar_visibility_changed_cb):
1656         
1657         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1658
1659 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1660
1661         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1662         (pdf_document_file_exporter_begin),
1663         (pdf_document_file_exporter_do_page):
1664         * shell/ev-jobs.c: (ev_job_print_run):
1665         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1666
1667         Create always a portrait cairo surface and rotate when needed for
1668         landscape. It fixes printing problems in real printers.
1669
1670 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1671
1672         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1673         * libdocument/ev-file-exporter.[ch]:
1674         (ev_file_exporter_get_capabilities):
1675         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1676         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1677
1678         Adjust number of pages per row according to page orientation when
1679         printing 2 or 6 pages per sheet.
1680
1681 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1682
1683         * shell/ev-window.c: (ev_window_print_send):
1684
1685         Reset also cups setting to 1 when printing multiple pages per
1686         sheet. Fixes bug #468853.
1687
1688 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1689
1690         * libdocument/ev-document-misc.c:
1691         (ev_document_misc_surface_rotate_and_scale):
1692
1693         Use directly cairo_surface_get_content() when creating a similar
1694         surface as suggested by Jeff Muizelaar. Thanks again.
1695
1696 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1697
1698         * backend/djvu/djvu-document.c: (djvu_document_render):
1699         * backend/tiff/tiff-document.c: (tiff_document_render):
1700         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1701         * libdocument/ev-document-misc.c:
1702         (ev_document_misc_surface_from_pixbuf),
1703         (ev_document_misc_surface_rotate_and_scale):
1704
1705         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1706         creating page surfaces. Fixes bug #453123. Thank you very much to
1707         Jeff Muizelaar <jeff@infidigm.net>.
1708
1709 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * shell/ev-page-cache.c: (ev_page_cache_new),
1712         (ev_page_cache_get_thumbnail_size):
1713         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1714         (ev_sidebar_thumbnails_set_loading_icon):
1715
1716         Also store in page-cache the dimensions of the thumbnails so that
1717         they can be used to create the correct loading icon in the side
1718         pane. Fixes bug #466857.
1719
1720 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * backend/pdf/ev-poppler.cc:
1723         (pdf_document_thumbnails_get_thumbnail):
1724
1725         Fix thumbnails rotation in pdf documents that include embedded 
1726         thumbnails.
1727
1728 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1729
1730         * backend/pdf/ev-poppler.cc:
1731
1732         Don't use #ifdef in macro expansion. Some compilers don't
1733         like that. Closes bug #467042.
1734
1735 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1736
1737         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1738         
1739         Fixes memory leak in djvu backend.
1740
1741 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1742
1743         * data/icons/32x32/Makefile.am:
1744         * data/icons/32x32/actions/Makefile.am:
1745         * data/icons/32x32/actions/view-page-cont.svg:
1746         * data/icons/32x32/actions/view-page-facing.svg:
1747         * data/icons/48x48/Makefile.am:
1748         * data/icons/48x48/actions/Makefile.am:
1749         * data/icons/48x48/actions/view-page-cont.svg:
1750         * data/icons/48x48/actions/view-page-facing.svg:
1751         
1752         Icons for a new sizes.
1753
1754 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1755
1756         * shell/ev-page-cache.c: (build_height_to_page),
1757         (ev_page_cache_get_height_to_page):
1758         
1759         Fixes invalid read, see bug #466401.
1760
1761 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1762
1763         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1764         (set_drag_cursor):
1765         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1766         (configure_item_cursor), (new_pixbuf_from_widget):
1767
1768         Fix multihead problems in toolbar editor. Fixes bug #382055.
1769
1770 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * shell/ev-window.c: (ev_window_cmd_file_open),
1773         (ev_window_cmd_save_as):
1774
1775         Use g_get_user_special_dir when available instead of
1776         xdg_user_dir_lookup.
1777
1778 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1779
1780         * MAINTAINERS:
1781         
1782         Updated according to request on desktop-devel.
1783
1784 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1787
1788         Do not use cairo_rectangle and cairo_clip since we are
1789         not using cairo_fill but cairo_paint. Use the same cairo context
1790         for every page in the same expose event.
1791
1792 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1793
1794         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1795         leak.
1796
1797 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * configure.ac:
1800         * NEWS:
1801
1802         Release 0.9.3
1803
1804 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1805
1806         * libdocument/ev-document-info.h:
1807         * libdocument/ev-document.h:
1808         * shell/ev-page-action.h:
1809         * shell/ev-sidebar-links.h:
1810
1811         Fix a headers problem with ev-link
1812         
1813         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1814         * shell/ev-view-private.h:
1815         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1816         (get_link_area), (ev_view_query_tooltip),
1817         (ev_view_leave_notify_event), (ev_view_destroy),
1818         (ev_view_class_init):
1819
1820         Use new gtk tooltips when available instead of ev-tooltip.
1821         
1822 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1823
1824         * shell/ev-window.c: (update_chrome_visibility),
1825         (ev_window_sidebar_visibility_changed_cb):
1826
1827         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1828         
1829 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * shell/ev-navigation-action.c:
1832         (ev_navigation_action_history_changed),
1833         (ev_navigation_action_set_history):
1834         * shell/ev-navigation-action-widget.c:
1835         (ev_navigation_action_widget_init):
1836         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1837
1838         Fix compile warnings.
1839         
1840 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1843         (egg_editable_toolbar_dispose):
1844
1845         Fix memory leak.
1846         
1847 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1848
1849         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1850         (screensaver_disable_x11):
1851         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1852         * shell/ev-window.c: (presentation_set_timeout):
1853         * shell/ev-view.c: (ev_view_presentation_transition_start):
1854
1855         Use g_timeout_add_seconds instead of g_timeout_add when
1856         available.
1857         
1858 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1861
1862         Set horizontal scrollbar policy to AUTOMATIC instead of
1863         NEVER. Workaround for bug #449462.
1864         
1865 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1866
1867         * shell/ev-jobs.c: (ev_job_render_page_ready):
1868
1869         Add page_ready callback to main loop with high priority and hold
1870         a reference to job during idle.
1871         
1872 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * configure.ac:
1875         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1876         (pdf_document_file_exporter_begin),
1877         (pdf_document_file_exporter_do_page),
1878         (pdf_document_file_exporter_get_capabilities):
1879         * libdocument/ev-file-exporter.h:
1880         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1881         * shell/ev-window.c: (ev_window_print_send),
1882         (ev_window_print_dialog_response_cb):
1883
1884         Allow printing multiple pages per sheet. Fixes bug #395573.
1885         
1886 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1887
1888         * shell/ev-view.c: (tip_from_link):
1889         
1890         Check for NULL, fixes bug #460862.
1891
1892 2007-07-29  Christian Persch  <chpe@gnome.org>
1893
1894         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1895         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1896         (ev_window_cmd_preview_print):
1897         
1898         Fixes bug #437681 - blocks while enumerating printers.
1899
1900 2007-07-29  Christian Persch  <chpe@gnome.org>
1901
1902         * shell/ev-window.c: (ev_window_screen_changed):
1903         
1904         Don't use deprecated gtk+ function. See bug #460909.
1905
1906 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * shell/ev-utils.c: (get_num_monitors):
1909         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1910
1911         Do not use display before initializing it. Remove compile
1912         warnings.
1913
1914 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1915
1916         * shell/ev-view.c: (ev_view_class_init):
1917         
1918         Unix-like hjkl bindings added. See bug #458111.
1919
1920 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1921
1922         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1923         * shell/ev-utils.h:
1924         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1925         (ev_view_update_view_size):
1926         * shell/ev-view.h:
1927         * shell/ev-window.c: (ev_window_update_actions),
1928         (setup_view_from_metadata), (ev_window_screen_changed),
1929         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1930         (zoom_control_changed_cb):
1931         * shell/ev-window.h:
1932         
1933         Reorganizes utility functions.
1934
1935 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1936
1937         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1938         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1939         (add_job), (ev_pixbuf_cache_get_surface),
1940         (ev_pixbuf_cache_get_link_mapping),
1941         (ev_pixbuf_cache_get_image_mapping),
1942         (ev_pixbuf_cache_get_form_field_mapping),
1943         (ev_pixbuf_cache_get_text_mapping):
1944         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1945         (notify_page_ready), (ev_job_render_page_ready),
1946         (ev_job_render_run):
1947
1948         Add page_ready signal to notify that page is ready as soon as
1949         possible even if other page elements like links, forms, images or
1950         text mapping are not ready yet.
1951
1952 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1953
1954         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1955         (dvi_document_file_exporter_do_page),
1956         (dvi_document_file_exporter_get_capabilities),
1957         (dvi_document_file_exporter_iface_init):
1958         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1959         (ps_document_file_exporter_do_page),
1960         (ps_document_file_exporter_get_capabilities),
1961         (ps_document_file_exporter_iface_init):
1962         * backend/djvu/djvu-document.c:
1963         (djvu_document_file_exporter_begin),
1964         (djvu_document_file_exporter_end),
1965         (djvu_document_file_exporter_get_capabilities),
1966         (djvu_document_file_exporter_iface_init):
1967         * backend/tiff/tiff-document.c:
1968         (tiff_document_file_exporter_begin),
1969         (tiff_document_file_exporter_get_capabilities),
1970         (tiff_document_document_file_exporter_iface_init):
1971         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1972         (pdf_document_file_exporter_do_page),
1973         (pdf_document_file_exporter_get_capabilities),
1974         (pdf_document_file_exporter_iface_init):
1975         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1976         (ev_file_exporter_get_capabilities):
1977         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1978         (idle_print_handler), (ev_print_job_print):
1979         * shell/ev-jobs.c: (ev_job_print_run):
1980         * shell/ev-window.c: (ev_window_print_send),
1981         (ev_window_print_range):
1982
1983         Use capabilities to know which options should be offered by the
1984         print dialog depending on the document backend.
1985
1986 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1987
1988         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1989
1990         Give priority to forms over text to set the cursor.
1991
1992 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1993
1994         * shell/ev-view-private.h:
1995         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1996         (ev_view_leave_notify_event), (ev_view_finalize),
1997         (ev_view_get_property), (ev_view_class_init):
1998
1999         Use IBEAM cursor for text form fields and NORMAL cursor for read
2000         only fields. Remove unused status attribute.
2001
2002 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2005
2006         Update region for current selected items also for checkbox
2007         buttons, since they can behave as radio buttons when they are in a
2008         set.
2009
2010 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2011
2012         * configure.ac:
2013         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2014
2015         Get max length of text form fields.
2016
2017 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2018
2019         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
2020         * libdocument/ev-form-field.h:
2021         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
2022
2023         Fix build with current poppler cvs head.
2024
2025 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2028         * shell/eggfindbar.c: (egg_find_bar_init):
2029
2030         Fix build with gtk+ >= 2.11.5 due to gtktooltips
2031         deprecation. Fixes bug #455667
2032
2033 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2034
2035         * NEWS:
2036         * configure.ac:
2037         
2038         Update for release 0.9.2
2039
2040 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2041
2042         * shell/ev-view.c: (ev_view_form_field_text_save),
2043         (ev_view_form_field_choice_save):
2044
2045         Fix a crash when closing whith a form widget visible.
2046
2047 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
2050
2051         Update also the region of the current selected button when
2052         clicking on another button if they are radio buttons.
2053
2054 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2055
2056         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
2057         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
2058         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
2059         (ev_pixbuf_cache_get_link_mapping),
2060         (ev_pixbuf_cache_get_image_mapping),
2061         (ev_pixbuf_cache_get_form_field_mapping),
2062         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
2063         * shell/ev-view.c: (ev_view_form_field_get_region),
2064         (ev_view_form_field_button_create_widget),
2065         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
2066         (job_finished_cb):
2067
2068         Redraw only form field region instead of the whole page when
2069         reloading a page to show changes on the form field.
2070
2071 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2072
2073         * shell/ev-view.c: (ev_view_form_field_choice_save):
2074
2075         Fix selection of first item in list form fields.
2076
2077 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
2080         (ev_pixbuf_cache_reload_page),
2081         (ev_pixbuf_cache_get_form_field_mapping):
2082
2083         Some refactoring to avoid duplicated code.
2084
2085 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * configure.ac:
2088         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2089         (ev_form_field_from_poppler_field),
2090         (pdf_document_forms_get_form_fields),
2091         (pdf_document_forms_form_field_text_get_text),
2092         (pdf_document_forms_form_field_text_set_text),
2093         (pdf_document_forms_form_field_button_set_state),
2094         (pdf_document_forms_form_field_button_get_state),
2095         (pdf_document_forms_form_field_choice_get_item),
2096         (pdf_document_forms_form_field_choice_get_n_items),
2097         (pdf_document_forms_form_field_choice_is_item_selected),
2098         (pdf_document_forms_form_field_choice_select_item),
2099         (pdf_document_forms_form_field_choice_toggle_item),
2100         (pdf_document_forms_form_field_choice_unselect_all),
2101         (pdf_document_forms_form_field_choice_set_text),
2102         (pdf_document_forms_form_field_choice_get_text),
2103         (pdf_document_document_forms_iface_init):
2104         * libdocument/Makefile.am:
2105         * libdocument/ev-form-field.[ch]:
2106         * libdocument/ev-document-forms.[ch]:
2107         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2108         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2109         (add_job), (ev_pixbuf_cache_reload_page),
2110         (ev_pixbuf_cache_get_form_field_mapping):
2111         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2112         * shell/ev-view-private.h:
2113         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2114         (ev_view_handle_cursor_over_xy),
2115         (ev_view_get_form_field_at_location),
2116         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2117         (ev_view_form_field_button_create_widget),
2118         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2119         (ev_view_form_field_text_create_widget),
2120         (ev_view_form_field_choice_save),
2121         (ev_view_form_field_choice_changed),
2122         (ev_view_form_field_choice_create_widget),
2123         (ev_view_handle_form_field), (ev_view_size_allocate),
2124         (ev_view_realize), (draw_end_presentation_page),
2125         (ev_view_button_press_event), (ev_view_remove_all),
2126         (ev_view_motion_notify_event), (ev_view_key_press_event),
2127         (ev_view_enter_notify_event), (highlight_find_results),
2128         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2129         (ev_view_class_init), (page_changed_cb),
2130         (on_adjustment_value_changed), (ev_view_set_presentation),
2131         (merge_selection_region), (ev_view_set_cursor),
2132         (ev_view_reset_presentation_state):
2133         
2134         Merge evince-forms branch.
2135
2136 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2137
2138         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2139
2140         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2141         This script also updates itself from libegg
2142
2143         * cut-n-paste/toolbar-editor/egg*:
2144         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2145         libegg
2146
2147 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2148
2149         * shell/ev-window.c:
2150         
2151         Adds a nice icon to page action during toolbar editing.
2152         See bug #452872.
2153
2154 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2155
2156         * data/evince-toolbar.xml:
2157         * shell/ev-window.c:
2158         
2159         Let user add a presentation and fullscreen icons on toolbar.
2160         See bug #449734.
2161
2162 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2163
2164         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2165
2166         new script to keep in sync with toolbareditor in libegg
2167
2168         * cut-n-paste/toolbar-editor/*: 
2169
2170         Run update-toolbareditor-from-libegg so we are in sync again. 
2171         Fixes bug #452850.
2172         
2173
2174 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * shell/ev-sidebar-links.c: (job_finished_callback):
2177
2178         Do not connect selection changed signal more than once. Fixes bug
2179         #349433.
2180
2181 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2182
2183         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2184
2185         Do not change sidebar chrome flag when pressing F9 key in
2186         presentation mode.
2187
2188 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2189
2190         * backend/pdf/ev-poppler.cc:
2191         (pdf_document_thumbnails_get_dimensions):
2192
2193         Make sure thumbnails width and height is not <= 0. Fixes a crash
2194         with some pdf documents which have really small pages.
2195
2196 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2197
2198         * shell/main.c: (main):
2199
2200         Fixes program description translation issue.
2201         Bug #450148.
2202
2203 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2204
2205         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2206
2207         Do not change current page when returning from black/white mode
2208         in presentation. Fixes bug #415032.
2209
2210 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2211
2212         * NEWS:
2213         * configure.ac:
2214         
2215         Update for release 0.9.1
2216
2217 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2218
2219         * backend/dvi/dvi-document.c:
2220         (dvi_document_finalize),
2221         (dvi_document_file_exporter_format_supported),
2222         (dvi_document_file_exporter_begin),
2223         (dvi_document_file_exporter_do_page),
2224         (dvi_document_file_exporter_end),
2225         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2226         
2227         PDF exporter for dvi documents. Fixes bug #441319.
2228
2229 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * shell/ev-window.c: (ev_window_clear_print_job):
2232
2233         Clear gtk print job when job has finished. Fixes bug #447612.
2234
2235 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2236
2237         * shell/ev-window.c: (ev_window_print_send),
2238         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2239
2240         Add preview button to print dialog. Fixes bug #445419.
2241
2242 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2243
2244         * backend/dvi/Makefile.am:
2245         * backend/dvi/pixbuf-device.[ch]: Removed
2246         * backend/dvi/cairo-device.[ch]: Added
2247         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2248         * backend/dvi/dvi-document.c: (dvi_document_load),
2249         (dvi_document_render), (dvi_document_finalize),
2250         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2251         (dvi_document_do_color_special):
2252         * libdocument/ev-document-misc.[ch]:
2253         (ev_document_misc_pixbuf_from_surface):
2254
2255         Port dvi backend to cairo and fix a problem with colors. 
2256
2257 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2258
2259         * shell/ev-view.c: (draw_one_page):
2260
2261         Draw only visible region.
2262
2263 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2264
2265         * backend/djvu/djvu-document.c: (djvu_document_render):
2266
2267         Fix rotation in djvu backend.
2268
2269 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2272         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2273         (ev_pixbuf_cache_get_image_mapping),
2274         (ev_pixbuf_cache_get_text_mapping):
2275
2276         Redraw view every time we have a new surface. Fixes bug #443587.
2277
2278 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * libdocument/ev-document.c: (ev_document_info_free):
2281
2282         Fix memory leaks.
2283
2284 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2285
2286         * backend/dvi/dvi-document.c: (dvi_document_render),
2287         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2288         * backend/impress/impress-document.c:
2289         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2290         (impress_document_render), (impress_document_document_iface_init),
2291         (impress_document_thumbnails_get_thumbnail):
2292         * backend/djvu/djvu-document-private.h:
2293         * backend/djvu/djvu-document.c: (djvu_document_render),
2294         (djvu_document_finalize), (djvu_document_document_iface_init),
2295         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2296         * backend/tiff/tiff-document.c: (tiff_document_render),
2297         (tiff_document_render_pixbuf),
2298         (tiff_document_document_iface_init):
2299         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2300         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2301         (pdf_selection_render_selection):
2302         * backend/comics/comics-document.c:
2303         (comics_document_render_pixbuf), (comics_document_render),
2304         (comics_document_document_iface_init):
2305         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2306         (pixbuf_document_document_iface_init):
2307         * libdocument/ev-document-misc.[ch]:
2308         (ev_document_misc_surface_from_pixbuf),
2309         (ev_document_misc_surface_rotate_and_scale):
2310         * libdocument/ev-document.[ch]: (ev_document_render):
2311         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2312         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2313         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2314         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2315         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2316         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2317         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2318         (render_finished_cb), (ev_job_render_run):
2319         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2320         (merge_selection_region):
2321
2322         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2323         and selections.
2324
2325 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2326
2327         * shell/ev-window-title.c: (ev_window_title_update):
2328
2329         Fix memory leak.
2330
2331 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2332
2333         * shell/ev-view.c: (draw_loading_text):
2334
2335         Show loading text centered. Fixes bug #433061
2336
2337 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * shell/ev-sidebar-thumbnails.c:
2340         (ev_sidebar_thumbnails_set_loading_icon):
2341
2342         Remove a mutex in the main thread that blocks the UI in heavy
2343         documents.
2344
2345 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2346
2347         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2348
2349         Set points_set to TRUE so that selections don't disappear after a
2350         zoom change.
2351
2352 2007-06-07  Michael Monreal  <infernux@web.de>
2353
2354         * data/icons/16x16/actions/Makefile.am:
2355         * data/icons/16x16/actions/zoom.svg:
2356         * data/icons/22x22/actions/Makefile.am:
2357         * data/icons/22x22/actions/zoom.svg:
2358         * data/icons/24x24/actions/Makefile.am:
2359         * shell/ev-stock-icons.c:
2360         * shell/ev-stock-icons.h:
2361         * shell/ev-window.c:
2362         
2363         Zoom icon artwork. See bug #444795.
2364
2365 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2366
2367         * shell/ev-metadata-manager.c: Remove extraneous function
2368         (Closes: #444386)
2369
2370 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2371
2372         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2373         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2374         (ev_metadata_manager_set), (ev_metadata_manager_save):
2375         Simplify the timeout, no need for modified anymore
2376
2377 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2378
2379         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2380         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2381         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2382         (ev_metadata_manager_save): Adapted patch from Arjan van de
2383         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2384         time, saves on power (Closes: #443851)
2385
2386 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * configure.ac:
2389         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2390         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2391
2392         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2393
2394 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2395
2396         * shell/ev-window.c: (ev_window_add_history):
2397
2398         Check if history is NULL
2399
2400 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * libdocument/ev-image.c: (ev_image_finalize):
2403         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2404         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2405         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2406         (ev_tmp_uri_unlink):
2407
2408         Add functions to delete temporary files created by evince in a safe
2409         way.
2410
2411         * shell/ev-window.c: (ev_window_clear_local_uri),
2412         (open_xfer_update_progress_callback),
2413         (save_xfer_update_progress_callback), (ev_window_save_remote),
2414         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2415         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2416         (attachment_save_dialog_response_cb),
2417         (ev_attachment_popup_cmd_save_attachment_as):
2418
2419         Allow saving a copy of a document, image or attachment to a remote
2420         location. Fixes bug #440754. 
2421
2422 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2423
2424         * configure.ac:
2425         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2426
2427         Fix build with current poppler from cvs head. 
2428
2429 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2430
2431         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2432
2433         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2434         directory exists.
2435
2436 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2437
2438         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2439         * shell/ev-window.c:
2440
2441         Change sidebar ordering. Fixes bug #439939.
2442
2443 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2444
2445         * backend/comics/Makefile.am:
2446         
2447         Fixes build with --without-libgnome.
2448
2449 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2450         
2451         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2452
2453         Update cursor and tooltip on page change and view scroll. Fixes bug
2454         #439217.
2455
2456 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2457
2458         * NEWS:
2459         * configure.ac:
2460         
2461         Update for release 0.9.0
2462
2463 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2464
2465         * backend/djvu/djvu-document-private.h:
2466         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2467         (djvu_document_finalize),
2468         (djvu_document_file_exporter_format_supported),
2469         (djvu_document_file_exporter_begin),
2470         (djvu_document_file_exporter_do_page),
2471         (djvu_document_file_exporter_end),
2472         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2473         
2474         Implemented printing with djvu. Bug #437998.
2475
2476 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2477
2478         * backend/impress/zip.c:
2479         Add missing ulong definition.
2480
2481         * backend/ps/ps-interpreter.c:
2482         Add missing headers.
2483
2484         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2485
2486 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2487
2488         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2489
2490         Add missing call to parent class dispose method. 
2491
2492 2007-05-12  Ross Burton  <ross@openedhand.com>
2493
2494         * shell/main.c:
2495         Sync keybindings manually when building without libgnome
2496         (#437925).
2497
2498 2007-05-12  Ross Burton  <ross@openedhand.com>
2499
2500         * shell/ev-window.c:
2501         Respect the screen when opening help (#437866).
2502
2503 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * data/evince-ui.xml:
2506         * shell/ev-application.[ch]: (get_print_settings_from_args),
2507         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2508         (ev_application_open_uri_list):
2509         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2510         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2511         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2512         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2513         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2514         (ev_window_dispose):
2515         * shell/main.c: (arguments_parse):
2516
2517         Add print button in preview mode. Fixes bug #396475. 
2518
2519 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2520
2521         * cut-n-paste/zoom-control/ephy-zoom.h:
2522         
2523         Fixes zoom level factors. See bug #408119 for details.
2524
2525 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2526
2527         * backend/comics/comics-document.c: (comics_regex_quote),
2528         (extract_argv):
2529         
2530         Correctly quote symbols. Fixes crash in the bug
2531         #415370.
2532
2533 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2534
2535         * shell/ev-navigation-action-widget.c:
2536         (ev_navigation_action_widget_init),
2537         (ev_navigation_action_widget_class_init),
2538         (ev_navigation_action_widget_button_press_event):
2539         
2540         Connect to button-press event on correct widget. Fixes
2541         bug #431988
2542
2543 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2544
2545         * shell/ev-application.c: (ev_application_open_window),
2546         (ev_application_add_icon_path_for_screen),
2547         (ev_application_open_uri_at_dest):
2548         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2549         * shell/ev-navigation-action.c: (build_menu):
2550         
2551         Add app-specific icons to our icon theme. Fixes bug
2552         #425508.
2553
2554 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2555
2556         * shell/ev-history.c: (ev_history_class_init),
2557         (ev_history_add_link):
2558         * shell/ev-history.h:
2559         * shell/ev-navigation-action.c:
2560         (ev_navigation_action_history_changed),
2561         (ev_navigation_action_set_history), (build_menu),
2562         (ev_navigation_action_finalize):
2563         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2564         
2565         Make navigation action unsensitive instead of showing
2566         menu with unsensitive word. Fixes bug #417392.
2567
2568 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2569
2570         * shell/ev-application.[ch]: (ev_application_shutdown),
2571         (ev_application_get_print_settings),
2572         (ev_application_set_print_settings):
2573         * shell/ev-window.c:
2574
2575         Remember print settings. Fixes bug #349102. 
2576
2577 2007-05-08  Christian Persch  <chpe@gnome.org>
2578
2579         * configure.ac:
2580         * properties/ev-properties-view.c:
2581
2582         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2583         Bug #382438.
2584
2585 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * configure.ac:
2588         * properties/ev-properties-view.c: (ev_regular_paper_size):
2589
2590         Use gtk+ builtin paper list to identify the document's paper size.
2591         Fixes bug #382438. 
2592
2593 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * configure.ac:
2596
2597         Fix build when compiling with thumbnailer and libgnome support. 
2598
2599 2007-05-04  Ross Burton  <ross@openedhand.com>
2600
2601         * configure.ac:
2602         Add --without-libgnome, check for libgnome and libgnomeui
2603         separately, and add them to the symbols as required.
2604
2605         * libdocument/ev-file-helpers.c:
2606         When building without libgnome, use g_get_user_config_dir instead
2607         of gnome_user_dir_get.
2608
2609         * shell/ev-application.c:
2610         When building without libgnome, don't use session management.
2611
2612         * shell/main.c:
2613         When building without libgnome, don't use GnomeProgram or
2614         initialise the authentication manager.
2615
2616         This fixes #328842.
2617
2618 2007-05-04  Ross Burton  <ross@openedhand.com>
2619
2620         * shell/ev-window.c:
2621         Don't use libgnome to open help, instead call Yelp directly.
2622
2623 2007-05-04  Ross Burton  <ross@openedhand.com>
2624
2625         * shell/ev-sidebar-attachments.c:
2626         Don't use libgnome to lookup icons for MIME types, instead copy
2627         code from GTK+ to do it manually.
2628
2629 2007-05-04  Ross Burton  <ross@openedhand.com>
2630
2631         * configure.ac:
2632         Add libxml to the dependencies for SHELL_CORE (#435818).
2633
2634 2007-05-02  Ross Burton  <ross@openedhand.com>
2635
2636         * configure.ac:
2637         * Makefile.am:
2638         Add --disable-thumbnailer (#434825)
2639
2640 2007-05-02  Ross Burton  <ross@openedhand.com>
2641
2642         * shell/ev-window.c:
2643         Add missing includes, fix indentation.
2644
2645         * shell/main.c:
2646         Fix indentation.
2647
2648 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2649
2650         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2651         ev_application_open_uri_at_dest instead of ev_application_open_uri
2652         preventing new document always being opened in a new window even if there
2653         is an empty window.
2654
2655 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2656
2657         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2658         (egg_recent_view_uimanager_finalize):
2659         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2660         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2661         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2662         (ev_pixbuf_cache_dispose):
2663         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2664         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2665         
2666         Add missing chain to parent class methods. Fixes
2667         bug #433128.
2668
2669 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2670
2671         * data/Makefile.am (update-icon-cache): Updates
2672         gtk-update-icon-cache in uninstall-hook.
2673
2674 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * shell/ev-window.c: (ev_window_setup_document),
2677         (ev_window_set_document), (ev_window_load_job_cb):
2678         * shell/ev-view.c: (setup_caches):
2679         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2680
2681         Start rendering pages before any other jobs. 
2682
2683 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * shell/ev-window.c: (ev_window_stop_fullscreen),
2686         (ev_window_stop_presentation):
2687
2688         Update chrome visibility before window unfullscreen. 
2689
2690 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * data/Makefile.am:
2693         * data/evince-ui.xml:
2694         * shell/ev-stock-icons.[ch]:
2695         * shell/ev-application.[ch]: (ev_application_shutdown),
2696         (ev_application_init), (ev_application_get_toolbars_model):
2697         * shell/ev-window.c: (update_chrome_visibility),
2698         (fullscreen_toolbar_setup_item_properties),
2699         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2700         (ev_window_run_presentation), (ev_window_stop_presentation),
2701         (ev_window_run_preview), (ev_window_screen_changed),
2702         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2703         (ev_window_dispose), (ev_window_init):
2704
2705         Make fullscreen toolbar always visible. Do not use egg toolbars for
2706         fullscreen and preview modes since such toolbars are not editables.
2707         Fixes bugs #300278, #338910 and #316188.  
2708
2709 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2710
2711         * shell/ev-application.c:
2712         * shell/ev-job-queue.c:
2713         * shell/ev-metadata-manager.c:
2714         * shell/ev-stock-icons.c:
2715         * shell/ev-window.c:
2716         * shell/main.c:
2717         
2718         Developers documentation updated.
2719
2720 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2723
2724         Check whether uri is valid before launching it. Fixes bug #427664.
2725
2726 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2727
2728         * shell/ev-window.c:
2729
2730         Change key accelerator for Open a Copy menu entry which is in conflict
2731         with Close. Fixes bug #427321.
2732
2733 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2734
2735         * NEWS:
2736         * configure.ac:
2737         
2738         Update for release 0.8.1
2739
2740 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2741
2742         * shell/ev-window.c: (setup_size_from_metadata):
2743         
2744         Do not make window bigger than screen. Fixes bug 
2745         #388985.
2746
2747 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2750         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2751
2752         Use default resolution when it's not provided by document. Fixes bug
2753         #408762.
2754
2755 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2756
2757         * configure.ac:
2758         * thumbnailer/Makefile.am:
2759         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2760         * thumbnailer/evince-thumbnailer.schemas.in:
2761         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2762
2763         Add support for ps, eps and compressed documents thumbnails. Do not
2764         ignore size parameter. 
2765
2766 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2767
2768         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2769         (dvi_document_do_color_special):
2770         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2771
2772         Implement font color specials in the DVI backend. Fixes bug #303651.
2773
2774 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2775
2776         Fixup the previous commit:
2777
2778         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2779         * shell/xdg-user-dir-lookup.c: Make the function non-static
2780         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2781
2782 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2783
2784         * shell/ev-window.c (file_open_dialog_response_cb): Use
2785         the xdg-user-dirs DOCUMENTS folder as default folder when
2786         opening a file chooser.  (#424858)
2787
2788         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2789         xdg-user-dirs.
2790
2791 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2792
2793         * shell/ev-window.c: (ev_window_load_job_cb):
2794
2795         Do not setup view from metadata on preview mode. 
2796
2797 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/main.c:
2800
2801         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2802
2803 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2804
2805         * shell/ev-view.c: (ev_view_primary_get_cb):
2806
2807         Check pointer != NULL before using it. Fixes bug #416841. 
2808
2809 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2810
2811         * NEWS:
2812         * configure.ac:
2813         
2814         Release 0.8.0
2815
2816 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2819
2820         Do not render thumbnails when sidebar thumbnail page is not visible
2821         at startup. Fixes bug #416447. 
2822
2823 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2824
2825         * data/evince.desktop.in.in:
2826
2827         "Application" is not a valid category in the freedesktop specification.
2828
2829 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * libdocument/ev-file-helpers.[ch]: (compression_run),
2832         (ev_file_uncompress), (ev_file_compress):
2833         * shell/ev-window.c: (file_save_dialog_response_cb):
2834
2835         Save document compressed when saving a copy of a compressed document.
2836         Fixes bug #334542.
2837
2838 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2839
2840         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2841
2842         Allow deleting in goto window entry in presentation mode. 
2843
2844 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2845
2846         * Makefile.am: Dist MAINTAINERS.
2847
2848 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2849
2850         * shell/ev-window.c: (ev_window_update_actions):
2851
2852         Fix zoom shortcut keys when searching. Fixes bug #409828.
2853
2854 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * shell/ev-window.c: (ev_window_setup_document):
2857
2858         Fix crash when loading documents with only one page. 
2859
2860 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2861
2862         * backend/dvi/dvi-document.c:
2863         (dvi_document_thumbnails_get_dimensions),
2864         (dvi_document_thumbnails_get_thumbnail):
2865         * backend/impress/impress-document.c:
2866         (impress_document_thumbnails_get_thumbnail),
2867         (impress_document_thumbnails_get_dimensions):
2868         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2869         (ps_document_thumbnails_get_dimensions):
2870         * backend/djvu/djvu-document.c:
2871         (djvu_document_thumbnails_get_dimensions),
2872         (djvu_document_thumbnails_get_thumbnail):
2873         * backend/tiff/tiff-document.c:
2874         (tiff_document_thumbnails_get_thumbnail),
2875         (tiff_document_thumbnails_get_dimensions):
2876         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2877         (pdf_document_thumbnails_get_thumbnail),
2878         (pdf_document_thumbnails_get_dimensions):
2879         * backend/comics/comics-document.c:
2880         (comics_document_thumbnails_get_thumbnail),
2881         (comics_document_thumbnails_get_dimensions):
2882         * backend/pixbuf/pixbuf-document.c:
2883         (pixbuf_document_thumbnails_get_thumbnail),
2884         (pixbuf_document_thumbnails_get_dimensions):
2885         * libdocument/ev-document-thumbnails.[ch]:
2886         (ev_document_thumbnails_get_thumbnail),
2887         (ev_document_thumbnails_get_dimensions):
2888         * libdocument/ev-document-misc.[ch]:
2889         (ev_document_misc_get_thumbnail_frame):
2890         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2891         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2892         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2893         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2894         (ev_sidebar_thumbnails_refresh):
2895         * shell/ev-window.c: (ev_window_setup_document):
2896         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2897
2898         Use an EvRenderContext for rendering thumbnails instead of a suggested
2899         width, so that different sized pages get sized proportionally.
2900
2901 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-view.c: (ev_view_button_press_event),
2904         (ev_view_key_press_event):
2905
2906         Fix critical warnings when there is no document loaded. 
2907
2908 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * shell/ev-page-action-widget.c:
2911         * shell/ev-navigation-action.c:
2912         * shell/ev-window.c:
2913
2914         Fix compile warnings. 
2915
2916 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2917
2918         * backend/djvu/djvu-text.h:
2919         * backend/djvu/djvu-document.c:
2920         * backend/djvu/djvu-text-page.c:
2921         * backend/djvu/djvu-links.c:
2922         * backend/djvu/djvu-text-page.h:
2923         * backend/djvu/djvu-text.c:
2924         
2925         Fix build on Mac. Fixes bug #392186. Patch by
2926         <ephraim_owns@hotmail.com>
2927
2928 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2931
2932         Restore cairo context before rendering every page when printing a PDF
2933         document into a PDF file. 
2934
2935 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2936
2937         * backend/ps/gstypes.h:
2938         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2939         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2940         (ps_document_thumbnails_get_thumbnail):
2941
2942         Handle PostScript page orientation. Fixes bug #318568.
2943
2944 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2945
2946         * backend/ps/Makefile.am:
2947         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2948         (document_load), (ps_document_load), (save_document),
2949         (save_page_list), (ps_document_get_n_pages),
2950         (ps_document_get_page_size), (ps_document_get_info),
2951         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2952         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2953         (ps_document_thumbnails_get_thumbnail),
2954         (ps_document_thumbnails_get_dimensions),
2955         (ps_document_document_thumbnails_iface_init):
2956         * backend/ps/ps.[ch]: (psgetpagebox):
2957         * backend/ps/ps-interpreter.[ch]:
2958
2959         Add support for thumbnails in ps backend. Fixes bug #164755. 
2960
2961 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2962
2963         * NEWS:
2964         * configure.ac:
2965         
2966         Release 0.7.2
2967
2968 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2969
2970         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2971         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2972         (ev_window_dispose):
2973
2974         Use document thumbnail as window icon. Fixes bug #384442.
2975
2976 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2977
2978         * configure.ac:
2979
2980         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2981         duplicated adding application/x-bzpostscript instead. 
2982
2983 2007-02-11  Tom Parker  <palfrey@tevp.net>
2984
2985         * backend/ps/ps-document.c: (document_load):
2986
2987         Check return value of psscan before trying
2988         to use it. Fixes bug #372414.
2989
2990 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2991
2992         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2993
2994         Fix invalid free in ev-page-cache. Fixes bug #404745.
2995
2996 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2997
2998         * test/Makefile.am:
2999         * test/test3.py:
3000         
3001         Added reload test case.
3002
3003 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3004
3005         * po/POTFILES.in:
3006         * backend/djvu/djvu-document.c: (djvu_document_load):
3007
3008         Check whether there are missing files in indirect multipage djvu
3009         documents. Fixes bug #361683. 
3010
3011 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3012
3013         * test/Makefile.am:
3014         * test/test-mime.bin:
3015         * test/test3.py:
3016         
3017         Added test for slow mime type
3018
3019 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
3020
3021         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3022
3023         Add some checks and call parent_class->finalize. Fixes bug #404745.
3024
3025 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3026
3027         * shell/ev-navigation-action.c: (connect_proxy):
3028         
3029         Fixes dropdown history menu. Thanks a lot Carlos!
3030
3031 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3032
3033         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
3034
3035         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
3036         bug #373715.
3037
3038 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3039
3040         * backend/ps/ps.c: (psscan):
3041
3042         Fix memory leak. 
3043
3044 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3045
3046         * configure.ac:
3047         * libdocument/ev-file-helpers.c: 
3048
3049         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
3050
3051 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3052
3053         * configure.ac:
3054         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
3055         (ps_interpreter_start), (document_load), (save_document),
3056         (save_page_list):
3057         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
3058         * libdocument/ev-document-factory.c:
3059         (ev_document_factory_get_from_mime), (get_document_from_uri),
3060         (free_uncompressed_uri), (ev_document_factory_get_document):
3061         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
3062
3063         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
3064
3065 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3066
3067         * libdocument/ev-document.h:
3068
3069         Fix typo in function name. 
3070
3071 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3072
3073         * backend/ps/ps-document.c: (ps_interpreter_finished),
3074         (ps_interpreter_start), (ps_interpreter_failed):
3075
3076         Handle ghostscript interpreter crashes. 
3077
3078 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * shell/ev-window.c: (ev_window_open_uri),
3081         (window_configure_event_cb):
3082
3083         Setup window size and position before showing it. Fixes bug #401711.
3084
3085 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * backend/ps/Makefile.am:
3088         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3089         (ps_document_dispose), (ps_document_class_init),
3090         (ps_interpreter_input), (ps_interpreter_output),
3091         (ps_interpreter_error), (setup_interpreter_env),
3092         (ps_interpreter_start), (ps_interpreter_stop),
3093         (ps_interpreter_failed), (ps_interpreter_is_ready),
3094         (check_filecompressed), (document_load), (ps_document_load),
3095         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3096         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3097         (render_page):
3098
3099         Rework ps-document. Code cleanups, remove deprecated code. 
3100
3101 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3102
3103         * shell/ev-view.c: (ev_view_button_press_event):
3104
3105         Do not start an image drag and drop operation when pointer is on 
3106         text, so that we can select text when the whole background is an
3107         image. 
3108
3109 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3110
3111         * shell/ev-window.c: (ev_window_update_actions): 
3112
3113         Disable all zoom related actions during presentation mode. 
3114
3115 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3116
3117         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3118
3119         Do not zoom in or out on presentation mode. Fixes bug #401305.
3120
3121 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3122
3123         * shell/ev-navigation-action.c: (connect_proxy),
3124         (create_menu_item), (ev_navigation_action_class_init):
3125         
3126         Correctly show menu and fix crash when navigaton 
3127         action is out of toolbar visible area.
3128
3129 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3130
3131         * data/Makefile.am:
3132         * data/evince.1:
3133         
3134         Added man file
3135
3136 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3137
3138         * help/reference/* :
3139         * configure.ac:
3140         
3141         Added gtk-doc based documentation for Evince.
3142         Still in initial state but I hope it will
3143         grow.
3144         
3145         * configure.ac:
3146         
3147         Lower dbus requirement to 0.70
3148
3149 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * shell/ev-window.c: (ev_window_add_history):
3152
3153         Fix memory leak. 
3154
3155 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3156
3157         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3158         * shell/ev-view.h:
3159         * shell/ev-window.c: (ev_window_add_history):
3160         
3161         Correctly handle named destination links
3162
3163 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3164
3165         * NOTES:
3166         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3167         * backend/pdf/ev-poppler.cc:
3168         * libdocument/ev-document-links.h:
3169         * libdocument/ev-link.c: (ev_link_get_page):
3170         * libdocument/ev-link.h:
3171         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3172         (ev_history_add_link):
3173         * shell/ev-history.h:
3174         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3175         (new_history_menu_item), (build_menu):
3176         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3177         * shell/ev-sidebar-links.c: (create_loading_model),
3178         (print_section_cb), (ev_sidebar_links_construct),
3179         (fill_page_labels), (update_page_callback_foreach),
3180         (update_page_callback), (job_finished_callback):
3181         * shell/ev-view.c: (ev_view_handle_link):
3182         * shell/ev-window.c: (ev_window_find_chapter),
3183         (ev_window_add_history), (view_handle_link_cb),
3184         (history_changed_cb):
3185         
3186         Implements another history variant
3187
3188 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3189
3190         * shell/ev-window.c: (view_external_link_cb):
3191         * shell/ev-view.c: (ev_view_button_release_event):
3192
3193         Open links in new window when clicking with middle button. 
3194
3195 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3196
3197         * shell/ev-navigation-action.c: (new_history_menu_item):
3198         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3199         * shell/ev-view.c: (ev_view_handle_link):
3200         * shell/ev-window.c:
3201         
3202         Store link before jump, not the destination. For me it 
3203         seems like more natural history behavior.
3204
3205 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3206
3207         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3208         (ev_navigation_action_class_init):
3209         * shell/ev-navigation-action.h:
3210         * shell/ev-page-action.c: (activate_cb):
3211         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3212         (ev_page_cache_set_current_page_history):
3213         * shell/ev-page-cache.h:
3214         * shell/ev-sidebar-thumbnails.c:
3215         (ev_sidebar_tree_selection_changed),
3216         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3217         * shell/ev-view-private.h:
3218         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3219         * shell/ev-view.h:
3220         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3221         (ev_window_setup_document), (ev_window_load_job_cb):
3222         * shell/ev-window.h:
3223         
3224         History finally works as expected.
3225
3226 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3229
3230         Do not update links treeview if it doesn't have a model assigned yet. 
3231
3232 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3233
3234         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3235         (ev_sidebar_links_class_init), (update_page_callback):
3236
3237         Do not update links treeview when sidepane is not visible. 
3238
3239 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3240
3241         * shell/ev-marshal.list:
3242         * shell/ev-page-action.c: (activate_cb),
3243         (ev_page_action_class_init):
3244         * shell/ev-page-action.h:
3245         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3246         * shell/ev-window.c:
3247         
3248         Remove activate_link signal, not required.
3249
3250 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3251
3252         * shell/ev-navigation-action.c: (build_menu):
3253         
3254         Reorder menu items and build menu with fixed length.
3255
3256 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3257
3258         * shell/ev-view.c: (get_selected_text):
3259         
3260         Normalize text to fix ligatures problem. See bug
3261         #341947 for details.
3262
3263 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3264
3265         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3266
3267         Fix memory leak in ev-page-cache. 
3268
3269 2007-01-25  Tom Parker <palfrey@tevp.net>
3270
3271         * backend/impress/impress-document.c: (impress_document_load),
3272         (impress_document_finalize), (impress_document_init):
3273         * properties/ev-properties-main.c: (ev_properties_get_pages):
3274         
3275         Correctly handle impress document errors. Fixes nautilus
3276         crash in property page #370491.
3277
3278 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3279
3280         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3281         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3282         (ev_job_queue_remove_job):
3283         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3284         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3285         (ev_job_load_run):
3286         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3287         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3288         (ev_window_load_job_cb), (xfer_update_progress_callback),
3289         (ev_window_open_uri), (ev_window_dispose):
3290         * shell/main.c: (main):
3291
3292         Do file transfer asynchronously in the main thread instead of
3293         synchronously in the load thread. Fixes bugs #399694, #398307 and
3294         #343542.
3295
3296 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-jobs.c: (ev_job_xfer_run):
3299
3300         Load the document with the font-config lock held. 
3301
3302 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * backend/ps/ps-document.c: (start_interpreter):
3305
3306         Fix memory leaks in ps backend. 
3307
3308 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * backend/impress/impress-document.c:
3311         (impress_document_render_pixbuf):
3312
3313         Do not acquire fontconfig lock in impress backend, since it is using
3314         the main loop for rendering. 
3315
3316 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * po/POTFILES.in: 
3319
3320         Remove mdvi files that shouldn't be translated. 
3321
3322 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3323
3324         * shell/ev-view-private.h:
3325         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3326         (ev_view_set_zoom):
3327
3328         Render "loading..." text into a cairo surface instead of directly into
3329         the window so that fontconfig lock is only needed once and UI is not
3330         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3331
3332 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3335         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3336
3337         Use icon theme associated with the window screen rather than default. 
3338
3339 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3340
3341         * configure.ac:
3342
3343         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3344
3345 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3346
3347         * data/icons/*/apps/evince.*:
3348
3349         Move Evince icons under new apps directory.
3350
3351         * data/icons/*/actions/*:
3352
3353         Add new custom themeable Evince icons: view-page-continuous, 
3354         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3355         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3356
3357         * configure.ac:
3358
3359         Add new directories to AC_CONFIG_FILES.
3360
3361         * shell/ev-stock-icons.c:
3362         * shell/ev-stock-icons.h:
3363
3364         Use new custom themeable icons.
3365
3366 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3369
3370         Do not draw white background page in presentation mode. 
3371
3372 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3373
3374         * shell/ev-view.c: Remove unused gnome-vfs include.
3375
3376 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3377
3378         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3379         
3380         Format string is corrected, fixes bug #397129.
3381
3382 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3383
3384         * shell/ev-window.c: (ev_window_setup_recent):
3385
3386         Do not include in recent menu inexistent documents. Fixes
3387         bug #339171.
3388
3389 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * po/POTFILES.skip: 
3392
3393         Update POTFILES.skip file according to current source tree. 
3394
3395 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3396
3397         * shell/ev-window.c: (file_save_dialog_response_cb):
3398
3399         Do Save a copy in atomic way. Fixes bug #328266. 
3400
3401 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3402
3403         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3404
3405         Keep selected cell always visible in index treeview.
3406
3407 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3408         
3409         * shell/ev-view.c: (ev_view_size_allocate):
3410
3411         Restore horizontal scrollbar after switching to/from fullscreen
3412         or presentation mode. Fixes bug #331728.
3413
3414 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3415
3416         * shell/ev-view-private.h:
3417         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3418         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3419         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3420         (ev_view_can_zoom_out):
3421
3422         Use max and min scale values in the view iby taking dpi into account. 
3423
3424 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3425
3426         * configure.ac:
3427         * NEWS:
3428
3429         Release 0.7.1
3430
3431 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3432
3433         * shell/ev-window.c: (ev_window_print_send):
3434
3435         Send print job to printer with some settings set to default values,
3436         since we have already exported to a file according to such settings
3437         and they could be taken twice by some printers. 
3438
3439 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3440
3441         * shell/ev-jobs.c: (ev_job_xfer_run):
3442         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3443
3444         Show main window and load document with the font-config lock held. 
3445
3446 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3447
3448         * configure.ac:
3449         * shell/ev-application.c: (ev_application_register_service):
3450         * shell/main.c: (load_files_remote):
3451
3452         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3453
3454 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3455
3456         * doc/debugging.txt:
3457         
3458         Remove obsolete documentation.
3459
3460 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3461
3462         * Makefile.am:
3463         * backend/Makefile.am:
3464         * backend/comics/Makefile.am:
3465         * backend/djvu/Makefile.am:
3466         * backend/dvi/Makefile.am:
3467         * backend/ev-async-renderer.c:
3468         * backend/ev-async-renderer.h:
3469         * backend/ev-attachment.c:
3470         * backend/ev-attachment.h:
3471         * backend/ev-backend-marshal.c:
3472         * backend/ev-document-factory.c:
3473         * backend/ev-document-factory.h:
3474         * backend/ev-document-find.c:
3475         * backend/ev-document-find.h:
3476         * backend/ev-document-fonts.c:
3477         * backend/ev-document-fonts.h:
3478         * backend/ev-document-images.c:
3479         * backend/ev-document-images.h:
3480         * backend/ev-document-info.h:
3481         * backend/ev-document-links.c:
3482         * backend/ev-document-links.h:
3483         * backend/ev-document-misc.c:
3484         * backend/ev-document-misc.h:
3485         * backend/ev-document-security.c:
3486         * backend/ev-document-security.h:
3487         * backend/ev-document-thumbnails.c:
3488         * backend/ev-document-thumbnails.h:
3489         * backend/ev-document-transition.c:
3490         * backend/ev-document-transition.h:
3491         * backend/ev-document.c:
3492         * backend/ev-document.h:
3493         * backend/ev-file-exporter.c:
3494         * backend/ev-file-exporter.h:
3495         * backend/ev-image.c:
3496         * backend/ev-image.h:
3497         * backend/ev-link-action.c:
3498         * backend/ev-link-action.h:
3499         * backend/ev-link-dest.c:
3500         * backend/ev-link-dest.h:
3501         * backend/ev-link.c:
3502         * backend/ev-link.h:
3503         * backend/ev-render-context.c:
3504         * backend/ev-render-context.h:
3505         * backend/ev-selection.c:
3506         * backend/ev-selection.h:
3507         * backend/impress/Makefile.am:
3508         * backend/pdf/Makefile.am:
3509         * backend/pixbuf/Makefile.am:
3510         * backend/ps/Makefile.am:
3511         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3512         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3513         (start_interpreter), (stop_interpreter), (document_load),
3514         (ps_document_next_page), (render_page):
3515         * backend/tiff/Makefile.am:
3516         * comics/Makefile.am:
3517         * comics/comics-document.c:
3518         * comics/comics-document.h:
3519         * configure.ac:
3520         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3521         * djvu/Makefile.am:
3522         * djvu/djvu-document-private.h:
3523         * djvu/djvu-document.c:
3524         * djvu/djvu-document.h:
3525         * djvu/djvu-links.c:
3526         * djvu/djvu-links.h:
3527         * djvu/djvu-text-page.c:
3528         * djvu/djvu-text-page.h:
3529         * djvu/djvu-text.c:
3530         * djvu/djvu-text.h:
3531         * dvi/Makefile.am:
3532         * dvi/dvi-document.c:
3533         * dvi/dvi-document.h:
3534         * dvi/fonts.c:
3535         * dvi/fonts.h:
3536         * dvi/mdvi-lib/Makefile.am:
3537         * dvi/mdvi-lib/afmparse.c:
3538         * dvi/mdvi-lib/afmparse.h:
3539         * dvi/mdvi-lib/bitmap.c:
3540         * dvi/mdvi-lib/bitmap.h:
3541         * dvi/mdvi-lib/color.c:
3542         * dvi/mdvi-lib/color.h:
3543         * dvi/mdvi-lib/common.c:
3544         * dvi/mdvi-lib/common.h:
3545         * dvi/mdvi-lib/defaults.h:
3546         * dvi/mdvi-lib/dvimisc.c:
3547         * dvi/mdvi-lib/dviopcodes.h:
3548         * dvi/mdvi-lib/dviread.c:
3549         * dvi/mdvi-lib/files.c:
3550         * dvi/mdvi-lib/font.c:
3551         * dvi/mdvi-lib/fontmap.c:
3552         * dvi/mdvi-lib/fontmap.h:
3553         * dvi/mdvi-lib/fontsrch.c:
3554         * dvi/mdvi-lib/gf.c:
3555         * dvi/mdvi-lib/hash.c:
3556         * dvi/mdvi-lib/hash.h:
3557         * dvi/mdvi-lib/list.c:
3558         * dvi/mdvi-lib/mdvi.h:
3559         * dvi/mdvi-lib/pagesel.c:
3560         * dvi/mdvi-lib/paper.c:
3561         * dvi/mdvi-lib/paper.h:
3562         * dvi/mdvi-lib/pk.c:
3563         * dvi/mdvi-lib/private.h:
3564         * dvi/mdvi-lib/setup.c:
3565         * dvi/mdvi-lib/sp-epsf.c:
3566         * dvi/mdvi-lib/special.c:
3567         * dvi/mdvi-lib/sysdeps.h:
3568         * dvi/mdvi-lib/t1.c:
3569         * dvi/mdvi-lib/tfm.c:
3570         * dvi/mdvi-lib/tfmfile.c:
3571         * dvi/mdvi-lib/tt.c:
3572         * dvi/mdvi-lib/util.c:
3573         * dvi/mdvi-lib/vf.c:
3574         * dvi/pixbuf-device.c:
3575         * dvi/pixbuf-device.h:
3576         * impress/Makefile.am:
3577         * impress/common.h:
3578         * impress/document.c:
3579         * impress/f_oasis.c:
3580         * impress/f_oo13.c:
3581         * impress/iksemel.c:
3582         * impress/iksemel.h:
3583         * impress/imposter.h:
3584         * impress/impress-document.c:
3585         * impress/impress-document.h:
3586         * impress/internal.h:
3587         * impress/r_back.c:
3588         * impress/r_draw.c:
3589         * impress/r_geometry.c:
3590         * impress/r_gradient.c:
3591         * impress/r_style.c:
3592         * impress/r_text.c:
3593         * impress/render.c:
3594         * impress/render.h:
3595         * impress/zip.c:
3596         * impress/zip.h:
3597         * lib/Makefile.am:
3598         * lib/ev-debug.c:
3599         * lib/ev-debug.h:
3600         * lib/ev-file-helpers.c:
3601         * lib/ev-file-helpers.h:
3602         * lib/ev-gui.c:
3603         * lib/ev-gui.h:
3604         * lib/ev-tooltip.c:
3605         * lib/ev-tooltip.h:
3606         * libdocument/Makefile.am:
3607         * libdocument/ev-file-helpers.c:
3608         * pdf/Makefile.am:
3609         * pdf/ev-poppler.cc:
3610         * pdf/ev-poppler.h:
3611         * pixbuf/Makefile.am:
3612         * pixbuf/pixbuf-document.c:
3613         * pixbuf/pixbuf-document.h:
3614         * properties/Makefile.am:
3615         * ps/Makefile.am:
3616         * ps/gsdefaults.c:
3617         * ps/gsdefaults.h:
3618         * ps/gsio.c:
3619         * ps/gsio.h:
3620         * ps/gstypes.h:
3621         * ps/ps-document.c:
3622         * ps/ps-document.h:
3623         * ps/ps.c:
3624         * ps/ps.h:
3625         * shell/Makefile.am:
3626         * shell/ev-application.h:
3627         * shell/ev-sidebar-links.c:
3628         * shell/ev-sidebar-links.h:
3629         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3630         (ev_gui_menu_position_tree_selection):
3631         * shell/ev-utils.h:
3632         * shell/ev-view.c: (ev_view_finalize):
3633         * shell/ev-window.c:
3634         * shell/main.c: (main):
3635         * thumbnailer/Makefile.am:
3636         * tiff/Makefile.am:
3637         * tiff/tiff-document.c:
3638         * tiff/tiff-document.h:
3639         * tiff/tiff2ps.c:
3640         * tiff/tiff2ps.h:
3641         
3642         Reorganize source tree.
3643
3644 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3645
3646         * backend/ev-document-factory.c:
3647
3648         Do not include ev-poppler.h when pdf is disabled. 
3649
3650 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3651
3652         * configure.ac:
3653         * data/evince-ui.xml:
3654         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3655         (pdf_document_document_images_iface_init):
3656         * backend/Makefile.am:
3657         * backend/ev-document-images.[ch]:
3658         * backend/ev-image.[ch]:
3659         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3660         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3661         (ev_job_xfer_run):
3662         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3663         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3664         (ev_pixbuf_cache_get_image_mapping):
3665         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3666         (view_menu_popup_cb), (ev_window_dispose),
3667         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3668         (ev_view_popup_cmd_copy_image):
3669         * shell/ev-view-private.h:
3670         * shell/ev-view.c: (ev_view_get_image_at_location),
3671         (ev_view_do_popup_menu), (ev_view_popup_menu),
3672         (ev_view_button_press_event), (ev_view_drag_data_get),
3673         (ev_view_drag_motion), (ev_view_drag_data_received),
3674         (ev_view_motion_notify_event), (ev_view_button_release_event),
3675         (ev_view_finalize), (ev_view_class_init):
3676
3677         Add image handling support. Fixes bugs #310008 and #325047. Images
3678         selection is not supported yet. 
3679
3680 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3681
3682         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3683         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3684         (ev_view_init):
3685
3686         Move view drag and drop stuff to ev-view.
3687
3688 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3691         * shell/ev-view.c: (clear_selection): 
3692
3693         Clear selection also in pixbuf cache.
3694
3695 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3696
3697         * data/evince.desktop.in.in:
3698         
3699         Change icon name in desktop file. See bug #390734
3700         for details.
3701
3702 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3703
3704         * thumbnailer/Makefile.am:
3705
3706         Use top_builddir instead top_srcdir for generated schema
3707         file installation. Fixes bug #390161.
3708
3709 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3710
3711         * configure.ac:
3712         * backend/Makefile.am:
3713         * backend/ev-document-transition.[ch]:
3714         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3715         (pdf_document_page_transition_iface_init):
3716         * shell/ev-view-private.h:
3717         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3718         (ev_view_set_presentation), (transition_next_page),
3719         (ev_view_presentation_transition_stop),
3720         (ev_view_presentation_transition_start), (ev_view_next_page):
3721
3722         Add page transition support in presentation mode. At the moment only
3723         page duration is supported, but not transition effects. Fixes bug
3724         #309815.
3725
3726 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3727
3728         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3729
3730         Run find_link_dest with document lock held, since it's called by links
3731         thread and main thread at the same time. 
3732
3733 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * shell/ev-view.c: (goto_dest):
3736
3737         Update page-cache when page is changed by the view, so that
3738         page-changed signal is emitted. 
3739
3740 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3741
3742         * test/test1.py:
3743         * test/test2.py:
3744
3745         Use C locale in tests. 
3746
3747 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3748
3749         * shell/ev-window.c: (ev_window_run_presentation):
3750         * shell/ev-view-private.h:
3751         * shell/ev-view.c: (ev_view_set_presentation):
3752
3753         Restore zoom settings when back from presentation mode. 
3754
3755 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3756
3757         * shell/ev-window.c: (ev_window_run_presentation):
3758
3759         Always use "best fit" zoom in presentation mode.
3760         Fixes bug #389195.
3761
3762 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3763
3764         * shell/ev-view.c: (ev_view_goto_window_create):
3765
3766         Show "Jump to page" label in the page jumping popup in
3767         presentation mode instead of just a GtkEntry.
3768
3769 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * shell/ev-window.c: (launch_external_uri):
3772
3773         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3774         #378085.
3775
3776 2006-12-22  Elijah Newren  <newren gmail com>
3777
3778         * configure.ac: explicitly check for libxml2.  Fixes #388795
3779
3780 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3781
3782         * shell/ev-view-private.h:
3783         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3784         (ev_view_goto_window_delete_event), (key_is_numeric),
3785         (ev_view_goto_window_key_press_event),
3786         (ev_view_goto_window_button_press_event),
3787         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3788         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3789         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3790
3791         Allow jumping to another page by typing a page number in presentation
3792         mode. It uses a popup window with an entry. Fixes bug #353625.
3793
3794 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3795
3796         * configure.ac:
3797         * properties/ev-properties-view.c: (ev_get_default_user_units),
3798         (ev_regular_paper_size):
3799         
3800         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3801         to Damien Carbery <damien.carbery@sun.com> and
3802         Yevgen Muntyan <muntyan@tamu.edu>.
3803
3804 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3805
3806         * shell/ev-window.c: (setup_document_from_metadata):
3807
3808         Make sure Evince doesn't restore the view on the last
3809         page when a document is reopened. Fixes bug #383381.
3810
3811 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3812
3813         * shell/ev-view.c: (draw_loading_text):
3814
3815         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3816
3817 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3818
3819         * configure.ac:
3820         * NEWS:
3821
3822         Release 0.7.0
3823
3824 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3825
3826         * configure.ac:
3827         * pdf/ev-poppler.cc: (pdf_print_context_free),
3828         (pdf_document_file_exporter_begin),
3829         (pdf_document_file_exporter_do_page):
3830
3831         Make cairo-pdf depedency optional. 
3832
3833 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3836
3837         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3838
3839 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3840
3841         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3842         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3843         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3844         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3845         * shell/ev-view.c: (draw_loading_text):
3846         * shell/ev-window.c: (ev_window_cmd_file_properties):
3847
3848         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3849         related to using FontConfig from different threads.
3850         
3851 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3852
3853         * shell/ev-view.c: (draw_loading_text):
3854
3855         Acquire lock document when drawing "Loading..." text so that only one
3856         thread will use FontConfig at the same time. Fixes bug #374750.
3857
3858 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * shell/ev-page-action.[ch]: (activate_cb):
3861         * shell/ev-window.c: (activate_label_cb):
3862
3863         Check if text inserted in page entry is a valid page number when it
3864         doesn't match to any document page label. Fixes bug #383165.
3865
3866 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3867         * shell/ev-window.c:
3868
3869         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3870         available with GTK < 2.10. Added an ifdef to avoid compilation
3871         error.
3872
3873 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * configure.ac:
3876         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3877
3878         Fix ps backend in multihead systems.
3879
3880 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3881
3882         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3883         * shell/ev-window.c: (ev_window_get_screen_dpi),
3884         (ev_window_update_actions), (setup_view_from_metadata),
3885         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3886
3887         Take screen DPI into account when zooming. Fixes bug #318285.
3888
3889 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3890
3891         * data/Makefile.am:
3892
3893         Cleaned up/slightly refactored Makefile.am. Added GConf
3894         schemas uninstallation as well.
3895
3896 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3897
3898         * Makefile.am:
3899         * test/Makefile.am:
3900
3901         Fight with autotools to fix make check. Make distcheck
3902         works fine as well now!
3903
3904 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3905
3906         * shell/ev-view.c: (draw_end_presentation_page):
3907
3908         Corrected "end of presentation" string.
3909
3910 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3911
3912         * shell/ev-view.c: (ev_view_key_press_event):
3913
3914         Correctly propagate key press event so that up/down keys
3915         work as expected (correct behaviour was broken by
3916         black/white screen key bindings for presentations).
3917
3918 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3919
3920         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3921         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3922         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3923         (pdf_selection_get_selection_region),
3924         (pdf_selection_get_selection_map):
3925
3926         Add "static" to some private functions. 
3927
3928 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3929
3930         * lib/ev-tooltip.h:
3931         * properties/ev-properties-view.h:
3932         * shell/ev-jobs.h:
3933         * shell/ev-properties-dialog.h:
3934         * shell/ev-properties-fonts.h:
3935         * shell/ev-sidebar-links.h:
3936         * shell/ev-sidebar-thumbnails.h:
3937         * shell/ev-sidebar.h:
3938         * shell/ev-window.h:
3939         
3940         Fixes CHACK type in class casts. See bug #385343
3941         for details.
3942
3943 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3944
3945         * shell/ev-view-private.h:
3946         * shell/ev-view.c: (draw_end_presentation_page),
3947         (ev_view_expose_event), (ev_view_key_press_event),
3948         (ev_view_class_init), (ev_view_init):
3949
3950         Blank screen in presentation mode when pressing 'b' (filling with
3951         black) or 'w' (filling with white) keys. Fixes bug #358132.
3952
3953 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3954
3955         * data/evince-toolbar.xml:
3956         * shell/ev-window.c:
3957         
3958         Use stock icon for Select All action. Fixes
3959         bug #382652.
3960
3961 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3962
3963         * shell/ev-view.c: (get_doc_point_from_offset),
3964         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3965
3966         Add links support in rotated documents. Fixes bug #343733.
3967
3968 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3969
3970         * shell/ev-view-private.h:
3971         * shell/ev-view.c: (draw_end_presentation_page),
3972         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3973
3974         Show a blank page after the last page in presentation mode with a
3975         message indicating that presentation has finished and how to exit. 
3976
3977 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3978
3979         * shell/ev-window.c: (fullscreen_timeout_cb):
3980
3981         Hide cursor after a while in presentation mode. 
3982
3983 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3984
3985         * backend/ev-document-info.h:
3986         * data/evince-properties.glade:
3987         * pdf/ev-poppler.cc:
3988         * properties/ev-properties-view.c: (ev_regular_paper_size),
3989         (ev_properties_view_set_info):
3990         * ps/ps-document.c: (ps_document_get_info):
3991
3992         Adds a paper size field to the properties dialog. Fixes
3993         bug #307315. Patch by Kasper Svendsen (with some i18n
3994         changes done by me).
3995
3996 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3997
3998         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3999         (screensaver_init_dbus), (totem_scrsaver_new),
4000         (totem_scrsaver_init):
4001         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4002         * shell/ev-application.c: (ev_application_register_service),
4003         (ev_application_screensaver_enable),
4004         (ev_application_screensaver_disable):
4005         * shell/ev-application.h:
4006         * shell/ev-window.c: (ev_window_run_presentation),
4007         (ev_window_stop_presentation), (build_comments_string),
4008         (ev_window_init):
4009         
4010         Move screensaver handling to application. No more
4011         message on startup.
4012
4013 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4014
4015         * configure.ac:
4016         * backend/Makefile.am:
4017         * backend/ev-file-exporter.[ch]:
4018         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
4019         * ps/ps-document.c: (ps_document_file_exporter_*):
4020         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
4021         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4022         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4023         (ev_window_print_dialog_response_cb), (ev_window_print_range):
4024
4025         Allow printing to PDF when suppoted by the backend.
4026         
4027 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4028
4029         * shell/ev-window.c: (build_comments_string):
4030
4031         Use always "Document Viewer" in about dialog. 
4032
4033 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4034
4035         * djvu/djvu-document.c: (djvu_document_get_page_size):
4036
4037         Display a warning message when get_pageinfo fails. 
4038
4039 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
4040
4041         * Makefile.am:
4042         * backend/Makefile.am:
4043         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4044         * configure.ac:
4045         * shell/ev-window.c: (build_comments_string):
4046         
4047         Make pdf compilation optional. See bug #38007.
4048
4049 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * ps/ps.c: (get_next_text):
4052
4053         Fix CVE-2006-5864.
4054
4055 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4056
4057         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
4058         * shell/ev-navigation-action.c: (connect_proxy),
4059         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4060         
4061         Do not call g_type_class_peek_parent twice.
4062
4063 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4064
4065         * configure.ac:
4066         * data/icons/24x24/.cvsignore:
4067         * data/icons/24x24/Makefile.am:
4068         * data/icons/24x24/evince.png:
4069         * data/icons/Makefile.am:
4070         
4071         Add 24x24 icon. Thanks to 
4072         Michael Monreal <infernux@web.de>.
4073
4074 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4075
4076         * configure.ac: Fix typo in configure.ac. Thanks
4077         to dmacks@netspace.org for notification.
4078
4079 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4080
4081         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4082         
4083         Drop dbus include, fixes compilation with older dbus.
4084
4085 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4086
4087         * configure.ac:
4088         * cut-n-paste/Makefile.am:
4089         * cut-n-paste/totem-screensaver/.cvsignore
4090         * cut-n-paste/totem-screensaver/Makefile.am:
4091         * cut-n-paste/totem-screensaver/README:
4092         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4093         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4094         * shell/Makefile.am:
4095         * shell/ev-window.c: (ev_window_run_presentation),
4096         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4097         (ev_window_init):
4098
4099         Implemented screensaver enabling/disabling for
4100         presentation mode (not fullscreen mode). Code stolen
4101         from Totem (with some minor tweaks). Fixes bug #338889.
4102
4103 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4104
4105         * configure.ac:
4106
4107         Bump gnome-icon-theme requirements. We use the rotation
4108         icons that appeared recently.
4109
4110 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4111
4112         * shell/ev-history.c: (ev_history_add_page):
4113         * shell/ev-history.h:
4114         * shell/ev-window.c: (page_changed_cb):
4115         
4116         Use page labels instead of numbers.
4117
4118 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4119
4120         * data/evince-toolbar.xml:
4121         * po/POTFILES.in:
4122         * shell/Makefile.am:
4123         * shell/ev-navigation-action-widget.c:
4124         (ev_navigation_action_widget_init),
4125         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4126         (menu_detacher), (ev_navigation_action_widget_set_menu),
4127         (menu_position_func), (popup_menu_under_arrow),
4128         (ev_navigation_action_widget_toggled),
4129         (ev_navigation_action_widget_button_press_event):
4130         * shell/ev-navigation-action-widget.h:
4131         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4132         (ev_navigation_action_set_window), (activate_menu_item_cb),
4133         (new_history_menu_item), (new_empty_history_menu_item),
4134         (build_menu), (menu_activated_cb), (connect_proxy),
4135         (create_tool_item), (ev_navigation_action_init),
4136         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4137         * shell/ev-navigation-action.h:
4138         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4139         (ev_page_action_widget_set_page_cache),
4140         (ev_page_action_widget_finalize),
4141         (ev_page_action_widget_class_init), (match_selected_cb),
4142         (display_completion_text), (match_completion), (build_new_tree_cb),
4143         (get_filter_model_from_model),
4144         (ev_page_action_widget_update_model):
4145         * shell/ev-page-action-widget.h:
4146         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4147         (connect_proxy):
4148         * shell/ev-page-action.h:
4149         * shell/ev-stock-icons.c:
4150         * shell/ev-stock-icons.h:
4151         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4152         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4153         (register_custom_actions):
4154         * shell/main.c:
4155         
4156         Preliminary history implementation
4157
4158 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4159
4160         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4161         (dvi_document_class_init), (dvi_document_init_params):
4162         * dvi/mdvi-lib/font.c: (font_reference):
4163         
4164         Add reference to subfont. Fixes bug #374277.
4165
4166 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4169         (ev_window_cmd_file_open_copy_at_dest):
4170
4171         Fix a race condition when creating symlink. Increase the counter
4172         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4173         Mathias Hasselmann).
4174
4175 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4176
4177         * backend/Makefile.am:
4178         * backend/ev-attachment.c: (ev_attachment_open):
4179         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4180         (ev_tmp_dir), (ev_tmp_filename):
4181         * shell/ev-sidebar-attachments.c:
4182         (ev_sidebar_attachments_drag_data_get):
4183         * shell/ev-window.c: (ev_window_clear_temp_file):
4184
4185         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4186         in ensure_dir_exists. Abort without crashing when we can't create
4187         user's directory.
4188
4189 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4190
4191         * data/evince-ui.xml:
4192         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4193         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4194         (ev_window_cmd_file_open_copy_at_dest),
4195         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4196         (ev_view_popup_cmd_open_link_new_window):
4197
4198         Allow opening a copy of the current document in a new window. Fixes bug
4199         #357472
4200
4201 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4202
4203         * data/evince-toolbar.xml:
4204         
4205         Add rotate right and rotate left to available items for toolbar.
4206         
4207         * data/evince-ui.xml:
4208         * shell/ev-window.c: (ev_window_init):
4209         
4210         Customize toolbar with right click. Fixes bug #372451.
4211
4212 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4213
4214         * shell/ev-window.c: 
4215         
4216         Use "object-rotate-{left,right}" stock icons. Fixes 
4217         bug #373863.
4218
4219 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4222         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4223         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4224         (ev_window_open_uri):
4225         * shell/main.c: (arguments_parse):
4226
4227         Remove temp file created when evince is used by GTK+ in
4228         preview mode. Fixes bug #365282. 
4229
4230 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4231
4232         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4233         
4234         Fixes bug #372474 - Side pane disabled when entering 
4235         and leaving fullscreen mode.
4236
4237 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4238
4239         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4240         * data/Makefile.am:
4241         * data/evince-preview-toolbar.xml:
4242         * data/evince-toolbar.xml:
4243         * shell/ev-application.c: (ev_application_shutdown),
4244         (ev_application_init), (ev_application_get_toolbars_model):
4245         * shell/ev-application.h:
4246         * shell/ev-window.c: (update_chrome_visibility),
4247         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4248         (ev_window_cmd_edit_toolbar), (ev_window_init):
4249         
4250         Fixes bug #364364 - toolbar editor shows zoom actions again.
4251
4252 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4253
4254         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4255
4256         Do not take margins into consideration for paper size when printing.
4257         Really fixes bug #350491.
4258
4259 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4260
4261         * data/evince-ui.xml:
4262         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4263         (ev_window_cmd_file_print_setup),
4264         (ev_window_print_dialog_response_cb),
4265         (ev_window_setup_action_sensitivity):
4266
4267         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4268
4269 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * shell/ev-window.c: (ev_window_print_range):
4272
4273         Revert my previuos commit, since printing to PDF is not supported by
4274         evince yet. 
4275
4276 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4277
4278         * shell/ev-window.c: (ev_window_print_range):
4279
4280         Enable print to a PDF. Fixes bug #332121.
4281
4282 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4283
4284         * shell/ev-application-service.xml:
4285         * shell/ev-application.[ch]: (ev_application_open_window),
4286         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4287         (ev_application_open_uri), (ev_application_open_uri_list):
4288         * shell/ev-window.c: (file_open_dialog_response_cb),
4289         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4290         (drag_data_received_cb), (open_remote_link):
4291         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4292
4293         Add support for multiscreen systems. Fixes bug #316206.
4294
4295 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4296
4297         * shell/ev-jobs.[ch]: (ev_job_print_new),
4298         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4299         (ev_job_print_do_page):
4300         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4301
4302         Allow printing only odd/even pages. Fixes bug #367289.
4303
4304 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4305
4306         * test/test1.py:
4307         * test/test2.py:
4308
4309         Re-add locale settings to test files.
4310
4311 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4312
4313         * data/evince-ui.xml:
4314         * shell/ev-window.c: (set_action_properties):
4315         
4316         Removed garbage from code and ui.
4317
4318 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4319
4320         * shell/ev-window.c: (ev_window_cmd_help_about):
4321
4322         Shamelessly add my name to the list of contributors.
4323
4324 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4325
4326         * test/test1.py:
4327         * test/test2.py:
4328
4329         Cleaned up the dogtail scripts.
4330
4331 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4332
4333         * shell/ev-view.c: (draw_loading_text): Don't render
4334         "loading..." text in presentation mode. Temporary
4335         workaround for bug #320352.
4336
4337 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4340         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4341
4342         Use print settings scale, copies, collate and reverse which were
4343         ignored. Fixes bug #359032.
4344
4345 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * configure.ac:
4348         * data/evince-password.glade:
4349         * test/Makefile.am:
4350         * test/test-encrypt.pdf:
4351         * test/test-links.pdf:
4352         * test/test1.py:
4353         * test/test2.py:
4354
4355         Add automated UI tests for evince with dogtail. See
4356         bug #300948.    
4357
4358 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4359
4360         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4361
4362         Hide fullscreen toolbar when switching to another desktop workspace.
4363         Fixes bug #338871
4364
4365 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4366
4367         * shell/ev-window-title.c: 
4368         
4369         Test for .dvi in title of pdf documents.
4370
4371 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4372
4373         * shell/ev-view.c: (ev_view_scroll):
4374
4375         Page Up/Down should do page jumps in "Best fit" mode.
4376         If a user has explicitly chosen to view exactly one page
4377         at a time, scrolling just a part of the page when
4378         pressing Page Up/Down is not right. Fixes bug #323107.
4379
4380 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4381
4382         * NEWS:
4383         * configure.ac:
4384         
4385         Update for 0.6.1
4386
4387 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4388
4389         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4390         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4391         
4392         Correctly disconnect from job signals on destroy.
4393
4394 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4395
4396         * shell/ev-view-private.h:
4397         * shell/ev-view.c: (view_set_adjustment_values),
4398         (view_update_range_and_current_page),
4399         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4400         
4401         Fixes bug #343199, current page now follows find page.
4402
4403 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4404
4405         * backend/ev-document-factory.c:
4406         * configure.ac:
4407         Assigned OpenDocument presenation MIME type to the
4408         Impress backend. Added some missing (but harmless)
4409         #ifdefs in the document factory as well to make things
4410         consistent again. Fixes bug #360658.
4411
4412 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4413
4414         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4415         * backend/ev-document-find.c: (ev_document_find_get_type):
4416         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4417         * backend/ev-document-links.c: (ev_document_links_get_type):
4418         * backend/ev-document-security.c: (ev_document_security_get_type):
4419         * backend/ev-document-thumbnails.c:
4420         (ev_document_thumbnails_get_type):
4421         * backend/ev-document.c: (ev_document_get_type):
4422         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4423         * backend/ev-selection.c: (ev_selection_get_type):
4424         * cut-n-paste/recent-files/egg-recent-model.c:
4425         (egg_recent_model_get_type):
4426         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4427         (egg_recent_view_uimanager_get_type):
4428         * cut-n-paste/recent-files/egg-recent-view.c:
4429         (egg_recent_view_get_type):
4430         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4431         (egg_editable_toolbar_get_type):
4432         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4433         (egg_toolbar_editor_get_type):
4434         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4435         (egg_toolbars_model_get_type):
4436         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4437         (egg_tree_multi_drag_source_get_type):
4438         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4439         (ephy_zoom_action_get_type):
4440         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4441         (ephy_zoom_control_get_type):
4442         * impress/r_back.c: (_imp_fill_back):
4443         * properties/ev-properties-main.c:
4444         (ev_properties_plugin_register_type):
4445         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4446         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4447         (ev_view_accessible_factory_get_type):
4448
4449         Reduce relocations. Bug #360616.
4450
4451 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4452
4453         * backend/ev-document-factory.c:
4454         (ev_document_factory_get_document):
4455         
4456         Load document even if extension is wrong.
4457
4458 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4459
4460         * shell/ev-metadata-manager.c: (save_values):
4461         * shell/ev-window.c: (setup_size_from_metadata),
4462         (setup_view_from_metadata), (ev_window_setup_document),
4463         (ev_window_xfer_job_cb), (window_configure_event_cb):
4464         
4465         Set size according to the document size/page size ratio.
4466         That should correct rather wierd behaviour of the previous
4467         commit.
4468
4469 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4470
4471         * shell/ev-window.c: (setup_view_from_metadata):
4472         
4473         Set size for new windows from previous window size.
4474         See bugs #354968 and #168450 for details. Thanks
4475         to Meik Hellmund.
4476
4477 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4478
4479         * djvu/djvu-links.c: (build_tree):
4480
4481         Fix memory leak.
4482
4483 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4486         
4487         Don't make sidebar close button insensitive. Fixes
4488         bug #357871.
4489
4490 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4491
4492         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4493         (ev_window_set_view_accels_sensitivity):
4494         
4495         Don't enable Slash on documents which don't support
4496         find. Fixes bug #358648.
4497
4498 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4499
4500         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4501         open dialog fall back to the current document uri if the
4502         filechooser hasn't been used before. Fixes bug #356980.
4503
4504 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4505
4506         * shell/ev-window.c: (ev_window_setup_recent), 
4507         (ev_window_get_recent_file_label):
4508
4509         Escape underscores in filenames of recent file items.
4510
4511 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * configure.ac:
4514         
4515         Bumped poppler requirements, really 0.5.3 is very 
4516         buggy, now we require 0.5.4.
4517
4518 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4519
4520         * djvu/Makefile.am:
4521         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4522         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4523         (djvu_document_document_links_iface_init):
4524         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4525         (number_from_string_10), (get_djvu_link_dest),
4526         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4527         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4528         (djvu_links_get_links), (djvu_links_find_link_dest),
4529         (djvu_links_get_links_model):
4530         * djvu/djvu-links.h:
4531         
4532         Add support for links and bookmarks in djvu documents. Thanks
4533         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4534         patch.
4535
4536 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4537
4538         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4539         
4540         Reopen should reload document. Fixes 
4541         bug 327951.
4542
4543 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4544
4545         * configure.ac:
4546         * data/Makefile.am:
4547         * data/evince-16.png:
4548         * data/evince-22.png:
4549         * data/evince.png:
4550         * data/evince.svg:
4551         * data/icons/16x16/Makefile.am:
4552         * data/icons/16x16/evince.png:
4553         * data/icons/22x22/Makefile.am:
4554         * data/icons/22x22/evince.png:
4555         * data/icons/48x48/Makefile.am:
4556         * data/icons/48x48/evince.png:
4557         * data/icons/Makefile.am:
4558         * data/icons/scalable/Makefile.am:
4559         * data/icons/scalable/evince.svg:
4560         
4561         Install icons with correct names. Fixes
4562         bug #354429.
4563
4564 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4565
4566         * shell/ev-view.c: (ev_view_button_release_event):
4567
4568         Don't open links with middle mouse button. Fixes bug #353649
4569
4570 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4571
4572         * NEWS:
4573         * configure.ac:
4574         
4575         Update for release 0.6.0
4576
4577 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4578
4579         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4580         Implement Close named action. Patch by Carlos Garcia Campos.
4581
4582 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4583
4584         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4585         
4586         Don't clear link mapping on copy_job_to_job_info. Fixes
4587         bug 346168.
4588
4589 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4590
4591         * shell/main.c: (main):
4592
4593         Revert my previous commit, gnome_program_init owns the option context.
4594         Fix another memory leak in main. Both caught by Christian Persch. 
4595
4596 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4597
4598         * shell/main.c: (main):
4599
4600         Fix memory leak.
4601
4602 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4603
4604         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4605
4606         Fix crash when opening a pdf with password protection. 
4607
4608 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4609
4610         * pdf/ev-poppler.cc: (pdf_document_search_free):
4611
4612         Fix memory leak. 
4613
4614 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4615
4616         * backend/ev-document-factory.c:
4617         (ev_document_factory_get_document):
4618         * tiff/tiff-document.c: (tiff_document_finalize):
4619         
4620         More correct handling of document loading. Fixes
4621         bug #349043.
4622
4623 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4624
4625         * backend/ev-attachment.c: (ev_attachment_save):
4626
4627         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4628         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4629
4630 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4631         
4632         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4633         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4634
4635 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4636
4637         * shell/ev-sidebar-thumbnails.c:
4638
4639         Do not render thumbnails unless thumbnails page is active in the
4640         sidebar.
4641
4642 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4643
4644         * shell/ev-properties-dialog.c:
4645
4646         Fix dialogue spacing. Bug #351370.
4647
4648 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4649
4650         * configure.ac:
4651
4652         Use lowercase gettext catalog file names (evince.mo
4653         instead of Evince.mo)
4654
4655 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4656
4657         * shell/ev-sidebar-attachments.c:
4658
4659         GtkIconTheme is now screen safe too. Fixes bug #350878
4660
4661 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4662
4663         * shell/ev-window.c:
4664
4665         GtkRecent manager is now screen safe. Fixes bug #350145
4666
4667 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4668
4669         * shell/ev-sidebar.c: (ev_sidebar_init):
4670         
4671         Make sidebar close icon smaller. Fix for bug 350177.
4672         See also bugs 350176 and 165770.
4673
4674 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4675
4676         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4677
4678         Ignore zoom for xyz destinations when it's <= 1, keeping user
4679         preferences instead. Set correct sizing-mode for fith and fitv
4680         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4681
4682 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4683
4684         * NEWS:
4685         * configure.ac:
4686         
4687         Update for release 0.5.5
4688
4689 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4690         
4691         * shell/ev-window.c: (ev_window_cmd_escape)
4692
4693         Escape unfocus page entry. Fixes bug #345809.
4694
4695 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4696
4697         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4698         (build_tree), (pdf_document_links_get_links),
4699         (pdf_document_links_find_link_dest):
4700         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4701         (goto_xyz_dest):
4702
4703         Convert from PDF style coordinates to X style coordinates in the
4704         backend rather than in the view. Fixes bug #338440
4705
4706 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4707
4708         * shell/ev-window.c:
4709         
4710         Remove Ctrl+Shift+T shortcut for toolbars. See
4711         the bug #350098.
4712
4713 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4714
4715         * configure.ac:
4716
4717         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4718         of this. 
4719
4720 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4721
4722         * configure.ac:
4723         * cut-n-paste/Makefile.am:
4724         * data/evince-ui.xml:
4725         * shell/Makefile.am:
4726         * shell/ev-application.[ch]:
4727         * shell/ev-window.c:
4728
4729         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4730         #349273
4731
4732 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4733
4734         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4735         findbar code: s/help/search/
4736
4737 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4738
4739         * shell/ev-window.c: (setup_document_from_metadata),
4740         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4741         (setup_view_from_metadata):
4742         
4743         Fix memory leaks.
4744
4745 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4746
4747         * autogen.sh, configure.ac: 
4748         
4749         Update automake usage. See bug 349292.
4750
4751 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * shell/eggfindbar.c: (egg_find_bar_class_init),
4754         (entry_activate_callback), (egg_find_bar_init),
4755         (egg_find_bar_set_status_text):
4756         * shell/eggfindbar.h:
4757         
4758         Unify Evince findbar with Epiphany. Nice patch
4759         from Fabricio Silva <silva@crans.org> and
4760         Frederic Peters <fpeters@entrouvert.com>. See
4761         bug #339966 for details.
4762
4763 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4764
4765         * data/evince.desktop.in.in:
4766         
4767         Correct information for bugzilla. Thanks to
4768         Olaf Vitters, see bug #348855.
4769
4770 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4771
4772         * shell/ev-jobs.[ch]:
4773         * shell/ev-sidebar-links.c:
4774         * shell/ev-window.[ch]:
4775
4776         GtkPrintJob doesn't support print ranges or current page, so we export
4777         to a ps file now when printing ranges or current page.
4778
4779 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4780
4781         * pdf/ev-poppler.cc:
4782         * shell/ev-window.c: (do_action_named):
4783
4784         We should be more clear about bugzilla. See the
4785         poppler bug #7623.
4786
4787 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * configure.ac:
4790         * shell/Makefile.am:
4791         * shell/ev-job-queue.c:
4792         * shell/ev-jobs.[ch]:
4793         * shell/ev-sidebar-links.c:
4794         * shell/ev-window.[ch]:
4795         
4796         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4797         #348422
4798
4799 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4800
4801         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4802         * shell/ev-application-service.xml:
4803         * shell/ev-application.[ch]:
4804         * shell/ev-jobs.[ch]:
4805         * shell/ev-window.[ch]: (ev_window_run_preview):
4806         * shell/main.c: 
4807
4808         Add preview mode to use evince as a printing previewer. It also adds
4809         other command line options for fullscreen and presentation modes.
4810         Fixes bugs #347822, #317031
4811
4812 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4813
4814         * NEWS:
4815         * configure.ac:
4816         
4817         Update for release 0.5.4
4818
4819 2006-07-11  Bastien Nocera <hadess@hadess.net>
4820
4821         * Makefile.am:
4822         * backend/Makefile.am:
4823         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4824         * backend/ev-document-factory.h:
4825         * configure.ac:
4826         * impress/.cvsignore:
4827         * impress/Makefile.am:
4828         * impress/common.h:
4829         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4830         (imp_get_page), (imp_next_page), (imp_prev_page),
4831         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4832         * impress/f_oasis.c: (render_object), (render_page),
4833         (get_geometry), (_imp_oasis_load):
4834         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4835         (_imp_oo13_load):
4836         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4837         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4838         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4839         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4840         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4841         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4842         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4843         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4844         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4845         (iks_new_within), (iks_insert), (iks_insert_cdata),
4846         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4847         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4848         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4849         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4850         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4851         (iks_cdata), (iks_cdata_size), (iks_has_children),
4852         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4853         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4854         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4855         (iks_tree), (iks_load), (iks_save):
4856         * impress/iksemel.h:
4857         * impress/imposter.h:
4858         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4859         (imp_render_draw_bezier_real), (imp_render_get_size),
4860         (imp_render_set_fg_color), (imp_render_draw_line),
4861         (imp_render_draw_rect), (imp_render_draw_polygon),
4862         (imp_render_draw_arc), (imp_render_draw_bezier),
4863         (imp_render_open_image), (imp_render_get_image_size),
4864         (imp_render_scale_image), (imp_render_draw_image),
4865         (imp_render_close_image), (imp_render_markup),
4866         (imp_render_get_text_size), (imp_render_draw_text),
4867         (impress_document_load), (impress_document_save),
4868         (impress_document_get_n_pages), (impress_document_get_page_size),
4869         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4870         (impress_document_finalize), (impress_document_class_init),
4871         (impress_document_can_get_text), (impress_document_get_info),
4872         (impress_document_document_iface_init),
4873         (impress_document_thumbnails_get_thumbnail),
4874         (impress_document_thumbnails_get_dimensions),
4875         (impress_document_document_thumbnails_iface_init),
4876         (impress_document_init):
4877         * impress/impress-document.h:
4878         * impress/internal.h:
4879         * impress/r_back.c: (_imp_fill_back):
4880         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4881         (_imp_draw_image), (_imp_tile_image):
4882         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4883         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4884         (r_polyline):
4885         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4886         (r_draw_gradient_complex), (r_draw_gradient):
4887         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4888         (r_get_bullet):
4889         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4890         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4891         (r_text):
4892         * impress/render.c: (imp_create_context), (imp_context_set_page),
4893         (imp_context_set_step), (imp_render), (imp_delete_context):
4894         * impress/render.h:
4895         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4896         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4897         (zip_load_xml), (zip_get_size), (zip_load):
4898         * impress/zip.h:
4899         * shell/ev-utils.c:
4900         
4901         New backend to support impress slides. Fixes bug #30867.
4902
4903 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4904
4905         * shell/ev-utils.c: (using_postscript_printer):
4906         
4907         Fixes crash when print using PAPI backend,
4908         bug #345012.
4909
4910 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4911
4912         * shell/ev-jobs.c: (ev_job_xfer_run):
4913         * shell/ev-window.c: (password_dialog_response),
4914         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4915         (ev_window_dispose):
4916         Fixes bug #344160: if the xfer job doesn't complete
4917         because a password is required, reload the existing
4918         instance instead of creating a new one.
4919
4920 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4921
4922         * shell/main.c: (main): Call gdk_threads_init. Thus
4923         we'll avoid errors in auth dialog. Fix for the bug
4924         #343347.
4925
4926 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4927
4928         * configure.ac: Advertise pixbuf support, fix
4929         for the bug 343317.
4930
4931 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4934         (ev_sidebar_thumbnails_set_document):
4935         
4936         Update sidebar thumbnails after reloading.
4937
4938 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4941         * shell/ev-jobs.h:
4942         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4943         (ev_window_cmd_view_reload), (ev_window_init):
4944         
4945         Don't crash on reload. Fix for the bug #343167.
4946
4947 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4948
4949         * shell/ev-jobs.c: (ev_job_render_run):
4950         
4951         Check for document links.
4952
4953 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4954
4955         * backend/ev-attachment.c: (ev_attachment_save),
4956         (ev_attachment_launch_app), (ev_attachment_open):
4957         * backend/ev-document-factory.c: (get_document_from_uri):
4958         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4959         (egg_recent_view_uimanager_set_list):
4960         * ps/ps-document.c: (check_filecompressed), (document_load),
4961         (ps_document_load):
4962         * shell/ev-metadata-manager.c: (load_values):
4963         * shell/ev-password.c: (ev_password_dialog_set_property):
4964         * shell/ev-view.c: (tip_from_link):
4965         * shell/ev-window.c: (file_save_dialog_response_cb),
4966         (ev_window_print_dialog_response_cb):
4967         
4968         Use consistent quoting style. Fix for the bug #320285.
4969
4970 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4971
4972         * shell/ev-jobs.c: (ev_job_xfer_run):
4973         * shell/main.c: (load_files):
4974                 
4975         Open links with anchors. Fix for the bug #339836.
4976
4977 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4978
4979         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4980         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4981         (ev_link_dest_set_property), (ev_link_dest_finalize),
4982         (ev_link_dest_class_init), (ev_link_dest_new_named),
4983         (ev_link_dest_new_page_label):
4984         * backend/ev-link-dest.h:
4985         * shell/ev-application.c: (ev_application_open_uri):
4986         * shell/ev-view.c: (goto_dest):
4987         * shell/ev-window.c:
4988         * shell/ev-window.h:
4989         
4990         Fix page-label command line option. Bug #342070.
4991
4992 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4993
4994         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4995         
4996         Don't show highlight rects if page can't be showed. Fix for 
4997         the bug #342076
4998
4999 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5000
5001         * shell/ev-window.c: (setup_sidebar_from_metadata),
5002         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
5003         
5004         Setup sidebar from metadata even if there is no document
5005         loaded. Fix for the bug #342807.
5006
5007 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5008
5009         * cut-n-paste/toolbar-editor/Makefile.am:
5010         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5011         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
5012         (find_action), (drag_data_delete_cb), (drag_begin_cb),
5013         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
5014         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
5015         (popup_context_menu_cb), (button_press_event_cb),
5016         (configure_item_sensitivity), (configure_item_cursor),
5017         (configure_item_tooltip), (connect_widget_signals),
5018         (action_sensitive_cb), (create_item_from_action),
5019         (create_item_from_position), (toolbar_drag_data_received_cb),
5020         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
5021         (toolbar_drag_leave_cb), (configure_drag_dest),
5022         (toggled_visibility_cb), (toolbar_visibility_refresh),
5023         (create_dock), (toolbar_changed_cb), (unparent_fixed),
5024         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
5025         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
5026         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
5027         (egg_editable_toolbar_dispose),
5028         (egg_editable_toolbar_set_ui_manager),
5029         (egg_editable_toolbar_get_selected),
5030         (egg_editable_toolbar_set_selected), (set_edit_mode),
5031         (egg_editable_toolbar_set_property),
5032         (egg_editable_toolbar_get_property),
5033         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
5034         (egg_editable_toolbar_new_with_model),
5035         (egg_editable_toolbar_get_edit_mode),
5036         (egg_editable_toolbar_set_edit_mode),
5037         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
5038         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
5039         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5040         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
5041         (item_added_or_removed_cb), (toolbar_removed_cb),
5042         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
5043         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
5044         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
5045         (editor_create_item_from_name), (append_table),
5046         (update_editor_sheet), (egg_toolbar_editor_init):
5047         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
5048         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5049         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
5050         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
5051         (toolbar_node_free), (egg_toolbars_model_get_flags),
5052         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
5053         (egg_toolbars_model_get_name), (impl_add_item),
5054         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
5055         (parse_data_list), (parse_item_list), (parse_toolbars),
5056         (egg_toolbars_model_load_toolbars), (parse_available_list),
5057         (parse_names), (egg_toolbars_model_load_names),
5058         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
5059         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
5060         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
5061         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
5062         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
5063         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
5064         (egg_toolbars_model_set_types), (fill_avail_array),
5065         (egg_toolbars_model_get_name_avail),
5066         (egg_toolbars_model_get_name_flags),
5067         (egg_toolbars_model_set_name_flags):
5068         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5069         * cut-n-paste/toolbar-editor/eggintl.h:
5070         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
5071         (egg_tree_multi_drag_source_get_type),
5072         (egg_tree_multi_drag_source_row_draggable),
5073         (egg_tree_multi_drag_source_drag_data_delete),
5074         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
5075         (egg_tree_multi_drag_button_release_event), (selection_foreach),
5076         (path_list_free), (set_context_data), (get_context_data),
5077         (get_info), (egg_tree_multi_drag_drag_data_get),
5078         (egg_tree_multi_drag_motion_event),
5079         (egg_tree_multi_drag_button_press_event),
5080         (egg_tree_multi_drag_add_drag_support):
5081         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
5082         * shell/ev-application.c: (ev_application_init),
5083         (ev_application_save_toolbars_model):
5084         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
5085         (ev_window_cmd_edit_toolbar), (ev_window_init):
5086         
5087         Sync toolbareditor with epiphany and libegg
5088
5089 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5090
5091         * configure.ac: 
5092
5093         Depend on poppler 0.5.2
5094
5095 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5096
5097         * shell/ev-jobs.c: (ev_job_render_run):
5098         
5099         Check if document supports links iterface.
5100
5101 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5102
5103         * NEWS:
5104         * configure.ac:
5105         
5106         Update for release 0.5.3
5107
5108 2006-05-13  Michael Plump  <plumpy@skylab.org>
5109
5110         * configure.ac:
5111         * shell/Makefile.am:
5112         * shell/main.c: (main):
5113         
5114         Port to GOption command line parsing. Fix for the 
5115         bug #327518
5116
5117 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5118
5119         * shell/ev-window.c: (ev_window_cmd_help_about):
5120         
5121         Do not wrap license. Fix for the bug #309460.
5122
5123 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5124
5125         * configure.ac:
5126         * properties/ev-properties-main.c: (ev_properties_get_pages):
5127         * shell/ev-application.c: (ev_application_open_window),
5128         (ev_application_open_uri_at_dest):
5129         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5130         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5131         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5132         * shell/ev-utils.c: (save_print_config_to_file):
5133         * shell/ev-window.c: (ev_window_cmd_save_as),
5134         (ev_attachment_popup_cmd_save_attachment_as):
5135         * shell/main.c: (load_files_remote):
5136         
5137         Bump requirements to gtk 2.8 and drop all ifdefs used.
5138
5139 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5140
5141         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5142         * shell/ev-window.c: (ev_window_init):
5143         
5144         Show attachments page.
5145
5146 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5147
5148         * po/POTFILES.in:
5149         * shell/ev-attachment-bar.c:
5150         * shell/ev-attachment-bar.h:
5151         * shell/ev-sidebar-attachments.c:
5152         (ev_sidebar_attachments_icon_cache_add),
5153         (icon_theme_get_pixbuf_from_mime_type),
5154         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5155         (ev_sidebar_attachments_icon_cache_refresh),
5156         (ev_sidebar_attachments_get_attachment_at_pos),
5157         (ev_sidebar_attachments_popup_menu_show),
5158         (ev_sidebar_attachments_popup_menu),
5159         (ev_sidebar_attachments_button_press),
5160         (ev_sidebar_attachments_update_icons),
5161         (ev_sidebar_attachments_drag_data_get),
5162         (ev_sidebar_attachments_get_property),
5163         (ev_sidebar_attachments_destroy),
5164         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5165         (ev_sidebar_attachments_new),
5166         (ev_sidebar_attachments_set_document),
5167         (ev_sidebar_attachments_support_document),
5168         (ev_sidebar_attachments_get_label),
5169         (ev_sidebar_attachments_page_iface_init):
5170         * shell/ev-sidebar-attachments.h:
5171         * shell/ev-window.c: (update_chrome_visibility),
5172         (setup_sidebar_from_metadata), (ev_window_setup_document),
5173         (ev_window_sidebar_current_page_changed_cb),
5174         (attachment_bar_menu_popup_cb), (ev_window_init):
5175         
5176         Move attachments bar to sidebar.
5177
5178 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5179
5180         * pdf/ev-poppler.cc:
5181         * shell/ev-application.[ch]:
5182         * shell/main.c:
5183
5184         Fix some memory leaks.
5185
5186 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5187
5188         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5189
5190         Change the properties dialog response to
5191         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5192         will make the dialog go away when the user presses
5193         enter. With gtk+ >= 2.9 this will happen anyway, but for
5194         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5195         escape by default. Fixes bug #340539. See also bug
5196         #101293 for the gtk+ part.
5197
5198 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5199
5200         * shell/ev-view.c (tip_from_action_named): Replace some strings
5201         that were wrong. Closes #340970.
5202
5203 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5204
5205         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5206
5207         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5208         #341049
5209
5210 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5211
5212         * djvu/Makefile.am:
5213         * dvi/Makefile.am:
5214         * dvi/mdvi-lib/Makefile.am:
5215         * properties/Makefile.am:
5216         * ps/Makefile.am:
5217         * shell/Makefile.am:
5218         * thumbnailer/Makefile.am:
5219         
5220         Due to broken libtool that is unable to track dependencies
5221         of noinst libraries we are forced to explicitely point
5222         libraries for binary. Fix for the bug #333334.
5223
5224 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * data/evince.desktop.in.in:
5227         * shell/ev-view.c: (view_update_range_and_current_page),
5228         (ev_view_next_page), (ev_view_previous_page):
5229         * shell/ev-window.c: (update_chrome_visibility),
5230         (setup_sidebar_from_metadata), (ev_window_setup_document),
5231         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5232         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5233         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5234         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5235         (ev_window_stop_presentation), (ev_window_focus_in_event),
5236         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5237         (ev_window_init):
5238         * thumbnailer/Makefile.am:
5239         
5240         Update fullscreen and presentation timeout handling. Hide
5241         cursor in presentation after timeout. Fix for the bugs
5242         #136359 and #336981.
5243
5244 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5245
5246         * backend/ev-link-action.[ch]:
5247         * pdf/ev-poppler.cc: (ev_link_from_action):
5248         * shell/ev-view-private.h:
5249         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5250         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5251
5252         Add support for Named Action links
5253
5254 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5255
5256         * backend/Makefile.am:
5257         * backend/ev-document-links.[ch]:
5258         * backend/ev-document.[ch]:
5259         * backend/ev-link-action.[ch]:
5260         * backend/ev-link-dest.[ch]:
5261         * backend/ev-link.[ch]:
5262         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5263         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5264         * shell/ev-page-action.c: (build_new_tree_cb):
5265         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5266         (links_page_num_func), (update_page_callback):
5267         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5268         (tip_from_link):
5269         * shell/ev-jobs.c:
5270         * shell/ev-window.[ch]: (ev_window_open_uri),
5271         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5272         * shell/ev-application.[ch]: (ev_application_open_window),
5273         (ev_application_open_uri):
5274
5275         Rework links system, it adds support for remote links now and it makes
5276         easier to add new kinds of actions and destinations. Fixes bug #317292
5277
5278 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5279
5280         * data/Makefile.am:
5281         * data/evince.png:
5282         * data/evince-16.png:
5283         * data/evince-22.png:
5284         * data/evince.svg:
5285         * shell/main.c: (main):
5286         
5287         Evince use it's own icon. Fix for the bug #313392.
5288
5289         * shell/ev-window.c: (fullscreen_timeout_cb),
5290         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5291         (ev_window_cmd_help_about), (ev_window_dispose):
5292         
5293         Simplify fullscreen timeout code.
5294
5295 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5296
5297         * backend/ev-attachment.c: 
5298         * shell/ev-attachment-bar.c:
5299         * shell/ev-window.c:
5300
5301         Allow multiple selection of attachments
5302
5303 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5304
5305         * shell/ev-view.c: (view_update_range_and_current_page),
5306         (ev_view_scroll):
5307         
5308         Fix for the bug #312573 – Optimal selection of current 
5309         page among visible pages.
5310
5311 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * configure.ac:
5314         * djvu/Makefile.am:
5315         * djvu/djvu-text.h:
5316         
5317         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5318         for the bug 339868.
5319
5320 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5321
5322         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5323
5324 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5325
5326         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5327         dictated by the GNOME HIG. Fixes bug #339235.
5328
5329 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5330
5331         * data/evince-ui.xml:
5332         * shell/ev-view.c: (ev_view_can_find_previous):
5333         * shell/ev-view.h:
5334         * shell/ev-window.c: (ev_window_update_actions),
5335         (ev_window_cmd_edit_find_previous):
5336
5337         Add support for "Find Previous" as dictated by the GNOME HIG. A
5338         menu item is added and some glue code to make it all work is added
5339         to various files.
5340
5341 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5342
5343         * configure.ac: Award myself the "useless use of cat" award.
5344
5345 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5346
5347         * po/LINGUAS: New file listing all supported languages.
5348
5349         * configure.in: Use po/LINGUAS instead of including all languages
5350         directly in this file. See the wiki for more information:
5351         http://live.gnome.org/GnomeGoals/PoLinguas
5352
5353 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5354
5355         * backend/ev-document-factory.c:
5356
5357         Do not load the document twice when there isn't errors
5358
5359 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5360
5361         * backend/ev-attachment.c: 
5362
5363         Fix a crash when there isn't a default application to open an
5364         attachment
5365
5366 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5367
5368         * backend/ev-attachment.[ch]:
5369         * shell/ev-attachment-bar.[ch]:
5370
5371         Added missing files. 
5372
5373 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5374
5375         * backend/Makefile.am:
5376         * data/evince-ui.xml:
5377         * backend/ev-attachment.[ch]:
5378         * backend/ev-document.[ch]: (ev_document_has_attachments),
5379         (ev_document_get_attachments):
5380         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5381         (attachment_save_to_buffer), (pdf_document_get_attachments),
5382         (pdf_document_document_iface_init):
5383         * shell/Makefile.am:
5384         * shell/ev-attachment-bar.[ch]:
5385         * shell/ev-window.c:
5386
5387         Add support for PDF attachments. Fixes bug #325143
5388
5389 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * backend/ev-document-factory.c: (get_document_from_uri),
5392         (ev_document_factory_get_document):
5393         * backend/ev-document-factory.h:
5394         * properties/ev-properties-main.c: (ev_properties_get_pages):
5395         * shell/Makefile.am:
5396         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5397         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5398         (ev_job_queue_remove_job):
5399         * shell/ev-job-queue.h:
5400         * shell/ev-job-xfer.c:
5401         * shell/ev-job-xfer.h:
5402         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5403         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5404         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5405         (ev_job_xfer_run):
5406         * shell/ev-jobs.h:
5407         * shell/ev-window.c: (ev_window_is_empty),
5408         (password_dialog_response), (ev_window_clear_xfer_job),
5409         (ev_window_xfer_job_cb), (ev_window_open_uri),
5410         (ev_window_cmd_focus_page_selector),
5411         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5412         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5413         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5414         (ev_window_dispose):
5415         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5416         
5417         * Cleanup mime type detection on document load. Fix for the
5418         bug #336448.
5419
5420 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5423         
5424         Fix crash on exit, described in the bug #336825.
5425
5426 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * backend/ev-document-factory.c:
5429         (ev_document_factory_get_from_mime),
5430         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5431         (ev_document_factory_get_document),
5432         (file_filter_add_mime_list_and_free),
5433         (ev_document_factory_add_filters):
5434         * backend/ev-document-factory.h:
5435         * properties/ev-properties-main.c: (ev_properties_get_pages):
5436         * shell/Makefile.am:
5437         * shell/ev-application.c:
5438         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5439         * shell/ev-window.c: (ev_window_cmd_file_open),
5440         (ev_window_cmd_save_as):
5441         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5442         
5443         Rework factory functions so they are placed now in a single 
5444         file ev-document-factory.c
5445
5446 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5447
5448         * shell/ev-window.c: (update_chrome_visibility):
5449         
5450         Fix for the bug 166566 - don't show menubar in fullscreen
5451         mode.
5452
5453 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5454
5455         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5456
5457 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5458
5459         * shell/ev-view.c: (ev_view_expose_event):
5460         
5461         More correctly draw loading text when document
5462         is empty.
5463
5464 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5465
5466         * shell/ev-view.c: (ev_view_scroll):
5467         
5468         Fix for the bug #334854, page down and page up switch
5469         pages in presentation mode.
5470
5471 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * shell/ev-window.c: (ev_window_set_action_sensitive),
5474         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5475         (ev_window_set_view_accels_sensitivity),
5476         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5477         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5478         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5479         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5480         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5481         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5482         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5483         (view_actions_focus_in_cb), (ev_window_init):
5484         
5485         Fix for the bug #333902, now it's possible to search
5486         words with slash.
5487
5488 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5489
5490         * configure.ac: Added Breton translation.
5491         * po/br.po: Added Breton translation.
5492
5493 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5494
5495         * shell/ev-window-title (ev_window_title_update):
5496
5497         Fix memory leak in window title. Fixes bug #333944
5498
5499 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5500
5501         * shell/ev-metadata-manager.c (parseItem):
5502
5503         Fix memory leaks. Fixes bug #333945
5504
5505 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5506         
5507         * NEWS, configure.ac, TODO:
5508         
5509         Update for release 0.5.2.
5510
5511 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5512
5513         * shell/ev-view.c: (view_update_range_and_current_page),
5514         (page_changed_cb):
5515         
5516         Don't jump on scrolling, fix for the bug #333127.
5517
5518 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5519
5520         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5521         
5522         Scroll by one page in presentation mode. Fix for the bug
5523         #332993.
5524
5525 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5526
5527         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5528
5529 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5530
5531         * configure.ac  Added lv in ALL_LINGUAS line.
5532
5533 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5534         
5535         * NEWS, configure.ac:
5536         
5537         Update for release 0.5.1
5538
5539 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5540
5541         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5542         * backend/ev-document-misc.h:
5543         * shell/ev-view.c: (draw_one_page):
5544         
5545          Clairfy what page the toolbar page number applies to. Fix
5546          for the bug #328102.
5547
5548 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5549
5550         * shell/ev-view-private.h:
5551         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5552         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5553         (ev_view_search_changed):
5554         * shell/ev-view.h:
5555         * shell/ev-window.c: (find_bar_search_changed_cb):
5556         
5557         Dont't jump to find result if window was scrolled during search.
5558         Fix for the bug #313266.
5559
5560 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5561
5562         * shell/eggfindbar.c: (egg_find_bar_class_init):
5563         * shell/eggfindbar.h:
5564         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5565         * shell/ev-view-private.h:
5566         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5567         (ev_view_class_init), (ev_sizing_mode_get_type),
5568         (ev_scroll_type_get_type):
5569         * shell/ev-view.h:
5570         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5571         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5572         (ev_window_init):
5573         
5574         Fix for the bug 319133 - Find entry should allow text scroll.
5575
5576 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5577
5578         * shell/ev-view-private.h:
5579         * shell/ev-view.c: (view_update_range_and_current_page),
5580         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5581         (ev_view_set_document), (update_find_status_message),
5582         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5583         (ev_view_find_previous):
5584         
5585         Fix for the bug #319137. Search now takes account for scrolling.
5586
5587 2006-02-19  Michael Hofmann <mh21@piware.de>
5588
5589         * configure.ac:
5590         * djvu/Makefile.am:
5591         * djvu/djvu-document-private.h:
5592         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5593         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5594         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5595         (djvu_document_can_get_text), (djvu_document_get_text),
5596         (djvu_document_document_iface_init),
5597         (djvu_document_thumbnails_get_thumbnail),
5598         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5599         (djvu_document_find_get_result),
5600         (djvu_document_find_page_has_results),
5601         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5602         (djvu_document_find_iface_init):
5603         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5604         (djvu_text_page_selection), (djvu_text_page_limits_process),
5605         (djvu_text_page_limits), (djvu_text_page_copy),
5606         (djvu_text_page_position), (djvu_text_page_union),
5607         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5608         (djvu_text_page_box), (djvu_text_page_append_text),
5609         (djvu_text_page_search), (djvu_text_page_prepare_search),
5610         (djvu_text_page_new), (djvu_text_page_free):
5611         * djvu/djvu-text-page.h:
5612         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5613         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5614         (djvu_text_n_results), (djvu_text_has_results),
5615         (djvu_text_get_result), (djvu_text_get_progress):
5616         * djvu/djvu-text.h:
5617         
5618         Text search in djvu. Fix for the bug #303415.
5619
5620 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5621
5622         * configure.ac:
5623         * shell/ev-window.c: (ev_window_cmd_save_as):
5624         
5625         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5626         Thanks to Gary Coady <gary@lyranthe.org>
5627
5628 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5629
5630         * shell/ev-print-job.c: (idle_print_handler):
5631         
5632         Inverse order printing, bug #320919.
5633
5634 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5635
5636         * data/evince-toolbar.xml:
5637         * shell/ev-window.c:
5638         
5639         Allow to add sidebar checkbutton on toolbar. Fix
5640         for the bug #144577.
5641
5642 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5643
5644         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5645         
5646         Add checks that have sense for empty ps document.
5647
5648 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5649
5650         * configure.ac: Include PS in mime types list. 
5651
5652 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * configure.ac:
5655         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5656         * ps/gsdefaults.h:
5657         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5658         
5659         Runtime check for gs interpreter. Fix for the bug #320868.
5660         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5661
5662 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5663
5664         * shell/ev-application.c: 
5665
5666         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5667         dbus>=0.60, so that the request is not queued. 
5668
5669 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5670
5671         * configure.ac:
5672         * shell/Makefile.am:
5673         * shell/ev-sidebar-links.c: (print_section_cb):
5674         * shell/ev-utils.c:
5675         * shell/ev-utils.h:
5676         * shell/ev-window.c: (update_action_sensitivity),
5677         (ev_window_close_dialogs), (ev_window_print):
5678         * shell/ev-window.h:
5679         
5680         Make printing support optional. Patch from Eduardo de Barros Lima
5681         <eduardo.lima@indt.org.br> for the bug #330546.
5682
5683 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * shell/ev-view-private.h:
5686         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5687         (ev_view_set_document):
5688         * shell/ev-view.h:
5689         * shell/ev-window.c: (ev_window_load_job_cb),
5690         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5691         (ev_window_init):
5692
5693         Draw Loading message during xfer job. Fix for the bug #329495.
5694
5695 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5696
5697         * comics/comics-document.c: (comics_regex_quote),
5698         (comics_document_load), (extract_argv):
5699         
5700         Correcly quote regexp before passing it to unzip.
5701
5702 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5703
5704         * shell/ev-page-cache.c: (build_height_to_page),
5705         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5706         (ev_page_cache_get_dual_even_left):
5707         * shell/ev-page-cache.h:
5708         * shell/ev-view.c: (view_update_range_and_current_page),
5709         (get_page_y_offset), (get_page_extents):
5710         
5711         Place even pages to the left if document has less then
5712         two pages. Fix for the bug #328856.
5713
5714 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5715
5716         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5717         
5718         Correct comics scheme. This make evince create thumbnails
5719         for comic books. Fix for the bug 329088.
5720
5721 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5722
5723         * data/evince-password.glade: Don't explicitly set
5724         invisible_char to the current default value in case
5725         the default changes; let GTK+ do its magic.
5726
5727 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5728
5729         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5730         real filename to tmp filename since often document
5731         type is determined by extension.
5732
5733 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5734
5735         * shell/ev-view.c: (add_scroll_binding_keypad),
5736         (ev_view_binding_activated), (ev_view_class_init):
5737         
5738         Add keybindings for percision-scrolling of display area. 
5739         Fix for the bug #314072.
5740
5741 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5742
5743         * data/evince.desktop.in.in:
5744         
5745         Add GTK to the list of categories. Fix for the bug #328034.
5746
5747 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5748
5749         * shell/ev-application.c: (ev_application_shutdown),
5750         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5751         * shell/ev-application.h:
5752         * shell/ev-window.c: (file_open_dialog_response_cb),
5753         (ev_window_cmd_file_open):
5754         
5755         Save last uri in file chooser dialog. Fix for the bug #327950.
5756
5757 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * NEWS:
5760         * README:
5761         
5762         Final update for release 0.5.0
5763         
5764         * shell/Makefile.am:
5765         
5766         Remove disable deprecated until we'll require libgnome-2.13.7
5767         and port to GOption argument parsing. See bug 327518.
5768
5769 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5770
5771         * comics/comics-document.c: (comics_document_save):
5772         * djvu/djvu-document.c: (djvu_document_save):
5773         * dvi/dvi-document.c: (dvi_document_save):
5774         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5775         * lib/ev-file-helpers.h:
5776         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5777         * tiff/tiff-document.c: (tiff_document_save):
5778         
5779         Use common save function for backends.
5780
5781 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5782
5783         * backend/ev-document-types.c:
5784         
5785         Fix crash on saving pixbuf.
5786
5787 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5788
5789         * cut-n-paste/recent-files/egg-recent-item.c:
5790         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5791         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5792         (parse_info_free), (valid_element), (start_element_handler),
5793         (end_element_handler), (text_handler), (egg_recent_model_filter),
5794         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5795         (egg_recent_model_monitor), (egg_recent_model_read),
5796         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5797         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5798         (egg_recent_model_set_property), (egg_recent_model_class_init),
5799         (egg_recent_model_init), (egg_recent_model_add_full),
5800         (egg_recent_model_delete), (egg_recent_model_get_list),
5801         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5802         (egg_recent_model_set_filter_mime_types),
5803         (egg_recent_model_clear_group_filter),
5804         (egg_recent_model_set_filter_groups),
5805         (egg_recent_model_clear_scheme_filter),
5806         (egg_recent_model_set_filter_uri_schemes),
5807         (egg_recent_model_remove_expired):
5808         * cut-n-paste/recent-files/egg-recent-util.c:
5809         (egg_recent_util_get_icon):
5810         * cut-n-paste/recent-files/egg-recent-util.h:
5811         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5812         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5813         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5814         (egg_recent_view_uimanager_set_property),
5815         (egg_recent_view_uimanager_get_property),
5816         (egg_recent_view_uimanager_class_init),
5817         (egg_recent_view_uimanager_init),
5818         (egg_recent_view_uimanager_set_label_width),
5819         (egg_recent_view_uimanager_get_label_width):
5820         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5821         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5822         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5823         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5824         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5825         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5826         
5827         Update from libegg.
5828
5829 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * shell/ev-page-cache.c: (build_height_to_page),
5832         (ev_page_cache_get_height_to_page):
5833         * shell/ev-page-cache.h:
5834         * shell/ev-view.c: (view_update_range_and_current_page),
5835         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5836         (ev_view_previous_page):
5837         
5838         Dual mode places even pages to the left. Fix for the bug #309393.
5839
5840         * shell/ev-view.h:
5841         * shell/ev-window.c: (update_action_sensitivity),
5842         (setup_view_from_metadata), (view_menu_popup_cb):
5843         
5844         Don't restore presentation in empty windows, more intelligent
5845         next page behaviour in dual mode.
5846
5847         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5848         (ev_pixbuf_cache_clear_job_sizes):
5849         
5850         Cleanup job callback on removal. Fix for the bug #325886.
5851
5852 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5853
5854         * ps/ps.c: (psscan):
5855         
5856         Commit workaround Mozilla problem. Fix for the bug #325919
5857         
5858         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5859         (save_item):
5860         
5861         Fix for year 2038 problem.
5862
5863 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5864
5865         * shell/ev-window.c: (setup_document_from_metadata),
5866         (ev_window_cmd_view_reload):
5867
5868         Clamp page recieved from metadata in valid values. Fix
5869         for the bug #325986.
5870
5871 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5872
5873         * MAINTAINERS: 
5874         Add MAINTAINERS as requested on desktop-devel-list.
5875
5876 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5877
5878         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5879         (mime_type_supported_by_gdk_pixbuf),
5880         (ev_document_factory_get_mime_types),
5881         (ev_document_factory_get_all_mime_types):
5882         
5883         Don't add pixbuf mime types if pixbuf backend is disabled.
5884         
5885         * shell/ev-application.c: (ev_application_get_uri_window):
5886         
5887         Fix for the bug 325815 - unhandled MIME type message doesn't 
5888         appear a second time. 
5889         
5890         * shell/ev-document-types.c: (ev_document_types_add_filters):
5891         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5892         (password_dialog_response), (ev_window_popup_password_dialog),
5893         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5894         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5895         (ev_window_run_presentation), (ev_window_stop_presentation),
5896         (save_sizing_mode), (ev_window_zoom_changed_cb),
5897         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5898         (ev_window_dual_mode_changed_cb),
5899         (ev_window_sidebar_current_page_changed_cb),
5900         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5901         (window_state_event_cb), (window_configure_event_cb):
5902         
5903         Cleanup additional uris holded by EvWindow.
5904
5905 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5908         (ev_view_can_previous_page), (ev_view_can_next_page):
5909         * shell/ev-view.h:
5910         * shell/ev-window.c: (update_action_sensitivity):
5911         
5912         Two page scrolling with Space and PageUp in dual mode. Second fix 
5913         for the bug #316608.
5914
5915 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5916
5917         * shell/ev-view.c: (scroll_to_current_page):
5918         
5919         Correctly clamp adjustment value. Fix for the bug
5920         #325808.
5921
5922 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5923
5924         * shell/ev-sidebar-links.c: (print_section_cb):
5925         * shell/ev-window.c: (ev_window_get_uri),
5926         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5927         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5928         (ev_window_dispose):
5929         
5930         Make print dialog non-modal. Fix for the bug #325622.
5931
5932 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * shell/ev-metadata-manager.c:
5935         * shell/ev-utils.c: (using_pdf_printer),
5936         (using_postscript_printer), (load_print_config_from_file),
5937         (save_print_config_to_file):
5938         * shell/ev-utils.h:
5939         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5940         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5941         (setup_view_from_metadata), (ev_window_setup_document),
5942         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5943         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5944         (ev_window_run_presentation), (ev_window_stop_presentation),
5945         (save_sizing_mode), (ev_window_zoom_changed_cb),
5946         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5947         (ev_window_dual_mode_changed_cb),
5948         (ev_window_sidebar_current_page_changed_cb),
5949         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5950         (window_state_event_cb), (window_configure_event_cb),
5951         (ev_window_init):
5952         
5953         Setting saving behaviour fixes.
5954
5955 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * configure.ac:
5958         
5959         Make antialiasing gs options better and allow
5960         to change them during configure. Fix for the 
5961         bug #319049.
5962
5963 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5964
5965         * shell/ev-window.c: (setup_view_from_metadata):
5966         
5967         Remember if last window was maximized. Fix for the
5968         bug #323797.
5969
5970 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5971
5972         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5973
5974 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5975
5976         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5977         * shell/ev-page-action.c: (build_new_tree_cb):
5978         * shell/ev-sidebar-links.c: (links_page_num_func),
5979         (update_page_callback_foreach), (update_page_callback):
5980         * shell/ev-view.c: (scroll_to_current_page):
5981         
5982         Fix for the bug #325067 with more intelligent selection
5983         of current link in sidebar. Make sidebar handle links
5984         of FITR-like type more correctly.
5985
5986         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5987         (dvi_pixbuf_put_pixel):
5988         
5989         Fix memory consumtion with disabled alpha channel.
5990
5991 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5992
5993         * data/evince-ui.xml:
5994         * shell/ev-window.c: (view_menu_popup_cb),
5995         (ev_popup_cmd_open_link), (ev_window_init):
5996         
5997         Update context menu for internal links. Fix for the bug
5998         #325066.
5999
6000 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6001
6002         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
6003         
6004         Bind context menu to keyboard also. Fix for the bug
6005         #325065.
6006
6007 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6008
6009         * shell/ev-view.c: (selection_scroll_timeout_cb):
6010         
6011         Horizontal scroll on selection also.
6012
6013 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6014
6015         * shell/ev-metadata-manager.c: (parse_value):
6016         * shell/ev-view.c: (goto_xyz_link):
6017         
6018         Correct zoom setup and metadata save broken in 
6019         some locales.
6020
6021 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6022
6023         * shell/ev-view-private.h:
6024         * shell/ev-view.c: (scroll_to_current_page),
6025         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
6026         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
6027         (page_changed_cb), (ev_view_set_continuous),
6028         (ev_view_set_dual_page), (ev_view_set_presentation):
6029         
6030         Delay scroll until allocation to correctly position page. Fix
6031         for the bug #317334.
6032
6033 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6034
6035         * NEWS:
6036         * configure.ac:
6037         
6038         Update NEWS and require poppler 0.5.0.
6039
6040 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
6041         
6042         * data/evince-ui.xml:
6043         * shell/ev-view-private.h:
6044         * shell/ev-view.c: (ev_view_get_link_at_location),
6045         (handle_link_over_xy), (ev_view_button_press_event),
6046         (ev_view_button_release_event), (ev_view_class_init):
6047         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
6048         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
6049         (ev_window_init):
6050         
6051         Implement right-click context menu.
6052
6053 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6054
6055         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6056         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
6057         (mdvi_pixbuf_device_render):
6058         * pdf/ev-poppler.cc:
6059
6060         Don't generate thumbnails with alpha. See bug #324077.
6061         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
6062
6063 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6064
6065         * shell/ev-window.c: (setup_chrome_from_metadata):
6066         
6067         Fix typo that was hiding toolbar.
6068
6069 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * shell/ev-view-private.h:
6072         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
6073         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
6074         (ev_view_button_release_event), (ev_view_destroy):
6075         
6076         Small cleanup and autoscrolling during selection. Thanks to 
6077         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
6078
6079 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
6080
6081         * configure.ac:
6082         
6083         Correctly check for comics option.
6084
6085 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6086         * Makefile.am:
6087         * configure.ac:
6088         * backend/Makefile.am:
6089         * backend/ev-document-factory.c:
6090         * shell/ev-document-types.c:
6091
6092         Included option in configure to make ps backend 
6093         compilation optional with --disable-ps.
6094
6095 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6096
6097         * backend/ev-document-factory.c:
6098         * comics/Makefile.am:
6099         * comics/comics-document.c: (comics_document_load):
6100         * comics/ev-cbr-mime.xml:
6101         * configure.ac:
6102         
6103         Comics mime types are added to shared-mime-info CVS. Now
6104         we don't need to install our own mime types.
6105
6106 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6107
6108         * shell/ev-window.c:
6109         
6110         Add shortcut for "save a copy" menu entry. Fix for
6111         the bug #324582.
6112
6113 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6114
6115         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6116         (job_finished_cb), (new_selection_pixbuf_needed),
6117         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6118         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6119         
6120         Rework selection job info logic and fix critical warning.
6121
6122 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6123
6124         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6125
6126 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6127
6128         * data/evince-ui.xml:
6129         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6130         
6131         Enter as shortcut key for next page. Fix for the bug
6132         #321394.
6133
6134 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6135
6136         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6137
6138 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6139
6140         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6141         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6142         (new_selection_pixbuf_needed),
6143         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6144         (clear_job_selection):
6145         
6146         Too early for 0.5. Pixbuf cache code cleaned a bit.
6147
6148 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6149
6150         * NEWS:
6151         * configure.ac:
6152         
6153         Release 0.5.0 preparation
6154
6155 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6156
6157         * comics/Makefile.am:
6158         * configure.ac:
6159         * shell/ev-document-types.c: (ev_document_types_add_filters):
6160         
6161         More advanced handling of custom mime type installation.
6162
6163 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6164
6165         * data/evince.schemas.in:
6166         * shell/ev-metadata-manager.c: (value_free),
6167         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6168         (ev_metadata_manager_get), (ev_metadata_manager_set):
6169         * shell/ev-metadata-manager.h:
6170         * shell/ev-window.c: (update_chrome_flag),
6171         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6172         (setup_document_from_metadata), (setup_chrome_from_metadata),
6173         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6174         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6175         (ev_window_view_toolbar_cb),
6176         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6177         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6178         
6179         Save last document settings and reuse them for new documents.
6180
6181 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6182
6183         * Makefile.am:
6184         * backend/Makefile.am:
6185         * backend/ev-document-factory.c:
6186         * backend/ev-document-factory.h:
6187         * comics/Makefile.am:
6188         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6189         (comics_document_load), (comics_document_save),
6190         (comics_document_get_n_pages), (comics_document_get_page_size),
6191         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6192         (comics_document_class_init), (comics_document_can_get_text),
6193         (comics_document_get_info), (comics_document_document_iface_init),
6194         (comics_document_init), (get_supported_image_extensions),
6195         (comics_document_thumbnails_get_geometry),
6196         (comics_document_thumbnails_get_thumbnail),
6197         (comics_document_thumbnails_get_dimensions),
6198         (comics_document_document_thumbnails_iface_init), (extract_argv):
6199         * comics/comics-document.h:
6200         * comics/ev-cbr-mime.xml:
6201         * configure.ac:
6202         * po/POTFILES.in:
6203         * shell/ev-application.c: (ev_application_register_service):
6204         * shell/ev-document-types.c: (ev_document_types_add_filters):
6205         * thumbnailer/Makefile.am:
6206         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6207         
6208         New CBR/CBZ backend for comic books.
6209
6210 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6211
6212         * shell/main.c: (load_files_remote):
6213
6214         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6215         warning on startup of second instance is fixed. It
6216         is bug #320353.
6217
6218 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6219
6220         * shell/ev-window.c: (ev_window_finalize):
6221         
6222         Fix double free that cause crash.
6223
6224 2005-10-29  Bastien Nocera <hadess@hadess.net>
6225
6226         * tiff/tiff-document.c: (tiff_document_load):
6227         
6228         Fix memory leak.
6229
6230 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6231
6232         * po/POTFILES.in:
6233         * shell/Makefile.am:
6234         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6235         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6236         (ev_view_accessible_get_text),
6237         (ev_view_accessible_get_character_at_offset),
6238         (ev_view_accessible_get_text_before_offset),
6239         (ev_view_accessible_get_text_at_offset),
6240         (ev_view_accessible_get_text_after_offset),
6241         (ev_view_accessible_get_character_count),
6242         (ev_view_accessible_get_caret_offset),
6243         (ev_view_accessible_set_caret_offset),
6244         (ev_view_accessible_get_run_attributes),
6245         (ev_view_accessible_get_default_attributes),
6246         (ev_view_accessible_get_character_extents),
6247         (ev_view_accessible_get_offset_at_point),
6248         (ev_view_accessible_get_n_selections),
6249         (ev_view_accessible_get_selection),
6250         (ev_view_accessible_add_selection),
6251         (ev_view_accessible_remove_selection),
6252         (ev_view_accessible_set_selection),
6253         (ev_view_accessible_text_iface_init),
6254         (ev_view_accessible_idle_do_action),
6255         (ev_view_accessible_action_do_action),
6256         (ev_view_accessible_action_get_n_actions),
6257         (ev_view_accessible_action_get_description),
6258         (ev_view_accessible_action_get_name),
6259         (ev_view_accessible_action_set_description),
6260         (ev_view_accessible_action_iface_init),
6261         (ev_view_accessible_get_type), (ev_view_accessible_new),
6262         (ev_view_accessible_factory_get_accessible_type),
6263         (ev_view_accessible_factory_create_accessible),
6264         (ev_view_accessible_factory_class_init),
6265         (ev_view_accessible_factory_get_type):
6266         * shell/ev-view-accessible.h:
6267         * shell/ev-view-private.h:
6268         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6269         * shell/ev-view.h:
6270         
6271         Initial accessibility support.
6272
6273 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6274
6275         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6276
6277 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6278
6279         * shell/ev-print-job.c: (idle_print_handler):
6280         
6281         Fix for bug Bug 318916: Printing multiple pages.
6282
6283 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6284
6285         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6286
6287 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6288
6289         * pdf/ev-poppler.cc:
6290         
6291         Thumnail dimensions unified with other backends.
6292         
6293         * shell/ev-window-title.c: (ev_window_title_update):
6294         
6295         Fix warning.
6296
6297 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6298
6299         * data/ev-stock-zoom-fit-width.png:
6300         
6301         Remove unused file.
6302
6303 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6304
6305         * configure.ac:
6306         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6307         (djvu_document_finalize):
6308         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6309         (dvi_document_finalize):
6310         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6311         (pixbuf_document_save), (pixbuf_document_finalize):
6312         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6313         (tiff_document_finalize):
6314         
6315         Save a copy implemented for various backends.
6316
6317 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6318
6319         * configure.ac:
6320         
6321         Don't link with ltiff if tiff is disabled.
6322
6323 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6324
6325         * pdf/GDKSplashOutputDev.cc:
6326         * pdf/GDKSplashOutputDev.h:
6327         * pdf/Thumb.cc:
6328         * pdf/Thumb.h:
6329         * pdf/pdf-document.cc:
6330         * pdf/pdf-document.h:
6331         * pdf/test-gdk-output-dev.cc:
6332         
6333         Remove old unused files.
6334
6335 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6336
6337         * shell/ev-window.c: (ev_window_setup_document):
6338         
6339         Fixed warnings on reload and probably crash reason.
6340
6341 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6342
6343         * properties/ev-properties-view.c:
6344         (ev_properties_view_format_date):
6345         
6346         Check if date is invalid. Fix for bug 318134.
6347
6348 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6349
6350         * shell/ev-window-title.c:
6351         
6352         Add .indd files (Adobe Indesign) to the list of "bad
6353         extensions".
6354
6355 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6356
6357         * data/evince-ui.xml:
6358         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6359         
6360         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6361
6362 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6363
6364         * shell/ev-window.c: (launch_link), (launch_external_uri),
6365         (view_external_link_cb):
6366
6367         URL-escape link before passing it to gnome_vfs_url_show.
6368
6369 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6370
6371         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6372         there isn't text selected.
6373
6374 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6375
6376         * shell/ev-view.c: (handle_link_over_xy):
6377
6378         Check tooltip is valid utf8 before showing it
6379
6380 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6381
6382         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6383
6384 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6385
6386         * shell/ev-window-title.c: (ev_window_title_update):
6387
6388         Guard against using g_strstrip on NULL. Fixes bug #317291.
6389
6390 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6391
6392         * pdf/ev-poppler.cc:
6393
6394         Show title even for unknown links
6395
6396 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6397
6398         * shell/ev-window-title.c: (ev_window_title_update):
6399
6400         Strip the title string
6401
6402 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6403
6404         * shell/ev-window-title.c:
6405
6406         Add .rtf to the bad extensions list
6407
6408 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6409
6410         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6411         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6412
6413         Ignore link coordinates if they are outside page bounds
6414
6415 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6416
6417         * backend/ev-link.c: (ev_link_type_get_type),
6418         (ev_link_get_filename), (ev_link_get_params),
6419         (ev_link_get_property), (ev_link_set_property),
6420         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6421         * backend/ev-link.h:
6422         * pdf/ev-poppler.cc:
6423         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6424         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6425         (ev_window_init):
6426
6427         Implement launch links. Delegate external link opening to
6428         the window.
6429
6430 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6431
6432         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6433         (ev_link_get_right), (ev_link_get_property),
6434         (ev_link_set_property), (ev_link_class_init),
6435         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6436         * backend/ev-link.h:
6437         * pdf/ev-poppler.cc:
6438         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6439
6440         Implement fitr links
6441
6442 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6443
6444         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6445         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6446         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6447         (ev_view_size_request_continuous),
6448         (ev_view_size_request_dual_page),
6449         (ev_view_size_request_single_page), (ev_view_size_allocate),
6450         (ev_view_zoom_for_size_continuous_and_dual_page),
6451         (ev_view_zoom_for_size_continuous),
6452         (ev_view_zoom_for_size_dual_page),
6453         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6454         (ev_sizing_mode_get_type):
6455         * shell/ev-view.h:
6456         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6457
6458         Do not use modes for link, we need to calculate size ad hoc.
6459         Still not perfect because of the usual scrollbar issues grrr.
6460
6461 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6462
6463         * backend/ev-link.c: (ev_link_type_get_type),
6464         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6465         * backend/ev-link.h:
6466         * pdf/ev-poppler.cc:
6467         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6468         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6469         (ev_view_size_request_continuous),
6470         (ev_view_size_request_dual_page),
6471         (ev_view_size_request_single_page), (ev_view_size_allocate),
6472         (zoom_for_size_fit_height),
6473         (ev_view_zoom_for_size_continuous_and_dual_page),
6474         (ev_view_zoom_for_size_continuous),
6475         (ev_view_zoom_for_size_dual_page),
6476         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6477         (ev_sizing_mode_get_type):
6478         * shell/ev-view.h:
6479         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6480
6481         Implement FIT_HEIGHT mode (only for links).
6482         Implement FITH links
6483
6484 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6485
6486         * shell/ev-window-title.c: (get_filename_from_uri),
6487         (ev_window_title_sanitize_extension), (ev_window_title_update),
6488         (ev_window_title_set_document), (ev_window_title_set_uri),
6489         (ev_window_title_free):
6490         * shell/ev-window-title.h:
6491         * shell/ev-window.c: (ev_window_setup_document),
6492         (ev_window_popup_password_dialog):
6493
6494         Refactor window title building while fixing it for
6495         password documents.
6496
6497 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6498
6499         * pdf/ev-poppler.cc:
6500
6501         Escape link title before setting it in the model
6502
6503 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6504
6505         * shell/ev-application.c: (removed_from_session), (save_session),
6506         (init_session), (ev_application_get_empty_window),
6507         (ev_application_init), (ev_application_get_windows):
6508         * shell/ev-application.h:
6509         * shell/ev-window.c: (ev_window_finalize):
6510
6511         Add a function to retrieve window list and share it where
6512         necessary.
6513         Implement session handling, works pretty well thanks to the
6514         metadata system.
6515
6516 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6517
6518         * shell/ev-password.c: (ev_password_item_created_callback),
6519         (ev_password_dialog_save_password):
6520         
6521         Fix for bug 316972. Use async gnome-keyring API.
6522
6523 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6524
6525         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6526         Remove unused unrealize handler. Add scroll handling to
6527         ev_view_scroll_event for presentation mode (bug #316708),
6528         and fix the event state checks there.
6529
6530 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6531
6532         * shell/ev-page-action.c: (page_changed_cb):
6533
6534         "marco, maybe we should be crazy and jump right to 6! :)"
6535
6536         Bryan Clark, Sep 2005
6537
6538 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6539
6540         * ps/ps-document.c: (save_document), (ps_document_save),
6541         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6542         (ps_document_ps_export_end):
6543
6544         Fix unstructured documents save and print
6545
6546 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6547
6548         * shell/ev-application.c: (ev_application_open_uri):
6549
6550         Fix window size persistance
6551
6552 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6553
6554         * shell/ev-view.c: (ev_view_button_release_event):
6555
6556         Based on a patch from carlosgc@gnome.org. Mouse buttons
6557         switch pages in presentation mode.
6558
6559 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6560
6561         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6562
6563         Dont cast to int before scaling
6564
6565 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6566
6567         * backend/ev-link.c: (ev_link_type_get_type),
6568         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6569         (ev_link_new_page_fith):
6570         * backend/ev-link.h:
6571         * pdf/ev-poppler.cc:
6572         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6573
6574         Implement FIT and FITH links
6575
6576 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6577
6578         * pdf/ev-poppler.cc:
6579
6580         Return 0 results when search is not in progress.
6581
6582         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6583         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6584
6585         Update menu sensitivity when cancelling search
6586
6587 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6588
6589         * shell/ev-view.c: (ev_view_can_find_next):
6590
6591         Take all pages in consideration, not just current one
6592
6593 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6594
6595         * shell/ev-page-cache.c:
6596         * shell/ev-page-cache.h:
6597         * shell/ev-view.c: (ev_view_binding_activated),
6598         (ev_view_next_page), (ev_view_previous_page),
6599         (ev_sizing_mode_get_type):
6600         * shell/ev-view.h:
6601         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6602         (ev_window_cmd_go_next_page):
6603
6604         Move page next/previous functions from page chace to
6605         view and change it to move by 2 page steps in dual mode.
6606
6607 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6608
6609         * shell/ev-window.c: (update_sidebar_visibility),
6610         (setup_sidebar_from_metadata), (ev_window_setup_document),
6611         (setup_view_from_metadata):
6612
6613         Show the index by default when there is one     
6614
6615 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6616
6617         * shell/ev-window-title.c: (ev_window_title_set_document):
6618
6619         Missing null check
6620
6621 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6622
6623         * shell/ev-view.c: (view_update_range_and_current_page):
6624         
6625         Allow display of last odd page in dual view. Fix for 316347.
6626
6627 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6628
6629         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6630         
6631         Make close button default. Fix for 316383.
6632
6633 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6634
6635         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6636         
6637         Mark close button as default. Fix for 316381.
6638
6639 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6640
6641         * backend/ev-link.c: (ev_link_class_init):
6642
6643         Allow negative doubles in left/top properties
6644
6645 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6646
6647         * shell/ev-window.c:
6648
6649         Remove a bunch of strings that was used only
6650         by the statusbar.
6651
6652 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6653
6654         * shell/ev-window-title.c: (get_filename_from_uri),
6655         (ev_window_title_set_document):
6656
6657         When title has a confusing extension, show also
6658         the document filename inside ()
6659
6660 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6661
6662         * shell/Makefile.am:
6663         * shell/ev-window-title.c: (ev_window_title_new),
6664         (ev_window_title_update), (ev_window_title_set_type),
6665         (ev_window_title_set_document), (ev_window_title_free):
6666         * shell/ev-window-title.h:
6667         * shell/ev-window.c: (ev_window_setup_document),
6668         (password_dialog_response), (ev_window_popup_password_dialog),
6669         (ev_window_dispose), (ev_window_init):
6670
6671         Factor out and cleanup window title code
6672
6673 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6674
6675         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6676         (unable_to_load):
6677
6678         Make dialog transient so it doesnt block other windows
6679
6680 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6681
6682         * pdf/ev-poppler.cc:
6683         
6684         Fix pdf thumbnails rendering.
6685
6686 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6687
6688         * shell/ev-window.c: (fullscreen_set_timeout):
6689         
6690         Increase timeout to hide full screen popup. Bug 
6691         316123. 
6692
6693 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6694
6695         * data/evince.schemas.in:
6696         * shell/ev-window.c: (update_action_sensitivity):
6697
6698         Allow the user to override document restrictions. Fix for bug
6699         305818.
6700
6701 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6702
6703         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6704         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6705         (ev_window_class_init): Fix multihead behaviour of fullscreen
6706         toolbar popup. Fixes bug #315451.
6707
6708 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6709
6710         * configure.ac:
6711         * data/evince-password.glade:
6712         * shell/ev-password.c: (ev_password_dialog_set_property),
6713         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6714         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6715         (ev_password_dialog_entry_changed_cb),
6716         (ev_password_dialog_entry_activated_cb),
6717         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6718         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6719         (ev_password_dialog_set_bad_pass):
6720         * shell/ev-password.h:
6721         * shell/ev-window.c: (password_dialog_response),
6722         (ev_window_popup_password_dialog):
6723         
6724         Support for gnome-keyring for encrypted PDF's.
6725
6726 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6729         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6730         (ev_view_enter_notify_event), (ev_view_class_init):
6731         
6732         More precise handling of enter_notify/leave_notify events
6733         in EvView. Fix for bug 315470.
6734
6735 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6736
6737         * shell/ev-window.c: (fullscreen_timeout_cb),
6738         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6739         (ev_window_dispose):
6740
6741         leak fix: unref fullscreen_timeout_source before clearing it
6742
6743 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6744
6745         * configure.ac, dvi/mdvi/Makefile.am: 
6746         
6747         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6748
6749 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6750
6751         * backend/ev-link.c: (ev_link_new_page_xyz):
6752         * pdf/ev-poppler.cc:
6753         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6754
6755         Fix some bugs with xyz links, respect zoom
6756
6757 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6758
6759         * shell/ev-window.c: (page_changed_cb),
6760         (setup_document_from_metadata), (update_sidebar_visibility),
6761         (setup_view_from_metadata), (ev_window_run_fullscreen),
6762         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6763         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6764         (ev_window_dual_mode_changed_cb),
6765         (ev_window_sidebar_current_page_changed_cb):
6766
6767         null check uri before setting and getting metadata
6768
6769 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6770
6771         * dvi/Makefile.am:
6772         * properties/Makefile.am:
6773         * shell/Makefile.am:
6774         * thumbnailer/Makefile.am:
6775
6776         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6777
6778 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6779
6780         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6781         (selection_changed_callback):
6782         * shell/ev-sidebar-links.h:
6783
6784         Add a signal for link activation.
6785
6786         * shell/ev-view.c: (ev_view_goto_link),
6787         (ev_view_button_release_event):
6788         * shell/ev-view.h:
6789         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6790         (ev_window_init):
6791
6792         Implement the signal so that we can handle all link types.
6793
6794         * shell/ev-page-cache.c:
6795
6796         Remove unused set_link function
6797
6798 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6799
6800         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6801
6802         Add some space from the cursor, hardcoded but I couldnt
6803         find a better way.
6804
6805 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6806
6807         * lib/ev-tooltip.c:
6808
6809         Use mozilla style vs gtk style, way better for links.
6810
6811         * shell/ev-view.c: (ev_view_motion_notify_event),
6812         (ev_view_destroy), (ev_view_init):
6813
6814         Deactive tooltip when the link hovered is changed.
6815
6816 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6817
6818         * backend/ev-document.h:
6819         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6820         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6821         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6822         (ev_link_new_page), (ev_link_new_page_xyz):
6823         * backend/ev-link.h:
6824         * pdf/ev-poppler.cc:
6825         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6826         (go_to_link), (tip_from_link):
6827
6828         Implement xyz links, still not functional. Links are a total
6829         mess, will need to refactor and bugfix a lot :(
6830
6831 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6832
6833         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6834
6835 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6836
6837         * data/evince-ui.xml:
6838         * data/evince.schemas.in:
6839         * shell/Makefile.am:
6840         * shell/ev-window.c: (update_chrome_visibility),
6841         (password_dialog_response), (ev_window_load_job_cb),
6842         (ev_window_xfer_job_cb), (ev_window_open_uri),
6843         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6844         (ev_window_init):
6845
6846         Remove the statusbar. This regress loading feedback, need to
6847         check with Bryan what we want to do there...
6848
6849 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6850
6851         * lib/ev-tooltip.c: (ev_tooltip_init):
6852
6853         Fix tooltip border and size handling
6854
6855 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6856
6857         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6858         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6859         (ev_tooltip_timeout), (ev_tooltip_activate),
6860         (ev_tooltip_deactivate):
6861         * lib/ev-tooltip.h:
6862         * shell/ev-view.c: (ev_view_motion_notify_event):
6863
6864         Delay popup showing. Mirror gtk logic/times.
6865
6866 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6867
6868         * lib/Makefile.am:
6869         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6870         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6871         (ev_tooltip_set_text), (ev_tooltip_set_position):
6872         * lib/ev-tooltip.h:
6873
6874         Simple widget to show tooltips at a custom position
6875
6876         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6877         (ev_view_destroy):
6878
6879         Use it for links. First go, needs work
6880
6881 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6882
6883         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6884         HIG fixes.  Use title capitalization for window title. Use 12 
6885         pixels of space between the dialog's vbox and action area.
6886
6887 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6888
6889         * shell/ev-window.c: (file_open_dialog_response_cb),
6890         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6891         (ev_window_cmd_save_as):
6892
6893         Make file pickers not modal and refactor code some
6894
6895 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6896
6897         * shell/ev-sidebar.h:
6898         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6899         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6900         (ev_sidebar_class_init), (ev_sidebar_select_page),
6901         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6902         (ev_sidebar_set_page):
6903
6904         Add a current page property and allow to get/set it
6905
6906         * shell/ev-window.c: (setup_view_from_metadata),
6907         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6908
6909         Persist current sidebar page per document
6910
6911 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6912
6913         * data/evince.schemas.in:
6914         * shell/ev-window.c: (update_chrome_visibility),
6915         (setup_document_from_metadata), (update_sidebar_visibility),
6916         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6917         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6918         (ev_window_run_presentation), (ev_window_stop_presentation),
6919         (ev_window_view_sidebar_cb),
6920         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6921         (load_chrome), (ev_window_init):
6922
6923         Persist size/visibility of sidebar per document
6924
6925 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6926
6927         * shell/ev-view.c (draw_loading_text): Draw loading text.
6928
6929 2005-09-02  Dan Damian  <dand@gnome.ro>
6930
6931         * configure.in: Added "ro" to ALL_LINGUAS.
6932
6933 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6934
6935         * shell/ev-view.c: (clear_caches):
6936
6937         ev_page_cache_get doesnt return a reference,
6938         dont try to unref it.
6939
6940 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6941
6942         * shell/main.c: (load_files_remote):
6943
6944         Fix timestamp parameter with dbus <= 0.33
6945
6946 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6947
6948         * data/evince.schemas.in:
6949
6950         Add missing full stop
6951
6952 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6953
6954         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6955         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6956
6957         Plug some memory leaks
6958
6959 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6960
6961         * configure.ac:
6962         * lib/ev-debug.c: (trap_handler):
6963
6964         Check for execinfo.h and use it only if it exists.
6965         Ported from Epiphany (bug #314776).
6966
6967 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6968
6969         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6970
6971 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6972
6973         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6974         * po/id.po      : Added Indonesian translation
6975
6976 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6977
6978         * shell/main.c:
6979         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6980         * NEWS: Release 0.4.0
6981
6982 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6983
6984         * configure.ac: catch another gtk+-2.8ism
6985         * shell/main.c: Make work with gtk+-2.6
6986
6987 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6988
6989         * shell/ev-application-service.xml: Add 'timestamp' argument to
6990           ev_application_open_window and ev_application_open_uri methods.
6991
6992         * shell/ev-application.h: Add 'timestamp' argument to
6993           ev_application_open_window, ev_application_open_uri,
6994           and ev_application_open_uri_list functions.
6995
6996         * shell/ev-application.c (ev_application_open_window,
6997           ev_application_open_uri, ev_application_open_uri_list): Change
6998           functions that show/present windows to use a timestamp if one
6999           is passed in.
7000
7001         * shell/ev-window.c (ev_window_cmd_file_open,
7002           ev_window_cmd_recent_file_activate, drag_data_received_cb):
7003         * shell/main.c (load_files): Modify calls to ev_application to
7004           include GDK_CURRENT_TIME as timestamp.
7005
7006         * shell/main.c (load_files_remote): Obtain timestamp for client
7007           instance from GDK and pass to server instance so new windows are
7008           focused properly.  Fix dbus_g_proxy_call() calls by including second
7009           G_TYPE_INVALID.
7010           
7011         Closes bug #314475.
7012
7013 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
7014
7015         * shell/ev-window.c (ev_window_finalize): Check for
7016         avail. EvWindows when quiting to handle the finalize better,
7017         #314497
7018
7019 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7020         
7021         * properties/ev-properties-view.c: 
7022         
7023         Set textdomain to libglade. Fixes translation problem in property page.
7024
7025 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7026
7027         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
7028         * dvi/Makefile.am:
7029         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
7030         * dvi/mdvi-lib/Makefile.am:
7031         
7032         Fix rotation of thumbnails, ported to new API. Moved library
7033         dependencies earlier, probably it will fix linkage problem.
7034
7035 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
7036
7037         * backend/ev-document-misc.c:
7038         (ev_document_misc_get_thumbnail_frame):
7039         * backend/ev-document-misc.h:
7040         * configure.ac:
7041         * pdf/ev-poppler.cc:
7042         * shell/Makefile.am:
7043         * shell/ev-sidebar-thumbnails.c: (add_range),
7044         (ev_sidebar_thumbnails_set_loading_icon),
7045         (ev_sidebar_thumbnails_refresh),
7046         (ev_sidebar_thumbnails_set_document):
7047         * shell/ev-sidebar-thumbnails.h:
7048         * shell/ev-view.c: (ev_view_motion_notify_event),
7049         (ev_view_set_property), (ev_view_get_property),
7050         (ev_view_class_init), (ev_view_set_rotation):
7051         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
7052         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
7053         (ev_window_init):
7054         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
7055         Redo rotation (again).  prepare for 0.4.0
7056
7057 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
7058
7059         * configure.ac: Bump poppler requirement to 0.4.1.
7060
7061         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
7062         argument to poppler_page_render_selection() call.
7063
7064 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7065
7066         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
7067         (djvu_document_thumbnails_get_thumbnail):
7068         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
7069         (dvi_document_thumbnails_get_thumbnail):
7070         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
7071         (pixbuf_document_thumbnails_get_thumbnail):
7072         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
7073         
7074         Update rotation direction of backends to fit with pdf and ps.
7075
7076 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
7077
7078         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
7079         * backend/ev-async-renderer.h:
7080         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
7081         (setup_page), (ps_document_get_page_size),
7082         (ps_async_renderer_render_pixbuf):
7083         * ps/ps-document.h:
7084         * shell/ev-jobs.c: (ev_job_render_run):
7085
7086         Fix orientation in the postscript document
7087
7088 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7089
7090         * pdf/ev-poppler.cc:
7091         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7092         * shell/ev-view.c: (highlight_find_results):
7093
7094         Adapt to the new poppler rotation API. Fix text maps on landscape
7095         documents.
7096
7097 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7098
7099         * shell/ev-view.c (compute_new_selection_text): get the correct
7100         region when selecting in modes other than continuous.
7101
7102 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7103
7104         * shell/main.c (main): remove redundant g_warnings.
7105
7106 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7107
7108         * shell/Makefile.am: Don't include autogenerated
7109         file ev-application-service.h into distribution, since
7110         it causes dbus crash. Fix for bugs 313724 and 313443. 
7111
7112 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7113
7114         * configure.ac: Fix sed expression for FreeBSD. Thanks
7115         to Joe Marcus Clark <marcus@freebsd.org>
7116         
7117         * shell/eggfindbar.c: (entry_activate_callback),
7118         (entry_changed_callback), (egg_find_bar_init),
7119         (egg_find_bar_set_search_string):
7120         
7121         Made findbar buttons unsensitive if there is no text in
7122         entry. Fix for the bug 313285.
7123
7124 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7125
7126         * ps/ps-document.c: Use g_filename_display_name for displaying
7127         filenames and revert string freeze breackage
7128
7129 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7130
7131         * NEWS:
7132         * configure.ac:
7133
7134         Update for 0.3.4
7135
7136         * shell/Makefile.am:
7137
7138         Add ev-application-service.xml to extra dist
7139
7140         * shell/ev-view.c: (find_page_at_location):
7141
7142         Remove unused function (fix warning)
7143
7144 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7145
7146         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7147         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7148         
7149         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7150         bug 313623.
7151
7152 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7153
7154         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7155         * shell/ev-window.c:
7156         Fix build warnings
7157
7158 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7159
7160         * configure.ac: Update script to get dbus version.
7161         Fix for the bug #313443.
7162
7163 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7164
7165         * shell/ev-window.c: (ev_window_cmd_escape):
7166         
7167         Return focus back to view on escape. Fix for bug 313295.
7168
7169 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7170
7171         * shell/ev-window.c: (update_window_title),
7172         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7173         (ev_window_cmd_save_as):
7174         
7175         Correct conversion from uri to displayable string. Fix for
7176         bug 313296.
7177
7178 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7179
7180         * ps/ps-document.c: convert filename to utf8 when there is an error
7181         loading document. Fixes #309915
7182
7183 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7184
7185         * configure.ac:
7186
7187         We depend on poppler 0.4.0
7188
7189 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7190
7191         * configure.ac:
7192         * NEWS: Release 0.3.3.
7193         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7194
7195 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7196
7197         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7198         add a couple missing mnemonics to menu items, use title 
7199         capitalization for menu items and window titles, and add 
7200         ellipsis to open menu item.     
7201
7202 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7203
7204         * pdf/ev-poppler.cc:
7205         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7206         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7207         (ev_view_get_rotation):
7208         * shell/ev-view.h:
7209         * shell/ev-window.c: (setup_view_from_metadata),
7210         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7211         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7212         disk.
7213
7214 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7215
7216         * configure.ac: Added tr to ALL_LINGUAS
7217
7218 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7219
7220         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7221         requires several clicks to find word. Thanks to 
7222         Colin Slater <kiltedtaco@gmail.com>.
7223
7224 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7225
7226         * data/evince.desktop.in.in: Hide menu entry and
7227         rename it to "Document Viewer". Fix for bug 
7228         #312399.
7229
7230 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7231
7232         * shell/ev-page-action.c (ev_page_action_class_init): 
7233
7234         Point to the correct function in constructor of the
7235         activate_label signal
7236
7237 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7238
7239         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7240         * shell/ev-jobs.h: Make thread safe.
7241
7242 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7243
7244         * shell/ev-view.c: (view_update_range_and_current_page):
7245         Don't update page range if we are scrolling to some document
7246         point.
7247
7248 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7249
7250         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7251         when getting max_page_width, fix drawing in dual mode.
7252
7253 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7254
7255         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7256         getting the area for select_all.
7257
7258 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7259
7260         * backend/ev-selection.c: (ev_selection_render_selection):
7261         * backend/ev-selection.h:
7262         * pdf/ev-poppler.cc:
7263         * shell/ev-jobs.c: (ev_job_render_new):
7264         * shell/ev-jobs.h:
7265         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7266         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7267         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7268         (ev_view_class_init):
7269
7270         Change selection color on focus in and focus out events.  Also,
7271         poppler now uses GdkColor for specifying the selection colors, so
7272         drop some awkward conversion code.
7273
7274 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7275
7276         * configure.ac: Added Hebrew translation
7277
7278 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7279
7280         * NOTES:
7281         * backend/ev-selection.c: (ev_selection_render_selection):
7282         * backend/ev-selection.h:
7283         * pdf/ev-poppler.cc:
7284         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7285         (ev_job_render_run):
7286         * shell/ev-jobs.h:
7287         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7288         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7289         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7290         (ev_pixbuf_cache_style_changed),
7291         (ev_pixbuf_cache_get_selection_pixbuf),
7292         (ev_pixbuf_cache_set_selection_list),
7293         (ev_pixbuf_cache_get_selection_list):
7294         * shell/ev-pixbuf-cache.h:
7295         * shell/ev-utils.c: (ev_print_region_contents):
7296         * shell/ev-utils.h:
7297         * shell/ev-view.c: (ev_view_queue_draw_page),
7298         (selection_update_idle_cb), (ev_view_motion_notify_event),
7299         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7300         (setup_caches), (ev_view_find_next), (merge_selection_region),
7301         (selection_free):
7302         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7303
7304         Clean up selection to be much smoother!
7305
7306 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7307
7308         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7309         to poppler_page_render_selection().
7310
7311 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7312
7313         * ps/ps-document.c: (save_page_list): Use
7314         unzipped document when printing. Thanks to 
7315         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7316         311016.
7317
7318 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7319
7320         * shell/ev-window.c: (update_action_sensitivity):
7321         
7322         Disable print and save respect to lockdown gconf keys. Fix
7323         for 312342.
7324
7325 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7326
7327         * configure.ac:
7328         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7329         (write_to_temp_file), (ev_file_set_contents):
7330         * shell/ev-utils.h:
7331         * shell/ev-window.c: (save_print_config_to_file):
7332         
7333         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7334         Fix for bug 312238
7335
7336 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7337
7338         * shell/ev-window.c: (load_print_config_from_file),
7339         (save_print_config_to_file), (ev_window_print_range):
7340
7341         Persist the print settings. Fixes bug #311578.
7342
7343 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7344
7345         * djvu/djvu-document.c: (djvu_document_get_page_size),
7346         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7347         (djvu_document_thumbnails_get_thumbnail):
7348         * dvi/dvi-document.c: (dvi_document_get_page_size),
7349         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7350         (dvi_document_thumbnails_get_dimensions),
7351         (dvi_document_thumbnails_get_thumbnail):
7352         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7353         (pixbuf_document_render_pixbuf),
7354         (pixbuf_document_document_iface_init),
7355         (pixbuf_document_thumbnails_get_thumbnail):
7356         
7357         Update backends to make them build with new rotation system.
7358
7359 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7360
7361         * help/C/figures/evince_start_window.png:
7362         
7363         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7364
7365 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7366
7367         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7368         * shell/ev-pixbuf-cache.h:
7369         * shell/ev-sidebar-thumbnails.c:
7370         (ev_sidebar_thumbnails_get_property), (add_range),
7371         (adjustment_changed_cb):
7372         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7373         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7374         we were thumbnailing the entire docment on startup, slowing us
7375         down hugely. 
7376
7377 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7378
7379         * shell/ev-page-cache.c: (ev_page_cache_new):
7380         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7381         == 0, fixes #310306.
7382
7383 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7384
7385         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7386         (ev_view_rotate_left):
7387
7388         Account rotation in doc_rect_to_view_rect.
7389         Ensure rotation doesnt go out of bounds.
7390
7391 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7392
7393         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7394
7395         Correct and cleanup w/h swapping
7396
7397 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7398
7399         * backend/ev-document-thumbnails.c:
7400         (ev_document_thumbnails_get_thumbnail):
7401         * backend/ev-document-thumbnails.h:
7402         * backend/ev-document.c:
7403         * backend/ev-document.h:
7404         * backend/ev-render-context.c: (ev_render_context_new),
7405         (ev_render_context_set_rotation):
7406         * backend/ev-render-context.h:
7407         * pdf/ev-poppler.cc:
7408         * ps/ps-document.c: (ps_document_document_iface_init):
7409         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7410         * shell/ev-jobs.h:
7411         * shell/ev-page-cache.c: (build_height_to_page),
7412         (ev_page_cache_new), (ev_page_cache_get_size),
7413         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7414         (ev_page_cache_get_height_to_page):
7415         * shell/ev-page-cache.h:
7416         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7417         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7418         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7419         (ev_pixbuf_cache_get_selection_pixbuf):
7420         * shell/ev-pixbuf-cache.h:
7421         * shell/ev-print-job.c: (idle_print_handler):
7422         * shell/ev-sidebar-thumbnails.c: (add_range):
7423         * shell/ev-view.c: (view_update_range_and_current_page),
7424         (get_page_y_offset), (get_page_extents),
7425         (ev_view_size_request_continuous_dual_page),
7426         (ev_view_size_request_continuous),
7427         (ev_view_size_request_dual_page),
7428         (ev_view_size_request_single_page), (draw_one_page),
7429         (ev_view_set_rotation), (ev_view_rotate_right),
7430         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7431         (ev_view_zoom_for_size_continuous_and_dual_page),
7432         (ev_view_zoom_for_size_continuous),
7433         (ev_view_zoom_for_size_dual_page),
7434         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7435         (ev_view_select_all):
7436         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7437         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7438         (tiff_document_document_iface_init),
7439         (tiff_document_thumbnails_get_thumbnail):
7440
7441         Use rotation rather than orientation. It's easier and enough
7442         for our needs.
7443
7444 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7445
7446         * shell/ev-page-cache.c: (build_height_to_page),
7447         (ev_page_cache_new), (ev_page_cache_get_size),
7448         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7449         (ev_page_cache_get_height_to_page):
7450         * shell/ev-page-cache.h:
7451         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7452         (ev_view_size_request_continuous_dual_page),
7453         (ev_view_size_request_continuous),
7454         (ev_view_zoom_for_size_continuous_and_dual_page),
7455         (ev_view_zoom_for_size_continuous):
7456
7457         Make the page cache aware of page orientation.
7458
7459 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7460
7461         * backend/ev-document-thumbnails.c:
7462         (ev_document_thumbnails_get_thumbnail):
7463         * backend/ev-document-thumbnails.h:
7464         * backend/ev-document.c:
7465         * backend/ev-document.h:
7466         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7467         * backend/ev-ps-exporter.h:
7468         * pdf/ev-poppler.cc:
7469         * ps/ps-document.c: (ps_document_document_iface_init),
7470         (ps_document_ps_export_do_page):
7471         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7472         * shell/ev-jobs.h:
7473         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7474         (ev_page_cache_get):
7475         * shell/ev-page-cache.h:
7476         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7477         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7478         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7479         * shell/ev-pixbuf-cache.h:
7480         * shell/ev-print-job.c: (idle_print_handler):
7481         * shell/ev-sidebar-thumbnails.c: (add_range):
7482         * shell/ev-view.c: (view_update_range_and_current_page),
7483         (get_page_extents), (ev_view_size_request_dual_page),
7484         (ev_view_size_request_single_page), (draw_one_page),
7485         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7486         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7487         (ev_view_zoom_for_size_dual_page),
7488         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7489         (ev_view_select_all):
7490         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7491         * tiff/tiff-document.c: (tiff_document_get_page_size),
7492         (tiff_document_get_orientation), (rotate_pixbuf),
7493         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7494         (tiff_document_thumbnails_get_thumbnail),
7495         (tiff_document_ps_export_do_page), (tiff_document_init):
7496
7497         Really make use of the orientation bit of the render context.
7498         Use the render context in a few more places in the backend API.
7499         This regress orientation, but now it's done right. Will try to
7500         fix it up asap...
7501
7502 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7503
7504         * shell/ev-view.c: (ensure_rectangle_is_visible):
7505
7506         Patch by Nickolay V. Shmyrev to fix find flickering
7507
7508 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7509
7510         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7511         duplex parameters to ::begin.
7512
7513         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7514         * shell/ev-print-job.c (idle_print_handler): 
7515         * ps/ps-document.c (ps_document_ps_export_begin): 
7516         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7517         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7518         implementations. Poppler backend needs poppler cvs. Rest has
7519         unchanged behavior.
7520
7521 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7522
7523         * shell/ev-window.c (using_pdf_printer): new function.
7524         (ev_window_print_range): print a less techy message if someone
7525         tries to print to PDF.
7526
7527 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7528
7529         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7530         from "unknown font" string. Bug #311431
7531
7532 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7533
7534         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7535
7536 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7537
7538         Bug #311280
7539         
7540         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7541         name for PopplerFontTypes
7542         (pdf_document_fonts_fill_model): add font type to the detail column
7543
7544         * backend/ev-document-fonts.h: added
7545         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7546
7547         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7548         font name and font details, add a little markup.
7549         (ev_properties_fonts_init): use the new cell data func, specify ypad
7550         property for the cell renderer.
7551         (ev_properties_fonts_set_document): add the details column.
7552
7553 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7554
7555         * configure.ac: Added "pl" to ALL_LINGUAS.
7556
7557 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7558
7559         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7560
7561 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7562
7563         * help/ChangeLog: Started this for translations of manual.
7564         * configure.ac, autogen.sh, .cvsignore: Migrated to
7565         gnome-doc-utils. Patch in bug #311222.
7566
7567 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7568
7569         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7570         #ifdef this away to fix an unused-function warning.
7571
7572 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7573
7574         * configure.ac: Added 'gl' to ALL_LINGUAS.
7575
7576 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7577
7578         * configure.ac: Added ne in ALL_LINGUAS
7579         
7580 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7581
7582         * shell/ev-view.c: (ev_view_leave_notify_event):
7583         
7584         Clear status message when pointer leaves view. Fix for bug
7585         #310818 
7586
7587 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7588
7589         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7590
7591 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7592
7593         * shell/ev-view.c: (ev_view_leave_notify_event),
7594         (ev_view_class_init):
7595         
7596         Set cursor to normal then leaving view.
7597
7598 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7599
7600         * configure.ac:
7601         
7602         Fix required djvulibre version.
7603
7604 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7605
7606         *configure.ac: Hindi (hi) language added
7607
7608 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7609
7610         *configure.ac: Punjabi (pa) Language added
7611
7612 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7613
7614         * data/evince-ui.xml, shell/ev-window.c:
7615         
7616         Add keypad accelerators for zooming. Fix for bug 308128.
7617
7618 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7619
7620         * Makefile.am:
7621         * backend/Makefile.am:
7622         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7623         * configure.ac:
7624         * shell/ev-document-types.c: (ev_document_types_add_filters):
7625
7626         Allow to enable/disable the pixbuf backend.
7627         Default to off for now. If we want it enabled we should
7628         really put mime types in the desktop, implement properties etc.
7629
7630         * properties/evince-properties.c:
7631
7632         Initialize error to NULL.
7633         Check error is not NULL before freeing.
7634
7635 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7636
7637         * shell/ev-window.c:
7638
7639         Use F5 as presentation accell
7640
7641 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7642
7643         * shell/ev-window.c: (update_chrome_visibility),
7644         (ev_window_create_fullscreen_popup), (ev_window_init):
7645
7646         Do not leak the fullscreen toolbar
7647
7648 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7649
7650         * shell/ev-window.c: (view_actions_focus_in_cb),
7651         (view_actions_focus_out_cb):
7652
7653         These has a return value! Fix totally random focus
7654         issues we was seeing.
7655
7656 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7657
7658         * shell/main.c: (load_files_remote):
7659
7660         Allow open more than one file
7661
7662 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7663
7664         * shell/main.c: (load_files_remote):
7665
7666         Fix for dbus 0.33. bug #309975
7667
7668 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7669
7670         * properties/ev-properties-main.c: (ev_properties_get_pages):
7671
7672         Actually return NULL for types we dont support
7673
7674 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7675
7676         * po/POTFILES.in:
7677
7678         Remove empty lines.
7679
7680 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7681
7682         * backend/ev-document-factory.c:
7683         (ev_document_factory_get_document):
7684
7685         Do not try to create the object if type
7686         is invalid.
7687
7688 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7689
7690         * ps/ps-document.c: (ps_document_dispose),
7691         (ps_async_renderer_render_pixbuf):
7692         * ps/ps-document.h:
7693
7694         Do not leak the target window
7695
7696 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7697
7698         * shell/ev-application.c: (ev_application_init):
7699
7700         Let tbe check file existence for us.
7701         Add a comment about eggrecent mime filter.
7702
7703 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7704
7705         * data/evince-ui.xml:
7706         * shell/ev-application.c: (ev_application_shutdown),
7707         (ev_application_init), (ev_application_get_toolbars_model),
7708         (ev_application_get_recent_model),
7709         (ev_application_save_toolbars_model):
7710         * shell/ev-application.h:
7711         * shell/ev-window.c: (ev_window_add_recent),
7712         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7713         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7714         (ev_window_init):
7715
7716         Use common toolbar and recent models for all windows.
7717         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7718
7719 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7720
7721         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7722         successfully check for gtk_icon_view_get_visible_range.
7723
7724 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7725
7726         * djvu/Makefile.am:
7727         * dvi/Makefile.am:
7728         
7729         Fix djvu and dvi backend build.
7730
7731 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7732
7733         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7734         (new_separator_pixbuf):
7735
7736         Don't leak windows.
7737
7738 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7739
7740         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7741
7742         HIGification of toolbar editor dialogue.
7743
7744 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7745
7746         * configure.ac:
7747         * shell/Makefile.am:
7748
7749         Ever build metadata manager since it's just
7750         disabled at runtime now.
7751
7752 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7753
7754         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7755         (ev_metadata_manager_get), (ev_metadata_manager_set):
7756         * shell/ev-metadata-manager.h:
7757
7758         Add an _init functions that enabled metadata management
7759         at runtime.
7760
7761         * shell/ev-window.c: (page_changed_cb),
7762         (setup_document_from_metadata), (ev_window_setup_document),
7763         (setup_view_from_metadata), (ev_window_open_uri),
7764         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7765         (ev_window_run_presentation), (ev_window_stop_presentation),
7766         (save_sizing_mode), (ev_window_zoom_changed_cb),
7767         (ev_window_continuous_changed_cb),
7768         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7769         (window_configure_event_cb):
7770
7771         Remove all ugly metadata define since we deal with it
7772         at runtime now.
7773
7774         * shell/main.c: (load_files_remote), (main):
7775
7776         Add support for dbus cvs head. Hopefully didnt break one
7777         of the other versions now!
7778
7779         If we dont get a response from the dbus server just
7780         give up with it and not enable metadata.
7781
7782 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7783
7784         * Makefile.am:
7785         * backend/Makefile.am:
7786         * configure.ac:
7787         * cut-n-paste/recent-files/Makefile.am:
7788         * cut-n-paste/toolbar-editor/Makefile.am:
7789         * cut-n-paste/zoom-control/Makefile.am:
7790         * lib/Makefile.am:
7791         * pdf/Makefile.am:
7792         * pixbuf/Makefile.am:
7793         * properties/Makefile.am:
7794         * ps/Makefile.am:
7795         * shell/Makefile.am:
7796         * thumbnailer/Makefile.am:
7797         * tiff/Makefile.am:
7798
7799         Make frontends depend on just libev.
7800         Rework and group CFLAGS/LIBS definitions.
7801         Cleanups.
7802
7803 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7804
7805         * shell/ev-window:
7806
7807         do not unnecessarily save zoom
7808
7809         * configure.ac:
7810         * lib/ev-file-helpers.c: (ev_dot_dir):
7811         * shell/Makefile.am:
7812         * shell/dummy.cc:
7813
7814         Some cleanups
7815
7816 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7817
7818         * configure.ac:
7819         
7820         Remove unnecessary dependencies
7821
7822 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7823
7824         * properties/Makefile.am:
7825         * thumbnailer/Makefile.am:
7826         * tiff/Makefile.am:
7827
7828         Some more cleanups. Was really necessary
7829         but I probably introduced bugs, feel free
7830         to flame :)
7831
7832 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7833
7834         * backend/Makefile.am:
7835         * configure.ac:
7836         * cut-n-paste/recent-files/Makefile.am:
7837         * cut-n-paste/toolbar-editor/Makefile.am:
7838         * cut-n-paste/zoom-control/Makefile.am:
7839         * lib/Makefile.am:
7840         * pdf/Makefile.am:
7841         * pixbuf/Makefile.am:
7842         * properties/Makefile.am:
7843         * ps/Makefile.am:
7844         * shell/Makefile.am:
7845         * thumbnailer/Makefile.am:
7846         * tiff/Makefile.am:
7847
7848         Use gnome-common macros when possible.
7849         Cleanup dependencies.
7850         Actually disable deprecated where possible.
7851
7852 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7853
7854         * Makefile.am:
7855         * backend/Makefile.am:
7856         * properties/Makefile.am:
7857         * shell/Makefile.am:
7858         * thumbnailer/Makefile.am:
7859
7860         This should solve the circular dep without
7861         requiring dir reorg!
7862
7863         * shell/ev-window.c: (setup_view_from_metadata):
7864
7865         Never restore window size/position when the
7866         window is already visible.
7867
7868 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7869
7870         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7871
7872         Return a boolean from timeout func. Fix ported from gedit.
7873
7874 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7875
7876         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7877
7878 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7879
7880         * shell/ev-document-types.c: set "All Documents" as default filter in
7881         open dialog
7882
7883 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7884
7885         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7886         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7887         (ev_metadata_manager_set_boolean): fix value/val thinko.
7888
7889 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7890
7891         * shell/ev-window.c: (setup_view_from_metadata),
7892         (window_state_event_cb), (window_configure_event_cb),
7893         (ev_window_init):
7894
7895         Remember window position and maximized state
7896
7897 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7898
7899         * configure.ac:
7900
7901         Fix DBUS configure checks.
7902
7903         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7904         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7905         (ev_metadata_manager_set_boolean):
7906
7907         Plug mem leaks.
7908
7909         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7910         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7911         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7912         (ev_window_continuous_changed_cb),
7913         (ev_window_dual_mode_changed_cb), (ev_window_new):
7914
7915         Fix the build without DBUS.
7916
7917 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7918
7919         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7920         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7921         (ev_metadata_manager_set_string),
7922         (ev_metadata_manager_set_boolean):
7923         * shell/ev-metadata-manager.h:
7924
7925         Add support for some more types
7926
7927         * shell/ev-view.c: (scroll_to_current_page),
7928         (ev_view_get_continuous), (ev_view_set_continuous),
7929         (ev_view_get_dual_page):
7930         * shell/ev-view.h:
7931         * shell/ev-window.c: (page_changed_cb),
7932         (setup_document_from_metadata), (ev_window_setup_document),
7933         (setup_view_from_metadata), (ev_window_open_uri),
7934         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7935         (ev_window_run_presentation), (ev_window_stop_presentation),
7936         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7937         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7938         (ev_window_update_dual_page_action),
7939         (ev_window_continuous_changed_cb),
7940         (ev_window_dual_mode_changed_cb), (ev_window_init):
7941
7942         Remember a bunch of view/document properties. Prolly some
7943         are still missing but it's getting interesting.
7944
7945 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7946
7947         * configure.ac: check if dbus-binding-tool is installed. Not the
7948         case on current Ubuntu breezy, it seems.
7949
7950 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7951
7952         * data/evince.desktop.in.in:
7953         
7954         Allow open uri lists and add TryExec field.
7955
7956 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7957
7958         * configure.ac:
7959
7960         Enable dbus when available, do not require a configure
7961         option.
7962
7963 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7964
7965         * configure.ac:
7966
7967         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7968         disabled.
7969
7970 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7971         Marco Pesenti Gritti  <mpg@redhat.com>
7972
7973         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7974         
7975         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7976         functions to the format required by dbus
7977
7978         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7979         errors. Use the RPC parameters in the expected way
7980
7981 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7982
7983         * Makefile.am:
7984         * properties/Makefile.am:
7985         * properties/ev-properties-main.c: (ev_properties_get_pages):
7986
7987         Support all mime types
7988
7989         * shell/Makefile.am:
7990         * thumbnailer/Makefile.am:
7991         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7992         (evince_thumbnail_pngenc_get):
7993
7994         Use the document factory
7995
7996 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7997
7998         * backend/Makefile.am:
7999         * backend/ev-document-factory.c:
8000         (mime_type_supported_by_gdk_pixbuf),
8001         (ev_document_type_get_from_mime),
8002         (ev_document_factory_get_document),
8003         (ev_document_factory_get_backend),
8004         (ev_document_factory_get_mime_types),
8005         (ev_document_factory_get_all_mime_types):
8006         * backend/ev-document-factory.h:
8007         * shell/Makefile.am:
8008         * shell/ev-document-types.c: (get_document_from_uri),
8009         (ev_document_types_get_document),
8010         (file_filter_add_mime_list_and_free),
8011         (ev_document_types_add_filters):
8012         * shell/ev-document-types.h:
8013         * shell/ev-job-xfer.c: (ev_job_xfer_run):
8014         * shell/ev-properties-dialog.c:
8015         (ev_properties_dialog_set_document):
8016         * shell/ev-window.c: (ev_window_cmd_file_open),
8017         (ev_window_cmd_save_as):
8018         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8019
8020         Rework document types managing to avoid code duplication
8021         and actually abstract from backend implementations.
8022         Also provide a minimal factory api that can be used by
8023         thumbnailer/properties.
8024
8025 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
8026
8027         * properties/ev-properties-view.c: (ev_properties_view_set_info):
8028         Plug a mem leak.
8029         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
8030         HIG spacings.
8031
8032 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8033
8034         * shell/ev-properties-dialog.c
8035         (ev_properties_dialog_set_document): only call
8036         ev_properties_fonts_set_document() if the document implements the
8037         fonts interface
8038
8039 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
8040
8041         * configure.ac:
8042         * properties/Makefile.am:
8043         * properties/ev-properties-view.c:
8044         (ev_properties_view_register_type):
8045         * properties/ev-properties-view.h:
8046         * properties/ev-properties-main.h:
8047
8048         Implement nautilus plugin for properties.
8049         Works only for pdf atm, I need to rework the
8050         document types stuff to get this to work
8051         for all backends...
8052
8053 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8054
8055         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
8056         (ev_properties_fonts_set_document): use
8057         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
8058
8059 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8060
8061         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
8062         them
8063         (PlaceImage, tiff2ps_process_page): use
8064         g_ascii_dtostr to convert floats to strings in a locale-safe way.
8065
8066
8067 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
8068
8069         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
8070         (main): to call gnome_authentication_manager_init. Should fix
8071         Bug #308510
8072
8073         * configure.ac: that requires libgnomeui 2.6.0.
8074
8075 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8076
8077         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8078         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
8079         use the new tiff2ps interfaces
8080
8081         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
8082         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
8083
8084         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
8085         structure instead of global variables.  Remove use of static
8086         variables in functions.
8087
8088 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8089
8090         * shell/ev-page-action.c: unref the completion after setting it to the
8091         entry
8092
8093 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8094
8095         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8096         postscript files
8097
8098 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8099
8100         * shell/ev-window.c (update_action_sensitivity): disable
8101         File->Print if the document does not implement the ps exporter
8102         interface
8103
8104 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8105
8106         * Makefile.am:
8107         * configure.ac:
8108         * data/evince-properties.glade:
8109         * properties/.cvsignore:
8110         * properties/Makefile.am:
8111         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8112         (ev_properties_view_class_init), (ev_properties_view_format_date),
8113         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8114         (ev_properties_view_init), (ev_properties_view_new):
8115         * properties/ev-properties-view.h:
8116         * shell/Makefile.am:
8117         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8118         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8119         (ev_properties_dialog_new):
8120         * shell/ev-properties-dialog.h:
8121         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8122         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8123         (update_progress_label), (job_fonts_finished_cb),
8124         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8125         * shell/ev-properties-fonts.h:
8126         * shell/ev-properties.c:
8127         * shell/ev-properties.h:
8128         * shell/ev-window.c: (ev_window_setup_document),
8129         (ev_window_cmd_file_properties):
8130
8131         Split the properties pages in two different objects, depend
8132         only on the backend where possible, use widgets instead
8133         of gobject for the glade part, reimplement the dialog
8134         itself with gtk.
8135         I need this to implement nautilus properties page.
8136
8137 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8138
8139         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8140         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8141         (tiff_document_document_ps_exporter_iface_init): implement the ps
8142         exporter interface for tiff documents
8143
8144         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8145         libtiff to implement TIFF postscript export
8146
8147         * tiff/tiff2ps.h: added a header file for external tiff2ps
8148         functions.
8149
8150         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8151         tiff2ps.h
8152
8153 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8154
8155         * shell/ev-view.c: (scroll_to_current_page),
8156         (ev_view_set_fullscreen), (ev_view_set_presentation):
8157         
8158         Scroll to current page when exit from presentation
8159
8160 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8161
8162         * shell/ev-window.c: (update_document_mode),
8163         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8164         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8165         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8166         
8167         Exit from fullscreen mode when switch to presentation. Fix for
8168         bug 309365
8169
8170 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8171
8172         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8173         return NULL if the document does not implement the selection
8174         interface.
8175
8176 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8177
8178         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8179         reported height by using the resolution aspect ratio
8180         (tiff_document_render_pixbuf): scale the pixbuf using the
8181         resolution aspect ratio
8182
8183 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8184
8185         * configure.ac:
8186         
8187         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8188         <kiltedaco@gmail.com>
8189         
8190         * djvu/djvu-document.c: (djvu_document_get_orientation),
8191         (djvu_document_set_orientation), (djvu_document_get_page_size),
8192         (rotate_pixbuf), (djvu_document_render_pixbuf),
8193         (djvu_document_document_iface_init):
8194         * dvi/dvi-document.c: (dvi_document_get_orientation),
8195         (dvi_document_set_orientation), (dvi_document_get_page_size),
8196         (rotate_pixbuf), (dvi_document_render_pixbuf),
8197         (dvi_document_document_iface_init):
8198         
8199         Dvi and djvu backends are ported to new API
8200
8201 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8202
8203         * backend/ev-selection.c: (ev_selection_get_selection_region),
8204         (ev_selection_get_selection_map):
8205         * backend/ev-selection.h:
8206         * pdf/ev-poppler.cc:
8207         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8208         * shell/ev-jobs.h:
8209         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8210         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8211         (ev_pixbuf_cache_get_text_mapping):
8212         * shell/ev-pixbuf-cache.h:
8213         * shell/ev-view.c: (location_in_text),
8214         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8215         support to EvView.  Now we can see where we can select!  Sweet!
8216
8217 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8218
8219         * shell/ev-view.c (ev_view_button_press_event): Fix
8220         event->y + view->scroll_x typo.
8221
8222 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8223
8224         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8225         sub-GdkPixbuf instead of passing dest_x and dest_y.
8226         
8227         * shell/ev-view.c: (view_point_to_doc_point),
8228         (view_rect_to_doc_rect), (ev_view_button_press_event),
8229         (ev_view_motion_notify_event), (compute_new_selection_rect),
8230         (gdk_rectangle_point_in), (compute_new_selection_text),
8231         (compute_selections): Update selection code to keep the selection
8232         around as two points and not as a normalized rectangle, and fix
8233         page level selection in two-column mode.
8234
8235 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8236
8237         * shell/ev-window.c: (window_configure_event_cb): 
8238         
8239         Fix compilation
8240         
8241 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8242
8243         * pdf/ev-poppler.cc:
8244
8245         Fix compilation
8246
8247 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * shell/Makefile.am:
8250         * shell/ev-metadata-manager.c: (item_free),
8251         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8252         (parse_value), (parseItem), (load_values),
8253         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8254         (save_values), (save_item), (get_oldest), (resize_items),
8255         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8256         * shell/ev-metadata-manager.h:
8257
8258         Metadata manager from gedit but modified to use GValue, so that
8259         we dont need to keep converting from strings.
8260
8261         * configure.ac:
8262
8263         ENABLE_METADATA conditional, on when dbus is on
8264
8265         * shell/ev-application.c: (ev_application_open_uri):
8266
8267         Show the window after load so that we can initialize
8268         window size before it's showed.
8269
8270         * shell/ev-window.c: (ev_window_setup_from_metadata),
8271         (ev_window_open_uri), (window_configure_event_cb),
8272         (ev_window_init):
8273
8274         Save and load metadata information about window size.
8275         Not yet keeping states in account.
8276
8277         * shell/main.c: (main):
8278
8279         Shutdown metadata manager.
8280
8281 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8282
8283         * shell/ev-application-service.xml:
8284         * configure.ac:
8285         * shell/Makefile.am:
8286         * shell/ev-application.c:
8287         * shell/ev-application.h:
8288         * shell/ev-window.c:
8289         * shell/ev-window.h:
8290         * shell/main.c:
8291
8292         Add an optional dbus interface (--enable-dbus).
8293         Rework application code, mainly to be easier to
8294         use "remotely".
8295         Do not open multiple windows with the same document,
8296         spatial evince!
8297
8298 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8299
8300         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8301         pixbuf iff it exists.
8302
8303 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8304
8305         * shell/*:
8306         * backend/ev-render-context.[ch]:
8307         * backend/ev-selection.[ch]:
8308
8309         Massive changes.  We now support text selection of pdfs, and not
8310         just rectangular selection.  This is pretty broken still, but I
8311         want to get something into CVS.
8312
8313 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8314
8315         * pdf/ev-poppler.cc:
8316         
8317         Fix for Bug 309080: crash on window close.
8318         
8319         * shell/ev-page-action.c: (page_changed_cb):
8320         
8321         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8322         jensgr@gmx.net (Jens Granseuer).
8323
8324 2005-06-25  Marcel Telka  <marcel@telka.sk>
8325
8326         * configure.in (ALL_LINGUAS): Added sk.
8327
8328 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8329
8330         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8331         not a document open
8332
8333 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8334
8335         * NEWS:
8336         * configure.ac:
8337
8338         Release 0.3.2
8339
8340         * cut-n-paste/recent-files/Makefile.am:
8341
8342         Fix make distcheck
8343
8344 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8345
8346         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8347         (pixbuf_document_set_orientation), (rotate_pixbuf),
8348         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8349         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8350
8351         Implement rotation and cleanup the code a bit.
8352
8353         * tiff/tiff-document.c: (tiff_document_get_page_size),
8354         (tiff_document_get_orientation), (tiff_document_set_orientation),
8355         (rotate_pixbuf), (tiff_document_render_pixbuf),
8356         (tiff_document_document_iface_init), (tiff_document_init):
8357
8358         Implement rotation. Was the quicker solution for the release
8359         but we really need to share this code in the shell.
8360
8361 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8362
8363         * pdf/ev-poppler.cc:
8364
8365         Enable rotation, require poppler cvs. Fix a leak.
8366
8367 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8368
8369         * shell/ev-window.c: (update_action_sensitivity):
8370         
8371         Make properties unsensitive if document backend doesn't provide
8372         any info
8373
8374 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8375
8376         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8377         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8378         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8379         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8380         (bitmap_flip_rotate_counter_clockwise):
8381         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8382         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8383         (buff_gets):
8384         * dvi/mdvi-lib/common.h:
8385         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8386         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8387         (opendvi), (mdvi_reload), (mdvi_init_context),
8388         (mdvi_destroy_context), (mdvi_dopage), (special):
8389         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8390         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8391         (file_hash_free), (register_encoding), (parse_spec),
8392         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8393         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8394         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8395         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8396         (mdvi_register_font_type), (mdvi_unregister_font_type),
8397         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8398         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8399         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8400         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8401         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8402         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8403         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8404         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8405         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8406         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8407         (mdvi_unregister_special), (mdvi_flush_specials):
8408         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8409         (t1_font_remove):
8410         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8411         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8412         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8413         (free_font_metrics), (flush_font_metrics):
8414         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8415         (tt_font_remove):
8416         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8417         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8418         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8419         (dstring_insert), (dstring_new), (dstring_reset):
8420         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8421         
8422         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8423         avoid conflict with libtool on FC4
8424         
8425         * shell/ev-window.c: (ev_window_cmd_help_about):
8426         
8427         Update copyright year. Fix for bug 308828.
8428
8429 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8430
8431         * shell/ev-view.c: (add_scroll_binding_keypad),
8432         (ev_view_binding_activated), (ev_view_class_init),
8433         (on_adjustment_value_changed):
8434         
8435         Bug 170874: Arrow keys switch pages in presentation mode
8436
8437 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8438
8439         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8440         
8441         Fix for Bug 308265: Sidebar dissappears coming out of 
8442         Presentation mode
8443
8444 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8445
8446         * shell/ev-application.c: (ev_application_open):
8447         * shell/ev-document-types.c: (ev_document_types_add_filters),
8448         (ev_document_types_add_filters_for_type):
8449         * shell/ev-document-types.h:
8450         * shell/ev-window.c: (ev_window_cmd_save_as):
8451         
8452         Suggest basename as template when saving, provide filters
8453         for save dialog. It's bug 308402
8454
8455 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8456
8457         * pdf/ev-poppler.cc:
8458         * shell/ev-sidebar-links.c: (job_finished_callback):
8459         * shell/ev-view.c: (update_find_status_message):
8460         
8461         Some leaks fixed
8462
8463 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8464
8465         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8466         (egg_recent_view_uimanager_set_list):
8467
8468         Fix buglet in !show_numbers case.
8469
8470 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8471
8472         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8473         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8474
8475         Use pango ellipsisation.
8476
8477         * pdf/ev-poppler.cc:
8478
8479         Fix refcount leak, from nsh.
8480
8481 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8482
8483         * cut-n-paste/recent-files/Makefile.am:
8484         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8485         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8486         
8487         Removed EggRecentViewGtk
8488         
8489         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8490         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8491         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8492         (ev_window_setup_recent):
8493         
8494         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8495         with other projects
8496
8497 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8498
8499         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8500         (egg_recent_view_gtk_finalize):
8501
8502         Fix memory leak
8503
8504         * cut-n-paste/toolbar-editor/Makefile.am:
8505         
8506         Fix location of cursor icon.
8507         
8508         * pdf/ev-poppler.cc:
8509         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8510         (display_completion_text), (match_completion):
8511         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8512         (selection_changed_callback), (create_loading_model),
8513         (print_section_cb), (links_page_num_func),
8514         (update_page_callback_foreach):
8515         * shell/ev-window.c: (ev_window_dispose):
8516         
8517         Small memory fixes. Links model now store objects instead
8518         of pointers to improve memory management. 
8519
8520 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8521
8522         * shell/ev-window.c: (zoom_control_changed_cb):
8523         
8524         Fix update of zoom control (bug 308268).
8525
8526 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8527
8528         * shell/ev-properties.c (set_property): escape the text correctly.
8529         Handles non-UTF-8 properties and escaped properties.  Also, sets
8530         the text to "<i>None</i>" if the property isn't set.
8531
8532         * data/evince-properties.glade: Change the label to be ellipsized,
8533         and give it a minimum size.
8534
8535 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8538         * shell/ev-sidebar-links.c: (create_loading_model):
8539         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8540         * shell/ev-view.c: (ev_view_set_document):
8541         * shell/ev-window.c: (ev_window_dispose):
8542         
8543         Various small fixes, mostly memory leaks. Thanks to valgrind.
8544
8545 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8546
8547         * ps/ps-document.c: remove the locale.h include again ;-). And
8548         kill the (bogus) setlocale/savelocale business.
8549
8550 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8551
8552         * ps/ps-document.c:
8553         
8554         Include locale.h to fix build
8555         
8556         * shell/ev-sidebar.c:
8557         
8558         Remove unnecessary includes
8559
8560 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8561
8562         * dvi/dvi-document.c: (dvi_document_load):
8563         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8564         * po/POTFILES.in:
8565         
8566         Check for incorrect dvi files. Fix parsing dvi on AMD64
8567         platform. Thanks to tester@tester.ca (Olivier Crete).
8568
8569 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8570
8571         * shell/ev-page-action.c: (match_selected_cb),
8572         (display_completion_text), (match_completion), (update_model):
8573         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8574         (expand_open_links):
8575         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8576         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8577         (ev_sidebar_set_document):
8578         * shell/ev-window.c: (ev_window_xfer_job_cb),
8579         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8580         
8581         Fixed lot's of memory leaks, for example, memory leak on reload, 
8582         described in bug 307793.
8583
8584 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8585
8586         * pdf/ev-poppler.cc:
8587         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8588         (update_visible_range), (adjustment_changed_cb),
8589         (ev_sidebar_thumbnails_fill_model),
8590         (ev_sidebar_thumbnails_refresh),
8591         (ev_sidebar_tree_selection_changed),
8592         (ev_sidebar_icon_selection_changed),
8593         (ev_sidebar_thumbnails_use_icon_view),
8594         (ev_sidebar_thumbnails_set_document):
8595         * shell/ev-sidebar-thumbnails.h:
8596         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8597         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8598
8599         Refresh thumbnails when changing orientation. Not fully
8600         working yet becuase of a sidebar bug.
8601
8602         Set page orientation to poppler page everywhere. This sucks
8603         really need to fix poppler.
8604
8605 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8606
8607         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8608         (egg_recent_view_gtk_new_menu_item),
8609         (egg_recent_view_gtk_set_property),
8610         (egg_recent_view_gtk_get_property),
8611         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8612         (egg_recent_view_gtk_set_tooltip_func),
8613         (egg_recent_view_gtk_set_label_width),
8614         (egg_recent_view_gtk_get_label_width):
8615         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8616
8617         Sync with libegg (ellipsize labels)
8618
8619 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8620
8621         * data/evince-ui.xml:
8622         * shell/ev-window.c: (ev_window_cmd_go_forward),
8623         (ev_window_cmd_go_backward):
8624         
8625         Shift + PageUp moves 10 Pages. Fix for 306125
8626
8627 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8628
8629         * pdf/ev-poppler.cc:
8630
8631         Add a flag to check if orientation has been overriden
8632
8633 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8634
8635         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8636         field if necessary.
8637
8638         * ps/ps.h: add creator field to document.
8639
8640         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8641         set creator field.
8642
8643 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8644
8645         * data/evince-properties.glade:
8646         * shell/ev-properties.c: (ev_properties_set_document):
8647
8648         s/PDF Version/Format
8649
8650 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8651
8652         * shell/ev-properties.c: (ev_properties_set_document):
8653
8654         Remove unnecessary translations
8655
8656 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8657
8658         * cut-n-paste/toolbar-editor/Makefile.am:
8659
8660         Correct library name    
8661
8662 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8663
8664         * configure.ac:
8665         * cut-n-paste/recent-files/egg-recent-model.c:
8666         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8667         (egg_recent_model_unlock_file):
8668         * cut-n-paste/recent-files/egg-recent-util.c:
8669         (egg_recent_util_get_unique_id):
8670         * cut-n-paste/recent-files/update-from-egg.sh:
8671         * cut-n-paste/toolbar-editor/Makefile.am:
8672         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8673         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8674         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8675         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8676         (egg_toolbars_model_get_type):
8677         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8678
8679         Better makefile for toolbar editor and update everything
8680         to latest libegg.
8681
8682 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8683
8684         * shell/ev-window.c: (update_document_mode):
8685
8686         Prefer presentation mode when the document
8687         require fullscreen.
8688
8689 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8690
8691         * data/evince-ui.xml:
8692         * shell/ev-window.c:
8693
8694         Add control-equal for zooming
8695
8696 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8697
8698         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8699
8700 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8701
8702         * backend/ev-document.c: (ev_document_get_orientation):
8703         * backend/ev-document.h:
8704         * pdf/ev-poppler.cc:
8705         * ps/ps-document.c: (ps_document_get_orientation),
8706         (ps_document_set_orientation), (ps_document_document_iface_init):
8707
8708         Add a get_orientation api. Improve set_orientation.
8709
8710         * data/evince-ui.xml:
8711         * shell/ev-view.c: (ev_view_set_orientation),
8712         (ev_view_rotate_right), (ev_view_rotate_left):
8713         * shell/ev-view.h:
8714         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8715         (ev_window_cmd_edit_rotate_right):
8716
8717         Better ui for changing document orientation
8718
8719 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8720
8721         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8722         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8723         * shell/ev-sidebar-links.h:
8724         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8725         (ev_sidebar_page_iface_init):
8726         * shell/ev-sidebar-page.h:
8727         * shell/ev-sidebar-thumbnails.c:
8728         (ev_sidebar_thumbnails_get_property),
8729         (ev_sidebar_thumbnails_class_init),
8730         (ev_sidebar_thumbnails_set_document):
8731         * shell/ev-sidebar-thumbnails.h:
8732         * shell/ev-view.c: (ev_view_motion_notify_event):
8733         * shell/ev-window.c: (update_chrome_visibility),
8734         (ev_window_cmd_focus_page_selector),
8735         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8736         (sidebar_page_main_widget_update_cb), (ev_window_init):
8737         
8738         Autoraise toolbar on GoToPage binding and fix bindings in
8739         EvSidebarThumbnails page.
8740
8741 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8742
8743         * shell/ev-properties.c: (update_progress_label):
8744
8745         Hide the progress label when finished; bug #307697.
8746
8747 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8748
8749         * pdf/ev-poppler.cc:
8750
8751         Enable is_open for links, you will need poppler cvs
8752
8753         * shell/ev-properties.c: (job_fonts_finished_cb):
8754
8755         Get a lock on the document when filling the tree view
8756
8757 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8758
8759         * backend/ev-document-links.h:
8760         * pdf/ev-poppler.cc:
8761         * shell/ev-sidebar-links.c: (create_loading_model),
8762         (expand_open_links), (job_finished_callback):
8763
8764         Expand links when specified by the document.
8765         Depend on a poppler api (defined out for now)
8766
8767 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8768
8769         * shell/ev-properties.c: (ev_properties_dispose),
8770         (ev_properties_class_init), (dialog_destroy_cb),
8771         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8772         (ev_properties_set_document), (ev_properties_new),
8773         (ev_properties_show):
8774         * shell/ev-properties.h:
8775
8776         Make it an object, cleanup the code, api to show it as transient
8777         and to set the document.
8778
8779         * shell/ev-window.c: (ev_window_setup_document),
8780         (ev_window_cmd_file_properties):
8781
8782         Adapt to EvProperties changes, do not show multiple
8783         times, update it when document changes.
8784
8785 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8786
8787         * ps/gstypes.h:
8788         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8789         (ps_document_set_orientation), (ps_document_document_iface_init):
8790         * ps/ps-document.h:
8791
8792         Implement orientation here too
8793
8794         * shell/ev-properties.c: (ev_properties_new):
8795         * data/evince-properties.glade:
8796
8797         Hide the fonts page for backends that doesnt
8798         support it.     
8799
8800 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8801
8802         * backend/ev-document.c: (ev_document_set_orientation):
8803         * backend/ev-document.h:
8804         * pdf/ev-poppler.cc:
8805
8806         Add orientation api. Currently poppler api is not optimal,
8807         we need to set orientation every time we _get a page.
8808         I will try to fix that at some point.
8809
8810         * data/evince-ui.xml:
8811         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8812         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8813
8814         Add orientation menu items
8815
8816         * shell/ev-page-cache.c: (ev_page_cache_clear):
8817         * shell/ev-page-cache.h:
8818
8819         Add api to clear the cache
8820
8821         * shell/ev-view.c: (setup_caches), (clear_caches),
8822         (ev_view_set_document), (ev_view_zoom_out),
8823         (ev_view_set_orientation):
8824         * shell/ev-view.h:
8825
8826         Implement orientation changing
8827
8828 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8829
8830         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8831         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8832         * backend/ev-document-fonts.h:
8833
8834         Separate scan and fill so that we can incrementally fill from
8835         the main thread. Add a progress api.
8836
8837         * data/evince-properties.glade:
8838         * pdf/ev-poppler.cc:
8839         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8840         * shell/ev-jobs.h:
8841         * shell/ev-properties.c: (update_progress_label),
8842         (job_fonts_finished_cb), (setup_fonts_view):
8843
8844         Incrementally feel the list and show the progress
8845         percentage in a label like acrobat does.
8846
8847         You are going to need poppler cvs
8848
8849 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8850
8851         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8852         * backend/ev-document-fonts.h:
8853         * pdf/ev-poppler.cc:
8854
8855         Make fonts model fill incrementally.
8856
8857         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8858         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8859         (ev_job_queue_remove_job):
8860         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8861         (ev_job_fonts_new), (ev_job_fonts_run):
8862         * shell/ev-jobs.h:
8863
8864         New job for fonts scanning
8865
8866         * shell/ev-properties.c: (job_fonts_finished_cb),
8867         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8868         * shell/ev-properties.h:
8869         * shell/ev-window.c: (ev_window_cmd_file_properties):
8870
8871         Incrementally feel the treeview using the new job. Show Loading...
8872         message until scanning is completed.
8873
8874         Hopefully I didnt break the build without the poppler patch.
8875
8876 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8877
8878         * shell/ev-application.c: (ev_application_open):
8879         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8880         (ev_document_type_get_type), (ev_document_type_lookup):
8881         * shell/ev-document-types.h:
8882         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8883         * shell/ev-job-xfer.h:
8884         * shell/ev-window.c: (ev_window_clear_local_uri),
8885         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8886         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8887         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8888         
8889         Transfer remote documents to tmp directory to display them later.
8890
8891 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8892
8893         * backend/ev-document-info.h:
8894         * shell/ev-properties.c: (ev_properties_new):
8895
8896         s/GTime*/GTime. Not sure why we was using a pointer
8897         at all there!
8898
8899 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8900
8901         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8902         situations.  That situation is that you're using GTK+-HEAD with
8903         the patch at #306726 is applied, and you have a document with <
8904         1500 pages in it.  It's not quite as uniformly nice as the
8905         TreeView, but should be better in the long run.
8906
8907         I'm pretty sure I guarded against breaking compilation with
8908         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8909         I missed some.
8910
8911         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8912         widget yet, so I commented that code out
8913         enable_view_actions_for_widget() for now.  Need to figure this
8914         out.
8915
8916         * shell/ev-page-action.c (match_selected_cb): emit the right
8917         signals.  Our cool C-l completion now works.
8918
8919 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8920
8921         * backend/Makefile.am:
8922         * backend/ev-document-fonts.c:
8923         * backend/ev-document-links.c:
8924         * backend/ev-document.c: (ev_document_load):
8925         * backend/ev-document.h:
8926         * backend/ev-job-queue.c:
8927         * backend/ev-job-queue.h:
8928         * backend/ev-jobs.c:
8929         * backend/ev-jobs.h:
8930         * backend/ev-page-cache.c:
8931         * backend/ev-page-cache.h:
8932
8933         EvPageCache and EvJobs are moved to shell.
8934
8935         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8936         (ev_tmp_filename):
8937         * lib/ev-file-helpers.h:
8938         
8939         New helper to work with temporary files
8940         
8941         * shell/Makefile.am:
8942         * shell/ev-application.c: (ev_application_open):
8943         * shell/ev-application.h:
8944         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8945         (remove_job_from_async_queue), (add_job_to_async_queue),
8946         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8947         (handle_job), (search_for_jobs_unlocked),
8948         (no_jobs_available_unlocked), (ev_render_thread),
8949         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8950         (ev_job_queue_add_job), (move_job_async), (move_job),
8951         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8952         * shell/ev-job-queue.h:
8953         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8954         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8955         * shell/ev-job-xfer.h:
8956         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8957         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8958         (ev_job_links_class_init), (ev_job_render_init),
8959         (ev_job_render_dispose), (ev_job_render_class_init),
8960         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8961         (ev_job_thumbnail_class_init), (ev_job_load_init),
8962         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8963         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8964         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8965         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8966         * shell/ev-jobs.h:
8967         * shell/ev-page-action.c: (ev_page_action_set_document):
8968         * shell/ev-page-cache.c: (ev_page_cache_init),
8969         (ev_page_cache_class_init), (ev_page_cache_finalize),
8970         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8971         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8972         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8973         (ev_page_cache_get_title), (ev_page_cache_get_size),
8974         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8975         (ev_page_cache_get_height_to_page),
8976         (ev_page_cache_get_max_label_chars),
8977         (ev_page_cache_get_page_label),
8978         (ev_page_cache_has_nonnumeric_page_labels),
8979         (ev_page_cache_get_info), (ev_page_cache_next_page),
8980         (ev_page_cache_prev_page), (ev_page_cache_get):
8981         * shell/ev-page-cache.h:
8982         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8983         (ev_pixbuf_cache_clear_job_sizes),
8984         (ev_pixbuf_cache_add_jobs_if_needed),
8985         (ev_pixbuf_cache_set_page_range):
8986         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8987         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8988         * shell/ev-sidebar-thumbnails.c:
8989         (ev_sidebar_tree_selection_changed),
8990         (ev_sidebar_thumbnails_set_document):
8991         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8992         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8993         (ev_statusbar_get_context_id), (ev_statusbar_push),
8994         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8995         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8996         (ev_statusbar_set_progress):
8997         * shell/ev-statusbar.h:
8998         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8999         (ev_view_find_previous):
9000         * shell/ev-window.c: (ev_window_is_empty),
9001         (ev_window_setup_document), (password_dialog_response),
9002         (ev_window_clear_jobs), (ev_window_load_job_cb),
9003         (ev_window_xfer_job_cb), (ev_window_open_uri),
9004         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
9005         (ev_window_print), (ev_window_print_range),
9006         (ev_window_state_event), (ev_window_cmd_view_reload),
9007         (menu_item_select_cb), (menu_item_deselect_cb),
9008         (view_status_changed_cb), (ev_window_dispose),
9009         (drag_data_received_cb), (ev_window_init):
9010         * shell/ev-window.h:
9011         * shell/main.c: (load_files):
9012         
9013         New statusbar to show progress on idle. Two new jobs - 
9014         xfer job and load job to load document in background. And update
9015         of page_cache clients to new location of code.
9016
9017 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
9018
9019         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
9020         selection in open dialog. It also remembers the last visited directory 
9021         in the current session.
9022
9023 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9024
9025         * shell/ev-properties.c: (ev_properties_new):
9026         * shell/ev-properties.h:
9027         * shell/ev-window.c: (ev_window_cmd_file_properties):
9028         
9029         Get document info from page cache instead of document itself.
9030         This should fix crash related to race conditions described in
9031         bug 306545.
9032
9033 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9034
9035         * ps/ps-document.c: (ps_document_init),
9036         (send_ps), (get_page_box), (output), (catchPipe), (input),
9037         (stop_interpreter), (file_length), (file_readable),
9038         (check_filecompressedb), (ps_document_enable_interpreter),
9039         (document_load), (ps_async_renderer_render_pixbuf):
9040         * ps/ps-document.h:
9041
9042         Big cleanup of the ps code
9043
9044 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
9045
9046         * backend/Makefile.am:
9047         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
9048         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
9049         * backend/ev-async-renderer.h:
9050
9051         Add an async renderer interface (method + callback) which
9052         is useful for backends like ps.
9053
9054         * backend/ev-job-queue.c: (remove_job_from_async_queue),
9055         (add_job_to_async_queue), (job_finished_cb), (handle_job),
9056         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
9057         (ev_job_queue_add_job), (move_job_async), (move_job),
9058         (ev_job_queue_update_job), (ev_job_queue_remove_job):
9059
9060         Add queues for async renderer, these are executed on the
9061         main thread.
9062
9063         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
9064         (ev_job_render_run):
9065         * backend/ev-jobs.h:
9066
9067         If the backend support async renderer interface use it.
9068
9069         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
9070         (setup_pixmap), (ps_document_get_type),
9071         (ps_async_renderer_render_pixbuf),
9072         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
9073
9074         Implement async renderer interface.
9075
9076 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9077
9078         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
9079
9080         Cleanup links job on exit.
9081
9082 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9083
9084         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9085         (drag_data_get_cb), (drag_data_received_cb):
9086         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9087         (drag_data_get_cb), (parse_item_list),
9088         (egg_toolbar_editor_load_actions):
9089         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9090         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9091         (parse_item_list), (parse_toolbars):
9092         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9093         (dvi_pixbuf_put_pixel):
9094         
9095         Fix gcc 4.0 warnings
9096
9097 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9098
9099         * ps/ps-document.c: (start_interpreter):
9100
9101         Fix warning when loading ps
9102
9103 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9104
9105         * ps/ps-document.c: (output):
9106
9107         Fix crash when priting gs error messages.
9108
9109 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9110
9111         * backend/ev-page-cache.c: (_ev_page_cache_new):
9112         * backend/ev-page-cache.h:
9113
9114         Use a const to return title so that we dont double
9115         free it. Small cleanup and fix a leak.
9116
9117         * shell/ev-window.c: (update_window_title):
9118
9119         strdup value from get_title.
9120
9121 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9122
9123         * shell/ev-sidebar-links.c: (job_finished_callback),
9124         (ev_sidebar_links_set_document):
9125
9126         Cleanup the old job when changing document
9127
9128 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9129
9130         * shell/ev-stock-icons.c:
9131         * shell/ev-stock-icons.h:
9132         * shell/ev-window.c:
9133         
9134         Add stock icons for actions that can appear in toolbar. Fix for
9135         bug 306566.
9136
9137 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9138
9139         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9140         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9141         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9142         * backend/ev-page-cache.h:
9143         * shell/ev-view.c: (scroll_to_current_page),
9144         (view_update_range_and_current_page), (get_page_y_offset),
9145         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9146         (ev_view_size_request_continuous),
9147         (ev_view_zoom_for_size_continuous_and_dual_page),
9148         (ev_view_zoom_for_size_continuous):
9149         
9150         More compact EvView layout in document with pages of different size.
9151
9152 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9153
9154         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9155         compilation.
9156
9157 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9158
9159         * shell/ev-view.c: (view_set_adjustment_values):
9160         * shell/ev-window.c: (ev_window_cmd_file_properties):
9161         
9162         A bit different fix for rounding problem but it has no
9163         problems on startup. Make properties window transient to parent.
9164
9165 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9166
9167         * pdf/ev-poppler.cc:
9168         
9169         More commenting of font stuff.
9170
9171 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9172
9173         * pdf/ev-poppler.cc:
9174
9175         Comment out some more fonts stuff. Should really
9176         work without the poppler patch now.
9177
9178 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9179
9180         * pdf/ev-poppler.cc:
9181
9182         Adapt to api change
9183
9184 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9185
9186         * data/evince-properties.glade:
9187         * pdf/ev-poppler.cc:
9188         * shell/ev-properties.c: (setup_fonts_view):
9189
9190         Set the column title. Show the dialog only
9191         once everything is setup.
9192         Getting font info can be very slow... will
9193         prolly need to make this threaded too.
9194
9195 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9196
9197         * backend/Makefile.am:
9198         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9199         (ev_document_fonts_get_fonts_model):
9200         * backend/ev-document-fonts.h:
9201         * data/evince-properties.glade:
9202         * pdf/ev-poppler.cc:
9203         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9204         * shell/ev-properties.h:
9205         * shell/ev-window.c: (ev_window_cmd_file_properties):
9206
9207         Implement fonts list. Defined out for now, since it depends
9208         on a not yet committed poppler patch.
9209
9210 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9211
9212         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9213         page + 1.
9214
9215         * shell/ev-window.c: Make sure we add the timeout when we get a
9216         focus-in event.
9217
9218         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9219         adjustment->value before calculating the zoom factor to average
9220         out all of our rounding errors.  The page no longer 'drifts' when
9221         resizing.
9222
9223 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9224
9225         * data/evince-properties.glade:
9226         * shell/ev-properties.c: (ev_properties_format_date),
9227         (set_property):
9228         
9229         Labels don't expand when the dialogue is resized.
9230         strftime result needs to be converted to UTF-8. Thanks
9231         to Christian Persch <chpe@gnome.org>.
9232
9233 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9234
9235         * data/evince-properties.glade:
9236
9237         Hide the fonts tab
9238
9239 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9240
9241         * backend/ev-document-info.h:
9242         * backend/ev-document.c: (ev_document_info_free):
9243         * data/evince-properties.glade:
9244         * pdf/ev-poppler.cc:
9245         * ps/ps-document.c: (ps_document_get_info):
9246         * shell/ev-properties.c: (ev_properties_format_date),
9247         (set_property), (ev_properties_new):
9248         * shell/ev-properties.h:
9249         * shell/ev-window.c: (ev_window_cmd_file_properties):
9250
9251         Rework properties code to take only EvPropertyInfo
9252         in the constructor so that it can be useful for
9253         nautilus plugin too.
9254
9255         Deal with backends that doesnt support some properties.
9256         Make set property code generic.
9257
9258 2005-06-04  Christian Persch <chpe@gnome.org>
9259
9260         * data/evince-properties.glade:
9261
9262         fix spacings, make resizeable, and make data labels
9263         selectable + ellipsised
9264
9265 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9266
9267         * backend/ev-document-info.h:
9268         * data/Makefile.am:
9269         * data/evince-ui.xml:
9270         * pdf/ev-poppler.cc:
9271         * shell/Makefile.am:
9272         * shell/ev-window.c: (update_action_sensitivity),
9273         (ev_window_cmd_file_properties):
9274
9275         Initial go at file properties. Patch by
9276         Emil Soleyman-Zomalan <emil@soleyman.com>.
9277         Needs love see #169583
9278
9279 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9280
9281         * ps/ps-document.c: (output):
9282         * ps/ps.c: (psscan):
9283
9284         Try to render even if psscan fails.
9285
9286 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9287
9288         * ps/ps.c: (psscan), (pscopydoc):
9289
9290         Port buffered reading code from gv
9291
9292 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9293
9294         * ps/ps-document.c: (interpreter_message), (output):
9295
9296         Do not fail on interpreter messages
9297
9298 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9299
9300         * backend/ev-document-misc.c:
9301         (ev_document_misc_get_thumbnail_frame):
9302
9303         Pages can be 0 x 0, dont assert on this case
9304
9305 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9306
9307         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9308         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9309
9310         Correctly manage our reference on document. Finally the reload
9311         huge leak is gone...
9312
9313 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9314
9315         * ps/ps-document.c: (ps_document_dispose):
9316
9317         Forgot to chain it to the parent. Thanks chpe.
9318
9319 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9320
9321         * ps/ps-document.c: (ps_document_dispose),
9322         (ps_document_class_init), (stop_interpreter), (document_load):
9323
9324         Cleanup dispose a bit. Dont leak the whole pixmap.
9325
9326 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9327
9328         * pdf/ev-poppler.cc:
9329
9330         Release the poppler document on dispose
9331
9332 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9333
9334         * shell/ev-view.c: (ev_view_set_document):
9335
9336         Release ref on the pixbuf cache when changing
9337         document.
9338
9339 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9340
9341         * ps/ps-document.c: (ps_document_get_info):
9342
9343         Fix a double free
9344
9345 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9346
9347         * backend/ev-page-cache.c: (ev_page_cache_init),
9348         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9349         * backend/ev-page-cache.h:
9350         * shell/ev-page-action.c: (page_changed_cb):
9351         
9352         Set page action entry width depending on labels width. Fix
9353         for bug 305202.
9354
9355 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9356
9357         * backend/ev-link.c: (ev_link_class_init):
9358
9359         Allow -1 as page value (error)
9360
9361 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9362
9363         * shell/ev-sidebar-thumbnails.c:
9364         (ev_sidebar_thumbnails_set_document):
9365         * shell/ev-view.c: (scroll_to_current_page),
9366         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9367         (page_changed_cb), (on_adjustment_value_changed),
9368         (ev_view_set_document):
9369
9370         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9371         Fix bug 305377
9372
9373 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9374
9375         * configure.ac:
9376         * djvu/djvu-document.c: (djvu_document_get_page_size):
9377
9378         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9379         bug 301993.
9380
9381 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9382
9383         * shell/ev-view.c (draw_one_page): modify the expose handling to
9384         get the shadows.
9385
9386         * shell/ev-window.c (update_action_sensitivity): Respect
9387         permissions field.  Kowtow to the man.
9388
9389         * pdf/ev-poppler.cc: Get the permissions field.
9390
9391         * tiff/*c: Make a tiny bit more robust.
9392
9393 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9394
9395         * djvu/djvu-document.c:
9396         
9397         Pop messages from djvu context message queue.
9398
9399 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9400
9401         * configure.ac, Makefile.am, shell/Makefile.am:
9402         * tiff/Makefile.am, shell/ev-document-types.c:
9403         
9404         Cleanup tiff configure checks. Fix for bug 305218.
9405
9406 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9407
9408         * configure.ac: Added "uk" to ALL_LINGUAS.
9409
9410 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9411
9412         * cut-n-paste/zoom-control/ephy-zoom.c:
9413         (ephy_zoom_get_changed_zoom_level):
9414         * cut-n-paste/zoom-control/ephy-zoom.h:
9415         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9416         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9417         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9418         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9419         (zoom_control_changed_cb), (ev_window_init):
9420         
9421         Fix minor points related to moving best fit up. Introduce
9422         "zoom" property and make zoom control change it's value on
9423         notify::zoom signals. Fix for 305080.
9424
9425 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9426
9427         * data/evince-ui.xml:
9428         * shell/ev-window.c: (set_view_actions_sensitivity):
9429         
9430         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9431
9432 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9433
9434         * configure.ac:
9435
9436         Depends on poppler 0.3.2
9437
9438 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9439
9440         * cut-n-paste/recent-files/egg-recent-item.c:
9441         (egg_recent_item_get_short_name):
9442         * cut-n-paste/toolbar-editor/Makefile.am:
9443         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9444         (new_pixbuf_from_widget):
9445         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9446         * cut-n-paste/toolbar-editor/egg-marshal.c:
9447         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9448         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9449
9450         Sync
9451
9452 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9453
9454         * tiff/tiff-document.c: Rough TIFF backend.
9455
9456 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9457
9458         * NEWS:
9459         * configure.ac:
9460         * cut-n-paste/toolbar-editor/Makefile.am:
9461
9462         Release 0.3.1
9463
9464 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9465
9466         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9467         (ev_view_find_next), (ev_view_find_previous):
9468
9469         Remove the locks around get_n_results   
9470
9471 2005-05-21  Juerg Billeter  <j@bitron.ch>
9472
9473         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9474
9475         Pass correct number of pages to poppler.
9476
9477 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9478
9479         * configure.ac:
9480         * data/Makefile.am:
9481         * data/evince.desktop.in: 
9482         * data/evince.desktop.in.in:
9483         * po/POTFILES.in:
9484         
9485         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9486
9487 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9488
9489         * shell/ev-view.c: (view_update_adjustments),
9490         (view_set_adjustment_values): cast adjustmen->value to (int)
9491         before using it.  Otherwise, we get off by a pixel in some
9492         situations.
9493
9494         (draw_one_page): Draw the border on expose.
9495
9496 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9497
9498         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9499         adjustment when the mode changes, #304923
9500
9501 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9502
9503         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9504         flickering on resize but still use gdk_window_scroll on
9505         scrolling
9506
9507 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9508
9509         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9510         option, #170458
9511
9512 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9513
9514         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9515         second page on page_changed if possible, #304669
9516
9517 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9518
9519         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9520         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9521
9522 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9523
9524         * .cvsignore:
9525         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9526         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9527         (ev_view_zoom_for_size_presentation),
9528         (ev_view_zoom_for_size_continuous_and_dual_page),
9529         (ev_view_zoom_for_size_continuous),
9530         (ev_view_zoom_for_size_dual_page),
9531         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9532         * shell/ev-view.h:
9533         * shell/ev-window.c: (update_view_size),
9534         (ev_window_sizing_mode_changed_cb):
9535
9536         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9537         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9538         an infinite loop, #304769
9539
9540
9541 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9542
9543         * data/evince-ui.xml:
9544         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9545         * shell/ev-window.c: (set_view_actions_sensitivity):
9546
9547         Make PgUp/Down behave like Space
9548
9549 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9550
9551         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9552         * backend/ev-ps-exporter.h:
9553         * pdf/ev-poppler.cc:
9554         * ps/ps-document.c: (ps_document_ps_export_begin):
9555         * shell/ev-print-job.c: (idle_print_handler):
9556
9557         Adapt to new poppler api
9558
9559 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9560
9561         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9562         (ephy_zoom_control_init):
9563
9564         Translate zoom levels
9565
9566 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9567
9568         * cut-n-paste/zoom-control/ephy-zoom.c:
9569         (ephy_zoom_get_zoom_level_index):
9570
9571         Fix current zoom -> zoom control match
9572
9573 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9574
9575         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9576         rather than the scrolled_window that it's in. Fixes bug #304655.
9577
9578 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9579
9580         * shell/ev-view.c: (view_update_adjustments),
9581         (view_set_adjustment_values), (view_update_range_and_current_page),
9582         (view_scroll_to_page), (set_scroll_adjustment),
9583         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9584         (ev_view_scroll), (ev_view_scroll_view),
9585         (ensure_rectangle_is_visible), (find_page_at_location),
9586         (get_link_at_location), (go_to_link), (status_message_from_link),
9587         (ev_view_size_request_continuous_dual_page),
9588         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9589         (ev_view_unrealize), (ev_view_expose_event),
9590         (ev_view_button_press_event), (ev_view_motion_notify_event),
9591         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9592         (draw_rubberband), (highlight_find_results), (draw_one_page),
9593         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9594         (ev_view_init), (find_changed_cb), (page_changed_cb),
9595         (on_adjustment_value_changed), (ev_view_new),
9596         (ev_view_set_document), (ev_view_set_zoom),
9597         (ev_view_set_continuous), (ev_view_set_dual_page),
9598         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9599         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9600         (ev_view_zoom_for_size_presentation),
9601         (ev_view_zoom_for_size_continuous_dual_page),
9602         (ev_view_zoom_for_size_continuous),
9603         (ev_view_zoom_for_size_dual_page),
9604         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9605         (ev_view_get_status), (ev_view_set_status),
9606         (update_find_status_message), (ev_view_get_find_status),
9607         (ev_view_set_find_status), (jump_to_find_result),
9608         (jump_to_find_page), (compute_selections), (clear_selection),
9609         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9610         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9611         (ev_view_update_primary_selection),
9612         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9613         * shell/ev-view.h:
9614         * shell/ev-window.c: (ev_window_open_page_label),
9615         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9616         (ev_window_init):
9617         * shell/ev-window.h:
9618         * shell/main.c: (load_files):
9619
9620         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9621         when resizing.  Remove the bin_window().  Also, patch from James
9622         Bowes to fix command line page, #300641
9623         
9624 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9625
9626         * data/evince-ui.xml:
9627         * shell/ev-view.c:
9628         * shell/ev-view.h:
9629         * shell/ev-window.c: (update_action_sensitivity):
9630
9631         Get rid of View->Normal Size, it's just confusing
9632
9633 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9634
9635         * backend/ev-document-info.h:
9636         * backend/ev-document.c: (ev_document_info_free): Free the
9637         EvDocumentInfo.
9638
9639         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9640         (clear_range), (add_range), (update_visible_range),
9641         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9642         (ev_sidebar_thumbnails_set_document):
9643         * shell/ev-window.c: (ev_window_setup_document): Only render the
9644         visible thumbnails.  It takes an instant to render, but it uses
9645         much less memory.
9646
9647 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9648
9649         * shell/ev-sidebar-links.c: (popup_menu_cb):
9650
9651         Select first item
9652
9653 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9654
9655         * lib/Makefile.am:
9656         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9657         (button_press_cb), (ev_sidebar_links_construct):
9658
9659         Show the popup menu also on keybindings
9660
9661 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9662
9663         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9664         * shell/ev-window.h:
9665
9666         Expose api to print a range (with dialog). Make private _print use
9667         it.
9668
9669         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9670         (ev_sidebar_links_construct):
9671
9672         Show a print context menu on linkx, it prints the selected
9673         section.
9674
9675 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9676
9677         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9678         button.
9679
9680 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9681
9682         * AUTHORS:
9683
9684         Update
9685
9686         * shell/ev-window.c: (build_comments_string),
9687         (ev_window_cmd_help_about):
9688
9689         Show poppler version/backend and authors
9690
9691 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9692
9693         * cut-n-paste/zoom-control/ephy-zoom.c:
9694         (ephy_zoom_get_zoom_level_index):
9695         * cut-n-paste/zoom-control/ephy-zoom.h:
9696
9697         Move the best fit items at the top of the list
9698
9699 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9700
9701         * shell/ev-marshal.list:
9702         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9703         (activate_cb), (match_selected_cb), (activate_link_cb),
9704         (connect_proxy), (ev_page_action_class_init):
9705         * shell/ev-page-action.h:
9706
9707         Use signals to notify action activation. Hopefully
9708         I did not break completion since I cant test...
9709
9710         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9711         (register_custom_actions):
9712
9713         Connect to page selector actions and also grab focus on
9714         the view when activated.
9715
9716 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9717
9718         * pdf/ev-poppler.cc:
9719         * backend/ev-page-cache.c: make page size calculation consistent
9720         and set it to (int)( width * scale + 0.5).  This makes the weird
9721         line going through the middle of the page go away.
9722
9723         * shell/ev-view.c: move painting the background page after
9724         checking the expose area covers us.
9725
9726 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9727
9728         * data/evince-password.glade:
9729         
9730         Mark labels as not translatable. Fix for bug 302842.
9731
9732 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9733
9734         * configure.ac: Added "es" to ALL_LINGUAS.
9735
9736 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9737
9738         * data/evince-toolbar.xml:
9739         * shell/ev-window.c: (update_action_sensitivity),
9740         (ev_window_setup_document), (ev_window_set_page_mode),
9741         (ev_window_init):
9742
9743         Remove some leftover code from jrb first continous
9744         attempt. Use the new actions, we still need good icons
9745         though...
9746
9747 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9748
9749         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9750
9751         Update label when connecting proxy. Fix a warning with NULL
9752         page_cache.
9753
9754 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9755
9756         * data/evince-ui.xml:
9757         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9758         * shell/ev-page-action.h:
9759         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9760
9761         Add mnemonic for edit toolbar.
9762         ctrl+l focus the page entry.
9763
9764 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9765
9766         * lib/Makefile.am:
9767         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9768         (ev_window_init):
9769         * shell/main.c: (main):
9770
9771         Put the toolbar xml in evince own dot dir
9772
9773 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9774
9775         * shell/ev-window.c: (ev_window_init):
9776
9777         Make the toolbar not removable
9778
9779 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9780
9781         * data/evince-ui.xml:
9782         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9783         * shell/ev-sidebar-links.h:
9784         * shell/ev-sidebar-thumbnails.c:
9785         (ev_sidebar_thumbnails_get_treeview):
9786         * shell/ev-sidebar-thumbnails.h:
9787         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9788         (ev_view_class_init):
9789         * shell/ev-view.h:
9790         * shell/ev-window.c: (update_action_sensitivity),
9791         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9792         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9793         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9794         (ev_window_init):
9795
9796         This is evil... Make space/backspace global accelerators but
9797         enable them only for some widgets (sidebars and view).
9798         I dont like it, but I dont know a better way... :/
9799
9800 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9801
9802         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9803         (ev_page_action_widget_finalize),
9804         (ev_page_action_widget_class_init), (update_page_cache):
9805
9806         Keep a weak reference on proxy->page_cache so that we
9807         dont try to disconnect the signal if the object is already
9808         gone. Maybe there is a better way to cleanup reference handling
9809         in page action though...
9810
9811 2005-05-10  Juerg Billeter  <j@bitron.ch>
9812
9813         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9814         * backend/ev-ps-exporter.h:
9815         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9816         * ps/ps-document.c: (ps_document_ps_export_begin):
9817         
9818         Change api to pass print range to ps_exporter_begin. The pdf backend
9819         requires this information.
9820         
9821         * shell/ev-print-job.c: (idle_print_handler):
9822         
9823         Adapt to api change
9824
9825 2005-05-10  Juerg Billeter  <j@bitron.ch>
9826
9827         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9828         (idle_print_handler)
9829         * shell/ev-window.c: (ev_window_print):
9830
9831         Support printing page range, based on patch by Amaury Jacquot
9832
9833 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9834
9835         * data/evince-toolbar.xml:
9836
9837         Add zoom control to available items
9838
9839 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9840
9841         * shell/ev-window.c: (update_action_sensitivity):
9842
9843         Set slash action insensitive when appropriate
9844
9845 2005-05-10  Christian Persch <chpe@gnome.org>
9846
9847         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9848
9849         Fix warning on the overflow menu
9850
9851 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9852
9853         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9854
9855         Check for uri correctness/existence
9856
9857 2005-05-09  Juerg Billeter  <j@bitron.ch>
9858
9859         * shell/ev-window.c: (using_postscript_printer):
9860
9861         LPD printers use postscript, too
9862
9863 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9864
9865         * shell/ev-window.c: (register_custom_actions):
9866
9867         The zoom one is actually sort of useful,
9868         put it back
9869
9870 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9871
9872         * shell/ev-window.c: (register_custom_actions):
9873
9874         Hide page/zoom controls from overflow, they
9875         are useless.
9876
9877 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9878
9879         * cut-n-paste/update-from-egg.sh:
9880         
9881         Share it between all cut-n-paste subdirs
9882
9883         * cut-n-paste/recent-files/Makefile.am:
9884
9885         Fix to use "global" update-from-egg.sh
9886
9887         * cut-n-paste/recent-files/egg-recent-model.c:
9888         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9889         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9890         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9891         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9892
9893         Update from libegg
9894
9895         * cut-n-paste/toolbar-editor/Makefile.am:
9896
9897         Fix to use "global" update-from-egg.sh
9898
9899         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9900
9901         Update from libegg
9902
9903 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9904
9905         * configure.ac:
9906         * cut-n-paste/Makefile.am:
9907         * cut-n-paste/recent-files/Makefile.am:
9908         * cut-n-paste/toolbar-editor/.cvsignore:
9909         * cut-n-paste/toolbar-editor/Makefile.am:
9910         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9911         (egg_editable_toolbar_get_type), (get_toolbar_position),
9912         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9913         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9914         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9915         (set_item_drag_source), (create_item_from_action), (create_item),
9916         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9917         (popup_toolbar_context_menu_cb), (free_dragged_item),
9918         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9919         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9920         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9921         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9922         (item_added_cb), (item_removed_cb),
9923         (egg_editable_toolbar_construct),
9924         (egg_editable_toolbar_disconnect_model),
9925         (egg_editable_toolbar_deconstruct),
9926         (egg_editable_toolbar_set_model),
9927         (egg_editable_toolbar_set_ui_manager),
9928         (egg_editable_toolbar_set_property),
9929         (egg_editable_toolbar_get_property),
9930         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9931         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9932         (egg_editable_toolbar_new_with_model),
9933         (egg_editable_toolbar_get_edit_mode),
9934         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9935         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9936         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9937         (new_pixbuf_from_widget), (new_separator_pixbuf),
9938         (update_separator_image), (style_set_cb),
9939         (_egg_editable_toolbar_new_separator_image),
9940         (egg_editable_toolbar_get_model):
9941         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9942         * cut-n-paste/toolbar-editor/egg-marshal.c:
9943         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9944         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9945         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9946         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9947         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9948         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9949         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9950         (editor_drag_data_delete_cb), (drag_data_get_cb),
9951         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9952         (editor_create_item), (update_editor_sheet), (setup_editor),
9953         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9954         (parse_item_list), (model_has_action), (update_actions_list),
9955         (egg_toolbar_editor_load_actions):
9956         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9957         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9958         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9959         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9960         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9961         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9962         (egg_toolbars_model_add_separator), (impl_add_item),
9963         (parse_item_list), (egg_toolbars_model_add_toolbar),
9964         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9965         (impl_get_item_data), (impl_get_item_type),
9966         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9967         (egg_toolbars_model_init), (free_toolbar),
9968         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9969         (egg_toolbars_model_remove_toolbar),
9970         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9971         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9972         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9973         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9974         (egg_toolbars_model_get_item_data),
9975         (egg_toolbars_model_get_item_type):
9976         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9977         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9978         * data/Makefile.am:
9979         * data/evince-toolbar.xml:
9980         * data/evince-ui.xml:
9981         * data/hand-open.png:
9982         * po/POTFILES.in:
9983         * shell/Makefile.am:
9984         * shell/ev-window.c: (update_chrome_visibility),
9985         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9986         (ev_window_dispose), (ev_window_init):
9987
9988         Implement epiphany like toolbar editor. Based on patch by
9989         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9990
9991 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9992
9993         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9994
9995         Use set_cursor instead of set_selection, so that
9996         the keyboard focus moves too.
9997
9998 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9999
10000         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
10001
10002         Fix infinite loop when loading Type1 fonts
10003
10004 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10005
10006         * data/evince-ui.xml:
10007         * shell/ev-window.c:
10008
10009         Slash -> Find
10010
10011 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
10012
10013         * configure.ac:
10014
10015         Make --disable really disable
10016
10017 2005-05-07  Juerg Billeter  <j@bitron.ch>
10018
10019         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
10020
10021         Compare page labels even without has_labels set, fixes setting page
10022         with entry
10023
10024 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
10025
10026         * shell/ev-view.c: (ev_view_create_invisible_cursor),
10027         (ev_view_set_cursor), (ev_view_button_press_event),
10028         (ev_view_motion_notify_event), (ev_view_button_release_event),
10029         (ev_view_init):
10030
10031         Implement middle button scrolling. Based on a patch
10032         by Tommi Komulainen <tommi.komulainen@iki.fi>.
10033
10034 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
10035
10036         * shell/ev-document-types.c: (get_slow_mime_type),
10037         (get_document_type_from_mime), (ev_document_type_lookup):
10038         * shell/ev-document-types.h:
10039
10040         Change api to lookup from uri. Do fast lookup first, if the
10041         type is unknown try with data sniffing.
10042
10043         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
10044         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10045
10046         Adapt to api change
10047
10048 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10049
10050         * thumbnailer/Makefile.am:
10051
10052         Fix distcheck
10053
10054 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10055
10056         * NEWS:
10057         * configure.ac:
10058
10059         Release 0.3.0
10060
10061         * data/evince-ui.xml:
10062
10063         Hide presentation mode for now
10064
10065         * shell/ev-view.c: (highlight_find_results):
10066
10067         Show current find selection only on current page
10068
10069 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10070
10071         * shell/ev-view.c: (ev_view_select_all):
10072
10073         Compute size of the actual page, not of
10074         the current one.
10075
10076 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10077
10078         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
10079         (view_rect_to_doc_rect), (compute_selections),
10080         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
10081         (ev_view_copy), (ev_view_primary_get_cb),
10082         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
10083         (ev_view_button_press_event), (ev_view_motion_notify_event),
10084         (ev_view_button_release_event), (page_changed_cb):
10085
10086         Fix text selection
10087
10088 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10089
10090         * shell/ev-view.c: (compute_border), (get_page_extents),
10091         (doc_rect_to_view_rect), (highlight_find_results),
10092         (ev_view_bin_expose), (ev_view_select_all),
10093         (ev_view_motion_notify_event), (update_find_status_message),
10094         (jump_to_find_result), (jump_to_find_page):
10095
10096         First go at fixing search, still buggy
10097
10098 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10099
10100         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10101         dropdown box and button at the top of the sidebar.
10102
10103 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10104
10105         * configure.ac: Output zoom-control Makefile.
10106         * cut-n-paste/Makefile.am: build zoom-control subdir.
10107         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10108         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10109         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10110         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10111         * cut-n-paste/zoom-control/ephy-zoom.c:
10112         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10113         from epiphany, and modified to add a separator into the menu.
10114         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10115         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10116         zoom-control action.
10117         * shell/Makefile.am: Include zoom-control flags.
10118         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10119         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10120         (ev_view_zoom_for_size_presentation),
10121         (ev_view_zoom_for_size_continuous_and_dual_page),
10122         (ev_view_zoom_for_size_continuous),
10123         (ev_view_zoom_for_size_dual_page),
10124         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10125         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10126         ev_view_get_zoom and ev_view_get_sizing_mode.
10127         * shell/ev-view.h:
10128         * shell/ev-window.c: (update_action_sensitivity),
10129         (update_sizing_buttons), (zoom_control_changed_cb),
10130         (register_custom_actions): Initialize and use the zoom-control 
10131         widget.
10132
10133 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10134
10135         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10136         preview cache back to 1.  Don't know when it got set to 0.
10137         
10138         * shell/ev-view.c: (compute_border), (ev_view_realize),
10139         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10140         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10141         (ev_view_get_fullscreen), (ev_view_set_presentation),
10142         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10143         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10144         * shell/ev-view.h:
10145         * shell/ev-window.c:
10146         (update_chrome_visibility),
10147         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10148         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10149         (update_document_mode), (ev_window_update_fullscreen_action),
10150         (ev_window_fullscreen), (ev_window_unfullscreen),
10151         (ev_window_cmd_view_fullscreen),
10152         (ev_window_update_presentation_action),
10153         (ev_window_run_presentation), (ev_window_stop_presentation),
10154         (ev_window_cmd_view_presentation), (ev_window_state_event),
10155         (ev_window_focus_in_event), (ev_window_focus_out_event),
10156         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10157         * data/evince-ui.xml: Initial presentation mode.  We should
10158         probably hide this until it's done, as it's quite rough.  Also,
10159         change full-screen to fullscreen and add two getters to EvView.
10160
10161 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10162
10163         * shell/ev-page-action.c: (update_page_cache),
10164         (ev_page_action_dispose):
10165         * shell/ev-window.c: (destroy_fullscreen_popup),
10166         (ev_window_create_fullscreen_popup):
10167
10168         Use connect_object rather than explicitly
10169         disconnect on dispose.
10170
10171 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10172
10173         * shell/ev-page-action.c: (update_page_cache),
10174         (ev_page_action_dispose):
10175
10176 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10177
10178         * backend/ev-page-cache.c: (_ev_page_cache_new),
10179         (ev_page_cache_set_page_label),
10180         (ev_page_cache_has_nonnumeric_page_labels):
10181         * backend/ev-page-cache.h:
10182         * shell/ev-page-action.c: (update_pages_label):
10183         
10184         If all page labels are numeric, fallback to default
10185         way to display number of pages. See bug 173185.
10186
10187 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10188
10189         * shell/ev-page-action.c: (ev_page_action_dispose):
10190         * shell/ev-view.c: (view_update_range_and_current_page):
10191         * shell/ev-window.c: (ev_window_dispose):
10192         
10193         Set page on scroll in continuous mode. Fixes bug 301986.
10194         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10195
10196 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10197
10198         * configure.ac:
10199
10200         Require poppler 0.3.0
10201
10202 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10203         
10204         * shell/Makefile.am, configure.ac: Fix build problems
10205         with t1lib. Bug 301996.
10206
10207 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10208
10209         * shell/ev-view.c: (ev_view_scroll_event):
10210         
10211         Scroll up increase zoom
10212
10213 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10214
10215         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10216         (ev_view_set_sizing_mode),
10217         (ev_view_zoom_for_size_continuous_and_dual_page),
10218         (ev_view_zoom_for_size_continuous):
10219         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10220         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10221         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10222         (ev_window_init):
10223
10224         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10225         Fix for 165473 and 165472.
10226
10227 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10228
10229         * po/POTFILES.in:
10230         * thumbnailer/Makefile.am:
10231         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10232         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10233         * thumbnailer/evince-thumbnailer.schemas.in:
10234         
10235         Make thumbnailer schemas translatable. Fix for bug 301773
10236         
10237         * thumbnailer/evince-thumbnailer-djvu.schemas:
10238         * thumbnailer/evince-thumbnailer-dvi.schemas:
10239         * thumbnailer/evince-thumbnailer.schemas:
10240
10241         Removed files
10242
10243 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10244
10245         * shell/ev-view.c (ev_view_init): forgot to set this.
10246
10247 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10248
10249         * shell/ev-view.c: (find_page_at_location),
10250         (get_link_at_location),
10251         (ev_view_set_show_border), (ev_view_set_spacing),
10252         (ev_view_zoom_for_size_continuous_and_dual_page),
10253         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10254         Also, add a quick fix measuring of widths.  Also, removed
10255         ev_view_set_spacing and ev_view_set_show_border.
10256         
10257         * shell/ev-window.c: (ev_window_unfullscreen),
10258         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10259
10260 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10261
10262         * shell/ev-view.c: (view_update_range_and_current_page),
10263         (page_changed_cb):
10264         
10265         Fix crash on exit and scrolling to page in continuous view.
10266
10267 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10268
10269         * TODO:
10270         * backend/ev-page-cache.c: (_ev_page_cache_new),
10271         (ev_page_cache_get_max_width_size),
10272         (ev_page_cache_get_max_height_size):
10273         * backend/ev-page-cache.h:
10274         * data/evince-ui.xml:
10275         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10276         * shell/ev-view.c: (view_update_adjustments),
10277         (view_update_range_and_current_page), (get_bounding_box_size),
10278         (ev_view_size_request_continuous_and_dual_page),
10279         (ev_view_size_request_continuous),
10280         (ev_view_size_request_dual_page),
10281         (ev_view_size_request_single_page), (ev_view_size_request),
10282         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10283         (ev_view_bin_expose), (ev_view_expose_event),
10284         (ev_view_set_property), (ev_view_get_property),
10285         (ev_view_class_init), (ev_view_init), (ev_view_new),
10286         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10287         (ev_view_set_dual_page), (ev_view_set_full_screen),
10288         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10289         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10290         (ev_view_zoom_out), (zoom_for_size_fit_width),
10291         (zoom_for_size_best_fit),
10292         (ev_view_zoom_for_size_continuous_and_dual_page),
10293         (ev_view_zoom_for_size_continuous),
10294         (ev_view_zoom_for_size_dual_page),
10295         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10296         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10297         * shell/ev-view.h:
10298         * shell/ev-window.c: (update_action_sensitivity),
10299         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10300         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10301         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10302         (ev_window_cmd_view_zoom_out), (update_view_size),
10303         (ev_window_set_sizing_mode), (ev_window_init):
10304
10305         Add Continuous and Dual page modes.
10306
10307 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10308
10309         * dvi/dvi-document.c: (dvi_document_load),
10310         (dvi_document_thumbnails_get_thumbnail),
10311         (dvi_document_init_params): Fix up some mixups between
10312         width and height to correct thumbnail rendering.
10313
10314 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10315
10316         * dvi/mdvi-lib/private.h:
10317         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10318         
10319         Suppess output for kpathsea during font generation. Thanks to
10320         James Bowes
10321
10322 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10323
10324         * NEWS:
10325         * configure.ac:
10326
10327         Release 0.2.1
10328
10329         * Makefile.am: fix distcheck.
10330
10331 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10332
10333         * shell/ev-sidebar-links.c: (selection_changed_callback),
10334         (update_page_callback), (row_activated_callback),
10335         (job_finished_callback), (ev_sidebar_links_set_document):
10336         
10337         Fix for bug #169901. Double click on links expands tree.
10338
10339 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10340
10341         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10342         hard-coded style. Fix for bug 170111
10343
10344 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10345
10346         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10347         locking.
10348
10349 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10350
10351         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10352
10353 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10354
10355         * pdf/ev-poppler.cc:
10356         * shell/ev-view.c: (highlight_find_results):
10357
10358         Fix find on single page documents
10359
10360 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10361
10362         * data/evince.schemas.in: fix for bug 301390
10363
10364 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10365
10366         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10367         (ev_view_zoom_out), (ev_view_zoom_normal):
10368         * shell/ev-view.h:
10369         * shell/ev-window.c: (update_action_sensitivity),
10370         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10371         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10372         (ev_window_cmd_view_normal_size):
10373
10374         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10375         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10376         better than oom. 
10377
10378 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10379
10380         * configure.ac:
10381
10382         Depend on 2.57, 2.59 doesnt seem to be necessary
10383
10384 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10385
10386         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10387         (create_tool_item):
10388
10389         Put back total number of pages as (1 of 1234)
10390
10391 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10392
10393         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10394         remove the job.
10395
10396         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10397         function.  This helps debugging.
10398
10399 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10400
10401         * djvu/djvu-document.c: (djvu_document_class_init),
10402         (djvu_document_get_info), (djvu_document_document_iface_init):
10403         * dvi/dvi-document.c: (dvi_document_class_init),
10404         (dvi_document_get_info), (dvi_document_document_iface_init):
10405
10406         Dummy implementation of get_info method for dvi and
10407         djvu. Fix crashes with those backends
10408
10409 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10410
10411         * data/evince.desktop.in:
10412
10413         Add application/x-gzpostscript
10414
10415 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10416
10417         * data/evince.schemas.in: Added real long descriptions, 
10418         closes bug 172496 
10419
10420         * README: Added actual text, closes bug 171869
10421
10422 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10423
10424         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10425
10426         Thumbnail page 0
10427
10428 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10429
10430         * backend/ev-document-info.h:
10431
10432         s/GDate */GDate so we can just use g_free
10433
10434 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10435
10436         * shell/ev-window.c: (update_document_mode),
10437         (ev_window_setup_document):
10438
10439         Show the window in fullscreen when specified by
10440         the document
10441
10442 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * backend/ev-document.c: (ev_document_class_init),
10445         (ev_document_get_info), (ev_document_render_pixbuf):
10446         * backend/ev-document.h:
10447         * backend/ev-page-cache.c: (_ev_page_cache_new):
10448         * pdf/ev-poppler.cc:
10449         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10450         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10451         * ps/ps-document.c: (ps_document_class_init), (document_load),
10452         (ps_document_get_info), (ps_document_document_iface_init):
10453
10454         Remove get_title from the interface, we can just use document info
10455
10456 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10457
10458         * backend/Makefile.am:
10459         * backend/ev-document.c: (ev_document_render_get_info):
10460         * backend/ev-document.h:
10461         * pdf/ev-poppler.cc:
10462
10463         Initial support for document info. Based on jrb patch.
10464
10465 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10466
10467         * shell/ev-window.c: (ev_window_state_event),
10468         (ev_window_class_init), (ev_window_init):
10469         
10470         Doesn't show resize grip when maximized. See bug #301053
10471
10472 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10473
10474         * po/POTFILES.in:
10475         
10476         ev-sidebar-thumbnails now has translatable labels
10477         
10478         * shell/Makefile.am:
10479         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10480         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10481         (ev_sidebar_links_page_iface_init):
10482         * shell/ev-sidebar-links.h:
10483         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10484         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10485         (ev_sidebar_page_get_label):
10486         * shell/ev-sidebar-page.h:
10487         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10488         (ev_sidebar_thumbnails_set_document),
10489         (ev_sidebar_thumbnails_support_document),
10490         (ev_sidebar_thumbnails_get_label),
10491         (ev_sidebar_thumbnails_page_iface_init):
10492         * shell/ev-sidebar-thumbnails.h:
10493         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10494         (ev_sidebar_set_document):
10495         * shell/ev-sidebar.h:
10496         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10497         
10498         Small rework of sidebar code. Now sidebar pages should implement
10499         EvSidebarPage interface. That makes page management in EvSidebar
10500         easier. See bug #164811 for details
10501
10502 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10503
10504         * shell/ev-application.c: (ev_application_open):
10505         * shell/ev-document-types.c:
10506         
10507         Fix build error and small problem with application exit
10508
10509 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10510
10511         * thumbnailer/Makefile.am:
10512         * thumbnailer/evince-thumbnailer-djvu.schemas:
10513         * thumbnailer/evince-thumbnailer-dvi.schemas:
10514         
10515         Conditionally install schemas for djvu/dvi thumbnailer
10516
10517 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10518
10519         * shell/ev-document-types.h: 
10520         * shell/ev-document-types.c: 
10521         New files, handling the mapping from mimetypes to backends
10522         
10523         * shell/ev-window.c: 
10524         * thumbnailer/evince-thumbnailer.c:     
10525         Use the ev-document-types code
10526         
10527         * shell/Makefile.am: 
10528         Added new convenience library libevbackendfactory_la, containing
10529         the new mimetype->backend logic; moved the backends into it.
10530
10531         * thumbnailer/Makefile.am:
10532         Make the thumbnailer link with the libevbackend.la convenience
10533         library, rather than having a duplicate of the backend logic here.
10534
10535 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10536
10537         * shell/ev-stock-icons.c: constify some vars.
10538         * shell/ev-window.c: ditto.
10539
10540 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10541
10542         * ps/ps-document.c (get_page_orientation):
10543
10544         Respect document orientation 
10545
10546 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10547
10548         * djvu/Makefile.am:
10549         * dvi/Makefile.am:
10550         * shell/Makefile.am:
10551         
10552         Move library dependencies to components.
10553         
10554         * shell/ev-window.c: (update_window_title),
10555         (start_loading_document):
10556         
10557         Fix display of uris with spaces. Bug 168358.
10558
10559 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10560
10561         * shell/ev-sidebar-links.c: (selection_changed_cb):
10562         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10563         (ev_view_button_release_event), (ev_view_set_document):
10564         * shell/ev-view.h:
10565         * shell/ev-window.c: (find_bar_search_changed_cb):
10566         * shell/ev-window.h: Minor cleanups removing some dead code.
10567
10568 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10569
10570         * backend/ev-page-cache.c: (_ev_page_cache_new):
10571         
10572         Set current page to 0 if document has pages.
10573
10574 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10575
10576         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10577
10578         Initialize GError to NULL, fix a crash when loading fails.
10579
10580 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10581
10582         * shell/ev-window.c: (update_view_size):
10583
10584         Calculate shadow size only when there is actually
10585         a shadow.
10586
10587 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10588
10589         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10590         * shell/ev-view.h:
10591
10592         Allow setting view spacing, default to 0
10593
10594         * shell/ev-window.c: (ev_window_unfullscreen),
10595         (ev_window_cmd_view_fullscreen), (ev_window_init):
10596
10597         Remove spacing in fullscreen mode
10598
10599 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10600
10601         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10602         (ev_view_size_request), (expose_bin_window),
10603         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10604         * shell/ev-view.h:
10605         * shell/ev-window.c: (ev_window_unfullscreen),
10606         (ev_window_cmd_view_fullscreen):
10607
10608         Do not draw the border in fulscreen
10609
10610 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10611
10612         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10613         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10614         (find_page_at_location), (page_changed_cb):
10615
10616         Rework border calculation, so that I can more easily disable it.
10617         Code somewhat cleaner too.
10618
10619 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10620
10621         * backend/ev-page-cache.c: (ev_page_cache_init),
10622         (_ev_page_cache_new):
10623
10624         Remove some assertions, documents can have 0 pages.
10625         Make initial current page -1.
10626
10627         * shell/ev-page-action.c: (page_changed_cb):
10628
10629         Show "" if current page is -1
10630
10631         * shell/ev-window.c: (update_action_sensitivity),
10632         (ev_window_setup_document):
10633
10634         When document has 0 pages do not set the view
10635         and make nearly everything insensitive.
10636
10637 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10638
10639         * shell/ev-page-view.c:
10640         * shell/ev-page-view.h:
10641
10642         Remove unused files.
10643         
10644         * shell/ev-sidebar-thumbnails.c:
10645         (ev_sidebar_thumbnails_set_document):
10646         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10647         (ev_sidebar_supports_document):
10648         * shell/ev-sidebar.h:
10649         * shell/ev-window.c: (ev_window_setup_document):
10650         
10651         Doesn't show thumbnails if document has 1 page. Make
10652         sidebar menu entries sensitive only if if they have 
10653         sense. Fix bug 164811. 
10654
10655 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10656
10657         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10658         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10659         (ev_view_zoom_out), (ev_view_set_size):
10660
10661         Rework sizing to deal with documents with not uniform page
10662         size.
10663
10664 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10665
10666         * backend/ev-page-cache.c: (_ev_page_cache_new):
10667
10668         Fix several page size caching bugs
10669
10670 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10671
10672         * shell/ev-window.c: (set_action_properties):
10673
10674         Make all toolbar items translatable
10675
10676 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10677
10678         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10679         (save_page_list), (ps_document_save),
10680         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10681         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10682         (ps_document_ps_exporter_iface_init):
10683         * ps/ps-document.h:
10684
10685         Based on a patch by J�rg Billeter <j@bitron.ch>
10686         
10687         Implement print and save a copy for the ps backend.
10688
10689 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10690
10691         * backend/ev-document.h:
10692         * djvu/djvu-document.c: (djvu_document_can_get_text),
10693         (djvu_document_document_iface_init):
10694         * dvi/dvi-document.c: (dvi_document_can_get_text),
10695         (dvi_document_document_iface_init):
10696         * pdf/ev-poppler.cc:
10697         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10698         (pixbuf_document_document_iface_init):
10699         * ps/ps-document.c: (ps_document_can_get_text),
10700         (ps_document_document_iface_init):
10701         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10702         * shell/ev-window.c: (update_action_sensitivity):
10703
10704         Fix the crash when trying to copy in backends that doesnt
10705         support it. We can implement a better solution once we
10706         do real text selection.
10707
10708 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10709
10710         * data/evince-ui.xml:
10711         * shell/ev-window.c: (ev_window_cmd_escape):
10712         
10713         Work around the Escape conflict (find bar and unfullscreen)
10714
10715 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10716
10717         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10718         
10719         Fix for #300233. Next page correctly handles document end.
10720         
10721         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10722         (ev_sidebar_thumbnails_class_init),
10723         (ev_sidebar_thumbnails_set_document),
10724         (ev_sidebar_thumbnails_clear_job),
10725         (ev_sidebar_thumbnails_clear_model):
10726         
10727         Cleanup thumbnail jobs on document changes.
10728         
10729         * shell/ev-view.c: (add_scroll_binding_keypad),
10730         (add_scroll_binding_shifted), (ev_view_class_init):
10731         
10732         Shift + Space scrolls up. Fix for #173184
10733         
10734         * shell/ev-window.c: (ev_window_open_page),
10735         (ev_window_cmd_view_reload):
10736         
10737         Fix reload (Bug #300094)
10738
10739 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10740
10741         
10742         * dvi/mdvi-lib/assoc.c:
10743         * dvi/mdvi-lib/assoc.h: Removed garbage files
10744         
10745         * dvi/mdvi-lib/bitmap.c:
10746         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10747         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10748         * dvi/mdvi-lib/color.h: Antialias of rules
10749         
10750         * dvi/mdvi-lib/common.h:
10751         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10752         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10753         * dvi/mdvi-lib/files.c:
10754         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10755         * dvi/mdvi-lib/mdvi.h:
10756         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10757         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10758         * dvi/mdvi-lib/util.c: Fix compile warnings
10759         
10760         * dvi/dvi-document.c:
10761         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10762         (dvi_document_thumbnails_get_thumbnail),
10763         (dvi_document_document_thumbnails_iface_init):
10764         * dvi/mdvi-lib/Makefile.am:
10765         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10766         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10767         
10768         Dvi backend now renders thumbnails
10769
10770 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10771
10772         * shell/main.c: (main): 
10773         
10774         Save accelerators on exit. Fixes bug #172095.
10775
10776 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10777
10778         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10779         update priority" comment.
10780
10781         * backend/ev-job-queue.c: Give a way to change priority.
10782
10783 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10784
10785         * shell/ev-page-action.c: Fix logic.
10786
10787 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10788
10789         * shell/ev-view.c: (ev_view_can_find_next):
10790         * shell/ev-window.c: (ev_window_setup_document):
10791
10792         Check that the document supports find
10793
10794 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10795
10796         * data/evince-ui.xml:
10797         * shell/ev-view.c: (ev_view_can_find_next):
10798         * shell/ev-view.h:
10799         * shell/ev-window.c: (update_action_sensitivity),
10800         (find_changed_cb), (ev_window_setup_document),
10801         (ev_window_cmd_edit_find_next):
10802
10803         Add Edit->Find Next
10804
10805 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10806
10807         * pdf/ev-poppler.cc:
10808         * shell/ev-print-job.c: (idle_print_handler):
10809
10810         Make printing work again
10811
10812 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10813
10814         * shell/ev-page-action.h:
10815         * shell/ev-page-action.c: (ev_page_action_widget_init),
10816         (ev_page_action_widget_class_init), (page_changed_cb),
10817         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10818         (get_filter_model_from_model), (match_selected_cb),
10819         (display_completion_text), (match_completion), (update_model),
10820         (connect_proxy), (ev_page_action_set_property),
10821         (ev_page_action_get_property), (ev_page_action_set_document),
10822         (ev_page_action_set_model), (ev_page_action_class_init): Big
10823         reworking to make completions work iff we have >= GTK-2.7.0
10824                 
10825         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10826         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10827         (job_finished_cb): We now have a 'model' property that is set when
10828         the links are loaded.  This can be caught with "notify::model"
10829
10830         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10831         listen for the model to be set, and propagate it to the action.
10832
10833 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10834
10835         * cut-n-paste/recent-files/egg-recent-item.c:
10836         (egg_recent_item_set_uri), (make_valid_utf8),
10837         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10838         * cut-n-paste/recent-files/egg-recent-item.h:
10839         
10840         Update egg-recent from libegg. This should fix long
10841         startup problem. For details see
10842         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10843
10844 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10845
10846         * cut-n-paste/recent-files/Makefile.am:
10847         * data/evince-ui.xml, shell/Makefile.am:
10848         * shell/ev-application.c, shell/ev-application.h:
10849         * shell/ev-window.c: Recent files support.
10850         
10851         * configure.ac: Added "ru" to ALL_LINGUAS.
10852         
10853         * dvju: new backend to support DJVU files.
10854         * dvi: new backend to support DVI.
10855
10856         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10857         * ev-application.c: Support for new backends.
10858         
10859         * help, ev-window.c, main.c shell/Makefile.am: 
10860         Evince user documentation.
10861
10862 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10863
10864         * po/POTFILES.in:
10865         * shell/ev-window.c:
10866         * thumbnailer/evince-thumbnailer.c:
10867
10868         s/pdf-document/ev-poppler
10869
10870 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10871
10872         * NEWS:
10873         * configure.ac:
10874
10875         Release 0.2.0
10876
10877         * ps/ps-document.c: (setup_pixmap):
10878
10879         Remove debug code
10880
10881 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10882
10883         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10884         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10885         (ev_window_cmd_go_first_page): Fix of by one errors.
10886
10887 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10888
10889         * ps/ps-document.c: (get_page_box):
10890
10891         Fix page size calculation
10892
10893 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10894
10895         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10896         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10897         (get_page_orientation), (setup_page), (document_load),
10898         (ps_document_get_page_size), (render_pixbuf_idle):
10899         * ps/ps-document.h:
10900
10901         More refactoring to adapt to EvDocument changes
10902
10903 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10904
10905         * ps/ps-document.c: (start_interpreter):
10906
10907         Actually add alpha args
10908
10909 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10910
10911         * pdf/ev-poppler.cc:
10912
10913         Make clipboard work again
10914
10915 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10916
10917         Make searching work again.
10918         
10919         * backend/ev-document.c:
10920         * backend/ev-document.h:
10921         * backend/ev-document-find.c:
10922         * backend/ev-document-find.h: Change EvDocumentIface so we no
10923         longer store the current page or zoom level in the document.  The
10924         consequence is that all calls that operate on the current page now
10925         instead take the page number as an extra argument, and all
10926         coordinates are now doubles in document coordinate system.
10927
10928         * pdf/ev-poppler.cc:
10929         * pixbuf/pixbuf-document.c:
10930         * ps/ps-document.c: Update backends accordingly.
10931
10932 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10933
10934         * autogen.sh:
10935
10936         Add required gettext version
10937
10938 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10939
10940         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10941         make F1 bring up non-existent help.
10942
10943         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10944         epiphany's find bar, #167477
10945
10946         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10947         <emil@nishra.com> to add space-bar scrolling, 
10948
10949         * shell/ev-window.c (static GtkActionEntry entries): add default
10950         keybinding for Help (F1)
10951         Fixes #171068
10952
10953         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10954         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10955         170110
10956
10957 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10958
10959         * Makefile.am: 
10960         * pixbuf/pixbuf-document.c: 
10961
10962         Got pixbuf backend working again
10963
10964 2005-04-01  Steve Murphy  <murf@e-tools.com>
10965
10966         * configure.in: Added "rw" to ALL_LINGUAS.
10967
10968 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10969
10970         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10971         model types, noticed by Martin Kretzschmar.
10972
10973 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10974
10975         * pdf/ev-poppler.cc: Implement search based on
10976         poppler_page_find_text().  Currently a bit crude since we remember
10977         all matches from all pages.  Also, we grab the big document lock
10978         when we search since searching changes the underlying stream and
10979         thus conflicts with the rendering thread.
10980         
10981         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10982         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10983         (ev_view_find_previous): Fix some page indexes to be 0 based,
10984         offset rubber band by view offset,
10985
10986 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10987
10988         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10989
10990 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10991
10992         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10993         completely because I didn't understand GtkActions.  I should
10994         read Marco's code more carefully in the future.
10995
10996         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10997         function
10998
10999 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
11000
11001         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
11002         PopplerRectangle change from poppler CVS.
11003
11004 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
11005
11006         * backend/ev-document.c: (ev_document_get_page_label):
11007         * backend/ev-document.h:
11008         * backend/ev-page-cache.c: (_ev_page_cache_new),
11009         (ev_page_cache_get_page_label):
11010         * backend/ev-page-cache.h:
11011         * pdf/ev-poppler.cc:
11012         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
11013         (links_page_num_func):
11014         * shell/ev-sidebar-thumbnails.c:
11015         (ev_sidebar_thumbnails_set_document):
11016         * shell/ev-view.c: (status_message_from_link),
11017         (ev_view_motion_notify_event):
11018         * shell/ev-window.c: (document_supports_sidebar): Add in page
11019         label support.  It's not perfect yet, but it's the first 'feature'
11020         in a while.
11021         Also, fix a bogus comment noticed by crispin. 
11022
11023 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
11024
11025         * Makefile.am: Remove pixbuf backend for now
11026
11027         * configure.ac: Require poppler-glib instead of just poppler.
11028
11029         * backend/ev-document-thumbnails.h: Add a comment
11030
11031         * backend/ev-document.h:
11032         * backend/ev-document.c: (ev_document_class_init),
11033         (ev_document_load), (ev_document_get_link),
11034         (ev_document_get_links): Remove 3 methods and add get_links.
11035         Also, made 0 based.
11036
11037         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
11038         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
11039
11040         * backend/ev-link.c: (ev_link_set_title),
11041         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
11042         (ev_link_mapping_find):
11043         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
11044         
11045         * backend/ev-page-cache.c: (ev_page_cache_init),
11046         (_ev_page_cache_new), (ev_page_cache_set_current_page),
11047         (ev_page_cache_get_size), (ev_page_cache_next_page),
11048         (ev_page_cache_prev_page): Fix to be 0 based.
11049
11050         * pdf/Makefile.am: 
11051         * pdf/ev-poppler.h:
11052         * pdf/ev-poppler.cc: New backend.
11053         
11054         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
11055         (ps_document_get_page), (ps_document_document_iface_init):
11056
11057         * shell/ev-pixbuf-cache.h:
11058         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11059         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
11060         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
11061         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
11062         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
11063         Fix up code to grab a page cache per each doc.  Also, fix to be 0
11064         based.
11065         
11066         * shell/ev-sidebar-thumbnails.c:
11067         (ev_sidebar_tree_selection_changed), (page_changed_cb),
11068         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
11069
11070         * shell/ev-view.c: (status_message_from_link),
11071         (find_page_at_location), (get_link_at_location),
11072         (ev_view_motion_notify_event), (ev_view_button_release_event),
11073         (ev_view_init): Use the new link code.  Fix to be 0 based.
11074
11075         * shell/ev-window.c: (update_action_sensitivity),
11076         (document_supports_sidebar): 0 based.
11077
11078 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
11079
11080         * pdf/pdf-document.cc: Patch from Fernando Herrera
11081         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
11082         *blush*
11083
11084 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
11085
11086         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11087         1 to the page, as this seems to be 1 based.  I thought we has this
11088         fixed.  grump.
11089
11090 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11091
11092         * TODO:
11093         * backend/Makefile.am:
11094         * backend/ev-document-links.c:
11095         (ev_document_links_has_document_links),
11096         (ev_document_links_get_links_model):
11097         * backend/ev-document-links.h:
11098         * backend/ev-document.c: (ev_document_get_page_cache),
11099         (ev_document_get_doc_mutex), (ev_document_load),
11100         (ev_document_save), (ev_document_get_title),
11101         (ev_document_get_n_pages), (ev_document_set_page),
11102         (ev_document_get_page), (ev_document_set_target),
11103         (ev_document_set_scale), (ev_document_set_page_offset),
11104         (ev_document_get_page_size), (ev_document_get_text),
11105         (ev_document_get_link), (ev_document_render),
11106         (ev_document_render_pixbuf), (ev_document_scale_changed):
11107         * backend/ev-document.h:
11108         * backend/ev-job-queue.c: (remove_object_from_queue),
11109         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11110         (no_jobs_available_unlocked), (ev_render_thread),
11111         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11112         (ev_job_queue_remove_job):
11113         * backend/ev-job-queue.h:
11114         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11115         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11116         (ev_job_links_class_init), (ev_job_render_init),
11117         (ev_job_render_dispose), (ev_job_render_class_init),
11118         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11119         (ev_job_thumbnail_class_init), (ev_job_finished),
11120         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11121         (ev_job_render_run), (ev_job_thumbnail_new),
11122         (ev_job_thumbnail_run):
11123         * backend/ev-jobs.h:
11124         * backend/ev-link.c:
11125         * backend/ev-link.h:
11126         * backend/ev-page-cache.c: (ev_page_cache_init),
11127         (ev_page_cache_class_init), (ev_page_cache_finalize),
11128         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11129         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11130         (ev_page_cache_set_link), (ev_page_cache_get_title),
11131         (ev_page_cache_get_size), (ev_page_cache_next_page),
11132         (ev_page_cache_prev_page):
11133         * backend/ev-page-cache.h:
11134         * pdf/pdf-document.cc:
11135         * ps/gsdefaults.c:
11136         * ps/gsdefaults.h:
11137         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11138         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11139         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11140         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11141         (is_interpreter_ready), (output), (catchPipe), (input),
11142         (start_interpreter), (check_filecompressed), (compute_dimensions),
11143         (ps_document_enable_interpreter), (document_load),
11144         (ps_document_next_page), (render_page), (ps_document_set_page),
11145         (ps_document_set_scale), (render_pixbuf_idle),
11146         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11147         * ps/ps-document.h:
11148         * shell/Makefile.am:
11149         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11150         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11151         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11152         (ev_pixbuf_cache_new), (job_finished_cb),
11153         (check_job_size_and_unref), (move_one_job),
11154         (ev_pixbuf_cache_update_range), (find_job_cache),
11155         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11156         (ev_pixbuf_cache_add_jobs_if_needed),
11157         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11158         * shell/ev-pixbuf-cache.h:
11159         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11160         (idle_print_handler):
11161         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11162         (selection_changed_cb), (create_loading_model),
11163         (ev_sidebar_links_construct), (links_page_num_func),
11164         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11165         (update_page_callback), (job_finished_cb),
11166         (ev_sidebar_links_set_document):
11167         * shell/ev-sidebar-thumbnails.c:
11168         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11169         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11170         (page_changed_cb), (thumbnail_job_completed_callback),
11171         (ev_sidebar_thumbnails_set_document):
11172         * shell/ev-sidebar-thumbnails.h:
11173         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11174         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11175         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11176         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11177         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11178         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11179         (ev_view_button_release_event), (ev_view_scroll_view),
11180         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11181         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11182         (ev_view_new), (job_finished_cb), (page_changed_cb),
11183         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11184         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11185         (ev_view_find_previous):
11186         * shell/ev-view.h:
11187         * shell/ev-window.c: (update_action_sensitivity),
11188         (ev_window_open_page), (update_window_title), (update_total_pages),
11189         (page_changed_cb), (ev_window_setup_document),
11190         (password_dialog_response), (ev_window_cmd_save_as),
11191         (ev_window_print), (ev_window_cmd_go_previous_page),
11192         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11193         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11194         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11195         * shell/main.c: (main):
11196
11197         Merge evince-threads branch
11198
11199 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11200
11201         * configure.ac: Added "lt" to ALL_LINGUAS.
11202
11203 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * NEWS:
11206         * configure.ac:
11207
11208         Release 0.1.9
11209
11210 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11211
11212         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11213
11214         Fix here also the thumbnails 1-basedness :)
11215
11216 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11217
11218         * NEWS:
11219         * configure.ac:
11220
11221         Release 0.1.8
11222
11223 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11224
11225         * pdf/pdf-document.cc:
11226         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11227         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11228
11229         Fix the mess we did with thumbnails and 1-basedness
11230
11231 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11232
11233         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11234
11235 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11236
11237         * NEWS:
11238         * configure.ac:
11239
11240         Release 0.1.7
11241
11242 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11243
11244         * ps/Makefile.am:
11245         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11246         (gtk_gs_defaults_get_alpha_parameters),
11247         (gtk_gs_defaults_get_ungzip_cmd),
11248         (gtk_gs_defaults_get_unbzip2_cmd):
11249         * ps/gsdefaults.h:
11250         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11251         (ps_document_get_orientation), (document_load),
11252         (ps_document_goto_page), (ps_document_set_page_size):
11253         * ps/ps-document.h:
11254
11255         Some more sanitization of the ps backend. Remove a lot
11256         of unused code and do not base our defaults on ggv
11257         preferences (ugh!)
11258
11259 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11260
11261         * thumbnailer/evince-thumbnailer.schemas:
11262         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11263         (main): add -s option for thumbnail size.
11264
11265 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11266
11267         * configure.ac:
11268
11269         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11270         remove it.
11271
11272 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11273
11274         * pdf/pdf-document.cc:
11275
11276         Remove 4 pixels of useless border from the
11277         thumbnail.
11278
11279 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11280
11281         * backend/ev-document-thumbnails.c:
11282         (ev_document_thumbnails_get_thumbnail):
11283         * backend/ev-document-thumbnails.h:
11284
11285         Rework API a bit. Add a border flag and
11286         change sizing logic (now the size we specify
11287         applies to the bigger dimension).
11288
11289         * pdf/pdf-document.cc:
11290         * pixbuf/pixbuf-document.c:
11291         (pixbuf_document_thumbnails_get_thumbnail):
11292         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11293         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11294
11295         Adapt to the new API and do not draw a border for nautilus
11296         thumbnailer.
11297
11298 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11299
11300         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11301         take thumbnails from page "0" instead of "1". Added a copyright header.
11302
11303 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11304
11305         * ps/ps-document.c: (set_up_page), (start_interpreter):
11306
11307         Make it C89 compliant
11308
11309 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11310
11311         * Makefile.am:
11312         * configure.ac:
11313         * pdf/.cvsignore:
11314         * pdf/pdf-document.cc:
11315         * thumbnailer/Makefile.am:
11316         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11317         (main):
11318         * thumbnailer/evince-thumbnailer.schemas:
11319         * thumbnailer/pdf-icon.png:
11320
11321         Add a nautilus thumbnailer.
11322         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11323
11324 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11325
11326         * NEWS:
11327         * configure.ac:
11328         * po/POTFILES.in:
11329
11330         Release 0.1.6
11331
11332 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11333
11334         Use poppler instead of including xpdf source code.  Poppler is a
11335         fork of xpdf to build it as a shared library. See
11336         http://freedesktop.org/wiki/Software/poppler.
11337
11338         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11339         xpdf fork.
11340         
11341         * pdf/Makefile.am: Build libpdfdocument.a here.
11342         
11343         * pdf/GDKSplashOutputDev.cc:
11344         * pdf/GDKSplashOutputDev.h:
11345         * pdf/GnomeVFSStream.cc:
11346         * pdf/GnomeVFSStream.h:
11347         * pdf-document.cc:
11348         * pdf-document.h:
11349         * test-gdk-output-dev.cc
11350         * Thumb.cc:
11351         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11352         against poppler.
11353
11354 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11355
11356         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11357
11358         Clear idle stack before unsetting the document
11359
11360 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11361
11362         * ps/ps-document.c: (ps_document_widget_event),
11363         (ps_document_set_target), (ps_document_finalize),
11364         (ps_document_get_page):
11365
11366         Disconnect the widget event signal on finalize.
11367         Some code cleanups.
11368
11369 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11370
11371         * ps/ps-document.c: (set_up_page):
11372
11373         If there is no bpixmap create one, even if size
11374         is not changed.
11375
11376 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11377
11378         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11379         (set_up_page), (document_load), (ps_document_set_zoom):
11380
11381         Default page is 0. Calculate size even when we have no
11382         target yet.
11383
11384 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11385
11386         * shell/ev-sidebar.c: expand the selection widget to be always as
11387         wide as the sidebar
11388
11389 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11390
11391         * shell/ev-sidebar-thumbnails.c:
11392         (ev_sidebar_thumbnails_set_document):
11393
11394         Clear the list store when setting document
11395
11396 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11397
11398         * shell/ev-page-action.c: (update_entry), (sync_entry),
11399         (activate_cb), (entry_size_request_cb), (create_tool_item),
11400         (connect_proxy):
11401
11402         Use an entry for the page control instead of spinbuttons
11403
11404 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11405
11406         * data/evince.schemas.in:
11407
11408         Correct confusing string
11409
11410 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11411
11412         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11413         for real.  Gosh, how long has this been broken.
11414
11415         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11416         check for a NULL link.  We crash otherwise.
11417
11418 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11419
11420         * NEWS:
11421         * configure.ac:
11422
11423         Release 0.1.5
11424
11425 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11426
11427         * configure.ac: add the french translation.
11428
11429 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11430
11431         * shell/ev-window.c:
11432
11433         Remove unused header -> fix distcheck
11434
11435 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11436
11437         * shell/ev-window.c: (update_window_title),
11438         (ev_window_popup_password_dialog):
11439
11440         Unescape filename for display
11441
11442 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11443
11444         * pdf/xpdf/pdf-document.cc:
11445
11446         In get_page_size deal with rotation. Also
11447         cleanup the function a bit.
11448
11449 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11450
11451         * pdf/xpdf/pdf-document.cc:
11452
11453         Fix crash when opening in new window
11454
11455 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11456
11457         * configure.ac:
11458
11459         Check ghostscript >= 7
11460
11461 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11462
11463         * shell/ev-window.c:
11464
11465         Make page width the default sizing mode
11466
11467 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11468         Marco Pesenti Gritti <marco@gnome.org>
11469
11470         * shell/ev-window.c: Remember the sidebar size
11471
11472         * data/evince.schemas.in: Add a new gconf key to store the size of
11473         the sidebar
11474
11475 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11476
11477         * data/evince-ui.xml:
11478         * shell/ev-window.c: (update_action_sensitivity),
11479         (ev_window_cmd_view_reload):
11480         
11481         Add a "Reload" action and menu entry
11482
11483 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11484
11485         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11486         iff the type doesn't support thumbnailing and indexing.
11487
11488 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11489
11490         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11491
11492 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11493
11494         * pdf/splash/Splash.cc:
11495
11496         Port fix for a crasher from kde bug
11497         http://bugs.kde.org/show_bug.cgi?id=97131
11498
11499 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11500
11501         * pdf/xpdf/pdf-document.cc:
11502
11503         Return a link even if it's of an unrecognized
11504         type. Otherwise we go in an infinte cycle.
11505
11506 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11507
11508         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11509         (size_allocate_cb), (ev_window_set_sizing_mode):
11510
11511         Update size when switching mode
11512
11513 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11514
11515         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11516         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11517         (ev_window_cmd_view_normal_size):
11518
11519         Fix size toggle buttons behavior
11520
11521 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11522
11523         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11524         (doc_rect_to_view_rect), (ev_view_size_allocate),
11525         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11526         (scale_changed_callback):
11527
11528         Do not cache offsets in size_allocate.
11529
11530 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11531
11532         * shell/ev-view.c: (ev_view_size_allocate):
11533
11534         Calculate offsets before calling the parent
11535         class (which does a redraw)
11536
11537 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11538
11539         * pdf/xpdf/pdf-document.cc:
11540
11541         Fix a crasher on exit. Unused code, put a TODO
11542
11543 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11544
11545         * backend/ev-document.c: (ev_document_class_init),
11546         (ev_document_page_changed), (ev_document_scale_changed):
11547         * backend/ev-document.h:
11548
11549         Separate page/scale notifications
11550
11551         * pdf/xpdf/pdf-document.cc:
11552
11553         Emit the new signals.
11554         Do not display the pdf page in _render, do it
11555         when scale/page are requested.
11556
11557         * ps/ps-document.c: (ps_document_set_zoom),
11558         (ps_document_widget_event):
11559         * ps/ps-document.h:
11560
11561         Emit the new signals.
11562
11563         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11564         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11565         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11566         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11567         * shell/ev-view.h:
11568         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11569         (ev_window_cmd_view_page_width), (size_allocate_cb),
11570         (ev_window_set_sizing_mode):
11571
11572         Rework sizing to be pixel based.
11573         There are bugs but should be already way better.
11574
11575 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11576
11577         * shell/ev-window.c: (ev_window_init):
11578
11579         Do not allow to shrink sidebar smaller then
11580         child requisition
11581
11582 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11583
11584         * shell/ev-sidebar.[ch]
11585         * shell/ev-window.c:
11586
11587         Improved sidebar widget. Fixes #166683
11588
11589 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11590
11591         * shell/ev-view.c (update_find_status_message): Give translators
11592         more flexibility with ngettext plural handling.
11593
11594 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11595
11596         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11597         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11598         page when we get the page size.
11599
11600 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11601
11602         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11603
11604         ps pages are 0 based, convert 
11605
11606 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11607
11608         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11609
11610         Initialize correct parent class. Set GError on document load
11611
11612 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11613
11614         * pdf/xpdf/pdf-document.cc:
11615
11616         Fixup selection offset calculation
11617
11618         * shell/ev-view.c: (view_rect_to_doc_rect),
11619         (doc_rect_to_view_rect), (ev_view_size_allocate),
11620         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11621         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11622
11623         Store selection as document relative, so that zooming
11624         and offset changing doesnt break it.
11625
11626 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11627
11628         * shell/ev-view.c: (ev_view_best_fit):
11629
11630         Do not try to best fit if the view is not realized
11631
11632 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11633           
11634         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11635
11636 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11637
11638         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11639
11640 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11641
11642         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11643         the popup window.  That prevents it resizing when in full screen
11644         mode.
11645
11646         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11647         multiple rerenders.  This pretty much sucks.
11648
11649         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11650         rest of the toolbar.
11651
11652 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11653
11654         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11655
11656 2005-02-17  Alexander Shopov  <ash@contact.bg>
11657
11658         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11659
11660 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11661
11662         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11663
11664 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11665
11666         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11667         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11668         (set_document_page), (document_changed_callback),
11669         (ev_view_set_document), (ev_view_find_previous),
11670         (ev_view_hide_cursor), (ev_view_show_cursor):
11671         * shell/ev-view.h:
11672         * shell/ev-window.c: (update_chrome_visibility),
11673         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11674         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11675         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11676         (ev_window_unfullscreen):
11677         * shell/main.c: (main):
11678
11679         Automatically hide the fullscreen button.
11680         Patch by Kristian Høgsberg <krh@redhat.com>
11681
11682 2005-02-16  Vincent Noel  <vnoel@cox.net>
11683
11684         * shell/main.c (main): Specify an icon for the window. Patch by
11685         Jaap A. Haitsma. Fixes #166177.
11686
11687 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11688
11689         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11690
11691 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11692
11693         * backend/ev-document-misc.h:
11694         * backend/ev-document-misc.c:
11695         (ev_document_misc_get_page_border_size),
11696         (ev_document_misc_paint_one_page): New function to canonicalize
11697         sizing/painting a border.
11698
11699         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11700         used.
11701
11702         * pdf/xpdf/pdf-document.cc: use new function
11703
11704         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11705         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11706         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11707         shell/ev-window.c: (update_sizing_buttons),
11708         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11709         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11710         (ev_window_cmd_view_page_width), (size_allocate_cb),
11711         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11712         and "fit width" values act as toggle buttons so they stay
11713         toggled.  It's not 100% perfect, and it's a little slow, but it's
11714         good enough to commit I think.
11715
11716 2005-02-15  David Lodge  <dave@cirt.net>
11717
11718         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11719
11720 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11721
11722         * shell/ev-window.c (update_window_title): replace newlines in
11723         the title by spaces. Bug #166107.
11724
11725 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11726
11727         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11728         parameters providing allocation width and height without
11729         scrollbars and width of a possible vertical scrollbar. With this
11730         additional information the functions can work as
11731         intended. Unfortunately they're not idempotent. We should
11732         transform these commands to toggles. Fixes Bug #164976
11733         Initial patch by Stephane Loeuillet, then heavily modified.
11734
11735         * shell/ev-view.h: update prototypes.
11736
11737         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11738         (ev_window_cmd_view_page_width): provide EvView fit functions with
11739         all the information they need. Formulas to calculate this
11740         information taken from GtkScrolledWindow.
11741
11742 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11743
11744         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11745         created a thumbnail, the list store is updated to know
11746         that the thumbnail is set. Fixes bug #166792
11747
11748 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11749
11750         * shell/ev-window.c: fixed typo, closes bug 166897
11751
11752         * TODO: updated TODO with bug numbers that are relevant
11753
11754 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11755
11756         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11757
11758 2005-02-09  Vincent Noel  <vnoel@cox.net>
11759
11760         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11761         and "Next" toolbar buttons as important to make them stand out.
11762
11763 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11764
11765         * lib/ev-debug.c:
11766         * lib/ev-debug.h:
11767         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11768         (start_interpreter), (stop_interpreter), (document_load),
11769         (ps_document_next_page), (ps_document_goto_page),
11770         (ps_document_set_page_size), (ps_document_widget_event),
11771         (ps_document_render):
11772         * shell/ev-page-view.c: (ev_page_view_dispose):
11773         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11774
11775         Fix compilation on non-gcc platforms
11776
11777 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11778
11779         * NEWS:
11780         * configure.ac:
11781
11782         Release 0.1.4
11783
11784         * pdf/xpdf/Catalog.cc:
11785         * pdf/xpdf/XRef.cc:
11786
11787         Fix the fix for CAN-2004-0888
11788
11789 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11790
11791         * data/Makefile.am:
11792         * data/evince-ui.xml:
11793         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11794         * shell/ev-stock-icons.h:
11795         * shell/ev-window.c: (update_action_sensitivity),
11796         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11797         (set_action_properties):
11798
11799         Improve toolbar layout/icons
11800
11801 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11802
11803         * pdf/xpdf/pdf-document.cc:
11804
11805         Add warnings about unimplemented/unknown link
11806         types.
11807
11808 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11809
11810         * ps/ps-document.c: (set_up_page):
11811
11812         Log gs property
11813
11814 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11815
11816         * ps/ps-document.c: (start_interpreter):
11817
11818         Log gs env var
11819
11820 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11821
11822         * shell/ev-page-view.c: (ev_page_view_dispose):
11823         * shell/ev-view.c: (ev_view_finalize):
11824         * shell/ev-window.c: (ev_window_setup_document),
11825         (ev_window_dispose), (ev_window_init):
11826
11827         Solve more refs issues.
11828
11829         I commented out the page_view initialization for now:
11830         it was never destroyed (because it's never added
11831         to a container). Because of that we was leaking
11832         gs processes. Couldnt think to a clean fix.
11833         We need to figure this out, password view has the
11834         same issue probably.
11835
11836 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11837
11838         * ps/ps-document.c: (ps_document_finalize),
11839         (ps_document_get_n_pages), (ps_document_get_page):
11840
11841         Some cleanups, stop the interpreter on finalize
11842
11843         * shell/ev-page-view.c: (ev_page_view_dispose),
11844         (ev_page_view_class_init):
11845
11846         Release our reference on the document
11847
11848 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11849
11850         * Makefile.am:
11851         * configure.ac:
11852         * doc/debugging.txt:
11853         * lib/.cvsignore:
11854         * lib/Makefile.am:
11855         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11856         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11857         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11858         * lib/ev-debug.h:
11859
11860         Add debugging helpers
11861
11862         * ps/Makefile.am:
11863         * ps/ps-document.c: (set_up_page), (start_interpreter),
11864         (stop_interpreter), (document_load), (ps_document_next_page),
11865         (ps_document_goto_page), (ps_document_set_page_size),
11866         (ps_document_widget_event), (ps_document_render):
11867         * shell/Makefile.am:
11868         * shell/ev-view.c: (expose_bin_window):
11869         * shell/main.c: (main):
11870
11871         Add some logs
11872         
11873 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11874
11875         * ps/ps-document.c: (ps_document_widget_event):
11876
11877         Initialize message_window, this should make ps
11878         rendering really work! (Never noticed because I was
11879         testing with a ps that is causing gs to exit every time!)
11880
11881 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11882
11883         * data/evince.schemas.in: updated simple error in applyto closing tag
11884
11885 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11886
11887         * Makefile.am:
11888         * configure.ac:
11889         * data/.cvsignore:
11890         * data/Makefile.am:
11891         * data/evince-ui.xml:
11892         A data/evince.schemas.in:
11893         * po/POTFILES.in:
11894         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11895         * shell/ev-stock-icons.h:
11896         * shell/ev-window.c: (update_chrome_visibility),
11897         (update_chrome_flag), (ev_window_cmd_edit_find),
11898         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11899         (ev_window_unfullscreen), (ev_window_focus_in_event),
11900         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11901         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11902         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11903         (ev_window_dispose), (ev_window_class_init),
11904         (set_action_properties), (set_chrome_actions), (load_chrome),
11905         (ev_window_init):
11906
11907         Implement fullscreen mode changes from bug #164776.
11908         Also implement persistent chrome toggles.
11909
11910 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11911
11912         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11913
11914 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * NEWS:
11917         * configure.ac:
11918         * shell/ev-view.c:
11919
11920         Add another check for find interface
11921
11922         Release 0.1.3
11923
11924 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11925
11926         * shell/ev-application.c: (ev_application_open):
11927         * shell/ev-window.c: (ev_window_open):
11928
11929         Open gzipped ps documents
11930
11931 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11932
11933         * TODO:
11934         * shell/ev-view.c: (set_document_page):
11935
11936         Clamp page number, dont try to move to
11937         not existant pages.
11938
11939 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11940
11941         * backend/ev-document-find.c: (ev_document_find_changed):
11942         * backend/ev-document-find.h:
11943         * pdf/xpdf/pdf-document.cc:
11944         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11945         * shell/ev-window.c: (find_bar_search_changed_cb):
11946
11947         Fix several bugs with find
11948
11949 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11950
11951         * shell/ev-sidebar-thumbnails.c
11952         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11953         document. Prevents warning from scroll_to_cell.
11954
11955 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11956
11957         * configure.ac: Add «nb» to ALL_LINGUAS too.
11958
11959 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11960
11961         * NOTES: New file with some random thoughts.
11962
11963         * TODO: Update.
11964
11965         * backend/ev-document-misc.c:
11966         (ev_document_misc_get_page_border_size): New function to
11967         canonicalize shadow drawing sizes.  Possibly goofy.
11968
11969         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11970         (ev_view_best_fit), (ev_view_fit_width):
11971         * pdf/xpdf/pdf-document.cc:
11972         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11973         * ps/ps-document.c: (ps_document_get_page_size):
11974         * backend/ev-document-misc.h:
11975         * backend/ev-document.c: (ev_document_get_page_size):
11976         * backend/ev-document.h: get_page_size now takes a page number
11977         parameter.  Made all the backends/frontends honor it.
11978
11979         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11980         see.  Doesn't work yet.
11981
11982         * shell/Makefile.am:
11983         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11984         Doesn't do anything yet.
11985
11986         * shell/ev-sidebar-thumbnails.c:
11987         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11988         [0..n_pages-1]
11989
11990         * shell/ev-window.c: (update_action_sensitivity),
11991         (ev_window_setup_document), (ev_window_set_page_mode),
11992         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11993         view-swapping code a bit so we can have multiple views on a
11994         document.  Add the multi-page view, though it can't be turned on
11995         yet.
11996
11997 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11998
11999         * shell/ev-application.c: (ev_application_open):
12000         * shell/ev-view.c: (expose_bin_window):
12001         * shell/ev-window.c: (ev_window_open):
12002
12003         Support eps and check document supports find
12004         before drawing highlightings in expose.
12005
12006 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12007
12008         * pixbuf/pixbuf-document.c:
12009         (pixbuf_document_thumbnails_get_dimensions),
12010         (pixbuf_document_document_thumbnails_iface_init):
12011
12012         implement get_dimensions
12013
12014 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
12015
12016         * NEWS:
12017         * configure.ac:
12018
12019         Release 0.1.2
12020
12021 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12022
12023         * shell/ev-view.c: (set_document_page):
12024
12025         Scroll at the top of the page when changing page
12026
12027 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12028
12029         * shell/ev-view.c: (ev_view_motion_notify_event):
12030
12031         Do not redraw unnecessarily
12032
12033 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12034
12035         * pdf/xpdf/pdf-document.cc:
12036         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12037         (expose_bin_window), (find_changed_cb):
12038
12039         Yay! find works now... Now to find bugs...
12040
12041 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
12042
12043         * backend/ev-document-find.c: (ev_document_find_base_init),
12044         (ev_document_find_changed):
12045         * backend/ev-document-find.h:
12046         * pdf/xpdf/pdf-document.cc:
12047         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
12048         (expose_bin_window), (ev_view_init), (set_document_page),
12049         (ensure_rectangle_is_visible), (jump_to_find_result),
12050         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
12051         (ev_view_find_next), (ev_view_find_previous):
12052         * shell/ev-view.h:
12053         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
12054
12055         More work on find implementation, mostly there now
12056
12057 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
12058
12059         * backend/ev-backend-marshalers.list:
12060         * backend/ev-document-find.c: (ev_document_find_base_init),
12061         (ev_document_find_cancel), (ev_document_find_page_has_results),
12062         (ev_document_find_get_n_results), (ev_document_find_get_result),
12063         (ev_document_find_get_progress), (ev_document_find_changed):
12064         * backend/ev-document-find.h:
12065
12066         Enanche the find interface to be really able to do
12067         multi page find.
12068
12069         * pdf/xpdf/pdf-document.cc:
12070
12071         Implement
12072
12073         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
12074         (expose_bin_window), (ev_view_init),
12075         (ev_view_get_find_status_message), (find_changed_cb),
12076         (ev_view_set_document), (set_document_page):
12077
12078         Adapt to the new interface. A few things are regressed sorry,
12079         I will finish it soon.
12080
12081 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
12082
12083         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
12084         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
12085         ev_sidebar_thumbnails_parent_class variable, don't define another
12086         parent_class variable.
12087
12088         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12089         (ev_page_action_class_init): ditto.
12090
12091         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12092         (pixbuf_document_class_init): ditto.
12093
12094         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12095         ditto.
12096
12097         * .cvsignore: ignore various valgrind output files.
12098
12099 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12100
12101         * data/evince-ui.xml:
12102         * shell/Makefile.am:
12103         * shell/ev-history.c:
12104         * shell/ev-history.h:
12105         * shell/ev-navigation-action.c:
12106         * shell/ev-navigation-action.h:
12107         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12108         (ev_view_set_page), (ev_view_fit_width):
12109         * shell/ev-view.h:
12110         * shell/ev-window.c: (update_action_sensitivity),
12111         (ev_window_setup_document), (register_custom_actions):
12112
12113         Kill session history
12114
12115 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12116
12117         * shell/ev-window.c: (update_action_sensitivity):
12118
12119         Fix inverted up/down buttons
12120
12121 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12122
12123         * shell/ev-sidebar-thumbnails.c
12124         (ev_sidebar_thumbnails_select_page): make sure the selected
12125         thumbnail stays visible.
12126
12127 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12128
12129         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12130         scrolled window for Federico.
12131
12132 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12133
12134         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12135
12136 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12137
12138         * configure.ac:
12139         * pdf/splash/SplashFTFontEngine.cc:
12140
12141         Fix CID fonts with freetype 2.1.9
12142
12143 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12144
12145         * TODO: added item for desktop icon thumbnailer
12146
12147 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12148
12149         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12150         unloaded docs when the title is accessed.
12151
12152         * shell/ev-password-view.[hc]: New widget for displaying password
12153         state.
12154
12155         * shell/ev-window.[ch]: Refactor password handling code to handle
12156         the new view.
12157
12158 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12159
12160         * NEWS:
12161         * configure.ac:
12162         * data/Makefile.am:
12163
12164         Release 0.1.1
12165
12166 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12167
12168         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12169         ignore page offset here, to make search results independent of it,
12170
12171         * shell/ev-view.c (expose_bin_window): but take offsets into
12172         account here. Bug #164932
12173
12174         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12175         scale at the right time. Bug #164996
12176
12177 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12178
12179         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12180         fix the problem. Now I just removed the Adobe font names and hope
12181         that the URW fonts are always in outline format. Bug #164934
12182
12183         * shell/ev-window.c (update_window_title): empty titles are
12184         useless, use filename in that case too.
12185
12186         * NEWS: Add some content.
12187
12188 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12189
12190         * TODO: added one more TODO item and a TODONE section :)
12191
12192 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12193
12194         * ps/ps-document.h: add page_[xy]_offset fields.
12195
12196         * ps/ps-document.c (ps_document_set_page_offset)
12197         (ps_document_render): Keep offset in consideration in a few
12198         places. Bug #164752 "postscript documents are not centered in
12199         window"
12200
12201         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12202         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12203
12204         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12205         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12206         stub out missing methods for complete EvDocument implementation.
12207         Fixes segfaults with Save A Copy and Copy actions.
12208
12209         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12210         (ps_document_document_iface_init): ditto.
12211         
12212 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12213
12214         * data/.cvsignore:
12215         * data/Makefile.am:
12216         * data/evince.desktop.in:
12217
12218         Add desktop file
12219
12220 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12221
12222         * shell/ev-view.c: (ev_view_button_press_event),
12223         (ev_view_motion_notify_event):
12224
12225         Make selection work in any direction
12226
12227 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12228
12229         * TODO:
12230         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12231
12232         Use shorter labels for some of the toolbars items
12233
12234 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12235
12236         * pdf/xpdf/pdf-document.cc:
12237
12238         Check the links info is initialized before
12239         using it. Should fix a crash on startup.
12240
12241 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12242
12243         * pixbuf/pixbuf-document.c
12244         (pixbuf_document_thumbnails_get_dimensions): force floating point
12245         division to calculate page_ratio. Fixes crash with landscape
12246         format pixbufs.
12247
12248 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12249
12250         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12251
12252 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12253
12254         * shell/ev-view.c (set_document_page): unset has_selection when
12255         the page changes.
12256         (set_document_page): handle paper size changes when the page
12257         changes (test with Free Culture, page 2).
12258
12259 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12260
12261         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12262         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12263
12264         Use normal style color for the widget background and
12265         draw a black box around the page.
12266
12267 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12268
12269         * pdf/xpdf/pdf-document.cc:
12270
12271         Keep offset in consideration in a few places
12272
12273         * shell/ev-view.c: (expose_bin_window):
12274
12275         Set the offsets so that the document is ever centered
12276
12277 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12278
12279         * TODO: Added TODO items and finished off the first todo item
12280
12281         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12282         reflect current authors
12283
12284 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12285
12286         * pdf/xpdf/pdf-document.cc:
12287         * shell/ev-view.c: (ev_view_set_cursor),
12288         (ev_view_motion_notify_event), (document_changed_callback),
12289         (set_document_page):
12290
12291         Show a wait cursor while the page is rendering
12292
12293 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12294
12295         * shell/ev-sidebar-thumbnails.c:
12296         (ev_sidebar_tree_selection_changed),
12297         (ev_sidebar_thumbnails_select_page):
12298         * shell/ev-sidebar-thumbnails.h:
12299         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12300         (ev_view_can_go_forward):
12301         * shell/ev-window.c: (ev_window_open_page),
12302         (ev_window_setup_document), (update_current_page),
12303         (view_page_changed_cb), (ev_window_init):
12304         * shell/ev-window.h:
12305
12306         Ensure thumbnails selection, toolbar page control and
12307         current page are in sync.
12308
12309 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12310
12311         * pdf/xpdf/XRef.cc:
12312
12313         Fix CAN-2005-0064
12314
12315 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12316
12317         * backend/Makefile.am:
12318         * backend/ev-document-links.h:
12319         * backend/ev-document-security.c: (ev_document_security_get_type),
12320         (ev_document_security_has_document_security),
12321         (ev_document_security_set_password):
12322         * backend/ev-document-security.h:
12323         * backend/ev-document.c: (ev_document_error_quark):
12324         * backend/ev-document.h:
12325         * data/Makefile.am:
12326         * data/evince-password.glade:
12327         * pdf/xpdf/pdf-document.cc:
12328         * shell/Makefile.am:
12329         * shell/ev-password.c: (ev_password_set_bad_password_label),
12330         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12331         (ev_password_dialog_get_password),
12332         (ev_password_dialog_set_bad_pass):
12333         * shell/ev-password.h:
12334         * shell/ev-window.c: (ev_window_get_attribute),
12335         (ev_window_set_property), (update_action_sensitivity),
12336         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12337         (ev_window_setup_document), (ev_window_get_password),
12338         (ev_window_open), (ev_window_cmd_save_as),
12339         (using_postscript_printer), (ev_window_print),
12340         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12341         (update_fullscreen_popup), (ev_window_fullscreen),
12342         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12343         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12344         (menu_item_select_cb), (find_bar_search_changed_cb),
12345         (ev_window_dispose), (ev_window_init):
12346
12347         Add initial support for password-supported dialogs.  This could be
12348         a lot cooler, but it'll do for now.
12349
12350 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12351
12352         * pdf/xpdf/pdf-document.cc:
12353         * shell/ev-view.c: (status_message_from_link),
12354         (ev_view_set_status), (ev_view_set_cursor),
12355         (ev_view_motion_notify_event), (ev_view_init):
12356         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12357
12358         Fix bugs in the links implementation and change cursor
12359         when hovering a link.
12360
12361 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12362
12363         * viewer/.cvsignore: added cvsignore file for viewer directory
12364
12365         * TODO: created TODO document
12366
12367 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12368
12369         * shell/ev-view.h:
12370         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12371         new functions to help with implementation of sensitivity code
12372         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12373         of all actions that might require it.  Fixes a crash when you
12374         click on the Zoom actions in a window lacking a document.
12375
12376 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12377
12378         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12379         of the Find action
12380
12381 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12382
12383         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12384         (pixbuf_document_document_iface_init):
12385         * ps/ps-document.c: (ps_document_get_link),
12386         (ps_document_document_iface_init):
12387         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12388         (status_message_from_link), (ev_view_set_status),
12389         (ev_view_set_find_status), (ev_view_motion_notify_event),
12390         (ev_view_button_release_event), (ev_view_set_property),
12391         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12392         (ev_view_get_find_status_message), (update_find_results),
12393         (ev_view_get_status), (ev_view_get_find_status):
12394         * shell/ev-view.h:
12395         * shell/ev-window.c: (view_status_changed_cb),
12396         (view_find_status_changed_cb), (ev_window_init):
12397
12398         View status message support, use it to show the links.
12399         Needs work...
12400
12401 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12402
12403         * backend/ev-document.c: (ev_document_get_link):
12404         * backend/ev-document.h:
12405         * pdf/xpdf/pdf-document.cc:
12406         * shell/ev-application.c: (ev_application_open):
12407         * shell/ev-application.h:
12408         * shell/ev-sidebar-links.c: (selection_changed_cb):
12409         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12410         (ev_view_go_to_link):
12411
12412         Add support for document links
12413
12414 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12415
12416         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12417         (create_tool_item):
12418         Set the spin button limits correctly.
12419         
12420         * shell/ev-sidebar-thumbnails.c:
12421         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12422         Support changing pages by clicking on the thumbnails.
12423         
12424 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12425
12426         * pixbuf/pixbuf-document.c:
12427         (pixbuf_document_thumbnails_get_dimensions),
12428         (pixbuf_document_document_thumbnails_iface_init):
12429
12430         implement get_dimensions
12431
12432 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12433
12434         * ps/ps-document.c: (ps_document_goto_page):
12435
12436         Fix page switching on multipage documents
12437
12438 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12439
12440         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12441         
12442         check for NULL before assigning to width and height parameters
12443
12444 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12445
12446         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12447         (pixbuf_document_set_property), (pixbuf_document_get_property):
12448
12449         implement get/set properties
12450
12451 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12452
12453         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12454         
12455         return NULL instead of "Unknown", letting the title get set to
12456         the filename when the pdf has no title.
12457
12458 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12459
12460         * ps/ps-document.c: (ps_document_get_page_count),
12461         (ps_document_goto_page):
12462
12463 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12464
12465         * shell/ev-history.c: (ev_history_get_property),
12466         (ev_history_set_property), (ev_history_class_init),
12467         (ev_history_add_page), (ev_history_set_current_index):
12468         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12469         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12470         (ev_navigation_action_finalize):
12471         * shell/ev-navigation-action.h:
12472         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12473         (ev_view_go_forward), (ev_view_get_find_status_message),
12474         (history_index_changed_cb), (ev_view_set_history):
12475         * shell/ev-view.h:
12476         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12477         (update_current_page), (register_custom_actions):
12478
12479         Implement history dropdowns
12480
12481 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12482
12483         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12484         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12485         (ev_view_go_forward):
12486         * shell/ev-window.c: (register_custom_actions):
12487
12488         Fix several history bugs
12489
12490 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12491
12492         * configure.ac: Add «nb» to ALL_LINGUAS.
12493
12494 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12495
12496         * backend/Makefile.am:
12497         * backend/ev-bookmark.c:
12498         * backend/ev-bookmark.h:
12499         * backend/ev-document-bookmarks.c:
12500         * backend/ev-document-bookmarks.h:
12501         * backend/ev-document-links.c: (ev_document_links_get_type),
12502         (ev_document_links_has_document_links),
12503         (ev_document_links_begin_read), (ev_document_links_get_link),
12504         (ev_document_links_get_child), (ev_document_links_next),
12505         (ev_document_links_free_iter):
12506         * backend/ev-document-links.h:
12507         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12508         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12509         (ev_link_get_link_type), (ev_link_set_link_type),
12510         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12511         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12512         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12513         (ev_link_new_external):
12514         * backend/ev-link.h:
12515         * pdf/xpdf/pdf-document.cc:
12516         * shell/Makefile.am:
12517         * shell/ev-application.c: (ev_application_open_link):
12518         * shell/ev-application.h:
12519         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12520         (ev_history_get_link_nth):
12521         * shell/ev-history.h:
12522         * shell/ev-sidebar-bookmarks.c:
12523         * shell/ev-sidebar-bookmarks.h:
12524         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12525         (ev_sidebar_links_class_init), (selection_changed_cb),
12526         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12527         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12528         (do_one_iteration), (populate_links_idle),
12529         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12530         * shell/ev-sidebar-links.h:
12531         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12532         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12533         (go_to_index):
12534         * shell/ev-view.h:
12535         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12536         * shell/ev-window.h:
12537
12538         Rename bookmark to link, and use "Index" for the sidebar panel.
12539
12540 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12541
12542         * shell/Makefile.am:
12543         * shell/ev-application.c: (ev_application_open_bookmark):
12544         * shell/ev-application.h:
12545         * shell/ev-history.c: (ev_history_init), (free_links_list),
12546         (ev_history_finalize), (ev_history_class_init),
12547         (ev_history_add_link), (ev_history_add_page),
12548         (ev_history_get_link_nth), (ev_history_get_n_links),
12549         (ev_history_get_current_index), (ev_history_set_current_index),
12550         (ev_history_new):
12551         * shell/ev-history.h:
12552         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12553         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12554         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12555         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12556         (ev_view_set_page):
12557         * shell/ev-view.h:
12558         * shell/ev-window.c: (ev_window_open_bookmark),
12559         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12560         (goto_page_cb), (register_custom_actions):
12561         * shell/ev-window.h:
12562
12563         Initial history implementation. Needs work.
12564
12565 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12566
12567         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12568
12569 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12570
12571         * cut-n-paste/recent-files/egg-recent-item.c:
12572         * cut-n-paste/recent-files/egg-recent-item.h:
12573         * cut-n-paste/recent-files/egg-recent-model.c:
12574         * cut-n-paste/recent-files/egg-recent-util.c:
12575         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12576         * cut-n-paste/recent-files/egg-recent-view.c:
12577
12578         Update
12579
12580 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12581
12582         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12583         (fillGlyph, fillImageMask, drawImage):
12584         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12585         pdf/splash/SplashTypes.h:
12586         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12587         packed mode for Splash.
12588
12589         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12590         RGB8 packed mode, eliminates the pixbuf data creation loop.
12591
12592         * shell/ev-print-job.c (ev_print_job_finalize)
12593         (ev_print_job_set_property, ev_print_job_get_property)
12594         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12595         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12596         (print_closure_finalize, ev_print_job_print): implement
12597         printing (for backends with EvPsExporter)
12598
12599         * shell/ev_print_job.h: update prototypes.
12600
12601         * shell/ev-window.c (ev_window_print): unref print job after
12602         printing.
12603
12604         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12605         unless the document implements the EvDocumentFind interface.
12606
12607 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12608
12609         * configure.ac: Added ja to ALL_LINGUAS.
12610
12611 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12612
12613         * pdf/xpdf/pdf-document.cc:
12614
12615         add a FIXME. We should probably not allocate
12616         a bookmark object every time
12617
12618 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12619
12620         * shell/ev-application.c: (ev_application_open),
12621         (ev_application_open_bookmark):
12622         * shell/ev-application.h:
12623         
12624         Add a way to open bookmarks
12625
12626         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12627         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12628         (ev_bookmark_set_property), (ev_bookmark_class_init),
12629         (ev_bookmark_new_title), (ev_bookmark_new_link),
12630         (ev_bookmark_new_external):
12631
12632         Support for external uris, better constructors.
12633
12634         * backend/ev-bookmark.h:
12635         * pdf/xpdf/pdf-document.cc:
12636         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12637
12638         Handle external uris
12639
12640 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12641
12642         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12643         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12644
12645         Hook up bookmarks navigation
12646
12647 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12648
12649         * backend/Makefile.am:
12650         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12651         (ev_bookmark_get_title), (ev_bookmark_set_title),
12652         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12653         (ev_bookmark_get_page), (ev_bookmark_set_page),
12654         (ev_bookmark_get_property), (ev_bookmark_set_property),
12655         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12656         (ev_bookmark_new):
12657         * backend/ev-bookmark.h:
12658         * backend/ev-document-bookmarks.c:
12659         (ev_document_bookmarks_get_bookmark):
12660         * backend/ev-document-bookmarks.h:
12661         * pdf/xpdf/pdf-document.cc:
12662         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12663
12664         Add a bookmark object to the backend and use it instead of get_values
12665
12666 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12667
12668         * data/evince-ui.xml:
12669
12670         Cleanup and add select all.
12671
12672         * shell/ev-view.c: (ev_view_select_all),
12673         (ev_view_button_press_event):
12674         * shell/ev-view.h:
12675         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12676
12677         Add select all.
12678         Clear selection on click.
12679
12680 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12681
12682         * shell/ev-sidebar-thumbnails.c
12683         (ev_sidebar_thumbnails_set_document): forgot to unref the
12684         loading_icon.
12685
12686 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12687
12688         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12689         at the visible page, not just linearly.  This makes it look fast.
12690
12691 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12692
12693         * backend/ev-document-misc.c
12694         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12695         white.
12696         * backend/ev-document-thumbnails.h: New interface to get the size
12697         of a page.
12698
12699 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12700
12701         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12702         make dist works
12703
12704 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12705
12706         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12707         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12708         things up a bit.
12709
12710         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12711
12712 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12713
12714         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12715         fonts. Should fix font problems on systems that have the base
12716         fonts in bitmap format. Reported by James Henstridge
12717         <james@jamesh.id.au>.
12718
12719 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12720
12721         * pdf/xpdf/Gfx.cc:
12722         * pdf/xpdf/GfxState.cc:
12723
12724         Fix for CAN-2004-1125
12725
12726 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12727
12728         * shell/ev-view.c: (ev_view_copy):
12729         * shell/ev-view.h:
12730         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12731
12732         Implement Edit->Copy
12733
12734 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12735
12736         * backend/ev-document.c: (ev_document_get_text):
12737         * backend/ev-document.h:
12738         * pdf/xpdf/pdf-document.cc:
12739         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12740         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12741         (ev_view_update_primary_selection), (ev_view_button_press_event),
12742         (ev_view_motion_notify_event), (ev_view_button_release_event):
12743
12744         Beginnings of clipboard support. Incomplete but primary sort
12745         of work.
12746
12747 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12748
12749         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12750         (expose_bin_window):
12751
12752         Nicer rubberband drawing, from GtkIconView.
12753
12754 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12755
12756         * backend/ev-document.c: (ev_document_save):
12757         * backend/ev-document.h:
12758         * data/evince-ui.xml:
12759         * pdf/xpdf/pdf-document.cc:
12760         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12761
12762         Implement "Save a copy..." menu item
12763
12764 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12765
12766         * shell/ev-view.c: (ev_view_zoom):
12767
12768         Queue a resize when zoom changes
12769
12770 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12771
12772         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12773         shadows.
12774
12775         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12776         thumbnails..
12777
12778 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12779
12780         * pdf/xpdf/pdf-document.cc
12781         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12782
12783 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12784
12785         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12786         It's slow, but I'll speed it up next!
12787
12788 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12789
12790         * shell/main.c (load_files):
12791
12792         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12793         from the command line and because it seems more appropriate.
12794
12795 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12796
12797         * data/evince-ui.xml:
12798         * shell/ev-window.c: (update_action_sensitivity),
12799         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12800
12801         s/next page/page down
12802         s/previous page/page up
12803
12804 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12805
12806         * data/evince-ui.xml:
12807
12808         Change the layout to match clarkbw design.
12809
12810         * shell/Makefile.am:
12811         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12812         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12813         (ev_navigation_action_finalize),
12814         (ev_navigation_action_set_property),
12815         (ev_navigation_action_get_property),
12816         (ev_navigation_action_class_init):
12817         * shell/ev-navigation-action.h:
12818
12819         Implement clarkbw toolbar navigation controls (incomplete)
12820
12821         * shell/ev-page-action.c: (update_label), (update_spin),
12822         (value_changed_cb), (create_tool_item), (connect_proxy),
12823         (ev_page_action_init), (ev_page_action_finalize),
12824         (ev_page_action_set_property), (ev_page_action_get_property),
12825         (ev_page_action_set_current_page),
12826         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12827         * shell/ev-page-action.h:
12828
12829         Implement a page switcher in the toolbar
12830
12831         * shell/ev-view.c: (ev_view_scroll_view):
12832         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12833         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12834         (register_custom_actions), (ev_window_init):
12835
12836         Change page on PageUp/Down.
12837
12838 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12839
12840         * pdf/xpdf/pdf-document.cc
12841         (pdf_document_thumbnails_get_thumbnail): initial stab at
12842         implementing thumbnail support for pdfs.  It only does documents
12843         with precached pdfs now.
12844
12845 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12846
12847         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12848         thumbnail code into a time-based idle as well.  Also, turn off the
12849         shadow temporarily as it's really slow.
12850
12851 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12852
12853         * backend/ev-document.c: (ev_document_class_init):
12854         * pdf/xpdf/pdf-document.cc:
12855         * shell/ev-window.c: (ev_window_open):
12856
12857         Fix document title bugs and fallback to
12858         filename when not available.
12859
12860 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12861
12862         * backend/ev-document.c: (ev_document_get_type),
12863         (ev_document_class_init), (ev_document_load),
12864         (ev_document_get_title):
12865         * backend/ev-document.h:
12866         * pdf/xpdf/pdf-document.cc:
12867         * ps/ps-document.c: (ps_document_set_property),
12868         (ps_document_get_property), (ps_document_class_init),
12869         (document_load):
12870         * ps/ps-document.h:
12871         * ps/ps.h:
12872         * shell/ev-window.c: (update_window_title), (ev_window_open),
12873         (ev_window_init):
12874
12875         Initial support for document title. Not working yet.
12876
12877 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12878
12879         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12880
12881         Grab focus on the view when clicking it
12882
12883 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12884
12885         * shell/ev-marshal.list:
12886         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12887         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12888
12889         Add key bindings to the view. Now if the focus would work
12890         right...
12891
12892 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12893
12894         * Makefile.am:
12895         * backend/Makefile.am:
12896         * data/Makefile.am:
12897         * dvi/Makefile.am:
12898         * dvi/dvilib/Makefile.am:
12899         * pdf/xpdf/Makefile.am:
12900         * po/POTFILES.in:
12901         * ps/Makefile.am:
12902
12903         Fix distcheck
12904
12905 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12906
12907         * shell/ev-view.c: (ev_view_realize):
12908
12909         Fix mouse wheel scrolling
12910
12911 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12912
12913         * ps/Makefile.am:
12914         * ps/gstypes.h:
12915         * ps/gtkgs.c:
12916         * ps/gtkgs.h:
12917         * ps/ps-document.c: (catchPipe), (ps_document_init),
12918         (ps_document_class_init), (ps_document_cleanup),
12919         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12920         (set_up_page), (close_pipe), (is_interpreter_ready),
12921         (interpreter_failed), (output), (input), (start_interpreter),
12922         (stop_interpreter), (file_length), (file_readable),
12923         (check_filecompressed), (check_pdf), (compute_xdpi),
12924         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12925         (ps_document_get_type), (ps_document_emit_error_msg),
12926         (document_load), (ps_document_next_page),
12927         (ps_document_get_current_page), (ps_document_get_page_count),
12928         (ps_document_goto_page), (ps_document_set_page_size),
12929         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12930         (ps_document_load), (ps_document_get_n_pages),
12931         (ps_document_set_page), (ps_document_get_page),
12932         (ps_document_widget_event), (ps_document_set_target),
12933         (ps_document_set_scale), (ps_document_set_page_offset),
12934         (ps_document_get_page_size), (ps_document_render),
12935         (ps_document_document_iface_init):
12936         * ps/ps-document.h:
12937         * ps/ps.c:
12938         * shell/ev-window.c: (ev_window_open):
12939
12940         Rename GtkGS to PSDocument
12941
12942 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12943
12944         * ps/gtkgs.c: (gtk_gs_class_init):
12945         * ps/gtkgs.h:
12946
12947         Some more leftover...
12948
12949 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12950
12951         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12952         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12953         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12954         * ps/gtkgs.h:
12955
12956         Remove unused code and make a lot of stuff private
12957
12958 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12959
12960         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12961         (gtk_gs_defaults_changed):
12962         * ps/gsdefaults.h:
12963         * ps/gtkgs.c:
12964         * ps/gtkgs.h:
12965         * ps/ps.h:
12966
12967         Cleanup headers dependencies
12968
12969 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12970
12971         * ps/Makefile.am:
12972         * ps/ggvutils.c:
12973         * ps/ggvutils.h:
12974         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12975         * ps/gsdefaults.h:
12976         * ps/gtkgs.c: (file_length), (file_readable),
12977         (check_filecompressed), (check_pdf), (gtk_gs_load),
12978         (gtk_gs_get_postscript):
12979
12980         Get rid of ggvutils
12981
12982 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12983
12984         * ps/ggvutils.c:
12985         * ps/ggvutils.h:
12986         * ps/gsio.h:
12987         * ps/gtkgs.c: (gtk_gs_set_zoom):
12988
12989         Cleanups
12990
12991 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12992
12993         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12994
12995         Ensure the page is rerendered when changing zoom
12996
12997 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12998
12999         * backend/ev-document.c: (ev_document_base_init),
13000         (ev_document_changed):
13001         * backend/ev-document.h:
13002
13003         Add a changed event that is emitted when the page content
13004         changes. This is necessary to deal with the fact that
13005         in ps backend rendering happen asycrounously.
13006         This makes the ps backend mostly work.
13007
13008         * pdf/xpdf/pdf-document.cc:
13009
13010         Emit changed event
13011
13012         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
13013         (ps_document_set_target):
13014
13015         Emit changed event
13016
13017         * shell/ev-view.c: (document_changed_callback),
13018         (ev_view_set_document), (ev_view_set_page):
13019
13020         Redraw on the changed signal
13021
13022 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
13023
13024         * configure.ac: Added pt_BR to ALL_LINGUAS.
13025
13026 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
13027
13028         * backend/ev-document-bookmarks.c:
13029         (ev_document_bookmarks_get_child): *
13030         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
13031         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
13032         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
13033         (ev_sidebar_bookmarks_destroy),
13034         (ev_sidebar_bookmarks_class_init),
13035         (ev_sidebar_bookmarks_construct), (stack_data_free),
13036         (do_one_iteration), (populate_bookmarks_idle),
13037         (ev_sidebar_bookmarks_clear_document),
13038         (ev_sidebar_bookmarks_set_document): *
13039         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
13040         (ev_sidebar_add_page),
13041         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
13042         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
13043         it displays both the topics and the page numbers.
13044
13045 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
13046
13047         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
13048         toggle.
13049         * shell/ev-window.c (toggle_entries): Set sidebar default value to
13050         visible.
13051
13052 2004-12-23  Adam Weinberger  <adamw@gnome.org>
13053
13054         * configure.ac: Added en_CA to ALL_LINGUAS.
13055
13056 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13057
13058         * ChangeLog: replace bottom of this ChangeLog (merged history of
13059         ggv and gpdf; where all paths were wrong and most of the files are
13060         not even in this tree) with ChangeLog (from arch) of the shell
13061         code.
13062
13063 2004-12-23  Havoc Pennington  <hp@redhat.com>
13064
13065         * shell/ev-window.c: hook up potentially-questionable "find
13066         results status text" feature - something involving the sidebar or
13067         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
13068         might be better in the end.
13069
13070         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
13071         with corresponding signal when it should be updated
13072
13073         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
13074
13075 2004-12-22  Havoc Pennington  <hp@redhat.com>
13076
13077         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
13078         find stuff on other pages, sort of (only returns one result on
13079         invisible pages, to show they have results; updates full results
13080         for a page when you view it). Currently repaints the current page
13081         every time a new result is found on any page, which isn't so nice.
13082
13083 2004-12-22  Havoc Pennington  <hp@redhat.com>
13084
13085         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13086         the document doesn't support find (better ideas?)
13087         (find_bar_search_changed_cb): handle missing document or document
13088         that doesn't support find
13089
13090         * pdf/xpdf/pdf-document.cc: port to implement the new
13091         EvDocumentFindIface
13092
13093         * backend/ev-document-find.c: create a new interface for searching
13094
13095         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13096
13097 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13098
13099         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13100         libevbackend.la.
13101
13102         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13103         EvPrintJob constructor arguments.
13104
13105         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13106         for documents that can export PostScript (page by page).
13107
13108         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13109         
13110         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13111         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13112         (pdf_document_ps_exporter_iface_init:
13113         Implement EvPSExporter.
13114
13115         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13116
13117 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13118
13119         * backend/Makefile.am:
13120         * backend/ev-document-thumbnails.c:
13121         (ev_document_thumbnails_get_type),
13122         (ev_document_thumbnails_get_thumbnail):
13123         * backend/ev-document-thumbnails.h:
13124         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13125         (pixbuf_document_thumbnails_get_thumbnail),
13126         (pixbuf_document_document_thumbnails_iface_init):
13127         * shell/Makefile.am:
13128         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13129         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13130         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13131         * shell/ev-sidebar-thumbnails.h:
13132         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13133         (ev_sidebar_set_document):
13134         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13135         (create_shadow), (ev_pixbuf_add_shadow):
13136         * shell/ev-utils.h:
13137         Add thumbnail support.
13138         
13139 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13140
13141         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13142         (using_postscript_printer): Set up a print dialog for "PostScript
13143         injection" method.
13144
13145         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13146         EvPrintJob.
13147
13148         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13149
13150 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13151
13152         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13153         (ps_document_set_target), (ps_document_get_page_size),
13154         (ps_document_render):
13155         * ps/gtkgs.h:
13156
13157         Fix a few bugs
13158
13159 2004-12-22  Christian Rose  <menthos@menthos.com>
13160
13161         * configure.ac: Added "sv" to ALL_LINGUAS.
13162
13163 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13164
13165         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13166         document supports bookmarks.
13167
13168 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13169
13170         * ps/ggvutils.c: (ggv_file_readable):
13171         * ps/ggvutils.h:
13172         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13173         (gtk_gs_get_postscript):
13174
13175         Remove unused utils
13176
13177 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13178
13179         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13180         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13181         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13182         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13183         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13184         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13185         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13186         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13187         (gtk_gs_set_antialiasing), (ps_document_load),
13188         (ps_document_render):
13189         * ps/gtkgs.h:
13190
13191         Another check point for the ps backend. Now I can get it to show
13192         pages!
13193
13194 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13195
13196         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13197         document setting code.
13198
13199 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13200
13201         * shell/eggfindbar.c: (entry_activate_callback):
13202         Animate the next button when activate is pressed.
13203         
13204 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13205
13206         * shell/ev-window.c: (ev_window_cmd_edit_find),
13207         (update_fullscreen_popup), (ev_window_fullscreen),
13208         (ev_window_unfullscreen), (ev_window_state_event_cb),
13209         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13210         Fix bugs in fullscreen code.
13211         
13212 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13213
13214         * Makefile.am:
13215         * configure.ac:
13216         * pixbuf/Makefile.am:
13217         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13218         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13219         (pixbuf_document_set_page), (pixbuf_document_get_page),
13220         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13221         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13222         (pixbuf_document_render), (pixbuf_document_begin_find),
13223         (pixbuf_document_end_find), (pixbuf_document_finalize),
13224         (pixbuf_document_class_init),
13225         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13226         * pixbuf/pixbuf-document.h:
13227         * shell/Makefile.am:
13228         * shell/ev-application.c: (ev_application_open):
13229         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13230         (ev_window_open):
13231         Add pixbuf backend.
13232         
13233 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13234
13235         * Makefile.am: 
13236         * dvi/dvilib/Makefile.am:
13237         * dvi/Makefile.am:
13238         * configure.ac: Auto*ify dvi and dvi/dvilib
13239
13240         * dvi/Makefile: Remove from CVS
13241         
13242         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13243         confusion.
13244
13245         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13246         
13247         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13248         
13249 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13250
13251         * ps/Makefile.am:
13252         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13253         (gtk_gs_value_adjustment_changed), (compute_size),
13254         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13255         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13256         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13257         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13258         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13259         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13260         (ps_document_load), (ps_document_get_n_pages),
13261         (ps_document_set_page), (ps_document_get_page),
13262         (ps_document_set_target), (ps_document_set_scale),
13263         (ps_document_set_page_offset), (ps_document_get_page_size),
13264         (ps_document_render), (ps_document_begin_find),
13265         (ps_document_end_find), (ps_document_document_iface_init):
13266         * ps/gtkgs.h:
13267         * shell/Makefile.am:
13268         * shell/ev-window.c: (ev_window_open):
13269
13270         Some work to integrate gtkgs with EvDocument
13271
13272 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13273
13274         * shell/ev-window.c: (update_fullscreen_popup),
13275         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13276         (exit_fullscreen_button_clicked_cb),
13277         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13278         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13279         (ev_window_state_event_cb), (ev_window_init):
13280         Add fullscreen support from Epiphany.
13281         
13282 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13283
13284         * data/ev-stock-zoom-fit-width.png: fit-width
13285         stock icon from gpdf.
13286         
13287         * shell/ev-stock-icons.[ch]: copied from gpdf.
13288         
13289         * shell/main.c: (main): init stock icons.
13290         
13291         * shell/ev-window.c: use the fit-width icon.
13292         
13293         * data/evince-ui.xml: add zooming toolbar items.
13294
13295 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13296
13297         * shell/ev-view.c: 
13298         (ev_view_best_fit), (ev_view_fit_width): because
13299         get_page_size() returns the scaled page size, we
13300         need to calculate the scale factor relative to
13301         the previous scale factor. Should really just
13302         add get_real_page_size().
13303
13304 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13305
13306         * shell/ev-view.[ch]:
13307         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13308         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13309         add zooming.
13310         
13311         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13312         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13313         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13314         hook it up.
13315         
13316         * pdf/xpdf/pdf-document.cc:
13317         (pdf_document_begin_find),
13318         (pdf_document_end_find): make static.
13319
13320 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13321
13322         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13323
13324         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13325         names to fontconfig patterns.
13326         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13327
13328         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13329         setupBaseFontsFc.
13330
13331 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13332
13333         * Makefile.am:
13334         * configure.ac:
13335         * ps/Makefile.am:
13336         * ps/ggvutils.c:
13337         * ps/ggvutils.h:
13338         * ps/gsdefaults.c:
13339         * ps/gsdefaults.h:
13340         * ps/gsio.c:
13341         * ps/gsio.h:
13342         * ps/gtkgs.c:
13343         * ps/gtkgs.h:
13344         * ps/ps.c:
13345         * ps/ps.h:
13346
13347         Import ggv backend. Not hooked up yet.
13348
13349 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13350
13351         * shell/main.c: (load_files), (main): load files
13352         from the command line.
13353
13354 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13355
13356         * configure.ac: don't require bonobo.
13357         
13358         * cut-n-paste/recent-files/*: kill bonobo recent
13359         view.
13360
13361         * shell/ev-window.c:
13362         (ev_window_is_empty): upd.
13363         (unable_to_load), (ev_window_open): load backend
13364         based on the mime type.
13365
13366 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13367
13368         * backend/.cvsignore: ignore generated marshalers source.
13369
13370         * shell/main.c (main): this is not epiphany.
13371
13372 2004-12-22  Havoc Pennington  <hp@redhat.com>
13373
13374         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13375         (expose_bin_window): draw find highlights
13376
13377         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13378         
13379         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13380         (pdf_document_end_find): implement this interface
13381
13382         * backend/ev-document.c (ev_document_found): add this to emit
13383         signal
13384
13385 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13386
13387         * data/evince-ui.xml: Add a few more toolbar items.
13388
13389         * shell/ev-window.c: Hook up page navigation toolbar 
13390         items.
13391
13392         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13393         a page-changed signal.
13394
13395         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13396         Add ev_document_get_page().
13397
13398         * shell/ev-window.c: Sensitize/desensitize navigation
13399         actions.
13400
13401 2004-12-21  Havoc Pennington  <hp@redhat.com>
13402
13403         * backend/ev-backend-marshal.c,
13404         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13405         marshaler-generator thingy. I'm sure there's a better way to do
13406         this in the modern world.
13407
13408         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13409         end_find methods and "found" signal.
13410
13411         * configure.ac: find glib-genmarshal
13412
13413 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13414
13415         * shell/ev-sidebar.c: Construct an actual sidebar.
13416         * shell/ev-sidebar-bookmarks.[ch]:
13417         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13418
13419 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13420
13421         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13422         Redo size handling.
13423         
13424         * shell/ev-view.c: Track the size from the document.
13425
13426 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13427
13428         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13429         constructor assumes ownership of the string passed in.
13430         
13431         * shell/ev-window.c (ev_window_open): Destroy the error
13432         dialog once we've displayed it.
13433
13434 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13435
13436         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13437         a bit, it works! (sort of)
13438
13439         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13440         Move to .cc since we need to use C++ in the implementation.
13441
13442         * shell/dummy.cc: Add a CC file to force evince
13443         to be linked as a C++ program.
13444
13445 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13446
13447         * shell/ev-view.[ch]: Start of content-area widget.
13448
13449         * shell/ev-window.c: Create a EvView, update it
13450         as we change documents.
13451
13452         * shell/Makefile.am shell/ev-marshal.list: Add
13453         generated marshalers.
13454
13455 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13456
13457         * Makefile.am (SUBDIRS): move shell.
13458
13459 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13460
13461         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13462         .a to libtool convenience libraries.
13463
13464         * shell/ev-window.c (ev_window_open): Hard code loading
13465         a PDF document.
13466         
13467         * backend/ev-document.h: Add a boolean return to load(),
13468         fix GError * to GError **.
13469
13470         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13471         object for a PDF backend EvDocument.
13472
13473 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13474
13475         * dvi/*: New directory with the beginning of a .dvi backend.
13476
13477 2004-12-21  Havoc Pennington  <hp@redhat.com>
13478
13479         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13480         previous/next instead of back/forward
13481
13482 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13483
13484         * backend/ev-document.[ch]: Fix a couple of problems so
13485         it compile.
13486
13487 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13488
13489         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13490         to backend/ directory, rename EvViewer to EvDocument.
13491
13492 2004-12-21  Havoc Pennington  <hp@redhat.com>
13493
13494         * shell/ev-window.c: hook up the find bar widget; now we just need
13495         a document to find things in
13496
13497         * shell/eggfindbar.c: a find bar widget
13498
13499 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13500
13501         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13502
13503 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13504
13505         * pdf/**: Import of xpdf code from gpdf. 
13506
13507         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13508
13509         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13510         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13511         Fix FreeType includes.
13512
13513         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13514         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13515         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13516         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13517         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13518         Include xpdfconfig.h
13519         
13520 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13521
13522         * shell/ev-window.c (ev_window_dispose): dispose can be called
13523         multiple times.
13524
13525 2004-12-21  Havoc Pennington  <hp@redhat.com>
13526
13527         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13528         rather than Evince
13529
13530         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13531         items; really they should be synced with the strings, etc. from
13532         current gpdf, but just getting the boring typing out of the way 
13533
13534 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13535
13536         * po/POTFILES.in:
13537         * shell/ev-application.c: (window_destroy_cb):
13538         * shell/ev-window.c:
13539         * shell/main.c: (main):
13540
13541         Actually show the window...
13542
13543 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13544
13545         * Makefile.am:
13546         * shell/Makefile.am:
13547         * shell/ev-application.c: (ev_application_class_init):
13548         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13549
13550         Make it build again
13551
13552 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13553
13554         Import to gnome cvs.
13555         
13556         * Remove copies of gpdf and ggv trees.
13557         * Rip out all the recursive configure code.
13558         * Remove bonobo machinery.
13559         * viewer/*: GInterfaces that backends should/can implement.
13560
13561 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13562
13563         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13564         typo
13565
13566 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13567
13568         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13569         (ev_application_finalize, ev_application_class_init)
13570         (ev_application_init): use GType instance private data for priv.
13571
13572         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13573         (ev_window_finalize, ev_window_class_init)
13574         (ev_window_init): ditto.
13575
13576 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13577
13578         * shell/ev-application.c (ev_application_new_window): make public
13579         (ev_application_show_initial_window): kill.
13580
13581         * shell/ev-application.h: update prototypes.
13582
13583         * shell/main.cc (main): inline ev_application_show_initial_window.
13584
13585 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13586
13587         * shell/ev-application.c (ev_application_new_window): impl.
13588         (ev_application_show_initial_window): use it.
13589         (is_window_empty, ev_application_get_empty_window): returns an
13590         existing empty window or a new one.
13591         (ev_application_open): from ev_window_cmd_file_open.
13592
13593         * shell/ev-application.h: update prototypes
13594
13595         * shell/ev-window.c (ev_window_is_empty): impl.
13596         (ev_window_open): make public.
13597         (ev_window_cmd_file_open): use ev_application_open
13598
13599         * shell/ev-window.h: update prototypes, remove unused.
13600
13601 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13602
13603         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13604         move destroy handler out of here...
13605
13606         * shell/ev-application.c, shell/ev-application.h: ...into this new
13607         class. Also handles initial window creation.
13608
13609         * shell/main.cc (main): use EvApplication to create initial
13610         window.
13611
13612 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13613
13614         * Makefile.am (SUBDIRS): add cut-n-paste
13615
13616         * cut-n-paste/Makefile.am: add
13617
13618         * configure.ac: generate Makefiles in cut-n-paste
13619
13620 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13621
13622         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13623         (ev_window_class_init): install ev_window_dispose.
13624
13625 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13626
13627         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13628         char (gchar looks stupid).
13629
13630 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13631
13632         * po/de.po: updated German translation.
13633
13634 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13635
13636         * configure.ac: add more pkg-config library checks for gnome-vfs,
13637         bonobo etc.
13638
13639         * gpdf/configure.in: temporarily disable libpaper
13640         checks. Otherwise I'd have to add the checks for the shell, too.
13641
13642 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13643
13644         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13645         and * file filters to the file choose.
13646
13647 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13648
13649         * po/de.po: Updated German translation.
13650
13651 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13652
13653         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13654
13655 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13656
13657         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13658
13659         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13660         (ev_window_init): implement those menuitems.
13661
13662 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13663
13664         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13665
13666         * shell/ev-window.c (ev_window_init): use the toolbar.
13667
13668 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13669
13670         * shell/ev-window.c (ev_window_init): use menu translations
13671
13672 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13673
13674         * configure.ac: add "de" to ALL_LINGUAS.
13675
13676         * po/de.po: add German translation.
13677
13678 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13679
13680         * Makefile.am (SUBDIRS): add po
13681
13682         * configure.ac: check intltool, glib-gettext etc, generate
13683         po/Makefile.in
13684
13685         * po, po/POTFILES.in, po/POTFILES.skip: new.
13686
13687 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13688
13689         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13690         already use (#ifdef ENABLE_NLS)
13691
13692         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13693         pointer indirection thinko.
13694
13695         * shell/main.c: include gi18n.h for bindtextdomain etc.
13696
13697 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13698
13699         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13700         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13701         tooltips for menu items in the statusbar.
13702
13703 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13704
13705         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13706         pkgdatadir drop UIDIR
13707
13708 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13709
13710         * data/evince-ui.xml: Add File->Open menu item
13711
13712         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13713         chooser), hook it up in the ui manager.
13714
13715 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13716
13717         * shell/ev-window.c: fix Help->About tooltip.
13718
13719 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13720
13721         * configure.ac: set CFLAGS for libevprivate.
13722
13723         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13724         definitions, factory etc.
13725
13726         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13727
13728         * shell/Makefile.am: link against libevprivate.a.
13729
13730         * shell/ev-window.c (entries): add stock icon to Help->About.
13731
13732         * shell/main.c (main): init stock icon code.
13733
13734 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13735
13736         * lib/recent-files: egg recent files code
13737
13738         * lib/Makefile.am: add.
13739
13740         * Makefile.am: add lib subdir.
13741
13742         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13743         set CFLAGS for recent-files.
13744
13745 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13746
13747         * configure.ac: disable -ansi and -pedantic gcc flags. They
13748         disable POSIX stuff in stdio.h, but egg-recent uses them.
13749
13750 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13751
13752         * configure.ac: add --disable-deprecated flag (defaults to on in
13753         "cvs" builds).
13754
13755         * shell/Makefile.am (INCLUDES): use it.
13756
13757 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13758
13759         * shell/main.c: add missing #include.
13760
13761         * shell/ev-window.c: fix for pedantic gcc.
13762         (ev_window_cmd_help_about): split license into paragraphs for
13763         translators and pedantic compilers.
13764
13765 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13766
13767         * configure.ac: add more warning flags if compiling with gcc from
13768         cvs (or explicitly requested with --enable-more-warnings).
13769
13770 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13771
13772         * data/evince-ui.xml: add File and File->Close menu.
13773
13774         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13775         (ev_window_destroy): quit after destroy.
13776         (ev_window_class_init): override GtkObject::destroy.
13777         (entries): install close_window callback.
13778
13779 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13780
13781         * Makefile.am (SUBDIRS): add data subdir.
13782
13783         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13784         gtk+ 2.5.0 for GtkAboutDialog.
13785
13786         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13787         main window.
13788
13789         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13790
13791         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13792         manager.
13793         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13794
13795 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13796
13797         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13798
13799 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13800
13801         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13802
13803 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13804
13805         * shell/*: Added shell directory boilerplate, build it.
13806
13807 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13808
13809         * configure.ac, Makefile.am: Added top-level configure.ac and
13810         Makefile.am