]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Fixes check for default units string translation. Bug #533323.
[evince.git] / ChangeLog
1 2008-05-19  Matthias Drochner  <M.Drochner@fz-juelich.de>
2
3         * properties/ev-properties-view.c (get_default_user_units):
4         Fixes check for default units string translation. Bug #533323.
5
6 2008-05-01  Hans Petter Jansson  <hpj@novell.com>
7
8         * backend/impress/iksemel.c (sax_core): Fix a free() that should
9         be an iks_free(). Fix an array overflow in the XML parser that
10         would occur whenever the number of attributes in a tag was greater
11         than 0 and divisible by 6. Fixes GNOME bug #530852.
12
13 2008-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
14
15         * backend/djvu/djvu-document-private.h:
16         * backend/djvu/djvu-links.c:
17         * backend/djvu/djvu-text.c:
18         * backend/djvu/djvu-document.c: (djvu_handle_events),
19         (djvu_wait_for_message), (djvu_document_load),
20         (document_get_page_size), (djvu_document_render),
21         (djvu_document_thumbnails_get_thumbnail),
22         (djvu_document_file_exporter_end):
23
24         Make sure load job doesn't finish successfully when the document
25         is not successfully decoded by libdjvu. Fixes bug #530202.
26         
27 2008-04-27  Carlos Garcia Campos  <carlosgc@gnome.org>
28
29         * configure.ac:
30         * libdocument/Makefile.am:
31         * libdocument/ev-debug.[ch]:
32         * libdocument/ev-document.c:
33         * shell/ev-jobs.c: (ev_job_links_dispose),
34         (ev_job_render_dispose), (ev_job_thumbnail_dispose),
35         (ev_job_print_dispose), (ev_job_finished), (ev_job_links_new),
36         (ev_job_links_run), (ev_job_render_new), (notify_page_ready),
37         (ev_job_render_page_ready), (ev_job_render_run),
38         (ev_job_thumbnail_new), (ev_job_thumbnail_run),
39         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_load_dispose),
40         (ev_job_load_new), (ev_job_load_set_uri), (ev_job_load_run),
41         (ev_job_save_dispose), (ev_job_save_new), (ev_job_save_run),
42         (ev_job_print_new), (ev_job_print_run):
43         * shell/main.c: (main):
44
45         Add debug mode based on gedit code. Add debug messages in
46         ev-jobs.
47         
48 2008-04-24  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * libdocument/ev-document-factory.c: (get_document_from_uri):
51
52         Fix memory leak.
53         
54 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
55
56         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
57         (get_mime_type_from_data), (get_document_from_uri),
58         (ev_document_factory_get_document):
59         
60         Improved error message about file opening failture.
61         Bug #529129.
62
63 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
64
65         * data/evince-toolbar.xml:
66         
67         Allow to add SaveAs to toolbar.
68
69 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * shell/ev-view-private.h:
72         * shell/ev-view.[ch]: (ev_view_button_release_event),
73         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
74         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
75         (ev_view_update_primary_selection), (clear_link_selected),
76         (ev_view_copy_link_address):
77         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
78
79         Update also the primary selection when copying a link
80         address. Fixes bug #520855.
81         
82 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
83
84         * libdocument/ev-document-factory.c: (get_document_from_uri):
85
86         Use the pixbuf backend only when the mime type is not supported by
87         any of the other backend so that tiff documents, for instance, are
88         handled by the tiff backend instead of the pixbuf backend. fixes
89         bug #520290.
90         
91 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * cut-n-paste/Makefile.am:
94
95         Add evmountoperation to subdirs list.
96         
97 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
98
99         * configure.ac:
100
101         Fix libspectre check in configure script. Fixes bug #528549.
102         
103 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
104
105         * configure.ac:
106         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
107         * shell/Makefile.am:
108         * shell/ev-window.c: (ev_window_load_remote_failed),
109         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
110
111         Add GtkMountOperation (renamed to avoid conflicts) to be able to
112         open documents in remote locations that are not mounted.
113         
114 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
115
116         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
117         (bitmap_convert_msb8):
118         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
119         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
120
121         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
122         
123 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
126         (ev_job_render_new), (ev_job_render_set_selection_info),
127         (ev_job_render_run):
128         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
129         (check_job_size_and_unref),
130         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
131         (add_job), (ev_pixbuf_cache_get_selection_surface):
132
133         Create the render context needed for rendering a page in the render
134         thread so that we don't block the main thread. Simplify
135         EvJobRender API.
136         
137 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * libdocument/Makefile.am:
140         * libdocument/ev-page.[ch]:
141         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
142         (ev_render_context_new), (ev_render_context_set_page):
143         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
144         (ev_form_field_finalize), (ev_form_field_class_init):
145         * libdocument/ev-document-forms.[ch]:
146         (ev_document_forms_get_form_fields):
147         * libdocument/ev-document.[ch]: (ev_document_get_page),
148         (ev_document_get_page_size), (ev_document_get_page_label):
149         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
150         (ev_job_render_run), (ev_job_thumbnail_new),
151         (ev_job_thumbnail_run), (ev_job_print_run):
152         * shell/ev-page-cache.c: (ev_page_cache_new):
153         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
154         (check_job_size_and_unref), (add_job):
155         * shell/ev-sidebar-thumbnails.c: (add_range):
156         * shell/ev-view.c: (ev_view_form_field_get_region),
157         (ev_view_form_field_button_create_widget),
158         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
159         (ev_view_handle_form_field), (ev_view_size_allocate),
160         (get_selected_text):
161         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
162         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
163         (pdf_document_get_page), (pdf_document_get_page_label),
164         (pdf_document_render), (pdf_document_get_info),
165         (pdf_document_document_iface_init),
166         (pdf_document_thumbnails_get_thumbnail),
167         (pdf_document_thumbnails_get_dimensions),
168         (pdf_document_file_exporter_do_page),
169         (pdf_selection_render_selection),
170         (pdf_selection_get_selected_text),
171         (pdf_selection_get_selection_region),
172         (pdf_selection_get_selection_map),
173         (pdf_document_forms_get_form_fields),
174         (pdf_document_forms_form_field_text_get_text),
175         (pdf_document_forms_form_field_text_set_text),
176         (pdf_document_forms_form_field_button_set_state),
177         (pdf_document_forms_form_field_button_get_state),
178         (pdf_document_forms_form_field_choice_get_item),
179         (pdf_document_forms_form_field_choice_get_n_items),
180         (pdf_document_forms_form_field_choice_is_item_selected),
181         (pdf_document_forms_form_field_choice_select_item),
182         (pdf_document_forms_form_field_choice_toggle_item),
183         (pdf_document_forms_form_field_choice_unselect_all),
184         (pdf_document_forms_form_field_choice_set_text),
185         (pdf_document_forms_form_field_choice_get_text):
186         * backend/ps/ev-spectre.c: (ps_document_get_page),
187         (ps_document_get_page_size), (ps_document_get_page_label),
188         (ps_document_render), (ps_document_document_iface_init),
189         (ps_document_file_exporter_do_page):
190         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
191         (tiff_document_render), (tiff_document_render_pixbuf),
192         (tiff_document_file_exporter_do_page):
193         * backend/pixbuf/pixbuf-document.c:
194         (pixbuf_document_get_page_size):
195         * backend/comics/comics-document.c:
196         (comics_document_get_page_size), (comics_document_render_pixbuf):
197         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
198         (djvu_document_render), (djvu_selection_get_selected_text),
199         (djvu_document_thumbnails_get_thumbnail),
200         (djvu_document_file_exporter_do_page),
201         (djvu_document_find_get_result):
202         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
203         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
204         (dvi_document_thumbnails_get_thumbnail),
205         (dvi_document_file_exporter_do_page):
206         * backend/impress/impress-document.c:
207         (impress_document_get_page_size),
208         (impress_document_render_pixbuf):
209         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
210
211         Add EvPage so that we can hold a reference to the backend
212         page. Form fields keep now a reference to the poppler page
213         improving performance since we don't have to create/destroy the
214         poppler field for every form operation. This will be needed for
215         annotations too.
216         
217 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
218
219         * data/evince-ui.xml:
220         * shell/ev-window.c:
221
222         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
223         
224 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
225
226         * configure.ac:
227         * backend/ps/Makefile.am:
228
229         Remove gs stuff from ps backend.
230         
231 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
232
233         * configure.ac:
234         * backend/pdf/ev-poppler.cc:
235
236         Bump poppler requirement to 0.8.0.
237         
238 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
239
240         * NEWS:
241         * configure.ac:
242
243         Update for release 2.22.1.1
244
245 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
246
247         * configure.ac:
248
249         Fix build (again) when poppler version is 0.6
250         
251 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * backend/djvu/djvu-links.c: (build_tree):
254
255         Make sure link title is a valid utf8 string. Fixes bug #526517.
256         
257 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
258
259         * configure.ac:
260
261         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
262         #526799.
263         
264 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
265
266         * configure.ac:
267         
268         Update for release 2.22.1.
269
270 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * NEWS:
273
274         Update for upcoming release.
275
276 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * configure.ac:
279         * backend/dvi/dvidocument.evince-backend.in:
280
281         Add compressed dvi to the list of supported mime types. Patch by
282         Ed Catmur. Fixes bug #307087.
283
284 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
285
286         * shell/ev-jobs.c: (ev_job_print_get_page_list):
287
288         Fix a crash when printing a range that doesn't specify the start or
289         end page. Fixes bug #524288.
290
291 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-window.c: (ev_window_cmd_continuous),
294         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
295         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
296         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
297         (ev_window_run_presentation), (ev_window_stop_presentation),
298         (ev_window_cmd_view_presentation),
299         (ev_window_cmd_leave_fullscreen),
300         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
301
302         Do not unfullscreen and fullscreen again the window when changing
303         from fullscreen to presentation mode and vice versa. Fixes bug
304         #524112.
305         
306 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
309
310         Do not crash when thumbnail failed to render in PS backend. Fixes
311         bug #525015.
312         
313 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * shell/ev-window.c: (window_open_file_copy_ready_cb),
316         (ev_window_load_file_remote), (ev_window_open_uri):
317
318         Handle errors when opening remote files.
319         
320 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
321
322         * shell/ev-page-action.c: (ev_page_action_grab_focus):
323
324         Only grab the focus for the current visible proxy widget. Fixes
325         bug #521224.
326         
327 2008-03-30  Emil Soleyman  <emil@nishra.com>
328
329         * shell/ev-window.c: (launch_external_uri):
330         
331         Reuse g_app_info_launch_default_for_uri to
332         save some code and fix bug #525009.
333
334 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
335
336         * shell/ev-window.c (image_save_dialog_response_cb):
337
338         Use g_str_has_suffix. See bug #523069.
339
340 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * configure.ac:
343
344         Add a configure option to enable/diable DBus. Patch by Rémi
345         Cardona. Fixes bug 521797.
346
347 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
350
351         Fix printing in documents with rotated pages. Patch by Eugen
352         Dedu. Fixes bug #512648.
353         
354 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
355
356         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
357         (ev_link_from_action):
358
359         Fix warning messages.
360         
361 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * shell/ev-window.c: (image_save_dialog_response_cb):
364
365         Do not append the extension to filename when saving an image
366         if the filename alredy contains the extension. Fixes bug #523069.
367         
368 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * shell/ev-view.[ch]: (ev_view_find_cancel):
371         * shell/ev-window.c: (find_bar_close_cb):
372
373         Cancel the find operation when the find bar is closed. Fixes bug
374         #508845.
375         
376 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
377
378         * backend/ps/psdocument.evince-backend.in:
379
380         Make ps backend module resident. Fixes bug #520607.
381         
382 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * shell/ev-jobs.c: (ev_job_print_run):
385
386         Invert collate action in order to work as expected, fix reverse
387         printing so that it doesn't start with a blank page and fix number
388         of copies. Patch by Eugen Dedu. Fixes bug #365332.
389         
390 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
393
394         Fix build with poppler <= 0.7.2
395         
396 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * libdocument/ev-document-misc.c:
399         (ev_document_misc_surface_from_pixbuf):
400
401         Fix selections with poppler-splash.
402         
403 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
404
405         * configure.ac:
406         * backend/pdf/ev-poppler.cc:
407
408         Fix build with poppler >= 0.7.2
409         
410 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
411
412         * configure.ac:
413         
414         Update for release 2.22.0
415
416 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * NEWS:
419
420         Update for upcoming release.
421
422 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
423
424         * shell/ev-window.c (ev_window_print_dialog_response_cb):
425
426         Bug 495107 – Handle print dialog responses correctly
427
428         Correctly handle print dialog response. Properly fixes
429         the above mentioned bug.
430
431 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
434
435         Make sure print job is only run when the print button is
436         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
437         
438 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
439
440         * backend/pdf/pdfdocument.evince-backend.in:
441         * libdocument/ev-backends-manager.c:
442         (ev_backends_manager_load_backend),
443         (ev_backends_manager_get_document):
444         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
445
446         Allow making backend modules resident. This is needed only for
447         some backends like pdf to avoid registering glib types more than
448         once.
449         
450 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
451
452         * backend/comics/comics-document.c:
453         * backend/djvu/djvu-document.c:
454         * backend/impress/impress-document.c:
455         * backend/pdf/ev-poppler.cc:
456         * backend/pixbuf/pixbuf-document.c:
457         * backend/ps/ev-spectre.c:
458         * backend/ps/ps-document.c:
459         * backend/tiff/tiff-document.c:
460         * libdocument/ev-document.h:
461         * properties/ev-properties-main.c:
462
463         Use g_type_module_add_interface instead of
464         g_type_add_interface_static. Fixes bug #519679.
465         
466 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
467
468         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
469         Added. Returns whether the animation has everything necessary to run.
470         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
471         is ready just because it's been created. Fixes #519106.
472         (draw_one_page): Do not show the "Loading..." text in presentation
473         mode, there was a slim probability that this could happen.
474
475 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
478
479         Duplicate mime_type string before freeing it so that it doesn't
480         always fail when getting mime type from uri. Fixes bug #518874.
481         
482 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * shell/ev-view.c: (ev_view_form_field_choice_changed):
485
486         Fix a crash when a choice form field doesn't have any item
487         selected. Fixes bug #518831
488         
489 2008-02-25  Alexander Larsson  <alexl@redhat.com>
490
491         * shell/ev-window.c (ev_window_clear_temp_file):
492         Use g_file_has_prefix instead of renamed
493         g_file_contains_file.
494
495         * configure.ac:
496         Require new glib for above change.
497         
498 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
499
500         * libdocument/ev-image.c: (ev_image_finalize),
501         (ev_image_save_tmp):
502
503         Return a real uri instead of a filename when saving an
504         image. Fixes images drag an drop from evince to nautilus. 
505         
506 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
507
508         * backend/pdf/ev-poppler.cc:
509         (pdf_document_images_get_image_mapping):
510
511         Return the image list in the right order. Fixes bug #516237.
512         
513 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
514
515         * backend/impress/impress-document.c:
516         (impress_document_thumbnails_get_thumbnail):
517
518         Remove unused variable to avoid a compiler warning.
519
520 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
521
522         * configure.ac:
523         
524         Update for release 2.21.91.
525
526 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * configure.ac:
529         * shell/Makefile.am:
530         * shell/ev-application.[ch]:
531         * shell/ev-sidebar-links.c:
532         * shell/ev-utils.[ch]:
533         * shell/ev-window.[ch]:
534
535         Remove libgnomeprint support. Fixes bug #512370.
536         
537 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
538
539         * thumbnailer/evince-thumbnailer.c: (main):
540
541         Initialize glib type system before using it. Fixes bug #513934.
542         
543 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
544
545         * properties/ev-properties-main.c:
546
547         Add missing #include.
548         
549 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
550
551         * configure.ac:
552         * backend/djvu/djvu-document.c: (djvu_document_render):
553         * backend/tiff/tiff-document.c: (tiff_document_render):
554
555         Use the new cairo function cairo_format_stride_for_width when
556         available. Fixes bug #482720.
557
558 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
559
560         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
561         (get_mime_type_from_data), (get_document_from_uri):
562
563         Use g_content_type_guess() only when slow is true in
564         get_document_from_uri(). Fix several memory leaks.
565         
566 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
567
568         * libdocument/ev-document-factory.c:
569         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
570         (get_document_from_uri):
571
572         Use g_content_type_guess () to get mimetype for files.
573         Bug #510401.
574
575 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * thumbnailer/Makefile.am:
578
579         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
580         
581 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * configure.ac:
584
585         Fix build with --without-libgnome. Fixes bug #512771.
586         
587 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
588
589         * backend/dvi/Makefile.am: Install only dvi
590         module. Fixes bug #512718.
591
592 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
593
594         * properties/ev-properties-main.c: (nautilus_module_initialize):
595         
596         Initialize backends in properties tab. Fixes bug
597         #512720.
598
599 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
600
601         * properties/Makefile.am: No need to link with 
602         libraries. Fixes bug #512719.
603
604 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
605
606         * NEWS:
607         * configure.ac:
608         
609         Update for release 2.21.90.
610
611 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
612
613         * shell/ev-window.c: (ev_window_cmd_escape):
614
615         Fix compile warning.
616         
617 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
618
619         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
620
621         Fix printing in dvi backend when filename contains white
622         espaces. Fixes bug #502839.
623         
624 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
625
626         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
627         (screensaver_disable_x11):
628         * shell/Makefile.am:
629         * shell/xdg-user-dir-lookup.c: Removed
630         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
631         * shell/ev-view.c: (ev_view_presentation_transition_start):
632         * shell/ev-window.c: (ev_window_cmd_file_open),
633         (ev_window_cmd_save_as), (presentation_set_timeout):
634
635         Remove #ifdefs that are no longer needed.
636         
637 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
638
639         * shell/ev-view.[ch]: (ev_view_button_release_event),
640         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
641         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
642         (ev_window_cmd_escape):
643
644         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
645         
646 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
647
648         * configure.ac:
649         * backend/comics/comics-document.c: (comics_document_load):
650         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
651         (ev_attachment_set_property), (ev_attachment_init),
652         (ev_attachment_save), (ev_attachment_launch_app),
653         (ev_attachment_open):
654         * libdocument/ev-document-factory.c: (get_document_from_uri):
655         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
656         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
657         * shell/ev-jobs.c:
658         * shell/ev-password.c: (ev_password_dialog_set_property),
659         (ev_password_dialog_save_password):
660         * shell/ev-sidebar-attachments.c:
661         (ev_sidebar_attachments_drag_data_get):
662         * shell/ev-window-title.c: (get_filename_from_uri):
663         * shell/ev-window.c: (ev_window_clear_temp_file),
664         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
665         (ev_window_open_uri), (window_save_file_copy_ready_cb),
666         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
667         (launch_external_uri), (image_save_dialog_response_cb),
668         (attachment_save_dialog_response_cb):
669         * shell/main.c: (load_files), (load_files_remote), (main):
670         * thumbnailer/evince-thumbnailer.c: (main):
671
672         Port to gio and drop gnome-vfs dependency. Fixes bug
673         #510401. Based on patch by Cosimo Cecchi.
674         
675 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
676
677         * NEWS:
678
679         Fixed formatting inconsistencies (spaces vs. tabs)
680
681 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
682
683         * shell/ev-window.c:
684
685         Use top/up/bottom/down arrows instead of
686         first/left/last/right in the toolbar and menu actions.
687         This fixes issues with RTL languages and is visually
688         consistent with the page view. Fixes bug #170081.
689
690 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
691
692         * NEWS:
693
694         Fixed some inaccuracies pointed out by Carlos Garcia
695         Campos.
696
697 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
698
699         * NEWS:
700         * data/evince.schemas.in:
701         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
702
703         Override PDF restrictions by default. Fixes bug #382700.
704
705 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
706
707         * NEWS: Updated for upcoming release
708
709 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
712
713         Fix memory leak.
714         
715 2008-01-23  Gil Forcada <gilforcada@guifi.net>
716
717         * shell/ev-window.c: (register_custom_actions):
718         
719         Added comment for translators
720
721 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
722
723         * shell/ev-view.c: (ev_view_button_release_event):
724
725         Do not create the idle function for kinetic scrolling if we are
726         not in a drag operation.
727
728 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
729
730         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
731         (ev_view_button_press_event), (ev_view_motion_notify_event),
732         (ev_view_button_release_event):
733
734         Restore cursor after autoscrolling. Fixes bug #509958.
735
736 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
737
738         * configure.ac:
739         * backend/pdf/ev-poppler.cc:
740         (pdf_document_images_get_image_mapping),
741         (pdf_document_images_get_image),
742         (pdf_document_document_images_iface_init):
743         * libdocument/ev-document-images.[ch]:
744         (ev_document_images_get_image_mapping),
745         (ev_document_images_get_image):
746         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
747         (ev_image_get_id), (ev_image_save_tmp):
748         * shell/ev-jobs.c: (ev_job_render_run):
749         * shell/ev-view.c: (ev_view_drag_data_get):
750         * shell/ev-window.c: (image_save_dialog_response_cb),
751         (ev_view_popup_cmd_copy_image):
752
753         Do not render images when rendering the page but on demand. It
754         reduces the memory comsumption.
755         
756 2008-01-18  Marcelo Lira  <setanta@gmail.com>
757
758         * configure.a:
759         * shell/ev-password.c:
760
761         Make gnome-keyring optional. Fixes bug #509676.
762         
763 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * shell/ev-pixbuf-cache.c: (add_job):
766
767         Initialize include_images variable as FALSE instead of TRUE.
768         
769 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
770
771         * configure.ac:
772         * cut-n-paste/Makefile.am:
773         * cut-n-paste/fileformatchooser/Makefile.am:
774         * cut-n-paste/fileformatchooser/egg-macros.h:
775         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
776         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
777         * shell/Makefile.am:
778         * shell/ev-utils.c:
779         (file_chooser_dialog_add_writable_pixbuf_formats),
780         (get_gdk_pixbuf_format_by_extension):
781         * shell/ev-utils.h:
782         * shell/ev-window.c: (ev_window_error_message),
783         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
784         
785         Simplify image format selection on save.
786
787 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
788
789         * shell/ev-view.c: (ev_view_scroll_event):
790         
791         Repair gorizontal scrolling with shift. Fixes
792         bug #483412.
793
794 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
795         
796         * MAINTAINERS:
797
798         Fix formatting issues.
799         
800 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
801
802         * backend/comics/comics-document.c: (comics_regex_quote):
803         
804         Don't overquote special chars except of '. See bug 
805         502500. Thanks to Tom Parker.
806
807 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
808
809         * MAINTAINERS:
810         
811         Added Nickolay and Carlos, since they're doing most of
812         the releases nowadays.
813
814 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
815
816         * properties/Makefile.am:
817
818         Get the nautilus extension dir properly instead of using
819         a hack. Fixes bug #505359.
820
821 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
822
823         * properties/Makefile.am:
824         
825         Install nautilus extension into new place. See bug
826         #505359. Thanks to Matthias Clasen, Brian Pepple and
827         Damien Carbery.
828
829 2008-01-13  Djihed Afifi  <djihed@gmail.com>
830
831         * shell/ev-window.c: (ev_window_get_recent_file_label):
832         
833         RTL marker in recent file list. See bug #509076.
834
835 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
838         * shell/ev-window.c: (image_save_dialog_response_cb):
839
840         Fix compile warnings due to unused variables.
841         
842 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
843
844         * configure.ac:
845         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
846         * backend/ps/ev-spectre.c: (ps_document_render):
847
848         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
849
850 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
851
852         * shell/ev-transition-animation.c (ev_transition_animation_fade)
853         (ev_transition_animation_paint): Implement "fade" effect.
854
855 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
856
857         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
858         (ev_transition_animation_paint): Implement "uncover" effect.
859
860 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
861
862         * shell/ev-transition-animation.c (ev_transition_animation_cover)
863         (ev_transition_animation_paint): Implement "cover" effect.
864
865 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
866
867         * shell/ev-transition-animation.c (ev_transition_animation_push)
868         (ev_transition_animation_paint): Implement "push" effect.
869
870 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
871
872         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
873         (ev_transition_animation_paint): Implement "dissolve" effect.
874
875 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
876
877         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
878         (ev_transition_animation_paint): Implement "wipe" effect.
879
880 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
881
882         * shell/ev-transition-animation.c (ev_transition_animation_box)
883         (ev_transition_animation_paint): Implement "box" effect.
884
885 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
886
887         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
888         (ev_transition_animation_paint): Implement "blinds" effect.
889
890 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
891
892         * shell/ev-transition-animation.c (ev_transition_animation_split)
893         (ev_transition_animation_paint): Implement "split" effect.
894
895 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
896
897         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
898         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
899         (ev_view_transition_animation_start) 
900         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
901         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
902         (ev_view_next_page) (ev_view_previous_page):
903         
904         Use EvTransitionAnimation to drive page changes in the presentation
905         mode, the animation will wait to start until both the origin and 
906         destination page surfaces are available. Fixes #458460.
907
908         (draw_loading_text):
909
910         Remove workaround for bug #320352, it's now fixed properly.
911
912
913 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
914
915         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
916         will contain the implementations for page transition animations, at
917         the moment it just has the "replace" effect.
918         * shell/Makefile.am: Added these files to build.
919
920 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
921
922         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
923         animations.
924         * shell/Makefile.am: Added these files to build.
925
926 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
927
928         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
929         implementation to get_effect() in EvDocumentTransitionIface.
930
931 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
932
933         * libdocument/ev-transition-effect.[ch]: New files, define a page
934         transition effect, at the moment it maps PopplerPageTransition to a
935         GObject.
936         * libdocument/Makefile.am: Added these files to build.
937         * libdocument/ev-document-transition.[ch]
938         (ev_document_transition_get_effect): New method, gets the
939         EvTransitionEffect returned by the interface implementation, with
940         fallback to the "replace" effect.
941
942 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
943
944         * configure.ac:
945         * cut-n-paste/Makefile.am:
946         * cut-n-paste/fileformatchooser/Makefile.am:
947         * cut-n-paste/fileformatchooser/egg-macros.h:
948         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
949         * shell/Makefile.am:
950         * shell/ev-window.c: (image_save_dialog_response_cb),
951         (ev_view_popup_cmd_save_image_as):
952
953         Allow exporting images in any format supported by
954         GdkPixbuf. Fixes bug #500209.
955         
956 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
957
958         * backend/pixbuf/pixbuf-document.c:
959
960         More warnings fixed.
961         
962 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
963
964         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
965         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
966         * backend/djvu/djvu-text.h:
967         * backend/tiff/tiff-document.c: (tiff_document_render):
968
969         Fix compile warnings.
970         
971 2007-12-28  Christian Persch  <chpe@gnome.org>
972
973         * **/*.c: Include config.h. Bug #504721.
974
975 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * configure.ac:
978         * Makefile.am:
979         * po/POTFILES.in:
980         * backend/comics/Makefile.am:
981         * backend/comics/comics-document.[ch]:
982         * backend/comics/comicsdocument.evince-backend.in:
983         * backend/djvu/Makefile.am:
984         * backend/djvu/djvu-document.[ch]:
985         * backend/djvu/djvudocument.evince-backend.in:
986         * backend/dvi/Makefile.am:
987         * backend/dvi/dvi-document.[c]:
988         * backend/dvi/dvidocument.evince-backend.in:
989         * backend/impress/Makefile.am:
990         * backend/impress/impress-document.[ch]:
991         * backend/impress/impressdocument.evince-backend.in:
992         * backend/pdf/Makefile.am:
993         * backend/pdf/ev-poppler.cc:
994         * backend/pdf/ev-poppler.h:
995         * backend/pdf/pdfdocument.evince-backend.in:
996         * backend/pixbuf/Makefile.am:
997         * backend/pixbuf/pixbuf-document.[ch]:
998         * backend/pixbuf/pixbufdocument.evince-backend.in:
999         * backend/ps/Makefile.am:
1000         * backend/ps/ev-spectre.[ch]:
1001         * backend/ps/ps-document.[ch]:
1002         * backend/ps/psdocument.evince-backend.in:
1003         * backend/tiff/Makefile.am:
1004         * backend/tiff/tiff-document.[ch]:
1005         * backend/tiff/tiffdocument.evince-backend.in:
1006         * libdocument/Makefile.am:
1007         * libdocument/ev-backends-manager.[ch]:
1008         * libdocument/ev-module.[ch]:
1009         * libdocument/ev-document.h:
1010         * libdocument/ev-document-factory.[ch]:
1011         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
1012         (get_compression_from_mime_type), (get_document_from_uri),
1013         (ev_document_factory_get_document), (file_filter_add_mime_types),
1014         (ev_document_factory_add_filters):
1015         * shell/Makefile.am:
1016         * shell/ev-window-title.c: (get_filename_from_uri):
1017         * shell/main.c: (main):
1018         * thumbnailer/Makefile.am:
1019         * thumbnailer/evince-thumbnailer.c: (main):
1020
1021         Plugin system for backends. Fixes bug #351348.
1022         
1023 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1024
1025         * shell/ev-view-private.h:
1026         * shell/ev-view.c: (ev_view_drag_update_momentum),
1027         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
1028         (ev_view_button_release_event), (ev_view_destroy):
1029         
1030         Kinetic scrolling implemented as requested in
1031         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
1032
1033 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1034
1035         * data/evince-toolbar.xml:
1036         * data/evince-ui.xml:
1037         * shell/ev-view-private.h:
1038         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1039         (ev_view_button_press_event), (ev_view_motion_notify_event),
1040         (ev_view_button_release_event), (ev_view_init),
1041         (ev_view_autoscroll_cb), (ev_view_autoscroll),
1042         (ev_view_set_cursor):
1043         * shell/ev-view.h:
1044         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
1045         (ev_window_cmd_view_autoscroll):
1046         
1047         Autoscroll feature with the context menu. Fixes bug 
1048         #323670. Thanks to David Turner <cillian64@googlemail.com>.
1049
1050 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
1053
1054         Disconnect also page-ready signal when removing a job because the
1055         page size has changed. Thanks to kripken
1056         <kripkensteiner@gmail.com>.
1057
1058 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1059
1060         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1061         
1062         Scroll pages in page entry with mouse wheel. Fixes bug
1063         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1064
1065 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * backend/dvi/Makefile.am:
1068         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1069         (mdvi_cairo_device_init):
1070         * backend/dvi/mdvi-lib/common.h:
1071         * backend/dvi/mdvi-lib/mdvi.h:
1072         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1073         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1074         (mdvi_build_path_from_cwd):
1075
1076         Add ps specials support in dvi backend when libspectre is
1077         present. Fixes bug #386005.
1078         
1079 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1080
1081         * configure.ac:
1082         * backend/ps/Makefile.am:
1083         * backend/ps/ev-spectre.[ch]:
1084         
1085         Use libspectre, if available, for the ps backend. Fixes bugs
1086         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1087
1088 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1089         
1090         * backend/comics/comics-document.c: (comics_document_load):
1091         
1092         Cygwin build issue fix.
1093
1094 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1095
1096         * shell/ev-view.c: (ev_view_set_zoom):
1097
1098         Do not limit the minimum zoom factor when sizing mode is best bit
1099         or fit width. Fixes bug #503805.
1100         
1101 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1104         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1105         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1106         (ev_link_dest_get_property), (ev_link_dest_set_property),
1107         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1108         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1109         (ev_link_dest_new_fitr):
1110         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1111         (goto_fith_dest), (goto_xyz_dest):
1112
1113         Do not change left, top and zoom values when they are null in PDF
1114         destinations. Fixes bug #460658.
1115         
1116 2007-12-10  Christian Persch  <chpe@gnome.org>
1117
1118         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1119         (ev_view_accessible_class_init),
1120         (ev_view_accessible_idle_do_action),
1121         (ev_view_accessible_action_do_action),
1122         (ev_view_accessible_action_get_description),
1123         (ev_view_accessible_action_set_description),
1124         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1125         (ev_view_accessible_factory_init),
1126         (ev_view_accessible_factory_get_accessible_type):
1127         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1128         private data, and G_DEFINE_TYPE. Bug #502843.
1129
1130 2007-12-08  Christian Persch  <chpe@gnome.org>
1131
1132         * shell/ev-metadata-manager.c: (item_free),
1133         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1134         (value_free), (parse_value), (parseItem),
1135         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1136         (save_values): Use GSlice to allocate small amounts of memory. Bug
1137         #475972.
1138
1139 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1140
1141         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1142
1143         Restore cursor to normal after a drag operation. Fixes bug
1144         #501603.
1145         
1146 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1147
1148         * NEWS:
1149         * configure.ac:
1150         
1151         Update for release 2.21.1
1152
1153 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1154
1155         * configure.ac:
1156         * cut-n-paste/gedit-message-area/Makefile.am:
1157         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1158         * shell/Makefile.am:
1159         * shell/ev-message-area.[ch]:
1160         * shell/ev-window.c: (ev_window_set_message_area),
1161         (ev_window_error_message_response_cb), (ev_window_error_message),
1162         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1163         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1164         (ev_attachment_popup_cmd_open_attachment),
1165         (attachment_save_dialog_response_cb), (ev_window_set_document),
1166         (ev_window_init):
1167
1168         Use a message area instead of a popup dialog for error
1169         notifications. Fixes bug #337495.
1170         
1171 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1174         (ev_window_run_fullscreen):
1175
1176         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1177         
1178 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1179
1180         * ev-sidebar-thumbnails.c: (update_visible_range),
1181         (ev_sidebar_thumbnails_refresh),
1182         (ev_sidebar_thumbnails_set_document),
1183         (ev_sidebar_thumbnails_support_document):
1184
1185         Show thumbnails for documents with one page. Fixes bug #358751.
1186         
1187 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * shell/ev-window.c:
1190         (ev_window_load_print_settings_from_metadata),
1191         (ev_window_save_print_settings), (ev_window_print_finished),
1192         (ev_window_print_range):
1193
1194         Print settings that are specific to the document are now saved per
1195         document in the metadata file. Fixes bug #488806.
1196         
1197 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1198
1199         * backend/tiff/tiff-document.c: (tiff_document_render):
1200
1201         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1202         
1203 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * shell/ev-application.[ch]: (get_find_string_from_args),
1206         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1207         (ev_application_open_uri_list):
1208         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1209         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1210         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1211         (ev_window_cmd_recent_file_activate),
1212         (ev_window_open_recent_action_item_activated),
1213         (ev_window_print_send), (open_remote_link):
1214         * shell/main.c: (arguments_parse):
1215
1216         Add a command line option for search. Fixes bug #497710.
1217         
1218 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1219
1220         * shell/ev-jobs.c: (ev_job_print_new):
1221
1222         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1223         
1224 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * data/evince-toolbar.xml:
1227         * shell/Makefile.am:
1228         * shell/ev-application.c: (ev_application_init):
1229         * shell/ev-open-recent-action.[ch]:
1230         * shell/ev-window.c:
1231         (ev_window_open_recent_action_item_activated),
1232         (register_custom_actions):
1233
1234         Add an expander to the open toolbar item which pops up a dropdown
1235         menu with the recently used documents. Fixes bug #487215.
1236         
1237 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * shell/ev-window.c: (ev_window_open_uri),
1240         (ev_window_cmd_view_reload):
1241
1242         Do not jump to the first page when reloading by running evince
1243         from the command line. Fixes bug #490847.
1244         
1245 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1246
1247         * shell/ev-window.c: (ev_window_cmd_help_contents):
1248
1249         Plugged memory leak when help file is not found. Fixes bug
1250         #490762.
1251         
1252 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1253
1254         * configure.ac:
1255
1256         Enable djvu, dvi and comics backends by default. Fixes bug
1257         #437121.
1258         
1259 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * configure.ac:
1262         * cut-n-paste/Makefile.am:
1263         * cut-n-paste/recent-files/*: Removed
1264         * help/reference/Makefile.am:
1265         * shell/Makefile.am:
1266         * shell/ev-application.[ch]: (ev_application_shutdown),
1267         (ev_application_init):
1268         * shell/ev-window.c: (ev_window_add_recent),
1269         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1270
1271         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1272         
1273 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1274
1275         * shell/ev-window.c: (launch_external_uri):
1276
1277         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1278         and report error if the URL is not supported (#489910).
1279
1280 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1283         (pdf_document_file_exporter_begin_page),
1284         (pdf_document_file_exporter_end_page):
1285
1286         Fix printing with poppler splash backend. Fixes bug #489774.
1287         
1288 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1291         * shell/ev-print-job.c: (ev_print_job_class_init):
1292
1293         Fix a crash when printing with the gnome-print dialog. Fixes bug
1294         #488939.
1295         
1296 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1297
1298         * backend/pixbuf/pixbuf-document.c:
1299
1300         Fix an implicit function definition warning (#487655)
1301
1302 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1303
1304         * shell/ev-window.c:
1305
1306         Fix conflicting shortcut for view sade pane and presentation.
1307         
1308 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1309
1310         * backend/pdf/ev-poppler.cc:
1311         (pdf_document_file_exporter_begin_page),
1312         (pdf_document_file_exporter_do_page),
1313         (pdf_document_file_exporter_end_page),
1314         (pdf_document_file_exporter_iface_init):
1315         * libdocument/ev-file-exporter.[ch]:
1316         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1317         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1318         (ev_job_print_run):
1319
1320         When printing multiple pages per sheet in reverse option, do not
1321         invert the order of the pages in every sheet, but the order of the
1322         sheets. Do not print blank pages when page range is invalid. Fixes
1323         bugs #484857 and #485521.
1324         
1325 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1326
1327         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1328         (ev_job_print_run):
1329         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1330
1331         Respect ranges order when printing more than one range in random
1332         order.
1333         
1334 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1335
1336         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1337         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1338
1339         Rotate also the window icon when document is rotated. Fixes bug
1340         #474681.
1341         
1342 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1345         (pdf_document_forms_get_form_fields):
1346
1347         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1348         Matthias Drochner.
1349         
1350 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1351
1352         * configure.ac:
1353         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1354
1355         Use poppler_page_render_for_printing() instead of
1356         poppler_page_render() if available when exporting to a ps or pdf
1357         file. Fixes bug #476627.
1358         
1359 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * shell/ev-window.c: (ev_window_run_fullscreen):
1362
1363         Do not show the toolbar in fullscreen mode if the main toolbar is
1364         not visible. Fixes bug #483048.
1365         
1366 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1367
1368         * shell/ev-view.c: (ev_view_button_press_event):
1369
1370         Give priority to form fields over images when deciding whether a
1371         button press event is over an image or form field. It allows edit
1372         form fields when they are over a background image. Fixes bug
1373         #477841.
1374         
1375 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1376
1377         * NEWS:
1378         * configure.ac:
1379         
1380         Update for release 2.20.0
1381
1382 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * backend/pdf/ev-poppler.cc:
1385
1386         Remove #ifdef HAVE_FORMS, so that forms support works again.
1387
1388 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1389
1390         * configure.ac:
1391         * data/evince.desktop.in.in:
1392         
1393         Fixes desktop file issues. See bug #473471.
1394
1395 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1396
1397         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1398         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1399         (ev_job_queue_remove_job):
1400         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1401         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1402         * shell/ev-window.c: (ev_window_clear_save_job),
1403         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1404         (ev_window_dispose):
1405
1406         Move save a copy task to its own job so that it's carried out in a
1407         thread avoiding another lock in the main thread. Use
1408         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1409         can be saved to a pathin another file system. Fixes bug #456891.
1410         
1411 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1412
1413         * NEWS:
1414         * configure.ac:
1415         
1416         Update for release 2.19.92
1417
1418 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * configure.ac:
1421         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1422         (pdf_selection_get_selection_region),
1423         (pdf_selection_get_selection_map),
1424         (ev_form_field_from_poppler_field):
1425
1426         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1427         and triple click selections are enabled again now.
1428
1429 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1430
1431         * shell/ev-window.c: (ev_window_add_history):
1432
1433         Make sure not to use the history with documents not supporting
1434         links. Fixes bug #468954.
1435
1436 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * shell/ev-window.c: (ev_window_load_job_cb):
1439
1440         Restart the search when reloading a document with the find bar
1441         visible. Fixes bug #461962.
1442
1443 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * shell/ev-window.c: (setup_document_from_metadata),
1446         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1447
1448         Do not jump to the first page when reloading a document from the
1449         last page.
1450
1451 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * shell/ev-window.c: (update_chrome_flag),
1454         (setup_sidebar_from_metadata),
1455         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1456         (ev_window_cmd_edit_find_next),
1457         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1458         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1459         (find_bar_close_cb), (view_actions_focus_in_cb):
1460
1461         Do not update visibility when changing a chrome flag so that it's
1462         possible to update several flags and update visibility only once
1463         for all of them.
1464
1465 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1468
1469         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1470         supported by gtk+. Fixes bug #460907.
1471
1472 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1473
1474         * shell/ev-view.c: (view_update_range_and_current_page):
1475
1476         Make sure current-page <= end-page in continuous mode. Fixes bug
1477         #454950.
1478
1479 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * backend/pdf/ev-poppler.cc: (build_tree):
1482
1483         Ignore outline items without a title. Fixes bug #453913.
1484
1485 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1488         (ev_view_button_release_event), (ev_view_leave_notify_event):
1489
1490         Use always drag mouse cursor during a drag operation. Fixes bug
1491         #470564.
1492
1493 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1494
1495         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1496         (pdf_selection_get_selection_region),
1497         (pdf_selection_get_selection_map):
1498
1499         Temporarily disable double and triple selections since it depends on
1500         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1501         released and the update of the external dependency minimal version
1502         approved.
1503
1504 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1507         (pdf_document_file_exporter_do_page):
1508         * libdocument/ev-file-exporter.h:
1509         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1510         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1511
1512         Actually fix printing regressions. Remove orientation from
1513         EvPrintContext since it's redundant.
1514
1515 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1518         * backend/impress/impress-document.c:
1519         (impress_document_document_iface_init):
1520         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1521         * backend/djvu/djvu-document.c:
1522         (djvu_document_document_iface_init),
1523         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1524         * backend/tiff/tiff-document.c:
1525         (tiff_document_document_iface_init):
1526         * backend/pixbuf/pixbuf-document.c:
1527         (pixbuf_document_document_iface_init):
1528         * backend/comics/comics-document.c:
1529         (comics_document_document_iface_init):
1530         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1531         (pdf_selection_render_selection),
1532         (pdf_selection_get_selected_text),
1533         (pdf_selection_get_selection_region),
1534         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1535         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1536         (ev_selection_get_selection_region),
1537         (ev_selection_get_selection_map):
1538         * libdocument/ev-document.[ch]:
1539         * shell/ev-pixbuf-cache.[ch]: (add_job),
1540         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1541         * shell/ev-view-private.h:
1542         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1543         (ev_job_render_run):
1544         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1545         * shell/ev-view.c: (start_selection_for_event),
1546         (ev_view_button_press_event), (ev_view_drag_data_get),
1547         (ev_view_drag_data_received), (ev_view_button_release_event),
1548         (compute_new_selection_text), (compute_selections),
1549         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1550         (ev_view_primary_get_cb):
1551
1552         Add support for double and triple click selections.
1553
1554 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1555
1556         * NEWS:
1557         * configure.ac:
1558
1559         Update for release 2.19.4
1560
1561 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1562
1563         * shell/ev-view-private.h:
1564         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1565         (ev_view_set_highlight_search):
1566         * shell/ev-view.h:
1567         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1568         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1569         (find_bar_visibility_changed_cb):
1570         
1571         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1572
1573 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1576         (pdf_document_file_exporter_begin),
1577         (pdf_document_file_exporter_do_page):
1578         * shell/ev-jobs.c: (ev_job_print_run):
1579         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1580
1581         Create always a portrait cairo surface and rotate when needed for
1582         landscape. It fixes printing problems in real printers.
1583
1584 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1587         * libdocument/ev-file-exporter.[ch]:
1588         (ev_file_exporter_get_capabilities):
1589         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1590         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1591
1592         Adjust number of pages per row according to page orientation when
1593         printing 2 or 6 pages per sheet.
1594
1595 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * shell/ev-window.c: (ev_window_print_send):
1598
1599         Reset also cups setting to 1 when printing multiple pages per
1600         sheet. Fixes bug #468853.
1601
1602 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1603
1604         * libdocument/ev-document-misc.c:
1605         (ev_document_misc_surface_rotate_and_scale):
1606
1607         Use directly cairo_surface_get_content() when creating a similar
1608         surface as suggested by Jeff Muizelaar. Thanks again.
1609
1610 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * backend/djvu/djvu-document.c: (djvu_document_render):
1613         * backend/tiff/tiff-document.c: (tiff_document_render):
1614         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1615         * libdocument/ev-document-misc.c:
1616         (ev_document_misc_surface_from_pixbuf),
1617         (ev_document_misc_surface_rotate_and_scale):
1618
1619         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1620         creating page surfaces. Fixes bug #453123. Thank you very much to
1621         Jeff Muizelaar <jeff@infidigm.net>.
1622
1623 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1624
1625         * shell/ev-page-cache.c: (ev_page_cache_new),
1626         (ev_page_cache_get_thumbnail_size):
1627         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1628         (ev_sidebar_thumbnails_set_loading_icon):
1629
1630         Also store in page-cache the dimensions of the thumbnails so that
1631         they can be used to create the correct loading icon in the side
1632         pane. Fixes bug #466857.
1633
1634 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * backend/pdf/ev-poppler.cc:
1637         (pdf_document_thumbnails_get_thumbnail):
1638
1639         Fix thumbnails rotation in pdf documents that include embedded 
1640         thumbnails.
1641
1642 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1643
1644         * backend/pdf/ev-poppler.cc:
1645
1646         Don't use #ifdef in macro expansion. Some compilers don't
1647         like that. Closes bug #467042.
1648
1649 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1650
1651         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1652         
1653         Fixes memory leak in djvu backend.
1654
1655 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1656
1657         * data/icons/32x32/Makefile.am:
1658         * data/icons/32x32/actions/Makefile.am:
1659         * data/icons/32x32/actions/view-page-cont.svg:
1660         * data/icons/32x32/actions/view-page-facing.svg:
1661         * data/icons/48x48/Makefile.am:
1662         * data/icons/48x48/actions/Makefile.am:
1663         * data/icons/48x48/actions/view-page-cont.svg:
1664         * data/icons/48x48/actions/view-page-facing.svg:
1665         
1666         Icons for a new sizes.
1667
1668 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1669
1670         * shell/ev-page-cache.c: (build_height_to_page),
1671         (ev_page_cache_get_height_to_page):
1672         
1673         Fixes invalid read, see bug #466401.
1674
1675 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1676
1677         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1678         (set_drag_cursor):
1679         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1680         (configure_item_cursor), (new_pixbuf_from_widget):
1681
1682         Fix multihead problems in toolbar editor. Fixes bug #382055.
1683
1684 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * shell/ev-window.c: (ev_window_cmd_file_open),
1687         (ev_window_cmd_save_as):
1688
1689         Use g_get_user_special_dir when available instead of
1690         xdg_user_dir_lookup.
1691
1692 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1693
1694         * MAINTAINERS:
1695         
1696         Updated according to request on desktop-devel.
1697
1698 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1701
1702         Do not use cairo_rectangle and cairo_clip since we are
1703         not using cairo_fill but cairo_paint. Use the same cairo context
1704         for every page in the same expose event.
1705
1706 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1707
1708         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1709         leak.
1710
1711 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1712
1713         * configure.ac:
1714         * NEWS:
1715
1716         Release 0.9.3
1717
1718 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * libdocument/ev-document-info.h:
1721         * libdocument/ev-document.h:
1722         * shell/ev-page-action.h:
1723         * shell/ev-sidebar-links.h:
1724
1725         Fix a headers problem with ev-link
1726         
1727         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1728         * shell/ev-view-private.h:
1729         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1730         (get_link_area), (ev_view_query_tooltip),
1731         (ev_view_leave_notify_event), (ev_view_destroy),
1732         (ev_view_class_init):
1733
1734         Use new gtk tooltips when available instead of ev-tooltip.
1735         
1736 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1737
1738         * shell/ev-window.c: (update_chrome_visibility),
1739         (ev_window_sidebar_visibility_changed_cb):
1740
1741         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1742         
1743 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1744
1745         * shell/ev-navigation-action.c:
1746         (ev_navigation_action_history_changed),
1747         (ev_navigation_action_set_history):
1748         * shell/ev-navigation-action-widget.c:
1749         (ev_navigation_action_widget_init):
1750         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1751
1752         Fix compile warnings.
1753         
1754 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1757         (egg_editable_toolbar_dispose):
1758
1759         Fix memory leak.
1760         
1761 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1762
1763         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1764         (screensaver_disable_x11):
1765         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1766         * shell/ev-window.c: (presentation_set_timeout):
1767         * shell/ev-view.c: (ev_view_presentation_transition_start):
1768
1769         Use g_timeout_add_seconds instead of g_timeout_add when
1770         available.
1771         
1772 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1773
1774         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1775
1776         Set horizontal scrollbar policy to AUTOMATIC instead of
1777         NEVER. Workaround for bug #449462.
1778         
1779 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1780
1781         * shell/ev-jobs.c: (ev_job_render_page_ready):
1782
1783         Add page_ready callback to main loop with high priority and hold
1784         a reference to job during idle.
1785         
1786 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1787
1788         * configure.ac:
1789         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1790         (pdf_document_file_exporter_begin),
1791         (pdf_document_file_exporter_do_page),
1792         (pdf_document_file_exporter_get_capabilities):
1793         * libdocument/ev-file-exporter.h:
1794         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1795         * shell/ev-window.c: (ev_window_print_send),
1796         (ev_window_print_dialog_response_cb):
1797
1798         Allow printing multiple pages per sheet. Fixes bug #395573.
1799         
1800 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1801
1802         * shell/ev-view.c: (tip_from_link):
1803         
1804         Check for NULL, fixes bug #460862.
1805
1806 2007-07-29  Christian Persch  <chpe@gnome.org>
1807
1808         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1809         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1810         (ev_window_cmd_preview_print):
1811         
1812         Fixes bug #437681 - blocks while enumerating printers.
1813
1814 2007-07-29  Christian Persch  <chpe@gnome.org>
1815
1816         * shell/ev-window.c: (ev_window_screen_changed):
1817         
1818         Don't use deprecated gtk+ function. See bug #460909.
1819
1820 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-utils.c: (get_num_monitors):
1823         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1824
1825         Do not use display before initializing it. Remove compile
1826         warnings.
1827
1828 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1829
1830         * shell/ev-view.c: (ev_view_class_init):
1831         
1832         Unix-like hjkl bindings added. See bug #458111.
1833
1834 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1835
1836         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1837         * shell/ev-utils.h:
1838         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1839         (ev_view_update_view_size):
1840         * shell/ev-view.h:
1841         * shell/ev-window.c: (ev_window_update_actions),
1842         (setup_view_from_metadata), (ev_window_screen_changed),
1843         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1844         (zoom_control_changed_cb):
1845         * shell/ev-window.h:
1846         
1847         Reorganizes utility functions.
1848
1849 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1852         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1853         (add_job), (ev_pixbuf_cache_get_surface),
1854         (ev_pixbuf_cache_get_link_mapping),
1855         (ev_pixbuf_cache_get_image_mapping),
1856         (ev_pixbuf_cache_get_form_field_mapping),
1857         (ev_pixbuf_cache_get_text_mapping):
1858         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1859         (notify_page_ready), (ev_job_render_page_ready),
1860         (ev_job_render_run):
1861
1862         Add page_ready signal to notify that page is ready as soon as
1863         possible even if other page elements like links, forms, images or
1864         text mapping are not ready yet.
1865
1866 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1869         (dvi_document_file_exporter_do_page),
1870         (dvi_document_file_exporter_get_capabilities),
1871         (dvi_document_file_exporter_iface_init):
1872         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1873         (ps_document_file_exporter_do_page),
1874         (ps_document_file_exporter_get_capabilities),
1875         (ps_document_file_exporter_iface_init):
1876         * backend/djvu/djvu-document.c:
1877         (djvu_document_file_exporter_begin),
1878         (djvu_document_file_exporter_end),
1879         (djvu_document_file_exporter_get_capabilities),
1880         (djvu_document_file_exporter_iface_init):
1881         * backend/tiff/tiff-document.c:
1882         (tiff_document_file_exporter_begin),
1883         (tiff_document_file_exporter_get_capabilities),
1884         (tiff_document_document_file_exporter_iface_init):
1885         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1886         (pdf_document_file_exporter_do_page),
1887         (pdf_document_file_exporter_get_capabilities),
1888         (pdf_document_file_exporter_iface_init):
1889         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1890         (ev_file_exporter_get_capabilities):
1891         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1892         (idle_print_handler), (ev_print_job_print):
1893         * shell/ev-jobs.c: (ev_job_print_run):
1894         * shell/ev-window.c: (ev_window_print_send),
1895         (ev_window_print_range):
1896
1897         Use capabilities to know which options should be offered by the
1898         print dialog depending on the document backend.
1899
1900 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1903
1904         Give priority to forms over text to set the cursor.
1905
1906 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * shell/ev-view-private.h:
1909         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1910         (ev_view_leave_notify_event), (ev_view_finalize),
1911         (ev_view_get_property), (ev_view_class_init):
1912
1913         Use IBEAM cursor for text form fields and NORMAL cursor for read
1914         only fields. Remove unused status attribute.
1915
1916 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1919
1920         Update region for current selected items also for checkbox
1921         buttons, since they can behave as radio buttons when they are in a
1922         set.
1923
1924 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1925
1926         * configure.ac:
1927         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1928
1929         Get max length of text form fields.
1930
1931 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1932
1933         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1934         * libdocument/ev-form-field.h:
1935         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1936
1937         Fix build with current poppler cvs head.
1938
1939 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1942         * shell/eggfindbar.c: (egg_find_bar_init):
1943
1944         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1945         deprecation. Fixes bug #455667
1946
1947 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1948
1949         * NEWS:
1950         * configure.ac:
1951         
1952         Update for release 0.9.2
1953
1954 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * shell/ev-view.c: (ev_view_form_field_text_save),
1957         (ev_view_form_field_choice_save):
1958
1959         Fix a crash when closing whith a form widget visible.
1960
1961 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1964
1965         Update also the region of the current selected button when
1966         clicking on another button if they are radio buttons.
1967
1968 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1969
1970         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1971         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1972         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1973         (ev_pixbuf_cache_get_link_mapping),
1974         (ev_pixbuf_cache_get_image_mapping),
1975         (ev_pixbuf_cache_get_form_field_mapping),
1976         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1977         * shell/ev-view.c: (ev_view_form_field_get_region),
1978         (ev_view_form_field_button_create_widget),
1979         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1980         (job_finished_cb):
1981
1982         Redraw only form field region instead of the whole page when
1983         reloading a page to show changes on the form field.
1984
1985 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * shell/ev-view.c: (ev_view_form_field_choice_save):
1988
1989         Fix selection of first item in list form fields.
1990
1991 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1992
1993         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1994         (ev_pixbuf_cache_reload_page),
1995         (ev_pixbuf_cache_get_form_field_mapping):
1996
1997         Some refactoring to avoid duplicated code.
1998
1999 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2000
2001         * configure.ac:
2002         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
2003         (ev_form_field_from_poppler_field),
2004         (pdf_document_forms_get_form_fields),
2005         (pdf_document_forms_form_field_text_get_text),
2006         (pdf_document_forms_form_field_text_set_text),
2007         (pdf_document_forms_form_field_button_set_state),
2008         (pdf_document_forms_form_field_button_get_state),
2009         (pdf_document_forms_form_field_choice_get_item),
2010         (pdf_document_forms_form_field_choice_get_n_items),
2011         (pdf_document_forms_form_field_choice_is_item_selected),
2012         (pdf_document_forms_form_field_choice_select_item),
2013         (pdf_document_forms_form_field_choice_toggle_item),
2014         (pdf_document_forms_form_field_choice_unselect_all),
2015         (pdf_document_forms_form_field_choice_set_text),
2016         (pdf_document_forms_form_field_choice_get_text),
2017         (pdf_document_document_forms_iface_init):
2018         * libdocument/Makefile.am:
2019         * libdocument/ev-form-field.[ch]:
2020         * libdocument/ev-document-forms.[ch]:
2021         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2022         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2023         (add_job), (ev_pixbuf_cache_reload_page),
2024         (ev_pixbuf_cache_get_form_field_mapping):
2025         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
2026         * shell/ev-view-private.h:
2027         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
2028         (ev_view_handle_cursor_over_xy),
2029         (ev_view_get_form_field_at_location),
2030         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
2031         (ev_view_form_field_button_create_widget),
2032         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
2033         (ev_view_form_field_text_create_widget),
2034         (ev_view_form_field_choice_save),
2035         (ev_view_form_field_choice_changed),
2036         (ev_view_form_field_choice_create_widget),
2037         (ev_view_handle_form_field), (ev_view_size_allocate),
2038         (ev_view_realize), (draw_end_presentation_page),
2039         (ev_view_button_press_event), (ev_view_remove_all),
2040         (ev_view_motion_notify_event), (ev_view_key_press_event),
2041         (ev_view_enter_notify_event), (highlight_find_results),
2042         (draw_loading_text), (draw_one_page), (ev_view_destroy),
2043         (ev_view_class_init), (page_changed_cb),
2044         (on_adjustment_value_changed), (ev_view_set_presentation),
2045         (merge_selection_region), (ev_view_set_cursor),
2046         (ev_view_reset_presentation_state):
2047         
2048         Merge evince-forms branch.
2049
2050 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
2051
2052         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
2053
2054         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2055         This script also updates itself from libegg
2056
2057         * cut-n-paste/toolbar-editor/egg*:
2058         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2059         libegg
2060
2061 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2062
2063         * shell/ev-window.c:
2064         
2065         Adds a nice icon to page action during toolbar editing.
2066         See bug #452872.
2067
2068 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2069
2070         * data/evince-toolbar.xml:
2071         * shell/ev-window.c:
2072         
2073         Let user add a presentation and fullscreen icons on toolbar.
2074         See bug #449734.
2075
2076 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2077
2078         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2079
2080         new script to keep in sync with toolbareditor in libegg
2081
2082         * cut-n-paste/toolbar-editor/*: 
2083
2084         Run update-toolbareditor-from-libegg so we are in sync again. 
2085         Fixes bug #452850.
2086         
2087
2088 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2089
2090         * shell/ev-sidebar-links.c: (job_finished_callback):
2091
2092         Do not connect selection changed signal more than once. Fixes bug
2093         #349433.
2094
2095 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2098
2099         Do not change sidebar chrome flag when pressing F9 key in
2100         presentation mode.
2101
2102 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * backend/pdf/ev-poppler.cc:
2105         (pdf_document_thumbnails_get_dimensions):
2106
2107         Make sure thumbnails width and height is not <= 0. Fixes a crash
2108         with some pdf documents which have really small pages.
2109
2110 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2111
2112         * shell/main.c: (main):
2113
2114         Fixes program description translation issue.
2115         Bug #450148.
2116
2117 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2118
2119         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2120
2121         Do not change current page when returning from black/white mode
2122         in presentation. Fixes bug #415032.
2123
2124 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2125
2126         * NEWS:
2127         * configure.ac:
2128         
2129         Update for release 0.9.1
2130
2131 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2132
2133         * backend/dvi/dvi-document.c:
2134         (dvi_document_finalize),
2135         (dvi_document_file_exporter_format_supported),
2136         (dvi_document_file_exporter_begin),
2137         (dvi_document_file_exporter_do_page),
2138         (dvi_document_file_exporter_end),
2139         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2140         
2141         PDF exporter for dvi documents. Fixes bug #441319.
2142
2143 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2144
2145         * shell/ev-window.c: (ev_window_clear_print_job):
2146
2147         Clear gtk print job when job has finished. Fixes bug #447612.
2148
2149 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2150
2151         * shell/ev-window.c: (ev_window_print_send),
2152         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2153
2154         Add preview button to print dialog. Fixes bug #445419.
2155
2156 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2157
2158         * backend/dvi/Makefile.am:
2159         * backend/dvi/pixbuf-device.[ch]: Removed
2160         * backend/dvi/cairo-device.[ch]: Added
2161         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2162         * backend/dvi/dvi-document.c: (dvi_document_load),
2163         (dvi_document_render), (dvi_document_finalize),
2164         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2165         (dvi_document_do_color_special):
2166         * libdocument/ev-document-misc.[ch]:
2167         (ev_document_misc_pixbuf_from_surface):
2168
2169         Port dvi backend to cairo and fix a problem with colors. 
2170
2171 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2172
2173         * shell/ev-view.c: (draw_one_page):
2174
2175         Draw only visible region.
2176
2177 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2178
2179         * backend/djvu/djvu-document.c: (djvu_document_render):
2180
2181         Fix rotation in djvu backend.
2182
2183 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2184
2185         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2186         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2187         (ev_pixbuf_cache_get_image_mapping),
2188         (ev_pixbuf_cache_get_text_mapping):
2189
2190         Redraw view every time we have a new surface. Fixes bug #443587.
2191
2192 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * libdocument/ev-document.c: (ev_document_info_free):
2195
2196         Fix memory leaks.
2197
2198 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2199
2200         * backend/dvi/dvi-document.c: (dvi_document_render),
2201         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2202         * backend/impress/impress-document.c:
2203         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2204         (impress_document_render), (impress_document_document_iface_init),
2205         (impress_document_thumbnails_get_thumbnail):
2206         * backend/djvu/djvu-document-private.h:
2207         * backend/djvu/djvu-document.c: (djvu_document_render),
2208         (djvu_document_finalize), (djvu_document_document_iface_init),
2209         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2210         * backend/tiff/tiff-document.c: (tiff_document_render),
2211         (tiff_document_render_pixbuf),
2212         (tiff_document_document_iface_init):
2213         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2214         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2215         (pdf_selection_render_selection):
2216         * backend/comics/comics-document.c:
2217         (comics_document_render_pixbuf), (comics_document_render),
2218         (comics_document_document_iface_init):
2219         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2220         (pixbuf_document_document_iface_init):
2221         * libdocument/ev-document-misc.[ch]:
2222         (ev_document_misc_surface_from_pixbuf),
2223         (ev_document_misc_surface_rotate_and_scale):
2224         * libdocument/ev-document.[ch]: (ev_document_render):
2225         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2226         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2227         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2228         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2229         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2230         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2231         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2232         (render_finished_cb), (ev_job_render_run):
2233         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2234         (merge_selection_region):
2235
2236         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2237         and selections.
2238
2239 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * shell/ev-window-title.c: (ev_window_title_update):
2242
2243         Fix memory leak.
2244
2245 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2246
2247         * shell/ev-view.c: (draw_loading_text):
2248
2249         Show loading text centered. Fixes bug #433061
2250
2251 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2252
2253         * shell/ev-sidebar-thumbnails.c:
2254         (ev_sidebar_thumbnails_set_loading_icon):
2255
2256         Remove a mutex in the main thread that blocks the UI in heavy
2257         documents.
2258
2259 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2262
2263         Set points_set to TRUE so that selections don't disappear after a
2264         zoom change.
2265
2266 2007-06-07  Michael Monreal  <infernux@web.de>
2267
2268         * data/icons/16x16/actions/Makefile.am:
2269         * data/icons/16x16/actions/zoom.svg:
2270         * data/icons/22x22/actions/Makefile.am:
2271         * data/icons/22x22/actions/zoom.svg:
2272         * data/icons/24x24/actions/Makefile.am:
2273         * shell/ev-stock-icons.c:
2274         * shell/ev-stock-icons.h:
2275         * shell/ev-window.c:
2276         
2277         Zoom icon artwork. See bug #444795.
2278
2279 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2280
2281         * shell/ev-metadata-manager.c: Remove extraneous function
2282         (Closes: #444386)
2283
2284 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2285
2286         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2287         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2288         (ev_metadata_manager_set), (ev_metadata_manager_save):
2289         Simplify the timeout, no need for modified anymore
2290
2291 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2292
2293         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2294         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2295         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2296         (ev_metadata_manager_save): Adapted patch from Arjan van de
2297         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2298         time, saves on power (Closes: #443851)
2299
2300 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * configure.ac:
2303         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2304         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2305
2306         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2307
2308 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2309
2310         * shell/ev-window.c: (ev_window_add_history):
2311
2312         Check if history is NULL
2313
2314 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2315
2316         * libdocument/ev-image.c: (ev_image_finalize):
2317         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2318         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2319         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2320         (ev_tmp_uri_unlink):
2321
2322         Add functions to delete temporary files created by evince in a safe
2323         way.
2324
2325         * shell/ev-window.c: (ev_window_clear_local_uri),
2326         (open_xfer_update_progress_callback),
2327         (save_xfer_update_progress_callback), (ev_window_save_remote),
2328         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2329         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2330         (attachment_save_dialog_response_cb),
2331         (ev_attachment_popup_cmd_save_attachment_as):
2332
2333         Allow saving a copy of a document, image or attachment to a remote
2334         location. Fixes bug #440754. 
2335
2336 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * configure.ac:
2339         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2340
2341         Fix build with current poppler from cvs head. 
2342
2343 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2344
2345         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2346
2347         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2348         directory exists.
2349
2350 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2351
2352         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2353         * shell/ev-window.c:
2354
2355         Change sidebar ordering. Fixes bug #439939.
2356
2357 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2358
2359         * backend/comics/Makefile.am:
2360         
2361         Fixes build with --without-libgnome.
2362
2363 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2364         
2365         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2366
2367         Update cursor and tooltip on page change and view scroll. Fixes bug
2368         #439217.
2369
2370 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2371
2372         * NEWS:
2373         * configure.ac:
2374         
2375         Update for release 0.9.0
2376
2377 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2378
2379         * backend/djvu/djvu-document-private.h:
2380         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2381         (djvu_document_finalize),
2382         (djvu_document_file_exporter_format_supported),
2383         (djvu_document_file_exporter_begin),
2384         (djvu_document_file_exporter_do_page),
2385         (djvu_document_file_exporter_end),
2386         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2387         
2388         Implemented printing with djvu. Bug #437998.
2389
2390 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2391
2392         * backend/impress/zip.c:
2393         Add missing ulong definition.
2394
2395         * backend/ps/ps-interpreter.c:
2396         Add missing headers.
2397
2398         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2399
2400 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2403
2404         Add missing call to parent class dispose method. 
2405
2406 2007-05-12  Ross Burton  <ross@openedhand.com>
2407
2408         * shell/main.c:
2409         Sync keybindings manually when building without libgnome
2410         (#437925).
2411
2412 2007-05-12  Ross Burton  <ross@openedhand.com>
2413
2414         * shell/ev-window.c:
2415         Respect the screen when opening help (#437866).
2416
2417 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2418
2419         * data/evince-ui.xml:
2420         * shell/ev-application.[ch]: (get_print_settings_from_args),
2421         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2422         (ev_application_open_uri_list):
2423         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2424         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2425         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2426         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2427         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2428         (ev_window_dispose):
2429         * shell/main.c: (arguments_parse):
2430
2431         Add print button in preview mode. Fixes bug #396475. 
2432
2433 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2434
2435         * cut-n-paste/zoom-control/ephy-zoom.h:
2436         
2437         Fixes zoom level factors. See bug #408119 for details.
2438
2439 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2440
2441         * backend/comics/comics-document.c: (comics_regex_quote),
2442         (extract_argv):
2443         
2444         Correctly quote symbols. Fixes crash in the bug
2445         #415370.
2446
2447 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2448
2449         * shell/ev-navigation-action-widget.c:
2450         (ev_navigation_action_widget_init),
2451         (ev_navigation_action_widget_class_init),
2452         (ev_navigation_action_widget_button_press_event):
2453         
2454         Connect to button-press event on correct widget. Fixes
2455         bug #431988
2456
2457 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2458
2459         * shell/ev-application.c: (ev_application_open_window),
2460         (ev_application_add_icon_path_for_screen),
2461         (ev_application_open_uri_at_dest):
2462         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2463         * shell/ev-navigation-action.c: (build_menu):
2464         
2465         Add app-specific icons to our icon theme. Fixes bug
2466         #425508.
2467
2468 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2469
2470         * shell/ev-history.c: (ev_history_class_init),
2471         (ev_history_add_link):
2472         * shell/ev-history.h:
2473         * shell/ev-navigation-action.c:
2474         (ev_navigation_action_history_changed),
2475         (ev_navigation_action_set_history), (build_menu),
2476         (ev_navigation_action_finalize):
2477         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2478         
2479         Make navigation action unsensitive instead of showing
2480         menu with unsensitive word. Fixes bug #417392.
2481
2482 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * shell/ev-application.[ch]: (ev_application_shutdown),
2485         (ev_application_get_print_settings),
2486         (ev_application_set_print_settings):
2487         * shell/ev-window.c:
2488
2489         Remember print settings. Fixes bug #349102. 
2490
2491 2007-05-08  Christian Persch  <chpe@gnome.org>
2492
2493         * configure.ac:
2494         * properties/ev-properties-view.c:
2495
2496         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2497         Bug #382438.
2498
2499 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * configure.ac:
2502         * properties/ev-properties-view.c: (ev_regular_paper_size):
2503
2504         Use gtk+ builtin paper list to identify the document's paper size.
2505         Fixes bug #382438. 
2506
2507 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2508
2509         * configure.ac:
2510
2511         Fix build when compiling with thumbnailer and libgnome support. 
2512
2513 2007-05-04  Ross Burton  <ross@openedhand.com>
2514
2515         * configure.ac:
2516         Add --without-libgnome, check for libgnome and libgnomeui
2517         separately, and add them to the symbols as required.
2518
2519         * libdocument/ev-file-helpers.c:
2520         When building without libgnome, use g_get_user_config_dir instead
2521         of gnome_user_dir_get.
2522
2523         * shell/ev-application.c:
2524         When building without libgnome, don't use session management.
2525
2526         * shell/main.c:
2527         When building without libgnome, don't use GnomeProgram or
2528         initialise the authentication manager.
2529
2530         This fixes #328842.
2531
2532 2007-05-04  Ross Burton  <ross@openedhand.com>
2533
2534         * shell/ev-window.c:
2535         Don't use libgnome to open help, instead call Yelp directly.
2536
2537 2007-05-04  Ross Burton  <ross@openedhand.com>
2538
2539         * shell/ev-sidebar-attachments.c:
2540         Don't use libgnome to lookup icons for MIME types, instead copy
2541         code from GTK+ to do it manually.
2542
2543 2007-05-04  Ross Burton  <ross@openedhand.com>
2544
2545         * configure.ac:
2546         Add libxml to the dependencies for SHELL_CORE (#435818).
2547
2548 2007-05-02  Ross Burton  <ross@openedhand.com>
2549
2550         * configure.ac:
2551         * Makefile.am:
2552         Add --disable-thumbnailer (#434825)
2553
2554 2007-05-02  Ross Burton  <ross@openedhand.com>
2555
2556         * shell/ev-window.c:
2557         Add missing includes, fix indentation.
2558
2559         * shell/main.c:
2560         Fix indentation.
2561
2562 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2563
2564         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2565         ev_application_open_uri_at_dest instead of ev_application_open_uri
2566         preventing new document always being opened in a new window even if there
2567         is an empty window.
2568
2569 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2570
2571         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2572         (egg_recent_view_uimanager_finalize):
2573         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2574         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2575         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2576         (ev_pixbuf_cache_dispose):
2577         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2578         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2579         
2580         Add missing chain to parent class methods. Fixes
2581         bug #433128.
2582
2583 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2584
2585         * data/Makefile.am (update-icon-cache): Updates
2586         gtk-update-icon-cache in uninstall-hook.
2587
2588 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2589
2590         * shell/ev-window.c: (ev_window_setup_document),
2591         (ev_window_set_document), (ev_window_load_job_cb):
2592         * shell/ev-view.c: (setup_caches):
2593         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2594
2595         Start rendering pages before any other jobs. 
2596
2597 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * shell/ev-window.c: (ev_window_stop_fullscreen),
2600         (ev_window_stop_presentation):
2601
2602         Update chrome visibility before window unfullscreen. 
2603
2604 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * data/Makefile.am:
2607         * data/evince-ui.xml:
2608         * shell/ev-stock-icons.[ch]:
2609         * shell/ev-application.[ch]: (ev_application_shutdown),
2610         (ev_application_init), (ev_application_get_toolbars_model):
2611         * shell/ev-window.c: (update_chrome_visibility),
2612         (fullscreen_toolbar_setup_item_properties),
2613         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2614         (ev_window_run_presentation), (ev_window_stop_presentation),
2615         (ev_window_run_preview), (ev_window_screen_changed),
2616         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2617         (ev_window_dispose), (ev_window_init):
2618
2619         Make fullscreen toolbar always visible. Do not use egg toolbars for
2620         fullscreen and preview modes since such toolbars are not editables.
2621         Fixes bugs #300278, #338910 and #316188.  
2622
2623 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2624
2625         * shell/ev-application.c:
2626         * shell/ev-job-queue.c:
2627         * shell/ev-metadata-manager.c:
2628         * shell/ev-stock-icons.c:
2629         * shell/ev-window.c:
2630         * shell/main.c:
2631         
2632         Developers documentation updated.
2633
2634 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2635
2636         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2637
2638         Check whether uri is valid before launching it. Fixes bug #427664.
2639
2640 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * shell/ev-window.c:
2643
2644         Change key accelerator for Open a Copy menu entry which is in conflict
2645         with Close. Fixes bug #427321.
2646
2647 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2648
2649         * NEWS:
2650         * configure.ac:
2651         
2652         Update for release 0.8.1
2653
2654 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2655
2656         * shell/ev-window.c: (setup_size_from_metadata):
2657         
2658         Do not make window bigger than screen. Fixes bug 
2659         #388985.
2660
2661 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2664         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2665
2666         Use default resolution when it's not provided by document. Fixes bug
2667         #408762.
2668
2669 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2670
2671         * configure.ac:
2672         * thumbnailer/Makefile.am:
2673         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2674         * thumbnailer/evince-thumbnailer.schemas.in:
2675         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2676
2677         Add support for ps, eps and compressed documents thumbnails. Do not
2678         ignore size parameter. 
2679
2680 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2681
2682         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2683         (dvi_document_do_color_special):
2684         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2685
2686         Implement font color specials in the DVI backend. Fixes bug #303651.
2687
2688 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2689
2690         Fixup the previous commit:
2691
2692         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2693         * shell/xdg-user-dir-lookup.c: Make the function non-static
2694         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2695
2696 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2697
2698         * shell/ev-window.c (file_open_dialog_response_cb): Use
2699         the xdg-user-dirs DOCUMENTS folder as default folder when
2700         opening a file chooser.  (#424858)
2701
2702         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2703         xdg-user-dirs.
2704
2705 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2706
2707         * shell/ev-window.c: (ev_window_load_job_cb):
2708
2709         Do not setup view from metadata on preview mode. 
2710
2711 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2712
2713         * shell/main.c:
2714
2715         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2716
2717 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * shell/ev-view.c: (ev_view_primary_get_cb):
2720
2721         Check pointer != NULL before using it. Fixes bug #416841. 
2722
2723 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2724
2725         * NEWS:
2726         * configure.ac:
2727         
2728         Release 0.8.0
2729
2730 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2731
2732         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2733
2734         Do not render thumbnails when sidebar thumbnail page is not visible
2735         at startup. Fixes bug #416447. 
2736
2737 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2738
2739         * data/evince.desktop.in.in:
2740
2741         "Application" is not a valid category in the freedesktop specification.
2742
2743 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2744
2745         * libdocument/ev-file-helpers.[ch]: (compression_run),
2746         (ev_file_uncompress), (ev_file_compress):
2747         * shell/ev-window.c: (file_save_dialog_response_cb):
2748
2749         Save document compressed when saving a copy of a compressed document.
2750         Fixes bug #334542.
2751
2752 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2753
2754         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2755
2756         Allow deleting in goto window entry in presentation mode. 
2757
2758 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2759
2760         * Makefile.am: Dist MAINTAINERS.
2761
2762 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * shell/ev-window.c: (ev_window_update_actions):
2765
2766         Fix zoom shortcut keys when searching. Fixes bug #409828.
2767
2768 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * shell/ev-window.c: (ev_window_setup_document):
2771
2772         Fix crash when loading documents with only one page. 
2773
2774 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2775
2776         * backend/dvi/dvi-document.c:
2777         (dvi_document_thumbnails_get_dimensions),
2778         (dvi_document_thumbnails_get_thumbnail):
2779         * backend/impress/impress-document.c:
2780         (impress_document_thumbnails_get_thumbnail),
2781         (impress_document_thumbnails_get_dimensions):
2782         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2783         (ps_document_thumbnails_get_dimensions):
2784         * backend/djvu/djvu-document.c:
2785         (djvu_document_thumbnails_get_dimensions),
2786         (djvu_document_thumbnails_get_thumbnail):
2787         * backend/tiff/tiff-document.c:
2788         (tiff_document_thumbnails_get_thumbnail),
2789         (tiff_document_thumbnails_get_dimensions):
2790         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2791         (pdf_document_thumbnails_get_thumbnail),
2792         (pdf_document_thumbnails_get_dimensions):
2793         * backend/comics/comics-document.c:
2794         (comics_document_thumbnails_get_thumbnail),
2795         (comics_document_thumbnails_get_dimensions):
2796         * backend/pixbuf/pixbuf-document.c:
2797         (pixbuf_document_thumbnails_get_thumbnail),
2798         (pixbuf_document_thumbnails_get_dimensions):
2799         * libdocument/ev-document-thumbnails.[ch]:
2800         (ev_document_thumbnails_get_thumbnail),
2801         (ev_document_thumbnails_get_dimensions):
2802         * libdocument/ev-document-misc.[ch]:
2803         (ev_document_misc_get_thumbnail_frame):
2804         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2805         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2806         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2807         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2808         (ev_sidebar_thumbnails_refresh):
2809         * shell/ev-window.c: (ev_window_setup_document):
2810         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2811
2812         Use an EvRenderContext for rendering thumbnails instead of a suggested
2813         width, so that different sized pages get sized proportionally.
2814
2815 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * shell/ev-view.c: (ev_view_button_press_event),
2818         (ev_view_key_press_event):
2819
2820         Fix critical warnings when there is no document loaded. 
2821
2822 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2823
2824         * shell/ev-page-action-widget.c:
2825         * shell/ev-navigation-action.c:
2826         * shell/ev-window.c:
2827
2828         Fix compile warnings. 
2829
2830 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * backend/djvu/djvu-text.h:
2833         * backend/djvu/djvu-document.c:
2834         * backend/djvu/djvu-text-page.c:
2835         * backend/djvu/djvu-links.c:
2836         * backend/djvu/djvu-text-page.h:
2837         * backend/djvu/djvu-text.c:
2838         
2839         Fix build on Mac. Fixes bug #392186. Patch by
2840         <ephraim_owns@hotmail.com>
2841
2842 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2843
2844         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2845
2846         Restore cairo context before rendering every page when printing a PDF
2847         document into a PDF file. 
2848
2849 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * backend/ps/gstypes.h:
2852         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2853         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2854         (ps_document_thumbnails_get_thumbnail):
2855
2856         Handle PostScript page orientation. Fixes bug #318568.
2857
2858 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2859
2860         * backend/ps/Makefile.am:
2861         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2862         (document_load), (ps_document_load), (save_document),
2863         (save_page_list), (ps_document_get_n_pages),
2864         (ps_document_get_page_size), (ps_document_get_info),
2865         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2866         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2867         (ps_document_thumbnails_get_thumbnail),
2868         (ps_document_thumbnails_get_dimensions),
2869         (ps_document_document_thumbnails_iface_init):
2870         * backend/ps/ps.[ch]: (psgetpagebox):
2871         * backend/ps/ps-interpreter.[ch]:
2872
2873         Add support for thumbnails in ps backend. Fixes bug #164755. 
2874
2875 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2876
2877         * NEWS:
2878         * configure.ac:
2879         
2880         Release 0.7.2
2881
2882 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2883
2884         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2885         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2886         (ev_window_dispose):
2887
2888         Use document thumbnail as window icon. Fixes bug #384442.
2889
2890 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2891
2892         * configure.ac:
2893
2894         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2895         duplicated adding application/x-bzpostscript instead. 
2896
2897 2007-02-11  Tom Parker  <palfrey@tevp.net>
2898
2899         * backend/ps/ps-document.c: (document_load):
2900
2901         Check return value of psscan before trying
2902         to use it. Fixes bug #372414.
2903
2904 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2907
2908         Fix invalid free in ev-page-cache. Fixes bug #404745.
2909
2910 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2911
2912         * test/Makefile.am:
2913         * test/test3.py:
2914         
2915         Added reload test case.
2916
2917 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * po/POTFILES.in:
2920         * backend/djvu/djvu-document.c: (djvu_document_load):
2921
2922         Check whether there are missing files in indirect multipage djvu
2923         documents. Fixes bug #361683. 
2924
2925 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2926
2927         * test/Makefile.am:
2928         * test/test-mime.bin:
2929         * test/test3.py:
2930         
2931         Added test for slow mime type
2932
2933 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2934
2935         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2936
2937         Add some checks and call parent_class->finalize. Fixes bug #404745.
2938
2939 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2940
2941         * shell/ev-navigation-action.c: (connect_proxy):
2942         
2943         Fixes dropdown history menu. Thanks a lot Carlos!
2944
2945 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2948
2949         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2950         bug #373715.
2951
2952 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2953
2954         * backend/ps/ps.c: (psscan):
2955
2956         Fix memory leak. 
2957
2958 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2959
2960         * configure.ac:
2961         * libdocument/ev-file-helpers.c: 
2962
2963         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2964
2965 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2966
2967         * configure.ac:
2968         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2969         (ps_interpreter_start), (document_load), (save_document),
2970         (save_page_list):
2971         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2972         * libdocument/ev-document-factory.c:
2973         (ev_document_factory_get_from_mime), (get_document_from_uri),
2974         (free_uncompressed_uri), (ev_document_factory_get_document):
2975         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2976
2977         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2978
2979 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * libdocument/ev-document.h:
2982
2983         Fix typo in function name. 
2984
2985 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * backend/ps/ps-document.c: (ps_interpreter_finished),
2988         (ps_interpreter_start), (ps_interpreter_failed):
2989
2990         Handle ghostscript interpreter crashes. 
2991
2992 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2993
2994         * shell/ev-window.c: (ev_window_open_uri),
2995         (window_configure_event_cb):
2996
2997         Setup window size and position before showing it. Fixes bug #401711.
2998
2999 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
3000
3001         * backend/ps/Makefile.am:
3002         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
3003         (ps_document_dispose), (ps_document_class_init),
3004         (ps_interpreter_input), (ps_interpreter_output),
3005         (ps_interpreter_error), (setup_interpreter_env),
3006         (ps_interpreter_start), (ps_interpreter_stop),
3007         (ps_interpreter_failed), (ps_interpreter_is_ready),
3008         (check_filecompressed), (document_load), (ps_document_load),
3009         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
3010         (ps_document_widget_event), (send_ps), (ps_document_next_page),
3011         (render_page):
3012
3013         Rework ps-document. Code cleanups, remove deprecated code. 
3014
3015 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3016
3017         * shell/ev-view.c: (ev_view_button_press_event):
3018
3019         Do not start an image drag and drop operation when pointer is on 
3020         text, so that we can select text when the whole background is an
3021         image. 
3022
3023 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * shell/ev-window.c: (ev_window_update_actions): 
3026
3027         Disable all zoom related actions during presentation mode. 
3028
3029 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
3030
3031         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
3032
3033         Do not zoom in or out on presentation mode. Fixes bug #401305.
3034
3035 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3036
3037         * shell/ev-navigation-action.c: (connect_proxy),
3038         (create_menu_item), (ev_navigation_action_class_init):
3039         
3040         Correctly show menu and fix crash when navigaton 
3041         action is out of toolbar visible area.
3042
3043 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3044
3045         * data/Makefile.am:
3046         * data/evince.1:
3047         
3048         Added man file
3049
3050 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3051
3052         * help/reference/* :
3053         * configure.ac:
3054         
3055         Added gtk-doc based documentation for Evince.
3056         Still in initial state but I hope it will
3057         grow.
3058         
3059         * configure.ac:
3060         
3061         Lower dbus requirement to 0.70
3062
3063 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * shell/ev-window.c: (ev_window_add_history):
3066
3067         Fix memory leak. 
3068
3069 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3070
3071         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3072         * shell/ev-view.h:
3073         * shell/ev-window.c: (ev_window_add_history):
3074         
3075         Correctly handle named destination links
3076
3077 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3078
3079         * NOTES:
3080         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3081         * backend/pdf/ev-poppler.cc:
3082         * libdocument/ev-document-links.h:
3083         * libdocument/ev-link.c: (ev_link_get_page):
3084         * libdocument/ev-link.h:
3085         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3086         (ev_history_add_link):
3087         * shell/ev-history.h:
3088         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3089         (new_history_menu_item), (build_menu):
3090         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3091         * shell/ev-sidebar-links.c: (create_loading_model),
3092         (print_section_cb), (ev_sidebar_links_construct),
3093         (fill_page_labels), (update_page_callback_foreach),
3094         (update_page_callback), (job_finished_callback):
3095         * shell/ev-view.c: (ev_view_handle_link):
3096         * shell/ev-window.c: (ev_window_find_chapter),
3097         (ev_window_add_history), (view_handle_link_cb),
3098         (history_changed_cb):
3099         
3100         Implements another history variant
3101
3102 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3103
3104         * shell/ev-window.c: (view_external_link_cb):
3105         * shell/ev-view.c: (ev_view_button_release_event):
3106
3107         Open links in new window when clicking with middle button. 
3108
3109 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3110
3111         * shell/ev-navigation-action.c: (new_history_menu_item):
3112         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3113         * shell/ev-view.c: (ev_view_handle_link):
3114         * shell/ev-window.c:
3115         
3116         Store link before jump, not the destination. For me it 
3117         seems like more natural history behavior.
3118
3119 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3120
3121         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3122         (ev_navigation_action_class_init):
3123         * shell/ev-navigation-action.h:
3124         * shell/ev-page-action.c: (activate_cb):
3125         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3126         (ev_page_cache_set_current_page_history):
3127         * shell/ev-page-cache.h:
3128         * shell/ev-sidebar-thumbnails.c:
3129         (ev_sidebar_tree_selection_changed),
3130         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3131         * shell/ev-view-private.h:
3132         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3133         * shell/ev-view.h:
3134         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3135         (ev_window_setup_document), (ev_window_load_job_cb):
3136         * shell/ev-window.h:
3137         
3138         History finally works as expected.
3139
3140 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3141
3142         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3143
3144         Do not update links treeview if it doesn't have a model assigned yet. 
3145
3146 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3147
3148         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3149         (ev_sidebar_links_class_init), (update_page_callback):
3150
3151         Do not update links treeview when sidepane is not visible. 
3152
3153 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3154
3155         * shell/ev-marshal.list:
3156         * shell/ev-page-action.c: (activate_cb),
3157         (ev_page_action_class_init):
3158         * shell/ev-page-action.h:
3159         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3160         * shell/ev-window.c:
3161         
3162         Remove activate_link signal, not required.
3163
3164 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3165
3166         * shell/ev-navigation-action.c: (build_menu):
3167         
3168         Reorder menu items and build menu with fixed length.
3169
3170 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3171
3172         * shell/ev-view.c: (get_selected_text):
3173         
3174         Normalize text to fix ligatures problem. See bug
3175         #341947 for details.
3176
3177 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3180
3181         Fix memory leak in ev-page-cache. 
3182
3183 2007-01-25  Tom Parker <palfrey@tevp.net>
3184
3185         * backend/impress/impress-document.c: (impress_document_load),
3186         (impress_document_finalize), (impress_document_init):
3187         * properties/ev-properties-main.c: (ev_properties_get_pages):
3188         
3189         Correctly handle impress document errors. Fixes nautilus
3190         crash in property page #370491.
3191
3192 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3195         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3196         (ev_job_queue_remove_job):
3197         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3198         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3199         (ev_job_load_run):
3200         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3201         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3202         (ev_window_load_job_cb), (xfer_update_progress_callback),
3203         (ev_window_open_uri), (ev_window_dispose):
3204         * shell/main.c: (main):
3205
3206         Do file transfer asynchronously in the main thread instead of
3207         synchronously in the load thread. Fixes bugs #399694, #398307 and
3208         #343542.
3209
3210 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3211
3212         * shell/ev-jobs.c: (ev_job_xfer_run):
3213
3214         Load the document with the font-config lock held. 
3215
3216 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * backend/ps/ps-document.c: (start_interpreter):
3219
3220         Fix memory leaks in ps backend. 
3221
3222 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3223
3224         * backend/impress/impress-document.c:
3225         (impress_document_render_pixbuf):
3226
3227         Do not acquire fontconfig lock in impress backend, since it is using
3228         the main loop for rendering. 
3229
3230 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3231
3232         * po/POTFILES.in: 
3233
3234         Remove mdvi files that shouldn't be translated. 
3235
3236 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3237
3238         * shell/ev-view-private.h:
3239         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3240         (ev_view_set_zoom):
3241
3242         Render "loading..." text into a cairo surface instead of directly into
3243         the window so that fontconfig lock is only needed once and UI is not
3244         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3245
3246 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3249         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3250
3251         Use icon theme associated with the window screen rather than default. 
3252
3253 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3254
3255         * configure.ac:
3256
3257         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3258
3259 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3260
3261         * data/icons/*/apps/evince.*:
3262
3263         Move Evince icons under new apps directory.
3264
3265         * data/icons/*/actions/*:
3266
3267         Add new custom themeable Evince icons: view-page-continuous, 
3268         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3269         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3270
3271         * configure.ac:
3272
3273         Add new directories to AC_CONFIG_FILES.
3274
3275         * shell/ev-stock-icons.c:
3276         * shell/ev-stock-icons.h:
3277
3278         Use new custom themeable icons.
3279
3280 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3283
3284         Do not draw white background page in presentation mode. 
3285
3286 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3287
3288         * shell/ev-view.c: Remove unused gnome-vfs include.
3289
3290 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3291
3292         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3293         
3294         Format string is corrected, fixes bug #397129.
3295
3296 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3297
3298         * shell/ev-window.c: (ev_window_setup_recent):
3299
3300         Do not include in recent menu inexistent documents. Fixes
3301         bug #339171.
3302
3303 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3304
3305         * po/POTFILES.skip: 
3306
3307         Update POTFILES.skip file according to current source tree. 
3308
3309 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3310
3311         * shell/ev-window.c: (file_save_dialog_response_cb):
3312
3313         Do Save a copy in atomic way. Fixes bug #328266. 
3314
3315 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3316
3317         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3318
3319         Keep selected cell always visible in index treeview.
3320
3321 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3322         
3323         * shell/ev-view.c: (ev_view_size_allocate):
3324
3325         Restore horizontal scrollbar after switching to/from fullscreen
3326         or presentation mode. Fixes bug #331728.
3327
3328 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3329
3330         * shell/ev-view-private.h:
3331         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3332         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3333         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3334         (ev_view_can_zoom_out):
3335
3336         Use max and min scale values in the view iby taking dpi into account. 
3337
3338 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * configure.ac:
3341         * NEWS:
3342
3343         Release 0.7.1
3344
3345 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3346
3347         * shell/ev-window.c: (ev_window_print_send):
3348
3349         Send print job to printer with some settings set to default values,
3350         since we have already exported to a file according to such settings
3351         and they could be taken twice by some printers. 
3352
3353 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3354
3355         * shell/ev-jobs.c: (ev_job_xfer_run):
3356         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3357
3358         Show main window and load document with the font-config lock held. 
3359
3360 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3361
3362         * configure.ac:
3363         * shell/ev-application.c: (ev_application_register_service):
3364         * shell/main.c: (load_files_remote):
3365
3366         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3367
3368 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3369
3370         * doc/debugging.txt:
3371         
3372         Remove obsolete documentation.
3373
3374 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3375
3376         * Makefile.am:
3377         * backend/Makefile.am:
3378         * backend/comics/Makefile.am:
3379         * backend/djvu/Makefile.am:
3380         * backend/dvi/Makefile.am:
3381         * backend/ev-async-renderer.c:
3382         * backend/ev-async-renderer.h:
3383         * backend/ev-attachment.c:
3384         * backend/ev-attachment.h:
3385         * backend/ev-backend-marshal.c:
3386         * backend/ev-document-factory.c:
3387         * backend/ev-document-factory.h:
3388         * backend/ev-document-find.c:
3389         * backend/ev-document-find.h:
3390         * backend/ev-document-fonts.c:
3391         * backend/ev-document-fonts.h:
3392         * backend/ev-document-images.c:
3393         * backend/ev-document-images.h:
3394         * backend/ev-document-info.h:
3395         * backend/ev-document-links.c:
3396         * backend/ev-document-links.h:
3397         * backend/ev-document-misc.c:
3398         * backend/ev-document-misc.h:
3399         * backend/ev-document-security.c:
3400         * backend/ev-document-security.h:
3401         * backend/ev-document-thumbnails.c:
3402         * backend/ev-document-thumbnails.h:
3403         * backend/ev-document-transition.c:
3404         * backend/ev-document-transition.h:
3405         * backend/ev-document.c:
3406         * backend/ev-document.h:
3407         * backend/ev-file-exporter.c:
3408         * backend/ev-file-exporter.h:
3409         * backend/ev-image.c:
3410         * backend/ev-image.h:
3411         * backend/ev-link-action.c:
3412         * backend/ev-link-action.h:
3413         * backend/ev-link-dest.c:
3414         * backend/ev-link-dest.h:
3415         * backend/ev-link.c:
3416         * backend/ev-link.h:
3417         * backend/ev-render-context.c:
3418         * backend/ev-render-context.h:
3419         * backend/ev-selection.c:
3420         * backend/ev-selection.h:
3421         * backend/impress/Makefile.am:
3422         * backend/pdf/Makefile.am:
3423         * backend/pixbuf/Makefile.am:
3424         * backend/ps/Makefile.am:
3425         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3426         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3427         (start_interpreter), (stop_interpreter), (document_load),
3428         (ps_document_next_page), (render_page):
3429         * backend/tiff/Makefile.am:
3430         * comics/Makefile.am:
3431         * comics/comics-document.c:
3432         * comics/comics-document.h:
3433         * configure.ac:
3434         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3435         * djvu/Makefile.am:
3436         * djvu/djvu-document-private.h:
3437         * djvu/djvu-document.c:
3438         * djvu/djvu-document.h:
3439         * djvu/djvu-links.c:
3440         * djvu/djvu-links.h:
3441         * djvu/djvu-text-page.c:
3442         * djvu/djvu-text-page.h:
3443         * djvu/djvu-text.c:
3444         * djvu/djvu-text.h:
3445         * dvi/Makefile.am:
3446         * dvi/dvi-document.c:
3447         * dvi/dvi-document.h:
3448         * dvi/fonts.c:
3449         * dvi/fonts.h:
3450         * dvi/mdvi-lib/Makefile.am:
3451         * dvi/mdvi-lib/afmparse.c:
3452         * dvi/mdvi-lib/afmparse.h:
3453         * dvi/mdvi-lib/bitmap.c:
3454         * dvi/mdvi-lib/bitmap.h:
3455         * dvi/mdvi-lib/color.c:
3456         * dvi/mdvi-lib/color.h:
3457         * dvi/mdvi-lib/common.c:
3458         * dvi/mdvi-lib/common.h:
3459         * dvi/mdvi-lib/defaults.h:
3460         * dvi/mdvi-lib/dvimisc.c:
3461         * dvi/mdvi-lib/dviopcodes.h:
3462         * dvi/mdvi-lib/dviread.c:
3463         * dvi/mdvi-lib/files.c:
3464         * dvi/mdvi-lib/font.c:
3465         * dvi/mdvi-lib/fontmap.c:
3466         * dvi/mdvi-lib/fontmap.h:
3467         * dvi/mdvi-lib/fontsrch.c:
3468         * dvi/mdvi-lib/gf.c:
3469         * dvi/mdvi-lib/hash.c:
3470         * dvi/mdvi-lib/hash.h:
3471         * dvi/mdvi-lib/list.c:
3472         * dvi/mdvi-lib/mdvi.h:
3473         * dvi/mdvi-lib/pagesel.c:
3474         * dvi/mdvi-lib/paper.c:
3475         * dvi/mdvi-lib/paper.h:
3476         * dvi/mdvi-lib/pk.c:
3477         * dvi/mdvi-lib/private.h:
3478         * dvi/mdvi-lib/setup.c:
3479         * dvi/mdvi-lib/sp-epsf.c:
3480         * dvi/mdvi-lib/special.c:
3481         * dvi/mdvi-lib/sysdeps.h:
3482         * dvi/mdvi-lib/t1.c:
3483         * dvi/mdvi-lib/tfm.c:
3484         * dvi/mdvi-lib/tfmfile.c:
3485         * dvi/mdvi-lib/tt.c:
3486         * dvi/mdvi-lib/util.c:
3487         * dvi/mdvi-lib/vf.c:
3488         * dvi/pixbuf-device.c:
3489         * dvi/pixbuf-device.h:
3490         * impress/Makefile.am:
3491         * impress/common.h:
3492         * impress/document.c:
3493         * impress/f_oasis.c:
3494         * impress/f_oo13.c:
3495         * impress/iksemel.c:
3496         * impress/iksemel.h:
3497         * impress/imposter.h:
3498         * impress/impress-document.c:
3499         * impress/impress-document.h:
3500         * impress/internal.h:
3501         * impress/r_back.c:
3502         * impress/r_draw.c:
3503         * impress/r_geometry.c:
3504         * impress/r_gradient.c:
3505         * impress/r_style.c:
3506         * impress/r_text.c:
3507         * impress/render.c:
3508         * impress/render.h:
3509         * impress/zip.c:
3510         * impress/zip.h:
3511         * lib/Makefile.am:
3512         * lib/ev-debug.c:
3513         * lib/ev-debug.h:
3514         * lib/ev-file-helpers.c:
3515         * lib/ev-file-helpers.h:
3516         * lib/ev-gui.c:
3517         * lib/ev-gui.h:
3518         * lib/ev-tooltip.c:
3519         * lib/ev-tooltip.h:
3520         * libdocument/Makefile.am:
3521         * libdocument/ev-file-helpers.c:
3522         * pdf/Makefile.am:
3523         * pdf/ev-poppler.cc:
3524         * pdf/ev-poppler.h:
3525         * pixbuf/Makefile.am:
3526         * pixbuf/pixbuf-document.c:
3527         * pixbuf/pixbuf-document.h:
3528         * properties/Makefile.am:
3529         * ps/Makefile.am:
3530         * ps/gsdefaults.c:
3531         * ps/gsdefaults.h:
3532         * ps/gsio.c:
3533         * ps/gsio.h:
3534         * ps/gstypes.h:
3535         * ps/ps-document.c:
3536         * ps/ps-document.h:
3537         * ps/ps.c:
3538         * ps/ps.h:
3539         * shell/Makefile.am:
3540         * shell/ev-application.h:
3541         * shell/ev-sidebar-links.c:
3542         * shell/ev-sidebar-links.h:
3543         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3544         (ev_gui_menu_position_tree_selection):
3545         * shell/ev-utils.h:
3546         * shell/ev-view.c: (ev_view_finalize):
3547         * shell/ev-window.c:
3548         * shell/main.c: (main):
3549         * thumbnailer/Makefile.am:
3550         * tiff/Makefile.am:
3551         * tiff/tiff-document.c:
3552         * tiff/tiff-document.h:
3553         * tiff/tiff2ps.c:
3554         * tiff/tiff2ps.h:
3555         
3556         Reorganize source tree.
3557
3558 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * backend/ev-document-factory.c:
3561
3562         Do not include ev-poppler.h when pdf is disabled. 
3563
3564 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3565
3566         * configure.ac:
3567         * data/evince-ui.xml:
3568         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3569         (pdf_document_document_images_iface_init):
3570         * backend/Makefile.am:
3571         * backend/ev-document-images.[ch]:
3572         * backend/ev-image.[ch]:
3573         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3574         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3575         (ev_job_xfer_run):
3576         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3577         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3578         (ev_pixbuf_cache_get_image_mapping):
3579         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3580         (view_menu_popup_cb), (ev_window_dispose),
3581         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3582         (ev_view_popup_cmd_copy_image):
3583         * shell/ev-view-private.h:
3584         * shell/ev-view.c: (ev_view_get_image_at_location),
3585         (ev_view_do_popup_menu), (ev_view_popup_menu),
3586         (ev_view_button_press_event), (ev_view_drag_data_get),
3587         (ev_view_drag_motion), (ev_view_drag_data_received),
3588         (ev_view_motion_notify_event), (ev_view_button_release_event),
3589         (ev_view_finalize), (ev_view_class_init):
3590
3591         Add image handling support. Fixes bugs #310008 and #325047. Images
3592         selection is not supported yet. 
3593
3594 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3597         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3598         (ev_view_init):
3599
3600         Move view drag and drop stuff to ev-view.
3601
3602 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3605         * shell/ev-view.c: (clear_selection): 
3606
3607         Clear selection also in pixbuf cache.
3608
3609 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3610
3611         * data/evince.desktop.in.in:
3612         
3613         Change icon name in desktop file. See bug #390734
3614         for details.
3615
3616 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3617
3618         * thumbnailer/Makefile.am:
3619
3620         Use top_builddir instead top_srcdir for generated schema
3621         file installation. Fixes bug #390161.
3622
3623 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3624
3625         * configure.ac:
3626         * backend/Makefile.am:
3627         * backend/ev-document-transition.[ch]:
3628         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3629         (pdf_document_page_transition_iface_init):
3630         * shell/ev-view-private.h:
3631         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3632         (ev_view_set_presentation), (transition_next_page),
3633         (ev_view_presentation_transition_stop),
3634         (ev_view_presentation_transition_start), (ev_view_next_page):
3635
3636         Add page transition support in presentation mode. At the moment only
3637         page duration is supported, but not transition effects. Fixes bug
3638         #309815.
3639
3640 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3643
3644         Run find_link_dest with document lock held, since it's called by links
3645         thread and main thread at the same time. 
3646
3647 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3648
3649         * shell/ev-view.c: (goto_dest):
3650
3651         Update page-cache when page is changed by the view, so that
3652         page-changed signal is emitted. 
3653
3654 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3655
3656         * test/test1.py:
3657         * test/test2.py:
3658
3659         Use C locale in tests. 
3660
3661 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3662
3663         * shell/ev-window.c: (ev_window_run_presentation):
3664         * shell/ev-view-private.h:
3665         * shell/ev-view.c: (ev_view_set_presentation):
3666
3667         Restore zoom settings when back from presentation mode. 
3668
3669 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3670
3671         * shell/ev-window.c: (ev_window_run_presentation):
3672
3673         Always use "best fit" zoom in presentation mode.
3674         Fixes bug #389195.
3675
3676 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3677
3678         * shell/ev-view.c: (ev_view_goto_window_create):
3679
3680         Show "Jump to page" label in the page jumping popup in
3681         presentation mode instead of just a GtkEntry.
3682
3683 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3684
3685         * shell/ev-window.c: (launch_external_uri):
3686
3687         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3688         #378085.
3689
3690 2006-12-22  Elijah Newren  <newren gmail com>
3691
3692         * configure.ac: explicitly check for libxml2.  Fixes #388795
3693
3694 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3695
3696         * shell/ev-view-private.h:
3697         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3698         (ev_view_goto_window_delete_event), (key_is_numeric),
3699         (ev_view_goto_window_key_press_event),
3700         (ev_view_goto_window_button_press_event),
3701         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3702         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3703         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3704
3705         Allow jumping to another page by typing a page number in presentation
3706         mode. It uses a popup window with an entry. Fixes bug #353625.
3707
3708 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3709
3710         * configure.ac:
3711         * properties/ev-properties-view.c: (ev_get_default_user_units),
3712         (ev_regular_paper_size):
3713         
3714         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3715         to Damien Carbery <damien.carbery@sun.com> and
3716         Yevgen Muntyan <muntyan@tamu.edu>.
3717
3718 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3719
3720         * shell/ev-window.c: (setup_document_from_metadata):
3721
3722         Make sure Evince doesn't restore the view on the last
3723         page when a document is reopened. Fixes bug #383381.
3724
3725 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3726
3727         * shell/ev-view.c: (draw_loading_text):
3728
3729         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3730
3731 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * configure.ac:
3734         * NEWS:
3735
3736         Release 0.7.0
3737
3738 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3739
3740         * configure.ac:
3741         * pdf/ev-poppler.cc: (pdf_print_context_free),
3742         (pdf_document_file_exporter_begin),
3743         (pdf_document_file_exporter_do_page):
3744
3745         Make cairo-pdf depedency optional. 
3746
3747 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3748
3749         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3750
3751         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3752
3753 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3756         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3757         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3758         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3759         * shell/ev-view.c: (draw_loading_text):
3760         * shell/ev-window.c: (ev_window_cmd_file_properties):
3761
3762         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3763         related to using FontConfig from different threads.
3764         
3765 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3766
3767         * shell/ev-view.c: (draw_loading_text):
3768
3769         Acquire lock document when drawing "Loading..." text so that only one
3770         thread will use FontConfig at the same time. Fixes bug #374750.
3771
3772 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3773
3774         * shell/ev-page-action.[ch]: (activate_cb):
3775         * shell/ev-window.c: (activate_label_cb):
3776
3777         Check if text inserted in page entry is a valid page number when it
3778         doesn't match to any document page label. Fixes bug #383165.
3779
3780 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3781         * shell/ev-window.c:
3782
3783         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3784         available with GTK < 2.10. Added an ifdef to avoid compilation
3785         error.
3786
3787 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3788
3789         * configure.ac:
3790         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3791
3792         Fix ps backend in multihead systems.
3793
3794 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3797         * shell/ev-window.c: (ev_window_get_screen_dpi),
3798         (ev_window_update_actions), (setup_view_from_metadata),
3799         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3800
3801         Take screen DPI into account when zooming. Fixes bug #318285.
3802
3803 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3804
3805         * data/Makefile.am:
3806
3807         Cleaned up/slightly refactored Makefile.am. Added GConf
3808         schemas uninstallation as well.
3809
3810 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3811
3812         * Makefile.am:
3813         * test/Makefile.am:
3814
3815         Fight with autotools to fix make check. Make distcheck
3816         works fine as well now!
3817
3818 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3819
3820         * shell/ev-view.c: (draw_end_presentation_page):
3821
3822         Corrected "end of presentation" string.
3823
3824 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3825
3826         * shell/ev-view.c: (ev_view_key_press_event):
3827
3828         Correctly propagate key press event so that up/down keys
3829         work as expected (correct behaviour was broken by
3830         black/white screen key bindings for presentations).
3831
3832 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3833
3834         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3835         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3836         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3837         (pdf_selection_get_selection_region),
3838         (pdf_selection_get_selection_map):
3839
3840         Add "static" to some private functions. 
3841
3842 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3843
3844         * lib/ev-tooltip.h:
3845         * properties/ev-properties-view.h:
3846         * shell/ev-jobs.h:
3847         * shell/ev-properties-dialog.h:
3848         * shell/ev-properties-fonts.h:
3849         * shell/ev-sidebar-links.h:
3850         * shell/ev-sidebar-thumbnails.h:
3851         * shell/ev-sidebar.h:
3852         * shell/ev-window.h:
3853         
3854         Fixes CHACK type in class casts. See bug #385343
3855         for details.
3856
3857 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * shell/ev-view-private.h:
3860         * shell/ev-view.c: (draw_end_presentation_page),
3861         (ev_view_expose_event), (ev_view_key_press_event),
3862         (ev_view_class_init), (ev_view_init):
3863
3864         Blank screen in presentation mode when pressing 'b' (filling with
3865         black) or 'w' (filling with white) keys. Fixes bug #358132.
3866
3867 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3868
3869         * data/evince-toolbar.xml:
3870         * shell/ev-window.c:
3871         
3872         Use stock icon for Select All action. Fixes
3873         bug #382652.
3874
3875 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3876
3877         * shell/ev-view.c: (get_doc_point_from_offset),
3878         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3879
3880         Add links support in rotated documents. Fixes bug #343733.
3881
3882 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3883
3884         * shell/ev-view-private.h:
3885         * shell/ev-view.c: (draw_end_presentation_page),
3886         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3887
3888         Show a blank page after the last page in presentation mode with a
3889         message indicating that presentation has finished and how to exit. 
3890
3891 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * shell/ev-window.c: (fullscreen_timeout_cb):
3894
3895         Hide cursor after a while in presentation mode. 
3896
3897 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3898
3899         * backend/ev-document-info.h:
3900         * data/evince-properties.glade:
3901         * pdf/ev-poppler.cc:
3902         * properties/ev-properties-view.c: (ev_regular_paper_size),
3903         (ev_properties_view_set_info):
3904         * ps/ps-document.c: (ps_document_get_info):
3905
3906         Adds a paper size field to the properties dialog. Fixes
3907         bug #307315. Patch by Kasper Svendsen (with some i18n
3908         changes done by me).
3909
3910 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3911
3912         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3913         (screensaver_init_dbus), (totem_scrsaver_new),
3914         (totem_scrsaver_init):
3915         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3916         * shell/ev-application.c: (ev_application_register_service),
3917         (ev_application_screensaver_enable),
3918         (ev_application_screensaver_disable):
3919         * shell/ev-application.h:
3920         * shell/ev-window.c: (ev_window_run_presentation),
3921         (ev_window_stop_presentation), (build_comments_string),
3922         (ev_window_init):
3923         
3924         Move screensaver handling to application. No more
3925         message on startup.
3926
3927 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3928
3929         * configure.ac:
3930         * backend/Makefile.am:
3931         * backend/ev-file-exporter.[ch]:
3932         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3933         * ps/ps-document.c: (ps_document_file_exporter_*):
3934         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3935         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3936         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3937         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3938
3939         Allow printing to PDF when suppoted by the backend.
3940         
3941 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3942
3943         * shell/ev-window.c: (build_comments_string):
3944
3945         Use always "Document Viewer" in about dialog. 
3946
3947 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3948
3949         * djvu/djvu-document.c: (djvu_document_get_page_size):
3950
3951         Display a warning message when get_pageinfo fails. 
3952
3953 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3954
3955         * Makefile.am:
3956         * backend/Makefile.am:
3957         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3958         * configure.ac:
3959         * shell/ev-window.c: (build_comments_string):
3960         
3961         Make pdf compilation optional. See bug #38007.
3962
3963 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3964
3965         * ps/ps.c: (get_next_text):
3966
3967         Fix CVE-2006-5864.
3968
3969 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3970
3971         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3972         * shell/ev-navigation-action.c: (connect_proxy),
3973         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3974         
3975         Do not call g_type_class_peek_parent twice.
3976
3977 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3978
3979         * configure.ac:
3980         * data/icons/24x24/.cvsignore:
3981         * data/icons/24x24/Makefile.am:
3982         * data/icons/24x24/evince.png:
3983         * data/icons/Makefile.am:
3984         
3985         Add 24x24 icon. Thanks to 
3986         Michael Monreal <infernux@web.de>.
3987
3988 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3989
3990         * configure.ac: Fix typo in configure.ac. Thanks
3991         to dmacks@netspace.org for notification.
3992
3993 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3994
3995         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3996         
3997         Drop dbus include, fixes compilation with older dbus.
3998
3999 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4000
4001         * configure.ac:
4002         * cut-n-paste/Makefile.am:
4003         * cut-n-paste/totem-screensaver/.cvsignore
4004         * cut-n-paste/totem-screensaver/Makefile.am:
4005         * cut-n-paste/totem-screensaver/README:
4006         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
4007         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
4008         * shell/Makefile.am:
4009         * shell/ev-window.c: (ev_window_run_presentation),
4010         (ev_window_stop_presentation), (ev_window_cmd_help_about),
4011         (ev_window_init):
4012
4013         Implemented screensaver enabling/disabling for
4014         presentation mode (not fullscreen mode). Code stolen
4015         from Totem (with some minor tweaks). Fixes bug #338889.
4016
4017 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4018
4019         * configure.ac:
4020
4021         Bump gnome-icon-theme requirements. We use the rotation
4022         icons that appeared recently.
4023
4024 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4025
4026         * shell/ev-history.c: (ev_history_add_page):
4027         * shell/ev-history.h:
4028         * shell/ev-window.c: (page_changed_cb):
4029         
4030         Use page labels instead of numbers.
4031
4032 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4033
4034         * data/evince-toolbar.xml:
4035         * po/POTFILES.in:
4036         * shell/Makefile.am:
4037         * shell/ev-navigation-action-widget.c:
4038         (ev_navigation_action_widget_init),
4039         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
4040         (menu_detacher), (ev_navigation_action_widget_set_menu),
4041         (menu_position_func), (popup_menu_under_arrow),
4042         (ev_navigation_action_widget_toggled),
4043         (ev_navigation_action_widget_button_press_event):
4044         * shell/ev-navigation-action-widget.h:
4045         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
4046         (ev_navigation_action_set_window), (activate_menu_item_cb),
4047         (new_history_menu_item), (new_empty_history_menu_item),
4048         (build_menu), (menu_activated_cb), (connect_proxy),
4049         (create_tool_item), (ev_navigation_action_init),
4050         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
4051         * shell/ev-navigation-action.h:
4052         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
4053         (ev_page_action_widget_set_page_cache),
4054         (ev_page_action_widget_finalize),
4055         (ev_page_action_widget_class_init), (match_selected_cb),
4056         (display_completion_text), (match_completion), (build_new_tree_cb),
4057         (get_filter_model_from_model),
4058         (ev_page_action_widget_update_model):
4059         * shell/ev-page-action-widget.h:
4060         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4061         (connect_proxy):
4062         * shell/ev-page-action.h:
4063         * shell/ev-stock-icons.c:
4064         * shell/ev-stock-icons.h:
4065         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4066         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4067         (register_custom_actions):
4068         * shell/main.c:
4069         
4070         Preliminary history implementation
4071
4072 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4073
4074         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4075         (dvi_document_class_init), (dvi_document_init_params):
4076         * dvi/mdvi-lib/font.c: (font_reference):
4077         
4078         Add reference to subfont. Fixes bug #374277.
4079
4080 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4081
4082         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4083         (ev_window_cmd_file_open_copy_at_dest):
4084
4085         Fix a race condition when creating symlink. Increase the counter
4086         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4087         Mathias Hasselmann).
4088
4089 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4090
4091         * backend/Makefile.am:
4092         * backend/ev-attachment.c: (ev_attachment_open):
4093         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4094         (ev_tmp_dir), (ev_tmp_filename):
4095         * shell/ev-sidebar-attachments.c:
4096         (ev_sidebar_attachments_drag_data_get):
4097         * shell/ev-window.c: (ev_window_clear_temp_file):
4098
4099         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4100         in ensure_dir_exists. Abort without crashing when we can't create
4101         user's directory.
4102
4103 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4104
4105         * data/evince-ui.xml:
4106         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4107         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4108         (ev_window_cmd_file_open_copy_at_dest),
4109         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4110         (ev_view_popup_cmd_open_link_new_window):
4111
4112         Allow opening a copy of the current document in a new window. Fixes bug
4113         #357472
4114
4115 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4116
4117         * data/evince-toolbar.xml:
4118         
4119         Add rotate right and rotate left to available items for toolbar.
4120         
4121         * data/evince-ui.xml:
4122         * shell/ev-window.c: (ev_window_init):
4123         
4124         Customize toolbar with right click. Fixes bug #372451.
4125
4126 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4127
4128         * shell/ev-window.c: 
4129         
4130         Use "object-rotate-{left,right}" stock icons. Fixes 
4131         bug #373863.
4132
4133 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4134
4135         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4136         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4137         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4138         (ev_window_open_uri):
4139         * shell/main.c: (arguments_parse):
4140
4141         Remove temp file created when evince is used by GTK+ in
4142         preview mode. Fixes bug #365282. 
4143
4144 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4145
4146         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4147         
4148         Fixes bug #372474 - Side pane disabled when entering 
4149         and leaving fullscreen mode.
4150
4151 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4152
4153         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4154         * data/Makefile.am:
4155         * data/evince-preview-toolbar.xml:
4156         * data/evince-toolbar.xml:
4157         * shell/ev-application.c: (ev_application_shutdown),
4158         (ev_application_init), (ev_application_get_toolbars_model):
4159         * shell/ev-application.h:
4160         * shell/ev-window.c: (update_chrome_visibility),
4161         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4162         (ev_window_cmd_edit_toolbar), (ev_window_init):
4163         
4164         Fixes bug #364364 - toolbar editor shows zoom actions again.
4165
4166 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4167
4168         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4169
4170         Do not take margins into consideration for paper size when printing.
4171         Really fixes bug #350491.
4172
4173 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * data/evince-ui.xml:
4176         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4177         (ev_window_cmd_file_print_setup),
4178         (ev_window_print_dialog_response_cb),
4179         (ev_window_setup_action_sensitivity):
4180
4181         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4182
4183 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4184
4185         * shell/ev-window.c: (ev_window_print_range):
4186
4187         Revert my previuos commit, since printing to PDF is not supported by
4188         evince yet. 
4189
4190 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4191
4192         * shell/ev-window.c: (ev_window_print_range):
4193
4194         Enable print to a PDF. Fixes bug #332121.
4195
4196 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4197
4198         * shell/ev-application-service.xml:
4199         * shell/ev-application.[ch]: (ev_application_open_window),
4200         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4201         (ev_application_open_uri), (ev_application_open_uri_list):
4202         * shell/ev-window.c: (file_open_dialog_response_cb),
4203         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4204         (drag_data_received_cb), (open_remote_link):
4205         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4206
4207         Add support for multiscreen systems. Fixes bug #316206.
4208
4209 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4210
4211         * shell/ev-jobs.[ch]: (ev_job_print_new),
4212         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4213         (ev_job_print_do_page):
4214         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4215
4216         Allow printing only odd/even pages. Fixes bug #367289.
4217
4218 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4219
4220         * test/test1.py:
4221         * test/test2.py:
4222
4223         Re-add locale settings to test files.
4224
4225 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4226
4227         * data/evince-ui.xml:
4228         * shell/ev-window.c: (set_action_properties):
4229         
4230         Removed garbage from code and ui.
4231
4232 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4233
4234         * shell/ev-window.c: (ev_window_cmd_help_about):
4235
4236         Shamelessly add my name to the list of contributors.
4237
4238 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4239
4240         * test/test1.py:
4241         * test/test2.py:
4242
4243         Cleaned up the dogtail scripts.
4244
4245 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4246
4247         * shell/ev-view.c: (draw_loading_text): Don't render
4248         "loading..." text in presentation mode. Temporary
4249         workaround for bug #320352.
4250
4251 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4252
4253         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4254         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4255
4256         Use print settings scale, copies, collate and reverse which were
4257         ignored. Fixes bug #359032.
4258
4259 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4260
4261         * configure.ac:
4262         * data/evince-password.glade:
4263         * test/Makefile.am:
4264         * test/test-encrypt.pdf:
4265         * test/test-links.pdf:
4266         * test/test1.py:
4267         * test/test2.py:
4268
4269         Add automated UI tests for evince with dogtail. See
4270         bug #300948.    
4271
4272 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4273
4274         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4275
4276         Hide fullscreen toolbar when switching to another desktop workspace.
4277         Fixes bug #338871
4278
4279 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4280
4281         * shell/ev-window-title.c: 
4282         
4283         Test for .dvi in title of pdf documents.
4284
4285 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4286
4287         * shell/ev-view.c: (ev_view_scroll):
4288
4289         Page Up/Down should do page jumps in "Best fit" mode.
4290         If a user has explicitly chosen to view exactly one page
4291         at a time, scrolling just a part of the page when
4292         pressing Page Up/Down is not right. Fixes bug #323107.
4293
4294 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4295
4296         * NEWS:
4297         * configure.ac:
4298         
4299         Update for 0.6.1
4300
4301 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4302
4303         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4304         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4305         
4306         Correctly disconnect from job signals on destroy.
4307
4308 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4309
4310         * shell/ev-view-private.h:
4311         * shell/ev-view.c: (view_set_adjustment_values),
4312         (view_update_range_and_current_page),
4313         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4314         
4315         Fixes bug #343199, current page now follows find page.
4316
4317 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4318
4319         * backend/ev-document-factory.c:
4320         * configure.ac:
4321         Assigned OpenDocument presenation MIME type to the
4322         Impress backend. Added some missing (but harmless)
4323         #ifdefs in the document factory as well to make things
4324         consistent again. Fixes bug #360658.
4325
4326 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4327
4328         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4329         * backend/ev-document-find.c: (ev_document_find_get_type):
4330         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4331         * backend/ev-document-links.c: (ev_document_links_get_type):
4332         * backend/ev-document-security.c: (ev_document_security_get_type):
4333         * backend/ev-document-thumbnails.c:
4334         (ev_document_thumbnails_get_type):
4335         * backend/ev-document.c: (ev_document_get_type):
4336         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4337         * backend/ev-selection.c: (ev_selection_get_type):
4338         * cut-n-paste/recent-files/egg-recent-model.c:
4339         (egg_recent_model_get_type):
4340         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4341         (egg_recent_view_uimanager_get_type):
4342         * cut-n-paste/recent-files/egg-recent-view.c:
4343         (egg_recent_view_get_type):
4344         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4345         (egg_editable_toolbar_get_type):
4346         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4347         (egg_toolbar_editor_get_type):
4348         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4349         (egg_toolbars_model_get_type):
4350         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4351         (egg_tree_multi_drag_source_get_type):
4352         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4353         (ephy_zoom_action_get_type):
4354         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4355         (ephy_zoom_control_get_type):
4356         * impress/r_back.c: (_imp_fill_back):
4357         * properties/ev-properties-main.c:
4358         (ev_properties_plugin_register_type):
4359         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4360         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4361         (ev_view_accessible_factory_get_type):
4362
4363         Reduce relocations. Bug #360616.
4364
4365 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4366
4367         * backend/ev-document-factory.c:
4368         (ev_document_factory_get_document):
4369         
4370         Load document even if extension is wrong.
4371
4372 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4373
4374         * shell/ev-metadata-manager.c: (save_values):
4375         * shell/ev-window.c: (setup_size_from_metadata),
4376         (setup_view_from_metadata), (ev_window_setup_document),
4377         (ev_window_xfer_job_cb), (window_configure_event_cb):
4378         
4379         Set size according to the document size/page size ratio.
4380         That should correct rather wierd behaviour of the previous
4381         commit.
4382
4383 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4384
4385         * shell/ev-window.c: (setup_view_from_metadata):
4386         
4387         Set size for new windows from previous window size.
4388         See bugs #354968 and #168450 for details. Thanks
4389         to Meik Hellmund.
4390
4391 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4392
4393         * djvu/djvu-links.c: (build_tree):
4394
4395         Fix memory leak.
4396
4397 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4398
4399         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4400         
4401         Don't make sidebar close button insensitive. Fixes
4402         bug #357871.
4403
4404 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4405
4406         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4407         (ev_window_set_view_accels_sensitivity):
4408         
4409         Don't enable Slash on documents which don't support
4410         find. Fixes bug #358648.
4411
4412 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4413
4414         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4415         open dialog fall back to the current document uri if the
4416         filechooser hasn't been used before. Fixes bug #356980.
4417
4418 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4419
4420         * shell/ev-window.c: (ev_window_setup_recent), 
4421         (ev_window_get_recent_file_label):
4422
4423         Escape underscores in filenames of recent file items.
4424
4425 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4426
4427         * configure.ac:
4428         
4429         Bumped poppler requirements, really 0.5.3 is very 
4430         buggy, now we require 0.5.4.
4431
4432 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4433
4434         * djvu/Makefile.am:
4435         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4436         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4437         (djvu_document_document_links_iface_init):
4438         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4439         (number_from_string_10), (get_djvu_link_dest),
4440         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4441         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4442         (djvu_links_get_links), (djvu_links_find_link_dest),
4443         (djvu_links_get_links_model):
4444         * djvu/djvu-links.h:
4445         
4446         Add support for links and bookmarks in djvu documents. Thanks
4447         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4448         patch.
4449
4450 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4451
4452         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4453         
4454         Reopen should reload document. Fixes 
4455         bug 327951.
4456
4457 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4458
4459         * configure.ac:
4460         * data/Makefile.am:
4461         * data/evince-16.png:
4462         * data/evince-22.png:
4463         * data/evince.png:
4464         * data/evince.svg:
4465         * data/icons/16x16/Makefile.am:
4466         * data/icons/16x16/evince.png:
4467         * data/icons/22x22/Makefile.am:
4468         * data/icons/22x22/evince.png:
4469         * data/icons/48x48/Makefile.am:
4470         * data/icons/48x48/evince.png:
4471         * data/icons/Makefile.am:
4472         * data/icons/scalable/Makefile.am:
4473         * data/icons/scalable/evince.svg:
4474         
4475         Install icons with correct names. Fixes
4476         bug #354429.
4477
4478 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4479
4480         * shell/ev-view.c: (ev_view_button_release_event):
4481
4482         Don't open links with middle mouse button. Fixes bug #353649
4483
4484 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4485
4486         * NEWS:
4487         * configure.ac:
4488         
4489         Update for release 0.6.0
4490
4491 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4494         Implement Close named action. Patch by Carlos Garcia Campos.
4495
4496 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4497
4498         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4499         
4500         Don't clear link mapping on copy_job_to_job_info. Fixes
4501         bug 346168.
4502
4503 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4504
4505         * shell/main.c: (main):
4506
4507         Revert my previous commit, gnome_program_init owns the option context.
4508         Fix another memory leak in main. Both caught by Christian Persch. 
4509
4510 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4511
4512         * shell/main.c: (main):
4513
4514         Fix memory leak.
4515
4516 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4517
4518         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4519
4520         Fix crash when opening a pdf with password protection. 
4521
4522 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4523
4524         * pdf/ev-poppler.cc: (pdf_document_search_free):
4525
4526         Fix memory leak. 
4527
4528 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4529
4530         * backend/ev-document-factory.c:
4531         (ev_document_factory_get_document):
4532         * tiff/tiff-document.c: (tiff_document_finalize):
4533         
4534         More correct handling of document loading. Fixes
4535         bug #349043.
4536
4537 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4538
4539         * backend/ev-attachment.c: (ev_attachment_save):
4540
4541         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4542         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4543
4544 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4545         
4546         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4547         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4548
4549 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4550
4551         * shell/ev-sidebar-thumbnails.c:
4552
4553         Do not render thumbnails unless thumbnails page is active in the
4554         sidebar.
4555
4556 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4557
4558         * shell/ev-properties-dialog.c:
4559
4560         Fix dialogue spacing. Bug #351370.
4561
4562 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4563
4564         * configure.ac:
4565
4566         Use lowercase gettext catalog file names (evince.mo
4567         instead of Evince.mo)
4568
4569 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4570
4571         * shell/ev-sidebar-attachments.c:
4572
4573         GtkIconTheme is now screen safe too. Fixes bug #350878
4574
4575 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4576
4577         * shell/ev-window.c:
4578
4579         GtkRecent manager is now screen safe. Fixes bug #350145
4580
4581 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4582
4583         * shell/ev-sidebar.c: (ev_sidebar_init):
4584         
4585         Make sidebar close icon smaller. Fix for bug 350177.
4586         See also bugs 350176 and 165770.
4587
4588 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4589
4590         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4591
4592         Ignore zoom for xyz destinations when it's <= 1, keeping user
4593         preferences instead. Set correct sizing-mode for fith and fitv
4594         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4595
4596 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4597
4598         * NEWS:
4599         * configure.ac:
4600         
4601         Update for release 0.5.5
4602
4603 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4604         
4605         * shell/ev-window.c: (ev_window_cmd_escape)
4606
4607         Escape unfocus page entry. Fixes bug #345809.
4608
4609 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4610
4611         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4612         (build_tree), (pdf_document_links_get_links),
4613         (pdf_document_links_find_link_dest):
4614         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4615         (goto_xyz_dest):
4616
4617         Convert from PDF style coordinates to X style coordinates in the
4618         backend rather than in the view. Fixes bug #338440
4619
4620 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4621
4622         * shell/ev-window.c:
4623         
4624         Remove Ctrl+Shift+T shortcut for toolbars. See
4625         the bug #350098.
4626
4627 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4628
4629         * configure.ac:
4630
4631         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4632         of this. 
4633
4634 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4635
4636         * configure.ac:
4637         * cut-n-paste/Makefile.am:
4638         * data/evince-ui.xml:
4639         * shell/Makefile.am:
4640         * shell/ev-application.[ch]:
4641         * shell/ev-window.c:
4642
4643         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4644         #349273
4645
4646 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4647
4648         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4649         findbar code: s/help/search/
4650
4651 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4652
4653         * shell/ev-window.c: (setup_document_from_metadata),
4654         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4655         (setup_view_from_metadata):
4656         
4657         Fix memory leaks.
4658
4659 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4660
4661         * autogen.sh, configure.ac: 
4662         
4663         Update automake usage. See bug 349292.
4664
4665 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4666
4667         * shell/eggfindbar.c: (egg_find_bar_class_init),
4668         (entry_activate_callback), (egg_find_bar_init),
4669         (egg_find_bar_set_status_text):
4670         * shell/eggfindbar.h:
4671         
4672         Unify Evince findbar with Epiphany. Nice patch
4673         from Fabricio Silva <silva@crans.org> and
4674         Frederic Peters <fpeters@entrouvert.com>. See
4675         bug #339966 for details.
4676
4677 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4678
4679         * data/evince.desktop.in.in:
4680         
4681         Correct information for bugzilla. Thanks to
4682         Olaf Vitters, see bug #348855.
4683
4684 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * shell/ev-jobs.[ch]:
4687         * shell/ev-sidebar-links.c:
4688         * shell/ev-window.[ch]:
4689
4690         GtkPrintJob doesn't support print ranges or current page, so we export
4691         to a ps file now when printing ranges or current page.
4692
4693 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4694
4695         * pdf/ev-poppler.cc:
4696         * shell/ev-window.c: (do_action_named):
4697
4698         We should be more clear about bugzilla. See the
4699         poppler bug #7623.
4700
4701 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4702
4703         * configure.ac:
4704         * shell/Makefile.am:
4705         * shell/ev-job-queue.c:
4706         * shell/ev-jobs.[ch]:
4707         * shell/ev-sidebar-links.c:
4708         * shell/ev-window.[ch]:
4709         
4710         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4711         #348422
4712
4713 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4714
4715         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4716         * shell/ev-application-service.xml:
4717         * shell/ev-application.[ch]:
4718         * shell/ev-jobs.[ch]:
4719         * shell/ev-window.[ch]: (ev_window_run_preview):
4720         * shell/main.c: 
4721
4722         Add preview mode to use evince as a printing previewer. It also adds
4723         other command line options for fullscreen and presentation modes.
4724         Fixes bugs #347822, #317031
4725
4726 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4727
4728         * NEWS:
4729         * configure.ac:
4730         
4731         Update for release 0.5.4
4732
4733 2006-07-11  Bastien Nocera <hadess@hadess.net>
4734
4735         * Makefile.am:
4736         * backend/Makefile.am:
4737         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4738         * backend/ev-document-factory.h:
4739         * configure.ac:
4740         * impress/.cvsignore:
4741         * impress/Makefile.am:
4742         * impress/common.h:
4743         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4744         (imp_get_page), (imp_next_page), (imp_prev_page),
4745         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4746         * impress/f_oasis.c: (render_object), (render_page),
4747         (get_geometry), (_imp_oasis_load):
4748         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4749         (_imp_oo13_load):
4750         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4751         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4752         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4753         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4754         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4755         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4756         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4757         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4758         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4759         (iks_new_within), (iks_insert), (iks_insert_cdata),
4760         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4761         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4762         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4763         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4764         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4765         (iks_cdata), (iks_cdata_size), (iks_has_children),
4766         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4767         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4768         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4769         (iks_tree), (iks_load), (iks_save):
4770         * impress/iksemel.h:
4771         * impress/imposter.h:
4772         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4773         (imp_render_draw_bezier_real), (imp_render_get_size),
4774         (imp_render_set_fg_color), (imp_render_draw_line),
4775         (imp_render_draw_rect), (imp_render_draw_polygon),
4776         (imp_render_draw_arc), (imp_render_draw_bezier),
4777         (imp_render_open_image), (imp_render_get_image_size),
4778         (imp_render_scale_image), (imp_render_draw_image),
4779         (imp_render_close_image), (imp_render_markup),
4780         (imp_render_get_text_size), (imp_render_draw_text),
4781         (impress_document_load), (impress_document_save),
4782         (impress_document_get_n_pages), (impress_document_get_page_size),
4783         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4784         (impress_document_finalize), (impress_document_class_init),
4785         (impress_document_can_get_text), (impress_document_get_info),
4786         (impress_document_document_iface_init),
4787         (impress_document_thumbnails_get_thumbnail),
4788         (impress_document_thumbnails_get_dimensions),
4789         (impress_document_document_thumbnails_iface_init),
4790         (impress_document_init):
4791         * impress/impress-document.h:
4792         * impress/internal.h:
4793         * impress/r_back.c: (_imp_fill_back):
4794         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4795         (_imp_draw_image), (_imp_tile_image):
4796         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4797         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4798         (r_polyline):
4799         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4800         (r_draw_gradient_complex), (r_draw_gradient):
4801         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4802         (r_get_bullet):
4803         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4804         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4805         (r_text):
4806         * impress/render.c: (imp_create_context), (imp_context_set_page),
4807         (imp_context_set_step), (imp_render), (imp_delete_context):
4808         * impress/render.h:
4809         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4810         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4811         (zip_load_xml), (zip_get_size), (zip_load):
4812         * impress/zip.h:
4813         * shell/ev-utils.c:
4814         
4815         New backend to support impress slides. Fixes bug #30867.
4816
4817 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4818
4819         * shell/ev-utils.c: (using_postscript_printer):
4820         
4821         Fixes crash when print using PAPI backend,
4822         bug #345012.
4823
4824 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4825
4826         * shell/ev-jobs.c: (ev_job_xfer_run):
4827         * shell/ev-window.c: (password_dialog_response),
4828         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4829         (ev_window_dispose):
4830         Fixes bug #344160: if the xfer job doesn't complete
4831         because a password is required, reload the existing
4832         instance instead of creating a new one.
4833
4834 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4835
4836         * shell/main.c: (main): Call gdk_threads_init. Thus
4837         we'll avoid errors in auth dialog. Fix for the bug
4838         #343347.
4839
4840 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4841
4842         * configure.ac: Advertise pixbuf support, fix
4843         for the bug 343317.
4844
4845 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4846
4847         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4848         (ev_sidebar_thumbnails_set_document):
4849         
4850         Update sidebar thumbnails after reloading.
4851
4852 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4853
4854         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4855         * shell/ev-jobs.h:
4856         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4857         (ev_window_cmd_view_reload), (ev_window_init):
4858         
4859         Don't crash on reload. Fix for the bug #343167.
4860
4861 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4862
4863         * shell/ev-jobs.c: (ev_job_render_run):
4864         
4865         Check for document links.
4866
4867 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * backend/ev-attachment.c: (ev_attachment_save),
4870         (ev_attachment_launch_app), (ev_attachment_open):
4871         * backend/ev-document-factory.c: (get_document_from_uri):
4872         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4873         (egg_recent_view_uimanager_set_list):
4874         * ps/ps-document.c: (check_filecompressed), (document_load),
4875         (ps_document_load):
4876         * shell/ev-metadata-manager.c: (load_values):
4877         * shell/ev-password.c: (ev_password_dialog_set_property):
4878         * shell/ev-view.c: (tip_from_link):
4879         * shell/ev-window.c: (file_save_dialog_response_cb),
4880         (ev_window_print_dialog_response_cb):
4881         
4882         Use consistent quoting style. Fix for the bug #320285.
4883
4884 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4885
4886         * shell/ev-jobs.c: (ev_job_xfer_run):
4887         * shell/main.c: (load_files):
4888                 
4889         Open links with anchors. Fix for the bug #339836.
4890
4891 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4892
4893         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4894         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4895         (ev_link_dest_set_property), (ev_link_dest_finalize),
4896         (ev_link_dest_class_init), (ev_link_dest_new_named),
4897         (ev_link_dest_new_page_label):
4898         * backend/ev-link-dest.h:
4899         * shell/ev-application.c: (ev_application_open_uri):
4900         * shell/ev-view.c: (goto_dest):
4901         * shell/ev-window.c:
4902         * shell/ev-window.h:
4903         
4904         Fix page-label command line option. Bug #342070.
4905
4906 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4907
4908         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4909         
4910         Don't show highlight rects if page can't be showed. Fix for 
4911         the bug #342076
4912
4913 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4914
4915         * shell/ev-window.c: (setup_sidebar_from_metadata),
4916         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4917         
4918         Setup sidebar from metadata even if there is no document
4919         loaded. Fix for the bug #342807.
4920
4921 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4922
4923         * cut-n-paste/toolbar-editor/Makefile.am:
4924         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4925         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4926         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4927         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4928         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4929         (popup_context_menu_cb), (button_press_event_cb),
4930         (configure_item_sensitivity), (configure_item_cursor),
4931         (configure_item_tooltip), (connect_widget_signals),
4932         (action_sensitive_cb), (create_item_from_action),
4933         (create_item_from_position), (toolbar_drag_data_received_cb),
4934         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4935         (toolbar_drag_leave_cb), (configure_drag_dest),
4936         (toggled_visibility_cb), (toolbar_visibility_refresh),
4937         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4938         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4939         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4940         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4941         (egg_editable_toolbar_dispose),
4942         (egg_editable_toolbar_set_ui_manager),
4943         (egg_editable_toolbar_get_selected),
4944         (egg_editable_toolbar_set_selected), (set_edit_mode),
4945         (egg_editable_toolbar_set_property),
4946         (egg_editable_toolbar_get_property),
4947         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4948         (egg_editable_toolbar_new_with_model),
4949         (egg_editable_toolbar_get_edit_mode),
4950         (egg_editable_toolbar_set_edit_mode),
4951         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4952         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4953         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4954         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4955         (item_added_or_removed_cb), (toolbar_removed_cb),
4956         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4957         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4958         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4959         (editor_create_item_from_name), (append_table),
4960         (update_editor_sheet), (egg_toolbar_editor_init):
4961         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4962         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4963         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4964         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4965         (toolbar_node_free), (egg_toolbars_model_get_flags),
4966         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4967         (egg_toolbars_model_get_name), (impl_add_item),
4968         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4969         (parse_data_list), (parse_item_list), (parse_toolbars),
4970         (egg_toolbars_model_load_toolbars), (parse_available_list),
4971         (parse_names), (egg_toolbars_model_load_names),
4972         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4973         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4974         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4975         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4976         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4977         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4978         (egg_toolbars_model_set_types), (fill_avail_array),
4979         (egg_toolbars_model_get_name_avail),
4980         (egg_toolbars_model_get_name_flags),
4981         (egg_toolbars_model_set_name_flags):
4982         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4983         * cut-n-paste/toolbar-editor/eggintl.h:
4984         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4985         (egg_tree_multi_drag_source_get_type),
4986         (egg_tree_multi_drag_source_row_draggable),
4987         (egg_tree_multi_drag_source_drag_data_delete),
4988         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4989         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4990         (path_list_free), (set_context_data), (get_context_data),
4991         (get_info), (egg_tree_multi_drag_drag_data_get),
4992         (egg_tree_multi_drag_motion_event),
4993         (egg_tree_multi_drag_button_press_event),
4994         (egg_tree_multi_drag_add_drag_support):
4995         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4996         * shell/ev-application.c: (ev_application_init),
4997         (ev_application_save_toolbars_model):
4998         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4999         (ev_window_cmd_edit_toolbar), (ev_window_init):
5000         
5001         Sync toolbareditor with epiphany and libegg
5002
5003 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
5004
5005         * configure.ac: 
5006
5007         Depend on poppler 0.5.2
5008
5009 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5010
5011         * shell/ev-jobs.c: (ev_job_render_run):
5012         
5013         Check if document supports links iterface.
5014
5015 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5016
5017         * NEWS:
5018         * configure.ac:
5019         
5020         Update for release 0.5.3
5021
5022 2006-05-13  Michael Plump  <plumpy@skylab.org>
5023
5024         * configure.ac:
5025         * shell/Makefile.am:
5026         * shell/main.c: (main):
5027         
5028         Port to GOption command line parsing. Fix for the 
5029         bug #327518
5030
5031 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5032
5033         * shell/ev-window.c: (ev_window_cmd_help_about):
5034         
5035         Do not wrap license. Fix for the bug #309460.
5036
5037 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5038
5039         * configure.ac:
5040         * properties/ev-properties-main.c: (ev_properties_get_pages):
5041         * shell/ev-application.c: (ev_application_open_window),
5042         (ev_application_open_uri_at_dest):
5043         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5044         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
5045         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
5046         * shell/ev-utils.c: (save_print_config_to_file):
5047         * shell/ev-window.c: (ev_window_cmd_save_as),
5048         (ev_attachment_popup_cmd_save_attachment_as):
5049         * shell/main.c: (load_files_remote):
5050         
5051         Bump requirements to gtk 2.8 and drop all ifdefs used.
5052
5053 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5054
5055         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5056         * shell/ev-window.c: (ev_window_init):
5057         
5058         Show attachments page.
5059
5060 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5061
5062         * po/POTFILES.in:
5063         * shell/ev-attachment-bar.c:
5064         * shell/ev-attachment-bar.h:
5065         * shell/ev-sidebar-attachments.c:
5066         (ev_sidebar_attachments_icon_cache_add),
5067         (icon_theme_get_pixbuf_from_mime_type),
5068         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5069         (ev_sidebar_attachments_icon_cache_refresh),
5070         (ev_sidebar_attachments_get_attachment_at_pos),
5071         (ev_sidebar_attachments_popup_menu_show),
5072         (ev_sidebar_attachments_popup_menu),
5073         (ev_sidebar_attachments_button_press),
5074         (ev_sidebar_attachments_update_icons),
5075         (ev_sidebar_attachments_drag_data_get),
5076         (ev_sidebar_attachments_get_property),
5077         (ev_sidebar_attachments_destroy),
5078         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5079         (ev_sidebar_attachments_new),
5080         (ev_sidebar_attachments_set_document),
5081         (ev_sidebar_attachments_support_document),
5082         (ev_sidebar_attachments_get_label),
5083         (ev_sidebar_attachments_page_iface_init):
5084         * shell/ev-sidebar-attachments.h:
5085         * shell/ev-window.c: (update_chrome_visibility),
5086         (setup_sidebar_from_metadata), (ev_window_setup_document),
5087         (ev_window_sidebar_current_page_changed_cb),
5088         (attachment_bar_menu_popup_cb), (ev_window_init):
5089         
5090         Move attachments bar to sidebar.
5091
5092 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5093
5094         * pdf/ev-poppler.cc:
5095         * shell/ev-application.[ch]:
5096         * shell/main.c:
5097
5098         Fix some memory leaks.
5099
5100 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5101
5102         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5103
5104         Change the properties dialog response to
5105         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5106         will make the dialog go away when the user presses
5107         enter. With gtk+ >= 2.9 this will happen anyway, but for
5108         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5109         escape by default. Fixes bug #340539. See also bug
5110         #101293 for the gtk+ part.
5111
5112 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5113
5114         * shell/ev-view.c (tip_from_action_named): Replace some strings
5115         that were wrong. Closes #340970.
5116
5117 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5118
5119         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5120
5121         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5122         #341049
5123
5124 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5125
5126         * djvu/Makefile.am:
5127         * dvi/Makefile.am:
5128         * dvi/mdvi-lib/Makefile.am:
5129         * properties/Makefile.am:
5130         * ps/Makefile.am:
5131         * shell/Makefile.am:
5132         * thumbnailer/Makefile.am:
5133         
5134         Due to broken libtool that is unable to track dependencies
5135         of noinst libraries we are forced to explicitely point
5136         libraries for binary. Fix for the bug #333334.
5137
5138 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5139
5140         * data/evince.desktop.in.in:
5141         * shell/ev-view.c: (view_update_range_and_current_page),
5142         (ev_view_next_page), (ev_view_previous_page):
5143         * shell/ev-window.c: (update_chrome_visibility),
5144         (setup_sidebar_from_metadata), (ev_window_setup_document),
5145         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5146         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5147         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5148         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5149         (ev_window_stop_presentation), (ev_window_focus_in_event),
5150         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5151         (ev_window_init):
5152         * thumbnailer/Makefile.am:
5153         
5154         Update fullscreen and presentation timeout handling. Hide
5155         cursor in presentation after timeout. Fix for the bugs
5156         #136359 and #336981.
5157
5158 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5159
5160         * backend/ev-link-action.[ch]:
5161         * pdf/ev-poppler.cc: (ev_link_from_action):
5162         * shell/ev-view-private.h:
5163         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5164         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5165
5166         Add support for Named Action links
5167
5168 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5169
5170         * backend/Makefile.am:
5171         * backend/ev-document-links.[ch]:
5172         * backend/ev-document.[ch]:
5173         * backend/ev-link-action.[ch]:
5174         * backend/ev-link-dest.[ch]:
5175         * backend/ev-link.[ch]:
5176         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5177         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5178         * shell/ev-page-action.c: (build_new_tree_cb):
5179         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5180         (links_page_num_func), (update_page_callback):
5181         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5182         (tip_from_link):
5183         * shell/ev-jobs.c:
5184         * shell/ev-window.[ch]: (ev_window_open_uri),
5185         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5186         * shell/ev-application.[ch]: (ev_application_open_window),
5187         (ev_application_open_uri):
5188
5189         Rework links system, it adds support for remote links now and it makes
5190         easier to add new kinds of actions and destinations. Fixes bug #317292
5191
5192 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5193
5194         * data/Makefile.am:
5195         * data/evince.png:
5196         * data/evince-16.png:
5197         * data/evince-22.png:
5198         * data/evince.svg:
5199         * shell/main.c: (main):
5200         
5201         Evince use it's own icon. Fix for the bug #313392.
5202
5203         * shell/ev-window.c: (fullscreen_timeout_cb),
5204         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5205         (ev_window_cmd_help_about), (ev_window_dispose):
5206         
5207         Simplify fullscreen timeout code.
5208
5209 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5210
5211         * backend/ev-attachment.c: 
5212         * shell/ev-attachment-bar.c:
5213         * shell/ev-window.c:
5214
5215         Allow multiple selection of attachments
5216
5217 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5218
5219         * shell/ev-view.c: (view_update_range_and_current_page),
5220         (ev_view_scroll):
5221         
5222         Fix for the bug #312573 – Optimal selection of current 
5223         page among visible pages.
5224
5225 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5226
5227         * configure.ac:
5228         * djvu/Makefile.am:
5229         * djvu/djvu-text.h:
5230         
5231         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5232         for the bug 339868.
5233
5234 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5235
5236         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5237
5238 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5239
5240         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5241         dictated by the GNOME HIG. Fixes bug #339235.
5242
5243 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5244
5245         * data/evince-ui.xml:
5246         * shell/ev-view.c: (ev_view_can_find_previous):
5247         * shell/ev-view.h:
5248         * shell/ev-window.c: (ev_window_update_actions),
5249         (ev_window_cmd_edit_find_previous):
5250
5251         Add support for "Find Previous" as dictated by the GNOME HIG. A
5252         menu item is added and some glue code to make it all work is added
5253         to various files.
5254
5255 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5256
5257         * configure.ac: Award myself the "useless use of cat" award.
5258
5259 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5260
5261         * po/LINGUAS: New file listing all supported languages.
5262
5263         * configure.in: Use po/LINGUAS instead of including all languages
5264         directly in this file. See the wiki for more information:
5265         http://live.gnome.org/GnomeGoals/PoLinguas
5266
5267 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5268
5269         * backend/ev-document-factory.c:
5270
5271         Do not load the document twice when there isn't errors
5272
5273 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5274
5275         * backend/ev-attachment.c: 
5276
5277         Fix a crash when there isn't a default application to open an
5278         attachment
5279
5280 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5281
5282         * backend/ev-attachment.[ch]:
5283         * shell/ev-attachment-bar.[ch]:
5284
5285         Added missing files. 
5286
5287 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5288
5289         * backend/Makefile.am:
5290         * data/evince-ui.xml:
5291         * backend/ev-attachment.[ch]:
5292         * backend/ev-document.[ch]: (ev_document_has_attachments),
5293         (ev_document_get_attachments):
5294         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5295         (attachment_save_to_buffer), (pdf_document_get_attachments),
5296         (pdf_document_document_iface_init):
5297         * shell/Makefile.am:
5298         * shell/ev-attachment-bar.[ch]:
5299         * shell/ev-window.c:
5300
5301         Add support for PDF attachments. Fixes bug #325143
5302
5303 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5304
5305         * backend/ev-document-factory.c: (get_document_from_uri),
5306         (ev_document_factory_get_document):
5307         * backend/ev-document-factory.h:
5308         * properties/ev-properties-main.c: (ev_properties_get_pages):
5309         * shell/Makefile.am:
5310         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5311         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5312         (ev_job_queue_remove_job):
5313         * shell/ev-job-queue.h:
5314         * shell/ev-job-xfer.c:
5315         * shell/ev-job-xfer.h:
5316         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5317         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5318         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5319         (ev_job_xfer_run):
5320         * shell/ev-jobs.h:
5321         * shell/ev-window.c: (ev_window_is_empty),
5322         (password_dialog_response), (ev_window_clear_xfer_job),
5323         (ev_window_xfer_job_cb), (ev_window_open_uri),
5324         (ev_window_cmd_focus_page_selector),
5325         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5326         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5327         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5328         (ev_window_dispose):
5329         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5330         
5331         * Cleanup mime type detection on document load. Fix for the
5332         bug #336448.
5333
5334 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5335
5336         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5337         
5338         Fix crash on exit, described in the bug #336825.
5339
5340 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5341
5342         * backend/ev-document-factory.c:
5343         (ev_document_factory_get_from_mime),
5344         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5345         (ev_document_factory_get_document),
5346         (file_filter_add_mime_list_and_free),
5347         (ev_document_factory_add_filters):
5348         * backend/ev-document-factory.h:
5349         * properties/ev-properties-main.c: (ev_properties_get_pages):
5350         * shell/Makefile.am:
5351         * shell/ev-application.c:
5352         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5353         * shell/ev-window.c: (ev_window_cmd_file_open),
5354         (ev_window_cmd_save_as):
5355         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5356         
5357         Rework factory functions so they are placed now in a single 
5358         file ev-document-factory.c
5359
5360 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5361
5362         * shell/ev-window.c: (update_chrome_visibility):
5363         
5364         Fix for the bug 166566 - don't show menubar in fullscreen
5365         mode.
5366
5367 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5368
5369         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5370
5371 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5372
5373         * shell/ev-view.c: (ev_view_expose_event):
5374         
5375         More correctly draw loading text when document
5376         is empty.
5377
5378 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5379
5380         * shell/ev-view.c: (ev_view_scroll):
5381         
5382         Fix for the bug #334854, page down and page up switch
5383         pages in presentation mode.
5384
5385 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5386
5387         * shell/ev-window.c: (ev_window_set_action_sensitive),
5388         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5389         (ev_window_set_view_accels_sensitivity),
5390         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5391         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5392         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5393         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5394         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5395         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5396         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5397         (view_actions_focus_in_cb), (ev_window_init):
5398         
5399         Fix for the bug #333902, now it's possible to search
5400         words with slash.
5401
5402 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5403
5404         * configure.ac: Added Breton translation.
5405         * po/br.po: Added Breton translation.
5406
5407 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5408
5409         * shell/ev-window-title (ev_window_title_update):
5410
5411         Fix memory leak in window title. Fixes bug #333944
5412
5413 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5414
5415         * shell/ev-metadata-manager.c (parseItem):
5416
5417         Fix memory leaks. Fixes bug #333945
5418
5419 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5420         
5421         * NEWS, configure.ac, TODO:
5422         
5423         Update for release 0.5.2.
5424
5425 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5426
5427         * shell/ev-view.c: (view_update_range_and_current_page),
5428         (page_changed_cb):
5429         
5430         Don't jump on scrolling, fix for the bug #333127.
5431
5432 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5433
5434         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5435         
5436         Scroll by one page in presentation mode. Fix for the bug
5437         #332993.
5438
5439 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5440
5441         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5442
5443 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5444
5445         * configure.ac  Added lv in ALL_LINGUAS line.
5446
5447 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5448         
5449         * NEWS, configure.ac:
5450         
5451         Update for release 0.5.1
5452
5453 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5454
5455         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5456         * backend/ev-document-misc.h:
5457         * shell/ev-view.c: (draw_one_page):
5458         
5459          Clairfy what page the toolbar page number applies to. Fix
5460          for the bug #328102.
5461
5462 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5463
5464         * shell/ev-view-private.h:
5465         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5466         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5467         (ev_view_search_changed):
5468         * shell/ev-view.h:
5469         * shell/ev-window.c: (find_bar_search_changed_cb):
5470         
5471         Dont't jump to find result if window was scrolled during search.
5472         Fix for the bug #313266.
5473
5474 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5475
5476         * shell/eggfindbar.c: (egg_find_bar_class_init):
5477         * shell/eggfindbar.h:
5478         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5479         * shell/ev-view-private.h:
5480         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5481         (ev_view_class_init), (ev_sizing_mode_get_type),
5482         (ev_scroll_type_get_type):
5483         * shell/ev-view.h:
5484         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5485         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5486         (ev_window_init):
5487         
5488         Fix for the bug 319133 - Find entry should allow text scroll.
5489
5490 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5491
5492         * shell/ev-view-private.h:
5493         * shell/ev-view.c: (view_update_range_and_current_page),
5494         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5495         (ev_view_set_document), (update_find_status_message),
5496         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5497         (ev_view_find_previous):
5498         
5499         Fix for the bug #319137. Search now takes account for scrolling.
5500
5501 2006-02-19  Michael Hofmann <mh21@piware.de>
5502
5503         * configure.ac:
5504         * djvu/Makefile.am:
5505         * djvu/djvu-document-private.h:
5506         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5507         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5508         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5509         (djvu_document_can_get_text), (djvu_document_get_text),
5510         (djvu_document_document_iface_init),
5511         (djvu_document_thumbnails_get_thumbnail),
5512         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5513         (djvu_document_find_get_result),
5514         (djvu_document_find_page_has_results),
5515         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5516         (djvu_document_find_iface_init):
5517         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5518         (djvu_text_page_selection), (djvu_text_page_limits_process),
5519         (djvu_text_page_limits), (djvu_text_page_copy),
5520         (djvu_text_page_position), (djvu_text_page_union),
5521         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5522         (djvu_text_page_box), (djvu_text_page_append_text),
5523         (djvu_text_page_search), (djvu_text_page_prepare_search),
5524         (djvu_text_page_new), (djvu_text_page_free):
5525         * djvu/djvu-text-page.h:
5526         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5527         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5528         (djvu_text_n_results), (djvu_text_has_results),
5529         (djvu_text_get_result), (djvu_text_get_progress):
5530         * djvu/djvu-text.h:
5531         
5532         Text search in djvu. Fix for the bug #303415.
5533
5534 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5535
5536         * configure.ac:
5537         * shell/ev-window.c: (ev_window_cmd_save_as):
5538         
5539         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5540         Thanks to Gary Coady <gary@lyranthe.org>
5541
5542 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5543
5544         * shell/ev-print-job.c: (idle_print_handler):
5545         
5546         Inverse order printing, bug #320919.
5547
5548 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5549
5550         * data/evince-toolbar.xml:
5551         * shell/ev-window.c:
5552         
5553         Allow to add sidebar checkbutton on toolbar. Fix
5554         for the bug #144577.
5555
5556 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5557
5558         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5559         
5560         Add checks that have sense for empty ps document.
5561
5562 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5563
5564         * configure.ac: Include PS in mime types list. 
5565
5566 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * configure.ac:
5569         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5570         * ps/gsdefaults.h:
5571         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5572         
5573         Runtime check for gs interpreter. Fix for the bug #320868.
5574         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5575
5576 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5577
5578         * shell/ev-application.c: 
5579
5580         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5581         dbus>=0.60, so that the request is not queued. 
5582
5583 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5584
5585         * configure.ac:
5586         * shell/Makefile.am:
5587         * shell/ev-sidebar-links.c: (print_section_cb):
5588         * shell/ev-utils.c:
5589         * shell/ev-utils.h:
5590         * shell/ev-window.c: (update_action_sensitivity),
5591         (ev_window_close_dialogs), (ev_window_print):
5592         * shell/ev-window.h:
5593         
5594         Make printing support optional. Patch from Eduardo de Barros Lima
5595         <eduardo.lima@indt.org.br> for the bug #330546.
5596
5597 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5598
5599         * shell/ev-view-private.h:
5600         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5601         (ev_view_set_document):
5602         * shell/ev-view.h:
5603         * shell/ev-window.c: (ev_window_load_job_cb),
5604         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5605         (ev_window_init):
5606
5607         Draw Loading message during xfer job. Fix for the bug #329495.
5608
5609 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5610
5611         * comics/comics-document.c: (comics_regex_quote),
5612         (comics_document_load), (extract_argv):
5613         
5614         Correcly quote regexp before passing it to unzip.
5615
5616 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * shell/ev-page-cache.c: (build_height_to_page),
5619         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5620         (ev_page_cache_get_dual_even_left):
5621         * shell/ev-page-cache.h:
5622         * shell/ev-view.c: (view_update_range_and_current_page),
5623         (get_page_y_offset), (get_page_extents):
5624         
5625         Place even pages to the left if document has less then
5626         two pages. Fix for the bug #328856.
5627
5628 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5629
5630         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5631         
5632         Correct comics scheme. This make evince create thumbnails
5633         for comic books. Fix for the bug 329088.
5634
5635 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5636
5637         * data/evince-password.glade: Don't explicitly set
5638         invisible_char to the current default value in case
5639         the default changes; let GTK+ do its magic.
5640
5641 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5642
5643         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5644         real filename to tmp filename since often document
5645         type is determined by extension.
5646
5647 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5648
5649         * shell/ev-view.c: (add_scroll_binding_keypad),
5650         (ev_view_binding_activated), (ev_view_class_init):
5651         
5652         Add keybindings for percision-scrolling of display area. 
5653         Fix for the bug #314072.
5654
5655 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5656
5657         * data/evince.desktop.in.in:
5658         
5659         Add GTK to the list of categories. Fix for the bug #328034.
5660
5661 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5662
5663         * shell/ev-application.c: (ev_application_shutdown),
5664         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5665         * shell/ev-application.h:
5666         * shell/ev-window.c: (file_open_dialog_response_cb),
5667         (ev_window_cmd_file_open):
5668         
5669         Save last uri in file chooser dialog. Fix for the bug #327950.
5670
5671 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * NEWS:
5674         * README:
5675         
5676         Final update for release 0.5.0
5677         
5678         * shell/Makefile.am:
5679         
5680         Remove disable deprecated until we'll require libgnome-2.13.7
5681         and port to GOption argument parsing. See bug 327518.
5682
5683 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5684
5685         * comics/comics-document.c: (comics_document_save):
5686         * djvu/djvu-document.c: (djvu_document_save):
5687         * dvi/dvi-document.c: (dvi_document_save):
5688         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5689         * lib/ev-file-helpers.h:
5690         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5691         * tiff/tiff-document.c: (tiff_document_save):
5692         
5693         Use common save function for backends.
5694
5695 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5696
5697         * backend/ev-document-types.c:
5698         
5699         Fix crash on saving pixbuf.
5700
5701 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5702
5703         * cut-n-paste/recent-files/egg-recent-item.c:
5704         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5705         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5706         (parse_info_free), (valid_element), (start_element_handler),
5707         (end_element_handler), (text_handler), (egg_recent_model_filter),
5708         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5709         (egg_recent_model_monitor), (egg_recent_model_read),
5710         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5711         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5712         (egg_recent_model_set_property), (egg_recent_model_class_init),
5713         (egg_recent_model_init), (egg_recent_model_add_full),
5714         (egg_recent_model_delete), (egg_recent_model_get_list),
5715         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5716         (egg_recent_model_set_filter_mime_types),
5717         (egg_recent_model_clear_group_filter),
5718         (egg_recent_model_set_filter_groups),
5719         (egg_recent_model_clear_scheme_filter),
5720         (egg_recent_model_set_filter_uri_schemes),
5721         (egg_recent_model_remove_expired):
5722         * cut-n-paste/recent-files/egg-recent-util.c:
5723         (egg_recent_util_get_icon):
5724         * cut-n-paste/recent-files/egg-recent-util.h:
5725         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5726         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5727         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5728         (egg_recent_view_uimanager_set_property),
5729         (egg_recent_view_uimanager_get_property),
5730         (egg_recent_view_uimanager_class_init),
5731         (egg_recent_view_uimanager_init),
5732         (egg_recent_view_uimanager_set_label_width),
5733         (egg_recent_view_uimanager_get_label_width):
5734         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5735         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5736         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5737         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5738         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5739         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5740         
5741         Update from libegg.
5742
5743 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5744
5745         * shell/ev-page-cache.c: (build_height_to_page),
5746         (ev_page_cache_get_height_to_page):
5747         * shell/ev-page-cache.h:
5748         * shell/ev-view.c: (view_update_range_and_current_page),
5749         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5750         (ev_view_previous_page):
5751         
5752         Dual mode places even pages to the left. Fix for the bug #309393.
5753
5754         * shell/ev-view.h:
5755         * shell/ev-window.c: (update_action_sensitivity),
5756         (setup_view_from_metadata), (view_menu_popup_cb):
5757         
5758         Don't restore presentation in empty windows, more intelligent
5759         next page behaviour in dual mode.
5760
5761         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5762         (ev_pixbuf_cache_clear_job_sizes):
5763         
5764         Cleanup job callback on removal. Fix for the bug #325886.
5765
5766 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5767
5768         * ps/ps.c: (psscan):
5769         
5770         Commit workaround Mozilla problem. Fix for the bug #325919
5771         
5772         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5773         (save_item):
5774         
5775         Fix for year 2038 problem.
5776
5777 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5778
5779         * shell/ev-window.c: (setup_document_from_metadata),
5780         (ev_window_cmd_view_reload):
5781
5782         Clamp page recieved from metadata in valid values. Fix
5783         for the bug #325986.
5784
5785 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5786
5787         * MAINTAINERS: 
5788         Add MAINTAINERS as requested on desktop-devel-list.
5789
5790 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5791
5792         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5793         (mime_type_supported_by_gdk_pixbuf),
5794         (ev_document_factory_get_mime_types),
5795         (ev_document_factory_get_all_mime_types):
5796         
5797         Don't add pixbuf mime types if pixbuf backend is disabled.
5798         
5799         * shell/ev-application.c: (ev_application_get_uri_window):
5800         
5801         Fix for the bug 325815 - unhandled MIME type message doesn't 
5802         appear a second time. 
5803         
5804         * shell/ev-document-types.c: (ev_document_types_add_filters):
5805         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5806         (password_dialog_response), (ev_window_popup_password_dialog),
5807         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5808         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5809         (ev_window_run_presentation), (ev_window_stop_presentation),
5810         (save_sizing_mode), (ev_window_zoom_changed_cb),
5811         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5812         (ev_window_dual_mode_changed_cb),
5813         (ev_window_sidebar_current_page_changed_cb),
5814         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5815         (window_state_event_cb), (window_configure_event_cb):
5816         
5817         Cleanup additional uris holded by EvWindow.
5818
5819 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5820
5821         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5822         (ev_view_can_previous_page), (ev_view_can_next_page):
5823         * shell/ev-view.h:
5824         * shell/ev-window.c: (update_action_sensitivity):
5825         
5826         Two page scrolling with Space and PageUp in dual mode. Second fix 
5827         for the bug #316608.
5828
5829 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5830
5831         * shell/ev-view.c: (scroll_to_current_page):
5832         
5833         Correctly clamp adjustment value. Fix for the bug
5834         #325808.
5835
5836 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * shell/ev-sidebar-links.c: (print_section_cb):
5839         * shell/ev-window.c: (ev_window_get_uri),
5840         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5841         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5842         (ev_window_dispose):
5843         
5844         Make print dialog non-modal. Fix for the bug #325622.
5845
5846 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5847
5848         * shell/ev-metadata-manager.c:
5849         * shell/ev-utils.c: (using_pdf_printer),
5850         (using_postscript_printer), (load_print_config_from_file),
5851         (save_print_config_to_file):
5852         * shell/ev-utils.h:
5853         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5854         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5855         (setup_view_from_metadata), (ev_window_setup_document),
5856         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5857         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5858         (ev_window_run_presentation), (ev_window_stop_presentation),
5859         (save_sizing_mode), (ev_window_zoom_changed_cb),
5860         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5861         (ev_window_dual_mode_changed_cb),
5862         (ev_window_sidebar_current_page_changed_cb),
5863         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5864         (window_state_event_cb), (window_configure_event_cb),
5865         (ev_window_init):
5866         
5867         Setting saving behaviour fixes.
5868
5869 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5870
5871         * configure.ac:
5872         
5873         Make antialiasing gs options better and allow
5874         to change them during configure. Fix for the 
5875         bug #319049.
5876
5877 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5878
5879         * shell/ev-window.c: (setup_view_from_metadata):
5880         
5881         Remember if last window was maximized. Fix for the
5882         bug #323797.
5883
5884 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5885
5886         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5887
5888 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5889
5890         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5891         * shell/ev-page-action.c: (build_new_tree_cb):
5892         * shell/ev-sidebar-links.c: (links_page_num_func),
5893         (update_page_callback_foreach), (update_page_callback):
5894         * shell/ev-view.c: (scroll_to_current_page):
5895         
5896         Fix for the bug #325067 with more intelligent selection
5897         of current link in sidebar. Make sidebar handle links
5898         of FITR-like type more correctly.
5899
5900         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5901         (dvi_pixbuf_put_pixel):
5902         
5903         Fix memory consumtion with disabled alpha channel.
5904
5905 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * data/evince-ui.xml:
5908         * shell/ev-window.c: (view_menu_popup_cb),
5909         (ev_popup_cmd_open_link), (ev_window_init):
5910         
5911         Update context menu for internal links. Fix for the bug
5912         #325066.
5913
5914 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5915
5916         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5917         
5918         Bind context menu to keyboard also. Fix for the bug
5919         #325065.
5920
5921 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5922
5923         * shell/ev-view.c: (selection_scroll_timeout_cb):
5924         
5925         Horizontal scroll on selection also.
5926
5927 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5928
5929         * shell/ev-metadata-manager.c: (parse_value):
5930         * shell/ev-view.c: (goto_xyz_link):
5931         
5932         Correct zoom setup and metadata save broken in 
5933         some locales.
5934
5935 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5936
5937         * shell/ev-view-private.h:
5938         * shell/ev-view.c: (scroll_to_current_page),
5939         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5940         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5941         (page_changed_cb), (ev_view_set_continuous),
5942         (ev_view_set_dual_page), (ev_view_set_presentation):
5943         
5944         Delay scroll until allocation to correctly position page. Fix
5945         for the bug #317334.
5946
5947 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5948
5949         * NEWS:
5950         * configure.ac:
5951         
5952         Update NEWS and require poppler 0.5.0.
5953
5954 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5955         
5956         * data/evince-ui.xml:
5957         * shell/ev-view-private.h:
5958         * shell/ev-view.c: (ev_view_get_link_at_location),
5959         (handle_link_over_xy), (ev_view_button_press_event),
5960         (ev_view_button_release_event), (ev_view_class_init):
5961         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5962         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5963         (ev_window_init):
5964         
5965         Implement right-click context menu.
5966
5967 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5968
5969         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5970         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5971         (mdvi_pixbuf_device_render):
5972         * pdf/ev-poppler.cc:
5973
5974         Don't generate thumbnails with alpha. See bug #324077.
5975         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5976
5977 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5978
5979         * shell/ev-window.c: (setup_chrome_from_metadata):
5980         
5981         Fix typo that was hiding toolbar.
5982
5983 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5984
5985         * shell/ev-view-private.h:
5986         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5987         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5988         (ev_view_button_release_event), (ev_view_destroy):
5989         
5990         Small cleanup and autoscrolling during selection. Thanks to 
5991         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5992
5993 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5994
5995         * configure.ac:
5996         
5997         Correctly check for comics option.
5998
5999 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
6000         * Makefile.am:
6001         * configure.ac:
6002         * backend/Makefile.am:
6003         * backend/ev-document-factory.c:
6004         * shell/ev-document-types.c:
6005
6006         Included option in configure to make ps backend 
6007         compilation optional with --disable-ps.
6008
6009 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6010
6011         * backend/ev-document-factory.c:
6012         * comics/Makefile.am:
6013         * comics/comics-document.c: (comics_document_load):
6014         * comics/ev-cbr-mime.xml:
6015         * configure.ac:
6016         
6017         Comics mime types are added to shared-mime-info CVS. Now
6018         we don't need to install our own mime types.
6019
6020 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6021
6022         * shell/ev-window.c:
6023         
6024         Add shortcut for "save a copy" menu entry. Fix for
6025         the bug #324582.
6026
6027 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6028
6029         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6030         (job_finished_cb), (new_selection_pixbuf_needed),
6031         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6032         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
6033         
6034         Rework selection job info logic and fix critical warning.
6035
6036 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
6037
6038         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
6039
6040 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
6041
6042         * data/evince-ui.xml:
6043         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6044         
6045         Enter as shortcut key for next page. Fix for the bug
6046         #321394.
6047
6048 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
6049
6050         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
6051
6052 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6053
6054         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6055         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6056         (new_selection_pixbuf_needed),
6057         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6058         (clear_job_selection):
6059         
6060         Too early for 0.5. Pixbuf cache code cleaned a bit.
6061
6062 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6063
6064         * NEWS:
6065         * configure.ac:
6066         
6067         Release 0.5.0 preparation
6068
6069 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6070
6071         * comics/Makefile.am:
6072         * configure.ac:
6073         * shell/ev-document-types.c: (ev_document_types_add_filters):
6074         
6075         More advanced handling of custom mime type installation.
6076
6077 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6078
6079         * data/evince.schemas.in:
6080         * shell/ev-metadata-manager.c: (value_free),
6081         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6082         (ev_metadata_manager_get), (ev_metadata_manager_set):
6083         * shell/ev-metadata-manager.h:
6084         * shell/ev-window.c: (update_chrome_flag),
6085         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6086         (setup_document_from_metadata), (setup_chrome_from_metadata),
6087         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6088         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6089         (ev_window_view_toolbar_cb),
6090         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6091         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6092         
6093         Save last document settings and reuse them for new documents.
6094
6095 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6096
6097         * Makefile.am:
6098         * backend/Makefile.am:
6099         * backend/ev-document-factory.c:
6100         * backend/ev-document-factory.h:
6101         * comics/Makefile.am:
6102         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6103         (comics_document_load), (comics_document_save),
6104         (comics_document_get_n_pages), (comics_document_get_page_size),
6105         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6106         (comics_document_class_init), (comics_document_can_get_text),
6107         (comics_document_get_info), (comics_document_document_iface_init),
6108         (comics_document_init), (get_supported_image_extensions),
6109         (comics_document_thumbnails_get_geometry),
6110         (comics_document_thumbnails_get_thumbnail),
6111         (comics_document_thumbnails_get_dimensions),
6112         (comics_document_document_thumbnails_iface_init), (extract_argv):
6113         * comics/comics-document.h:
6114         * comics/ev-cbr-mime.xml:
6115         * configure.ac:
6116         * po/POTFILES.in:
6117         * shell/ev-application.c: (ev_application_register_service):
6118         * shell/ev-document-types.c: (ev_document_types_add_filters):
6119         * thumbnailer/Makefile.am:
6120         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6121         
6122         New CBR/CBZ backend for comic books.
6123
6124 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6125
6126         * shell/main.c: (load_files_remote):
6127
6128         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6129         warning on startup of second instance is fixed. It
6130         is bug #320353.
6131
6132 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * shell/ev-window.c: (ev_window_finalize):
6135         
6136         Fix double free that cause crash.
6137
6138 2005-10-29  Bastien Nocera <hadess@hadess.net>
6139
6140         * tiff/tiff-document.c: (tiff_document_load):
6141         
6142         Fix memory leak.
6143
6144 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6145
6146         * po/POTFILES.in:
6147         * shell/Makefile.am:
6148         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6149         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6150         (ev_view_accessible_get_text),
6151         (ev_view_accessible_get_character_at_offset),
6152         (ev_view_accessible_get_text_before_offset),
6153         (ev_view_accessible_get_text_at_offset),
6154         (ev_view_accessible_get_text_after_offset),
6155         (ev_view_accessible_get_character_count),
6156         (ev_view_accessible_get_caret_offset),
6157         (ev_view_accessible_set_caret_offset),
6158         (ev_view_accessible_get_run_attributes),
6159         (ev_view_accessible_get_default_attributes),
6160         (ev_view_accessible_get_character_extents),
6161         (ev_view_accessible_get_offset_at_point),
6162         (ev_view_accessible_get_n_selections),
6163         (ev_view_accessible_get_selection),
6164         (ev_view_accessible_add_selection),
6165         (ev_view_accessible_remove_selection),
6166         (ev_view_accessible_set_selection),
6167         (ev_view_accessible_text_iface_init),
6168         (ev_view_accessible_idle_do_action),
6169         (ev_view_accessible_action_do_action),
6170         (ev_view_accessible_action_get_n_actions),
6171         (ev_view_accessible_action_get_description),
6172         (ev_view_accessible_action_get_name),
6173         (ev_view_accessible_action_set_description),
6174         (ev_view_accessible_action_iface_init),
6175         (ev_view_accessible_get_type), (ev_view_accessible_new),
6176         (ev_view_accessible_factory_get_accessible_type),
6177         (ev_view_accessible_factory_create_accessible),
6178         (ev_view_accessible_factory_class_init),
6179         (ev_view_accessible_factory_get_type):
6180         * shell/ev-view-accessible.h:
6181         * shell/ev-view-private.h:
6182         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6183         * shell/ev-view.h:
6184         
6185         Initial accessibility support.
6186
6187 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6188
6189         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6190
6191 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6192
6193         * shell/ev-print-job.c: (idle_print_handler):
6194         
6195         Fix for bug Bug 318916: Printing multiple pages.
6196
6197 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6198
6199         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6200
6201 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6202
6203         * pdf/ev-poppler.cc:
6204         
6205         Thumnail dimensions unified with other backends.
6206         
6207         * shell/ev-window-title.c: (ev_window_title_update):
6208         
6209         Fix warning.
6210
6211 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6212
6213         * data/ev-stock-zoom-fit-width.png:
6214         
6215         Remove unused file.
6216
6217 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6218
6219         * configure.ac:
6220         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6221         (djvu_document_finalize):
6222         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6223         (dvi_document_finalize):
6224         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6225         (pixbuf_document_save), (pixbuf_document_finalize):
6226         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6227         (tiff_document_finalize):
6228         
6229         Save a copy implemented for various backends.
6230
6231 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6232
6233         * configure.ac:
6234         
6235         Don't link with ltiff if tiff is disabled.
6236
6237 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6238
6239         * pdf/GDKSplashOutputDev.cc:
6240         * pdf/GDKSplashOutputDev.h:
6241         * pdf/Thumb.cc:
6242         * pdf/Thumb.h:
6243         * pdf/pdf-document.cc:
6244         * pdf/pdf-document.h:
6245         * pdf/test-gdk-output-dev.cc:
6246         
6247         Remove old unused files.
6248
6249 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6250
6251         * shell/ev-window.c: (ev_window_setup_document):
6252         
6253         Fixed warnings on reload and probably crash reason.
6254
6255 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6256
6257         * properties/ev-properties-view.c:
6258         (ev_properties_view_format_date):
6259         
6260         Check if date is invalid. Fix for bug 318134.
6261
6262 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6263
6264         * shell/ev-window-title.c:
6265         
6266         Add .indd files (Adobe Indesign) to the list of "bad
6267         extensions".
6268
6269 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6270
6271         * data/evince-ui.xml:
6272         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6273         
6274         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6275
6276 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6277
6278         * shell/ev-window.c: (launch_link), (launch_external_uri),
6279         (view_external_link_cb):
6280
6281         URL-escape link before passing it to gnome_vfs_url_show.
6282
6283 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6284
6285         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6286         there isn't text selected.
6287
6288 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6289
6290         * shell/ev-view.c: (handle_link_over_xy):
6291
6292         Check tooltip is valid utf8 before showing it
6293
6294 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6295
6296         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6297
6298 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6299
6300         * shell/ev-window-title.c: (ev_window_title_update):
6301
6302         Guard against using g_strstrip on NULL. Fixes bug #317291.
6303
6304 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6305
6306         * pdf/ev-poppler.cc:
6307
6308         Show title even for unknown links
6309
6310 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6311
6312         * shell/ev-window-title.c: (ev_window_title_update):
6313
6314         Strip the title string
6315
6316 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6317
6318         * shell/ev-window-title.c:
6319
6320         Add .rtf to the bad extensions list
6321
6322 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6323
6324         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6325         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6326
6327         Ignore link coordinates if they are outside page bounds
6328
6329 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6330
6331         * backend/ev-link.c: (ev_link_type_get_type),
6332         (ev_link_get_filename), (ev_link_get_params),
6333         (ev_link_get_property), (ev_link_set_property),
6334         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6335         * backend/ev-link.h:
6336         * pdf/ev-poppler.cc:
6337         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6338         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6339         (ev_window_init):
6340
6341         Implement launch links. Delegate external link opening to
6342         the window.
6343
6344 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6345
6346         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6347         (ev_link_get_right), (ev_link_get_property),
6348         (ev_link_set_property), (ev_link_class_init),
6349         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6350         * backend/ev-link.h:
6351         * pdf/ev-poppler.cc:
6352         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6353
6354         Implement fitr links
6355
6356 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6357
6358         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6359         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6360         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6361         (ev_view_size_request_continuous),
6362         (ev_view_size_request_dual_page),
6363         (ev_view_size_request_single_page), (ev_view_size_allocate),
6364         (ev_view_zoom_for_size_continuous_and_dual_page),
6365         (ev_view_zoom_for_size_continuous),
6366         (ev_view_zoom_for_size_dual_page),
6367         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6368         (ev_sizing_mode_get_type):
6369         * shell/ev-view.h:
6370         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6371
6372         Do not use modes for link, we need to calculate size ad hoc.
6373         Still not perfect because of the usual scrollbar issues grrr.
6374
6375 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6376
6377         * backend/ev-link.c: (ev_link_type_get_type),
6378         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6379         * backend/ev-link.h:
6380         * pdf/ev-poppler.cc:
6381         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6382         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6383         (ev_view_size_request_continuous),
6384         (ev_view_size_request_dual_page),
6385         (ev_view_size_request_single_page), (ev_view_size_allocate),
6386         (zoom_for_size_fit_height),
6387         (ev_view_zoom_for_size_continuous_and_dual_page),
6388         (ev_view_zoom_for_size_continuous),
6389         (ev_view_zoom_for_size_dual_page),
6390         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6391         (ev_sizing_mode_get_type):
6392         * shell/ev-view.h:
6393         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6394
6395         Implement FIT_HEIGHT mode (only for links).
6396         Implement FITH links
6397
6398 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6399
6400         * shell/ev-window-title.c: (get_filename_from_uri),
6401         (ev_window_title_sanitize_extension), (ev_window_title_update),
6402         (ev_window_title_set_document), (ev_window_title_set_uri),
6403         (ev_window_title_free):
6404         * shell/ev-window-title.h:
6405         * shell/ev-window.c: (ev_window_setup_document),
6406         (ev_window_popup_password_dialog):
6407
6408         Refactor window title building while fixing it for
6409         password documents.
6410
6411 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6412
6413         * pdf/ev-poppler.cc:
6414
6415         Escape link title before setting it in the model
6416
6417 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * shell/ev-application.c: (removed_from_session), (save_session),
6420         (init_session), (ev_application_get_empty_window),
6421         (ev_application_init), (ev_application_get_windows):
6422         * shell/ev-application.h:
6423         * shell/ev-window.c: (ev_window_finalize):
6424
6425         Add a function to retrieve window list and share it where
6426         necessary.
6427         Implement session handling, works pretty well thanks to the
6428         metadata system.
6429
6430 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6431
6432         * shell/ev-password.c: (ev_password_item_created_callback),
6433         (ev_password_dialog_save_password):
6434         
6435         Fix for bug 316972. Use async gnome-keyring API.
6436
6437 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6438
6439         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6440         Remove unused unrealize handler. Add scroll handling to
6441         ev_view_scroll_event for presentation mode (bug #316708),
6442         and fix the event state checks there.
6443
6444 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6445
6446         * shell/ev-page-action.c: (page_changed_cb):
6447
6448         "marco, maybe we should be crazy and jump right to 6! :)"
6449
6450         Bryan Clark, Sep 2005
6451
6452 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6453
6454         * ps/ps-document.c: (save_document), (ps_document_save),
6455         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6456         (ps_document_ps_export_end):
6457
6458         Fix unstructured documents save and print
6459
6460 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6461
6462         * shell/ev-application.c: (ev_application_open_uri):
6463
6464         Fix window size persistance
6465
6466 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6467
6468         * shell/ev-view.c: (ev_view_button_release_event):
6469
6470         Based on a patch from carlosgc@gnome.org. Mouse buttons
6471         switch pages in presentation mode.
6472
6473 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6474
6475         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6476
6477         Dont cast to int before scaling
6478
6479 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6480
6481         * backend/ev-link.c: (ev_link_type_get_type),
6482         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6483         (ev_link_new_page_fith):
6484         * backend/ev-link.h:
6485         * pdf/ev-poppler.cc:
6486         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6487
6488         Implement FIT and FITH links
6489
6490 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6491
6492         * pdf/ev-poppler.cc:
6493
6494         Return 0 results when search is not in progress.
6495
6496         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6497         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6498
6499         Update menu sensitivity when cancelling search
6500
6501 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6502
6503         * shell/ev-view.c: (ev_view_can_find_next):
6504
6505         Take all pages in consideration, not just current one
6506
6507 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6508
6509         * shell/ev-page-cache.c:
6510         * shell/ev-page-cache.h:
6511         * shell/ev-view.c: (ev_view_binding_activated),
6512         (ev_view_next_page), (ev_view_previous_page),
6513         (ev_sizing_mode_get_type):
6514         * shell/ev-view.h:
6515         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6516         (ev_window_cmd_go_next_page):
6517
6518         Move page next/previous functions from page chace to
6519         view and change it to move by 2 page steps in dual mode.
6520
6521 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6522
6523         * shell/ev-window.c: (update_sidebar_visibility),
6524         (setup_sidebar_from_metadata), (ev_window_setup_document),
6525         (setup_view_from_metadata):
6526
6527         Show the index by default when there is one     
6528
6529 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6530
6531         * shell/ev-window-title.c: (ev_window_title_set_document):
6532
6533         Missing null check
6534
6535 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * shell/ev-view.c: (view_update_range_and_current_page):
6538         
6539         Allow display of last odd page in dual view. Fix for 316347.
6540
6541 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6542
6543         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6544         
6545         Make close button default. Fix for 316383.
6546
6547 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6548
6549         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6550         
6551         Mark close button as default. Fix for 316381.
6552
6553 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6554
6555         * backend/ev-link.c: (ev_link_class_init):
6556
6557         Allow negative doubles in left/top properties
6558
6559 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6560
6561         * shell/ev-window.c:
6562
6563         Remove a bunch of strings that was used only
6564         by the statusbar.
6565
6566 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6567
6568         * shell/ev-window-title.c: (get_filename_from_uri),
6569         (ev_window_title_set_document):
6570
6571         When title has a confusing extension, show also
6572         the document filename inside ()
6573
6574 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6575
6576         * shell/Makefile.am:
6577         * shell/ev-window-title.c: (ev_window_title_new),
6578         (ev_window_title_update), (ev_window_title_set_type),
6579         (ev_window_title_set_document), (ev_window_title_free):
6580         * shell/ev-window-title.h:
6581         * shell/ev-window.c: (ev_window_setup_document),
6582         (password_dialog_response), (ev_window_popup_password_dialog),
6583         (ev_window_dispose), (ev_window_init):
6584
6585         Factor out and cleanup window title code
6586
6587 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6588
6589         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6590         (unable_to_load):
6591
6592         Make dialog transient so it doesnt block other windows
6593
6594 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6595
6596         * pdf/ev-poppler.cc:
6597         
6598         Fix pdf thumbnails rendering.
6599
6600 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6601
6602         * shell/ev-window.c: (fullscreen_set_timeout):
6603         
6604         Increase timeout to hide full screen popup. Bug 
6605         316123. 
6606
6607 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6608
6609         * data/evince.schemas.in:
6610         * shell/ev-window.c: (update_action_sensitivity):
6611
6612         Allow the user to override document restrictions. Fix for bug
6613         305818.
6614
6615 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6616
6617         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6618         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6619         (ev_window_class_init): Fix multihead behaviour of fullscreen
6620         toolbar popup. Fixes bug #315451.
6621
6622 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6623
6624         * configure.ac:
6625         * data/evince-password.glade:
6626         * shell/ev-password.c: (ev_password_dialog_set_property),
6627         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6628         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6629         (ev_password_dialog_entry_changed_cb),
6630         (ev_password_dialog_entry_activated_cb),
6631         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6632         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6633         (ev_password_dialog_set_bad_pass):
6634         * shell/ev-password.h:
6635         * shell/ev-window.c: (password_dialog_response),
6636         (ev_window_popup_password_dialog):
6637         
6638         Support for gnome-keyring for encrypted PDF's.
6639
6640 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6641
6642         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6643         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6644         (ev_view_enter_notify_event), (ev_view_class_init):
6645         
6646         More precise handling of enter_notify/leave_notify events
6647         in EvView. Fix for bug 315470.
6648
6649 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6650
6651         * shell/ev-window.c: (fullscreen_timeout_cb),
6652         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6653         (ev_window_dispose):
6654
6655         leak fix: unref fullscreen_timeout_source before clearing it
6656
6657 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6658
6659         * configure.ac, dvi/mdvi/Makefile.am: 
6660         
6661         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6662
6663 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6664
6665         * backend/ev-link.c: (ev_link_new_page_xyz):
6666         * pdf/ev-poppler.cc:
6667         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6668
6669         Fix some bugs with xyz links, respect zoom
6670
6671 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6672
6673         * shell/ev-window.c: (page_changed_cb),
6674         (setup_document_from_metadata), (update_sidebar_visibility),
6675         (setup_view_from_metadata), (ev_window_run_fullscreen),
6676         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6677         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6678         (ev_window_dual_mode_changed_cb),
6679         (ev_window_sidebar_current_page_changed_cb):
6680
6681         null check uri before setting and getting metadata
6682
6683 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6684
6685         * dvi/Makefile.am:
6686         * properties/Makefile.am:
6687         * shell/Makefile.am:
6688         * thumbnailer/Makefile.am:
6689
6690         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6691
6692 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6693
6694         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6695         (selection_changed_callback):
6696         * shell/ev-sidebar-links.h:
6697
6698         Add a signal for link activation.
6699
6700         * shell/ev-view.c: (ev_view_goto_link),
6701         (ev_view_button_release_event):
6702         * shell/ev-view.h:
6703         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6704         (ev_window_init):
6705
6706         Implement the signal so that we can handle all link types.
6707
6708         * shell/ev-page-cache.c:
6709
6710         Remove unused set_link function
6711
6712 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6713
6714         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6715
6716         Add some space from the cursor, hardcoded but I couldnt
6717         find a better way.
6718
6719 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6720
6721         * lib/ev-tooltip.c:
6722
6723         Use mozilla style vs gtk style, way better for links.
6724
6725         * shell/ev-view.c: (ev_view_motion_notify_event),
6726         (ev_view_destroy), (ev_view_init):
6727
6728         Deactive tooltip when the link hovered is changed.
6729
6730 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6731
6732         * backend/ev-document.h:
6733         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6734         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6735         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6736         (ev_link_new_page), (ev_link_new_page_xyz):
6737         * backend/ev-link.h:
6738         * pdf/ev-poppler.cc:
6739         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6740         (go_to_link), (tip_from_link):
6741
6742         Implement xyz links, still not functional. Links are a total
6743         mess, will need to refactor and bugfix a lot :(
6744
6745 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6746
6747         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6748
6749 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6750
6751         * data/evince-ui.xml:
6752         * data/evince.schemas.in:
6753         * shell/Makefile.am:
6754         * shell/ev-window.c: (update_chrome_visibility),
6755         (password_dialog_response), (ev_window_load_job_cb),
6756         (ev_window_xfer_job_cb), (ev_window_open_uri),
6757         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6758         (ev_window_init):
6759
6760         Remove the statusbar. This regress loading feedback, need to
6761         check with Bryan what we want to do there...
6762
6763 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6764
6765         * lib/ev-tooltip.c: (ev_tooltip_init):
6766
6767         Fix tooltip border and size handling
6768
6769 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6770
6771         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6772         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6773         (ev_tooltip_timeout), (ev_tooltip_activate),
6774         (ev_tooltip_deactivate):
6775         * lib/ev-tooltip.h:
6776         * shell/ev-view.c: (ev_view_motion_notify_event):
6777
6778         Delay popup showing. Mirror gtk logic/times.
6779
6780 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6781
6782         * lib/Makefile.am:
6783         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6784         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6785         (ev_tooltip_set_text), (ev_tooltip_set_position):
6786         * lib/ev-tooltip.h:
6787
6788         Simple widget to show tooltips at a custom position
6789
6790         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6791         (ev_view_destroy):
6792
6793         Use it for links. First go, needs work
6794
6795 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6796
6797         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6798         HIG fixes.  Use title capitalization for window title. Use 12 
6799         pixels of space between the dialog's vbox and action area.
6800
6801 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6802
6803         * shell/ev-window.c: (file_open_dialog_response_cb),
6804         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6805         (ev_window_cmd_save_as):
6806
6807         Make file pickers not modal and refactor code some
6808
6809 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6810
6811         * shell/ev-sidebar.h:
6812         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6813         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6814         (ev_sidebar_class_init), (ev_sidebar_select_page),
6815         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6816         (ev_sidebar_set_page):
6817
6818         Add a current page property and allow to get/set it
6819
6820         * shell/ev-window.c: (setup_view_from_metadata),
6821         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6822
6823         Persist current sidebar page per document
6824
6825 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6826
6827         * data/evince.schemas.in:
6828         * shell/ev-window.c: (update_chrome_visibility),
6829         (setup_document_from_metadata), (update_sidebar_visibility),
6830         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6831         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6832         (ev_window_run_presentation), (ev_window_stop_presentation),
6833         (ev_window_view_sidebar_cb),
6834         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6835         (load_chrome), (ev_window_init):
6836
6837         Persist size/visibility of sidebar per document
6838
6839 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6840
6841         * shell/ev-view.c (draw_loading_text): Draw loading text.
6842
6843 2005-09-02  Dan Damian  <dand@gnome.ro>
6844
6845         * configure.in: Added "ro" to ALL_LINGUAS.
6846
6847 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6848
6849         * shell/ev-view.c: (clear_caches):
6850
6851         ev_page_cache_get doesnt return a reference,
6852         dont try to unref it.
6853
6854 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * shell/main.c: (load_files_remote):
6857
6858         Fix timestamp parameter with dbus <= 0.33
6859
6860 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6861
6862         * data/evince.schemas.in:
6863
6864         Add missing full stop
6865
6866 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6867
6868         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6869         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6870
6871         Plug some memory leaks
6872
6873 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6874
6875         * configure.ac:
6876         * lib/ev-debug.c: (trap_handler):
6877
6878         Check for execinfo.h and use it only if it exists.
6879         Ported from Epiphany (bug #314776).
6880
6881 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6882
6883         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6884
6885 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6886
6887         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6888         * po/id.po      : Added Indonesian translation
6889
6890 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6891
6892         * shell/main.c:
6893         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6894         * NEWS: Release 0.4.0
6895
6896 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6897
6898         * configure.ac: catch another gtk+-2.8ism
6899         * shell/main.c: Make work with gtk+-2.6
6900
6901 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6902
6903         * shell/ev-application-service.xml: Add 'timestamp' argument to
6904           ev_application_open_window and ev_application_open_uri methods.
6905
6906         * shell/ev-application.h: Add 'timestamp' argument to
6907           ev_application_open_window, ev_application_open_uri,
6908           and ev_application_open_uri_list functions.
6909
6910         * shell/ev-application.c (ev_application_open_window,
6911           ev_application_open_uri, ev_application_open_uri_list): Change
6912           functions that show/present windows to use a timestamp if one
6913           is passed in.
6914
6915         * shell/ev-window.c (ev_window_cmd_file_open,
6916           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6917         * shell/main.c (load_files): Modify calls to ev_application to
6918           include GDK_CURRENT_TIME as timestamp.
6919
6920         * shell/main.c (load_files_remote): Obtain timestamp for client
6921           instance from GDK and pass to server instance so new windows are
6922           focused properly.  Fix dbus_g_proxy_call() calls by including second
6923           G_TYPE_INVALID.
6924           
6925         Closes bug #314475.
6926
6927 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6928
6929         * shell/ev-window.c (ev_window_finalize): Check for
6930         avail. EvWindows when quiting to handle the finalize better,
6931         #314497
6932
6933 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6934         
6935         * properties/ev-properties-view.c: 
6936         
6937         Set textdomain to libglade. Fixes translation problem in property page.
6938
6939 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6940
6941         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6942         * dvi/Makefile.am:
6943         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6944         * dvi/mdvi-lib/Makefile.am:
6945         
6946         Fix rotation of thumbnails, ported to new API. Moved library
6947         dependencies earlier, probably it will fix linkage problem.
6948
6949 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6950
6951         * backend/ev-document-misc.c:
6952         (ev_document_misc_get_thumbnail_frame):
6953         * backend/ev-document-misc.h:
6954         * configure.ac:
6955         * pdf/ev-poppler.cc:
6956         * shell/Makefile.am:
6957         * shell/ev-sidebar-thumbnails.c: (add_range),
6958         (ev_sidebar_thumbnails_set_loading_icon),
6959         (ev_sidebar_thumbnails_refresh),
6960         (ev_sidebar_thumbnails_set_document):
6961         * shell/ev-sidebar-thumbnails.h:
6962         * shell/ev-view.c: (ev_view_motion_notify_event),
6963         (ev_view_set_property), (ev_view_get_property),
6964         (ev_view_class_init), (ev_view_set_rotation):
6965         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6966         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6967         (ev_window_init):
6968         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6969         Redo rotation (again).  prepare for 0.4.0
6970
6971 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6972
6973         * configure.ac: Bump poppler requirement to 0.4.1.
6974
6975         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6976         argument to poppler_page_render_selection() call.
6977
6978 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6979
6980         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6981         (djvu_document_thumbnails_get_thumbnail):
6982         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6983         (dvi_document_thumbnails_get_thumbnail):
6984         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6985         (pixbuf_document_thumbnails_get_thumbnail):
6986         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6987         
6988         Update rotation direction of backends to fit with pdf and ps.
6989
6990 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6991
6992         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6993         * backend/ev-async-renderer.h:
6994         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6995         (setup_page), (ps_document_get_page_size),
6996         (ps_async_renderer_render_pixbuf):
6997         * ps/ps-document.h:
6998         * shell/ev-jobs.c: (ev_job_render_run):
6999
7000         Fix orientation in the postscript document
7001
7002 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
7003
7004         * pdf/ev-poppler.cc:
7005         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
7006         * shell/ev-view.c: (highlight_find_results):
7007
7008         Adapt to the new poppler rotation API. Fix text maps on landscape
7009         documents.
7010
7011 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
7012
7013         * shell/ev-view.c (compute_new_selection_text): get the correct
7014         region when selecting in modes other than continuous.
7015
7016 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7017
7018         * shell/main.c (main): remove redundant g_warnings.
7019
7020 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * shell/Makefile.am: Don't include autogenerated
7023         file ev-application-service.h into distribution, since
7024         it causes dbus crash. Fix for bugs 313724 and 313443. 
7025
7026 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7027
7028         * configure.ac: Fix sed expression for FreeBSD. Thanks
7029         to Joe Marcus Clark <marcus@freebsd.org>
7030         
7031         * shell/eggfindbar.c: (entry_activate_callback),
7032         (entry_changed_callback), (egg_find_bar_init),
7033         (egg_find_bar_set_search_string):
7034         
7035         Made findbar buttons unsensitive if there is no text in
7036         entry. Fix for the bug 313285.
7037
7038 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
7039
7040         * ps/ps-document.c: Use g_filename_display_name for displaying
7041         filenames and revert string freeze breackage
7042
7043 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
7044
7045         * NEWS:
7046         * configure.ac:
7047
7048         Update for 0.3.4
7049
7050         * shell/Makefile.am:
7051
7052         Add ev-application-service.xml to extra dist
7053
7054         * shell/ev-view.c: (find_page_at_location):
7055
7056         Remove unused function (fix warning)
7057
7058 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7059
7060         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7061         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7062         
7063         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7064         bug 313623.
7065
7066 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7067
7068         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7069         * shell/ev-window.c:
7070         Fix build warnings
7071
7072 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7073
7074         * configure.ac: Update script to get dbus version.
7075         Fix for the bug #313443.
7076
7077 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7078
7079         * shell/ev-window.c: (ev_window_cmd_escape):
7080         
7081         Return focus back to view on escape. Fix for bug 313295.
7082
7083 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7084
7085         * shell/ev-window.c: (update_window_title),
7086         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7087         (ev_window_cmd_save_as):
7088         
7089         Correct conversion from uri to displayable string. Fix for
7090         bug 313296.
7091
7092 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7093
7094         * ps/ps-document.c: convert filename to utf8 when there is an error
7095         loading document. Fixes #309915
7096
7097 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7098
7099         * configure.ac:
7100
7101         We depend on poppler 0.4.0
7102
7103 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7104
7105         * configure.ac:
7106         * NEWS: Release 0.3.3.
7107         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7108
7109 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7110
7111         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7112         add a couple missing mnemonics to menu items, use title 
7113         capitalization for menu items and window titles, and add 
7114         ellipsis to open menu item.     
7115
7116 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7117
7118         * pdf/ev-poppler.cc:
7119         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7120         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7121         (ev_view_get_rotation):
7122         * shell/ev-view.h:
7123         * shell/ev-window.c: (setup_view_from_metadata),
7124         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7125         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7126         disk.
7127
7128 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7129
7130         * configure.ac: Added tr to ALL_LINGUAS
7131
7132 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7133
7134         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7135         requires several clicks to find word. Thanks to 
7136         Colin Slater <kiltedtaco@gmail.com>.
7137
7138 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7139
7140         * data/evince.desktop.in.in: Hide menu entry and
7141         rename it to "Document Viewer". Fix for bug 
7142         #312399.
7143
7144 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7145
7146         * shell/ev-page-action.c (ev_page_action_class_init): 
7147
7148         Point to the correct function in constructor of the
7149         activate_label signal
7150
7151 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7152
7153         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7154         * shell/ev-jobs.h: Make thread safe.
7155
7156 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7157
7158         * shell/ev-view.c: (view_update_range_and_current_page):
7159         Don't update page range if we are scrolling to some document
7160         point.
7161
7162 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7163
7164         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7165         when getting max_page_width, fix drawing in dual mode.
7166
7167 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7168
7169         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7170         getting the area for select_all.
7171
7172 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7173
7174         * backend/ev-selection.c: (ev_selection_render_selection):
7175         * backend/ev-selection.h:
7176         * pdf/ev-poppler.cc:
7177         * shell/ev-jobs.c: (ev_job_render_new):
7178         * shell/ev-jobs.h:
7179         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7180         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7181         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7182         (ev_view_class_init):
7183
7184         Change selection color on focus in and focus out events.  Also,
7185         poppler now uses GdkColor for specifying the selection colors, so
7186         drop some awkward conversion code.
7187
7188 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7189
7190         * configure.ac: Added Hebrew translation
7191
7192 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7193
7194         * NOTES:
7195         * backend/ev-selection.c: (ev_selection_render_selection):
7196         * backend/ev-selection.h:
7197         * pdf/ev-poppler.cc:
7198         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7199         (ev_job_render_run):
7200         * shell/ev-jobs.h:
7201         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7202         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7203         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7204         (ev_pixbuf_cache_style_changed),
7205         (ev_pixbuf_cache_get_selection_pixbuf),
7206         (ev_pixbuf_cache_set_selection_list),
7207         (ev_pixbuf_cache_get_selection_list):
7208         * shell/ev-pixbuf-cache.h:
7209         * shell/ev-utils.c: (ev_print_region_contents):
7210         * shell/ev-utils.h:
7211         * shell/ev-view.c: (ev_view_queue_draw_page),
7212         (selection_update_idle_cb), (ev_view_motion_notify_event),
7213         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7214         (setup_caches), (ev_view_find_next), (merge_selection_region),
7215         (selection_free):
7216         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7217
7218         Clean up selection to be much smoother!
7219
7220 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7221
7222         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7223         to poppler_page_render_selection().
7224
7225 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7226
7227         * ps/ps-document.c: (save_page_list): Use
7228         unzipped document when printing. Thanks to 
7229         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7230         311016.
7231
7232 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7233
7234         * shell/ev-window.c: (update_action_sensitivity):
7235         
7236         Disable print and save respect to lockdown gconf keys. Fix
7237         for 312342.
7238
7239 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7240
7241         * configure.ac:
7242         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7243         (write_to_temp_file), (ev_file_set_contents):
7244         * shell/ev-utils.h:
7245         * shell/ev-window.c: (save_print_config_to_file):
7246         
7247         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7248         Fix for bug 312238
7249
7250 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7251
7252         * shell/ev-window.c: (load_print_config_from_file),
7253         (save_print_config_to_file), (ev_window_print_range):
7254
7255         Persist the print settings. Fixes bug #311578.
7256
7257 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * djvu/djvu-document.c: (djvu_document_get_page_size),
7260         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7261         (djvu_document_thumbnails_get_thumbnail):
7262         * dvi/dvi-document.c: (dvi_document_get_page_size),
7263         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7264         (dvi_document_thumbnails_get_dimensions),
7265         (dvi_document_thumbnails_get_thumbnail):
7266         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7267         (pixbuf_document_render_pixbuf),
7268         (pixbuf_document_document_iface_init),
7269         (pixbuf_document_thumbnails_get_thumbnail):
7270         
7271         Update backends to make them build with new rotation system.
7272
7273 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7274
7275         * help/C/figures/evince_start_window.png:
7276         
7277         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7278
7279 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7280
7281         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7282         * shell/ev-pixbuf-cache.h:
7283         * shell/ev-sidebar-thumbnails.c:
7284         (ev_sidebar_thumbnails_get_property), (add_range),
7285         (adjustment_changed_cb):
7286         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7287         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7288         we were thumbnailing the entire docment on startup, slowing us
7289         down hugely. 
7290
7291 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7292
7293         * shell/ev-page-cache.c: (ev_page_cache_new):
7294         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7295         == 0, fixes #310306.
7296
7297 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7298
7299         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7300         (ev_view_rotate_left):
7301
7302         Account rotation in doc_rect_to_view_rect.
7303         Ensure rotation doesnt go out of bounds.
7304
7305 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7306
7307         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7308
7309         Correct and cleanup w/h swapping
7310
7311 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7312
7313         * backend/ev-document-thumbnails.c:
7314         (ev_document_thumbnails_get_thumbnail):
7315         * backend/ev-document-thumbnails.h:
7316         * backend/ev-document.c:
7317         * backend/ev-document.h:
7318         * backend/ev-render-context.c: (ev_render_context_new),
7319         (ev_render_context_set_rotation):
7320         * backend/ev-render-context.h:
7321         * pdf/ev-poppler.cc:
7322         * ps/ps-document.c: (ps_document_document_iface_init):
7323         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7324         * shell/ev-jobs.h:
7325         * shell/ev-page-cache.c: (build_height_to_page),
7326         (ev_page_cache_new), (ev_page_cache_get_size),
7327         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7328         (ev_page_cache_get_height_to_page):
7329         * shell/ev-page-cache.h:
7330         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7331         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7332         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7333         (ev_pixbuf_cache_get_selection_pixbuf):
7334         * shell/ev-pixbuf-cache.h:
7335         * shell/ev-print-job.c: (idle_print_handler):
7336         * shell/ev-sidebar-thumbnails.c: (add_range):
7337         * shell/ev-view.c: (view_update_range_and_current_page),
7338         (get_page_y_offset), (get_page_extents),
7339         (ev_view_size_request_continuous_dual_page),
7340         (ev_view_size_request_continuous),
7341         (ev_view_size_request_dual_page),
7342         (ev_view_size_request_single_page), (draw_one_page),
7343         (ev_view_set_rotation), (ev_view_rotate_right),
7344         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7345         (ev_view_zoom_for_size_continuous_and_dual_page),
7346         (ev_view_zoom_for_size_continuous),
7347         (ev_view_zoom_for_size_dual_page),
7348         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7349         (ev_view_select_all):
7350         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7351         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7352         (tiff_document_document_iface_init),
7353         (tiff_document_thumbnails_get_thumbnail):
7354
7355         Use rotation rather than orientation. It's easier and enough
7356         for our needs.
7357
7358 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7359
7360         * shell/ev-page-cache.c: (build_height_to_page),
7361         (ev_page_cache_new), (ev_page_cache_get_size),
7362         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7363         (ev_page_cache_get_height_to_page):
7364         * shell/ev-page-cache.h:
7365         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7366         (ev_view_size_request_continuous_dual_page),
7367         (ev_view_size_request_continuous),
7368         (ev_view_zoom_for_size_continuous_and_dual_page),
7369         (ev_view_zoom_for_size_continuous):
7370
7371         Make the page cache aware of page orientation.
7372
7373 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * backend/ev-document-thumbnails.c:
7376         (ev_document_thumbnails_get_thumbnail):
7377         * backend/ev-document-thumbnails.h:
7378         * backend/ev-document.c:
7379         * backend/ev-document.h:
7380         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7381         * backend/ev-ps-exporter.h:
7382         * pdf/ev-poppler.cc:
7383         * ps/ps-document.c: (ps_document_document_iface_init),
7384         (ps_document_ps_export_do_page):
7385         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7386         * shell/ev-jobs.h:
7387         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7388         (ev_page_cache_get):
7389         * shell/ev-page-cache.h:
7390         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7391         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7392         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7393         * shell/ev-pixbuf-cache.h:
7394         * shell/ev-print-job.c: (idle_print_handler):
7395         * shell/ev-sidebar-thumbnails.c: (add_range):
7396         * shell/ev-view.c: (view_update_range_and_current_page),
7397         (get_page_extents), (ev_view_size_request_dual_page),
7398         (ev_view_size_request_single_page), (draw_one_page),
7399         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7400         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7401         (ev_view_zoom_for_size_dual_page),
7402         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7403         (ev_view_select_all):
7404         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7405         * tiff/tiff-document.c: (tiff_document_get_page_size),
7406         (tiff_document_get_orientation), (rotate_pixbuf),
7407         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7408         (tiff_document_thumbnails_get_thumbnail),
7409         (tiff_document_ps_export_do_page), (tiff_document_init):
7410
7411         Really make use of the orientation bit of the render context.
7412         Use the render context in a few more places in the backend API.
7413         This regress orientation, but now it's done right. Will try to
7414         fix it up asap...
7415
7416 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7417
7418         * shell/ev-view.c: (ensure_rectangle_is_visible):
7419
7420         Patch by Nickolay V. Shmyrev to fix find flickering
7421
7422 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7423
7424         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7425         duplex parameters to ::begin.
7426
7427         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7428         * shell/ev-print-job.c (idle_print_handler): 
7429         * ps/ps-document.c (ps_document_ps_export_begin): 
7430         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7431         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7432         implementations. Poppler backend needs poppler cvs. Rest has
7433         unchanged behavior.
7434
7435 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7436
7437         * shell/ev-window.c (using_pdf_printer): new function.
7438         (ev_window_print_range): print a less techy message if someone
7439         tries to print to PDF.
7440
7441 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7442
7443         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7444         from "unknown font" string. Bug #311431
7445
7446 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7447
7448         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7449
7450 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7451
7452         Bug #311280
7453         
7454         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7455         name for PopplerFontTypes
7456         (pdf_document_fonts_fill_model): add font type to the detail column
7457
7458         * backend/ev-document-fonts.h: added
7459         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7460
7461         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7462         font name and font details, add a little markup.
7463         (ev_properties_fonts_init): use the new cell data func, specify ypad
7464         property for the cell renderer.
7465         (ev_properties_fonts_set_document): add the details column.
7466
7467 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7468
7469         * configure.ac: Added "pl" to ALL_LINGUAS.
7470
7471 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7472
7473         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7474
7475 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7476
7477         * help/ChangeLog: Started this for translations of manual.
7478         * configure.ac, autogen.sh, .cvsignore: Migrated to
7479         gnome-doc-utils. Patch in bug #311222.
7480
7481 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7482
7483         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7484         #ifdef this away to fix an unused-function warning.
7485
7486 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7487
7488         * configure.ac: Added 'gl' to ALL_LINGUAS.
7489
7490 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7491
7492         * configure.ac: Added ne in ALL_LINGUAS
7493         
7494 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7495
7496         * shell/ev-view.c: (ev_view_leave_notify_event):
7497         
7498         Clear status message when pointer leaves view. Fix for bug
7499         #310818 
7500
7501 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7502
7503         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7504
7505 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7506
7507         * shell/ev-view.c: (ev_view_leave_notify_event),
7508         (ev_view_class_init):
7509         
7510         Set cursor to normal then leaving view.
7511
7512 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7513
7514         * configure.ac:
7515         
7516         Fix required djvulibre version.
7517
7518 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7519
7520         *configure.ac: Hindi (hi) language added
7521
7522 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7523
7524         *configure.ac: Punjabi (pa) Language added
7525
7526 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7527
7528         * data/evince-ui.xml, shell/ev-window.c:
7529         
7530         Add keypad accelerators for zooming. Fix for bug 308128.
7531
7532 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7533
7534         * Makefile.am:
7535         * backend/Makefile.am:
7536         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7537         * configure.ac:
7538         * shell/ev-document-types.c: (ev_document_types_add_filters):
7539
7540         Allow to enable/disable the pixbuf backend.
7541         Default to off for now. If we want it enabled we should
7542         really put mime types in the desktop, implement properties etc.
7543
7544         * properties/evince-properties.c:
7545
7546         Initialize error to NULL.
7547         Check error is not NULL before freeing.
7548
7549 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7550
7551         * shell/ev-window.c:
7552
7553         Use F5 as presentation accell
7554
7555 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7556
7557         * shell/ev-window.c: (update_chrome_visibility),
7558         (ev_window_create_fullscreen_popup), (ev_window_init):
7559
7560         Do not leak the fullscreen toolbar
7561
7562 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7563
7564         * shell/ev-window.c: (view_actions_focus_in_cb),
7565         (view_actions_focus_out_cb):
7566
7567         These has a return value! Fix totally random focus
7568         issues we was seeing.
7569
7570 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7571
7572         * shell/main.c: (load_files_remote):
7573
7574         Allow open more than one file
7575
7576 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7577
7578         * shell/main.c: (load_files_remote):
7579
7580         Fix for dbus 0.33. bug #309975
7581
7582 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7583
7584         * properties/ev-properties-main.c: (ev_properties_get_pages):
7585
7586         Actually return NULL for types we dont support
7587
7588 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7589
7590         * po/POTFILES.in:
7591
7592         Remove empty lines.
7593
7594 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7595
7596         * backend/ev-document-factory.c:
7597         (ev_document_factory_get_document):
7598
7599         Do not try to create the object if type
7600         is invalid.
7601
7602 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7603
7604         * ps/ps-document.c: (ps_document_dispose),
7605         (ps_async_renderer_render_pixbuf):
7606         * ps/ps-document.h:
7607
7608         Do not leak the target window
7609
7610 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7611
7612         * shell/ev-application.c: (ev_application_init):
7613
7614         Let tbe check file existence for us.
7615         Add a comment about eggrecent mime filter.
7616
7617 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7618
7619         * data/evince-ui.xml:
7620         * shell/ev-application.c: (ev_application_shutdown),
7621         (ev_application_init), (ev_application_get_toolbars_model),
7622         (ev_application_get_recent_model),
7623         (ev_application_save_toolbars_model):
7624         * shell/ev-application.h:
7625         * shell/ev-window.c: (ev_window_add_recent),
7626         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7627         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7628         (ev_window_init):
7629
7630         Use common toolbar and recent models for all windows.
7631         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7632
7633 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7634
7635         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7636         successfully check for gtk_icon_view_get_visible_range.
7637
7638 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7639
7640         * djvu/Makefile.am:
7641         * dvi/Makefile.am:
7642         
7643         Fix djvu and dvi backend build.
7644
7645 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7646
7647         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7648         (new_separator_pixbuf):
7649
7650         Don't leak windows.
7651
7652 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7653
7654         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7655
7656         HIGification of toolbar editor dialogue.
7657
7658 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7659
7660         * configure.ac:
7661         * shell/Makefile.am:
7662
7663         Ever build metadata manager since it's just
7664         disabled at runtime now.
7665
7666 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7667
7668         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7669         (ev_metadata_manager_get), (ev_metadata_manager_set):
7670         * shell/ev-metadata-manager.h:
7671
7672         Add an _init functions that enabled metadata management
7673         at runtime.
7674
7675         * shell/ev-window.c: (page_changed_cb),
7676         (setup_document_from_metadata), (ev_window_setup_document),
7677         (setup_view_from_metadata), (ev_window_open_uri),
7678         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7679         (ev_window_run_presentation), (ev_window_stop_presentation),
7680         (save_sizing_mode), (ev_window_zoom_changed_cb),
7681         (ev_window_continuous_changed_cb),
7682         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7683         (window_configure_event_cb):
7684
7685         Remove all ugly metadata define since we deal with it
7686         at runtime now.
7687
7688         * shell/main.c: (load_files_remote), (main):
7689
7690         Add support for dbus cvs head. Hopefully didnt break one
7691         of the other versions now!
7692
7693         If we dont get a response from the dbus server just
7694         give up with it and not enable metadata.
7695
7696 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7697
7698         * Makefile.am:
7699         * backend/Makefile.am:
7700         * configure.ac:
7701         * cut-n-paste/recent-files/Makefile.am:
7702         * cut-n-paste/toolbar-editor/Makefile.am:
7703         * cut-n-paste/zoom-control/Makefile.am:
7704         * lib/Makefile.am:
7705         * pdf/Makefile.am:
7706         * pixbuf/Makefile.am:
7707         * properties/Makefile.am:
7708         * ps/Makefile.am:
7709         * shell/Makefile.am:
7710         * thumbnailer/Makefile.am:
7711         * tiff/Makefile.am:
7712
7713         Make frontends depend on just libev.
7714         Rework and group CFLAGS/LIBS definitions.
7715         Cleanups.
7716
7717 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7718
7719         * shell/ev-window:
7720
7721         do not unnecessarily save zoom
7722
7723         * configure.ac:
7724         * lib/ev-file-helpers.c: (ev_dot_dir):
7725         * shell/Makefile.am:
7726         * shell/dummy.cc:
7727
7728         Some cleanups
7729
7730 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7731
7732         * configure.ac:
7733         
7734         Remove unnecessary dependencies
7735
7736 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7737
7738         * properties/Makefile.am:
7739         * thumbnailer/Makefile.am:
7740         * tiff/Makefile.am:
7741
7742         Some more cleanups. Was really necessary
7743         but I probably introduced bugs, feel free
7744         to flame :)
7745
7746 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7747
7748         * backend/Makefile.am:
7749         * configure.ac:
7750         * cut-n-paste/recent-files/Makefile.am:
7751         * cut-n-paste/toolbar-editor/Makefile.am:
7752         * cut-n-paste/zoom-control/Makefile.am:
7753         * lib/Makefile.am:
7754         * pdf/Makefile.am:
7755         * pixbuf/Makefile.am:
7756         * properties/Makefile.am:
7757         * ps/Makefile.am:
7758         * shell/Makefile.am:
7759         * thumbnailer/Makefile.am:
7760         * tiff/Makefile.am:
7761
7762         Use gnome-common macros when possible.
7763         Cleanup dependencies.
7764         Actually disable deprecated where possible.
7765
7766 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7767
7768         * Makefile.am:
7769         * backend/Makefile.am:
7770         * properties/Makefile.am:
7771         * shell/Makefile.am:
7772         * thumbnailer/Makefile.am:
7773
7774         This should solve the circular dep without
7775         requiring dir reorg!
7776
7777         * shell/ev-window.c: (setup_view_from_metadata):
7778
7779         Never restore window size/position when the
7780         window is already visible.
7781
7782 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7783
7784         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7785
7786         Return a boolean from timeout func. Fix ported from gedit.
7787
7788 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7789
7790         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7791
7792 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7793
7794         * shell/ev-document-types.c: set "All Documents" as default filter in
7795         open dialog
7796
7797 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7798
7799         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7800         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7801         (ev_metadata_manager_set_boolean): fix value/val thinko.
7802
7803 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7804
7805         * shell/ev-window.c: (setup_view_from_metadata),
7806         (window_state_event_cb), (window_configure_event_cb),
7807         (ev_window_init):
7808
7809         Remember window position and maximized state
7810
7811 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7812
7813         * configure.ac:
7814
7815         Fix DBUS configure checks.
7816
7817         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7818         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7819         (ev_metadata_manager_set_boolean):
7820
7821         Plug mem leaks.
7822
7823         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7824         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7825         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7826         (ev_window_continuous_changed_cb),
7827         (ev_window_dual_mode_changed_cb), (ev_window_new):
7828
7829         Fix the build without DBUS.
7830
7831 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7832
7833         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7834         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7835         (ev_metadata_manager_set_string),
7836         (ev_metadata_manager_set_boolean):
7837         * shell/ev-metadata-manager.h:
7838
7839         Add support for some more types
7840
7841         * shell/ev-view.c: (scroll_to_current_page),
7842         (ev_view_get_continuous), (ev_view_set_continuous),
7843         (ev_view_get_dual_page):
7844         * shell/ev-view.h:
7845         * shell/ev-window.c: (page_changed_cb),
7846         (setup_document_from_metadata), (ev_window_setup_document),
7847         (setup_view_from_metadata), (ev_window_open_uri),
7848         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7849         (ev_window_run_presentation), (ev_window_stop_presentation),
7850         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7851         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7852         (ev_window_update_dual_page_action),
7853         (ev_window_continuous_changed_cb),
7854         (ev_window_dual_mode_changed_cb), (ev_window_init):
7855
7856         Remember a bunch of view/document properties. Prolly some
7857         are still missing but it's getting interesting.
7858
7859 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7860
7861         * configure.ac: check if dbus-binding-tool is installed. Not the
7862         case on current Ubuntu breezy, it seems.
7863
7864 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7865
7866         * data/evince.desktop.in.in:
7867         
7868         Allow open uri lists and add TryExec field.
7869
7870 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7871
7872         * configure.ac:
7873
7874         Enable dbus when available, do not require a configure
7875         option.
7876
7877 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7878
7879         * configure.ac:
7880
7881         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7882         disabled.
7883
7884 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7885         Marco Pesenti Gritti  <mpg@redhat.com>
7886
7887         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7888         
7889         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7890         functions to the format required by dbus
7891
7892         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7893         errors. Use the RPC parameters in the expected way
7894
7895 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7896
7897         * Makefile.am:
7898         * properties/Makefile.am:
7899         * properties/ev-properties-main.c: (ev_properties_get_pages):
7900
7901         Support all mime types
7902
7903         * shell/Makefile.am:
7904         * thumbnailer/Makefile.am:
7905         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7906         (evince_thumbnail_pngenc_get):
7907
7908         Use the document factory
7909
7910 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7911
7912         * backend/Makefile.am:
7913         * backend/ev-document-factory.c:
7914         (mime_type_supported_by_gdk_pixbuf),
7915         (ev_document_type_get_from_mime),
7916         (ev_document_factory_get_document),
7917         (ev_document_factory_get_backend),
7918         (ev_document_factory_get_mime_types),
7919         (ev_document_factory_get_all_mime_types):
7920         * backend/ev-document-factory.h:
7921         * shell/Makefile.am:
7922         * shell/ev-document-types.c: (get_document_from_uri),
7923         (ev_document_types_get_document),
7924         (file_filter_add_mime_list_and_free),
7925         (ev_document_types_add_filters):
7926         * shell/ev-document-types.h:
7927         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7928         * shell/ev-properties-dialog.c:
7929         (ev_properties_dialog_set_document):
7930         * shell/ev-window.c: (ev_window_cmd_file_open),
7931         (ev_window_cmd_save_as):
7932         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7933
7934         Rework document types managing to avoid code duplication
7935         and actually abstract from backend implementations.
7936         Also provide a minimal factory api that can be used by
7937         thumbnailer/properties.
7938
7939 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7940
7941         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7942         Plug a mem leak.
7943         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7944         HIG spacings.
7945
7946 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7947
7948         * shell/ev-properties-dialog.c
7949         (ev_properties_dialog_set_document): only call
7950         ev_properties_fonts_set_document() if the document implements the
7951         fonts interface
7952
7953 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * configure.ac:
7956         * properties/Makefile.am:
7957         * properties/ev-properties-view.c:
7958         (ev_properties_view_register_type):
7959         * properties/ev-properties-view.h:
7960         * properties/ev-properties-main.h:
7961
7962         Implement nautilus plugin for properties.
7963         Works only for pdf atm, I need to rework the
7964         document types stuff to get this to work
7965         for all backends...
7966
7967 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7968
7969         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7970         (ev_properties_fonts_set_document): use
7971         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7972
7973 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7974
7975         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7976         them
7977         (PlaceImage, tiff2ps_process_page): use
7978         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7979
7980
7981 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7982
7983         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7984         (main): to call gnome_authentication_manager_init. Should fix
7985         Bug #308510
7986
7987         * configure.ac: that requires libgnomeui 2.6.0.
7988
7989 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7990
7991         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7992         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7993         use the new tiff2ps interfaces
7994
7995         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7996         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7997
7998         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7999         structure instead of global variables.  Remove use of static
8000         variables in functions.
8001
8002 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
8003
8004         * shell/ev-page-action.c: unref the completion after setting it to the
8005         entry
8006
8007 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8008
8009         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
8010         postscript files
8011
8012 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
8013
8014         * shell/ev-window.c (update_action_sensitivity): disable
8015         File->Print if the document does not implement the ps exporter
8016         interface
8017
8018 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
8019
8020         * Makefile.am:
8021         * configure.ac:
8022         * data/evince-properties.glade:
8023         * properties/.cvsignore:
8024         * properties/Makefile.am:
8025         * properties/ev-properties-view.c: (ev_properties_view_dispose),
8026         (ev_properties_view_class_init), (ev_properties_view_format_date),
8027         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
8028         (ev_properties_view_init), (ev_properties_view_new):
8029         * properties/ev-properties-view.h:
8030         * shell/Makefile.am:
8031         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
8032         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
8033         (ev_properties_dialog_new):
8034         * shell/ev-properties-dialog.h:
8035         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
8036         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
8037         (update_progress_label), (job_fonts_finished_cb),
8038         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
8039         * shell/ev-properties-fonts.h:
8040         * shell/ev-properties.c:
8041         * shell/ev-properties.h:
8042         * shell/ev-window.c: (ev_window_setup_document),
8043         (ev_window_cmd_file_properties):
8044
8045         Split the properties pages in two different objects, depend
8046         only on the backend where possible, use widgets instead
8047         of gobject for the glade part, reimplement the dialog
8048         itself with gtk.
8049         I need this to implement nautilus properties page.
8050
8051 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
8052
8053         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8054         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8055         (tiff_document_document_ps_exporter_iface_init): implement the ps
8056         exporter interface for tiff documents
8057
8058         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8059         libtiff to implement TIFF postscript export
8060
8061         * tiff/tiff2ps.h: added a header file for external tiff2ps
8062         functions.
8063
8064         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8065         tiff2ps.h
8066
8067 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8068
8069         * shell/ev-view.c: (scroll_to_current_page),
8070         (ev_view_set_fullscreen), (ev_view_set_presentation):
8071         
8072         Scroll to current page when exit from presentation
8073
8074 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8075
8076         * shell/ev-window.c: (update_document_mode),
8077         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8078         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8079         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8080         
8081         Exit from fullscreen mode when switch to presentation. Fix for
8082         bug 309365
8083
8084 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8085
8086         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8087         return NULL if the document does not implement the selection
8088         interface.
8089
8090 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8091
8092         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8093         reported height by using the resolution aspect ratio
8094         (tiff_document_render_pixbuf): scale the pixbuf using the
8095         resolution aspect ratio
8096
8097 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8098
8099         * configure.ac:
8100         
8101         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8102         <kiltedaco@gmail.com>
8103         
8104         * djvu/djvu-document.c: (djvu_document_get_orientation),
8105         (djvu_document_set_orientation), (djvu_document_get_page_size),
8106         (rotate_pixbuf), (djvu_document_render_pixbuf),
8107         (djvu_document_document_iface_init):
8108         * dvi/dvi-document.c: (dvi_document_get_orientation),
8109         (dvi_document_set_orientation), (dvi_document_get_page_size),
8110         (rotate_pixbuf), (dvi_document_render_pixbuf),
8111         (dvi_document_document_iface_init):
8112         
8113         Dvi and djvu backends are ported to new API
8114
8115 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8116
8117         * backend/ev-selection.c: (ev_selection_get_selection_region),
8118         (ev_selection_get_selection_map):
8119         * backend/ev-selection.h:
8120         * pdf/ev-poppler.cc:
8121         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8122         * shell/ev-jobs.h:
8123         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8124         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8125         (ev_pixbuf_cache_get_text_mapping):
8126         * shell/ev-pixbuf-cache.h:
8127         * shell/ev-view.c: (location_in_text),
8128         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8129         support to EvView.  Now we can see where we can select!  Sweet!
8130
8131 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8132
8133         * shell/ev-view.c (ev_view_button_press_event): Fix
8134         event->y + view->scroll_x typo.
8135
8136 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8137
8138         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8139         sub-GdkPixbuf instead of passing dest_x and dest_y.
8140         
8141         * shell/ev-view.c: (view_point_to_doc_point),
8142         (view_rect_to_doc_rect), (ev_view_button_press_event),
8143         (ev_view_motion_notify_event), (compute_new_selection_rect),
8144         (gdk_rectangle_point_in), (compute_new_selection_text),
8145         (compute_selections): Update selection code to keep the selection
8146         around as two points and not as a normalized rectangle, and fix
8147         page level selection in two-column mode.
8148
8149 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8150
8151         * shell/ev-window.c: (window_configure_event_cb): 
8152         
8153         Fix compilation
8154         
8155 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8156
8157         * pdf/ev-poppler.cc:
8158
8159         Fix compilation
8160
8161 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8162
8163         * shell/Makefile.am:
8164         * shell/ev-metadata-manager.c: (item_free),
8165         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8166         (parse_value), (parseItem), (load_values),
8167         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8168         (save_values), (save_item), (get_oldest), (resize_items),
8169         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8170         * shell/ev-metadata-manager.h:
8171
8172         Metadata manager from gedit but modified to use GValue, so that
8173         we dont need to keep converting from strings.
8174
8175         * configure.ac:
8176
8177         ENABLE_METADATA conditional, on when dbus is on
8178
8179         * shell/ev-application.c: (ev_application_open_uri):
8180
8181         Show the window after load so that we can initialize
8182         window size before it's showed.
8183
8184         * shell/ev-window.c: (ev_window_setup_from_metadata),
8185         (ev_window_open_uri), (window_configure_event_cb),
8186         (ev_window_init):
8187
8188         Save and load metadata information about window size.
8189         Not yet keeping states in account.
8190
8191         * shell/main.c: (main):
8192
8193         Shutdown metadata manager.
8194
8195 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8196
8197         * shell/ev-application-service.xml:
8198         * configure.ac:
8199         * shell/Makefile.am:
8200         * shell/ev-application.c:
8201         * shell/ev-application.h:
8202         * shell/ev-window.c:
8203         * shell/ev-window.h:
8204         * shell/main.c:
8205
8206         Add an optional dbus interface (--enable-dbus).
8207         Rework application code, mainly to be easier to
8208         use "remotely".
8209         Do not open multiple windows with the same document,
8210         spatial evince!
8211
8212 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8213
8214         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8215         pixbuf iff it exists.
8216
8217 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8218
8219         * shell/*:
8220         * backend/ev-render-context.[ch]:
8221         * backend/ev-selection.[ch]:
8222
8223         Massive changes.  We now support text selection of pdfs, and not
8224         just rectangular selection.  This is pretty broken still, but I
8225         want to get something into CVS.
8226
8227 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8228
8229         * pdf/ev-poppler.cc:
8230         
8231         Fix for Bug 309080: crash on window close.
8232         
8233         * shell/ev-page-action.c: (page_changed_cb):
8234         
8235         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8236         jensgr@gmx.net (Jens Granseuer).
8237
8238 2005-06-25  Marcel Telka  <marcel@telka.sk>
8239
8240         * configure.in (ALL_LINGUAS): Added sk.
8241
8242 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8243
8244         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8245         not a document open
8246
8247 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8248
8249         * NEWS:
8250         * configure.ac:
8251
8252         Release 0.3.2
8253
8254         * cut-n-paste/recent-files/Makefile.am:
8255
8256         Fix make distcheck
8257
8258 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8259
8260         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8261         (pixbuf_document_set_orientation), (rotate_pixbuf),
8262         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8263         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8264
8265         Implement rotation and cleanup the code a bit.
8266
8267         * tiff/tiff-document.c: (tiff_document_get_page_size),
8268         (tiff_document_get_orientation), (tiff_document_set_orientation),
8269         (rotate_pixbuf), (tiff_document_render_pixbuf),
8270         (tiff_document_document_iface_init), (tiff_document_init):
8271
8272         Implement rotation. Was the quicker solution for the release
8273         but we really need to share this code in the shell.
8274
8275 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8276
8277         * pdf/ev-poppler.cc:
8278
8279         Enable rotation, require poppler cvs. Fix a leak.
8280
8281 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8282
8283         * shell/ev-window.c: (update_action_sensitivity):
8284         
8285         Make properties unsensitive if document backend doesn't provide
8286         any info
8287
8288 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8289
8290         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8291         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8292         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8293         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8294         (bitmap_flip_rotate_counter_clockwise):
8295         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8296         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8297         (buff_gets):
8298         * dvi/mdvi-lib/common.h:
8299         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8300         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8301         (opendvi), (mdvi_reload), (mdvi_init_context),
8302         (mdvi_destroy_context), (mdvi_dopage), (special):
8303         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8304         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8305         (file_hash_free), (register_encoding), (parse_spec),
8306         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8307         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8308         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8309         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8310         (mdvi_register_font_type), (mdvi_unregister_font_type),
8311         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8312         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8313         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8314         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8315         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8316         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8317         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8318         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8319         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8320         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8321         (mdvi_unregister_special), (mdvi_flush_specials):
8322         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8323         (t1_font_remove):
8324         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8325         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8326         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8327         (free_font_metrics), (flush_font_metrics):
8328         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8329         (tt_font_remove):
8330         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8331         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8332         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8333         (dstring_insert), (dstring_new), (dstring_reset):
8334         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8335         
8336         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8337         avoid conflict with libtool on FC4
8338         
8339         * shell/ev-window.c: (ev_window_cmd_help_about):
8340         
8341         Update copyright year. Fix for bug 308828.
8342
8343 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8344
8345         * shell/ev-view.c: (add_scroll_binding_keypad),
8346         (ev_view_binding_activated), (ev_view_class_init),
8347         (on_adjustment_value_changed):
8348         
8349         Bug 170874: Arrow keys switch pages in presentation mode
8350
8351 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8352
8353         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8354         
8355         Fix for Bug 308265: Sidebar dissappears coming out of 
8356         Presentation mode
8357
8358 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8359
8360         * shell/ev-application.c: (ev_application_open):
8361         * shell/ev-document-types.c: (ev_document_types_add_filters),
8362         (ev_document_types_add_filters_for_type):
8363         * shell/ev-document-types.h:
8364         * shell/ev-window.c: (ev_window_cmd_save_as):
8365         
8366         Suggest basename as template when saving, provide filters
8367         for save dialog. It's bug 308402
8368
8369 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8370
8371         * pdf/ev-poppler.cc:
8372         * shell/ev-sidebar-links.c: (job_finished_callback):
8373         * shell/ev-view.c: (update_find_status_message):
8374         
8375         Some leaks fixed
8376
8377 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8378
8379         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8380         (egg_recent_view_uimanager_set_list):
8381
8382         Fix buglet in !show_numbers case.
8383
8384 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8385
8386         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8387         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8388
8389         Use pango ellipsisation.
8390
8391         * pdf/ev-poppler.cc:
8392
8393         Fix refcount leak, from nsh.
8394
8395 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8396
8397         * cut-n-paste/recent-files/Makefile.am:
8398         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8399         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8400         
8401         Removed EggRecentViewGtk
8402         
8403         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8404         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8405         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8406         (ev_window_setup_recent):
8407         
8408         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8409         with other projects
8410
8411 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8412
8413         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8414         (egg_recent_view_gtk_finalize):
8415
8416         Fix memory leak
8417
8418         * cut-n-paste/toolbar-editor/Makefile.am:
8419         
8420         Fix location of cursor icon.
8421         
8422         * pdf/ev-poppler.cc:
8423         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8424         (display_completion_text), (match_completion):
8425         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8426         (selection_changed_callback), (create_loading_model),
8427         (print_section_cb), (links_page_num_func),
8428         (update_page_callback_foreach):
8429         * shell/ev-window.c: (ev_window_dispose):
8430         
8431         Small memory fixes. Links model now store objects instead
8432         of pointers to improve memory management. 
8433
8434 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8435
8436         * shell/ev-window.c: (zoom_control_changed_cb):
8437         
8438         Fix update of zoom control (bug 308268).
8439
8440 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8441
8442         * shell/ev-properties.c (set_property): escape the text correctly.
8443         Handles non-UTF-8 properties and escaped properties.  Also, sets
8444         the text to "<i>None</i>" if the property isn't set.
8445
8446         * data/evince-properties.glade: Change the label to be ellipsized,
8447         and give it a minimum size.
8448
8449 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8450
8451         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8452         * shell/ev-sidebar-links.c: (create_loading_model):
8453         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8454         * shell/ev-view.c: (ev_view_set_document):
8455         * shell/ev-window.c: (ev_window_dispose):
8456         
8457         Various small fixes, mostly memory leaks. Thanks to valgrind.
8458
8459 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8460
8461         * ps/ps-document.c: remove the locale.h include again ;-). And
8462         kill the (bogus) setlocale/savelocale business.
8463
8464 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8465
8466         * ps/ps-document.c:
8467         
8468         Include locale.h to fix build
8469         
8470         * shell/ev-sidebar.c:
8471         
8472         Remove unnecessary includes
8473
8474 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8475
8476         * dvi/dvi-document.c: (dvi_document_load):
8477         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8478         * po/POTFILES.in:
8479         
8480         Check for incorrect dvi files. Fix parsing dvi on AMD64
8481         platform. Thanks to tester@tester.ca (Olivier Crete).
8482
8483 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8484
8485         * shell/ev-page-action.c: (match_selected_cb),
8486         (display_completion_text), (match_completion), (update_model):
8487         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8488         (expand_open_links):
8489         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8490         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8491         (ev_sidebar_set_document):
8492         * shell/ev-window.c: (ev_window_xfer_job_cb),
8493         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8494         
8495         Fixed lot's of memory leaks, for example, memory leak on reload, 
8496         described in bug 307793.
8497
8498 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8499
8500         * pdf/ev-poppler.cc:
8501         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8502         (update_visible_range), (adjustment_changed_cb),
8503         (ev_sidebar_thumbnails_fill_model),
8504         (ev_sidebar_thumbnails_refresh),
8505         (ev_sidebar_tree_selection_changed),
8506         (ev_sidebar_icon_selection_changed),
8507         (ev_sidebar_thumbnails_use_icon_view),
8508         (ev_sidebar_thumbnails_set_document):
8509         * shell/ev-sidebar-thumbnails.h:
8510         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8511         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8512
8513         Refresh thumbnails when changing orientation. Not fully
8514         working yet becuase of a sidebar bug.
8515
8516         Set page orientation to poppler page everywhere. This sucks
8517         really need to fix poppler.
8518
8519 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8520
8521         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8522         (egg_recent_view_gtk_new_menu_item),
8523         (egg_recent_view_gtk_set_property),
8524         (egg_recent_view_gtk_get_property),
8525         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8526         (egg_recent_view_gtk_set_tooltip_func),
8527         (egg_recent_view_gtk_set_label_width),
8528         (egg_recent_view_gtk_get_label_width):
8529         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8530
8531         Sync with libegg (ellipsize labels)
8532
8533 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8534
8535         * data/evince-ui.xml:
8536         * shell/ev-window.c: (ev_window_cmd_go_forward),
8537         (ev_window_cmd_go_backward):
8538         
8539         Shift + PageUp moves 10 Pages. Fix for 306125
8540
8541 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8542
8543         * pdf/ev-poppler.cc:
8544
8545         Add a flag to check if orientation has been overriden
8546
8547 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8548
8549         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8550         field if necessary.
8551
8552         * ps/ps.h: add creator field to document.
8553
8554         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8555         set creator field.
8556
8557 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8558
8559         * data/evince-properties.glade:
8560         * shell/ev-properties.c: (ev_properties_set_document):
8561
8562         s/PDF Version/Format
8563
8564 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8565
8566         * shell/ev-properties.c: (ev_properties_set_document):
8567
8568         Remove unnecessary translations
8569
8570 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8571
8572         * cut-n-paste/toolbar-editor/Makefile.am:
8573
8574         Correct library name    
8575
8576 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8577
8578         * configure.ac:
8579         * cut-n-paste/recent-files/egg-recent-model.c:
8580         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8581         (egg_recent_model_unlock_file):
8582         * cut-n-paste/recent-files/egg-recent-util.c:
8583         (egg_recent_util_get_unique_id):
8584         * cut-n-paste/recent-files/update-from-egg.sh:
8585         * cut-n-paste/toolbar-editor/Makefile.am:
8586         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8587         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8588         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8589         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8590         (egg_toolbars_model_get_type):
8591         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8592
8593         Better makefile for toolbar editor and update everything
8594         to latest libegg.
8595
8596 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8597
8598         * shell/ev-window.c: (update_document_mode):
8599
8600         Prefer presentation mode when the document
8601         require fullscreen.
8602
8603 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8604
8605         * data/evince-ui.xml:
8606         * shell/ev-window.c:
8607
8608         Add control-equal for zooming
8609
8610 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8611
8612         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8613
8614 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8615
8616         * backend/ev-document.c: (ev_document_get_orientation):
8617         * backend/ev-document.h:
8618         * pdf/ev-poppler.cc:
8619         * ps/ps-document.c: (ps_document_get_orientation),
8620         (ps_document_set_orientation), (ps_document_document_iface_init):
8621
8622         Add a get_orientation api. Improve set_orientation.
8623
8624         * data/evince-ui.xml:
8625         * shell/ev-view.c: (ev_view_set_orientation),
8626         (ev_view_rotate_right), (ev_view_rotate_left):
8627         * shell/ev-view.h:
8628         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8629         (ev_window_cmd_edit_rotate_right):
8630
8631         Better ui for changing document orientation
8632
8633 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8634
8635         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8636         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8637         * shell/ev-sidebar-links.h:
8638         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8639         (ev_sidebar_page_iface_init):
8640         * shell/ev-sidebar-page.h:
8641         * shell/ev-sidebar-thumbnails.c:
8642         (ev_sidebar_thumbnails_get_property),
8643         (ev_sidebar_thumbnails_class_init),
8644         (ev_sidebar_thumbnails_set_document):
8645         * shell/ev-sidebar-thumbnails.h:
8646         * shell/ev-view.c: (ev_view_motion_notify_event):
8647         * shell/ev-window.c: (update_chrome_visibility),
8648         (ev_window_cmd_focus_page_selector),
8649         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8650         (sidebar_page_main_widget_update_cb), (ev_window_init):
8651         
8652         Autoraise toolbar on GoToPage binding and fix bindings in
8653         EvSidebarThumbnails page.
8654
8655 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8656
8657         * shell/ev-properties.c: (update_progress_label):
8658
8659         Hide the progress label when finished; bug #307697.
8660
8661 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8662
8663         * pdf/ev-poppler.cc:
8664
8665         Enable is_open for links, you will need poppler cvs
8666
8667         * shell/ev-properties.c: (job_fonts_finished_cb):
8668
8669         Get a lock on the document when filling the tree view
8670
8671 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8672
8673         * backend/ev-document-links.h:
8674         * pdf/ev-poppler.cc:
8675         * shell/ev-sidebar-links.c: (create_loading_model),
8676         (expand_open_links), (job_finished_callback):
8677
8678         Expand links when specified by the document.
8679         Depend on a poppler api (defined out for now)
8680
8681 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8682
8683         * shell/ev-properties.c: (ev_properties_dispose),
8684         (ev_properties_class_init), (dialog_destroy_cb),
8685         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8686         (ev_properties_set_document), (ev_properties_new),
8687         (ev_properties_show):
8688         * shell/ev-properties.h:
8689
8690         Make it an object, cleanup the code, api to show it as transient
8691         and to set the document.
8692
8693         * shell/ev-window.c: (ev_window_setup_document),
8694         (ev_window_cmd_file_properties):
8695
8696         Adapt to EvProperties changes, do not show multiple
8697         times, update it when document changes.
8698
8699 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8700
8701         * ps/gstypes.h:
8702         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8703         (ps_document_set_orientation), (ps_document_document_iface_init):
8704         * ps/ps-document.h:
8705
8706         Implement orientation here too
8707
8708         * shell/ev-properties.c: (ev_properties_new):
8709         * data/evince-properties.glade:
8710
8711         Hide the fonts page for backends that doesnt
8712         support it.     
8713
8714 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8715
8716         * backend/ev-document.c: (ev_document_set_orientation):
8717         * backend/ev-document.h:
8718         * pdf/ev-poppler.cc:
8719
8720         Add orientation api. Currently poppler api is not optimal,
8721         we need to set orientation every time we _get a page.
8722         I will try to fix that at some point.
8723
8724         * data/evince-ui.xml:
8725         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8726         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8727
8728         Add orientation menu items
8729
8730         * shell/ev-page-cache.c: (ev_page_cache_clear):
8731         * shell/ev-page-cache.h:
8732
8733         Add api to clear the cache
8734
8735         * shell/ev-view.c: (setup_caches), (clear_caches),
8736         (ev_view_set_document), (ev_view_zoom_out),
8737         (ev_view_set_orientation):
8738         * shell/ev-view.h:
8739
8740         Implement orientation changing
8741
8742 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8743
8744         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8745         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8746         * backend/ev-document-fonts.h:
8747
8748         Separate scan and fill so that we can incrementally fill from
8749         the main thread. Add a progress api.
8750
8751         * data/evince-properties.glade:
8752         * pdf/ev-poppler.cc:
8753         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8754         * shell/ev-jobs.h:
8755         * shell/ev-properties.c: (update_progress_label),
8756         (job_fonts_finished_cb), (setup_fonts_view):
8757
8758         Incrementally feel the list and show the progress
8759         percentage in a label like acrobat does.
8760
8761         You are going to need poppler cvs
8762
8763 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8764
8765         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8766         * backend/ev-document-fonts.h:
8767         * pdf/ev-poppler.cc:
8768
8769         Make fonts model fill incrementally.
8770
8771         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8772         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8773         (ev_job_queue_remove_job):
8774         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8775         (ev_job_fonts_new), (ev_job_fonts_run):
8776         * shell/ev-jobs.h:
8777
8778         New job for fonts scanning
8779
8780         * shell/ev-properties.c: (job_fonts_finished_cb),
8781         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8782         * shell/ev-properties.h:
8783         * shell/ev-window.c: (ev_window_cmd_file_properties):
8784
8785         Incrementally feel the treeview using the new job. Show Loading...
8786         message until scanning is completed.
8787
8788         Hopefully I didnt break the build without the poppler patch.
8789
8790 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8791
8792         * shell/ev-application.c: (ev_application_open):
8793         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8794         (ev_document_type_get_type), (ev_document_type_lookup):
8795         * shell/ev-document-types.h:
8796         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8797         * shell/ev-job-xfer.h:
8798         * shell/ev-window.c: (ev_window_clear_local_uri),
8799         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8800         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8801         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8802         
8803         Transfer remote documents to tmp directory to display them later.
8804
8805 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8806
8807         * backend/ev-document-info.h:
8808         * shell/ev-properties.c: (ev_properties_new):
8809
8810         s/GTime*/GTime. Not sure why we was using a pointer
8811         at all there!
8812
8813 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8814
8815         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8816         situations.  That situation is that you're using GTK+-HEAD with
8817         the patch at #306726 is applied, and you have a document with <
8818         1500 pages in it.  It's not quite as uniformly nice as the
8819         TreeView, but should be better in the long run.
8820
8821         I'm pretty sure I guarded against breaking compilation with
8822         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8823         I missed some.
8824
8825         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8826         widget yet, so I commented that code out
8827         enable_view_actions_for_widget() for now.  Need to figure this
8828         out.
8829
8830         * shell/ev-page-action.c (match_selected_cb): emit the right
8831         signals.  Our cool C-l completion now works.
8832
8833 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8834
8835         * backend/Makefile.am:
8836         * backend/ev-document-fonts.c:
8837         * backend/ev-document-links.c:
8838         * backend/ev-document.c: (ev_document_load):
8839         * backend/ev-document.h:
8840         * backend/ev-job-queue.c:
8841         * backend/ev-job-queue.h:
8842         * backend/ev-jobs.c:
8843         * backend/ev-jobs.h:
8844         * backend/ev-page-cache.c:
8845         * backend/ev-page-cache.h:
8846
8847         EvPageCache and EvJobs are moved to shell.
8848
8849         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8850         (ev_tmp_filename):
8851         * lib/ev-file-helpers.h:
8852         
8853         New helper to work with temporary files
8854         
8855         * shell/Makefile.am:
8856         * shell/ev-application.c: (ev_application_open):
8857         * shell/ev-application.h:
8858         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8859         (remove_job_from_async_queue), (add_job_to_async_queue),
8860         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8861         (handle_job), (search_for_jobs_unlocked),
8862         (no_jobs_available_unlocked), (ev_render_thread),
8863         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8864         (ev_job_queue_add_job), (move_job_async), (move_job),
8865         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8866         * shell/ev-job-queue.h:
8867         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8868         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8869         * shell/ev-job-xfer.h:
8870         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8871         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8872         (ev_job_links_class_init), (ev_job_render_init),
8873         (ev_job_render_dispose), (ev_job_render_class_init),
8874         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8875         (ev_job_thumbnail_class_init), (ev_job_load_init),
8876         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8877         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8878         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8879         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8880         * shell/ev-jobs.h:
8881         * shell/ev-page-action.c: (ev_page_action_set_document):
8882         * shell/ev-page-cache.c: (ev_page_cache_init),
8883         (ev_page_cache_class_init), (ev_page_cache_finalize),
8884         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8885         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8886         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8887         (ev_page_cache_get_title), (ev_page_cache_get_size),
8888         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8889         (ev_page_cache_get_height_to_page),
8890         (ev_page_cache_get_max_label_chars),
8891         (ev_page_cache_get_page_label),
8892         (ev_page_cache_has_nonnumeric_page_labels),
8893         (ev_page_cache_get_info), (ev_page_cache_next_page),
8894         (ev_page_cache_prev_page), (ev_page_cache_get):
8895         * shell/ev-page-cache.h:
8896         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8897         (ev_pixbuf_cache_clear_job_sizes),
8898         (ev_pixbuf_cache_add_jobs_if_needed),
8899         (ev_pixbuf_cache_set_page_range):
8900         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8901         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8902         * shell/ev-sidebar-thumbnails.c:
8903         (ev_sidebar_tree_selection_changed),
8904         (ev_sidebar_thumbnails_set_document):
8905         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8906         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8907         (ev_statusbar_get_context_id), (ev_statusbar_push),
8908         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8909         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8910         (ev_statusbar_set_progress):
8911         * shell/ev-statusbar.h:
8912         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8913         (ev_view_find_previous):
8914         * shell/ev-window.c: (ev_window_is_empty),
8915         (ev_window_setup_document), (password_dialog_response),
8916         (ev_window_clear_jobs), (ev_window_load_job_cb),
8917         (ev_window_xfer_job_cb), (ev_window_open_uri),
8918         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8919         (ev_window_print), (ev_window_print_range),
8920         (ev_window_state_event), (ev_window_cmd_view_reload),
8921         (menu_item_select_cb), (menu_item_deselect_cb),
8922         (view_status_changed_cb), (ev_window_dispose),
8923         (drag_data_received_cb), (ev_window_init):
8924         * shell/ev-window.h:
8925         * shell/main.c: (load_files):
8926         
8927         New statusbar to show progress on idle. Two new jobs - 
8928         xfer job and load job to load document in background. And update
8929         of page_cache clients to new location of code.
8930
8931 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8932
8933         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8934         selection in open dialog. It also remembers the last visited directory 
8935         in the current session.
8936
8937 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8938
8939         * shell/ev-properties.c: (ev_properties_new):
8940         * shell/ev-properties.h:
8941         * shell/ev-window.c: (ev_window_cmd_file_properties):
8942         
8943         Get document info from page cache instead of document itself.
8944         This should fix crash related to race conditions described in
8945         bug 306545.
8946
8947 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8948
8949         * ps/ps-document.c: (ps_document_init),
8950         (send_ps), (get_page_box), (output), (catchPipe), (input),
8951         (stop_interpreter), (file_length), (file_readable),
8952         (check_filecompressedb), (ps_document_enable_interpreter),
8953         (document_load), (ps_async_renderer_render_pixbuf):
8954         * ps/ps-document.h:
8955
8956         Big cleanup of the ps code
8957
8958 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8959
8960         * backend/Makefile.am:
8961         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8962         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8963         * backend/ev-async-renderer.h:
8964
8965         Add an async renderer interface (method + callback) which
8966         is useful for backends like ps.
8967
8968         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8969         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8970         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8971         (ev_job_queue_add_job), (move_job_async), (move_job),
8972         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8973
8974         Add queues for async renderer, these are executed on the
8975         main thread.
8976
8977         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8978         (ev_job_render_run):
8979         * backend/ev-jobs.h:
8980
8981         If the backend support async renderer interface use it.
8982
8983         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8984         (setup_pixmap), (ps_document_get_type),
8985         (ps_async_renderer_render_pixbuf),
8986         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8987
8988         Implement async renderer interface.
8989
8990 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8991
8992         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8993
8994         Cleanup links job on exit.
8995
8996 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8997
8998         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8999         (drag_data_get_cb), (drag_data_received_cb):
9000         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9001         (drag_data_get_cb), (parse_item_list),
9002         (egg_toolbar_editor_load_actions):
9003         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9004         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
9005         (parse_item_list), (parse_toolbars):
9006         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
9007         (dvi_pixbuf_put_pixel):
9008         
9009         Fix gcc 4.0 warnings
9010
9011 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9012
9013         * ps/ps-document.c: (start_interpreter):
9014
9015         Fix warning when loading ps
9016
9017 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9018
9019         * ps/ps-document.c: (output):
9020
9021         Fix crash when priting gs error messages.
9022
9023 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9024
9025         * backend/ev-page-cache.c: (_ev_page_cache_new):
9026         * backend/ev-page-cache.h:
9027
9028         Use a const to return title so that we dont double
9029         free it. Small cleanup and fix a leak.
9030
9031         * shell/ev-window.c: (update_window_title):
9032
9033         strdup value from get_title.
9034
9035 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
9036
9037         * shell/ev-sidebar-links.c: (job_finished_callback),
9038         (ev_sidebar_links_set_document):
9039
9040         Cleanup the old job when changing document
9041
9042 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9043
9044         * shell/ev-stock-icons.c:
9045         * shell/ev-stock-icons.h:
9046         * shell/ev-window.c:
9047         
9048         Add stock icons for actions that can appear in toolbar. Fix for
9049         bug 306566.
9050
9051 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9052
9053         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9054         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9055         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9056         * backend/ev-page-cache.h:
9057         * shell/ev-view.c: (scroll_to_current_page),
9058         (view_update_range_and_current_page), (get_page_y_offset),
9059         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9060         (ev_view_size_request_continuous),
9061         (ev_view_zoom_for_size_continuous_and_dual_page),
9062         (ev_view_zoom_for_size_continuous):
9063         
9064         More compact EvView layout in document with pages of different size.
9065
9066 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9067
9068         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9069         compilation.
9070
9071 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9072
9073         * shell/ev-view.c: (view_set_adjustment_values):
9074         * shell/ev-window.c: (ev_window_cmd_file_properties):
9075         
9076         A bit different fix for rounding problem but it has no
9077         problems on startup. Make properties window transient to parent.
9078
9079 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9080
9081         * pdf/ev-poppler.cc:
9082         
9083         More commenting of font stuff.
9084
9085 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9086
9087         * pdf/ev-poppler.cc:
9088
9089         Comment out some more fonts stuff. Should really
9090         work without the poppler patch now.
9091
9092 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9093
9094         * pdf/ev-poppler.cc:
9095
9096         Adapt to api change
9097
9098 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9099
9100         * data/evince-properties.glade:
9101         * pdf/ev-poppler.cc:
9102         * shell/ev-properties.c: (setup_fonts_view):
9103
9104         Set the column title. Show the dialog only
9105         once everything is setup.
9106         Getting font info can be very slow... will
9107         prolly need to make this threaded too.
9108
9109 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9110
9111         * backend/Makefile.am:
9112         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9113         (ev_document_fonts_get_fonts_model):
9114         * backend/ev-document-fonts.h:
9115         * data/evince-properties.glade:
9116         * pdf/ev-poppler.cc:
9117         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9118         * shell/ev-properties.h:
9119         * shell/ev-window.c: (ev_window_cmd_file_properties):
9120
9121         Implement fonts list. Defined out for now, since it depends
9122         on a not yet committed poppler patch.
9123
9124 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9125
9126         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9127         page + 1.
9128
9129         * shell/ev-window.c: Make sure we add the timeout when we get a
9130         focus-in event.
9131
9132         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9133         adjustment->value before calculating the zoom factor to average
9134         out all of our rounding errors.  The page no longer 'drifts' when
9135         resizing.
9136
9137 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9138
9139         * data/evince-properties.glade:
9140         * shell/ev-properties.c: (ev_properties_format_date),
9141         (set_property):
9142         
9143         Labels don't expand when the dialogue is resized.
9144         strftime result needs to be converted to UTF-8. Thanks
9145         to Christian Persch <chpe@gnome.org>.
9146
9147 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9148
9149         * data/evince-properties.glade:
9150
9151         Hide the fonts tab
9152
9153 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9154
9155         * backend/ev-document-info.h:
9156         * backend/ev-document.c: (ev_document_info_free):
9157         * data/evince-properties.glade:
9158         * pdf/ev-poppler.cc:
9159         * ps/ps-document.c: (ps_document_get_info):
9160         * shell/ev-properties.c: (ev_properties_format_date),
9161         (set_property), (ev_properties_new):
9162         * shell/ev-properties.h:
9163         * shell/ev-window.c: (ev_window_cmd_file_properties):
9164
9165         Rework properties code to take only EvPropertyInfo
9166         in the constructor so that it can be useful for
9167         nautilus plugin too.
9168
9169         Deal with backends that doesnt support some properties.
9170         Make set property code generic.
9171
9172 2005-06-04  Christian Persch <chpe@gnome.org>
9173
9174         * data/evince-properties.glade:
9175
9176         fix spacings, make resizeable, and make data labels
9177         selectable + ellipsised
9178
9179 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9180
9181         * backend/ev-document-info.h:
9182         * data/Makefile.am:
9183         * data/evince-ui.xml:
9184         * pdf/ev-poppler.cc:
9185         * shell/Makefile.am:
9186         * shell/ev-window.c: (update_action_sensitivity),
9187         (ev_window_cmd_file_properties):
9188
9189         Initial go at file properties. Patch by
9190         Emil Soleyman-Zomalan <emil@soleyman.com>.
9191         Needs love see #169583
9192
9193 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9194
9195         * ps/ps-document.c: (output):
9196         * ps/ps.c: (psscan):
9197
9198         Try to render even if psscan fails.
9199
9200 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9201
9202         * ps/ps.c: (psscan), (pscopydoc):
9203
9204         Port buffered reading code from gv
9205
9206 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9207
9208         * ps/ps-document.c: (interpreter_message), (output):
9209
9210         Do not fail on interpreter messages
9211
9212 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9213
9214         * backend/ev-document-misc.c:
9215         (ev_document_misc_get_thumbnail_frame):
9216
9217         Pages can be 0 x 0, dont assert on this case
9218
9219 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9220
9221         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9222         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9223
9224         Correctly manage our reference on document. Finally the reload
9225         huge leak is gone...
9226
9227 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9228
9229         * ps/ps-document.c: (ps_document_dispose):
9230
9231         Forgot to chain it to the parent. Thanks chpe.
9232
9233 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9234
9235         * ps/ps-document.c: (ps_document_dispose),
9236         (ps_document_class_init), (stop_interpreter), (document_load):
9237
9238         Cleanup dispose a bit. Dont leak the whole pixmap.
9239
9240 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9241
9242         * pdf/ev-poppler.cc:
9243
9244         Release the poppler document on dispose
9245
9246 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9247
9248         * shell/ev-view.c: (ev_view_set_document):
9249
9250         Release ref on the pixbuf cache when changing
9251         document.
9252
9253 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9254
9255         * ps/ps-document.c: (ps_document_get_info):
9256
9257         Fix a double free
9258
9259 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9260
9261         * backend/ev-page-cache.c: (ev_page_cache_init),
9262         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9263         * backend/ev-page-cache.h:
9264         * shell/ev-page-action.c: (page_changed_cb):
9265         
9266         Set page action entry width depending on labels width. Fix
9267         for bug 305202.
9268
9269 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9270
9271         * backend/ev-link.c: (ev_link_class_init):
9272
9273         Allow -1 as page value (error)
9274
9275 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9276
9277         * shell/ev-sidebar-thumbnails.c:
9278         (ev_sidebar_thumbnails_set_document):
9279         * shell/ev-view.c: (scroll_to_current_page),
9280         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9281         (page_changed_cb), (on_adjustment_value_changed),
9282         (ev_view_set_document):
9283
9284         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9285         Fix bug 305377
9286
9287 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9288
9289         * configure.ac:
9290         * djvu/djvu-document.c: (djvu_document_get_page_size):
9291
9292         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9293         bug 301993.
9294
9295 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9296
9297         * shell/ev-view.c (draw_one_page): modify the expose handling to
9298         get the shadows.
9299
9300         * shell/ev-window.c (update_action_sensitivity): Respect
9301         permissions field.  Kowtow to the man.
9302
9303         * pdf/ev-poppler.cc: Get the permissions field.
9304
9305         * tiff/*c: Make a tiny bit more robust.
9306
9307 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9308
9309         * djvu/djvu-document.c:
9310         
9311         Pop messages from djvu context message queue.
9312
9313 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9314
9315         * configure.ac, Makefile.am, shell/Makefile.am:
9316         * tiff/Makefile.am, shell/ev-document-types.c:
9317         
9318         Cleanup tiff configure checks. Fix for bug 305218.
9319
9320 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9321
9322         * configure.ac: Added "uk" to ALL_LINGUAS.
9323
9324 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9325
9326         * cut-n-paste/zoom-control/ephy-zoom.c:
9327         (ephy_zoom_get_changed_zoom_level):
9328         * cut-n-paste/zoom-control/ephy-zoom.h:
9329         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9330         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9331         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9332         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9333         (zoom_control_changed_cb), (ev_window_init):
9334         
9335         Fix minor points related to moving best fit up. Introduce
9336         "zoom" property and make zoom control change it's value on
9337         notify::zoom signals. Fix for 305080.
9338
9339 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9340
9341         * data/evince-ui.xml:
9342         * shell/ev-window.c: (set_view_actions_sensitivity):
9343         
9344         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9345
9346 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9347
9348         * configure.ac:
9349
9350         Depends on poppler 0.3.2
9351
9352 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9353
9354         * cut-n-paste/recent-files/egg-recent-item.c:
9355         (egg_recent_item_get_short_name):
9356         * cut-n-paste/toolbar-editor/Makefile.am:
9357         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9358         (new_pixbuf_from_widget):
9359         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9360         * cut-n-paste/toolbar-editor/egg-marshal.c:
9361         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9362         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9363
9364         Sync
9365
9366 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9367
9368         * tiff/tiff-document.c: Rough TIFF backend.
9369
9370 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9371
9372         * NEWS:
9373         * configure.ac:
9374         * cut-n-paste/toolbar-editor/Makefile.am:
9375
9376         Release 0.3.1
9377
9378 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9379
9380         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9381         (ev_view_find_next), (ev_view_find_previous):
9382
9383         Remove the locks around get_n_results   
9384
9385 2005-05-21  Juerg Billeter  <j@bitron.ch>
9386
9387         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9388
9389         Pass correct number of pages to poppler.
9390
9391 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9392
9393         * configure.ac:
9394         * data/Makefile.am:
9395         * data/evince.desktop.in: 
9396         * data/evince.desktop.in.in:
9397         * po/POTFILES.in:
9398         
9399         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9400
9401 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9402
9403         * shell/ev-view.c: (view_update_adjustments),
9404         (view_set_adjustment_values): cast adjustmen->value to (int)
9405         before using it.  Otherwise, we get off by a pixel in some
9406         situations.
9407
9408         (draw_one_page): Draw the border on expose.
9409
9410 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9411
9412         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9413         adjustment when the mode changes, #304923
9414
9415 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9416
9417         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9418         flickering on resize but still use gdk_window_scroll on
9419         scrolling
9420
9421 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9422
9423         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9424         option, #170458
9425
9426 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9427
9428         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9429         second page on page_changed if possible, #304669
9430
9431 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9432
9433         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9434         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9435
9436 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9437
9438         * .cvsignore:
9439         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9440         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9441         (ev_view_zoom_for_size_presentation),
9442         (ev_view_zoom_for_size_continuous_and_dual_page),
9443         (ev_view_zoom_for_size_continuous),
9444         (ev_view_zoom_for_size_dual_page),
9445         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9446         * shell/ev-view.h:
9447         * shell/ev-window.c: (update_view_size),
9448         (ev_window_sizing_mode_changed_cb):
9449
9450         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9451         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9452         an infinite loop, #304769
9453
9454
9455 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9456
9457         * data/evince-ui.xml:
9458         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9459         * shell/ev-window.c: (set_view_actions_sensitivity):
9460
9461         Make PgUp/Down behave like Space
9462
9463 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9464
9465         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9466         * backend/ev-ps-exporter.h:
9467         * pdf/ev-poppler.cc:
9468         * ps/ps-document.c: (ps_document_ps_export_begin):
9469         * shell/ev-print-job.c: (idle_print_handler):
9470
9471         Adapt to new poppler api
9472
9473 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9474
9475         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9476         (ephy_zoom_control_init):
9477
9478         Translate zoom levels
9479
9480 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9481
9482         * cut-n-paste/zoom-control/ephy-zoom.c:
9483         (ephy_zoom_get_zoom_level_index):
9484
9485         Fix current zoom -> zoom control match
9486
9487 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9488
9489         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9490         rather than the scrolled_window that it's in. Fixes bug #304655.
9491
9492 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9493
9494         * shell/ev-view.c: (view_update_adjustments),
9495         (view_set_adjustment_values), (view_update_range_and_current_page),
9496         (view_scroll_to_page), (set_scroll_adjustment),
9497         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9498         (ev_view_scroll), (ev_view_scroll_view),
9499         (ensure_rectangle_is_visible), (find_page_at_location),
9500         (get_link_at_location), (go_to_link), (status_message_from_link),
9501         (ev_view_size_request_continuous_dual_page),
9502         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9503         (ev_view_unrealize), (ev_view_expose_event),
9504         (ev_view_button_press_event), (ev_view_motion_notify_event),
9505         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9506         (draw_rubberband), (highlight_find_results), (draw_one_page),
9507         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9508         (ev_view_init), (find_changed_cb), (page_changed_cb),
9509         (on_adjustment_value_changed), (ev_view_new),
9510         (ev_view_set_document), (ev_view_set_zoom),
9511         (ev_view_set_continuous), (ev_view_set_dual_page),
9512         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9513         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9514         (ev_view_zoom_for_size_presentation),
9515         (ev_view_zoom_for_size_continuous_dual_page),
9516         (ev_view_zoom_for_size_continuous),
9517         (ev_view_zoom_for_size_dual_page),
9518         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9519         (ev_view_get_status), (ev_view_set_status),
9520         (update_find_status_message), (ev_view_get_find_status),
9521         (ev_view_set_find_status), (jump_to_find_result),
9522         (jump_to_find_page), (compute_selections), (clear_selection),
9523         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9524         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9525         (ev_view_update_primary_selection),
9526         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9527         * shell/ev-view.h:
9528         * shell/ev-window.c: (ev_window_open_page_label),
9529         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9530         (ev_window_init):
9531         * shell/ev-window.h:
9532         * shell/main.c: (load_files):
9533
9534         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9535         when resizing.  Remove the bin_window().  Also, patch from James
9536         Bowes to fix command line page, #300641
9537         
9538 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9539
9540         * data/evince-ui.xml:
9541         * shell/ev-view.c:
9542         * shell/ev-view.h:
9543         * shell/ev-window.c: (update_action_sensitivity):
9544
9545         Get rid of View->Normal Size, it's just confusing
9546
9547 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9548
9549         * backend/ev-document-info.h:
9550         * backend/ev-document.c: (ev_document_info_free): Free the
9551         EvDocumentInfo.
9552
9553         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9554         (clear_range), (add_range), (update_visible_range),
9555         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9556         (ev_sidebar_thumbnails_set_document):
9557         * shell/ev-window.c: (ev_window_setup_document): Only render the
9558         visible thumbnails.  It takes an instant to render, but it uses
9559         much less memory.
9560
9561 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9562
9563         * shell/ev-sidebar-links.c: (popup_menu_cb):
9564
9565         Select first item
9566
9567 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9568
9569         * lib/Makefile.am:
9570         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9571         (button_press_cb), (ev_sidebar_links_construct):
9572
9573         Show the popup menu also on keybindings
9574
9575 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9576
9577         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9578         * shell/ev-window.h:
9579
9580         Expose api to print a range (with dialog). Make private _print use
9581         it.
9582
9583         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9584         (ev_sidebar_links_construct):
9585
9586         Show a print context menu on linkx, it prints the selected
9587         section.
9588
9589 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9590
9591         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9592         button.
9593
9594 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9595
9596         * AUTHORS:
9597
9598         Update
9599
9600         * shell/ev-window.c: (build_comments_string),
9601         (ev_window_cmd_help_about):
9602
9603         Show poppler version/backend and authors
9604
9605 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9606
9607         * cut-n-paste/zoom-control/ephy-zoom.c:
9608         (ephy_zoom_get_zoom_level_index):
9609         * cut-n-paste/zoom-control/ephy-zoom.h:
9610
9611         Move the best fit items at the top of the list
9612
9613 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9614
9615         * shell/ev-marshal.list:
9616         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9617         (activate_cb), (match_selected_cb), (activate_link_cb),
9618         (connect_proxy), (ev_page_action_class_init):
9619         * shell/ev-page-action.h:
9620
9621         Use signals to notify action activation. Hopefully
9622         I did not break completion since I cant test...
9623
9624         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9625         (register_custom_actions):
9626
9627         Connect to page selector actions and also grab focus on
9628         the view when activated.
9629
9630 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9631
9632         * pdf/ev-poppler.cc:
9633         * backend/ev-page-cache.c: make page size calculation consistent
9634         and set it to (int)( width * scale + 0.5).  This makes the weird
9635         line going through the middle of the page go away.
9636
9637         * shell/ev-view.c: move painting the background page after
9638         checking the expose area covers us.
9639
9640 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9641
9642         * data/evince-password.glade:
9643         
9644         Mark labels as not translatable. Fix for bug 302842.
9645
9646 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9647
9648         * configure.ac: Added "es" to ALL_LINGUAS.
9649
9650 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9651
9652         * data/evince-toolbar.xml:
9653         * shell/ev-window.c: (update_action_sensitivity),
9654         (ev_window_setup_document), (ev_window_set_page_mode),
9655         (ev_window_init):
9656
9657         Remove some leftover code from jrb first continous
9658         attempt. Use the new actions, we still need good icons
9659         though...
9660
9661 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9662
9663         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9664
9665         Update label when connecting proxy. Fix a warning with NULL
9666         page_cache.
9667
9668 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9669
9670         * data/evince-ui.xml:
9671         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9672         * shell/ev-page-action.h:
9673         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9674
9675         Add mnemonic for edit toolbar.
9676         ctrl+l focus the page entry.
9677
9678 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9679
9680         * lib/Makefile.am:
9681         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9682         (ev_window_init):
9683         * shell/main.c: (main):
9684
9685         Put the toolbar xml in evince own dot dir
9686
9687 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * shell/ev-window.c: (ev_window_init):
9690
9691         Make the toolbar not removable
9692
9693 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9694
9695         * data/evince-ui.xml:
9696         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9697         * shell/ev-sidebar-links.h:
9698         * shell/ev-sidebar-thumbnails.c:
9699         (ev_sidebar_thumbnails_get_treeview):
9700         * shell/ev-sidebar-thumbnails.h:
9701         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9702         (ev_view_class_init):
9703         * shell/ev-view.h:
9704         * shell/ev-window.c: (update_action_sensitivity),
9705         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9706         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9707         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9708         (ev_window_init):
9709
9710         This is evil... Make space/backspace global accelerators but
9711         enable them only for some widgets (sidebars and view).
9712         I dont like it, but I dont know a better way... :/
9713
9714 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9715
9716         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9717         (ev_page_action_widget_finalize),
9718         (ev_page_action_widget_class_init), (update_page_cache):
9719
9720         Keep a weak reference on proxy->page_cache so that we
9721         dont try to disconnect the signal if the object is already
9722         gone. Maybe there is a better way to cleanup reference handling
9723         in page action though...
9724
9725 2005-05-10  Juerg Billeter  <j@bitron.ch>
9726
9727         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9728         * backend/ev-ps-exporter.h:
9729         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9730         * ps/ps-document.c: (ps_document_ps_export_begin):
9731         
9732         Change api to pass print range to ps_exporter_begin. The pdf backend
9733         requires this information.
9734         
9735         * shell/ev-print-job.c: (idle_print_handler):
9736         
9737         Adapt to api change
9738
9739 2005-05-10  Juerg Billeter  <j@bitron.ch>
9740
9741         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9742         (idle_print_handler)
9743         * shell/ev-window.c: (ev_window_print):
9744
9745         Support printing page range, based on patch by Amaury Jacquot
9746
9747 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9748
9749         * data/evince-toolbar.xml:
9750
9751         Add zoom control to available items
9752
9753 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9754
9755         * shell/ev-window.c: (update_action_sensitivity):
9756
9757         Set slash action insensitive when appropriate
9758
9759 2005-05-10  Christian Persch <chpe@gnome.org>
9760
9761         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9762
9763         Fix warning on the overflow menu
9764
9765 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9766
9767         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9768
9769         Check for uri correctness/existence
9770
9771 2005-05-09  Juerg Billeter  <j@bitron.ch>
9772
9773         * shell/ev-window.c: (using_postscript_printer):
9774
9775         LPD printers use postscript, too
9776
9777 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9778
9779         * shell/ev-window.c: (register_custom_actions):
9780
9781         The zoom one is actually sort of useful,
9782         put it back
9783
9784 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9785
9786         * shell/ev-window.c: (register_custom_actions):
9787
9788         Hide page/zoom controls from overflow, they
9789         are useless.
9790
9791 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9792
9793         * cut-n-paste/update-from-egg.sh:
9794         
9795         Share it between all cut-n-paste subdirs
9796
9797         * cut-n-paste/recent-files/Makefile.am:
9798
9799         Fix to use "global" update-from-egg.sh
9800
9801         * cut-n-paste/recent-files/egg-recent-model.c:
9802         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9803         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9804         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9805         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9806
9807         Update from libegg
9808
9809         * cut-n-paste/toolbar-editor/Makefile.am:
9810
9811         Fix to use "global" update-from-egg.sh
9812
9813         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9814
9815         Update from libegg
9816
9817 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9818
9819         * configure.ac:
9820         * cut-n-paste/Makefile.am:
9821         * cut-n-paste/recent-files/Makefile.am:
9822         * cut-n-paste/toolbar-editor/.cvsignore:
9823         * cut-n-paste/toolbar-editor/Makefile.am:
9824         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9825         (egg_editable_toolbar_get_type), (get_toolbar_position),
9826         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9827         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9828         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9829         (set_item_drag_source), (create_item_from_action), (create_item),
9830         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9831         (popup_toolbar_context_menu_cb), (free_dragged_item),
9832         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9833         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9834         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9835         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9836         (item_added_cb), (item_removed_cb),
9837         (egg_editable_toolbar_construct),
9838         (egg_editable_toolbar_disconnect_model),
9839         (egg_editable_toolbar_deconstruct),
9840         (egg_editable_toolbar_set_model),
9841         (egg_editable_toolbar_set_ui_manager),
9842         (egg_editable_toolbar_set_property),
9843         (egg_editable_toolbar_get_property),
9844         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9845         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9846         (egg_editable_toolbar_new_with_model),
9847         (egg_editable_toolbar_get_edit_mode),
9848         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9849         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9850         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9851         (new_pixbuf_from_widget), (new_separator_pixbuf),
9852         (update_separator_image), (style_set_cb),
9853         (_egg_editable_toolbar_new_separator_image),
9854         (egg_editable_toolbar_get_model):
9855         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9856         * cut-n-paste/toolbar-editor/egg-marshal.c:
9857         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9858         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9859         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9860         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9861         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9862         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9863         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9864         (editor_drag_data_delete_cb), (drag_data_get_cb),
9865         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9866         (editor_create_item), (update_editor_sheet), (setup_editor),
9867         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9868         (parse_item_list), (model_has_action), (update_actions_list),
9869         (egg_toolbar_editor_load_actions):
9870         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9871         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9872         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9873         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9874         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9875         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9876         (egg_toolbars_model_add_separator), (impl_add_item),
9877         (parse_item_list), (egg_toolbars_model_add_toolbar),
9878         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9879         (impl_get_item_data), (impl_get_item_type),
9880         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9881         (egg_toolbars_model_init), (free_toolbar),
9882         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9883         (egg_toolbars_model_remove_toolbar),
9884         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9885         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9886         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9887         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9888         (egg_toolbars_model_get_item_data),
9889         (egg_toolbars_model_get_item_type):
9890         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9891         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9892         * data/Makefile.am:
9893         * data/evince-toolbar.xml:
9894         * data/evince-ui.xml:
9895         * data/hand-open.png:
9896         * po/POTFILES.in:
9897         * shell/Makefile.am:
9898         * shell/ev-window.c: (update_chrome_visibility),
9899         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9900         (ev_window_dispose), (ev_window_init):
9901
9902         Implement epiphany like toolbar editor. Based on patch by
9903         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9904
9905 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9906
9907         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9908
9909         Use set_cursor instead of set_selection, so that
9910         the keyboard focus moves too.
9911
9912 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9913
9914         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9915
9916         Fix infinite loop when loading Type1 fonts
9917
9918 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9919
9920         * data/evince-ui.xml:
9921         * shell/ev-window.c:
9922
9923         Slash -> Find
9924
9925 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9926
9927         * configure.ac:
9928
9929         Make --disable really disable
9930
9931 2005-05-07  Juerg Billeter  <j@bitron.ch>
9932
9933         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9934
9935         Compare page labels even without has_labels set, fixes setting page
9936         with entry
9937
9938 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9939
9940         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9941         (ev_view_set_cursor), (ev_view_button_press_event),
9942         (ev_view_motion_notify_event), (ev_view_button_release_event),
9943         (ev_view_init):
9944
9945         Implement middle button scrolling. Based on a patch
9946         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9947
9948 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9949
9950         * shell/ev-document-types.c: (get_slow_mime_type),
9951         (get_document_type_from_mime), (ev_document_type_lookup):
9952         * shell/ev-document-types.h:
9953
9954         Change api to lookup from uri. Do fast lookup first, if the
9955         type is unknown try with data sniffing.
9956
9957         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9958         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9959
9960         Adapt to api change
9961
9962 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9963
9964         * thumbnailer/Makefile.am:
9965
9966         Fix distcheck
9967
9968 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9969
9970         * NEWS:
9971         * configure.ac:
9972
9973         Release 0.3.0
9974
9975         * data/evince-ui.xml:
9976
9977         Hide presentation mode for now
9978
9979         * shell/ev-view.c: (highlight_find_results):
9980
9981         Show current find selection only on current page
9982
9983 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9984
9985         * shell/ev-view.c: (ev_view_select_all):
9986
9987         Compute size of the actual page, not of
9988         the current one.
9989
9990 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9991
9992         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9993         (view_rect_to_doc_rect), (compute_selections),
9994         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9995         (ev_view_copy), (ev_view_primary_get_cb),
9996         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9997         (ev_view_button_press_event), (ev_view_motion_notify_event),
9998         (ev_view_button_release_event), (page_changed_cb):
9999
10000         Fix text selection
10001
10002 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
10003
10004         * shell/ev-view.c: (compute_border), (get_page_extents),
10005         (doc_rect_to_view_rect), (highlight_find_results),
10006         (ev_view_bin_expose), (ev_view_select_all),
10007         (ev_view_motion_notify_event), (update_find_status_message),
10008         (jump_to_find_result), (jump_to_find_page):
10009
10010         First go at fixing search, still buggy
10011
10012 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
10013
10014         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
10015         dropdown box and button at the top of the sidebar.
10016
10017 2005-05-02  James Bowes  <bowes@cs.dal.ca>
10018
10019         * configure.ac: Output zoom-control Makefile.
10020         * cut-n-paste/Makefile.am: build zoom-control subdir.
10021         * cut-n-paste/zoom-control/ephy-zoom-action.c:
10022         * cut-n-paste/zoom-control/ephy-zoom-action.h:
10023         * cut-n-paste/zoom-control/ephy-zoom-control.c:
10024         * cut-n-paste/zoom-control/ephy-zoom-control.h:
10025         * cut-n-paste/zoom-control/ephy-zoom.c:
10026         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
10027         from epiphany, and modified to add a separator into the menu.
10028         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
10029         * data/evince-ui.xml: Replace old zoom toolbar actions with new
10030         zoom-control action.
10031         * shell/Makefile.am: Include zoom-control flags.
10032         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
10033         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
10034         (ev_view_zoom_for_size_presentation),
10035         (ev_view_zoom_for_size_continuous_and_dual_page),
10036         (ev_view_zoom_for_size_continuous),
10037         (ev_view_zoom_for_size_dual_page),
10038         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
10039         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
10040         ev_view_get_zoom and ev_view_get_sizing_mode.
10041         * shell/ev-view.h:
10042         * shell/ev-window.c: (update_action_sensitivity),
10043         (update_sizing_buttons), (zoom_control_changed_cb),
10044         (register_custom_actions): Initialize and use the zoom-control 
10045         widget.
10046
10047 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
10048
10049         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
10050         preview cache back to 1.  Don't know when it got set to 0.
10051         
10052         * shell/ev-view.c: (compute_border), (ev_view_realize),
10053         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10054         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10055         (ev_view_get_fullscreen), (ev_view_set_presentation),
10056         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10057         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10058         * shell/ev-view.h:
10059         * shell/ev-window.c:
10060         (update_chrome_visibility),
10061         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10062         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10063         (update_document_mode), (ev_window_update_fullscreen_action),
10064         (ev_window_fullscreen), (ev_window_unfullscreen),
10065         (ev_window_cmd_view_fullscreen),
10066         (ev_window_update_presentation_action),
10067         (ev_window_run_presentation), (ev_window_stop_presentation),
10068         (ev_window_cmd_view_presentation), (ev_window_state_event),
10069         (ev_window_focus_in_event), (ev_window_focus_out_event),
10070         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10071         * data/evince-ui.xml: Initial presentation mode.  We should
10072         probably hide this until it's done, as it's quite rough.  Also,
10073         change full-screen to fullscreen and add two getters to EvView.
10074
10075 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10076
10077         * shell/ev-page-action.c: (update_page_cache),
10078         (ev_page_action_dispose):
10079         * shell/ev-window.c: (destroy_fullscreen_popup),
10080         (ev_window_create_fullscreen_popup):
10081
10082         Use connect_object rather than explicitly
10083         disconnect on dispose.
10084
10085 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10086
10087         * shell/ev-page-action.c: (update_page_cache),
10088         (ev_page_action_dispose):
10089
10090 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10091
10092         * backend/ev-page-cache.c: (_ev_page_cache_new),
10093         (ev_page_cache_set_page_label),
10094         (ev_page_cache_has_nonnumeric_page_labels):
10095         * backend/ev-page-cache.h:
10096         * shell/ev-page-action.c: (update_pages_label):
10097         
10098         If all page labels are numeric, fallback to default
10099         way to display number of pages. See bug 173185.
10100
10101 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10102
10103         * shell/ev-page-action.c: (ev_page_action_dispose):
10104         * shell/ev-view.c: (view_update_range_and_current_page):
10105         * shell/ev-window.c: (ev_window_dispose):
10106         
10107         Set page on scroll in continuous mode. Fixes bug 301986.
10108         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10109
10110 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10111
10112         * configure.ac:
10113
10114         Require poppler 0.3.0
10115
10116 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10117         
10118         * shell/Makefile.am, configure.ac: Fix build problems
10119         with t1lib. Bug 301996.
10120
10121 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10122
10123         * shell/ev-view.c: (ev_view_scroll_event):
10124         
10125         Scroll up increase zoom
10126
10127 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10128
10129         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10130         (ev_view_set_sizing_mode),
10131         (ev_view_zoom_for_size_continuous_and_dual_page),
10132         (ev_view_zoom_for_size_continuous):
10133         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10134         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10135         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10136         (ev_window_init):
10137
10138         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10139         Fix for 165473 and 165472.
10140
10141 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10142
10143         * po/POTFILES.in:
10144         * thumbnailer/Makefile.am:
10145         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10146         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10147         * thumbnailer/evince-thumbnailer.schemas.in:
10148         
10149         Make thumbnailer schemas translatable. Fix for bug 301773
10150         
10151         * thumbnailer/evince-thumbnailer-djvu.schemas:
10152         * thumbnailer/evince-thumbnailer-dvi.schemas:
10153         * thumbnailer/evince-thumbnailer.schemas:
10154
10155         Removed files
10156
10157 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10158
10159         * shell/ev-view.c (ev_view_init): forgot to set this.
10160
10161 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10162
10163         * shell/ev-view.c: (find_page_at_location),
10164         (get_link_at_location),
10165         (ev_view_set_show_border), (ev_view_set_spacing),
10166         (ev_view_zoom_for_size_continuous_and_dual_page),
10167         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10168         Also, add a quick fix measuring of widths.  Also, removed
10169         ev_view_set_spacing and ev_view_set_show_border.
10170         
10171         * shell/ev-window.c: (ev_window_unfullscreen),
10172         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10173
10174 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10175
10176         * shell/ev-view.c: (view_update_range_and_current_page),
10177         (page_changed_cb):
10178         
10179         Fix crash on exit and scrolling to page in continuous view.
10180
10181 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10182
10183         * TODO:
10184         * backend/ev-page-cache.c: (_ev_page_cache_new),
10185         (ev_page_cache_get_max_width_size),
10186         (ev_page_cache_get_max_height_size):
10187         * backend/ev-page-cache.h:
10188         * data/evince-ui.xml:
10189         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10190         * shell/ev-view.c: (view_update_adjustments),
10191         (view_update_range_and_current_page), (get_bounding_box_size),
10192         (ev_view_size_request_continuous_and_dual_page),
10193         (ev_view_size_request_continuous),
10194         (ev_view_size_request_dual_page),
10195         (ev_view_size_request_single_page), (ev_view_size_request),
10196         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10197         (ev_view_bin_expose), (ev_view_expose_event),
10198         (ev_view_set_property), (ev_view_get_property),
10199         (ev_view_class_init), (ev_view_init), (ev_view_new),
10200         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10201         (ev_view_set_dual_page), (ev_view_set_full_screen),
10202         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10203         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10204         (ev_view_zoom_out), (zoom_for_size_fit_width),
10205         (zoom_for_size_best_fit),
10206         (ev_view_zoom_for_size_continuous_and_dual_page),
10207         (ev_view_zoom_for_size_continuous),
10208         (ev_view_zoom_for_size_dual_page),
10209         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10210         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10211         * shell/ev-view.h:
10212         * shell/ev-window.c: (update_action_sensitivity),
10213         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10214         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10215         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10216         (ev_window_cmd_view_zoom_out), (update_view_size),
10217         (ev_window_set_sizing_mode), (ev_window_init):
10218
10219         Add Continuous and Dual page modes.
10220
10221 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10222
10223         * dvi/dvi-document.c: (dvi_document_load),
10224         (dvi_document_thumbnails_get_thumbnail),
10225         (dvi_document_init_params): Fix up some mixups between
10226         width and height to correct thumbnail rendering.
10227
10228 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10229
10230         * dvi/mdvi-lib/private.h:
10231         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10232         
10233         Suppess output for kpathsea during font generation. Thanks to
10234         James Bowes
10235
10236 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10237
10238         * NEWS:
10239         * configure.ac:
10240
10241         Release 0.2.1
10242
10243         * Makefile.am: fix distcheck.
10244
10245 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10246
10247         * shell/ev-sidebar-links.c: (selection_changed_callback),
10248         (update_page_callback), (row_activated_callback),
10249         (job_finished_callback), (ev_sidebar_links_set_document):
10250         
10251         Fix for bug #169901. Double click on links expands tree.
10252
10253 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10254
10255         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10256         hard-coded style. Fix for bug 170111
10257
10258 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10259
10260         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10261         locking.
10262
10263 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10264
10265         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10266
10267 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10268
10269         * pdf/ev-poppler.cc:
10270         * shell/ev-view.c: (highlight_find_results):
10271
10272         Fix find on single page documents
10273
10274 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10275
10276         * data/evince.schemas.in: fix for bug 301390
10277
10278 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10279
10280         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10281         (ev_view_zoom_out), (ev_view_zoom_normal):
10282         * shell/ev-view.h:
10283         * shell/ev-window.c: (update_action_sensitivity),
10284         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10285         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10286         (ev_window_cmd_view_normal_size):
10287
10288         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10289         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10290         better than oom. 
10291
10292 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10293
10294         * configure.ac:
10295
10296         Depend on 2.57, 2.59 doesnt seem to be necessary
10297
10298 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10299
10300         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10301         (create_tool_item):
10302
10303         Put back total number of pages as (1 of 1234)
10304
10305 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10306
10307         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10308         remove the job.
10309
10310         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10311         function.  This helps debugging.
10312
10313 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10314
10315         * djvu/djvu-document.c: (djvu_document_class_init),
10316         (djvu_document_get_info), (djvu_document_document_iface_init):
10317         * dvi/dvi-document.c: (dvi_document_class_init),
10318         (dvi_document_get_info), (dvi_document_document_iface_init):
10319
10320         Dummy implementation of get_info method for dvi and
10321         djvu. Fix crashes with those backends
10322
10323 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10324
10325         * data/evince.desktop.in:
10326
10327         Add application/x-gzpostscript
10328
10329 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10330
10331         * data/evince.schemas.in: Added real long descriptions, 
10332         closes bug 172496 
10333
10334         * README: Added actual text, closes bug 171869
10335
10336 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10337
10338         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10339
10340         Thumbnail page 0
10341
10342 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10343
10344         * backend/ev-document-info.h:
10345
10346         s/GDate */GDate so we can just use g_free
10347
10348 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10349
10350         * shell/ev-window.c: (update_document_mode),
10351         (ev_window_setup_document):
10352
10353         Show the window in fullscreen when specified by
10354         the document
10355
10356 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10357
10358         * backend/ev-document.c: (ev_document_class_init),
10359         (ev_document_get_info), (ev_document_render_pixbuf):
10360         * backend/ev-document.h:
10361         * backend/ev-page-cache.c: (_ev_page_cache_new):
10362         * pdf/ev-poppler.cc:
10363         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10364         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10365         * ps/ps-document.c: (ps_document_class_init), (document_load),
10366         (ps_document_get_info), (ps_document_document_iface_init):
10367
10368         Remove get_title from the interface, we can just use document info
10369
10370 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10371
10372         * backend/Makefile.am:
10373         * backend/ev-document.c: (ev_document_render_get_info):
10374         * backend/ev-document.h:
10375         * pdf/ev-poppler.cc:
10376
10377         Initial support for document info. Based on jrb patch.
10378
10379 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10380
10381         * shell/ev-window.c: (ev_window_state_event),
10382         (ev_window_class_init), (ev_window_init):
10383         
10384         Doesn't show resize grip when maximized. See bug #301053
10385
10386 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10387
10388         * po/POTFILES.in:
10389         
10390         ev-sidebar-thumbnails now has translatable labels
10391         
10392         * shell/Makefile.am:
10393         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10394         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10395         (ev_sidebar_links_page_iface_init):
10396         * shell/ev-sidebar-links.h:
10397         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10398         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10399         (ev_sidebar_page_get_label):
10400         * shell/ev-sidebar-page.h:
10401         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10402         (ev_sidebar_thumbnails_set_document),
10403         (ev_sidebar_thumbnails_support_document),
10404         (ev_sidebar_thumbnails_get_label),
10405         (ev_sidebar_thumbnails_page_iface_init):
10406         * shell/ev-sidebar-thumbnails.h:
10407         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10408         (ev_sidebar_set_document):
10409         * shell/ev-sidebar.h:
10410         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10411         
10412         Small rework of sidebar code. Now sidebar pages should implement
10413         EvSidebarPage interface. That makes page management in EvSidebar
10414         easier. See bug #164811 for details
10415
10416 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10417
10418         * shell/ev-application.c: (ev_application_open):
10419         * shell/ev-document-types.c:
10420         
10421         Fix build error and small problem with application exit
10422
10423 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10424
10425         * thumbnailer/Makefile.am:
10426         * thumbnailer/evince-thumbnailer-djvu.schemas:
10427         * thumbnailer/evince-thumbnailer-dvi.schemas:
10428         
10429         Conditionally install schemas for djvu/dvi thumbnailer
10430
10431 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10432
10433         * shell/ev-document-types.h: 
10434         * shell/ev-document-types.c: 
10435         New files, handling the mapping from mimetypes to backends
10436         
10437         * shell/ev-window.c: 
10438         * thumbnailer/evince-thumbnailer.c:     
10439         Use the ev-document-types code
10440         
10441         * shell/Makefile.am: 
10442         Added new convenience library libevbackendfactory_la, containing
10443         the new mimetype->backend logic; moved the backends into it.
10444
10445         * thumbnailer/Makefile.am:
10446         Make the thumbnailer link with the libevbackend.la convenience
10447         library, rather than having a duplicate of the backend logic here.
10448
10449 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10450
10451         * shell/ev-stock-icons.c: constify some vars.
10452         * shell/ev-window.c: ditto.
10453
10454 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10455
10456         * ps/ps-document.c (get_page_orientation):
10457
10458         Respect document orientation 
10459
10460 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10461
10462         * djvu/Makefile.am:
10463         * dvi/Makefile.am:
10464         * shell/Makefile.am:
10465         
10466         Move library dependencies to components.
10467         
10468         * shell/ev-window.c: (update_window_title),
10469         (start_loading_document):
10470         
10471         Fix display of uris with spaces. Bug 168358.
10472
10473 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10474
10475         * shell/ev-sidebar-links.c: (selection_changed_cb):
10476         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10477         (ev_view_button_release_event), (ev_view_set_document):
10478         * shell/ev-view.h:
10479         * shell/ev-window.c: (find_bar_search_changed_cb):
10480         * shell/ev-window.h: Minor cleanups removing some dead code.
10481
10482 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10483
10484         * backend/ev-page-cache.c: (_ev_page_cache_new):
10485         
10486         Set current page to 0 if document has pages.
10487
10488 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10489
10490         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10491
10492         Initialize GError to NULL, fix a crash when loading fails.
10493
10494 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10495
10496         * shell/ev-window.c: (update_view_size):
10497
10498         Calculate shadow size only when there is actually
10499         a shadow.
10500
10501 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10504         * shell/ev-view.h:
10505
10506         Allow setting view spacing, default to 0
10507
10508         * shell/ev-window.c: (ev_window_unfullscreen),
10509         (ev_window_cmd_view_fullscreen), (ev_window_init):
10510
10511         Remove spacing in fullscreen mode
10512
10513 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10514
10515         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10516         (ev_view_size_request), (expose_bin_window),
10517         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10518         * shell/ev-view.h:
10519         * shell/ev-window.c: (ev_window_unfullscreen),
10520         (ev_window_cmd_view_fullscreen):
10521
10522         Do not draw the border in fulscreen
10523
10524 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10525
10526         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10527         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10528         (find_page_at_location), (page_changed_cb):
10529
10530         Rework border calculation, so that I can more easily disable it.
10531         Code somewhat cleaner too.
10532
10533 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10534
10535         * backend/ev-page-cache.c: (ev_page_cache_init),
10536         (_ev_page_cache_new):
10537
10538         Remove some assertions, documents can have 0 pages.
10539         Make initial current page -1.
10540
10541         * shell/ev-page-action.c: (page_changed_cb):
10542
10543         Show "" if current page is -1
10544
10545         * shell/ev-window.c: (update_action_sensitivity),
10546         (ev_window_setup_document):
10547
10548         When document has 0 pages do not set the view
10549         and make nearly everything insensitive.
10550
10551 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10552
10553         * shell/ev-page-view.c:
10554         * shell/ev-page-view.h:
10555
10556         Remove unused files.
10557         
10558         * shell/ev-sidebar-thumbnails.c:
10559         (ev_sidebar_thumbnails_set_document):
10560         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10561         (ev_sidebar_supports_document):
10562         * shell/ev-sidebar.h:
10563         * shell/ev-window.c: (ev_window_setup_document):
10564         
10565         Doesn't show thumbnails if document has 1 page. Make
10566         sidebar menu entries sensitive only if if they have 
10567         sense. Fix bug 164811. 
10568
10569 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10570
10571         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10572         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10573         (ev_view_zoom_out), (ev_view_set_size):
10574
10575         Rework sizing to deal with documents with not uniform page
10576         size.
10577
10578 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10579
10580         * backend/ev-page-cache.c: (_ev_page_cache_new):
10581
10582         Fix several page size caching bugs
10583
10584 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10585
10586         * shell/ev-window.c: (set_action_properties):
10587
10588         Make all toolbar items translatable
10589
10590 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10591
10592         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10593         (save_page_list), (ps_document_save),
10594         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10595         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10596         (ps_document_ps_exporter_iface_init):
10597         * ps/ps-document.h:
10598
10599         Based on a patch by J�rg Billeter <j@bitron.ch>
10600         
10601         Implement print and save a copy for the ps backend.
10602
10603 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10604
10605         * backend/ev-document.h:
10606         * djvu/djvu-document.c: (djvu_document_can_get_text),
10607         (djvu_document_document_iface_init):
10608         * dvi/dvi-document.c: (dvi_document_can_get_text),
10609         (dvi_document_document_iface_init):
10610         * pdf/ev-poppler.cc:
10611         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10612         (pixbuf_document_document_iface_init):
10613         * ps/ps-document.c: (ps_document_can_get_text),
10614         (ps_document_document_iface_init):
10615         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10616         * shell/ev-window.c: (update_action_sensitivity):
10617
10618         Fix the crash when trying to copy in backends that doesnt
10619         support it. We can implement a better solution once we
10620         do real text selection.
10621
10622 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10623
10624         * data/evince-ui.xml:
10625         * shell/ev-window.c: (ev_window_cmd_escape):
10626         
10627         Work around the Escape conflict (find bar and unfullscreen)
10628
10629 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10630
10631         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10632         
10633         Fix for #300233. Next page correctly handles document end.
10634         
10635         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10636         (ev_sidebar_thumbnails_class_init),
10637         (ev_sidebar_thumbnails_set_document),
10638         (ev_sidebar_thumbnails_clear_job),
10639         (ev_sidebar_thumbnails_clear_model):
10640         
10641         Cleanup thumbnail jobs on document changes.
10642         
10643         * shell/ev-view.c: (add_scroll_binding_keypad),
10644         (add_scroll_binding_shifted), (ev_view_class_init):
10645         
10646         Shift + Space scrolls up. Fix for #173184
10647         
10648         * shell/ev-window.c: (ev_window_open_page),
10649         (ev_window_cmd_view_reload):
10650         
10651         Fix reload (Bug #300094)
10652
10653 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10654
10655         
10656         * dvi/mdvi-lib/assoc.c:
10657         * dvi/mdvi-lib/assoc.h: Removed garbage files
10658         
10659         * dvi/mdvi-lib/bitmap.c:
10660         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10661         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10662         * dvi/mdvi-lib/color.h: Antialias of rules
10663         
10664         * dvi/mdvi-lib/common.h:
10665         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10666         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10667         * dvi/mdvi-lib/files.c:
10668         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10669         * dvi/mdvi-lib/mdvi.h:
10670         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10671         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10672         * dvi/mdvi-lib/util.c: Fix compile warnings
10673         
10674         * dvi/dvi-document.c:
10675         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10676         (dvi_document_thumbnails_get_thumbnail),
10677         (dvi_document_document_thumbnails_iface_init):
10678         * dvi/mdvi-lib/Makefile.am:
10679         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10680         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10681         
10682         Dvi backend now renders thumbnails
10683
10684 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10685
10686         * shell/main.c: (main): 
10687         
10688         Save accelerators on exit. Fixes bug #172095.
10689
10690 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10691
10692         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10693         update priority" comment.
10694
10695         * backend/ev-job-queue.c: Give a way to change priority.
10696
10697 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10698
10699         * shell/ev-page-action.c: Fix logic.
10700
10701 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10702
10703         * shell/ev-view.c: (ev_view_can_find_next):
10704         * shell/ev-window.c: (ev_window_setup_document):
10705
10706         Check that the document supports find
10707
10708 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10709
10710         * data/evince-ui.xml:
10711         * shell/ev-view.c: (ev_view_can_find_next):
10712         * shell/ev-view.h:
10713         * shell/ev-window.c: (update_action_sensitivity),
10714         (find_changed_cb), (ev_window_setup_document),
10715         (ev_window_cmd_edit_find_next):
10716
10717         Add Edit->Find Next
10718
10719 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10720
10721         * pdf/ev-poppler.cc:
10722         * shell/ev-print-job.c: (idle_print_handler):
10723
10724         Make printing work again
10725
10726 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10727
10728         * shell/ev-page-action.h:
10729         * shell/ev-page-action.c: (ev_page_action_widget_init),
10730         (ev_page_action_widget_class_init), (page_changed_cb),
10731         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10732         (get_filter_model_from_model), (match_selected_cb),
10733         (display_completion_text), (match_completion), (update_model),
10734         (connect_proxy), (ev_page_action_set_property),
10735         (ev_page_action_get_property), (ev_page_action_set_document),
10736         (ev_page_action_set_model), (ev_page_action_class_init): Big
10737         reworking to make completions work iff we have >= GTK-2.7.0
10738                 
10739         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10740         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10741         (job_finished_cb): We now have a 'model' property that is set when
10742         the links are loaded.  This can be caught with "notify::model"
10743
10744         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10745         listen for the model to be set, and propagate it to the action.
10746
10747 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10748
10749         * cut-n-paste/recent-files/egg-recent-item.c:
10750         (egg_recent_item_set_uri), (make_valid_utf8),
10751         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10752         * cut-n-paste/recent-files/egg-recent-item.h:
10753         
10754         Update egg-recent from libegg. This should fix long
10755         startup problem. For details see
10756         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10757
10758 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10759
10760         * cut-n-paste/recent-files/Makefile.am:
10761         * data/evince-ui.xml, shell/Makefile.am:
10762         * shell/ev-application.c, shell/ev-application.h:
10763         * shell/ev-window.c: Recent files support.
10764         
10765         * configure.ac: Added "ru" to ALL_LINGUAS.
10766         
10767         * dvju: new backend to support DJVU files.
10768         * dvi: new backend to support DVI.
10769
10770         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10771         * ev-application.c: Support for new backends.
10772         
10773         * help, ev-window.c, main.c shell/Makefile.am: 
10774         Evince user documentation.
10775
10776 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10777
10778         * po/POTFILES.in:
10779         * shell/ev-window.c:
10780         * thumbnailer/evince-thumbnailer.c:
10781
10782         s/pdf-document/ev-poppler
10783
10784 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10785
10786         * NEWS:
10787         * configure.ac:
10788
10789         Release 0.2.0
10790
10791         * ps/ps-document.c: (setup_pixmap):
10792
10793         Remove debug code
10794
10795 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10796
10797         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10798         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10799         (ev_window_cmd_go_first_page): Fix of by one errors.
10800
10801 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10802
10803         * ps/ps-document.c: (get_page_box):
10804
10805         Fix page size calculation
10806
10807 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10808
10809         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10810         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10811         (get_page_orientation), (setup_page), (document_load),
10812         (ps_document_get_page_size), (render_pixbuf_idle):
10813         * ps/ps-document.h:
10814
10815         More refactoring to adapt to EvDocument changes
10816
10817 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10818
10819         * ps/ps-document.c: (start_interpreter):
10820
10821         Actually add alpha args
10822
10823 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10824
10825         * pdf/ev-poppler.cc:
10826
10827         Make clipboard work again
10828
10829 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10830
10831         Make searching work again.
10832         
10833         * backend/ev-document.c:
10834         * backend/ev-document.h:
10835         * backend/ev-document-find.c:
10836         * backend/ev-document-find.h: Change EvDocumentIface so we no
10837         longer store the current page or zoom level in the document.  The
10838         consequence is that all calls that operate on the current page now
10839         instead take the page number as an extra argument, and all
10840         coordinates are now doubles in document coordinate system.
10841
10842         * pdf/ev-poppler.cc:
10843         * pixbuf/pixbuf-document.c:
10844         * ps/ps-document.c: Update backends accordingly.
10845
10846 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10847
10848         * autogen.sh:
10849
10850         Add required gettext version
10851
10852 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10853
10854         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10855         make F1 bring up non-existent help.
10856
10857         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10858         epiphany's find bar, #167477
10859
10860         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10861         <emil@nishra.com> to add space-bar scrolling, 
10862
10863         * shell/ev-window.c (static GtkActionEntry entries): add default
10864         keybinding for Help (F1)
10865         Fixes #171068
10866
10867         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10868         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10869         170110
10870
10871 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10872
10873         * Makefile.am: 
10874         * pixbuf/pixbuf-document.c: 
10875
10876         Got pixbuf backend working again
10877
10878 2005-04-01  Steve Murphy  <murf@e-tools.com>
10879
10880         * configure.in: Added "rw" to ALL_LINGUAS.
10881
10882 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10883
10884         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10885         model types, noticed by Martin Kretzschmar.
10886
10887 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10888
10889         * pdf/ev-poppler.cc: Implement search based on
10890         poppler_page_find_text().  Currently a bit crude since we remember
10891         all matches from all pages.  Also, we grab the big document lock
10892         when we search since searching changes the underlying stream and
10893         thus conflicts with the rendering thread.
10894         
10895         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10896         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10897         (ev_view_find_previous): Fix some page indexes to be 0 based,
10898         offset rubber band by view offset,
10899
10900 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10901
10902         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10903
10904 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10905
10906         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10907         completely because I didn't understand GtkActions.  I should
10908         read Marco's code more carefully in the future.
10909
10910         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10911         function
10912
10913 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10914
10915         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10916         PopplerRectangle change from poppler CVS.
10917
10918 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10919
10920         * backend/ev-document.c: (ev_document_get_page_label):
10921         * backend/ev-document.h:
10922         * backend/ev-page-cache.c: (_ev_page_cache_new),
10923         (ev_page_cache_get_page_label):
10924         * backend/ev-page-cache.h:
10925         * pdf/ev-poppler.cc:
10926         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10927         (links_page_num_func):
10928         * shell/ev-sidebar-thumbnails.c:
10929         (ev_sidebar_thumbnails_set_document):
10930         * shell/ev-view.c: (status_message_from_link),
10931         (ev_view_motion_notify_event):
10932         * shell/ev-window.c: (document_supports_sidebar): Add in page
10933         label support.  It's not perfect yet, but it's the first 'feature'
10934         in a while.
10935         Also, fix a bogus comment noticed by crispin. 
10936
10937 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10938
10939         * Makefile.am: Remove pixbuf backend for now
10940
10941         * configure.ac: Require poppler-glib instead of just poppler.
10942
10943         * backend/ev-document-thumbnails.h: Add a comment
10944
10945         * backend/ev-document.h:
10946         * backend/ev-document.c: (ev_document_class_init),
10947         (ev_document_load), (ev_document_get_link),
10948         (ev_document_get_links): Remove 3 methods and add get_links.
10949         Also, made 0 based.
10950
10951         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10952         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10953
10954         * backend/ev-link.c: (ev_link_set_title),
10955         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10956         (ev_link_mapping_find):
10957         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10958         
10959         * backend/ev-page-cache.c: (ev_page_cache_init),
10960         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10961         (ev_page_cache_get_size), (ev_page_cache_next_page),
10962         (ev_page_cache_prev_page): Fix to be 0 based.
10963
10964         * pdf/Makefile.am: 
10965         * pdf/ev-poppler.h:
10966         * pdf/ev-poppler.cc: New backend.
10967         
10968         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10969         (ps_document_get_page), (ps_document_document_iface_init):
10970
10971         * shell/ev-pixbuf-cache.h:
10972         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10973         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10974         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10975         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10976         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10977         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10978         based.
10979         
10980         * shell/ev-sidebar-thumbnails.c:
10981         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10982         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10983
10984         * shell/ev-view.c: (status_message_from_link),
10985         (find_page_at_location), (get_link_at_location),
10986         (ev_view_motion_notify_event), (ev_view_button_release_event),
10987         (ev_view_init): Use the new link code.  Fix to be 0 based.
10988
10989         * shell/ev-window.c: (update_action_sensitivity),
10990         (document_supports_sidebar): 0 based.
10991
10992 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10993
10994         * pdf/pdf-document.cc: Patch from Fernando Herrera
10995         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10996         *blush*
10997
10998 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10999
11000         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
11001         1 to the page, as this seems to be 1 based.  I thought we has this
11002         fixed.  grump.
11003
11004 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
11005
11006         * TODO:
11007         * backend/Makefile.am:
11008         * backend/ev-document-links.c:
11009         (ev_document_links_has_document_links),
11010         (ev_document_links_get_links_model):
11011         * backend/ev-document-links.h:
11012         * backend/ev-document.c: (ev_document_get_page_cache),
11013         (ev_document_get_doc_mutex), (ev_document_load),
11014         (ev_document_save), (ev_document_get_title),
11015         (ev_document_get_n_pages), (ev_document_set_page),
11016         (ev_document_get_page), (ev_document_set_target),
11017         (ev_document_set_scale), (ev_document_set_page_offset),
11018         (ev_document_get_page_size), (ev_document_get_text),
11019         (ev_document_get_link), (ev_document_render),
11020         (ev_document_render_pixbuf), (ev_document_scale_changed):
11021         * backend/ev-document.h:
11022         * backend/ev-job-queue.c: (remove_object_from_queue),
11023         (notify_finished), (handle_job), (search_for_jobs_unlocked),
11024         (no_jobs_available_unlocked), (ev_render_thread),
11025         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
11026         (ev_job_queue_remove_job):
11027         * backend/ev-job-queue.h:
11028         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
11029         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
11030         (ev_job_links_class_init), (ev_job_render_init),
11031         (ev_job_render_dispose), (ev_job_render_class_init),
11032         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
11033         (ev_job_thumbnail_class_init), (ev_job_finished),
11034         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
11035         (ev_job_render_run), (ev_job_thumbnail_new),
11036         (ev_job_thumbnail_run):
11037         * backend/ev-jobs.h:
11038         * backend/ev-link.c:
11039         * backend/ev-link.h:
11040         * backend/ev-page-cache.c: (ev_page_cache_init),
11041         (ev_page_cache_class_init), (ev_page_cache_finalize),
11042         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
11043         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
11044         (ev_page_cache_set_link), (ev_page_cache_get_title),
11045         (ev_page_cache_get_size), (ev_page_cache_next_page),
11046         (ev_page_cache_prev_page):
11047         * backend/ev-page-cache.h:
11048         * pdf/pdf-document.cc:
11049         * ps/gsdefaults.c:
11050         * ps/gsdefaults.h:
11051         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11052         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
11053         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11054         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11055         (is_interpreter_ready), (output), (catchPipe), (input),
11056         (start_interpreter), (check_filecompressed), (compute_dimensions),
11057         (ps_document_enable_interpreter), (document_load),
11058         (ps_document_next_page), (render_page), (ps_document_set_page),
11059         (ps_document_set_scale), (render_pixbuf_idle),
11060         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11061         * ps/ps-document.h:
11062         * shell/Makefile.am:
11063         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11064         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11065         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11066         (ev_pixbuf_cache_new), (job_finished_cb),
11067         (check_job_size_and_unref), (move_one_job),
11068         (ev_pixbuf_cache_update_range), (find_job_cache),
11069         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11070         (ev_pixbuf_cache_add_jobs_if_needed),
11071         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11072         * shell/ev-pixbuf-cache.h:
11073         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11074         (idle_print_handler):
11075         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11076         (selection_changed_cb), (create_loading_model),
11077         (ev_sidebar_links_construct), (links_page_num_func),
11078         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11079         (update_page_callback), (job_finished_cb),
11080         (ev_sidebar_links_set_document):
11081         * shell/ev-sidebar-thumbnails.c:
11082         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11083         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11084         (page_changed_cb), (thumbnail_job_completed_callback),
11085         (ev_sidebar_thumbnails_set_document):
11086         * shell/ev-sidebar-thumbnails.h:
11087         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11088         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11089         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11090         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11091         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11092         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11093         (ev_view_button_release_event), (ev_view_scroll_view),
11094         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11095         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11096         (ev_view_new), (job_finished_cb), (page_changed_cb),
11097         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11098         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11099         (ev_view_find_previous):
11100         * shell/ev-view.h:
11101         * shell/ev-window.c: (update_action_sensitivity),
11102         (ev_window_open_page), (update_window_title), (update_total_pages),
11103         (page_changed_cb), (ev_window_setup_document),
11104         (password_dialog_response), (ev_window_cmd_save_as),
11105         (ev_window_print), (ev_window_cmd_go_previous_page),
11106         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11107         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11108         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11109         * shell/main.c: (main):
11110
11111         Merge evince-threads branch
11112
11113 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11114
11115         * configure.ac: Added "lt" to ALL_LINGUAS.
11116
11117 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11118
11119         * NEWS:
11120         * configure.ac:
11121
11122         Release 0.1.9
11123
11124 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11125
11126         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11127
11128         Fix here also the thumbnails 1-basedness :)
11129
11130 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11131
11132         * NEWS:
11133         * configure.ac:
11134
11135         Release 0.1.8
11136
11137 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11138
11139         * pdf/pdf-document.cc:
11140         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11141         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11142
11143         Fix the mess we did with thumbnails and 1-basedness
11144
11145 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11146
11147         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11148
11149 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11150
11151         * NEWS:
11152         * configure.ac:
11153
11154         Release 0.1.7
11155
11156 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11157
11158         * ps/Makefile.am:
11159         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11160         (gtk_gs_defaults_get_alpha_parameters),
11161         (gtk_gs_defaults_get_ungzip_cmd),
11162         (gtk_gs_defaults_get_unbzip2_cmd):
11163         * ps/gsdefaults.h:
11164         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11165         (ps_document_get_orientation), (document_load),
11166         (ps_document_goto_page), (ps_document_set_page_size):
11167         * ps/ps-document.h:
11168
11169         Some more sanitization of the ps backend. Remove a lot
11170         of unused code and do not base our defaults on ggv
11171         preferences (ugh!)
11172
11173 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11174
11175         * thumbnailer/evince-thumbnailer.schemas:
11176         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11177         (main): add -s option for thumbnail size.
11178
11179 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11180
11181         * configure.ac:
11182
11183         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11184         remove it.
11185
11186 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11187
11188         * pdf/pdf-document.cc:
11189
11190         Remove 4 pixels of useless border from the
11191         thumbnail.
11192
11193 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11194
11195         * backend/ev-document-thumbnails.c:
11196         (ev_document_thumbnails_get_thumbnail):
11197         * backend/ev-document-thumbnails.h:
11198
11199         Rework API a bit. Add a border flag and
11200         change sizing logic (now the size we specify
11201         applies to the bigger dimension).
11202
11203         * pdf/pdf-document.cc:
11204         * pixbuf/pixbuf-document.c:
11205         (pixbuf_document_thumbnails_get_thumbnail):
11206         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11207         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11208
11209         Adapt to the new API and do not draw a border for nautilus
11210         thumbnailer.
11211
11212 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11213
11214         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11215         take thumbnails from page "0" instead of "1". Added a copyright header.
11216
11217 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11218
11219         * ps/ps-document.c: (set_up_page), (start_interpreter):
11220
11221         Make it C89 compliant
11222
11223 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11224
11225         * Makefile.am:
11226         * configure.ac:
11227         * pdf/.cvsignore:
11228         * pdf/pdf-document.cc:
11229         * thumbnailer/Makefile.am:
11230         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11231         (main):
11232         * thumbnailer/evince-thumbnailer.schemas:
11233         * thumbnailer/pdf-icon.png:
11234
11235         Add a nautilus thumbnailer.
11236         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11237
11238 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11239
11240         * NEWS:
11241         * configure.ac:
11242         * po/POTFILES.in:
11243
11244         Release 0.1.6
11245
11246 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11247
11248         Use poppler instead of including xpdf source code.  Poppler is a
11249         fork of xpdf to build it as a shared library. See
11250         http://freedesktop.org/wiki/Software/poppler.
11251
11252         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11253         xpdf fork.
11254         
11255         * pdf/Makefile.am: Build libpdfdocument.a here.
11256         
11257         * pdf/GDKSplashOutputDev.cc:
11258         * pdf/GDKSplashOutputDev.h:
11259         * pdf/GnomeVFSStream.cc:
11260         * pdf/GnomeVFSStream.h:
11261         * pdf-document.cc:
11262         * pdf-document.h:
11263         * test-gdk-output-dev.cc
11264         * Thumb.cc:
11265         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11266         against poppler.
11267
11268 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11269
11270         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11271
11272         Clear idle stack before unsetting the document
11273
11274 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11275
11276         * ps/ps-document.c: (ps_document_widget_event),
11277         (ps_document_set_target), (ps_document_finalize),
11278         (ps_document_get_page):
11279
11280         Disconnect the widget event signal on finalize.
11281         Some code cleanups.
11282
11283 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11284
11285         * ps/ps-document.c: (set_up_page):
11286
11287         If there is no bpixmap create one, even if size
11288         is not changed.
11289
11290 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11291
11292         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11293         (set_up_page), (document_load), (ps_document_set_zoom):
11294
11295         Default page is 0. Calculate size even when we have no
11296         target yet.
11297
11298 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11299
11300         * shell/ev-sidebar.c: expand the selection widget to be always as
11301         wide as the sidebar
11302
11303 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11304
11305         * shell/ev-sidebar-thumbnails.c:
11306         (ev_sidebar_thumbnails_set_document):
11307
11308         Clear the list store when setting document
11309
11310 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11311
11312         * shell/ev-page-action.c: (update_entry), (sync_entry),
11313         (activate_cb), (entry_size_request_cb), (create_tool_item),
11314         (connect_proxy):
11315
11316         Use an entry for the page control instead of spinbuttons
11317
11318 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11319
11320         * data/evince.schemas.in:
11321
11322         Correct confusing string
11323
11324 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11325
11326         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11327         for real.  Gosh, how long has this been broken.
11328
11329         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11330         check for a NULL link.  We crash otherwise.
11331
11332 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11333
11334         * NEWS:
11335         * configure.ac:
11336
11337         Release 0.1.5
11338
11339 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11340
11341         * configure.ac: add the french translation.
11342
11343 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11344
11345         * shell/ev-window.c:
11346
11347         Remove unused header -> fix distcheck
11348
11349 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11350
11351         * shell/ev-window.c: (update_window_title),
11352         (ev_window_popup_password_dialog):
11353
11354         Unescape filename for display
11355
11356 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11357
11358         * pdf/xpdf/pdf-document.cc:
11359
11360         In get_page_size deal with rotation. Also
11361         cleanup the function a bit.
11362
11363 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11364
11365         * pdf/xpdf/pdf-document.cc:
11366
11367         Fix crash when opening in new window
11368
11369 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11370
11371         * configure.ac:
11372
11373         Check ghostscript >= 7
11374
11375 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11376
11377         * shell/ev-window.c:
11378
11379         Make page width the default sizing mode
11380
11381 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11382         Marco Pesenti Gritti <marco@gnome.org>
11383
11384         * shell/ev-window.c: Remember the sidebar size
11385
11386         * data/evince.schemas.in: Add a new gconf key to store the size of
11387         the sidebar
11388
11389 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11390
11391         * data/evince-ui.xml:
11392         * shell/ev-window.c: (update_action_sensitivity),
11393         (ev_window_cmd_view_reload):
11394         
11395         Add a "Reload" action and menu entry
11396
11397 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11398
11399         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11400         iff the type doesn't support thumbnailing and indexing.
11401
11402 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11403
11404         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11405
11406 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11407
11408         * pdf/splash/Splash.cc:
11409
11410         Port fix for a crasher from kde bug
11411         http://bugs.kde.org/show_bug.cgi?id=97131
11412
11413 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11414
11415         * pdf/xpdf/pdf-document.cc:
11416
11417         Return a link even if it's of an unrecognized
11418         type. Otherwise we go in an infinte cycle.
11419
11420 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11421
11422         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11423         (size_allocate_cb), (ev_window_set_sizing_mode):
11424
11425         Update size when switching mode
11426
11427 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11428
11429         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11430         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11431         (ev_window_cmd_view_normal_size):
11432
11433         Fix size toggle buttons behavior
11434
11435 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11436
11437         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11438         (doc_rect_to_view_rect), (ev_view_size_allocate),
11439         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11440         (scale_changed_callback):
11441
11442         Do not cache offsets in size_allocate.
11443
11444 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11445
11446         * shell/ev-view.c: (ev_view_size_allocate):
11447
11448         Calculate offsets before calling the parent
11449         class (which does a redraw)
11450
11451 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11452
11453         * pdf/xpdf/pdf-document.cc:
11454
11455         Fix a crasher on exit. Unused code, put a TODO
11456
11457 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11458
11459         * backend/ev-document.c: (ev_document_class_init),
11460         (ev_document_page_changed), (ev_document_scale_changed):
11461         * backend/ev-document.h:
11462
11463         Separate page/scale notifications
11464
11465         * pdf/xpdf/pdf-document.cc:
11466
11467         Emit the new signals.
11468         Do not display the pdf page in _render, do it
11469         when scale/page are requested.
11470
11471         * ps/ps-document.c: (ps_document_set_zoom),
11472         (ps_document_widget_event):
11473         * ps/ps-document.h:
11474
11475         Emit the new signals.
11476
11477         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11478         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11479         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11480         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11481         * shell/ev-view.h:
11482         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11483         (ev_window_cmd_view_page_width), (size_allocate_cb),
11484         (ev_window_set_sizing_mode):
11485
11486         Rework sizing to be pixel based.
11487         There are bugs but should be already way better.
11488
11489 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11490
11491         * shell/ev-window.c: (ev_window_init):
11492
11493         Do not allow to shrink sidebar smaller then
11494         child requisition
11495
11496 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11497
11498         * shell/ev-sidebar.[ch]
11499         * shell/ev-window.c:
11500
11501         Improved sidebar widget. Fixes #166683
11502
11503 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11504
11505         * shell/ev-view.c (update_find_status_message): Give translators
11506         more flexibility with ngettext plural handling.
11507
11508 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11509
11510         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11511         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11512         page when we get the page size.
11513
11514 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11515
11516         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11517
11518         ps pages are 0 based, convert 
11519
11520 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11521
11522         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11523
11524         Initialize correct parent class. Set GError on document load
11525
11526 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11527
11528         * pdf/xpdf/pdf-document.cc:
11529
11530         Fixup selection offset calculation
11531
11532         * shell/ev-view.c: (view_rect_to_doc_rect),
11533         (doc_rect_to_view_rect), (ev_view_size_allocate),
11534         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11535         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11536
11537         Store selection as document relative, so that zooming
11538         and offset changing doesnt break it.
11539
11540 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11541
11542         * shell/ev-view.c: (ev_view_best_fit):
11543
11544         Do not try to best fit if the view is not realized
11545
11546 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11547           
11548         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11549
11550 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11551
11552         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11553
11554 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11555
11556         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11557         the popup window.  That prevents it resizing when in full screen
11558         mode.
11559
11560         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11561         multiple rerenders.  This pretty much sucks.
11562
11563         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11564         rest of the toolbar.
11565
11566 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11567
11568         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11569
11570 2005-02-17  Alexander Shopov  <ash@contact.bg>
11571
11572         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11573
11574 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11575
11576         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11577
11578 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11579
11580         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11581         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11582         (set_document_page), (document_changed_callback),
11583         (ev_view_set_document), (ev_view_find_previous),
11584         (ev_view_hide_cursor), (ev_view_show_cursor):
11585         * shell/ev-view.h:
11586         * shell/ev-window.c: (update_chrome_visibility),
11587         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11588         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11589         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11590         (ev_window_unfullscreen):
11591         * shell/main.c: (main):
11592
11593         Automatically hide the fullscreen button.
11594         Patch by Kristian Høgsberg <krh@redhat.com>
11595
11596 2005-02-16  Vincent Noel  <vnoel@cox.net>
11597
11598         * shell/main.c (main): Specify an icon for the window. Patch by
11599         Jaap A. Haitsma. Fixes #166177.
11600
11601 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11602
11603         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11604
11605 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11606
11607         * backend/ev-document-misc.h:
11608         * backend/ev-document-misc.c:
11609         (ev_document_misc_get_page_border_size),
11610         (ev_document_misc_paint_one_page): New function to canonicalize
11611         sizing/painting a border.
11612
11613         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11614         used.
11615
11616         * pdf/xpdf/pdf-document.cc: use new function
11617
11618         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11619         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11620         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11621         shell/ev-window.c: (update_sizing_buttons),
11622         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11623         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11624         (ev_window_cmd_view_page_width), (size_allocate_cb),
11625         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11626         and "fit width" values act as toggle buttons so they stay
11627         toggled.  It's not 100% perfect, and it's a little slow, but it's
11628         good enough to commit I think.
11629
11630 2005-02-15  David Lodge  <dave@cirt.net>
11631
11632         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11633
11634 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11635
11636         * shell/ev-window.c (update_window_title): replace newlines in
11637         the title by spaces. Bug #166107.
11638
11639 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11640
11641         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11642         parameters providing allocation width and height without
11643         scrollbars and width of a possible vertical scrollbar. With this
11644         additional information the functions can work as
11645         intended. Unfortunately they're not idempotent. We should
11646         transform these commands to toggles. Fixes Bug #164976
11647         Initial patch by Stephane Loeuillet, then heavily modified.
11648
11649         * shell/ev-view.h: update prototypes.
11650
11651         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11652         (ev_window_cmd_view_page_width): provide EvView fit functions with
11653         all the information they need. Formulas to calculate this
11654         information taken from GtkScrolledWindow.
11655
11656 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11657
11658         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11659         created a thumbnail, the list store is updated to know
11660         that the thumbnail is set. Fixes bug #166792
11661
11662 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11663
11664         * shell/ev-window.c: fixed typo, closes bug 166897
11665
11666         * TODO: updated TODO with bug numbers that are relevant
11667
11668 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11669
11670         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11671
11672 2005-02-09  Vincent Noel  <vnoel@cox.net>
11673
11674         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11675         and "Next" toolbar buttons as important to make them stand out.
11676
11677 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11678
11679         * lib/ev-debug.c:
11680         * lib/ev-debug.h:
11681         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11682         (start_interpreter), (stop_interpreter), (document_load),
11683         (ps_document_next_page), (ps_document_goto_page),
11684         (ps_document_set_page_size), (ps_document_widget_event),
11685         (ps_document_render):
11686         * shell/ev-page-view.c: (ev_page_view_dispose):
11687         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11688
11689         Fix compilation on non-gcc platforms
11690
11691 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11692
11693         * NEWS:
11694         * configure.ac:
11695
11696         Release 0.1.4
11697
11698         * pdf/xpdf/Catalog.cc:
11699         * pdf/xpdf/XRef.cc:
11700
11701         Fix the fix for CAN-2004-0888
11702
11703 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11704
11705         * data/Makefile.am:
11706         * data/evince-ui.xml:
11707         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11708         * shell/ev-stock-icons.h:
11709         * shell/ev-window.c: (update_action_sensitivity),
11710         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11711         (set_action_properties):
11712
11713         Improve toolbar layout/icons
11714
11715 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11716
11717         * pdf/xpdf/pdf-document.cc:
11718
11719         Add warnings about unimplemented/unknown link
11720         types.
11721
11722 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11723
11724         * ps/ps-document.c: (set_up_page):
11725
11726         Log gs property
11727
11728 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11729
11730         * ps/ps-document.c: (start_interpreter):
11731
11732         Log gs env var
11733
11734 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11735
11736         * shell/ev-page-view.c: (ev_page_view_dispose):
11737         * shell/ev-view.c: (ev_view_finalize):
11738         * shell/ev-window.c: (ev_window_setup_document),
11739         (ev_window_dispose), (ev_window_init):
11740
11741         Solve more refs issues.
11742
11743         I commented out the page_view initialization for now:
11744         it was never destroyed (because it's never added
11745         to a container). Because of that we was leaking
11746         gs processes. Couldnt think to a clean fix.
11747         We need to figure this out, password view has the
11748         same issue probably.
11749
11750 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11751
11752         * ps/ps-document.c: (ps_document_finalize),
11753         (ps_document_get_n_pages), (ps_document_get_page):
11754
11755         Some cleanups, stop the interpreter on finalize
11756
11757         * shell/ev-page-view.c: (ev_page_view_dispose),
11758         (ev_page_view_class_init):
11759
11760         Release our reference on the document
11761
11762 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11763
11764         * Makefile.am:
11765         * configure.ac:
11766         * doc/debugging.txt:
11767         * lib/.cvsignore:
11768         * lib/Makefile.am:
11769         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11770         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11771         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11772         * lib/ev-debug.h:
11773
11774         Add debugging helpers
11775
11776         * ps/Makefile.am:
11777         * ps/ps-document.c: (set_up_page), (start_interpreter),
11778         (stop_interpreter), (document_load), (ps_document_next_page),
11779         (ps_document_goto_page), (ps_document_set_page_size),
11780         (ps_document_widget_event), (ps_document_render):
11781         * shell/Makefile.am:
11782         * shell/ev-view.c: (expose_bin_window):
11783         * shell/main.c: (main):
11784
11785         Add some logs
11786         
11787 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11788
11789         * ps/ps-document.c: (ps_document_widget_event):
11790
11791         Initialize message_window, this should make ps
11792         rendering really work! (Never noticed because I was
11793         testing with a ps that is causing gs to exit every time!)
11794
11795 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11796
11797         * data/evince.schemas.in: updated simple error in applyto closing tag
11798
11799 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11800
11801         * Makefile.am:
11802         * configure.ac:
11803         * data/.cvsignore:
11804         * data/Makefile.am:
11805         * data/evince-ui.xml:
11806         A data/evince.schemas.in:
11807         * po/POTFILES.in:
11808         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11809         * shell/ev-stock-icons.h:
11810         * shell/ev-window.c: (update_chrome_visibility),
11811         (update_chrome_flag), (ev_window_cmd_edit_find),
11812         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11813         (ev_window_unfullscreen), (ev_window_focus_in_event),
11814         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11815         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11816         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11817         (ev_window_dispose), (ev_window_class_init),
11818         (set_action_properties), (set_chrome_actions), (load_chrome),
11819         (ev_window_init):
11820
11821         Implement fullscreen mode changes from bug #164776.
11822         Also implement persistent chrome toggles.
11823
11824 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11825
11826         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11827
11828 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11829
11830         * NEWS:
11831         * configure.ac:
11832         * shell/ev-view.c:
11833
11834         Add another check for find interface
11835
11836         Release 0.1.3
11837
11838 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11839
11840         * shell/ev-application.c: (ev_application_open):
11841         * shell/ev-window.c: (ev_window_open):
11842
11843         Open gzipped ps documents
11844
11845 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11846
11847         * TODO:
11848         * shell/ev-view.c: (set_document_page):
11849
11850         Clamp page number, dont try to move to
11851         not existant pages.
11852
11853 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11854
11855         * backend/ev-document-find.c: (ev_document_find_changed):
11856         * backend/ev-document-find.h:
11857         * pdf/xpdf/pdf-document.cc:
11858         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11859         * shell/ev-window.c: (find_bar_search_changed_cb):
11860
11861         Fix several bugs with find
11862
11863 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11864
11865         * shell/ev-sidebar-thumbnails.c
11866         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11867         document. Prevents warning from scroll_to_cell.
11868
11869 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11870
11871         * configure.ac: Add «nb» to ALL_LINGUAS too.
11872
11873 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11874
11875         * NOTES: New file with some random thoughts.
11876
11877         * TODO: Update.
11878
11879         * backend/ev-document-misc.c:
11880         (ev_document_misc_get_page_border_size): New function to
11881         canonicalize shadow drawing sizes.  Possibly goofy.
11882
11883         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11884         (ev_view_best_fit), (ev_view_fit_width):
11885         * pdf/xpdf/pdf-document.cc:
11886         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11887         * ps/ps-document.c: (ps_document_get_page_size):
11888         * backend/ev-document-misc.h:
11889         * backend/ev-document.c: (ev_document_get_page_size):
11890         * backend/ev-document.h: get_page_size now takes a page number
11891         parameter.  Made all the backends/frontends honor it.
11892
11893         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11894         see.  Doesn't work yet.
11895
11896         * shell/Makefile.am:
11897         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11898         Doesn't do anything yet.
11899
11900         * shell/ev-sidebar-thumbnails.c:
11901         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11902         [0..n_pages-1]
11903
11904         * shell/ev-window.c: (update_action_sensitivity),
11905         (ev_window_setup_document), (ev_window_set_page_mode),
11906         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11907         view-swapping code a bit so we can have multiple views on a
11908         document.  Add the multi-page view, though it can't be turned on
11909         yet.
11910
11911 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11912
11913         * shell/ev-application.c: (ev_application_open):
11914         * shell/ev-view.c: (expose_bin_window):
11915         * shell/ev-window.c: (ev_window_open):
11916
11917         Support eps and check document supports find
11918         before drawing highlightings in expose.
11919
11920 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11921
11922         * pixbuf/pixbuf-document.c:
11923         (pixbuf_document_thumbnails_get_dimensions),
11924         (pixbuf_document_document_thumbnails_iface_init):
11925
11926         implement get_dimensions
11927
11928 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11929
11930         * NEWS:
11931         * configure.ac:
11932
11933         Release 0.1.2
11934
11935 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11936
11937         * shell/ev-view.c: (set_document_page):
11938
11939         Scroll at the top of the page when changing page
11940
11941 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11942
11943         * shell/ev-view.c: (ev_view_motion_notify_event):
11944
11945         Do not redraw unnecessarily
11946
11947 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11948
11949         * pdf/xpdf/pdf-document.cc:
11950         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11951         (expose_bin_window), (find_changed_cb):
11952
11953         Yay! find works now... Now to find bugs...
11954
11955 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11956
11957         * backend/ev-document-find.c: (ev_document_find_base_init),
11958         (ev_document_find_changed):
11959         * backend/ev-document-find.h:
11960         * pdf/xpdf/pdf-document.cc:
11961         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11962         (expose_bin_window), (ev_view_init), (set_document_page),
11963         (ensure_rectangle_is_visible), (jump_to_find_result),
11964         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11965         (ev_view_find_next), (ev_view_find_previous):
11966         * shell/ev-view.h:
11967         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11968
11969         More work on find implementation, mostly there now
11970
11971 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11972
11973         * backend/ev-backend-marshalers.list:
11974         * backend/ev-document-find.c: (ev_document_find_base_init),
11975         (ev_document_find_cancel), (ev_document_find_page_has_results),
11976         (ev_document_find_get_n_results), (ev_document_find_get_result),
11977         (ev_document_find_get_progress), (ev_document_find_changed):
11978         * backend/ev-document-find.h:
11979
11980         Enanche the find interface to be really able to do
11981         multi page find.
11982
11983         * pdf/xpdf/pdf-document.cc:
11984
11985         Implement
11986
11987         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11988         (expose_bin_window), (ev_view_init),
11989         (ev_view_get_find_status_message), (find_changed_cb),
11990         (ev_view_set_document), (set_document_page):
11991
11992         Adapt to the new interface. A few things are regressed sorry,
11993         I will finish it soon.
11994
11995 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11996
11997         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11998         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11999         ev_sidebar_thumbnails_parent_class variable, don't define another
12000         parent_class variable.
12001
12002         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
12003         (ev_page_action_class_init): ditto.
12004
12005         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
12006         (pixbuf_document_class_init): ditto.
12007
12008         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
12009         ditto.
12010
12011         * .cvsignore: ignore various valgrind output files.
12012
12013 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12014
12015         * data/evince-ui.xml:
12016         * shell/Makefile.am:
12017         * shell/ev-history.c:
12018         * shell/ev-history.h:
12019         * shell/ev-navigation-action.c:
12020         * shell/ev-navigation-action.h:
12021         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
12022         (ev_view_set_page), (ev_view_fit_width):
12023         * shell/ev-view.h:
12024         * shell/ev-window.c: (update_action_sensitivity),
12025         (ev_window_setup_document), (register_custom_actions):
12026
12027         Kill session history
12028
12029 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
12030
12031         * shell/ev-window.c: (update_action_sensitivity):
12032
12033         Fix inverted up/down buttons
12034
12035 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
12036
12037         * shell/ev-sidebar-thumbnails.c
12038         (ev_sidebar_thumbnails_select_page): make sure the selected
12039         thumbnail stays visible.
12040
12041 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
12042
12043         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
12044         scrolled window for Federico.
12045
12046 2005-01-26  Ole Laursen  <olau@hardworking.dk>
12047
12048         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
12049
12050 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
12051
12052         * configure.ac:
12053         * pdf/splash/SplashFTFontEngine.cc:
12054
12055         Fix CID fonts with freetype 2.1.9
12056
12057 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12058
12059         * TODO: added item for desktop icon thumbnailer
12060
12061 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12062
12063         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12064         unloaded docs when the title is accessed.
12065
12066         * shell/ev-password-view.[hc]: New widget for displaying password
12067         state.
12068
12069         * shell/ev-window.[ch]: Refactor password handling code to handle
12070         the new view.
12071
12072 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12073
12074         * NEWS:
12075         * configure.ac:
12076         * data/Makefile.am:
12077
12078         Release 0.1.1
12079
12080 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12081
12082         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12083         ignore page offset here, to make search results independent of it,
12084
12085         * shell/ev-view.c (expose_bin_window): but take offsets into
12086         account here. Bug #164932
12087
12088         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12089         scale at the right time. Bug #164996
12090
12091 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12092
12093         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12094         fix the problem. Now I just removed the Adobe font names and hope
12095         that the URW fonts are always in outline format. Bug #164934
12096
12097         * shell/ev-window.c (update_window_title): empty titles are
12098         useless, use filename in that case too.
12099
12100         * NEWS: Add some content.
12101
12102 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12103
12104         * TODO: added one more TODO item and a TODONE section :)
12105
12106 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12107
12108         * ps/ps-document.h: add page_[xy]_offset fields.
12109
12110         * ps/ps-document.c (ps_document_set_page_offset)
12111         (ps_document_render): Keep offset in consideration in a few
12112         places. Bug #164752 "postscript documents are not centered in
12113         window"
12114
12115         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12116         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12117
12118         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12119         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12120         stub out missing methods for complete EvDocument implementation.
12121         Fixes segfaults with Save A Copy and Copy actions.
12122
12123         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12124         (ps_document_document_iface_init): ditto.
12125         
12126 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12127
12128         * data/.cvsignore:
12129         * data/Makefile.am:
12130         * data/evince.desktop.in:
12131
12132         Add desktop file
12133
12134 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12135
12136         * shell/ev-view.c: (ev_view_button_press_event),
12137         (ev_view_motion_notify_event):
12138
12139         Make selection work in any direction
12140
12141 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12142
12143         * TODO:
12144         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12145
12146         Use shorter labels for some of the toolbars items
12147
12148 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12149
12150         * pdf/xpdf/pdf-document.cc:
12151
12152         Check the links info is initialized before
12153         using it. Should fix a crash on startup.
12154
12155 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12156
12157         * pixbuf/pixbuf-document.c
12158         (pixbuf_document_thumbnails_get_dimensions): force floating point
12159         division to calculate page_ratio. Fixes crash with landscape
12160         format pixbufs.
12161
12162 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12163
12164         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12165
12166 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12167
12168         * shell/ev-view.c (set_document_page): unset has_selection when
12169         the page changes.
12170         (set_document_page): handle paper size changes when the page
12171         changes (test with Free Culture, page 2).
12172
12173 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12174
12175         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12176         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12177
12178         Use normal style color for the widget background and
12179         draw a black box around the page.
12180
12181 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12182
12183         * pdf/xpdf/pdf-document.cc:
12184
12185         Keep offset in consideration in a few places
12186
12187         * shell/ev-view.c: (expose_bin_window):
12188
12189         Set the offsets so that the document is ever centered
12190
12191 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12192
12193         * TODO: Added TODO items and finished off the first todo item
12194
12195         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12196         reflect current authors
12197
12198 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12199
12200         * pdf/xpdf/pdf-document.cc:
12201         * shell/ev-view.c: (ev_view_set_cursor),
12202         (ev_view_motion_notify_event), (document_changed_callback),
12203         (set_document_page):
12204
12205         Show a wait cursor while the page is rendering
12206
12207 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12208
12209         * shell/ev-sidebar-thumbnails.c:
12210         (ev_sidebar_tree_selection_changed),
12211         (ev_sidebar_thumbnails_select_page):
12212         * shell/ev-sidebar-thumbnails.h:
12213         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12214         (ev_view_can_go_forward):
12215         * shell/ev-window.c: (ev_window_open_page),
12216         (ev_window_setup_document), (update_current_page),
12217         (view_page_changed_cb), (ev_window_init):
12218         * shell/ev-window.h:
12219
12220         Ensure thumbnails selection, toolbar page control and
12221         current page are in sync.
12222
12223 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12224
12225         * pdf/xpdf/XRef.cc:
12226
12227         Fix CAN-2005-0064
12228
12229 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12230
12231         * backend/Makefile.am:
12232         * backend/ev-document-links.h:
12233         * backend/ev-document-security.c: (ev_document_security_get_type),
12234         (ev_document_security_has_document_security),
12235         (ev_document_security_set_password):
12236         * backend/ev-document-security.h:
12237         * backend/ev-document.c: (ev_document_error_quark):
12238         * backend/ev-document.h:
12239         * data/Makefile.am:
12240         * data/evince-password.glade:
12241         * pdf/xpdf/pdf-document.cc:
12242         * shell/Makefile.am:
12243         * shell/ev-password.c: (ev_password_set_bad_password_label),
12244         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12245         (ev_password_dialog_get_password),
12246         (ev_password_dialog_set_bad_pass):
12247         * shell/ev-password.h:
12248         * shell/ev-window.c: (ev_window_get_attribute),
12249         (ev_window_set_property), (update_action_sensitivity),
12250         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12251         (ev_window_setup_document), (ev_window_get_password),
12252         (ev_window_open), (ev_window_cmd_save_as),
12253         (using_postscript_printer), (ev_window_print),
12254         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12255         (update_fullscreen_popup), (ev_window_fullscreen),
12256         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12257         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12258         (menu_item_select_cb), (find_bar_search_changed_cb),
12259         (ev_window_dispose), (ev_window_init):
12260
12261         Add initial support for password-supported dialogs.  This could be
12262         a lot cooler, but it'll do for now.
12263
12264 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12265
12266         * pdf/xpdf/pdf-document.cc:
12267         * shell/ev-view.c: (status_message_from_link),
12268         (ev_view_set_status), (ev_view_set_cursor),
12269         (ev_view_motion_notify_event), (ev_view_init):
12270         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12271
12272         Fix bugs in the links implementation and change cursor
12273         when hovering a link.
12274
12275 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12276
12277         * viewer/.cvsignore: added cvsignore file for viewer directory
12278
12279         * TODO: created TODO document
12280
12281 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12282
12283         * shell/ev-view.h:
12284         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12285         new functions to help with implementation of sensitivity code
12286         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12287         of all actions that might require it.  Fixes a crash when you
12288         click on the Zoom actions in a window lacking a document.
12289
12290 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12291
12292         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12293         of the Find action
12294
12295 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12296
12297         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12298         (pixbuf_document_document_iface_init):
12299         * ps/ps-document.c: (ps_document_get_link),
12300         (ps_document_document_iface_init):
12301         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12302         (status_message_from_link), (ev_view_set_status),
12303         (ev_view_set_find_status), (ev_view_motion_notify_event),
12304         (ev_view_button_release_event), (ev_view_set_property),
12305         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12306         (ev_view_get_find_status_message), (update_find_results),
12307         (ev_view_get_status), (ev_view_get_find_status):
12308         * shell/ev-view.h:
12309         * shell/ev-window.c: (view_status_changed_cb),
12310         (view_find_status_changed_cb), (ev_window_init):
12311
12312         View status message support, use it to show the links.
12313         Needs work...
12314
12315 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12316
12317         * backend/ev-document.c: (ev_document_get_link):
12318         * backend/ev-document.h:
12319         * pdf/xpdf/pdf-document.cc:
12320         * shell/ev-application.c: (ev_application_open):
12321         * shell/ev-application.h:
12322         * shell/ev-sidebar-links.c: (selection_changed_cb):
12323         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12324         (ev_view_go_to_link):
12325
12326         Add support for document links
12327
12328 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12329
12330         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12331         (create_tool_item):
12332         Set the spin button limits correctly.
12333         
12334         * shell/ev-sidebar-thumbnails.c:
12335         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12336         Support changing pages by clicking on the thumbnails.
12337         
12338 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12339
12340         * pixbuf/pixbuf-document.c:
12341         (pixbuf_document_thumbnails_get_dimensions),
12342         (pixbuf_document_document_thumbnails_iface_init):
12343
12344         implement get_dimensions
12345
12346 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12347
12348         * ps/ps-document.c: (ps_document_goto_page):
12349
12350         Fix page switching on multipage documents
12351
12352 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12353
12354         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12355         
12356         check for NULL before assigning to width and height parameters
12357
12358 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12359
12360         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12361         (pixbuf_document_set_property), (pixbuf_document_get_property):
12362
12363         implement get/set properties
12364
12365 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12366
12367         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12368         
12369         return NULL instead of "Unknown", letting the title get set to
12370         the filename when the pdf has no title.
12371
12372 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * ps/ps-document.c: (ps_document_get_page_count),
12375         (ps_document_goto_page):
12376
12377 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12378
12379         * shell/ev-history.c: (ev_history_get_property),
12380         (ev_history_set_property), (ev_history_class_init),
12381         (ev_history_add_page), (ev_history_set_current_index):
12382         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12383         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12384         (ev_navigation_action_finalize):
12385         * shell/ev-navigation-action.h:
12386         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12387         (ev_view_go_forward), (ev_view_get_find_status_message),
12388         (history_index_changed_cb), (ev_view_set_history):
12389         * shell/ev-view.h:
12390         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12391         (update_current_page), (register_custom_actions):
12392
12393         Implement history dropdowns
12394
12395 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12396
12397         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12398         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12399         (ev_view_go_forward):
12400         * shell/ev-window.c: (register_custom_actions):
12401
12402         Fix several history bugs
12403
12404 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12405
12406         * configure.ac: Add «nb» to ALL_LINGUAS.
12407
12408 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12409
12410         * backend/Makefile.am:
12411         * backend/ev-bookmark.c:
12412         * backend/ev-bookmark.h:
12413         * backend/ev-document-bookmarks.c:
12414         * backend/ev-document-bookmarks.h:
12415         * backend/ev-document-links.c: (ev_document_links_get_type),
12416         (ev_document_links_has_document_links),
12417         (ev_document_links_begin_read), (ev_document_links_get_link),
12418         (ev_document_links_get_child), (ev_document_links_next),
12419         (ev_document_links_free_iter):
12420         * backend/ev-document-links.h:
12421         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12422         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12423         (ev_link_get_link_type), (ev_link_set_link_type),
12424         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12425         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12426         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12427         (ev_link_new_external):
12428         * backend/ev-link.h:
12429         * pdf/xpdf/pdf-document.cc:
12430         * shell/Makefile.am:
12431         * shell/ev-application.c: (ev_application_open_link):
12432         * shell/ev-application.h:
12433         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12434         (ev_history_get_link_nth):
12435         * shell/ev-history.h:
12436         * shell/ev-sidebar-bookmarks.c:
12437         * shell/ev-sidebar-bookmarks.h:
12438         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12439         (ev_sidebar_links_class_init), (selection_changed_cb),
12440         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12441         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12442         (do_one_iteration), (populate_links_idle),
12443         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12444         * shell/ev-sidebar-links.h:
12445         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12446         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12447         (go_to_index):
12448         * shell/ev-view.h:
12449         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12450         * shell/ev-window.h:
12451
12452         Rename bookmark to link, and use "Index" for the sidebar panel.
12453
12454 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12455
12456         * shell/Makefile.am:
12457         * shell/ev-application.c: (ev_application_open_bookmark):
12458         * shell/ev-application.h:
12459         * shell/ev-history.c: (ev_history_init), (free_links_list),
12460         (ev_history_finalize), (ev_history_class_init),
12461         (ev_history_add_link), (ev_history_add_page),
12462         (ev_history_get_link_nth), (ev_history_get_n_links),
12463         (ev_history_get_current_index), (ev_history_set_current_index),
12464         (ev_history_new):
12465         * shell/ev-history.h:
12466         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12467         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12468         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12469         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12470         (ev_view_set_page):
12471         * shell/ev-view.h:
12472         * shell/ev-window.c: (ev_window_open_bookmark),
12473         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12474         (goto_page_cb), (register_custom_actions):
12475         * shell/ev-window.h:
12476
12477         Initial history implementation. Needs work.
12478
12479 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12480
12481         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12482
12483 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12484
12485         * cut-n-paste/recent-files/egg-recent-item.c:
12486         * cut-n-paste/recent-files/egg-recent-item.h:
12487         * cut-n-paste/recent-files/egg-recent-model.c:
12488         * cut-n-paste/recent-files/egg-recent-util.c:
12489         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12490         * cut-n-paste/recent-files/egg-recent-view.c:
12491
12492         Update
12493
12494 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12495
12496         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12497         (fillGlyph, fillImageMask, drawImage):
12498         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12499         pdf/splash/SplashTypes.h:
12500         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12501         packed mode for Splash.
12502
12503         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12504         RGB8 packed mode, eliminates the pixbuf data creation loop.
12505
12506         * shell/ev-print-job.c (ev_print_job_finalize)
12507         (ev_print_job_set_property, ev_print_job_get_property)
12508         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12509         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12510         (print_closure_finalize, ev_print_job_print): implement
12511         printing (for backends with EvPsExporter)
12512
12513         * shell/ev_print_job.h: update prototypes.
12514
12515         * shell/ev-window.c (ev_window_print): unref print job after
12516         printing.
12517
12518         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12519         unless the document implements the EvDocumentFind interface.
12520
12521 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12522
12523         * configure.ac: Added ja to ALL_LINGUAS.
12524
12525 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12526
12527         * pdf/xpdf/pdf-document.cc:
12528
12529         add a FIXME. We should probably not allocate
12530         a bookmark object every time
12531
12532 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12533
12534         * shell/ev-application.c: (ev_application_open),
12535         (ev_application_open_bookmark):
12536         * shell/ev-application.h:
12537         
12538         Add a way to open bookmarks
12539
12540         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12541         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12542         (ev_bookmark_set_property), (ev_bookmark_class_init),
12543         (ev_bookmark_new_title), (ev_bookmark_new_link),
12544         (ev_bookmark_new_external):
12545
12546         Support for external uris, better constructors.
12547
12548         * backend/ev-bookmark.h:
12549         * pdf/xpdf/pdf-document.cc:
12550         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12551
12552         Handle external uris
12553
12554 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12555
12556         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12557         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12558
12559         Hook up bookmarks navigation
12560
12561 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12562
12563         * backend/Makefile.am:
12564         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12565         (ev_bookmark_get_title), (ev_bookmark_set_title),
12566         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12567         (ev_bookmark_get_page), (ev_bookmark_set_page),
12568         (ev_bookmark_get_property), (ev_bookmark_set_property),
12569         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12570         (ev_bookmark_new):
12571         * backend/ev-bookmark.h:
12572         * backend/ev-document-bookmarks.c:
12573         (ev_document_bookmarks_get_bookmark):
12574         * backend/ev-document-bookmarks.h:
12575         * pdf/xpdf/pdf-document.cc:
12576         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12577
12578         Add a bookmark object to the backend and use it instead of get_values
12579
12580 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12581
12582         * data/evince-ui.xml:
12583
12584         Cleanup and add select all.
12585
12586         * shell/ev-view.c: (ev_view_select_all),
12587         (ev_view_button_press_event):
12588         * shell/ev-view.h:
12589         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12590
12591         Add select all.
12592         Clear selection on click.
12593
12594 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12595
12596         * shell/ev-sidebar-thumbnails.c
12597         (ev_sidebar_thumbnails_set_document): forgot to unref the
12598         loading_icon.
12599
12600 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12601
12602         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12603         at the visible page, not just linearly.  This makes it look fast.
12604
12605 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12606
12607         * backend/ev-document-misc.c
12608         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12609         white.
12610         * backend/ev-document-thumbnails.h: New interface to get the size
12611         of a page.
12612
12613 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12614
12615         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12616         make dist works
12617
12618 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12619
12620         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12621         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12622         things up a bit.
12623
12624         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12625
12626 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12627
12628         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12629         fonts. Should fix font problems on systems that have the base
12630         fonts in bitmap format. Reported by James Henstridge
12631         <james@jamesh.id.au>.
12632
12633 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12634
12635         * pdf/xpdf/Gfx.cc:
12636         * pdf/xpdf/GfxState.cc:
12637
12638         Fix for CAN-2004-1125
12639
12640 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12641
12642         * shell/ev-view.c: (ev_view_copy):
12643         * shell/ev-view.h:
12644         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12645
12646         Implement Edit->Copy
12647
12648 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12649
12650         * backend/ev-document.c: (ev_document_get_text):
12651         * backend/ev-document.h:
12652         * pdf/xpdf/pdf-document.cc:
12653         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12654         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12655         (ev_view_update_primary_selection), (ev_view_button_press_event),
12656         (ev_view_motion_notify_event), (ev_view_button_release_event):
12657
12658         Beginnings of clipboard support. Incomplete but primary sort
12659         of work.
12660
12661 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12664         (expose_bin_window):
12665
12666         Nicer rubberband drawing, from GtkIconView.
12667
12668 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12669
12670         * backend/ev-document.c: (ev_document_save):
12671         * backend/ev-document.h:
12672         * data/evince-ui.xml:
12673         * pdf/xpdf/pdf-document.cc:
12674         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12675
12676         Implement "Save a copy..." menu item
12677
12678 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12679
12680         * shell/ev-view.c: (ev_view_zoom):
12681
12682         Queue a resize when zoom changes
12683
12684 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12685
12686         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12687         shadows.
12688
12689         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12690         thumbnails..
12691
12692 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12693
12694         * pdf/xpdf/pdf-document.cc
12695         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12696
12697 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12698
12699         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12700         It's slow, but I'll speed it up next!
12701
12702 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12703
12704         * shell/main.c (load_files):
12705
12706         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12707         from the command line and because it seems more appropriate.
12708
12709 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12710
12711         * data/evince-ui.xml:
12712         * shell/ev-window.c: (update_action_sensitivity),
12713         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12714
12715         s/next page/page down
12716         s/previous page/page up
12717
12718 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12719
12720         * data/evince-ui.xml:
12721
12722         Change the layout to match clarkbw design.
12723
12724         * shell/Makefile.am:
12725         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12726         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12727         (ev_navigation_action_finalize),
12728         (ev_navigation_action_set_property),
12729         (ev_navigation_action_get_property),
12730         (ev_navigation_action_class_init):
12731         * shell/ev-navigation-action.h:
12732
12733         Implement clarkbw toolbar navigation controls (incomplete)
12734
12735         * shell/ev-page-action.c: (update_label), (update_spin),
12736         (value_changed_cb), (create_tool_item), (connect_proxy),
12737         (ev_page_action_init), (ev_page_action_finalize),
12738         (ev_page_action_set_property), (ev_page_action_get_property),
12739         (ev_page_action_set_current_page),
12740         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12741         * shell/ev-page-action.h:
12742
12743         Implement a page switcher in the toolbar
12744
12745         * shell/ev-view.c: (ev_view_scroll_view):
12746         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12747         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12748         (register_custom_actions), (ev_window_init):
12749
12750         Change page on PageUp/Down.
12751
12752 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12753
12754         * pdf/xpdf/pdf-document.cc
12755         (pdf_document_thumbnails_get_thumbnail): initial stab at
12756         implementing thumbnail support for pdfs.  It only does documents
12757         with precached pdfs now.
12758
12759 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12760
12761         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12762         thumbnail code into a time-based idle as well.  Also, turn off the
12763         shadow temporarily as it's really slow.
12764
12765 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12766
12767         * backend/ev-document.c: (ev_document_class_init):
12768         * pdf/xpdf/pdf-document.cc:
12769         * shell/ev-window.c: (ev_window_open):
12770
12771         Fix document title bugs and fallback to
12772         filename when not available.
12773
12774 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12775
12776         * backend/ev-document.c: (ev_document_get_type),
12777         (ev_document_class_init), (ev_document_load),
12778         (ev_document_get_title):
12779         * backend/ev-document.h:
12780         * pdf/xpdf/pdf-document.cc:
12781         * ps/ps-document.c: (ps_document_set_property),
12782         (ps_document_get_property), (ps_document_class_init),
12783         (document_load):
12784         * ps/ps-document.h:
12785         * ps/ps.h:
12786         * shell/ev-window.c: (update_window_title), (ev_window_open),
12787         (ev_window_init):
12788
12789         Initial support for document title. Not working yet.
12790
12791 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12792
12793         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12794
12795         Grab focus on the view when clicking it
12796
12797 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12798
12799         * shell/ev-marshal.list:
12800         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12801         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12802
12803         Add key bindings to the view. Now if the focus would work
12804         right...
12805
12806 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12807
12808         * Makefile.am:
12809         * backend/Makefile.am:
12810         * data/Makefile.am:
12811         * dvi/Makefile.am:
12812         * dvi/dvilib/Makefile.am:
12813         * pdf/xpdf/Makefile.am:
12814         * po/POTFILES.in:
12815         * ps/Makefile.am:
12816
12817         Fix distcheck
12818
12819 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12820
12821         * shell/ev-view.c: (ev_view_realize):
12822
12823         Fix mouse wheel scrolling
12824
12825 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12826
12827         * ps/Makefile.am:
12828         * ps/gstypes.h:
12829         * ps/gtkgs.c:
12830         * ps/gtkgs.h:
12831         * ps/ps-document.c: (catchPipe), (ps_document_init),
12832         (ps_document_class_init), (ps_document_cleanup),
12833         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12834         (set_up_page), (close_pipe), (is_interpreter_ready),
12835         (interpreter_failed), (output), (input), (start_interpreter),
12836         (stop_interpreter), (file_length), (file_readable),
12837         (check_filecompressed), (check_pdf), (compute_xdpi),
12838         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12839         (ps_document_get_type), (ps_document_emit_error_msg),
12840         (document_load), (ps_document_next_page),
12841         (ps_document_get_current_page), (ps_document_get_page_count),
12842         (ps_document_goto_page), (ps_document_set_page_size),
12843         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12844         (ps_document_load), (ps_document_get_n_pages),
12845         (ps_document_set_page), (ps_document_get_page),
12846         (ps_document_widget_event), (ps_document_set_target),
12847         (ps_document_set_scale), (ps_document_set_page_offset),
12848         (ps_document_get_page_size), (ps_document_render),
12849         (ps_document_document_iface_init):
12850         * ps/ps-document.h:
12851         * ps/ps.c:
12852         * shell/ev-window.c: (ev_window_open):
12853
12854         Rename GtkGS to PSDocument
12855
12856 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12857
12858         * ps/gtkgs.c: (gtk_gs_class_init):
12859         * ps/gtkgs.h:
12860
12861         Some more leftover...
12862
12863 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12864
12865         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12866         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12867         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12868         * ps/gtkgs.h:
12869
12870         Remove unused code and make a lot of stuff private
12871
12872 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12873
12874         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12875         (gtk_gs_defaults_changed):
12876         * ps/gsdefaults.h:
12877         * ps/gtkgs.c:
12878         * ps/gtkgs.h:
12879         * ps/ps.h:
12880
12881         Cleanup headers dependencies
12882
12883 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12884
12885         * ps/Makefile.am:
12886         * ps/ggvutils.c:
12887         * ps/ggvutils.h:
12888         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12889         * ps/gsdefaults.h:
12890         * ps/gtkgs.c: (file_length), (file_readable),
12891         (check_filecompressed), (check_pdf), (gtk_gs_load),
12892         (gtk_gs_get_postscript):
12893
12894         Get rid of ggvutils
12895
12896 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12897
12898         * ps/ggvutils.c:
12899         * ps/ggvutils.h:
12900         * ps/gsio.h:
12901         * ps/gtkgs.c: (gtk_gs_set_zoom):
12902
12903         Cleanups
12904
12905 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12906
12907         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12908
12909         Ensure the page is rerendered when changing zoom
12910
12911 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12912
12913         * backend/ev-document.c: (ev_document_base_init),
12914         (ev_document_changed):
12915         * backend/ev-document.h:
12916
12917         Add a changed event that is emitted when the page content
12918         changes. This is necessary to deal with the fact that
12919         in ps backend rendering happen asycrounously.
12920         This makes the ps backend mostly work.
12921
12922         * pdf/xpdf/pdf-document.cc:
12923
12924         Emit changed event
12925
12926         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12927         (ps_document_set_target):
12928
12929         Emit changed event
12930
12931         * shell/ev-view.c: (document_changed_callback),
12932         (ev_view_set_document), (ev_view_set_page):
12933
12934         Redraw on the changed signal
12935
12936 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12937
12938         * configure.ac: Added pt_BR to ALL_LINGUAS.
12939
12940 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12941
12942         * backend/ev-document-bookmarks.c:
12943         (ev_document_bookmarks_get_child): *
12944         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12945         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12946         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12947         (ev_sidebar_bookmarks_destroy),
12948         (ev_sidebar_bookmarks_class_init),
12949         (ev_sidebar_bookmarks_construct), (stack_data_free),
12950         (do_one_iteration), (populate_bookmarks_idle),
12951         (ev_sidebar_bookmarks_clear_document),
12952         (ev_sidebar_bookmarks_set_document): *
12953         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12954         (ev_sidebar_add_page),
12955         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12956         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12957         it displays both the topics and the page numbers.
12958
12959 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12960
12961         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12962         toggle.
12963         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12964         visible.
12965
12966 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12967
12968         * configure.ac: Added en_CA to ALL_LINGUAS.
12969
12970 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12971
12972         * ChangeLog: replace bottom of this ChangeLog (merged history of
12973         ggv and gpdf; where all paths were wrong and most of the files are
12974         not even in this tree) with ChangeLog (from arch) of the shell
12975         code.
12976
12977 2004-12-23  Havoc Pennington  <hp@redhat.com>
12978
12979         * shell/ev-window.c: hook up potentially-questionable "find
12980         results status text" feature - something involving the sidebar or
12981         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12982         might be better in the end.
12983
12984         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12985         with corresponding signal when it should be updated
12986
12987         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12988
12989 2004-12-22  Havoc Pennington  <hp@redhat.com>
12990
12991         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12992         find stuff on other pages, sort of (only returns one result on
12993         invisible pages, to show they have results; updates full results
12994         for a page when you view it). Currently repaints the current page
12995         every time a new result is found on any page, which isn't so nice.
12996
12997 2004-12-22  Havoc Pennington  <hp@redhat.com>
12998
12999         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
13000         the document doesn't support find (better ideas?)
13001         (find_bar_search_changed_cb): handle missing document or document
13002         that doesn't support find
13003
13004         * pdf/xpdf/pdf-document.cc: port to implement the new
13005         EvDocumentFindIface
13006
13007         * backend/ev-document-find.c: create a new interface for searching
13008
13009         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
13010
13011 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
13012
13013         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
13014         libevbackend.la.
13015
13016         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
13017         EvPrintJob constructor arguments.
13018
13019         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
13020         for documents that can export PostScript (page by page).
13021
13022         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
13023         
13024         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
13025         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
13026         (pdf_document_ps_exporter_iface_init:
13027         Implement EvPSExporter.
13028
13029         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
13030
13031 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13032
13033         * backend/Makefile.am:
13034         * backend/ev-document-thumbnails.c:
13035         (ev_document_thumbnails_get_type),
13036         (ev_document_thumbnails_get_thumbnail):
13037         * backend/ev-document-thumbnails.h:
13038         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13039         (pixbuf_document_thumbnails_get_thumbnail),
13040         (pixbuf_document_document_thumbnails_iface_init):
13041         * shell/Makefile.am:
13042         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
13043         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
13044         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
13045         * shell/ev-sidebar-thumbnails.h:
13046         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
13047         (ev_sidebar_set_document):
13048         * shell/ev-utils.c: (gaussian), (create_blur_filter),
13049         (create_shadow), (ev_pixbuf_add_shadow):
13050         * shell/ev-utils.h:
13051         Add thumbnail support.
13052         
13053 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13054
13055         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13056         (using_postscript_printer): Set up a print dialog for "PostScript
13057         injection" method.
13058
13059         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13060         EvPrintJob.
13061
13062         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13063
13064 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13065
13066         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13067         (ps_document_set_target), (ps_document_get_page_size),
13068         (ps_document_render):
13069         * ps/gtkgs.h:
13070
13071         Fix a few bugs
13072
13073 2004-12-22  Christian Rose  <menthos@menthos.com>
13074
13075         * configure.ac: Added "sv" to ALL_LINGUAS.
13076
13077 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13078
13079         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13080         document supports bookmarks.
13081
13082 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13083
13084         * ps/ggvutils.c: (ggv_file_readable):
13085         * ps/ggvutils.h:
13086         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13087         (gtk_gs_get_postscript):
13088
13089         Remove unused utils
13090
13091 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13092
13093         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13094         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13095         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13096         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13097         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13098         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13099         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13100         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13101         (gtk_gs_set_antialiasing), (ps_document_load),
13102         (ps_document_render):
13103         * ps/gtkgs.h:
13104
13105         Another check point for the ps backend. Now I can get it to show
13106         pages!
13107
13108 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13109
13110         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13111         document setting code.
13112
13113 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13114
13115         * shell/eggfindbar.c: (entry_activate_callback):
13116         Animate the next button when activate is pressed.
13117         
13118 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13119
13120         * shell/ev-window.c: (ev_window_cmd_edit_find),
13121         (update_fullscreen_popup), (ev_window_fullscreen),
13122         (ev_window_unfullscreen), (ev_window_state_event_cb),
13123         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13124         Fix bugs in fullscreen code.
13125         
13126 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13127
13128         * Makefile.am:
13129         * configure.ac:
13130         * pixbuf/Makefile.am:
13131         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13132         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13133         (pixbuf_document_set_page), (pixbuf_document_get_page),
13134         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13135         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13136         (pixbuf_document_render), (pixbuf_document_begin_find),
13137         (pixbuf_document_end_find), (pixbuf_document_finalize),
13138         (pixbuf_document_class_init),
13139         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13140         * pixbuf/pixbuf-document.h:
13141         * shell/Makefile.am:
13142         * shell/ev-application.c: (ev_application_open):
13143         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13144         (ev_window_open):
13145         Add pixbuf backend.
13146         
13147 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13148
13149         * Makefile.am: 
13150         * dvi/dvilib/Makefile.am:
13151         * dvi/Makefile.am:
13152         * configure.ac: Auto*ify dvi and dvi/dvilib
13153
13154         * dvi/Makefile: Remove from CVS
13155         
13156         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13157         confusion.
13158
13159         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13160         
13161         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13162         
13163 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13164
13165         * ps/Makefile.am:
13166         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13167         (gtk_gs_value_adjustment_changed), (compute_size),
13168         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13169         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13170         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13171         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13172         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13173         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13174         (ps_document_load), (ps_document_get_n_pages),
13175         (ps_document_set_page), (ps_document_get_page),
13176         (ps_document_set_target), (ps_document_set_scale),
13177         (ps_document_set_page_offset), (ps_document_get_page_size),
13178         (ps_document_render), (ps_document_begin_find),
13179         (ps_document_end_find), (ps_document_document_iface_init):
13180         * ps/gtkgs.h:
13181         * shell/Makefile.am:
13182         * shell/ev-window.c: (ev_window_open):
13183
13184         Some work to integrate gtkgs with EvDocument
13185
13186 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13187
13188         * shell/ev-window.c: (update_fullscreen_popup),
13189         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13190         (exit_fullscreen_button_clicked_cb),
13191         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13192         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13193         (ev_window_state_event_cb), (ev_window_init):
13194         Add fullscreen support from Epiphany.
13195         
13196 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13197
13198         * data/ev-stock-zoom-fit-width.png: fit-width
13199         stock icon from gpdf.
13200         
13201         * shell/ev-stock-icons.[ch]: copied from gpdf.
13202         
13203         * shell/main.c: (main): init stock icons.
13204         
13205         * shell/ev-window.c: use the fit-width icon.
13206         
13207         * data/evince-ui.xml: add zooming toolbar items.
13208
13209 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13210
13211         * shell/ev-view.c: 
13212         (ev_view_best_fit), (ev_view_fit_width): because
13213         get_page_size() returns the scaled page size, we
13214         need to calculate the scale factor relative to
13215         the previous scale factor. Should really just
13216         add get_real_page_size().
13217
13218 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13219
13220         * shell/ev-view.[ch]:
13221         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13222         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13223         add zooming.
13224         
13225         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13226         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13227         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13228         hook it up.
13229         
13230         * pdf/xpdf/pdf-document.cc:
13231         (pdf_document_begin_find),
13232         (pdf_document_end_find): make static.
13233
13234 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13235
13236         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13237
13238         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13239         names to fontconfig patterns.
13240         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13241
13242         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13243         setupBaseFontsFc.
13244
13245 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13246
13247         * Makefile.am:
13248         * configure.ac:
13249         * ps/Makefile.am:
13250         * ps/ggvutils.c:
13251         * ps/ggvutils.h:
13252         * ps/gsdefaults.c:
13253         * ps/gsdefaults.h:
13254         * ps/gsio.c:
13255         * ps/gsio.h:
13256         * ps/gtkgs.c:
13257         * ps/gtkgs.h:
13258         * ps/ps.c:
13259         * ps/ps.h:
13260
13261         Import ggv backend. Not hooked up yet.
13262
13263 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13264
13265         * shell/main.c: (load_files), (main): load files
13266         from the command line.
13267
13268 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13269
13270         * configure.ac: don't require bonobo.
13271         
13272         * cut-n-paste/recent-files/*: kill bonobo recent
13273         view.
13274
13275         * shell/ev-window.c:
13276         (ev_window_is_empty): upd.
13277         (unable_to_load), (ev_window_open): load backend
13278         based on the mime type.
13279
13280 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13281
13282         * backend/.cvsignore: ignore generated marshalers source.
13283
13284         * shell/main.c (main): this is not epiphany.
13285
13286 2004-12-22  Havoc Pennington  <hp@redhat.com>
13287
13288         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13289         (expose_bin_window): draw find highlights
13290
13291         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13292         
13293         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13294         (pdf_document_end_find): implement this interface
13295
13296         * backend/ev-document.c (ev_document_found): add this to emit
13297         signal
13298
13299 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13300
13301         * data/evince-ui.xml: Add a few more toolbar items.
13302
13303         * shell/ev-window.c: Hook up page navigation toolbar 
13304         items.
13305
13306         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13307         a page-changed signal.
13308
13309         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13310         Add ev_document_get_page().
13311
13312         * shell/ev-window.c: Sensitize/desensitize navigation
13313         actions.
13314
13315 2004-12-21  Havoc Pennington  <hp@redhat.com>
13316
13317         * backend/ev-backend-marshal.c,
13318         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13319         marshaler-generator thingy. I'm sure there's a better way to do
13320         this in the modern world.
13321
13322         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13323         end_find methods and "found" signal.
13324
13325         * configure.ac: find glib-genmarshal
13326
13327 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13328
13329         * shell/ev-sidebar.c: Construct an actual sidebar.
13330         * shell/ev-sidebar-bookmarks.[ch]:
13331         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13332
13333 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13334
13335         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13336         Redo size handling.
13337         
13338         * shell/ev-view.c: Track the size from the document.
13339
13340 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13341
13342         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13343         constructor assumes ownership of the string passed in.
13344         
13345         * shell/ev-window.c (ev_window_open): Destroy the error
13346         dialog once we've displayed it.
13347
13348 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13349
13350         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13351         a bit, it works! (sort of)
13352
13353         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13354         Move to .cc since we need to use C++ in the implementation.
13355
13356         * shell/dummy.cc: Add a CC file to force evince
13357         to be linked as a C++ program.
13358
13359 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13360
13361         * shell/ev-view.[ch]: Start of content-area widget.
13362
13363         * shell/ev-window.c: Create a EvView, update it
13364         as we change documents.
13365
13366         * shell/Makefile.am shell/ev-marshal.list: Add
13367         generated marshalers.
13368
13369 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13370
13371         * Makefile.am (SUBDIRS): move shell.
13372
13373 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13374
13375         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13376         .a to libtool convenience libraries.
13377
13378         * shell/ev-window.c (ev_window_open): Hard code loading
13379         a PDF document.
13380         
13381         * backend/ev-document.h: Add a boolean return to load(),
13382         fix GError * to GError **.
13383
13384         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13385         object for a PDF backend EvDocument.
13386
13387 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13388
13389         * dvi/*: New directory with the beginning of a .dvi backend.
13390
13391 2004-12-21  Havoc Pennington  <hp@redhat.com>
13392
13393         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13394         previous/next instead of back/forward
13395
13396 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13397
13398         * backend/ev-document.[ch]: Fix a couple of problems so
13399         it compile.
13400
13401 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13402
13403         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13404         to backend/ directory, rename EvViewer to EvDocument.
13405
13406 2004-12-21  Havoc Pennington  <hp@redhat.com>
13407
13408         * shell/ev-window.c: hook up the find bar widget; now we just need
13409         a document to find things in
13410
13411         * shell/eggfindbar.c: a find bar widget
13412
13413 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13414
13415         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13416
13417 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13418
13419         * pdf/**: Import of xpdf code from gpdf. 
13420
13421         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13422
13423         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13424         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13425         Fix FreeType includes.
13426
13427         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13428         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13429         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13430         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13431         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13432         Include xpdfconfig.h
13433         
13434 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13435
13436         * shell/ev-window.c (ev_window_dispose): dispose can be called
13437         multiple times.
13438
13439 2004-12-21  Havoc Pennington  <hp@redhat.com>
13440
13441         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13442         rather than Evince
13443
13444         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13445         items; really they should be synced with the strings, etc. from
13446         current gpdf, but just getting the boring typing out of the way 
13447
13448 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13449
13450         * po/POTFILES.in:
13451         * shell/ev-application.c: (window_destroy_cb):
13452         * shell/ev-window.c:
13453         * shell/main.c: (main):
13454
13455         Actually show the window...
13456
13457 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13458
13459         * Makefile.am:
13460         * shell/Makefile.am:
13461         * shell/ev-application.c: (ev_application_class_init):
13462         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13463
13464         Make it build again
13465
13466 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13467
13468         Import to gnome cvs.
13469         
13470         * Remove copies of gpdf and ggv trees.
13471         * Rip out all the recursive configure code.
13472         * Remove bonobo machinery.
13473         * viewer/*: GInterfaces that backends should/can implement.
13474
13475 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13476
13477         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13478         typo
13479
13480 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13481
13482         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13483         (ev_application_finalize, ev_application_class_init)
13484         (ev_application_init): use GType instance private data for priv.
13485
13486         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13487         (ev_window_finalize, ev_window_class_init)
13488         (ev_window_init): ditto.
13489
13490 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13491
13492         * shell/ev-application.c (ev_application_new_window): make public
13493         (ev_application_show_initial_window): kill.
13494
13495         * shell/ev-application.h: update prototypes.
13496
13497         * shell/main.cc (main): inline ev_application_show_initial_window.
13498
13499 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13500
13501         * shell/ev-application.c (ev_application_new_window): impl.
13502         (ev_application_show_initial_window): use it.
13503         (is_window_empty, ev_application_get_empty_window): returns an
13504         existing empty window or a new one.
13505         (ev_application_open): from ev_window_cmd_file_open.
13506
13507         * shell/ev-application.h: update prototypes
13508
13509         * shell/ev-window.c (ev_window_is_empty): impl.
13510         (ev_window_open): make public.
13511         (ev_window_cmd_file_open): use ev_application_open
13512
13513         * shell/ev-window.h: update prototypes, remove unused.
13514
13515 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13516
13517         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13518         move destroy handler out of here...
13519
13520         * shell/ev-application.c, shell/ev-application.h: ...into this new
13521         class. Also handles initial window creation.
13522
13523         * shell/main.cc (main): use EvApplication to create initial
13524         window.
13525
13526 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13527
13528         * Makefile.am (SUBDIRS): add cut-n-paste
13529
13530         * cut-n-paste/Makefile.am: add
13531
13532         * configure.ac: generate Makefiles in cut-n-paste
13533
13534 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13535
13536         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13537         (ev_window_class_init): install ev_window_dispose.
13538
13539 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13540
13541         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13542         char (gchar looks stupid).
13543
13544 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13545
13546         * po/de.po: updated German translation.
13547
13548 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13549
13550         * configure.ac: add more pkg-config library checks for gnome-vfs,
13551         bonobo etc.
13552
13553         * gpdf/configure.in: temporarily disable libpaper
13554         checks. Otherwise I'd have to add the checks for the shell, too.
13555
13556 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13557
13558         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13559         and * file filters to the file choose.
13560
13561 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13562
13563         * po/de.po: Updated German translation.
13564
13565 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13566
13567         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13568
13569 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13570
13571         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13572
13573         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13574         (ev_window_init): implement those menuitems.
13575
13576 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13577
13578         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13579
13580         * shell/ev-window.c (ev_window_init): use the toolbar.
13581
13582 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13583
13584         * shell/ev-window.c (ev_window_init): use menu translations
13585
13586 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13587
13588         * configure.ac: add "de" to ALL_LINGUAS.
13589
13590         * po/de.po: add German translation.
13591
13592 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13593
13594         * Makefile.am (SUBDIRS): add po
13595
13596         * configure.ac: check intltool, glib-gettext etc, generate
13597         po/Makefile.in
13598
13599         * po, po/POTFILES.in, po/POTFILES.skip: new.
13600
13601 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13602
13603         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13604         already use (#ifdef ENABLE_NLS)
13605
13606         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13607         pointer indirection thinko.
13608
13609         * shell/main.c: include gi18n.h for bindtextdomain etc.
13610
13611 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13612
13613         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13614         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13615         tooltips for menu items in the statusbar.
13616
13617 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13618
13619         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13620         pkgdatadir drop UIDIR
13621
13622 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13623
13624         * data/evince-ui.xml: Add File->Open menu item
13625
13626         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13627         chooser), hook it up in the ui manager.
13628
13629 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13630
13631         * shell/ev-window.c: fix Help->About tooltip.
13632
13633 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13634
13635         * configure.ac: set CFLAGS for libevprivate.
13636
13637         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13638         definitions, factory etc.
13639
13640         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13641
13642         * shell/Makefile.am: link against libevprivate.a.
13643
13644         * shell/ev-window.c (entries): add stock icon to Help->About.
13645
13646         * shell/main.c (main): init stock icon code.
13647
13648 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13649
13650         * lib/recent-files: egg recent files code
13651
13652         * lib/Makefile.am: add.
13653
13654         * Makefile.am: add lib subdir.
13655
13656         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13657         set CFLAGS for recent-files.
13658
13659 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13660
13661         * configure.ac: disable -ansi and -pedantic gcc flags. They
13662         disable POSIX stuff in stdio.h, but egg-recent uses them.
13663
13664 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13665
13666         * configure.ac: add --disable-deprecated flag (defaults to on in
13667         "cvs" builds).
13668
13669         * shell/Makefile.am (INCLUDES): use it.
13670
13671 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13672
13673         * shell/main.c: add missing #include.
13674
13675         * shell/ev-window.c: fix for pedantic gcc.
13676         (ev_window_cmd_help_about): split license into paragraphs for
13677         translators and pedantic compilers.
13678
13679 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13680
13681         * configure.ac: add more warning flags if compiling with gcc from
13682         cvs (or explicitly requested with --enable-more-warnings).
13683
13684 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13685
13686         * data/evince-ui.xml: add File and File->Close menu.
13687
13688         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13689         (ev_window_destroy): quit after destroy.
13690         (ev_window_class_init): override GtkObject::destroy.
13691         (entries): install close_window callback.
13692
13693 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13694
13695         * Makefile.am (SUBDIRS): add data subdir.
13696
13697         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13698         gtk+ 2.5.0 for GtkAboutDialog.
13699
13700         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13701         main window.
13702
13703         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13704
13705         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13706         manager.
13707         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13708
13709 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13710
13711         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13712
13713 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13714
13715         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13716
13717 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13718
13719         * shell/*: Added shell directory boilerplate, build it.
13720
13721 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13722
13723         * configure.ac, Makefile.am: Added top-level configure.ac and
13724         Makefile.am