]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Improved error message about file opening failture. Bug #529129.
[evince.git] / ChangeLog
1 2008-04-24   Jean Baptiste Lallement  <jeanbaptiste.lallement@gmail.com>
2
3         * libdocument/ev-document-factory.c (get_mime_type_from_uri),
4         (get_mime_type_from_data), (get_document_from_uri),
5         (ev_document_factory_get_document):
6         Improved error message about file opening failture.
7         Bug #529129.
8
9 2008-04-24  Abhishek Mukherjee  <linkinpark342@gmail.com>
10
11         * data/evince-toolbar.xml:
12         
13         Allow to add SaveAs to toolbar.
14
15 2008-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * shell/ev-view-private.h:
18         * shell/ev-view.[ch]: (ev_view_button_release_event),
19         (ev_view_finalize), (ev_view_clipboard_copy), (ev_view_copy),
20         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
21         (ev_view_update_primary_selection), (clear_link_selected),
22         (ev_view_copy_link_address):
23         * shell/ev-window.c: (ev_view_popup_cmd_copy_link_address):
24
25         Update also the primary selection when copying a link
26         address. Fixes bug #520855.
27         
28 2008-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * libdocument/ev-document-factory.c: (get_document_from_uri):
31
32         Use the pixbuf backend only when the mime type is not supported by
33         any of the other backend so that tiff documents, for instance, are
34         handled by the tiff backend instead of the pixbuf backend. fixes
35         bug #520290.
36         
37 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
38
39         * cut-n-paste/Makefile.am:
40
41         Add evmountoperation to subdirs list.
42         
43 2008-04-17  Carlos Garcia Campos  <carlosgc@gnome.org>
44
45         * configure.ac:
46
47         Fix libspectre check in configure script. Fixes bug #528549.
48         
49 2008-04-16  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * configure.ac:
52         * cut-n-paste/evmountoperation/ev-mount-operation.[ch]:
53         * shell/Makefile.am:
54         * shell/ev-window.c: (ev_window_load_remote_failed),
55         (mount_volume_ready_cb), (window_open_file_copy_ready_cb):
56
57         Add GtkMountOperation (renamed to avoid conflicts) to be able to
58         open documents in remote locations that are not mounted.
59         
60 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * backend/dvi/mdvi-lib/bitmap.[ch]: (bitmap_convert_lsb8),
63         (bitmap_convert_msb8):
64         * backend/dvi/mdvi-lib/t1.c: (t1_glyph_bitmap):
65         * backend/dvi/mdvi-lib/tt.c: (tt_get_bitmap):
66
67         Fix T1 font rendering in dvi backend. Patch by Mattias Nissler.
68         
69 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
72         (ev_job_render_new), (ev_job_render_set_selection_info),
73         (ev_job_render_run):
74         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
75         (check_job_size_and_unref),
76         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
77         (add_job), (ev_pixbuf_cache_get_selection_surface):
78
79         Create the render context needed for rendering a page in the render
80         thread so that we don't block the main thread. Simplify
81         EvJobRender API.
82         
83 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * libdocument/Makefile.am:
86         * libdocument/ev-page.[ch]:
87         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
88         (ev_render_context_new), (ev_render_context_set_page):
89         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
90         (ev_form_field_finalize), (ev_form_field_class_init):
91         * libdocument/ev-document-forms.[ch]:
92         (ev_document_forms_get_form_fields):
93         * libdocument/ev-document.[ch]: (ev_document_get_page),
94         (ev_document_get_page_size), (ev_document_get_page_label):
95         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
96         (ev_job_render_run), (ev_job_thumbnail_new),
97         (ev_job_thumbnail_run), (ev_job_print_run):
98         * shell/ev-page-cache.c: (ev_page_cache_new):
99         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
100         (check_job_size_and_unref), (add_job):
101         * shell/ev-sidebar-thumbnails.c: (add_range):
102         * shell/ev-view.c: (ev_view_form_field_get_region),
103         (ev_view_form_field_button_create_widget),
104         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
105         (ev_view_handle_form_field), (ev_view_size_allocate),
106         (get_selected_text):
107         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
108         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
109         (pdf_document_get_page), (pdf_document_get_page_label),
110         (pdf_document_render), (pdf_document_get_info),
111         (pdf_document_document_iface_init),
112         (pdf_document_thumbnails_get_thumbnail),
113         (pdf_document_thumbnails_get_dimensions),
114         (pdf_document_file_exporter_do_page),
115         (pdf_selection_render_selection),
116         (pdf_selection_get_selected_text),
117         (pdf_selection_get_selection_region),
118         (pdf_selection_get_selection_map),
119         (pdf_document_forms_get_form_fields),
120         (pdf_document_forms_form_field_text_get_text),
121         (pdf_document_forms_form_field_text_set_text),
122         (pdf_document_forms_form_field_button_set_state),
123         (pdf_document_forms_form_field_button_get_state),
124         (pdf_document_forms_form_field_choice_get_item),
125         (pdf_document_forms_form_field_choice_get_n_items),
126         (pdf_document_forms_form_field_choice_is_item_selected),
127         (pdf_document_forms_form_field_choice_select_item),
128         (pdf_document_forms_form_field_choice_toggle_item),
129         (pdf_document_forms_form_field_choice_unselect_all),
130         (pdf_document_forms_form_field_choice_set_text),
131         (pdf_document_forms_form_field_choice_get_text):
132         * backend/ps/ev-spectre.c: (ps_document_get_page),
133         (ps_document_get_page_size), (ps_document_get_page_label),
134         (ps_document_render), (ps_document_document_iface_init),
135         (ps_document_file_exporter_do_page):
136         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
137         (tiff_document_render), (tiff_document_render_pixbuf),
138         (tiff_document_file_exporter_do_page):
139         * backend/pixbuf/pixbuf-document.c:
140         (pixbuf_document_get_page_size):
141         * backend/comics/comics-document.c:
142         (comics_document_get_page_size), (comics_document_render_pixbuf):
143         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
144         (djvu_document_render), (djvu_selection_get_selected_text),
145         (djvu_document_thumbnails_get_thumbnail),
146         (djvu_document_file_exporter_do_page),
147         (djvu_document_find_get_result):
148         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
149         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
150         (dvi_document_thumbnails_get_thumbnail),
151         (dvi_document_file_exporter_do_page):
152         * backend/impress/impress-document.c:
153         (impress_document_get_page_size),
154         (impress_document_render_pixbuf):
155         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
156
157         Add EvPage so that we can hold a reference to the backend
158         page. Form fields keep now a reference to the poppler page
159         improving performance since we don't have to create/destroy the
160         poppler field for every form operation. This will be needed for
161         annotations too.
162         
163 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * data/evince-ui.xml:
166         * shell/ev-window.c:
167
168         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
169         
170 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * configure.ac:
173         * backend/ps/Makefile.am:
174
175         Remove gs stuff from ps backend.
176         
177 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * configure.ac:
180         * backend/pdf/ev-poppler.cc:
181
182         Bump poppler requirement to 0.8.0.
183         
184 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
185
186         * NEWS:
187         * configure.ac:
188
189         Update for release 2.22.1.1
190
191 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * configure.ac:
194
195         Fix build (again) when poppler version is 0.6
196         
197 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
198
199         * backend/djvu/djvu-links.c: (build_tree):
200
201         Make sure link title is a valid utf8 string. Fixes bug #526517.
202         
203 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
204
205         * configure.ac:
206
207         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
208         #526799.
209         
210 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
211
212         * configure.ac:
213         
214         Update for release 2.22.1.
215
216 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * NEWS:
219
220         Update for upcoming release.
221
222 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * configure.ac:
225         * backend/dvi/dvidocument.evince-backend.in:
226
227         Add compressed dvi to the list of supported mime types. Patch by
228         Ed Catmur. Fixes bug #307087.
229
230 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * shell/ev-jobs.c: (ev_job_print_get_page_list):
233
234         Fix a crash when printing a range that doesn't specify the start or
235         end page. Fixes bug #524288.
236
237 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
238
239         * shell/ev-window.c: (ev_window_cmd_continuous),
240         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
241         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
242         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
243         (ev_window_run_presentation), (ev_window_stop_presentation),
244         (ev_window_cmd_view_presentation),
245         (ev_window_cmd_leave_fullscreen),
246         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
247
248         Do not unfullscreen and fullscreen again the window when changing
249         from fullscreen to presentation mode and vice versa. Fixes bug
250         #524112.
251         
252 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
253
254         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
255
256         Do not crash when thumbnail failed to render in PS backend. Fixes
257         bug #525015.
258         
259 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
260
261         * shell/ev-window.c: (window_open_file_copy_ready_cb),
262         (ev_window_load_file_remote), (ev_window_open_uri):
263
264         Handle errors when opening remote files.
265         
266 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
267
268         * shell/ev-page-action.c: (ev_page_action_grab_focus):
269
270         Only grab the focus for the current visible proxy widget. Fixes
271         bug #521224.
272         
273 2008-03-30  Emil Soleyman  <emil@nishra.com>
274
275         * shell/ev-window.c: (launch_external_uri):
276         
277         Reuse g_app_info_launch_default_for_uri to
278         save some code and fix bug #525009.
279
280 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
281
282         * shell/ev-window.c (image_save_dialog_response_cb):
283
284         Use g_str_has_suffix. See bug #523069.
285
286 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
287
288         * configure.ac:
289
290         Add a configure option to enable/diable DBus. Patch by Rémi
291         Cardona. Fixes bug 521797.
292
293 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
294
295         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
296
297         Fix printing in documents with rotated pages. Patch by Eugen
298         Dedu. Fixes bug #512648.
299         
300 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
301
302         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
303         (ev_link_from_action):
304
305         Fix warning messages.
306         
307 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * shell/ev-window.c: (image_save_dialog_response_cb):
310
311         Do not append the extension to filename when saving an image
312         if the filename alredy contains the extension. Fixes bug #523069.
313         
314 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * shell/ev-view.[ch]: (ev_view_find_cancel):
317         * shell/ev-window.c: (find_bar_close_cb):
318
319         Cancel the find operation when the find bar is closed. Fixes bug
320         #508845.
321         
322 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
323
324         * backend/ps/psdocument.evince-backend.in:
325
326         Make ps backend module resident. Fixes bug #520607.
327         
328 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * shell/ev-jobs.c: (ev_job_print_run):
331
332         Invert collate action in order to work as expected, fix reverse
333         printing so that it doesn't start with a blank page and fix number
334         of copies. Patch by Eugen Dedu. Fixes bug #365332.
335         
336 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
339
340         Fix build with poppler <= 0.7.2
341         
342 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * libdocument/ev-document-misc.c:
345         (ev_document_misc_surface_from_pixbuf):
346
347         Fix selections with poppler-splash.
348         
349 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * configure.ac:
352         * backend/pdf/ev-poppler.cc:
353
354         Fix build with poppler >= 0.7.2
355         
356 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
357
358         * configure.ac:
359         
360         Update for release 2.22.0
361
362 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * NEWS:
365
366         Update for upcoming release.
367
368 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
369
370         * shell/ev-window.c (ev_window_print_dialog_response_cb):
371
372         Bug 495107 – Handle print dialog responses correctly
373
374         Correctly handle print dialog response. Properly fixes
375         the above mentioned bug.
376
377 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
378
379         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
380
381         Make sure print job is only run when the print button is
382         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
383         
384 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
385
386         * backend/pdf/pdfdocument.evince-backend.in:
387         * libdocument/ev-backends-manager.c:
388         (ev_backends_manager_load_backend),
389         (ev_backends_manager_get_document):
390         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
391
392         Allow making backend modules resident. This is needed only for
393         some backends like pdf to avoid registering glib types more than
394         once.
395         
396 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
397
398         * backend/comics/comics-document.c:
399         * backend/djvu/djvu-document.c:
400         * backend/impress/impress-document.c:
401         * backend/pdf/ev-poppler.cc:
402         * backend/pixbuf/pixbuf-document.c:
403         * backend/ps/ev-spectre.c:
404         * backend/ps/ps-document.c:
405         * backend/tiff/tiff-document.c:
406         * libdocument/ev-document.h:
407         * properties/ev-properties-main.c:
408
409         Use g_type_module_add_interface instead of
410         g_type_add_interface_static. Fixes bug #519679.
411         
412 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
413
414         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
415         Added. Returns whether the animation has everything necessary to run.
416         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
417         is ready just because it's been created. Fixes #519106.
418         (draw_one_page): Do not show the "Loading..." text in presentation
419         mode, there was a slim probability that this could happen.
420
421 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
424
425         Duplicate mime_type string before freeing it so that it doesn't
426         always fail when getting mime type from uri. Fixes bug #518874.
427         
428 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
429
430         * shell/ev-view.c: (ev_view_form_field_choice_changed):
431
432         Fix a crash when a choice form field doesn't have any item
433         selected. Fixes bug #518831
434         
435 2008-02-25  Alexander Larsson  <alexl@redhat.com>
436
437         * shell/ev-window.c (ev_window_clear_temp_file):
438         Use g_file_has_prefix instead of renamed
439         g_file_contains_file.
440
441         * configure.ac:
442         Require new glib for above change.
443         
444 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
445
446         * libdocument/ev-image.c: (ev_image_finalize),
447         (ev_image_save_tmp):
448
449         Return a real uri instead of a filename when saving an
450         image. Fixes images drag an drop from evince to nautilus. 
451         
452 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
453
454         * backend/pdf/ev-poppler.cc:
455         (pdf_document_images_get_image_mapping):
456
457         Return the image list in the right order. Fixes bug #516237.
458         
459 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
460
461         * backend/impress/impress-document.c:
462         (impress_document_thumbnails_get_thumbnail):
463
464         Remove unused variable to avoid a compiler warning.
465
466 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
467
468         * configure.ac:
469         
470         Update for release 2.21.91.
471
472 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
473
474         * configure.ac:
475         * shell/Makefile.am:
476         * shell/ev-application.[ch]:
477         * shell/ev-sidebar-links.c:
478         * shell/ev-utils.[ch]:
479         * shell/ev-window.[ch]:
480
481         Remove libgnomeprint support. Fixes bug #512370.
482         
483 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
484
485         * thumbnailer/evince-thumbnailer.c: (main):
486
487         Initialize glib type system before using it. Fixes bug #513934.
488         
489 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * properties/ev-properties-main.c:
492
493         Add missing #include.
494         
495 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * configure.ac:
498         * backend/djvu/djvu-document.c: (djvu_document_render):
499         * backend/tiff/tiff-document.c: (tiff_document_render):
500
501         Use the new cairo function cairo_format_stride_for_width when
502         available. Fixes bug #482720.
503
504 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
505
506         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
507         (get_mime_type_from_data), (get_document_from_uri):
508
509         Use g_content_type_guess() only when slow is true in
510         get_document_from_uri(). Fix several memory leaks.
511         
512 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
513
514         * libdocument/ev-document-factory.c:
515         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
516         (get_document_from_uri):
517
518         Use g_content_type_guess () to get mimetype for files.
519         Bug #510401.
520
521 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
522
523         * thumbnailer/Makefile.am:
524
525         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
526         
527 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
528
529         * configure.ac:
530
531         Fix build with --without-libgnome. Fixes bug #512771.
532         
533 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
534
535         * backend/dvi/Makefile.am: Install only dvi
536         module. Fixes bug #512718.
537
538 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
539
540         * properties/ev-properties-main.c: (nautilus_module_initialize):
541         
542         Initialize backends in properties tab. Fixes bug
543         #512720.
544
545 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
546
547         * properties/Makefile.am: No need to link with 
548         libraries. Fixes bug #512719.
549
550 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
551
552         * NEWS:
553         * configure.ac:
554         
555         Update for release 2.21.90.
556
557 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
558
559         * shell/ev-window.c: (ev_window_cmd_escape):
560
561         Fix compile warning.
562         
563 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
564
565         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
566
567         Fix printing in dvi backend when filename contains white
568         espaces. Fixes bug #502839.
569         
570 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
571
572         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
573         (screensaver_disable_x11):
574         * shell/Makefile.am:
575         * shell/xdg-user-dir-lookup.c: Removed
576         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
577         * shell/ev-view.c: (ev_view_presentation_transition_start):
578         * shell/ev-window.c: (ev_window_cmd_file_open),
579         (ev_window_cmd_save_as), (presentation_set_timeout):
580
581         Remove #ifdefs that are no longer needed.
582         
583 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
584
585         * shell/ev-view.[ch]: (ev_view_button_release_event),
586         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
587         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
588         (ev_window_cmd_escape):
589
590         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
591         
592 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * configure.ac:
595         * backend/comics/comics-document.c: (comics_document_load):
596         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
597         (ev_attachment_set_property), (ev_attachment_init),
598         (ev_attachment_save), (ev_attachment_launch_app),
599         (ev_attachment_open):
600         * libdocument/ev-document-factory.c: (get_document_from_uri):
601         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
602         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
603         * shell/ev-jobs.c:
604         * shell/ev-password.c: (ev_password_dialog_set_property),
605         (ev_password_dialog_save_password):
606         * shell/ev-sidebar-attachments.c:
607         (ev_sidebar_attachments_drag_data_get):
608         * shell/ev-window-title.c: (get_filename_from_uri):
609         * shell/ev-window.c: (ev_window_clear_temp_file),
610         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
611         (ev_window_open_uri), (window_save_file_copy_ready_cb),
612         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
613         (launch_external_uri), (image_save_dialog_response_cb),
614         (attachment_save_dialog_response_cb):
615         * shell/main.c: (load_files), (load_files_remote), (main):
616         * thumbnailer/evince-thumbnailer.c: (main):
617
618         Port to gio and drop gnome-vfs dependency. Fixes bug
619         #510401. Based on patch by Cosimo Cecchi.
620         
621 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
622
623         * NEWS:
624
625         Fixed formatting inconsistencies (spaces vs. tabs)
626
627 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
628
629         * shell/ev-window.c:
630
631         Use top/up/bottom/down arrows instead of
632         first/left/last/right in the toolbar and menu actions.
633         This fixes issues with RTL languages and is visually
634         consistent with the page view. Fixes bug #170081.
635
636 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
637
638         * NEWS:
639
640         Fixed some inaccuracies pointed out by Carlos Garcia
641         Campos.
642
643 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
644
645         * NEWS:
646         * data/evince.schemas.in:
647         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
648
649         Override PDF restrictions by default. Fixes bug #382700.
650
651 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
652
653         * NEWS: Updated for upcoming release
654
655 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
656
657         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
658
659         Fix memory leak.
660         
661 2008-01-23  Gil Forcada <gilforcada@guifi.net>
662
663         * shell/ev-window.c: (register_custom_actions):
664         
665         Added comment for translators
666
667 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
668
669         * shell/ev-view.c: (ev_view_button_release_event):
670
671         Do not create the idle function for kinetic scrolling if we are
672         not in a drag operation.
673
674 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
675
676         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
677         (ev_view_button_press_event), (ev_view_motion_notify_event),
678         (ev_view_button_release_event):
679
680         Restore cursor after autoscrolling. Fixes bug #509958.
681
682 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
683
684         * configure.ac:
685         * backend/pdf/ev-poppler.cc:
686         (pdf_document_images_get_image_mapping),
687         (pdf_document_images_get_image),
688         (pdf_document_document_images_iface_init):
689         * libdocument/ev-document-images.[ch]:
690         (ev_document_images_get_image_mapping),
691         (ev_document_images_get_image):
692         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
693         (ev_image_get_id), (ev_image_save_tmp):
694         * shell/ev-jobs.c: (ev_job_render_run):
695         * shell/ev-view.c: (ev_view_drag_data_get):
696         * shell/ev-window.c: (image_save_dialog_response_cb),
697         (ev_view_popup_cmd_copy_image):
698
699         Do not render images when rendering the page but on demand. It
700         reduces the memory comsumption.
701         
702 2008-01-18  Marcelo Lira  <setanta@gmail.com>
703
704         * configure.a:
705         * shell/ev-password.c:
706
707         Make gnome-keyring optional. Fixes bug #509676.
708         
709 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * shell/ev-pixbuf-cache.c: (add_job):
712
713         Initialize include_images variable as FALSE instead of TRUE.
714         
715 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
716
717         * configure.ac:
718         * cut-n-paste/Makefile.am:
719         * cut-n-paste/fileformatchooser/Makefile.am:
720         * cut-n-paste/fileformatchooser/egg-macros.h:
721         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
722         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
723         * shell/Makefile.am:
724         * shell/ev-utils.c:
725         (file_chooser_dialog_add_writable_pixbuf_formats),
726         (get_gdk_pixbuf_format_by_extension):
727         * shell/ev-utils.h:
728         * shell/ev-window.c: (ev_window_error_message),
729         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
730         
731         Simplify image format selection on save.
732
733 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
734
735         * shell/ev-view.c: (ev_view_scroll_event):
736         
737         Repair gorizontal scrolling with shift. Fixes
738         bug #483412.
739
740 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
741         
742         * MAINTAINERS:
743
744         Fix formatting issues.
745         
746 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
747
748         * backend/comics/comics-document.c: (comics_regex_quote):
749         
750         Don't overquote special chars except of '. See bug 
751         502500. Thanks to Tom Parker.
752
753 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
754
755         * MAINTAINERS:
756         
757         Added Nickolay and Carlos, since they're doing most of
758         the releases nowadays.
759
760 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
761
762         * properties/Makefile.am:
763
764         Get the nautilus extension dir properly instead of using
765         a hack. Fixes bug #505359.
766
767 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
768
769         * properties/Makefile.am:
770         
771         Install nautilus extension into new place. See bug
772         #505359. Thanks to Matthias Clasen, Brian Pepple and
773         Damien Carbery.
774
775 2008-01-13  Djihed Afifi  <djihed@gmail.com>
776
777         * shell/ev-window.c: (ev_window_get_recent_file_label):
778         
779         RTL marker in recent file list. See bug #509076.
780
781 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
782
783         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
784         * shell/ev-window.c: (image_save_dialog_response_cb):
785
786         Fix compile warnings due to unused variables.
787         
788 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * configure.ac:
791         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
792         * backend/ps/ev-spectre.c: (ps_document_render):
793
794         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
795
796 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
797
798         * shell/ev-transition-animation.c (ev_transition_animation_fade)
799         (ev_transition_animation_paint): Implement "fade" effect.
800
801 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
802
803         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
804         (ev_transition_animation_paint): Implement "uncover" effect.
805
806 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
807
808         * shell/ev-transition-animation.c (ev_transition_animation_cover)
809         (ev_transition_animation_paint): Implement "cover" effect.
810
811 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
812
813         * shell/ev-transition-animation.c (ev_transition_animation_push)
814         (ev_transition_animation_paint): Implement "push" effect.
815
816 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
817
818         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
819         (ev_transition_animation_paint): Implement "dissolve" effect.
820
821 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
822
823         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
824         (ev_transition_animation_paint): Implement "wipe" effect.
825
826 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
827
828         * shell/ev-transition-animation.c (ev_transition_animation_box)
829         (ev_transition_animation_paint): Implement "box" effect.
830
831 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
832
833         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
834         (ev_transition_animation_paint): Implement "blinds" effect.
835
836 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
837
838         * shell/ev-transition-animation.c (ev_transition_animation_split)
839         (ev_transition_animation_paint): Implement "split" effect.
840
841 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
842
843         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
844         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
845         (ev_view_transition_animation_start) 
846         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
847         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
848         (ev_view_next_page) (ev_view_previous_page):
849         
850         Use EvTransitionAnimation to drive page changes in the presentation
851         mode, the animation will wait to start until both the origin and 
852         destination page surfaces are available. Fixes #458460.
853
854         (draw_loading_text):
855
856         Remove workaround for bug #320352, it's now fixed properly.
857
858
859 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
860
861         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
862         will contain the implementations for page transition animations, at
863         the moment it just has the "replace" effect.
864         * shell/Makefile.am: Added these files to build.
865
866 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
867
868         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
869         animations.
870         * shell/Makefile.am: Added these files to build.
871
872 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
873
874         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
875         implementation to get_effect() in EvDocumentTransitionIface.
876
877 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
878
879         * libdocument/ev-transition-effect.[ch]: New files, define a page
880         transition effect, at the moment it maps PopplerPageTransition to a
881         GObject.
882         * libdocument/Makefile.am: Added these files to build.
883         * libdocument/ev-document-transition.[ch]
884         (ev_document_transition_get_effect): New method, gets the
885         EvTransitionEffect returned by the interface implementation, with
886         fallback to the "replace" effect.
887
888 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
889
890         * configure.ac:
891         * cut-n-paste/Makefile.am:
892         * cut-n-paste/fileformatchooser/Makefile.am:
893         * cut-n-paste/fileformatchooser/egg-macros.h:
894         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
895         * shell/Makefile.am:
896         * shell/ev-window.c: (image_save_dialog_response_cb),
897         (ev_view_popup_cmd_save_image_as):
898
899         Allow exporting images in any format supported by
900         GdkPixbuf. Fixes bug #500209.
901         
902 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
903
904         * backend/pixbuf/pixbuf-document.c:
905
906         More warnings fixed.
907         
908 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
911         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
912         * backend/djvu/djvu-text.h:
913         * backend/tiff/tiff-document.c: (tiff_document_render):
914
915         Fix compile warnings.
916         
917 2007-12-28  Christian Persch  <chpe@gnome.org>
918
919         * **/*.c: Include config.h. Bug #504721.
920
921 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * configure.ac:
924         * Makefile.am:
925         * po/POTFILES.in:
926         * backend/comics/Makefile.am:
927         * backend/comics/comics-document.[ch]:
928         * backend/comics/comicsdocument.evince-backend.in:
929         * backend/djvu/Makefile.am:
930         * backend/djvu/djvu-document.[ch]:
931         * backend/djvu/djvudocument.evince-backend.in:
932         * backend/dvi/Makefile.am:
933         * backend/dvi/dvi-document.[c]:
934         * backend/dvi/dvidocument.evince-backend.in:
935         * backend/impress/Makefile.am:
936         * backend/impress/impress-document.[ch]:
937         * backend/impress/impressdocument.evince-backend.in:
938         * backend/pdf/Makefile.am:
939         * backend/pdf/ev-poppler.cc:
940         * backend/pdf/ev-poppler.h:
941         * backend/pdf/pdfdocument.evince-backend.in:
942         * backend/pixbuf/Makefile.am:
943         * backend/pixbuf/pixbuf-document.[ch]:
944         * backend/pixbuf/pixbufdocument.evince-backend.in:
945         * backend/ps/Makefile.am:
946         * backend/ps/ev-spectre.[ch]:
947         * backend/ps/ps-document.[ch]:
948         * backend/ps/psdocument.evince-backend.in:
949         * backend/tiff/Makefile.am:
950         * backend/tiff/tiff-document.[ch]:
951         * backend/tiff/tiffdocument.evince-backend.in:
952         * libdocument/Makefile.am:
953         * libdocument/ev-backends-manager.[ch]:
954         * libdocument/ev-module.[ch]:
955         * libdocument/ev-document.h:
956         * libdocument/ev-document-factory.[ch]:
957         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
958         (get_compression_from_mime_type), (get_document_from_uri),
959         (ev_document_factory_get_document), (file_filter_add_mime_types),
960         (ev_document_factory_add_filters):
961         * shell/Makefile.am:
962         * shell/ev-window-title.c: (get_filename_from_uri):
963         * shell/main.c: (main):
964         * thumbnailer/Makefile.am:
965         * thumbnailer/evince-thumbnailer.c: (main):
966
967         Plugin system for backends. Fixes bug #351348.
968         
969 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
970
971         * shell/ev-view-private.h:
972         * shell/ev-view.c: (ev_view_drag_update_momentum),
973         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
974         (ev_view_button_release_event), (ev_view_destroy):
975         
976         Kinetic scrolling implemented as requested in
977         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
978
979 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
980
981         * data/evince-toolbar.xml:
982         * data/evince-ui.xml:
983         * shell/ev-view-private.h:
984         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
985         (ev_view_button_press_event), (ev_view_motion_notify_event),
986         (ev_view_button_release_event), (ev_view_init),
987         (ev_view_autoscroll_cb), (ev_view_autoscroll),
988         (ev_view_set_cursor):
989         * shell/ev-view.h:
990         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
991         (ev_window_cmd_view_autoscroll):
992         
993         Autoscroll feature with the context menu. Fixes bug 
994         #323670. Thanks to David Turner <cillian64@googlemail.com>.
995
996 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
997
998         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
999
1000         Disconnect also page-ready signal when removing a job because the
1001         page size has changed. Thanks to kripken
1002         <kripkensteiner@gmail.com>.
1003
1004 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1005
1006         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
1007         
1008         Scroll pages in page entry with mouse wheel. Fixes bug
1009         #324122. Thanks to David Turner <cillian64@googlemail.com>.
1010
1011 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * backend/dvi/Makefile.am:
1014         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
1015         (mdvi_cairo_device_init):
1016         * backend/dvi/mdvi-lib/common.h:
1017         * backend/dvi/mdvi-lib/mdvi.h:
1018         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
1019         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
1020         (mdvi_build_path_from_cwd):
1021
1022         Add ps specials support in dvi backend when libspectre is
1023         present. Fixes bug #386005.
1024         
1025 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1026
1027         * configure.ac:
1028         * backend/ps/Makefile.am:
1029         * backend/ps/ev-spectre.[ch]:
1030         
1031         Use libspectre, if available, for the ps backend. Fixes bugs
1032         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
1033
1034 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
1035         
1036         * backend/comics/comics-document.c: (comics_document_load):
1037         
1038         Cygwin build issue fix.
1039
1040 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
1041
1042         * shell/ev-view.c: (ev_view_set_zoom):
1043
1044         Do not limit the minimum zoom factor when sizing mode is best bit
1045         or fit width. Fixes bug #503805.
1046         
1047 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1048
1049         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
1050         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
1051         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
1052         (ev_link_dest_get_property), (ev_link_dest_set_property),
1053         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
1054         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
1055         (ev_link_dest_new_fitr):
1056         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
1057         (goto_fith_dest), (goto_xyz_dest):
1058
1059         Do not change left, top and zoom values when they are null in PDF
1060         destinations. Fixes bug #460658.
1061         
1062 2007-12-10  Christian Persch  <chpe@gnome.org>
1063
1064         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
1065         (ev_view_accessible_class_init),
1066         (ev_view_accessible_idle_do_action),
1067         (ev_view_accessible_action_do_action),
1068         (ev_view_accessible_action_get_description),
1069         (ev_view_accessible_action_set_description),
1070         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1071         (ev_view_accessible_factory_init),
1072         (ev_view_accessible_factory_get_accessible_type):
1073         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1074         private data, and G_DEFINE_TYPE. Bug #502843.
1075
1076 2007-12-08  Christian Persch  <chpe@gnome.org>
1077
1078         * shell/ev-metadata-manager.c: (item_free),
1079         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1080         (value_free), (parse_value), (parseItem),
1081         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1082         (save_values): Use GSlice to allocate small amounts of memory. Bug
1083         #475972.
1084
1085 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1088
1089         Restore cursor to normal after a drag operation. Fixes bug
1090         #501603.
1091         
1092 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1093
1094         * NEWS:
1095         * configure.ac:
1096         
1097         Update for release 2.21.1
1098
1099 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * configure.ac:
1102         * cut-n-paste/gedit-message-area/Makefile.am:
1103         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1104         * shell/Makefile.am:
1105         * shell/ev-message-area.[ch]:
1106         * shell/ev-window.c: (ev_window_set_message_area),
1107         (ev_window_error_message_response_cb), (ev_window_error_message),
1108         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1109         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1110         (ev_attachment_popup_cmd_open_attachment),
1111         (attachment_save_dialog_response_cb), (ev_window_set_document),
1112         (ev_window_init):
1113
1114         Use a message area instead of a popup dialog for error
1115         notifications. Fixes bug #337495.
1116         
1117 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1118
1119         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1120         (ev_window_run_fullscreen):
1121
1122         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1123         
1124 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * ev-sidebar-thumbnails.c: (update_visible_range),
1127         (ev_sidebar_thumbnails_refresh),
1128         (ev_sidebar_thumbnails_set_document),
1129         (ev_sidebar_thumbnails_support_document):
1130
1131         Show thumbnails for documents with one page. Fixes bug #358751.
1132         
1133 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1134
1135         * shell/ev-window.c:
1136         (ev_window_load_print_settings_from_metadata),
1137         (ev_window_save_print_settings), (ev_window_print_finished),
1138         (ev_window_print_range):
1139
1140         Print settings that are specific to the document are now saved per
1141         document in the metadata file. Fixes bug #488806.
1142         
1143 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1144
1145         * backend/tiff/tiff-document.c: (tiff_document_render):
1146
1147         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1148         
1149 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1150
1151         * shell/ev-application.[ch]: (get_find_string_from_args),
1152         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1153         (ev_application_open_uri_list):
1154         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1155         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1156         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1157         (ev_window_cmd_recent_file_activate),
1158         (ev_window_open_recent_action_item_activated),
1159         (ev_window_print_send), (open_remote_link):
1160         * shell/main.c: (arguments_parse):
1161
1162         Add a command line option for search. Fixes bug #497710.
1163         
1164 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1165
1166         * shell/ev-jobs.c: (ev_job_print_new):
1167
1168         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1169         
1170 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1171
1172         * data/evince-toolbar.xml:
1173         * shell/Makefile.am:
1174         * shell/ev-application.c: (ev_application_init):
1175         * shell/ev-open-recent-action.[ch]:
1176         * shell/ev-window.c:
1177         (ev_window_open_recent_action_item_activated),
1178         (register_custom_actions):
1179
1180         Add an expander to the open toolbar item which pops up a dropdown
1181         menu with the recently used documents. Fixes bug #487215.
1182         
1183 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1184
1185         * shell/ev-window.c: (ev_window_open_uri),
1186         (ev_window_cmd_view_reload):
1187
1188         Do not jump to the first page when reloading by running evince
1189         from the command line. Fixes bug #490847.
1190         
1191 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1192
1193         * shell/ev-window.c: (ev_window_cmd_help_contents):
1194
1195         Plugged memory leak when help file is not found. Fixes bug
1196         #490762.
1197         
1198 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1199
1200         * configure.ac:
1201
1202         Enable djvu, dvi and comics backends by default. Fixes bug
1203         #437121.
1204         
1205 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1206
1207         * configure.ac:
1208         * cut-n-paste/Makefile.am:
1209         * cut-n-paste/recent-files/*: Removed
1210         * help/reference/Makefile.am:
1211         * shell/Makefile.am:
1212         * shell/ev-application.[ch]: (ev_application_shutdown),
1213         (ev_application_init):
1214         * shell/ev-window.c: (ev_window_add_recent),
1215         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1216
1217         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1218         
1219 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1220
1221         * shell/ev-window.c: (launch_external_uri):
1222
1223         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1224         and report error if the URL is not supported (#489910).
1225
1226 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1227
1228         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1229         (pdf_document_file_exporter_begin_page),
1230         (pdf_document_file_exporter_end_page):
1231
1232         Fix printing with poppler splash backend. Fixes bug #489774.
1233         
1234 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1235
1236         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1237         * shell/ev-print-job.c: (ev_print_job_class_init):
1238
1239         Fix a crash when printing with the gnome-print dialog. Fixes bug
1240         #488939.
1241         
1242 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1243
1244         * backend/pixbuf/pixbuf-document.c:
1245
1246         Fix an implicit function definition warning (#487655)
1247
1248 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-window.c:
1251
1252         Fix conflicting shortcut for view sade pane and presentation.
1253         
1254 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * backend/pdf/ev-poppler.cc:
1257         (pdf_document_file_exporter_begin_page),
1258         (pdf_document_file_exporter_do_page),
1259         (pdf_document_file_exporter_end_page),
1260         (pdf_document_file_exporter_iface_init):
1261         * libdocument/ev-file-exporter.[ch]:
1262         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1263         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1264         (ev_job_print_run):
1265
1266         When printing multiple pages per sheet in reverse option, do not
1267         invert the order of the pages in every sheet, but the order of the
1268         sheets. Do not print blank pages when page range is invalid. Fixes
1269         bugs #484857 and #485521.
1270         
1271 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1272
1273         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1274         (ev_job_print_run):
1275         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1276
1277         Respect ranges order when printing more than one range in random
1278         order.
1279         
1280 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1281
1282         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1283         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1284
1285         Rotate also the window icon when document is rotated. Fixes bug
1286         #474681.
1287         
1288 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1291         (pdf_document_forms_get_form_fields):
1292
1293         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1294         Matthias Drochner.
1295         
1296 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * configure.ac:
1299         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1300
1301         Use poppler_page_render_for_printing() instead of
1302         poppler_page_render() if available when exporting to a ps or pdf
1303         file. Fixes bug #476627.
1304         
1305 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * shell/ev-window.c: (ev_window_run_fullscreen):
1308
1309         Do not show the toolbar in fullscreen mode if the main toolbar is
1310         not visible. Fixes bug #483048.
1311         
1312 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * shell/ev-view.c: (ev_view_button_press_event):
1315
1316         Give priority to form fields over images when deciding whether a
1317         button press event is over an image or form field. It allows edit
1318         form fields when they are over a background image. Fixes bug
1319         #477841.
1320         
1321 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1322
1323         * NEWS:
1324         * configure.ac:
1325         
1326         Update for release 2.20.0
1327
1328 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * backend/pdf/ev-poppler.cc:
1331
1332         Remove #ifdef HAVE_FORMS, so that forms support works again.
1333
1334 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1335
1336         * configure.ac:
1337         * data/evince.desktop.in.in:
1338         
1339         Fixes desktop file issues. See bug #473471.
1340
1341 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1344         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1345         (ev_job_queue_remove_job):
1346         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1347         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1348         * shell/ev-window.c: (ev_window_clear_save_job),
1349         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1350         (ev_window_dispose):
1351
1352         Move save a copy task to its own job so that it's carried out in a
1353         thread avoiding another lock in the main thread. Use
1354         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1355         can be saved to a pathin another file system. Fixes bug #456891.
1356         
1357 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1358
1359         * NEWS:
1360         * configure.ac:
1361         
1362         Update for release 2.19.92
1363
1364 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * configure.ac:
1367         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1368         (pdf_selection_get_selection_region),
1369         (pdf_selection_get_selection_map),
1370         (ev_form_field_from_poppler_field):
1371
1372         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1373         and triple click selections are enabled again now.
1374
1375 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * shell/ev-window.c: (ev_window_add_history):
1378
1379         Make sure not to use the history with documents not supporting
1380         links. Fixes bug #468954.
1381
1382 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * shell/ev-window.c: (ev_window_load_job_cb):
1385
1386         Restart the search when reloading a document with the find bar
1387         visible. Fixes bug #461962.
1388
1389 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1390
1391         * shell/ev-window.c: (setup_document_from_metadata),
1392         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1393
1394         Do not jump to the first page when reloading a document from the
1395         last page.
1396
1397 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-window.c: (update_chrome_flag),
1400         (setup_sidebar_from_metadata),
1401         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1402         (ev_window_cmd_edit_find_next),
1403         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1404         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1405         (find_bar_close_cb), (view_actions_focus_in_cb):
1406
1407         Do not update visibility when changing a chrome flag so that it's
1408         possible to update several flags and update visibility only once
1409         for all of them.
1410
1411 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1414
1415         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1416         supported by gtk+. Fixes bug #460907.
1417
1418 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * shell/ev-view.c: (view_update_range_and_current_page):
1421
1422         Make sure current-page <= end-page in continuous mode. Fixes bug
1423         #454950.
1424
1425 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1426
1427         * backend/pdf/ev-poppler.cc: (build_tree):
1428
1429         Ignore outline items without a title. Fixes bug #453913.
1430
1431 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1434         (ev_view_button_release_event), (ev_view_leave_notify_event):
1435
1436         Use always drag mouse cursor during a drag operation. Fixes bug
1437         #470564.
1438
1439 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1442         (pdf_selection_get_selection_region),
1443         (pdf_selection_get_selection_map):
1444
1445         Temporarily disable double and triple selections since it depends on
1446         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1447         released and the update of the external dependency minimal version
1448         approved.
1449
1450 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1453         (pdf_document_file_exporter_do_page):
1454         * libdocument/ev-file-exporter.h:
1455         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1456         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1457
1458         Actually fix printing regressions. Remove orientation from
1459         EvPrintContext since it's redundant.
1460
1461 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1464         * backend/impress/impress-document.c:
1465         (impress_document_document_iface_init):
1466         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1467         * backend/djvu/djvu-document.c:
1468         (djvu_document_document_iface_init),
1469         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1470         * backend/tiff/tiff-document.c:
1471         (tiff_document_document_iface_init):
1472         * backend/pixbuf/pixbuf-document.c:
1473         (pixbuf_document_document_iface_init):
1474         * backend/comics/comics-document.c:
1475         (comics_document_document_iface_init):
1476         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1477         (pdf_selection_render_selection),
1478         (pdf_selection_get_selected_text),
1479         (pdf_selection_get_selection_region),
1480         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1481         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1482         (ev_selection_get_selection_region),
1483         (ev_selection_get_selection_map):
1484         * libdocument/ev-document.[ch]:
1485         * shell/ev-pixbuf-cache.[ch]: (add_job),
1486         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1487         * shell/ev-view-private.h:
1488         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1489         (ev_job_render_run):
1490         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1491         * shell/ev-view.c: (start_selection_for_event),
1492         (ev_view_button_press_event), (ev_view_drag_data_get),
1493         (ev_view_drag_data_received), (ev_view_button_release_event),
1494         (compute_new_selection_text), (compute_selections),
1495         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1496         (ev_view_primary_get_cb):
1497
1498         Add support for double and triple click selections.
1499
1500 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1501
1502         * NEWS:
1503         * configure.ac:
1504
1505         Update for release 2.19.4
1506
1507 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1508
1509         * shell/ev-view-private.h:
1510         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1511         (ev_view_set_highlight_search):
1512         * shell/ev-view.h:
1513         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1514         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1515         (find_bar_visibility_changed_cb):
1516         
1517         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1518
1519 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1522         (pdf_document_file_exporter_begin),
1523         (pdf_document_file_exporter_do_page):
1524         * shell/ev-jobs.c: (ev_job_print_run):
1525         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1526
1527         Create always a portrait cairo surface and rotate when needed for
1528         landscape. It fixes printing problems in real printers.
1529
1530 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1531
1532         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1533         * libdocument/ev-file-exporter.[ch]:
1534         (ev_file_exporter_get_capabilities):
1535         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1536         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1537
1538         Adjust number of pages per row according to page orientation when
1539         printing 2 or 6 pages per sheet.
1540
1541 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * shell/ev-window.c: (ev_window_print_send):
1544
1545         Reset also cups setting to 1 when printing multiple pages per
1546         sheet. Fixes bug #468853.
1547
1548 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * libdocument/ev-document-misc.c:
1551         (ev_document_misc_surface_rotate_and_scale):
1552
1553         Use directly cairo_surface_get_content() when creating a similar
1554         surface as suggested by Jeff Muizelaar. Thanks again.
1555
1556 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * backend/djvu/djvu-document.c: (djvu_document_render):
1559         * backend/tiff/tiff-document.c: (tiff_document_render):
1560         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1561         * libdocument/ev-document-misc.c:
1562         (ev_document_misc_surface_from_pixbuf),
1563         (ev_document_misc_surface_rotate_and_scale):
1564
1565         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1566         creating page surfaces. Fixes bug #453123. Thank you very much to
1567         Jeff Muizelaar <jeff@infidigm.net>.
1568
1569 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * shell/ev-page-cache.c: (ev_page_cache_new),
1572         (ev_page_cache_get_thumbnail_size):
1573         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1574         (ev_sidebar_thumbnails_set_loading_icon):
1575
1576         Also store in page-cache the dimensions of the thumbnails so that
1577         they can be used to create the correct loading icon in the side
1578         pane. Fixes bug #466857.
1579
1580 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * backend/pdf/ev-poppler.cc:
1583         (pdf_document_thumbnails_get_thumbnail):
1584
1585         Fix thumbnails rotation in pdf documents that include embedded 
1586         thumbnails.
1587
1588 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1589
1590         * backend/pdf/ev-poppler.cc:
1591
1592         Don't use #ifdef in macro expansion. Some compilers don't
1593         like that. Closes bug #467042.
1594
1595 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1596
1597         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1598         
1599         Fixes memory leak in djvu backend.
1600
1601 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1602
1603         * data/icons/32x32/Makefile.am:
1604         * data/icons/32x32/actions/Makefile.am:
1605         * data/icons/32x32/actions/view-page-cont.svg:
1606         * data/icons/32x32/actions/view-page-facing.svg:
1607         * data/icons/48x48/Makefile.am:
1608         * data/icons/48x48/actions/Makefile.am:
1609         * data/icons/48x48/actions/view-page-cont.svg:
1610         * data/icons/48x48/actions/view-page-facing.svg:
1611         
1612         Icons for a new sizes.
1613
1614 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1615
1616         * shell/ev-page-cache.c: (build_height_to_page),
1617         (ev_page_cache_get_height_to_page):
1618         
1619         Fixes invalid read, see bug #466401.
1620
1621 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1624         (set_drag_cursor):
1625         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1626         (configure_item_cursor), (new_pixbuf_from_widget):
1627
1628         Fix multihead problems in toolbar editor. Fixes bug #382055.
1629
1630 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1631
1632         * shell/ev-window.c: (ev_window_cmd_file_open),
1633         (ev_window_cmd_save_as):
1634
1635         Use g_get_user_special_dir when available instead of
1636         xdg_user_dir_lookup.
1637
1638 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1639
1640         * MAINTAINERS:
1641         
1642         Updated according to request on desktop-devel.
1643
1644 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1645
1646         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1647
1648         Do not use cairo_rectangle and cairo_clip since we are
1649         not using cairo_fill but cairo_paint. Use the same cairo context
1650         for every page in the same expose event.
1651
1652 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1653
1654         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1655         leak.
1656
1657 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * configure.ac:
1660         * NEWS:
1661
1662         Release 0.9.3
1663
1664 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * libdocument/ev-document-info.h:
1667         * libdocument/ev-document.h:
1668         * shell/ev-page-action.h:
1669         * shell/ev-sidebar-links.h:
1670
1671         Fix a headers problem with ev-link
1672         
1673         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1674         * shell/ev-view-private.h:
1675         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1676         (get_link_area), (ev_view_query_tooltip),
1677         (ev_view_leave_notify_event), (ev_view_destroy),
1678         (ev_view_class_init):
1679
1680         Use new gtk tooltips when available instead of ev-tooltip.
1681         
1682 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * shell/ev-window.c: (update_chrome_visibility),
1685         (ev_window_sidebar_visibility_changed_cb):
1686
1687         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1688         
1689 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1690
1691         * shell/ev-navigation-action.c:
1692         (ev_navigation_action_history_changed),
1693         (ev_navigation_action_set_history):
1694         * shell/ev-navigation-action-widget.c:
1695         (ev_navigation_action_widget_init):
1696         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1697
1698         Fix compile warnings.
1699         
1700 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1703         (egg_editable_toolbar_dispose):
1704
1705         Fix memory leak.
1706         
1707 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1710         (screensaver_disable_x11):
1711         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1712         * shell/ev-window.c: (presentation_set_timeout):
1713         * shell/ev-view.c: (ev_view_presentation_transition_start):
1714
1715         Use g_timeout_add_seconds instead of g_timeout_add when
1716         available.
1717         
1718 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1721
1722         Set horizontal scrollbar policy to AUTOMATIC instead of
1723         NEVER. Workaround for bug #449462.
1724         
1725 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1726
1727         * shell/ev-jobs.c: (ev_job_render_page_ready):
1728
1729         Add page_ready callback to main loop with high priority and hold
1730         a reference to job during idle.
1731         
1732 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1733
1734         * configure.ac:
1735         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1736         (pdf_document_file_exporter_begin),
1737         (pdf_document_file_exporter_do_page),
1738         (pdf_document_file_exporter_get_capabilities):
1739         * libdocument/ev-file-exporter.h:
1740         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1741         * shell/ev-window.c: (ev_window_print_send),
1742         (ev_window_print_dialog_response_cb):
1743
1744         Allow printing multiple pages per sheet. Fixes bug #395573.
1745         
1746 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1747
1748         * shell/ev-view.c: (tip_from_link):
1749         
1750         Check for NULL, fixes bug #460862.
1751
1752 2007-07-29  Christian Persch  <chpe@gnome.org>
1753
1754         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1755         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1756         (ev_window_cmd_preview_print):
1757         
1758         Fixes bug #437681 - blocks while enumerating printers.
1759
1760 2007-07-29  Christian Persch  <chpe@gnome.org>
1761
1762         * shell/ev-window.c: (ev_window_screen_changed):
1763         
1764         Don't use deprecated gtk+ function. See bug #460909.
1765
1766 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1767
1768         * shell/ev-utils.c: (get_num_monitors):
1769         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1770
1771         Do not use display before initializing it. Remove compile
1772         warnings.
1773
1774 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1775
1776         * shell/ev-view.c: (ev_view_class_init):
1777         
1778         Unix-like hjkl bindings added. See bug #458111.
1779
1780 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1781
1782         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1783         * shell/ev-utils.h:
1784         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1785         (ev_view_update_view_size):
1786         * shell/ev-view.h:
1787         * shell/ev-window.c: (ev_window_update_actions),
1788         (setup_view_from_metadata), (ev_window_screen_changed),
1789         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1790         (zoom_control_changed_cb):
1791         * shell/ev-window.h:
1792         
1793         Reorganizes utility functions.
1794
1795 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1798         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1799         (add_job), (ev_pixbuf_cache_get_surface),
1800         (ev_pixbuf_cache_get_link_mapping),
1801         (ev_pixbuf_cache_get_image_mapping),
1802         (ev_pixbuf_cache_get_form_field_mapping),
1803         (ev_pixbuf_cache_get_text_mapping):
1804         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1805         (notify_page_ready), (ev_job_render_page_ready),
1806         (ev_job_render_run):
1807
1808         Add page_ready signal to notify that page is ready as soon as
1809         possible even if other page elements like links, forms, images or
1810         text mapping are not ready yet.
1811
1812 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1813
1814         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1815         (dvi_document_file_exporter_do_page),
1816         (dvi_document_file_exporter_get_capabilities),
1817         (dvi_document_file_exporter_iface_init):
1818         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1819         (ps_document_file_exporter_do_page),
1820         (ps_document_file_exporter_get_capabilities),
1821         (ps_document_file_exporter_iface_init):
1822         * backend/djvu/djvu-document.c:
1823         (djvu_document_file_exporter_begin),
1824         (djvu_document_file_exporter_end),
1825         (djvu_document_file_exporter_get_capabilities),
1826         (djvu_document_file_exporter_iface_init):
1827         * backend/tiff/tiff-document.c:
1828         (tiff_document_file_exporter_begin),
1829         (tiff_document_file_exporter_get_capabilities),
1830         (tiff_document_document_file_exporter_iface_init):
1831         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1832         (pdf_document_file_exporter_do_page),
1833         (pdf_document_file_exporter_get_capabilities),
1834         (pdf_document_file_exporter_iface_init):
1835         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1836         (ev_file_exporter_get_capabilities):
1837         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1838         (idle_print_handler), (ev_print_job_print):
1839         * shell/ev-jobs.c: (ev_job_print_run):
1840         * shell/ev-window.c: (ev_window_print_send),
1841         (ev_window_print_range):
1842
1843         Use capabilities to know which options should be offered by the
1844         print dialog depending on the document backend.
1845
1846 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1849
1850         Give priority to forms over text to set the cursor.
1851
1852 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1853
1854         * shell/ev-view-private.h:
1855         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1856         (ev_view_leave_notify_event), (ev_view_finalize),
1857         (ev_view_get_property), (ev_view_class_init):
1858
1859         Use IBEAM cursor for text form fields and NORMAL cursor for read
1860         only fields. Remove unused status attribute.
1861
1862 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1865
1866         Update region for current selected items also for checkbox
1867         buttons, since they can behave as radio buttons when they are in a
1868         set.
1869
1870 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * configure.ac:
1873         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1874
1875         Get max length of text form fields.
1876
1877 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1880         * libdocument/ev-form-field.h:
1881         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1882
1883         Fix build with current poppler cvs head.
1884
1885 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1888         * shell/eggfindbar.c: (egg_find_bar_init):
1889
1890         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1891         deprecation. Fixes bug #455667
1892
1893 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1894
1895         * NEWS:
1896         * configure.ac:
1897         
1898         Update for release 0.9.2
1899
1900 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1901
1902         * shell/ev-view.c: (ev_view_form_field_text_save),
1903         (ev_view_form_field_choice_save):
1904
1905         Fix a crash when closing whith a form widget visible.
1906
1907 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1908
1909         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1910
1911         Update also the region of the current selected button when
1912         clicking on another button if they are radio buttons.
1913
1914 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1915
1916         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1917         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1918         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1919         (ev_pixbuf_cache_get_link_mapping),
1920         (ev_pixbuf_cache_get_image_mapping),
1921         (ev_pixbuf_cache_get_form_field_mapping),
1922         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1923         * shell/ev-view.c: (ev_view_form_field_get_region),
1924         (ev_view_form_field_button_create_widget),
1925         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1926         (job_finished_cb):
1927
1928         Redraw only form field region instead of the whole page when
1929         reloading a page to show changes on the form field.
1930
1931 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1932
1933         * shell/ev-view.c: (ev_view_form_field_choice_save):
1934
1935         Fix selection of first item in list form fields.
1936
1937 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1938
1939         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1940         (ev_pixbuf_cache_reload_page),
1941         (ev_pixbuf_cache_get_form_field_mapping):
1942
1943         Some refactoring to avoid duplicated code.
1944
1945 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1946
1947         * configure.ac:
1948         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1949         (ev_form_field_from_poppler_field),
1950         (pdf_document_forms_get_form_fields),
1951         (pdf_document_forms_form_field_text_get_text),
1952         (pdf_document_forms_form_field_text_set_text),
1953         (pdf_document_forms_form_field_button_set_state),
1954         (pdf_document_forms_form_field_button_get_state),
1955         (pdf_document_forms_form_field_choice_get_item),
1956         (pdf_document_forms_form_field_choice_get_n_items),
1957         (pdf_document_forms_form_field_choice_is_item_selected),
1958         (pdf_document_forms_form_field_choice_select_item),
1959         (pdf_document_forms_form_field_choice_toggle_item),
1960         (pdf_document_forms_form_field_choice_unselect_all),
1961         (pdf_document_forms_form_field_choice_set_text),
1962         (pdf_document_forms_form_field_choice_get_text),
1963         (pdf_document_document_forms_iface_init):
1964         * libdocument/Makefile.am:
1965         * libdocument/ev-form-field.[ch]:
1966         * libdocument/ev-document-forms.[ch]:
1967         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1968         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1969         (add_job), (ev_pixbuf_cache_reload_page),
1970         (ev_pixbuf_cache_get_form_field_mapping):
1971         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1972         * shell/ev-view-private.h:
1973         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1974         (ev_view_handle_cursor_over_xy),
1975         (ev_view_get_form_field_at_location),
1976         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1977         (ev_view_form_field_button_create_widget),
1978         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1979         (ev_view_form_field_text_create_widget),
1980         (ev_view_form_field_choice_save),
1981         (ev_view_form_field_choice_changed),
1982         (ev_view_form_field_choice_create_widget),
1983         (ev_view_handle_form_field), (ev_view_size_allocate),
1984         (ev_view_realize), (draw_end_presentation_page),
1985         (ev_view_button_press_event), (ev_view_remove_all),
1986         (ev_view_motion_notify_event), (ev_view_key_press_event),
1987         (ev_view_enter_notify_event), (highlight_find_results),
1988         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1989         (ev_view_class_init), (page_changed_cb),
1990         (on_adjustment_value_changed), (ev_view_set_presentation),
1991         (merge_selection_region), (ev_view_set_cursor),
1992         (ev_view_reset_presentation_state):
1993         
1994         Merge evince-forms branch.
1995
1996 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1997
1998         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1999
2000         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
2001         This script also updates itself from libegg
2002
2003         * cut-n-paste/toolbar-editor/egg*:
2004         Run update-toolbareditor-from-libegg.sh so we are in sync again with
2005         libegg
2006
2007 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
2008
2009         * shell/ev-window.c:
2010         
2011         Adds a nice icon to page action during toolbar editing.
2012         See bug #452872.
2013
2014 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2015
2016         * data/evince-toolbar.xml:
2017         * shell/ev-window.c:
2018         
2019         Let user add a presentation and fullscreen icons on toolbar.
2020         See bug #449734.
2021
2022 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
2023
2024         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
2025
2026         new script to keep in sync with toolbareditor in libegg
2027
2028         * cut-n-paste/toolbar-editor/*: 
2029
2030         Run update-toolbareditor-from-libegg so we are in sync again. 
2031         Fixes bug #452850.
2032         
2033
2034 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2035
2036         * shell/ev-sidebar-links.c: (job_finished_callback):
2037
2038         Do not connect selection changed signal more than once. Fixes bug
2039         #349433.
2040
2041 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * shell/ev-window.c: (ev_window_view_sidebar_cb):
2044
2045         Do not change sidebar chrome flag when pressing F9 key in
2046         presentation mode.
2047
2048 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2049
2050         * backend/pdf/ev-poppler.cc:
2051         (pdf_document_thumbnails_get_dimensions):
2052
2053         Make sure thumbnails width and height is not <= 0. Fixes a crash
2054         with some pdf documents which have really small pages.
2055
2056 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
2057
2058         * shell/main.c: (main):
2059
2060         Fixes program description translation issue.
2061         Bug #450148.
2062
2063 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
2064
2065         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
2066
2067         Do not change current page when returning from black/white mode
2068         in presentation. Fixes bug #415032.
2069
2070 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2071
2072         * NEWS:
2073         * configure.ac:
2074         
2075         Update for release 0.9.1
2076
2077 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2078
2079         * backend/dvi/dvi-document.c:
2080         (dvi_document_finalize),
2081         (dvi_document_file_exporter_format_supported),
2082         (dvi_document_file_exporter_begin),
2083         (dvi_document_file_exporter_do_page),
2084         (dvi_document_file_exporter_end),
2085         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2086         
2087         PDF exporter for dvi documents. Fixes bug #441319.
2088
2089 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2090
2091         * shell/ev-window.c: (ev_window_clear_print_job):
2092
2093         Clear gtk print job when job has finished. Fixes bug #447612.
2094
2095 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * shell/ev-window.c: (ev_window_print_send),
2098         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2099
2100         Add preview button to print dialog. Fixes bug #445419.
2101
2102 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2103
2104         * backend/dvi/Makefile.am:
2105         * backend/dvi/pixbuf-device.[ch]: Removed
2106         * backend/dvi/cairo-device.[ch]: Added
2107         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2108         * backend/dvi/dvi-document.c: (dvi_document_load),
2109         (dvi_document_render), (dvi_document_finalize),
2110         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2111         (dvi_document_do_color_special):
2112         * libdocument/ev-document-misc.[ch]:
2113         (ev_document_misc_pixbuf_from_surface):
2114
2115         Port dvi backend to cairo and fix a problem with colors. 
2116
2117 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * shell/ev-view.c: (draw_one_page):
2120
2121         Draw only visible region.
2122
2123 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * backend/djvu/djvu-document.c: (djvu_document_render):
2126
2127         Fix rotation in djvu backend.
2128
2129 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2132         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2133         (ev_pixbuf_cache_get_image_mapping),
2134         (ev_pixbuf_cache_get_text_mapping):
2135
2136         Redraw view every time we have a new surface. Fixes bug #443587.
2137
2138 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2139
2140         * libdocument/ev-document.c: (ev_document_info_free):
2141
2142         Fix memory leaks.
2143
2144 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2145
2146         * backend/dvi/dvi-document.c: (dvi_document_render),
2147         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2148         * backend/impress/impress-document.c:
2149         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2150         (impress_document_render), (impress_document_document_iface_init),
2151         (impress_document_thumbnails_get_thumbnail):
2152         * backend/djvu/djvu-document-private.h:
2153         * backend/djvu/djvu-document.c: (djvu_document_render),
2154         (djvu_document_finalize), (djvu_document_document_iface_init),
2155         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2156         * backend/tiff/tiff-document.c: (tiff_document_render),
2157         (tiff_document_render_pixbuf),
2158         (tiff_document_document_iface_init):
2159         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2160         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2161         (pdf_selection_render_selection):
2162         * backend/comics/comics-document.c:
2163         (comics_document_render_pixbuf), (comics_document_render),
2164         (comics_document_document_iface_init):
2165         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2166         (pixbuf_document_document_iface_init):
2167         * libdocument/ev-document-misc.[ch]:
2168         (ev_document_misc_surface_from_pixbuf),
2169         (ev_document_misc_surface_rotate_and_scale):
2170         * libdocument/ev-document.[ch]: (ev_document_render):
2171         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2172         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2173         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2174         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2175         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2176         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2177         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2178         (render_finished_cb), (ev_job_render_run):
2179         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2180         (merge_selection_region):
2181
2182         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2183         and selections.
2184
2185 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2186
2187         * shell/ev-window-title.c: (ev_window_title_update):
2188
2189         Fix memory leak.
2190
2191 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2192
2193         * shell/ev-view.c: (draw_loading_text):
2194
2195         Show loading text centered. Fixes bug #433061
2196
2197 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2198
2199         * shell/ev-sidebar-thumbnails.c:
2200         (ev_sidebar_thumbnails_set_loading_icon):
2201
2202         Remove a mutex in the main thread that blocks the UI in heavy
2203         documents.
2204
2205 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2206
2207         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2208
2209         Set points_set to TRUE so that selections don't disappear after a
2210         zoom change.
2211
2212 2007-06-07  Michael Monreal  <infernux@web.de>
2213
2214         * data/icons/16x16/actions/Makefile.am:
2215         * data/icons/16x16/actions/zoom.svg:
2216         * data/icons/22x22/actions/Makefile.am:
2217         * data/icons/22x22/actions/zoom.svg:
2218         * data/icons/24x24/actions/Makefile.am:
2219         * shell/ev-stock-icons.c:
2220         * shell/ev-stock-icons.h:
2221         * shell/ev-window.c:
2222         
2223         Zoom icon artwork. See bug #444795.
2224
2225 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2226
2227         * shell/ev-metadata-manager.c: Remove extraneous function
2228         (Closes: #444386)
2229
2230 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2231
2232         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2233         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2234         (ev_metadata_manager_set), (ev_metadata_manager_save):
2235         Simplify the timeout, no need for modified anymore
2236
2237 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2238
2239         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2240         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2241         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2242         (ev_metadata_manager_save): Adapted patch from Arjan van de
2243         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2244         time, saves on power (Closes: #443851)
2245
2246 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * configure.ac:
2249         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2250         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2251
2252         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2253
2254 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2255
2256         * shell/ev-window.c: (ev_window_add_history):
2257
2258         Check if history is NULL
2259
2260 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2261
2262         * libdocument/ev-image.c: (ev_image_finalize):
2263         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2264         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2265         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2266         (ev_tmp_uri_unlink):
2267
2268         Add functions to delete temporary files created by evince in a safe
2269         way.
2270
2271         * shell/ev-window.c: (ev_window_clear_local_uri),
2272         (open_xfer_update_progress_callback),
2273         (save_xfer_update_progress_callback), (ev_window_save_remote),
2274         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2275         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2276         (attachment_save_dialog_response_cb),
2277         (ev_attachment_popup_cmd_save_attachment_as):
2278
2279         Allow saving a copy of a document, image or attachment to a remote
2280         location. Fixes bug #440754. 
2281
2282 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2283
2284         * configure.ac:
2285         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2286
2287         Fix build with current poppler from cvs head. 
2288
2289 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2290
2291         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2292
2293         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2294         directory exists.
2295
2296 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2297
2298         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2299         * shell/ev-window.c:
2300
2301         Change sidebar ordering. Fixes bug #439939.
2302
2303 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2304
2305         * backend/comics/Makefile.am:
2306         
2307         Fixes build with --without-libgnome.
2308
2309 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2310         
2311         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2312
2313         Update cursor and tooltip on page change and view scroll. Fixes bug
2314         #439217.
2315
2316 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2317
2318         * NEWS:
2319         * configure.ac:
2320         
2321         Update for release 0.9.0
2322
2323 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2324
2325         * backend/djvu/djvu-document-private.h:
2326         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2327         (djvu_document_finalize),
2328         (djvu_document_file_exporter_format_supported),
2329         (djvu_document_file_exporter_begin),
2330         (djvu_document_file_exporter_do_page),
2331         (djvu_document_file_exporter_end),
2332         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2333         
2334         Implemented printing with djvu. Bug #437998.
2335
2336 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * backend/impress/zip.c:
2339         Add missing ulong definition.
2340
2341         * backend/ps/ps-interpreter.c:
2342         Add missing headers.
2343
2344         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2345
2346 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2349
2350         Add missing call to parent class dispose method. 
2351
2352 2007-05-12  Ross Burton  <ross@openedhand.com>
2353
2354         * shell/main.c:
2355         Sync keybindings manually when building without libgnome
2356         (#437925).
2357
2358 2007-05-12  Ross Burton  <ross@openedhand.com>
2359
2360         * shell/ev-window.c:
2361         Respect the screen when opening help (#437866).
2362
2363 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * data/evince-ui.xml:
2366         * shell/ev-application.[ch]: (get_print_settings_from_args),
2367         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2368         (ev_application_open_uri_list):
2369         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2370         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2371         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2372         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2373         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2374         (ev_window_dispose):
2375         * shell/main.c: (arguments_parse):
2376
2377         Add print button in preview mode. Fixes bug #396475. 
2378
2379 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2380
2381         * cut-n-paste/zoom-control/ephy-zoom.h:
2382         
2383         Fixes zoom level factors. See bug #408119 for details.
2384
2385 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2386
2387         * backend/comics/comics-document.c: (comics_regex_quote),
2388         (extract_argv):
2389         
2390         Correctly quote symbols. Fixes crash in the bug
2391         #415370.
2392
2393 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2394
2395         * shell/ev-navigation-action-widget.c:
2396         (ev_navigation_action_widget_init),
2397         (ev_navigation_action_widget_class_init),
2398         (ev_navigation_action_widget_button_press_event):
2399         
2400         Connect to button-press event on correct widget. Fixes
2401         bug #431988
2402
2403 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2404
2405         * shell/ev-application.c: (ev_application_open_window),
2406         (ev_application_add_icon_path_for_screen),
2407         (ev_application_open_uri_at_dest):
2408         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2409         * shell/ev-navigation-action.c: (build_menu):
2410         
2411         Add app-specific icons to our icon theme. Fixes bug
2412         #425508.
2413
2414 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2415
2416         * shell/ev-history.c: (ev_history_class_init),
2417         (ev_history_add_link):
2418         * shell/ev-history.h:
2419         * shell/ev-navigation-action.c:
2420         (ev_navigation_action_history_changed),
2421         (ev_navigation_action_set_history), (build_menu),
2422         (ev_navigation_action_finalize):
2423         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2424         
2425         Make navigation action unsensitive instead of showing
2426         menu with unsensitive word. Fixes bug #417392.
2427
2428 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2429
2430         * shell/ev-application.[ch]: (ev_application_shutdown),
2431         (ev_application_get_print_settings),
2432         (ev_application_set_print_settings):
2433         * shell/ev-window.c:
2434
2435         Remember print settings. Fixes bug #349102. 
2436
2437 2007-05-08  Christian Persch  <chpe@gnome.org>
2438
2439         * configure.ac:
2440         * properties/ev-properties-view.c:
2441
2442         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2443         Bug #382438.
2444
2445 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2446
2447         * configure.ac:
2448         * properties/ev-properties-view.c: (ev_regular_paper_size):
2449
2450         Use gtk+ builtin paper list to identify the document's paper size.
2451         Fixes bug #382438. 
2452
2453 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2454
2455         * configure.ac:
2456
2457         Fix build when compiling with thumbnailer and libgnome support. 
2458
2459 2007-05-04  Ross Burton  <ross@openedhand.com>
2460
2461         * configure.ac:
2462         Add --without-libgnome, check for libgnome and libgnomeui
2463         separately, and add them to the symbols as required.
2464
2465         * libdocument/ev-file-helpers.c:
2466         When building without libgnome, use g_get_user_config_dir instead
2467         of gnome_user_dir_get.
2468
2469         * shell/ev-application.c:
2470         When building without libgnome, don't use session management.
2471
2472         * shell/main.c:
2473         When building without libgnome, don't use GnomeProgram or
2474         initialise the authentication manager.
2475
2476         This fixes #328842.
2477
2478 2007-05-04  Ross Burton  <ross@openedhand.com>
2479
2480         * shell/ev-window.c:
2481         Don't use libgnome to open help, instead call Yelp directly.
2482
2483 2007-05-04  Ross Burton  <ross@openedhand.com>
2484
2485         * shell/ev-sidebar-attachments.c:
2486         Don't use libgnome to lookup icons for MIME types, instead copy
2487         code from GTK+ to do it manually.
2488
2489 2007-05-04  Ross Burton  <ross@openedhand.com>
2490
2491         * configure.ac:
2492         Add libxml to the dependencies for SHELL_CORE (#435818).
2493
2494 2007-05-02  Ross Burton  <ross@openedhand.com>
2495
2496         * configure.ac:
2497         * Makefile.am:
2498         Add --disable-thumbnailer (#434825)
2499
2500 2007-05-02  Ross Burton  <ross@openedhand.com>
2501
2502         * shell/ev-window.c:
2503         Add missing includes, fix indentation.
2504
2505         * shell/main.c:
2506         Fix indentation.
2507
2508 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2509
2510         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2511         ev_application_open_uri_at_dest instead of ev_application_open_uri
2512         preventing new document always being opened in a new window even if there
2513         is an empty window.
2514
2515 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2516
2517         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2518         (egg_recent_view_uimanager_finalize):
2519         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2520         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2521         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2522         (ev_pixbuf_cache_dispose):
2523         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2524         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2525         
2526         Add missing chain to parent class methods. Fixes
2527         bug #433128.
2528
2529 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2530
2531         * data/Makefile.am (update-icon-cache): Updates
2532         gtk-update-icon-cache in uninstall-hook.
2533
2534 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2535
2536         * shell/ev-window.c: (ev_window_setup_document),
2537         (ev_window_set_document), (ev_window_load_job_cb):
2538         * shell/ev-view.c: (setup_caches):
2539         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2540
2541         Start rendering pages before any other jobs. 
2542
2543 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * shell/ev-window.c: (ev_window_stop_fullscreen),
2546         (ev_window_stop_presentation):
2547
2548         Update chrome visibility before window unfullscreen. 
2549
2550 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * data/Makefile.am:
2553         * data/evince-ui.xml:
2554         * shell/ev-stock-icons.[ch]:
2555         * shell/ev-application.[ch]: (ev_application_shutdown),
2556         (ev_application_init), (ev_application_get_toolbars_model):
2557         * shell/ev-window.c: (update_chrome_visibility),
2558         (fullscreen_toolbar_setup_item_properties),
2559         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2560         (ev_window_run_presentation), (ev_window_stop_presentation),
2561         (ev_window_run_preview), (ev_window_screen_changed),
2562         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2563         (ev_window_dispose), (ev_window_init):
2564
2565         Make fullscreen toolbar always visible. Do not use egg toolbars for
2566         fullscreen and preview modes since such toolbars are not editables.
2567         Fixes bugs #300278, #338910 and #316188.  
2568
2569 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2570
2571         * shell/ev-application.c:
2572         * shell/ev-job-queue.c:
2573         * shell/ev-metadata-manager.c:
2574         * shell/ev-stock-icons.c:
2575         * shell/ev-window.c:
2576         * shell/main.c:
2577         
2578         Developers documentation updated.
2579
2580 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2581
2582         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2583
2584         Check whether uri is valid before launching it. Fixes bug #427664.
2585
2586 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2587
2588         * shell/ev-window.c:
2589
2590         Change key accelerator for Open a Copy menu entry which is in conflict
2591         with Close. Fixes bug #427321.
2592
2593 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2594
2595         * NEWS:
2596         * configure.ac:
2597         
2598         Update for release 0.8.1
2599
2600 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2601
2602         * shell/ev-window.c: (setup_size_from_metadata):
2603         
2604         Do not make window bigger than screen. Fixes bug 
2605         #388985.
2606
2607 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2610         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2611
2612         Use default resolution when it's not provided by document. Fixes bug
2613         #408762.
2614
2615 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2616
2617         * configure.ac:
2618         * thumbnailer/Makefile.am:
2619         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2620         * thumbnailer/evince-thumbnailer.schemas.in:
2621         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2622
2623         Add support for ps, eps and compressed documents thumbnails. Do not
2624         ignore size parameter. 
2625
2626 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2627
2628         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2629         (dvi_document_do_color_special):
2630         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2631
2632         Implement font color specials in the DVI backend. Fixes bug #303651.
2633
2634 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2635
2636         Fixup the previous commit:
2637
2638         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2639         * shell/xdg-user-dir-lookup.c: Make the function non-static
2640         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2641
2642 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2643
2644         * shell/ev-window.c (file_open_dialog_response_cb): Use
2645         the xdg-user-dirs DOCUMENTS folder as default folder when
2646         opening a file chooser.  (#424858)
2647
2648         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2649         xdg-user-dirs.
2650
2651 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2652
2653         * shell/ev-window.c: (ev_window_load_job_cb):
2654
2655         Do not setup view from metadata on preview mode. 
2656
2657 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2658
2659         * shell/main.c:
2660
2661         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2662
2663 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2664
2665         * shell/ev-view.c: (ev_view_primary_get_cb):
2666
2667         Check pointer != NULL before using it. Fixes bug #416841. 
2668
2669 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2670
2671         * NEWS:
2672         * configure.ac:
2673         
2674         Release 0.8.0
2675
2676 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2677
2678         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2679
2680         Do not render thumbnails when sidebar thumbnail page is not visible
2681         at startup. Fixes bug #416447. 
2682
2683 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2684
2685         * data/evince.desktop.in.in:
2686
2687         "Application" is not a valid category in the freedesktop specification.
2688
2689 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2690
2691         * libdocument/ev-file-helpers.[ch]: (compression_run),
2692         (ev_file_uncompress), (ev_file_compress):
2693         * shell/ev-window.c: (file_save_dialog_response_cb):
2694
2695         Save document compressed when saving a copy of a compressed document.
2696         Fixes bug #334542.
2697
2698 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2699
2700         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2701
2702         Allow deleting in goto window entry in presentation mode. 
2703
2704 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2705
2706         * Makefile.am: Dist MAINTAINERS.
2707
2708 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * shell/ev-window.c: (ev_window_update_actions):
2711
2712         Fix zoom shortcut keys when searching. Fixes bug #409828.
2713
2714 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2715
2716         * shell/ev-window.c: (ev_window_setup_document):
2717
2718         Fix crash when loading documents with only one page. 
2719
2720 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * backend/dvi/dvi-document.c:
2723         (dvi_document_thumbnails_get_dimensions),
2724         (dvi_document_thumbnails_get_thumbnail):
2725         * backend/impress/impress-document.c:
2726         (impress_document_thumbnails_get_thumbnail),
2727         (impress_document_thumbnails_get_dimensions):
2728         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2729         (ps_document_thumbnails_get_dimensions):
2730         * backend/djvu/djvu-document.c:
2731         (djvu_document_thumbnails_get_dimensions),
2732         (djvu_document_thumbnails_get_thumbnail):
2733         * backend/tiff/tiff-document.c:
2734         (tiff_document_thumbnails_get_thumbnail),
2735         (tiff_document_thumbnails_get_dimensions):
2736         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2737         (pdf_document_thumbnails_get_thumbnail),
2738         (pdf_document_thumbnails_get_dimensions):
2739         * backend/comics/comics-document.c:
2740         (comics_document_thumbnails_get_thumbnail),
2741         (comics_document_thumbnails_get_dimensions):
2742         * backend/pixbuf/pixbuf-document.c:
2743         (pixbuf_document_thumbnails_get_thumbnail),
2744         (pixbuf_document_thumbnails_get_dimensions):
2745         * libdocument/ev-document-thumbnails.[ch]:
2746         (ev_document_thumbnails_get_thumbnail),
2747         (ev_document_thumbnails_get_dimensions):
2748         * libdocument/ev-document-misc.[ch]:
2749         (ev_document_misc_get_thumbnail_frame):
2750         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2751         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2752         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2753         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2754         (ev_sidebar_thumbnails_refresh):
2755         * shell/ev-window.c: (ev_window_setup_document):
2756         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2757
2758         Use an EvRenderContext for rendering thumbnails instead of a suggested
2759         width, so that different sized pages get sized proportionally.
2760
2761 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2762
2763         * shell/ev-view.c: (ev_view_button_press_event),
2764         (ev_view_key_press_event):
2765
2766         Fix critical warnings when there is no document loaded. 
2767
2768 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * shell/ev-page-action-widget.c:
2771         * shell/ev-navigation-action.c:
2772         * shell/ev-window.c:
2773
2774         Fix compile warnings. 
2775
2776 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2777
2778         * backend/djvu/djvu-text.h:
2779         * backend/djvu/djvu-document.c:
2780         * backend/djvu/djvu-text-page.c:
2781         * backend/djvu/djvu-links.c:
2782         * backend/djvu/djvu-text-page.h:
2783         * backend/djvu/djvu-text.c:
2784         
2785         Fix build on Mac. Fixes bug #392186. Patch by
2786         <ephraim_owns@hotmail.com>
2787
2788 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2791
2792         Restore cairo context before rendering every page when printing a PDF
2793         document into a PDF file. 
2794
2795 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * backend/ps/gstypes.h:
2798         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2799         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2800         (ps_document_thumbnails_get_thumbnail):
2801
2802         Handle PostScript page orientation. Fixes bug #318568.
2803
2804 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2805
2806         * backend/ps/Makefile.am:
2807         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2808         (document_load), (ps_document_load), (save_document),
2809         (save_page_list), (ps_document_get_n_pages),
2810         (ps_document_get_page_size), (ps_document_get_info),
2811         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2812         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2813         (ps_document_thumbnails_get_thumbnail),
2814         (ps_document_thumbnails_get_dimensions),
2815         (ps_document_document_thumbnails_iface_init):
2816         * backend/ps/ps.[ch]: (psgetpagebox):
2817         * backend/ps/ps-interpreter.[ch]:
2818
2819         Add support for thumbnails in ps backend. Fixes bug #164755. 
2820
2821 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2822
2823         * NEWS:
2824         * configure.ac:
2825         
2826         Release 0.7.2
2827
2828 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2829
2830         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2831         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2832         (ev_window_dispose):
2833
2834         Use document thumbnail as window icon. Fixes bug #384442.
2835
2836 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2837
2838         * configure.ac:
2839
2840         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2841         duplicated adding application/x-bzpostscript instead. 
2842
2843 2007-02-11  Tom Parker  <palfrey@tevp.net>
2844
2845         * backend/ps/ps-document.c: (document_load):
2846
2847         Check return value of psscan before trying
2848         to use it. Fixes bug #372414.
2849
2850 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2853
2854         Fix invalid free in ev-page-cache. Fixes bug #404745.
2855
2856 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2857
2858         * test/Makefile.am:
2859         * test/test3.py:
2860         
2861         Added reload test case.
2862
2863 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * po/POTFILES.in:
2866         * backend/djvu/djvu-document.c: (djvu_document_load):
2867
2868         Check whether there are missing files in indirect multipage djvu
2869         documents. Fixes bug #361683. 
2870
2871 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2872
2873         * test/Makefile.am:
2874         * test/test-mime.bin:
2875         * test/test3.py:
2876         
2877         Added test for slow mime type
2878
2879 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2882
2883         Add some checks and call parent_class->finalize. Fixes bug #404745.
2884
2885 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2886
2887         * shell/ev-navigation-action.c: (connect_proxy):
2888         
2889         Fixes dropdown history menu. Thanks a lot Carlos!
2890
2891 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2892
2893         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2894
2895         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2896         bug #373715.
2897
2898 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2899
2900         * backend/ps/ps.c: (psscan):
2901
2902         Fix memory leak. 
2903
2904 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2905
2906         * configure.ac:
2907         * libdocument/ev-file-helpers.c: 
2908
2909         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2910
2911 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * configure.ac:
2914         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2915         (ps_interpreter_start), (document_load), (save_document),
2916         (save_page_list):
2917         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2918         * libdocument/ev-document-factory.c:
2919         (ev_document_factory_get_from_mime), (get_document_from_uri),
2920         (free_uncompressed_uri), (ev_document_factory_get_document):
2921         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2922
2923         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2924
2925 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * libdocument/ev-document.h:
2928
2929         Fix typo in function name. 
2930
2931 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * backend/ps/ps-document.c: (ps_interpreter_finished),
2934         (ps_interpreter_start), (ps_interpreter_failed):
2935
2936         Handle ghostscript interpreter crashes. 
2937
2938 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * shell/ev-window.c: (ev_window_open_uri),
2941         (window_configure_event_cb):
2942
2943         Setup window size and position before showing it. Fixes bug #401711.
2944
2945 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * backend/ps/Makefile.am:
2948         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2949         (ps_document_dispose), (ps_document_class_init),
2950         (ps_interpreter_input), (ps_interpreter_output),
2951         (ps_interpreter_error), (setup_interpreter_env),
2952         (ps_interpreter_start), (ps_interpreter_stop),
2953         (ps_interpreter_failed), (ps_interpreter_is_ready),
2954         (check_filecompressed), (document_load), (ps_document_load),
2955         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2956         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2957         (render_page):
2958
2959         Rework ps-document. Code cleanups, remove deprecated code. 
2960
2961 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-view.c: (ev_view_button_press_event):
2964
2965         Do not start an image drag and drop operation when pointer is on 
2966         text, so that we can select text when the whole background is an
2967         image. 
2968
2969 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2970
2971         * shell/ev-window.c: (ev_window_update_actions): 
2972
2973         Disable all zoom related actions during presentation mode. 
2974
2975 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2976
2977         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2978
2979         Do not zoom in or out on presentation mode. Fixes bug #401305.
2980
2981 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2982
2983         * shell/ev-navigation-action.c: (connect_proxy),
2984         (create_menu_item), (ev_navigation_action_class_init):
2985         
2986         Correctly show menu and fix crash when navigaton 
2987         action is out of toolbar visible area.
2988
2989 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2990
2991         * data/Makefile.am:
2992         * data/evince.1:
2993         
2994         Added man file
2995
2996 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2997
2998         * help/reference/* :
2999         * configure.ac:
3000         
3001         Added gtk-doc based documentation for Evince.
3002         Still in initial state but I hope it will
3003         grow.
3004         
3005         * configure.ac:
3006         
3007         Lower dbus requirement to 0.70
3008
3009 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
3010
3011         * shell/ev-window.c: (ev_window_add_history):
3012
3013         Fix memory leak. 
3014
3015 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3016
3017         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
3018         * shell/ev-view.h:
3019         * shell/ev-window.c: (ev_window_add_history):
3020         
3021         Correctly handle named destination links
3022
3023 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3024
3025         * NOTES:
3026         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
3027         * backend/pdf/ev-poppler.cc:
3028         * libdocument/ev-document-links.h:
3029         * libdocument/ev-link.c: (ev_link_get_page):
3030         * libdocument/ev-link.h:
3031         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
3032         (ev_history_add_link):
3033         * shell/ev-history.h:
3034         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3035         (new_history_menu_item), (build_menu):
3036         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3037         * shell/ev-sidebar-links.c: (create_loading_model),
3038         (print_section_cb), (ev_sidebar_links_construct),
3039         (fill_page_labels), (update_page_callback_foreach),
3040         (update_page_callback), (job_finished_callback):
3041         * shell/ev-view.c: (ev_view_handle_link):
3042         * shell/ev-window.c: (ev_window_find_chapter),
3043         (ev_window_add_history), (view_handle_link_cb),
3044         (history_changed_cb):
3045         
3046         Implements another history variant
3047
3048 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * shell/ev-window.c: (view_external_link_cb):
3051         * shell/ev-view.c: (ev_view_button_release_event):
3052
3053         Open links in new window when clicking with middle button. 
3054
3055 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3056
3057         * shell/ev-navigation-action.c: (new_history_menu_item):
3058         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
3059         * shell/ev-view.c: (ev_view_handle_link):
3060         * shell/ev-window.c:
3061         
3062         Store link before jump, not the destination. For me it 
3063         seems like more natural history behavior.
3064
3065 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3066
3067         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3068         (ev_navigation_action_class_init):
3069         * shell/ev-navigation-action.h:
3070         * shell/ev-page-action.c: (activate_cb):
3071         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3072         (ev_page_cache_set_current_page_history):
3073         * shell/ev-page-cache.h:
3074         * shell/ev-sidebar-thumbnails.c:
3075         (ev_sidebar_tree_selection_changed),
3076         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3077         * shell/ev-view-private.h:
3078         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3079         * shell/ev-view.h:
3080         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3081         (ev_window_setup_document), (ev_window_load_job_cb):
3082         * shell/ev-window.h:
3083         
3084         History finally works as expected.
3085
3086 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3089
3090         Do not update links treeview if it doesn't have a model assigned yet. 
3091
3092 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3093
3094         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3095         (ev_sidebar_links_class_init), (update_page_callback):
3096
3097         Do not update links treeview when sidepane is not visible. 
3098
3099 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3100
3101         * shell/ev-marshal.list:
3102         * shell/ev-page-action.c: (activate_cb),
3103         (ev_page_action_class_init):
3104         * shell/ev-page-action.h:
3105         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3106         * shell/ev-window.c:
3107         
3108         Remove activate_link signal, not required.
3109
3110 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3111
3112         * shell/ev-navigation-action.c: (build_menu):
3113         
3114         Reorder menu items and build menu with fixed length.
3115
3116 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3117
3118         * shell/ev-view.c: (get_selected_text):
3119         
3120         Normalize text to fix ligatures problem. See bug
3121         #341947 for details.
3122
3123 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3124
3125         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3126
3127         Fix memory leak in ev-page-cache. 
3128
3129 2007-01-25  Tom Parker <palfrey@tevp.net>
3130
3131         * backend/impress/impress-document.c: (impress_document_load),
3132         (impress_document_finalize), (impress_document_init):
3133         * properties/ev-properties-main.c: (ev_properties_get_pages):
3134         
3135         Correctly handle impress document errors. Fixes nautilus
3136         crash in property page #370491.
3137
3138 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3139
3140         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3141         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3142         (ev_job_queue_remove_job):
3143         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3144         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3145         (ev_job_load_run):
3146         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3147         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3148         (ev_window_load_job_cb), (xfer_update_progress_callback),
3149         (ev_window_open_uri), (ev_window_dispose):
3150         * shell/main.c: (main):
3151
3152         Do file transfer asynchronously in the main thread instead of
3153         synchronously in the load thread. Fixes bugs #399694, #398307 and
3154         #343542.
3155
3156 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * shell/ev-jobs.c: (ev_job_xfer_run):
3159
3160         Load the document with the font-config lock held. 
3161
3162 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * backend/ps/ps-document.c: (start_interpreter):
3165
3166         Fix memory leaks in ps backend. 
3167
3168 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3169
3170         * backend/impress/impress-document.c:
3171         (impress_document_render_pixbuf):
3172
3173         Do not acquire fontconfig lock in impress backend, since it is using
3174         the main loop for rendering. 
3175
3176 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3177
3178         * po/POTFILES.in: 
3179
3180         Remove mdvi files that shouldn't be translated. 
3181
3182 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3183
3184         * shell/ev-view-private.h:
3185         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3186         (ev_view_set_zoom):
3187
3188         Render "loading..." text into a cairo surface instead of directly into
3189         the window so that fontconfig lock is only needed once and UI is not
3190         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3191
3192 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3195         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3196
3197         Use icon theme associated with the window screen rather than default. 
3198
3199 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3200
3201         * configure.ac:
3202
3203         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3204
3205 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3206
3207         * data/icons/*/apps/evince.*:
3208
3209         Move Evince icons under new apps directory.
3210
3211         * data/icons/*/actions/*:
3212
3213         Add new custom themeable Evince icons: view-page-continuous, 
3214         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3215         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3216
3217         * configure.ac:
3218
3219         Add new directories to AC_CONFIG_FILES.
3220
3221         * shell/ev-stock-icons.c:
3222         * shell/ev-stock-icons.h:
3223
3224         Use new custom themeable icons.
3225
3226 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3227
3228         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3229
3230         Do not draw white background page in presentation mode. 
3231
3232 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3233
3234         * shell/ev-view.c: Remove unused gnome-vfs include.
3235
3236 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3237
3238         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3239         
3240         Format string is corrected, fixes bug #397129.
3241
3242 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * shell/ev-window.c: (ev_window_setup_recent):
3245
3246         Do not include in recent menu inexistent documents. Fixes
3247         bug #339171.
3248
3249 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3250
3251         * po/POTFILES.skip: 
3252
3253         Update POTFILES.skip file according to current source tree. 
3254
3255 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3256
3257         * shell/ev-window.c: (file_save_dialog_response_cb):
3258
3259         Do Save a copy in atomic way. Fixes bug #328266. 
3260
3261 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3262
3263         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3264
3265         Keep selected cell always visible in index treeview.
3266
3267 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3268         
3269         * shell/ev-view.c: (ev_view_size_allocate):
3270
3271         Restore horizontal scrollbar after switching to/from fullscreen
3272         or presentation mode. Fixes bug #331728.
3273
3274 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3275
3276         * shell/ev-view-private.h:
3277         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3278         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3279         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3280         (ev_view_can_zoom_out):
3281
3282         Use max and min scale values in the view iby taking dpi into account. 
3283
3284 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3285
3286         * configure.ac:
3287         * NEWS:
3288
3289         Release 0.7.1
3290
3291 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * shell/ev-window.c: (ev_window_print_send):
3294
3295         Send print job to printer with some settings set to default values,
3296         since we have already exported to a file according to such settings
3297         and they could be taken twice by some printers. 
3298
3299 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3300
3301         * shell/ev-jobs.c: (ev_job_xfer_run):
3302         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3303
3304         Show main window and load document with the font-config lock held. 
3305
3306 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3307
3308         * configure.ac:
3309         * shell/ev-application.c: (ev_application_register_service):
3310         * shell/main.c: (load_files_remote):
3311
3312         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3313
3314 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3315
3316         * doc/debugging.txt:
3317         
3318         Remove obsolete documentation.
3319
3320 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3321
3322         * Makefile.am:
3323         * backend/Makefile.am:
3324         * backend/comics/Makefile.am:
3325         * backend/djvu/Makefile.am:
3326         * backend/dvi/Makefile.am:
3327         * backend/ev-async-renderer.c:
3328         * backend/ev-async-renderer.h:
3329         * backend/ev-attachment.c:
3330         * backend/ev-attachment.h:
3331         * backend/ev-backend-marshal.c:
3332         * backend/ev-document-factory.c:
3333         * backend/ev-document-factory.h:
3334         * backend/ev-document-find.c:
3335         * backend/ev-document-find.h:
3336         * backend/ev-document-fonts.c:
3337         * backend/ev-document-fonts.h:
3338         * backend/ev-document-images.c:
3339         * backend/ev-document-images.h:
3340         * backend/ev-document-info.h:
3341         * backend/ev-document-links.c:
3342         * backend/ev-document-links.h:
3343         * backend/ev-document-misc.c:
3344         * backend/ev-document-misc.h:
3345         * backend/ev-document-security.c:
3346         * backend/ev-document-security.h:
3347         * backend/ev-document-thumbnails.c:
3348         * backend/ev-document-thumbnails.h:
3349         * backend/ev-document-transition.c:
3350         * backend/ev-document-transition.h:
3351         * backend/ev-document.c:
3352         * backend/ev-document.h:
3353         * backend/ev-file-exporter.c:
3354         * backend/ev-file-exporter.h:
3355         * backend/ev-image.c:
3356         * backend/ev-image.h:
3357         * backend/ev-link-action.c:
3358         * backend/ev-link-action.h:
3359         * backend/ev-link-dest.c:
3360         * backend/ev-link-dest.h:
3361         * backend/ev-link.c:
3362         * backend/ev-link.h:
3363         * backend/ev-render-context.c:
3364         * backend/ev-render-context.h:
3365         * backend/ev-selection.c:
3366         * backend/ev-selection.h:
3367         * backend/impress/Makefile.am:
3368         * backend/pdf/Makefile.am:
3369         * backend/pixbuf/Makefile.am:
3370         * backend/ps/Makefile.am:
3371         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3372         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3373         (start_interpreter), (stop_interpreter), (document_load),
3374         (ps_document_next_page), (render_page):
3375         * backend/tiff/Makefile.am:
3376         * comics/Makefile.am:
3377         * comics/comics-document.c:
3378         * comics/comics-document.h:
3379         * configure.ac:
3380         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3381         * djvu/Makefile.am:
3382         * djvu/djvu-document-private.h:
3383         * djvu/djvu-document.c:
3384         * djvu/djvu-document.h:
3385         * djvu/djvu-links.c:
3386         * djvu/djvu-links.h:
3387         * djvu/djvu-text-page.c:
3388         * djvu/djvu-text-page.h:
3389         * djvu/djvu-text.c:
3390         * djvu/djvu-text.h:
3391         * dvi/Makefile.am:
3392         * dvi/dvi-document.c:
3393         * dvi/dvi-document.h:
3394         * dvi/fonts.c:
3395         * dvi/fonts.h:
3396         * dvi/mdvi-lib/Makefile.am:
3397         * dvi/mdvi-lib/afmparse.c:
3398         * dvi/mdvi-lib/afmparse.h:
3399         * dvi/mdvi-lib/bitmap.c:
3400         * dvi/mdvi-lib/bitmap.h:
3401         * dvi/mdvi-lib/color.c:
3402         * dvi/mdvi-lib/color.h:
3403         * dvi/mdvi-lib/common.c:
3404         * dvi/mdvi-lib/common.h:
3405         * dvi/mdvi-lib/defaults.h:
3406         * dvi/mdvi-lib/dvimisc.c:
3407         * dvi/mdvi-lib/dviopcodes.h:
3408         * dvi/mdvi-lib/dviread.c:
3409         * dvi/mdvi-lib/files.c:
3410         * dvi/mdvi-lib/font.c:
3411         * dvi/mdvi-lib/fontmap.c:
3412         * dvi/mdvi-lib/fontmap.h:
3413         * dvi/mdvi-lib/fontsrch.c:
3414         * dvi/mdvi-lib/gf.c:
3415         * dvi/mdvi-lib/hash.c:
3416         * dvi/mdvi-lib/hash.h:
3417         * dvi/mdvi-lib/list.c:
3418         * dvi/mdvi-lib/mdvi.h:
3419         * dvi/mdvi-lib/pagesel.c:
3420         * dvi/mdvi-lib/paper.c:
3421         * dvi/mdvi-lib/paper.h:
3422         * dvi/mdvi-lib/pk.c:
3423         * dvi/mdvi-lib/private.h:
3424         * dvi/mdvi-lib/setup.c:
3425         * dvi/mdvi-lib/sp-epsf.c:
3426         * dvi/mdvi-lib/special.c:
3427         * dvi/mdvi-lib/sysdeps.h:
3428         * dvi/mdvi-lib/t1.c:
3429         * dvi/mdvi-lib/tfm.c:
3430         * dvi/mdvi-lib/tfmfile.c:
3431         * dvi/mdvi-lib/tt.c:
3432         * dvi/mdvi-lib/util.c:
3433         * dvi/mdvi-lib/vf.c:
3434         * dvi/pixbuf-device.c:
3435         * dvi/pixbuf-device.h:
3436         * impress/Makefile.am:
3437         * impress/common.h:
3438         * impress/document.c:
3439         * impress/f_oasis.c:
3440         * impress/f_oo13.c:
3441         * impress/iksemel.c:
3442         * impress/iksemel.h:
3443         * impress/imposter.h:
3444         * impress/impress-document.c:
3445         * impress/impress-document.h:
3446         * impress/internal.h:
3447         * impress/r_back.c:
3448         * impress/r_draw.c:
3449         * impress/r_geometry.c:
3450         * impress/r_gradient.c:
3451         * impress/r_style.c:
3452         * impress/r_text.c:
3453         * impress/render.c:
3454         * impress/render.h:
3455         * impress/zip.c:
3456         * impress/zip.h:
3457         * lib/Makefile.am:
3458         * lib/ev-debug.c:
3459         * lib/ev-debug.h:
3460         * lib/ev-file-helpers.c:
3461         * lib/ev-file-helpers.h:
3462         * lib/ev-gui.c:
3463         * lib/ev-gui.h:
3464         * lib/ev-tooltip.c:
3465         * lib/ev-tooltip.h:
3466         * libdocument/Makefile.am:
3467         * libdocument/ev-file-helpers.c:
3468         * pdf/Makefile.am:
3469         * pdf/ev-poppler.cc:
3470         * pdf/ev-poppler.h:
3471         * pixbuf/Makefile.am:
3472         * pixbuf/pixbuf-document.c:
3473         * pixbuf/pixbuf-document.h:
3474         * properties/Makefile.am:
3475         * ps/Makefile.am:
3476         * ps/gsdefaults.c:
3477         * ps/gsdefaults.h:
3478         * ps/gsio.c:
3479         * ps/gsio.h:
3480         * ps/gstypes.h:
3481         * ps/ps-document.c:
3482         * ps/ps-document.h:
3483         * ps/ps.c:
3484         * ps/ps.h:
3485         * shell/Makefile.am:
3486         * shell/ev-application.h:
3487         * shell/ev-sidebar-links.c:
3488         * shell/ev-sidebar-links.h:
3489         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3490         (ev_gui_menu_position_tree_selection):
3491         * shell/ev-utils.h:
3492         * shell/ev-view.c: (ev_view_finalize):
3493         * shell/ev-window.c:
3494         * shell/main.c: (main):
3495         * thumbnailer/Makefile.am:
3496         * tiff/Makefile.am:
3497         * tiff/tiff-document.c:
3498         * tiff/tiff-document.h:
3499         * tiff/tiff2ps.c:
3500         * tiff/tiff2ps.h:
3501         
3502         Reorganize source tree.
3503
3504 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3505
3506         * backend/ev-document-factory.c:
3507
3508         Do not include ev-poppler.h when pdf is disabled. 
3509
3510 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * configure.ac:
3513         * data/evince-ui.xml:
3514         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3515         (pdf_document_document_images_iface_init):
3516         * backend/Makefile.am:
3517         * backend/ev-document-images.[ch]:
3518         * backend/ev-image.[ch]:
3519         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3520         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3521         (ev_job_xfer_run):
3522         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3523         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3524         (ev_pixbuf_cache_get_image_mapping):
3525         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3526         (view_menu_popup_cb), (ev_window_dispose),
3527         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3528         (ev_view_popup_cmd_copy_image):
3529         * shell/ev-view-private.h:
3530         * shell/ev-view.c: (ev_view_get_image_at_location),
3531         (ev_view_do_popup_menu), (ev_view_popup_menu),
3532         (ev_view_button_press_event), (ev_view_drag_data_get),
3533         (ev_view_drag_motion), (ev_view_drag_data_received),
3534         (ev_view_motion_notify_event), (ev_view_button_release_event),
3535         (ev_view_finalize), (ev_view_class_init):
3536
3537         Add image handling support. Fixes bugs #310008 and #325047. Images
3538         selection is not supported yet. 
3539
3540 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3541
3542         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3543         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3544         (ev_view_init):
3545
3546         Move view drag and drop stuff to ev-view.
3547
3548 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3551         * shell/ev-view.c: (clear_selection): 
3552
3553         Clear selection also in pixbuf cache.
3554
3555 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3556
3557         * data/evince.desktop.in.in:
3558         
3559         Change icon name in desktop file. See bug #390734
3560         for details.
3561
3562 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3563
3564         * thumbnailer/Makefile.am:
3565
3566         Use top_builddir instead top_srcdir for generated schema
3567         file installation. Fixes bug #390161.
3568
3569 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3570
3571         * configure.ac:
3572         * backend/Makefile.am:
3573         * backend/ev-document-transition.[ch]:
3574         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3575         (pdf_document_page_transition_iface_init):
3576         * shell/ev-view-private.h:
3577         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3578         (ev_view_set_presentation), (transition_next_page),
3579         (ev_view_presentation_transition_stop),
3580         (ev_view_presentation_transition_start), (ev_view_next_page):
3581
3582         Add page transition support in presentation mode. At the moment only
3583         page duration is supported, but not transition effects. Fixes bug
3584         #309815.
3585
3586 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3587
3588         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3589
3590         Run find_link_dest with document lock held, since it's called by links
3591         thread and main thread at the same time. 
3592
3593 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3594
3595         * shell/ev-view.c: (goto_dest):
3596
3597         Update page-cache when page is changed by the view, so that
3598         page-changed signal is emitted. 
3599
3600 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3601
3602         * test/test1.py:
3603         * test/test2.py:
3604
3605         Use C locale in tests. 
3606
3607 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * shell/ev-window.c: (ev_window_run_presentation):
3610         * shell/ev-view-private.h:
3611         * shell/ev-view.c: (ev_view_set_presentation):
3612
3613         Restore zoom settings when back from presentation mode. 
3614
3615 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3616
3617         * shell/ev-window.c: (ev_window_run_presentation):
3618
3619         Always use "best fit" zoom in presentation mode.
3620         Fixes bug #389195.
3621
3622 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3623
3624         * shell/ev-view.c: (ev_view_goto_window_create):
3625
3626         Show "Jump to page" label in the page jumping popup in
3627         presentation mode instead of just a GtkEntry.
3628
3629 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * shell/ev-window.c: (launch_external_uri):
3632
3633         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3634         #378085.
3635
3636 2006-12-22  Elijah Newren  <newren gmail com>
3637
3638         * configure.ac: explicitly check for libxml2.  Fixes #388795
3639
3640 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3641
3642         * shell/ev-view-private.h:
3643         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3644         (ev_view_goto_window_delete_event), (key_is_numeric),
3645         (ev_view_goto_window_key_press_event),
3646         (ev_view_goto_window_button_press_event),
3647         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3648         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3649         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3650
3651         Allow jumping to another page by typing a page number in presentation
3652         mode. It uses a popup window with an entry. Fixes bug #353625.
3653
3654 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3655
3656         * configure.ac:
3657         * properties/ev-properties-view.c: (ev_get_default_user_units),
3658         (ev_regular_paper_size):
3659         
3660         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3661         to Damien Carbery <damien.carbery@sun.com> and
3662         Yevgen Muntyan <muntyan@tamu.edu>.
3663
3664 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3665
3666         * shell/ev-window.c: (setup_document_from_metadata):
3667
3668         Make sure Evince doesn't restore the view on the last
3669         page when a document is reopened. Fixes bug #383381.
3670
3671 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3672
3673         * shell/ev-view.c: (draw_loading_text):
3674
3675         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3676
3677 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3678
3679         * configure.ac:
3680         * NEWS:
3681
3682         Release 0.7.0
3683
3684 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3685
3686         * configure.ac:
3687         * pdf/ev-poppler.cc: (pdf_print_context_free),
3688         (pdf_document_file_exporter_begin),
3689         (pdf_document_file_exporter_do_page):
3690
3691         Make cairo-pdf depedency optional. 
3692
3693 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3694
3695         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3696
3697         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3698
3699 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3702         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3703         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3704         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3705         * shell/ev-view.c: (draw_loading_text):
3706         * shell/ev-window.c: (ev_window_cmd_file_properties):
3707
3708         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3709         related to using FontConfig from different threads.
3710         
3711 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3712
3713         * shell/ev-view.c: (draw_loading_text):
3714
3715         Acquire lock document when drawing "Loading..." text so that only one
3716         thread will use FontConfig at the same time. Fixes bug #374750.
3717
3718 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * shell/ev-page-action.[ch]: (activate_cb):
3721         * shell/ev-window.c: (activate_label_cb):
3722
3723         Check if text inserted in page entry is a valid page number when it
3724         doesn't match to any document page label. Fixes bug #383165.
3725
3726 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3727         * shell/ev-window.c:
3728
3729         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3730         available with GTK < 2.10. Added an ifdef to avoid compilation
3731         error.
3732
3733 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3734
3735         * configure.ac:
3736         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3737
3738         Fix ps backend in multihead systems.
3739
3740 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3741
3742         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3743         * shell/ev-window.c: (ev_window_get_screen_dpi),
3744         (ev_window_update_actions), (setup_view_from_metadata),
3745         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3746
3747         Take screen DPI into account when zooming. Fixes bug #318285.
3748
3749 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3750
3751         * data/Makefile.am:
3752
3753         Cleaned up/slightly refactored Makefile.am. Added GConf
3754         schemas uninstallation as well.
3755
3756 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3757
3758         * Makefile.am:
3759         * test/Makefile.am:
3760
3761         Fight with autotools to fix make check. Make distcheck
3762         works fine as well now!
3763
3764 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3765
3766         * shell/ev-view.c: (draw_end_presentation_page):
3767
3768         Corrected "end of presentation" string.
3769
3770 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3771
3772         * shell/ev-view.c: (ev_view_key_press_event):
3773
3774         Correctly propagate key press event so that up/down keys
3775         work as expected (correct behaviour was broken by
3776         black/white screen key bindings for presentations).
3777
3778 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3779
3780         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3781         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3782         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3783         (pdf_selection_get_selection_region),
3784         (pdf_selection_get_selection_map):
3785
3786         Add "static" to some private functions. 
3787
3788 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3789
3790         * lib/ev-tooltip.h:
3791         * properties/ev-properties-view.h:
3792         * shell/ev-jobs.h:
3793         * shell/ev-properties-dialog.h:
3794         * shell/ev-properties-fonts.h:
3795         * shell/ev-sidebar-links.h:
3796         * shell/ev-sidebar-thumbnails.h:
3797         * shell/ev-sidebar.h:
3798         * shell/ev-window.h:
3799         
3800         Fixes CHACK type in class casts. See bug #385343
3801         for details.
3802
3803 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3804
3805         * shell/ev-view-private.h:
3806         * shell/ev-view.c: (draw_end_presentation_page),
3807         (ev_view_expose_event), (ev_view_key_press_event),
3808         (ev_view_class_init), (ev_view_init):
3809
3810         Blank screen in presentation mode when pressing 'b' (filling with
3811         black) or 'w' (filling with white) keys. Fixes bug #358132.
3812
3813 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3814
3815         * data/evince-toolbar.xml:
3816         * shell/ev-window.c:
3817         
3818         Use stock icon for Select All action. Fixes
3819         bug #382652.
3820
3821 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3822
3823         * shell/ev-view.c: (get_doc_point_from_offset),
3824         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3825
3826         Add links support in rotated documents. Fixes bug #343733.
3827
3828 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-view-private.h:
3831         * shell/ev-view.c: (draw_end_presentation_page),
3832         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3833
3834         Show a blank page after the last page in presentation mode with a
3835         message indicating that presentation has finished and how to exit. 
3836
3837 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3838
3839         * shell/ev-window.c: (fullscreen_timeout_cb):
3840
3841         Hide cursor after a while in presentation mode. 
3842
3843 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3844
3845         * backend/ev-document-info.h:
3846         * data/evince-properties.glade:
3847         * pdf/ev-poppler.cc:
3848         * properties/ev-properties-view.c: (ev_regular_paper_size),
3849         (ev_properties_view_set_info):
3850         * ps/ps-document.c: (ps_document_get_info):
3851
3852         Adds a paper size field to the properties dialog. Fixes
3853         bug #307315. Patch by Kasper Svendsen (with some i18n
3854         changes done by me).
3855
3856 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3857
3858         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3859         (screensaver_init_dbus), (totem_scrsaver_new),
3860         (totem_scrsaver_init):
3861         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3862         * shell/ev-application.c: (ev_application_register_service),
3863         (ev_application_screensaver_enable),
3864         (ev_application_screensaver_disable):
3865         * shell/ev-application.h:
3866         * shell/ev-window.c: (ev_window_run_presentation),
3867         (ev_window_stop_presentation), (build_comments_string),
3868         (ev_window_init):
3869         
3870         Move screensaver handling to application. No more
3871         message on startup.
3872
3873 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3874
3875         * configure.ac:
3876         * backend/Makefile.am:
3877         * backend/ev-file-exporter.[ch]:
3878         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3879         * ps/ps-document.c: (ps_document_file_exporter_*):
3880         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3881         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3882         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3883         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3884
3885         Allow printing to PDF when suppoted by the backend.
3886         
3887 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3888
3889         * shell/ev-window.c: (build_comments_string):
3890
3891         Use always "Document Viewer" in about dialog. 
3892
3893 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3894
3895         * djvu/djvu-document.c: (djvu_document_get_page_size):
3896
3897         Display a warning message when get_pageinfo fails. 
3898
3899 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3900
3901         * Makefile.am:
3902         * backend/Makefile.am:
3903         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3904         * configure.ac:
3905         * shell/ev-window.c: (build_comments_string):
3906         
3907         Make pdf compilation optional. See bug #38007.
3908
3909 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3910
3911         * ps/ps.c: (get_next_text):
3912
3913         Fix CVE-2006-5864.
3914
3915 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3918         * shell/ev-navigation-action.c: (connect_proxy),
3919         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3920         
3921         Do not call g_type_class_peek_parent twice.
3922
3923 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3924
3925         * configure.ac:
3926         * data/icons/24x24/.cvsignore:
3927         * data/icons/24x24/Makefile.am:
3928         * data/icons/24x24/evince.png:
3929         * data/icons/Makefile.am:
3930         
3931         Add 24x24 icon. Thanks to 
3932         Michael Monreal <infernux@web.de>.
3933
3934 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3935
3936         * configure.ac: Fix typo in configure.ac. Thanks
3937         to dmacks@netspace.org for notification.
3938
3939 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3940
3941         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3942         
3943         Drop dbus include, fixes compilation with older dbus.
3944
3945 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3946
3947         * configure.ac:
3948         * cut-n-paste/Makefile.am:
3949         * cut-n-paste/totem-screensaver/.cvsignore
3950         * cut-n-paste/totem-screensaver/Makefile.am:
3951         * cut-n-paste/totem-screensaver/README:
3952         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3953         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3954         * shell/Makefile.am:
3955         * shell/ev-window.c: (ev_window_run_presentation),
3956         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3957         (ev_window_init):
3958
3959         Implemented screensaver enabling/disabling for
3960         presentation mode (not fullscreen mode). Code stolen
3961         from Totem (with some minor tweaks). Fixes bug #338889.
3962
3963 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3964
3965         * configure.ac:
3966
3967         Bump gnome-icon-theme requirements. We use the rotation
3968         icons that appeared recently.
3969
3970 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * shell/ev-history.c: (ev_history_add_page):
3973         * shell/ev-history.h:
3974         * shell/ev-window.c: (page_changed_cb):
3975         
3976         Use page labels instead of numbers.
3977
3978 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3979
3980         * data/evince-toolbar.xml:
3981         * po/POTFILES.in:
3982         * shell/Makefile.am:
3983         * shell/ev-navigation-action-widget.c:
3984         (ev_navigation_action_widget_init),
3985         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3986         (menu_detacher), (ev_navigation_action_widget_set_menu),
3987         (menu_position_func), (popup_menu_under_arrow),
3988         (ev_navigation_action_widget_toggled),
3989         (ev_navigation_action_widget_button_press_event):
3990         * shell/ev-navigation-action-widget.h:
3991         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3992         (ev_navigation_action_set_window), (activate_menu_item_cb),
3993         (new_history_menu_item), (new_empty_history_menu_item),
3994         (build_menu), (menu_activated_cb), (connect_proxy),
3995         (create_tool_item), (ev_navigation_action_init),
3996         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3997         * shell/ev-navigation-action.h:
3998         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3999         (ev_page_action_widget_set_page_cache),
4000         (ev_page_action_widget_finalize),
4001         (ev_page_action_widget_class_init), (match_selected_cb),
4002         (display_completion_text), (match_completion), (build_new_tree_cb),
4003         (get_filter_model_from_model),
4004         (ev_page_action_widget_update_model):
4005         * shell/ev-page-action-widget.h:
4006         * shell/ev-page-action.c: (activate_link_cb), (update_model),
4007         (connect_proxy):
4008         * shell/ev-page-action.h:
4009         * shell/ev-stock-icons.c:
4010         * shell/ev-stock-icons.h:
4011         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4012         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
4013         (register_custom_actions):
4014         * shell/main.c:
4015         
4016         Preliminary history implementation
4017
4018 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4019
4020         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
4021         (dvi_document_class_init), (dvi_document_init_params):
4022         * dvi/mdvi-lib/font.c: (font_reference):
4023         
4024         Add reference to subfont. Fixes bug #374277.
4025
4026 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
4027
4028         * shell/ev-window.c: (ev_window_create_tmp_symlink),
4029         (ev_window_cmd_file_open_copy_at_dest):
4030
4031         Fix a race condition when creating symlink. Increase the counter
4032         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
4033         Mathias Hasselmann).
4034
4035 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
4036
4037         * backend/Makefile.am:
4038         * backend/ev-attachment.c: (ev_attachment_open):
4039         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
4040         (ev_tmp_dir), (ev_tmp_filename):
4041         * shell/ev-sidebar-attachments.c:
4042         (ev_sidebar_attachments_drag_data_get):
4043         * shell/ev-window.c: (ev_window_clear_temp_file):
4044
4045         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
4046         in ensure_dir_exists. Abort without crashing when we can't create
4047         user's directory.
4048
4049 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4050
4051         * data/evince-ui.xml:
4052         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4053         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
4054         (ev_window_cmd_file_open_copy_at_dest),
4055         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
4056         (ev_view_popup_cmd_open_link_new_window):
4057
4058         Allow opening a copy of the current document in a new window. Fixes bug
4059         #357472
4060
4061 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4062
4063         * data/evince-toolbar.xml:
4064         
4065         Add rotate right and rotate left to available items for toolbar.
4066         
4067         * data/evince-ui.xml:
4068         * shell/ev-window.c: (ev_window_init):
4069         
4070         Customize toolbar with right click. Fixes bug #372451.
4071
4072 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4073
4074         * shell/ev-window.c: 
4075         
4076         Use "object-rotate-{left,right}" stock icons. Fixes 
4077         bug #373863.
4078
4079 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4080
4081         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4082         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4083         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4084         (ev_window_open_uri):
4085         * shell/main.c: (arguments_parse):
4086
4087         Remove temp file created when evince is used by GTK+ in
4088         preview mode. Fixes bug #365282. 
4089
4090 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4091
4092         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4093         
4094         Fixes bug #372474 - Side pane disabled when entering 
4095         and leaving fullscreen mode.
4096
4097 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4098
4099         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4100         * data/Makefile.am:
4101         * data/evince-preview-toolbar.xml:
4102         * data/evince-toolbar.xml:
4103         * shell/ev-application.c: (ev_application_shutdown),
4104         (ev_application_init), (ev_application_get_toolbars_model):
4105         * shell/ev-application.h:
4106         * shell/ev-window.c: (update_chrome_visibility),
4107         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4108         (ev_window_cmd_edit_toolbar), (ev_window_init):
4109         
4110         Fixes bug #364364 - toolbar editor shows zoom actions again.
4111
4112 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4113
4114         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4115
4116         Do not take margins into consideration for paper size when printing.
4117         Really fixes bug #350491.
4118
4119 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * data/evince-ui.xml:
4122         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4123         (ev_window_cmd_file_print_setup),
4124         (ev_window_print_dialog_response_cb),
4125         (ev_window_setup_action_sensitivity):
4126
4127         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4128
4129 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4130
4131         * shell/ev-window.c: (ev_window_print_range):
4132
4133         Revert my previuos commit, since printing to PDF is not supported by
4134         evince yet. 
4135
4136 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * shell/ev-window.c: (ev_window_print_range):
4139
4140         Enable print to a PDF. Fixes bug #332121.
4141
4142 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4143
4144         * shell/ev-application-service.xml:
4145         * shell/ev-application.[ch]: (ev_application_open_window),
4146         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4147         (ev_application_open_uri), (ev_application_open_uri_list):
4148         * shell/ev-window.c: (file_open_dialog_response_cb),
4149         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4150         (drag_data_received_cb), (open_remote_link):
4151         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4152
4153         Add support for multiscreen systems. Fixes bug #316206.
4154
4155 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4156
4157         * shell/ev-jobs.[ch]: (ev_job_print_new),
4158         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4159         (ev_job_print_do_page):
4160         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4161
4162         Allow printing only odd/even pages. Fixes bug #367289.
4163
4164 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4165
4166         * test/test1.py:
4167         * test/test2.py:
4168
4169         Re-add locale settings to test files.
4170
4171 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4172
4173         * data/evince-ui.xml:
4174         * shell/ev-window.c: (set_action_properties):
4175         
4176         Removed garbage from code and ui.
4177
4178 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4179
4180         * shell/ev-window.c: (ev_window_cmd_help_about):
4181
4182         Shamelessly add my name to the list of contributors.
4183
4184 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4185
4186         * test/test1.py:
4187         * test/test2.py:
4188
4189         Cleaned up the dogtail scripts.
4190
4191 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4192
4193         * shell/ev-view.c: (draw_loading_text): Don't render
4194         "loading..." text in presentation mode. Temporary
4195         workaround for bug #320352.
4196
4197 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4200         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4201
4202         Use print settings scale, copies, collate and reverse which were
4203         ignored. Fixes bug #359032.
4204
4205 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4206
4207         * configure.ac:
4208         * data/evince-password.glade:
4209         * test/Makefile.am:
4210         * test/test-encrypt.pdf:
4211         * test/test-links.pdf:
4212         * test/test1.py:
4213         * test/test2.py:
4214
4215         Add automated UI tests for evince with dogtail. See
4216         bug #300948.    
4217
4218 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4219
4220         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4221
4222         Hide fullscreen toolbar when switching to another desktop workspace.
4223         Fixes bug #338871
4224
4225 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4226
4227         * shell/ev-window-title.c: 
4228         
4229         Test for .dvi in title of pdf documents.
4230
4231 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4232
4233         * shell/ev-view.c: (ev_view_scroll):
4234
4235         Page Up/Down should do page jumps in "Best fit" mode.
4236         If a user has explicitly chosen to view exactly one page
4237         at a time, scrolling just a part of the page when
4238         pressing Page Up/Down is not right. Fixes bug #323107.
4239
4240 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4241
4242         * NEWS:
4243         * configure.ac:
4244         
4245         Update for 0.6.1
4246
4247 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4250         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4251         
4252         Correctly disconnect from job signals on destroy.
4253
4254 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4255
4256         * shell/ev-view-private.h:
4257         * shell/ev-view.c: (view_set_adjustment_values),
4258         (view_update_range_and_current_page),
4259         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4260         
4261         Fixes bug #343199, current page now follows find page.
4262
4263 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4264
4265         * backend/ev-document-factory.c:
4266         * configure.ac:
4267         Assigned OpenDocument presenation MIME type to the
4268         Impress backend. Added some missing (but harmless)
4269         #ifdefs in the document factory as well to make things
4270         consistent again. Fixes bug #360658.
4271
4272 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4273
4274         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4275         * backend/ev-document-find.c: (ev_document_find_get_type):
4276         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4277         * backend/ev-document-links.c: (ev_document_links_get_type):
4278         * backend/ev-document-security.c: (ev_document_security_get_type):
4279         * backend/ev-document-thumbnails.c:
4280         (ev_document_thumbnails_get_type):
4281         * backend/ev-document.c: (ev_document_get_type):
4282         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4283         * backend/ev-selection.c: (ev_selection_get_type):
4284         * cut-n-paste/recent-files/egg-recent-model.c:
4285         (egg_recent_model_get_type):
4286         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4287         (egg_recent_view_uimanager_get_type):
4288         * cut-n-paste/recent-files/egg-recent-view.c:
4289         (egg_recent_view_get_type):
4290         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4291         (egg_editable_toolbar_get_type):
4292         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4293         (egg_toolbar_editor_get_type):
4294         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4295         (egg_toolbars_model_get_type):
4296         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4297         (egg_tree_multi_drag_source_get_type):
4298         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4299         (ephy_zoom_action_get_type):
4300         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4301         (ephy_zoom_control_get_type):
4302         * impress/r_back.c: (_imp_fill_back):
4303         * properties/ev-properties-main.c:
4304         (ev_properties_plugin_register_type):
4305         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4306         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4307         (ev_view_accessible_factory_get_type):
4308
4309         Reduce relocations. Bug #360616.
4310
4311 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4312
4313         * backend/ev-document-factory.c:
4314         (ev_document_factory_get_document):
4315         
4316         Load document even if extension is wrong.
4317
4318 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4319
4320         * shell/ev-metadata-manager.c: (save_values):
4321         * shell/ev-window.c: (setup_size_from_metadata),
4322         (setup_view_from_metadata), (ev_window_setup_document),
4323         (ev_window_xfer_job_cb), (window_configure_event_cb):
4324         
4325         Set size according to the document size/page size ratio.
4326         That should correct rather wierd behaviour of the previous
4327         commit.
4328
4329 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4330
4331         * shell/ev-window.c: (setup_view_from_metadata):
4332         
4333         Set size for new windows from previous window size.
4334         See bugs #354968 and #168450 for details. Thanks
4335         to Meik Hellmund.
4336
4337 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4338
4339         * djvu/djvu-links.c: (build_tree):
4340
4341         Fix memory leak.
4342
4343 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4344
4345         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4346         
4347         Don't make sidebar close button insensitive. Fixes
4348         bug #357871.
4349
4350 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4351
4352         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4353         (ev_window_set_view_accels_sensitivity):
4354         
4355         Don't enable Slash on documents which don't support
4356         find. Fixes bug #358648.
4357
4358 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4359
4360         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4361         open dialog fall back to the current document uri if the
4362         filechooser hasn't been used before. Fixes bug #356980.
4363
4364 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4365
4366         * shell/ev-window.c: (ev_window_setup_recent), 
4367         (ev_window_get_recent_file_label):
4368
4369         Escape underscores in filenames of recent file items.
4370
4371 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * configure.ac:
4374         
4375         Bumped poppler requirements, really 0.5.3 is very 
4376         buggy, now we require 0.5.4.
4377
4378 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4379
4380         * djvu/Makefile.am:
4381         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4382         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4383         (djvu_document_document_links_iface_init):
4384         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4385         (number_from_string_10), (get_djvu_link_dest),
4386         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4387         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4388         (djvu_links_get_links), (djvu_links_find_link_dest),
4389         (djvu_links_get_links_model):
4390         * djvu/djvu-links.h:
4391         
4392         Add support for links and bookmarks in djvu documents. Thanks
4393         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4394         patch.
4395
4396 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4397
4398         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4399         
4400         Reopen should reload document. Fixes 
4401         bug 327951.
4402
4403 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4404
4405         * configure.ac:
4406         * data/Makefile.am:
4407         * data/evince-16.png:
4408         * data/evince-22.png:
4409         * data/evince.png:
4410         * data/evince.svg:
4411         * data/icons/16x16/Makefile.am:
4412         * data/icons/16x16/evince.png:
4413         * data/icons/22x22/Makefile.am:
4414         * data/icons/22x22/evince.png:
4415         * data/icons/48x48/Makefile.am:
4416         * data/icons/48x48/evince.png:
4417         * data/icons/Makefile.am:
4418         * data/icons/scalable/Makefile.am:
4419         * data/icons/scalable/evince.svg:
4420         
4421         Install icons with correct names. Fixes
4422         bug #354429.
4423
4424 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4425
4426         * shell/ev-view.c: (ev_view_button_release_event):
4427
4428         Don't open links with middle mouse button. Fixes bug #353649
4429
4430 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4431
4432         * NEWS:
4433         * configure.ac:
4434         
4435         Update for release 0.6.0
4436
4437 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4438
4439         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4440         Implement Close named action. Patch by Carlos Garcia Campos.
4441
4442 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4443
4444         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4445         
4446         Don't clear link mapping on copy_job_to_job_info. Fixes
4447         bug 346168.
4448
4449 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4450
4451         * shell/main.c: (main):
4452
4453         Revert my previous commit, gnome_program_init owns the option context.
4454         Fix another memory leak in main. Both caught by Christian Persch. 
4455
4456 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4457
4458         * shell/main.c: (main):
4459
4460         Fix memory leak.
4461
4462 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4463
4464         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4465
4466         Fix crash when opening a pdf with password protection. 
4467
4468 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4469
4470         * pdf/ev-poppler.cc: (pdf_document_search_free):
4471
4472         Fix memory leak. 
4473
4474 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4475
4476         * backend/ev-document-factory.c:
4477         (ev_document_factory_get_document):
4478         * tiff/tiff-document.c: (tiff_document_finalize):
4479         
4480         More correct handling of document loading. Fixes
4481         bug #349043.
4482
4483 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4484
4485         * backend/ev-attachment.c: (ev_attachment_save):
4486
4487         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4488         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4489
4490 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4491         
4492         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4493         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4494
4495 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4496
4497         * shell/ev-sidebar-thumbnails.c:
4498
4499         Do not render thumbnails unless thumbnails page is active in the
4500         sidebar.
4501
4502 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4503
4504         * shell/ev-properties-dialog.c:
4505
4506         Fix dialogue spacing. Bug #351370.
4507
4508 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4509
4510         * configure.ac:
4511
4512         Use lowercase gettext catalog file names (evince.mo
4513         instead of Evince.mo)
4514
4515 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4516
4517         * shell/ev-sidebar-attachments.c:
4518
4519         GtkIconTheme is now screen safe too. Fixes bug #350878
4520
4521 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4522
4523         * shell/ev-window.c:
4524
4525         GtkRecent manager is now screen safe. Fixes bug #350145
4526
4527 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4528
4529         * shell/ev-sidebar.c: (ev_sidebar_init):
4530         
4531         Make sidebar close icon smaller. Fix for bug 350177.
4532         See also bugs 350176 and 165770.
4533
4534 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4535
4536         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4537
4538         Ignore zoom for xyz destinations when it's <= 1, keeping user
4539         preferences instead. Set correct sizing-mode for fith and fitv
4540         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4541
4542 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4543
4544         * NEWS:
4545         * configure.ac:
4546         
4547         Update for release 0.5.5
4548
4549 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4550         
4551         * shell/ev-window.c: (ev_window_cmd_escape)
4552
4553         Escape unfocus page entry. Fixes bug #345809.
4554
4555 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4556
4557         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4558         (build_tree), (pdf_document_links_get_links),
4559         (pdf_document_links_find_link_dest):
4560         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4561         (goto_xyz_dest):
4562
4563         Convert from PDF style coordinates to X style coordinates in the
4564         backend rather than in the view. Fixes bug #338440
4565
4566 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4567
4568         * shell/ev-window.c:
4569         
4570         Remove Ctrl+Shift+T shortcut for toolbars. See
4571         the bug #350098.
4572
4573 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4574
4575         * configure.ac:
4576
4577         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4578         of this. 
4579
4580 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4581
4582         * configure.ac:
4583         * cut-n-paste/Makefile.am:
4584         * data/evince-ui.xml:
4585         * shell/Makefile.am:
4586         * shell/ev-application.[ch]:
4587         * shell/ev-window.c:
4588
4589         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4590         #349273
4591
4592 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4593
4594         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4595         findbar code: s/help/search/
4596
4597 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4598
4599         * shell/ev-window.c: (setup_document_from_metadata),
4600         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4601         (setup_view_from_metadata):
4602         
4603         Fix memory leaks.
4604
4605 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4606
4607         * autogen.sh, configure.ac: 
4608         
4609         Update automake usage. See bug 349292.
4610
4611 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4612
4613         * shell/eggfindbar.c: (egg_find_bar_class_init),
4614         (entry_activate_callback), (egg_find_bar_init),
4615         (egg_find_bar_set_status_text):
4616         * shell/eggfindbar.h:
4617         
4618         Unify Evince findbar with Epiphany. Nice patch
4619         from Fabricio Silva <silva@crans.org> and
4620         Frederic Peters <fpeters@entrouvert.com>. See
4621         bug #339966 for details.
4622
4623 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4624
4625         * data/evince.desktop.in.in:
4626         
4627         Correct information for bugzilla. Thanks to
4628         Olaf Vitters, see bug #348855.
4629
4630 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4631
4632         * shell/ev-jobs.[ch]:
4633         * shell/ev-sidebar-links.c:
4634         * shell/ev-window.[ch]:
4635
4636         GtkPrintJob doesn't support print ranges or current page, so we export
4637         to a ps file now when printing ranges or current page.
4638
4639 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4640
4641         * pdf/ev-poppler.cc:
4642         * shell/ev-window.c: (do_action_named):
4643
4644         We should be more clear about bugzilla. See the
4645         poppler bug #7623.
4646
4647 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4648
4649         * configure.ac:
4650         * shell/Makefile.am:
4651         * shell/ev-job-queue.c:
4652         * shell/ev-jobs.[ch]:
4653         * shell/ev-sidebar-links.c:
4654         * shell/ev-window.[ch]:
4655         
4656         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4657         #348422
4658
4659 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4660
4661         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4662         * shell/ev-application-service.xml:
4663         * shell/ev-application.[ch]:
4664         * shell/ev-jobs.[ch]:
4665         * shell/ev-window.[ch]: (ev_window_run_preview):
4666         * shell/main.c: 
4667
4668         Add preview mode to use evince as a printing previewer. It also adds
4669         other command line options for fullscreen and presentation modes.
4670         Fixes bugs #347822, #317031
4671
4672 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4673
4674         * NEWS:
4675         * configure.ac:
4676         
4677         Update for release 0.5.4
4678
4679 2006-07-11  Bastien Nocera <hadess@hadess.net>
4680
4681         * Makefile.am:
4682         * backend/Makefile.am:
4683         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4684         * backend/ev-document-factory.h:
4685         * configure.ac:
4686         * impress/.cvsignore:
4687         * impress/Makefile.am:
4688         * impress/common.h:
4689         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4690         (imp_get_page), (imp_next_page), (imp_prev_page),
4691         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4692         * impress/f_oasis.c: (render_object), (render_page),
4693         (get_geometry), (_imp_oasis_load):
4694         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4695         (_imp_oo13_load):
4696         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4697         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4698         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4699         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4700         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4701         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4702         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4703         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4704         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4705         (iks_new_within), (iks_insert), (iks_insert_cdata),
4706         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4707         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4708         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4709         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4710         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4711         (iks_cdata), (iks_cdata_size), (iks_has_children),
4712         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4713         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4714         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4715         (iks_tree), (iks_load), (iks_save):
4716         * impress/iksemel.h:
4717         * impress/imposter.h:
4718         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4719         (imp_render_draw_bezier_real), (imp_render_get_size),
4720         (imp_render_set_fg_color), (imp_render_draw_line),
4721         (imp_render_draw_rect), (imp_render_draw_polygon),
4722         (imp_render_draw_arc), (imp_render_draw_bezier),
4723         (imp_render_open_image), (imp_render_get_image_size),
4724         (imp_render_scale_image), (imp_render_draw_image),
4725         (imp_render_close_image), (imp_render_markup),
4726         (imp_render_get_text_size), (imp_render_draw_text),
4727         (impress_document_load), (impress_document_save),
4728         (impress_document_get_n_pages), (impress_document_get_page_size),
4729         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4730         (impress_document_finalize), (impress_document_class_init),
4731         (impress_document_can_get_text), (impress_document_get_info),
4732         (impress_document_document_iface_init),
4733         (impress_document_thumbnails_get_thumbnail),
4734         (impress_document_thumbnails_get_dimensions),
4735         (impress_document_document_thumbnails_iface_init),
4736         (impress_document_init):
4737         * impress/impress-document.h:
4738         * impress/internal.h:
4739         * impress/r_back.c: (_imp_fill_back):
4740         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4741         (_imp_draw_image), (_imp_tile_image):
4742         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4743         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4744         (r_polyline):
4745         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4746         (r_draw_gradient_complex), (r_draw_gradient):
4747         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4748         (r_get_bullet):
4749         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4750         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4751         (r_text):
4752         * impress/render.c: (imp_create_context), (imp_context_set_page),
4753         (imp_context_set_step), (imp_render), (imp_delete_context):
4754         * impress/render.h:
4755         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4756         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4757         (zip_load_xml), (zip_get_size), (zip_load):
4758         * impress/zip.h:
4759         * shell/ev-utils.c:
4760         
4761         New backend to support impress slides. Fixes bug #30867.
4762
4763 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4764
4765         * shell/ev-utils.c: (using_postscript_printer):
4766         
4767         Fixes crash when print using PAPI backend,
4768         bug #345012.
4769
4770 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4771
4772         * shell/ev-jobs.c: (ev_job_xfer_run):
4773         * shell/ev-window.c: (password_dialog_response),
4774         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4775         (ev_window_dispose):
4776         Fixes bug #344160: if the xfer job doesn't complete
4777         because a password is required, reload the existing
4778         instance instead of creating a new one.
4779
4780 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4781
4782         * shell/main.c: (main): Call gdk_threads_init. Thus
4783         we'll avoid errors in auth dialog. Fix for the bug
4784         #343347.
4785
4786 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4787
4788         * configure.ac: Advertise pixbuf support, fix
4789         for the bug 343317.
4790
4791 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4794         (ev_sidebar_thumbnails_set_document):
4795         
4796         Update sidebar thumbnails after reloading.
4797
4798 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4799
4800         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4801         * shell/ev-jobs.h:
4802         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4803         (ev_window_cmd_view_reload), (ev_window_init):
4804         
4805         Don't crash on reload. Fix for the bug #343167.
4806
4807 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4808
4809         * shell/ev-jobs.c: (ev_job_render_run):
4810         
4811         Check for document links.
4812
4813 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4814
4815         * backend/ev-attachment.c: (ev_attachment_save),
4816         (ev_attachment_launch_app), (ev_attachment_open):
4817         * backend/ev-document-factory.c: (get_document_from_uri):
4818         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4819         (egg_recent_view_uimanager_set_list):
4820         * ps/ps-document.c: (check_filecompressed), (document_load),
4821         (ps_document_load):
4822         * shell/ev-metadata-manager.c: (load_values):
4823         * shell/ev-password.c: (ev_password_dialog_set_property):
4824         * shell/ev-view.c: (tip_from_link):
4825         * shell/ev-window.c: (file_save_dialog_response_cb),
4826         (ev_window_print_dialog_response_cb):
4827         
4828         Use consistent quoting style. Fix for the bug #320285.
4829
4830 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4831
4832         * shell/ev-jobs.c: (ev_job_xfer_run):
4833         * shell/main.c: (load_files):
4834                 
4835         Open links with anchors. Fix for the bug #339836.
4836
4837 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4838
4839         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4840         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4841         (ev_link_dest_set_property), (ev_link_dest_finalize),
4842         (ev_link_dest_class_init), (ev_link_dest_new_named),
4843         (ev_link_dest_new_page_label):
4844         * backend/ev-link-dest.h:
4845         * shell/ev-application.c: (ev_application_open_uri):
4846         * shell/ev-view.c: (goto_dest):
4847         * shell/ev-window.c:
4848         * shell/ev-window.h:
4849         
4850         Fix page-label command line option. Bug #342070.
4851
4852 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4853
4854         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4855         
4856         Don't show highlight rects if page can't be showed. Fix for 
4857         the bug #342076
4858
4859 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4860
4861         * shell/ev-window.c: (setup_sidebar_from_metadata),
4862         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4863         
4864         Setup sidebar from metadata even if there is no document
4865         loaded. Fix for the bug #342807.
4866
4867 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4868
4869         * cut-n-paste/toolbar-editor/Makefile.am:
4870         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4871         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4872         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4873         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4874         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4875         (popup_context_menu_cb), (button_press_event_cb),
4876         (configure_item_sensitivity), (configure_item_cursor),
4877         (configure_item_tooltip), (connect_widget_signals),
4878         (action_sensitive_cb), (create_item_from_action),
4879         (create_item_from_position), (toolbar_drag_data_received_cb),
4880         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4881         (toolbar_drag_leave_cb), (configure_drag_dest),
4882         (toggled_visibility_cb), (toolbar_visibility_refresh),
4883         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4884         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4885         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4886         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4887         (egg_editable_toolbar_dispose),
4888         (egg_editable_toolbar_set_ui_manager),
4889         (egg_editable_toolbar_get_selected),
4890         (egg_editable_toolbar_set_selected), (set_edit_mode),
4891         (egg_editable_toolbar_set_property),
4892         (egg_editable_toolbar_get_property),
4893         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4894         (egg_editable_toolbar_new_with_model),
4895         (egg_editable_toolbar_get_edit_mode),
4896         (egg_editable_toolbar_set_edit_mode),
4897         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4898         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4899         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4900         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4901         (item_added_or_removed_cb), (toolbar_removed_cb),
4902         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4903         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4904         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4905         (editor_create_item_from_name), (append_table),
4906         (update_editor_sheet), (egg_toolbar_editor_init):
4907         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4908         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4909         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4910         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4911         (toolbar_node_free), (egg_toolbars_model_get_flags),
4912         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4913         (egg_toolbars_model_get_name), (impl_add_item),
4914         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4915         (parse_data_list), (parse_item_list), (parse_toolbars),
4916         (egg_toolbars_model_load_toolbars), (parse_available_list),
4917         (parse_names), (egg_toolbars_model_load_names),
4918         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4919         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4920         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4921         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4922         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4923         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4924         (egg_toolbars_model_set_types), (fill_avail_array),
4925         (egg_toolbars_model_get_name_avail),
4926         (egg_toolbars_model_get_name_flags),
4927         (egg_toolbars_model_set_name_flags):
4928         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4929         * cut-n-paste/toolbar-editor/eggintl.h:
4930         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4931         (egg_tree_multi_drag_source_get_type),
4932         (egg_tree_multi_drag_source_row_draggable),
4933         (egg_tree_multi_drag_source_drag_data_delete),
4934         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4935         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4936         (path_list_free), (set_context_data), (get_context_data),
4937         (get_info), (egg_tree_multi_drag_drag_data_get),
4938         (egg_tree_multi_drag_motion_event),
4939         (egg_tree_multi_drag_button_press_event),
4940         (egg_tree_multi_drag_add_drag_support):
4941         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4942         * shell/ev-application.c: (ev_application_init),
4943         (ev_application_save_toolbars_model):
4944         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4945         (ev_window_cmd_edit_toolbar), (ev_window_init):
4946         
4947         Sync toolbareditor with epiphany and libegg
4948
4949 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4950
4951         * configure.ac: 
4952
4953         Depend on poppler 0.5.2
4954
4955 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4956
4957         * shell/ev-jobs.c: (ev_job_render_run):
4958         
4959         Check if document supports links iterface.
4960
4961 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4962
4963         * NEWS:
4964         * configure.ac:
4965         
4966         Update for release 0.5.3
4967
4968 2006-05-13  Michael Plump  <plumpy@skylab.org>
4969
4970         * configure.ac:
4971         * shell/Makefile.am:
4972         * shell/main.c: (main):
4973         
4974         Port to GOption command line parsing. Fix for the 
4975         bug #327518
4976
4977 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4978
4979         * shell/ev-window.c: (ev_window_cmd_help_about):
4980         
4981         Do not wrap license. Fix for the bug #309460.
4982
4983 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4984
4985         * configure.ac:
4986         * properties/ev-properties-main.c: (ev_properties_get_pages):
4987         * shell/ev-application.c: (ev_application_open_window),
4988         (ev_application_open_uri_at_dest):
4989         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4990         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4991         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4992         * shell/ev-utils.c: (save_print_config_to_file):
4993         * shell/ev-window.c: (ev_window_cmd_save_as),
4994         (ev_attachment_popup_cmd_save_attachment_as):
4995         * shell/main.c: (load_files_remote):
4996         
4997         Bump requirements to gtk 2.8 and drop all ifdefs used.
4998
4999 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5000
5001         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
5002         * shell/ev-window.c: (ev_window_init):
5003         
5004         Show attachments page.
5005
5006 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5007
5008         * po/POTFILES.in:
5009         * shell/ev-attachment-bar.c:
5010         * shell/ev-attachment-bar.h:
5011         * shell/ev-sidebar-attachments.c:
5012         (ev_sidebar_attachments_icon_cache_add),
5013         (icon_theme_get_pixbuf_from_mime_type),
5014         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
5015         (ev_sidebar_attachments_icon_cache_refresh),
5016         (ev_sidebar_attachments_get_attachment_at_pos),
5017         (ev_sidebar_attachments_popup_menu_show),
5018         (ev_sidebar_attachments_popup_menu),
5019         (ev_sidebar_attachments_button_press),
5020         (ev_sidebar_attachments_update_icons),
5021         (ev_sidebar_attachments_drag_data_get),
5022         (ev_sidebar_attachments_get_property),
5023         (ev_sidebar_attachments_destroy),
5024         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
5025         (ev_sidebar_attachments_new),
5026         (ev_sidebar_attachments_set_document),
5027         (ev_sidebar_attachments_support_document),
5028         (ev_sidebar_attachments_get_label),
5029         (ev_sidebar_attachments_page_iface_init):
5030         * shell/ev-sidebar-attachments.h:
5031         * shell/ev-window.c: (update_chrome_visibility),
5032         (setup_sidebar_from_metadata), (ev_window_setup_document),
5033         (ev_window_sidebar_current_page_changed_cb),
5034         (attachment_bar_menu_popup_cb), (ev_window_init):
5035         
5036         Move attachments bar to sidebar.
5037
5038 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
5039
5040         * pdf/ev-poppler.cc:
5041         * shell/ev-application.[ch]:
5042         * shell/main.c:
5043
5044         Fix some memory leaks.
5045
5046 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5047
5048         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
5049
5050         Change the properties dialog response to
5051         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
5052         will make the dialog go away when the user presses
5053         enter. With gtk+ >= 2.9 this will happen anyway, but for
5054         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
5055         escape by default. Fixes bug #340539. See also bug
5056         #101293 for the gtk+ part.
5057
5058 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
5059
5060         * shell/ev-view.c (tip_from_action_named): Replace some strings
5061         that were wrong. Closes #340970.
5062
5063 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
5064
5065         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
5066
5067         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5068         #341049
5069
5070 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5071
5072         * djvu/Makefile.am:
5073         * dvi/Makefile.am:
5074         * dvi/mdvi-lib/Makefile.am:
5075         * properties/Makefile.am:
5076         * ps/Makefile.am:
5077         * shell/Makefile.am:
5078         * thumbnailer/Makefile.am:
5079         
5080         Due to broken libtool that is unable to track dependencies
5081         of noinst libraries we are forced to explicitely point
5082         libraries for binary. Fix for the bug #333334.
5083
5084 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5085
5086         * data/evince.desktop.in.in:
5087         * shell/ev-view.c: (view_update_range_and_current_page),
5088         (ev_view_next_page), (ev_view_previous_page):
5089         * shell/ev-window.c: (update_chrome_visibility),
5090         (setup_sidebar_from_metadata), (ev_window_setup_document),
5091         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5092         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5093         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5094         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5095         (ev_window_stop_presentation), (ev_window_focus_in_event),
5096         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5097         (ev_window_init):
5098         * thumbnailer/Makefile.am:
5099         
5100         Update fullscreen and presentation timeout handling. Hide
5101         cursor in presentation after timeout. Fix for the bugs
5102         #136359 and #336981.
5103
5104 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5105
5106         * backend/ev-link-action.[ch]:
5107         * pdf/ev-poppler.cc: (ev_link_from_action):
5108         * shell/ev-view-private.h:
5109         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5110         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5111
5112         Add support for Named Action links
5113
5114 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5115
5116         * backend/Makefile.am:
5117         * backend/ev-document-links.[ch]:
5118         * backend/ev-document.[ch]:
5119         * backend/ev-link-action.[ch]:
5120         * backend/ev-link-dest.[ch]:
5121         * backend/ev-link.[ch]:
5122         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5123         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5124         * shell/ev-page-action.c: (build_new_tree_cb):
5125         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5126         (links_page_num_func), (update_page_callback):
5127         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5128         (tip_from_link):
5129         * shell/ev-jobs.c:
5130         * shell/ev-window.[ch]: (ev_window_open_uri),
5131         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5132         * shell/ev-application.[ch]: (ev_application_open_window),
5133         (ev_application_open_uri):
5134
5135         Rework links system, it adds support for remote links now and it makes
5136         easier to add new kinds of actions and destinations. Fixes bug #317292
5137
5138 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5139
5140         * data/Makefile.am:
5141         * data/evince.png:
5142         * data/evince-16.png:
5143         * data/evince-22.png:
5144         * data/evince.svg:
5145         * shell/main.c: (main):
5146         
5147         Evince use it's own icon. Fix for the bug #313392.
5148
5149         * shell/ev-window.c: (fullscreen_timeout_cb),
5150         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5151         (ev_window_cmd_help_about), (ev_window_dispose):
5152         
5153         Simplify fullscreen timeout code.
5154
5155 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5156
5157         * backend/ev-attachment.c: 
5158         * shell/ev-attachment-bar.c:
5159         * shell/ev-window.c:
5160
5161         Allow multiple selection of attachments
5162
5163 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5164
5165         * shell/ev-view.c: (view_update_range_and_current_page),
5166         (ev_view_scroll):
5167         
5168         Fix for the bug #312573 – Optimal selection of current 
5169         page among visible pages.
5170
5171 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5172
5173         * configure.ac:
5174         * djvu/Makefile.am:
5175         * djvu/djvu-text.h:
5176         
5177         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5178         for the bug 339868.
5179
5180 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5181
5182         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5183
5184 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5185
5186         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5187         dictated by the GNOME HIG. Fixes bug #339235.
5188
5189 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5190
5191         * data/evince-ui.xml:
5192         * shell/ev-view.c: (ev_view_can_find_previous):
5193         * shell/ev-view.h:
5194         * shell/ev-window.c: (ev_window_update_actions),
5195         (ev_window_cmd_edit_find_previous):
5196
5197         Add support for "Find Previous" as dictated by the GNOME HIG. A
5198         menu item is added and some glue code to make it all work is added
5199         to various files.
5200
5201 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5202
5203         * configure.ac: Award myself the "useless use of cat" award.
5204
5205 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5206
5207         * po/LINGUAS: New file listing all supported languages.
5208
5209         * configure.in: Use po/LINGUAS instead of including all languages
5210         directly in this file. See the wiki for more information:
5211         http://live.gnome.org/GnomeGoals/PoLinguas
5212
5213 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5214
5215         * backend/ev-document-factory.c:
5216
5217         Do not load the document twice when there isn't errors
5218
5219 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5220
5221         * backend/ev-attachment.c: 
5222
5223         Fix a crash when there isn't a default application to open an
5224         attachment
5225
5226 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5227
5228         * backend/ev-attachment.[ch]:
5229         * shell/ev-attachment-bar.[ch]:
5230
5231         Added missing files. 
5232
5233 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5234
5235         * backend/Makefile.am:
5236         * data/evince-ui.xml:
5237         * backend/ev-attachment.[ch]:
5238         * backend/ev-document.[ch]: (ev_document_has_attachments),
5239         (ev_document_get_attachments):
5240         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5241         (attachment_save_to_buffer), (pdf_document_get_attachments),
5242         (pdf_document_document_iface_init):
5243         * shell/Makefile.am:
5244         * shell/ev-attachment-bar.[ch]:
5245         * shell/ev-window.c:
5246
5247         Add support for PDF attachments. Fixes bug #325143
5248
5249 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * backend/ev-document-factory.c: (get_document_from_uri),
5252         (ev_document_factory_get_document):
5253         * backend/ev-document-factory.h:
5254         * properties/ev-properties-main.c: (ev_properties_get_pages):
5255         * shell/Makefile.am:
5256         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5257         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5258         (ev_job_queue_remove_job):
5259         * shell/ev-job-queue.h:
5260         * shell/ev-job-xfer.c:
5261         * shell/ev-job-xfer.h:
5262         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5263         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5264         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5265         (ev_job_xfer_run):
5266         * shell/ev-jobs.h:
5267         * shell/ev-window.c: (ev_window_is_empty),
5268         (password_dialog_response), (ev_window_clear_xfer_job),
5269         (ev_window_xfer_job_cb), (ev_window_open_uri),
5270         (ev_window_cmd_focus_page_selector),
5271         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5272         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5273         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5274         (ev_window_dispose):
5275         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5276         
5277         * Cleanup mime type detection on document load. Fix for the
5278         bug #336448.
5279
5280 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5281
5282         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5283         
5284         Fix crash on exit, described in the bug #336825.
5285
5286 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5287
5288         * backend/ev-document-factory.c:
5289         (ev_document_factory_get_from_mime),
5290         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5291         (ev_document_factory_get_document),
5292         (file_filter_add_mime_list_and_free),
5293         (ev_document_factory_add_filters):
5294         * backend/ev-document-factory.h:
5295         * properties/ev-properties-main.c: (ev_properties_get_pages):
5296         * shell/Makefile.am:
5297         * shell/ev-application.c:
5298         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5299         * shell/ev-window.c: (ev_window_cmd_file_open),
5300         (ev_window_cmd_save_as):
5301         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5302         
5303         Rework factory functions so they are placed now in a single 
5304         file ev-document-factory.c
5305
5306 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5307
5308         * shell/ev-window.c: (update_chrome_visibility):
5309         
5310         Fix for the bug 166566 - don't show menubar in fullscreen
5311         mode.
5312
5313 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5314
5315         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5316
5317 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5318
5319         * shell/ev-view.c: (ev_view_expose_event):
5320         
5321         More correctly draw loading text when document
5322         is empty.
5323
5324 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5325
5326         * shell/ev-view.c: (ev_view_scroll):
5327         
5328         Fix for the bug #334854, page down and page up switch
5329         pages in presentation mode.
5330
5331 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5332
5333         * shell/ev-window.c: (ev_window_set_action_sensitive),
5334         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5335         (ev_window_set_view_accels_sensitivity),
5336         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5337         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5338         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5339         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5340         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5341         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5342         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5343         (view_actions_focus_in_cb), (ev_window_init):
5344         
5345         Fix for the bug #333902, now it's possible to search
5346         words with slash.
5347
5348 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5349
5350         * configure.ac: Added Breton translation.
5351         * po/br.po: Added Breton translation.
5352
5353 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5354
5355         * shell/ev-window-title (ev_window_title_update):
5356
5357         Fix memory leak in window title. Fixes bug #333944
5358
5359 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5360
5361         * shell/ev-metadata-manager.c (parseItem):
5362
5363         Fix memory leaks. Fixes bug #333945
5364
5365 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5366         
5367         * NEWS, configure.ac, TODO:
5368         
5369         Update for release 0.5.2.
5370
5371 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5372
5373         * shell/ev-view.c: (view_update_range_and_current_page),
5374         (page_changed_cb):
5375         
5376         Don't jump on scrolling, fix for the bug #333127.
5377
5378 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5379
5380         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5381         
5382         Scroll by one page in presentation mode. Fix for the bug
5383         #332993.
5384
5385 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5386
5387         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5388
5389 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5390
5391         * configure.ac  Added lv in ALL_LINGUAS line.
5392
5393 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5394         
5395         * NEWS, configure.ac:
5396         
5397         Update for release 0.5.1
5398
5399 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5400
5401         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5402         * backend/ev-document-misc.h:
5403         * shell/ev-view.c: (draw_one_page):
5404         
5405          Clairfy what page the toolbar page number applies to. Fix
5406          for the bug #328102.
5407
5408 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5409
5410         * shell/ev-view-private.h:
5411         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5412         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5413         (ev_view_search_changed):
5414         * shell/ev-view.h:
5415         * shell/ev-window.c: (find_bar_search_changed_cb):
5416         
5417         Dont't jump to find result if window was scrolled during search.
5418         Fix for the bug #313266.
5419
5420 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5421
5422         * shell/eggfindbar.c: (egg_find_bar_class_init):
5423         * shell/eggfindbar.h:
5424         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5425         * shell/ev-view-private.h:
5426         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5427         (ev_view_class_init), (ev_sizing_mode_get_type),
5428         (ev_scroll_type_get_type):
5429         * shell/ev-view.h:
5430         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5431         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5432         (ev_window_init):
5433         
5434         Fix for the bug 319133 - Find entry should allow text scroll.
5435
5436 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5437
5438         * shell/ev-view-private.h:
5439         * shell/ev-view.c: (view_update_range_and_current_page),
5440         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5441         (ev_view_set_document), (update_find_status_message),
5442         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5443         (ev_view_find_previous):
5444         
5445         Fix for the bug #319137. Search now takes account for scrolling.
5446
5447 2006-02-19  Michael Hofmann <mh21@piware.de>
5448
5449         * configure.ac:
5450         * djvu/Makefile.am:
5451         * djvu/djvu-document-private.h:
5452         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5453         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5454         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5455         (djvu_document_can_get_text), (djvu_document_get_text),
5456         (djvu_document_document_iface_init),
5457         (djvu_document_thumbnails_get_thumbnail),
5458         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5459         (djvu_document_find_get_result),
5460         (djvu_document_find_page_has_results),
5461         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5462         (djvu_document_find_iface_init):
5463         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5464         (djvu_text_page_selection), (djvu_text_page_limits_process),
5465         (djvu_text_page_limits), (djvu_text_page_copy),
5466         (djvu_text_page_position), (djvu_text_page_union),
5467         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5468         (djvu_text_page_box), (djvu_text_page_append_text),
5469         (djvu_text_page_search), (djvu_text_page_prepare_search),
5470         (djvu_text_page_new), (djvu_text_page_free):
5471         * djvu/djvu-text-page.h:
5472         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5473         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5474         (djvu_text_n_results), (djvu_text_has_results),
5475         (djvu_text_get_result), (djvu_text_get_progress):
5476         * djvu/djvu-text.h:
5477         
5478         Text search in djvu. Fix for the bug #303415.
5479
5480 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5481
5482         * configure.ac:
5483         * shell/ev-window.c: (ev_window_cmd_save_as):
5484         
5485         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5486         Thanks to Gary Coady <gary@lyranthe.org>
5487
5488 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5489
5490         * shell/ev-print-job.c: (idle_print_handler):
5491         
5492         Inverse order printing, bug #320919.
5493
5494 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5495
5496         * data/evince-toolbar.xml:
5497         * shell/ev-window.c:
5498         
5499         Allow to add sidebar checkbutton on toolbar. Fix
5500         for the bug #144577.
5501
5502 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5503
5504         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5505         
5506         Add checks that have sense for empty ps document.
5507
5508 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5509
5510         * configure.ac: Include PS in mime types list. 
5511
5512 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5513
5514         * configure.ac:
5515         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5516         * ps/gsdefaults.h:
5517         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5518         
5519         Runtime check for gs interpreter. Fix for the bug #320868.
5520         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5521
5522 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5523
5524         * shell/ev-application.c: 
5525
5526         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5527         dbus>=0.60, so that the request is not queued. 
5528
5529 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5530
5531         * configure.ac:
5532         * shell/Makefile.am:
5533         * shell/ev-sidebar-links.c: (print_section_cb):
5534         * shell/ev-utils.c:
5535         * shell/ev-utils.h:
5536         * shell/ev-window.c: (update_action_sensitivity),
5537         (ev_window_close_dialogs), (ev_window_print):
5538         * shell/ev-window.h:
5539         
5540         Make printing support optional. Patch from Eduardo de Barros Lima
5541         <eduardo.lima@indt.org.br> for the bug #330546.
5542
5543 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5544
5545         * shell/ev-view-private.h:
5546         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5547         (ev_view_set_document):
5548         * shell/ev-view.h:
5549         * shell/ev-window.c: (ev_window_load_job_cb),
5550         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5551         (ev_window_init):
5552
5553         Draw Loading message during xfer job. Fix for the bug #329495.
5554
5555 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5556
5557         * comics/comics-document.c: (comics_regex_quote),
5558         (comics_document_load), (extract_argv):
5559         
5560         Correcly quote regexp before passing it to unzip.
5561
5562 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5563
5564         * shell/ev-page-cache.c: (build_height_to_page),
5565         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5566         (ev_page_cache_get_dual_even_left):
5567         * shell/ev-page-cache.h:
5568         * shell/ev-view.c: (view_update_range_and_current_page),
5569         (get_page_y_offset), (get_page_extents):
5570         
5571         Place even pages to the left if document has less then
5572         two pages. Fix for the bug #328856.
5573
5574 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5575
5576         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5577         
5578         Correct comics scheme. This make evince create thumbnails
5579         for comic books. Fix for the bug 329088.
5580
5581 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5582
5583         * data/evince-password.glade: Don't explicitly set
5584         invisible_char to the current default value in case
5585         the default changes; let GTK+ do its magic.
5586
5587 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5588
5589         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5590         real filename to tmp filename since often document
5591         type is determined by extension.
5592
5593 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5594
5595         * shell/ev-view.c: (add_scroll_binding_keypad),
5596         (ev_view_binding_activated), (ev_view_class_init):
5597         
5598         Add keybindings for percision-scrolling of display area. 
5599         Fix for the bug #314072.
5600
5601 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5602
5603         * data/evince.desktop.in.in:
5604         
5605         Add GTK to the list of categories. Fix for the bug #328034.
5606
5607 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5608
5609         * shell/ev-application.c: (ev_application_shutdown),
5610         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5611         * shell/ev-application.h:
5612         * shell/ev-window.c: (file_open_dialog_response_cb),
5613         (ev_window_cmd_file_open):
5614         
5615         Save last uri in file chooser dialog. Fix for the bug #327950.
5616
5617 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5618
5619         * NEWS:
5620         * README:
5621         
5622         Final update for release 0.5.0
5623         
5624         * shell/Makefile.am:
5625         
5626         Remove disable deprecated until we'll require libgnome-2.13.7
5627         and port to GOption argument parsing. See bug 327518.
5628
5629 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5630
5631         * comics/comics-document.c: (comics_document_save):
5632         * djvu/djvu-document.c: (djvu_document_save):
5633         * dvi/dvi-document.c: (dvi_document_save):
5634         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5635         * lib/ev-file-helpers.h:
5636         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5637         * tiff/tiff-document.c: (tiff_document_save):
5638         
5639         Use common save function for backends.
5640
5641 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5642
5643         * backend/ev-document-types.c:
5644         
5645         Fix crash on saving pixbuf.
5646
5647 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5648
5649         * cut-n-paste/recent-files/egg-recent-item.c:
5650         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5651         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5652         (parse_info_free), (valid_element), (start_element_handler),
5653         (end_element_handler), (text_handler), (egg_recent_model_filter),
5654         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5655         (egg_recent_model_monitor), (egg_recent_model_read),
5656         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5657         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5658         (egg_recent_model_set_property), (egg_recent_model_class_init),
5659         (egg_recent_model_init), (egg_recent_model_add_full),
5660         (egg_recent_model_delete), (egg_recent_model_get_list),
5661         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5662         (egg_recent_model_set_filter_mime_types),
5663         (egg_recent_model_clear_group_filter),
5664         (egg_recent_model_set_filter_groups),
5665         (egg_recent_model_clear_scheme_filter),
5666         (egg_recent_model_set_filter_uri_schemes),
5667         (egg_recent_model_remove_expired):
5668         * cut-n-paste/recent-files/egg-recent-util.c:
5669         (egg_recent_util_get_icon):
5670         * cut-n-paste/recent-files/egg-recent-util.h:
5671         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5672         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5673         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5674         (egg_recent_view_uimanager_set_property),
5675         (egg_recent_view_uimanager_get_property),
5676         (egg_recent_view_uimanager_class_init),
5677         (egg_recent_view_uimanager_init),
5678         (egg_recent_view_uimanager_set_label_width),
5679         (egg_recent_view_uimanager_get_label_width):
5680         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5681         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5682         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5683         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5684         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5685         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5686         
5687         Update from libegg.
5688
5689 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5690
5691         * shell/ev-page-cache.c: (build_height_to_page),
5692         (ev_page_cache_get_height_to_page):
5693         * shell/ev-page-cache.h:
5694         * shell/ev-view.c: (view_update_range_and_current_page),
5695         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5696         (ev_view_previous_page):
5697         
5698         Dual mode places even pages to the left. Fix for the bug #309393.
5699
5700         * shell/ev-view.h:
5701         * shell/ev-window.c: (update_action_sensitivity),
5702         (setup_view_from_metadata), (view_menu_popup_cb):
5703         
5704         Don't restore presentation in empty windows, more intelligent
5705         next page behaviour in dual mode.
5706
5707         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5708         (ev_pixbuf_cache_clear_job_sizes):
5709         
5710         Cleanup job callback on removal. Fix for the bug #325886.
5711
5712 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5713
5714         * ps/ps.c: (psscan):
5715         
5716         Commit workaround Mozilla problem. Fix for the bug #325919
5717         
5718         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5719         (save_item):
5720         
5721         Fix for year 2038 problem.
5722
5723 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5724
5725         * shell/ev-window.c: (setup_document_from_metadata),
5726         (ev_window_cmd_view_reload):
5727
5728         Clamp page recieved from metadata in valid values. Fix
5729         for the bug #325986.
5730
5731 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5732
5733         * MAINTAINERS: 
5734         Add MAINTAINERS as requested on desktop-devel-list.
5735
5736 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5737
5738         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5739         (mime_type_supported_by_gdk_pixbuf),
5740         (ev_document_factory_get_mime_types),
5741         (ev_document_factory_get_all_mime_types):
5742         
5743         Don't add pixbuf mime types if pixbuf backend is disabled.
5744         
5745         * shell/ev-application.c: (ev_application_get_uri_window):
5746         
5747         Fix for the bug 325815 - unhandled MIME type message doesn't 
5748         appear a second time. 
5749         
5750         * shell/ev-document-types.c: (ev_document_types_add_filters):
5751         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5752         (password_dialog_response), (ev_window_popup_password_dialog),
5753         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5754         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5755         (ev_window_run_presentation), (ev_window_stop_presentation),
5756         (save_sizing_mode), (ev_window_zoom_changed_cb),
5757         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5758         (ev_window_dual_mode_changed_cb),
5759         (ev_window_sidebar_current_page_changed_cb),
5760         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5761         (window_state_event_cb), (window_configure_event_cb):
5762         
5763         Cleanup additional uris holded by EvWindow.
5764
5765 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5766
5767         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5768         (ev_view_can_previous_page), (ev_view_can_next_page):
5769         * shell/ev-view.h:
5770         * shell/ev-window.c: (update_action_sensitivity):
5771         
5772         Two page scrolling with Space and PageUp in dual mode. Second fix 
5773         for the bug #316608.
5774
5775 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * shell/ev-view.c: (scroll_to_current_page):
5778         
5779         Correctly clamp adjustment value. Fix for the bug
5780         #325808.
5781
5782 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5783
5784         * shell/ev-sidebar-links.c: (print_section_cb):
5785         * shell/ev-window.c: (ev_window_get_uri),
5786         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5787         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5788         (ev_window_dispose):
5789         
5790         Make print dialog non-modal. Fix for the bug #325622.
5791
5792 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5793
5794         * shell/ev-metadata-manager.c:
5795         * shell/ev-utils.c: (using_pdf_printer),
5796         (using_postscript_printer), (load_print_config_from_file),
5797         (save_print_config_to_file):
5798         * shell/ev-utils.h:
5799         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5800         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5801         (setup_view_from_metadata), (ev_window_setup_document),
5802         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5803         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5804         (ev_window_run_presentation), (ev_window_stop_presentation),
5805         (save_sizing_mode), (ev_window_zoom_changed_cb),
5806         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5807         (ev_window_dual_mode_changed_cb),
5808         (ev_window_sidebar_current_page_changed_cb),
5809         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5810         (window_state_event_cb), (window_configure_event_cb),
5811         (ev_window_init):
5812         
5813         Setting saving behaviour fixes.
5814
5815 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * configure.ac:
5818         
5819         Make antialiasing gs options better and allow
5820         to change them during configure. Fix for the 
5821         bug #319049.
5822
5823 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5824
5825         * shell/ev-window.c: (setup_view_from_metadata):
5826         
5827         Remember if last window was maximized. Fix for the
5828         bug #323797.
5829
5830 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5831
5832         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5833
5834 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5837         * shell/ev-page-action.c: (build_new_tree_cb):
5838         * shell/ev-sidebar-links.c: (links_page_num_func),
5839         (update_page_callback_foreach), (update_page_callback):
5840         * shell/ev-view.c: (scroll_to_current_page):
5841         
5842         Fix for the bug #325067 with more intelligent selection
5843         of current link in sidebar. Make sidebar handle links
5844         of FITR-like type more correctly.
5845
5846         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5847         (dvi_pixbuf_put_pixel):
5848         
5849         Fix memory consumtion with disabled alpha channel.
5850
5851 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5852
5853         * data/evince-ui.xml:
5854         * shell/ev-window.c: (view_menu_popup_cb),
5855         (ev_popup_cmd_open_link), (ev_window_init):
5856         
5857         Update context menu for internal links. Fix for the bug
5858         #325066.
5859
5860 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5861
5862         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5863         
5864         Bind context menu to keyboard also. Fix for the bug
5865         #325065.
5866
5867 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * shell/ev-view.c: (selection_scroll_timeout_cb):
5870         
5871         Horizontal scroll on selection also.
5872
5873 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5874
5875         * shell/ev-metadata-manager.c: (parse_value):
5876         * shell/ev-view.c: (goto_xyz_link):
5877         
5878         Correct zoom setup and metadata save broken in 
5879         some locales.
5880
5881 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5882
5883         * shell/ev-view-private.h:
5884         * shell/ev-view.c: (scroll_to_current_page),
5885         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5886         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5887         (page_changed_cb), (ev_view_set_continuous),
5888         (ev_view_set_dual_page), (ev_view_set_presentation):
5889         
5890         Delay scroll until allocation to correctly position page. Fix
5891         for the bug #317334.
5892
5893 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5894
5895         * NEWS:
5896         * configure.ac:
5897         
5898         Update NEWS and require poppler 0.5.0.
5899
5900 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5901         
5902         * data/evince-ui.xml:
5903         * shell/ev-view-private.h:
5904         * shell/ev-view.c: (ev_view_get_link_at_location),
5905         (handle_link_over_xy), (ev_view_button_press_event),
5906         (ev_view_button_release_event), (ev_view_class_init):
5907         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5908         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5909         (ev_window_init):
5910         
5911         Implement right-click context menu.
5912
5913 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5914
5915         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5916         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5917         (mdvi_pixbuf_device_render):
5918         * pdf/ev-poppler.cc:
5919
5920         Don't generate thumbnails with alpha. See bug #324077.
5921         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5922
5923 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5924
5925         * shell/ev-window.c: (setup_chrome_from_metadata):
5926         
5927         Fix typo that was hiding toolbar.
5928
5929 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5930
5931         * shell/ev-view-private.h:
5932         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5933         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5934         (ev_view_button_release_event), (ev_view_destroy):
5935         
5936         Small cleanup and autoscrolling during selection. Thanks to 
5937         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5938
5939 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5940
5941         * configure.ac:
5942         
5943         Correctly check for comics option.
5944
5945 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5946         * Makefile.am:
5947         * configure.ac:
5948         * backend/Makefile.am:
5949         * backend/ev-document-factory.c:
5950         * shell/ev-document-types.c:
5951
5952         Included option in configure to make ps backend 
5953         compilation optional with --disable-ps.
5954
5955 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * backend/ev-document-factory.c:
5958         * comics/Makefile.am:
5959         * comics/comics-document.c: (comics_document_load):
5960         * comics/ev-cbr-mime.xml:
5961         * configure.ac:
5962         
5963         Comics mime types are added to shared-mime-info CVS. Now
5964         we don't need to install our own mime types.
5965
5966 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5967
5968         * shell/ev-window.c:
5969         
5970         Add shortcut for "save a copy" menu entry. Fix for
5971         the bug #324582.
5972
5973 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5974
5975         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5976         (job_finished_cb), (new_selection_pixbuf_needed),
5977         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5978         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5979         
5980         Rework selection job info logic and fix critical warning.
5981
5982 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5983
5984         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5985
5986 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5987
5988         * data/evince-ui.xml:
5989         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5990         
5991         Enter as shortcut key for next page. Fix for the bug
5992         #321394.
5993
5994 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5995
5996         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5997
5998 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5999
6000         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6001         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
6002         (new_selection_pixbuf_needed),
6003         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
6004         (clear_job_selection):
6005         
6006         Too early for 0.5. Pixbuf cache code cleaned a bit.
6007
6008 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6009
6010         * NEWS:
6011         * configure.ac:
6012         
6013         Release 0.5.0 preparation
6014
6015 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * comics/Makefile.am:
6018         * configure.ac:
6019         * shell/ev-document-types.c: (ev_document_types_add_filters):
6020         
6021         More advanced handling of custom mime type installation.
6022
6023 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6024
6025         * data/evince.schemas.in:
6026         * shell/ev-metadata-manager.c: (value_free),
6027         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
6028         (ev_metadata_manager_get), (ev_metadata_manager_set):
6029         * shell/ev-metadata-manager.h:
6030         * shell/ev-window.c: (update_chrome_flag),
6031         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
6032         (setup_document_from_metadata), (setup_chrome_from_metadata),
6033         (setup_sidebar_from_metadata), (setup_view_from_metadata),
6034         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
6035         (ev_window_view_toolbar_cb),
6036         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
6037         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
6038         
6039         Save last document settings and reuse them for new documents.
6040
6041 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6042
6043         * Makefile.am:
6044         * backend/Makefile.am:
6045         * backend/ev-document-factory.c:
6046         * backend/ev-document-factory.h:
6047         * comics/Makefile.am:
6048         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
6049         (comics_document_load), (comics_document_save),
6050         (comics_document_get_n_pages), (comics_document_get_page_size),
6051         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
6052         (comics_document_class_init), (comics_document_can_get_text),
6053         (comics_document_get_info), (comics_document_document_iface_init),
6054         (comics_document_init), (get_supported_image_extensions),
6055         (comics_document_thumbnails_get_geometry),
6056         (comics_document_thumbnails_get_thumbnail),
6057         (comics_document_thumbnails_get_dimensions),
6058         (comics_document_document_thumbnails_iface_init), (extract_argv):
6059         * comics/comics-document.h:
6060         * comics/ev-cbr-mime.xml:
6061         * configure.ac:
6062         * po/POTFILES.in:
6063         * shell/ev-application.c: (ev_application_register_service):
6064         * shell/ev-document-types.c: (ev_document_types_add_filters):
6065         * thumbnailer/Makefile.am:
6066         * thumbnailer/evince-thumbnailer-comics.schemas.in:
6067         
6068         New CBR/CBZ backend for comic books.
6069
6070 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6071
6072         * shell/main.c: (load_files_remote):
6073
6074         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6075         warning on startup of second instance is fixed. It
6076         is bug #320353.
6077
6078 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6079
6080         * shell/ev-window.c: (ev_window_finalize):
6081         
6082         Fix double free that cause crash.
6083
6084 2005-10-29  Bastien Nocera <hadess@hadess.net>
6085
6086         * tiff/tiff-document.c: (tiff_document_load):
6087         
6088         Fix memory leak.
6089
6090 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6091
6092         * po/POTFILES.in:
6093         * shell/Makefile.am:
6094         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6095         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6096         (ev_view_accessible_get_text),
6097         (ev_view_accessible_get_character_at_offset),
6098         (ev_view_accessible_get_text_before_offset),
6099         (ev_view_accessible_get_text_at_offset),
6100         (ev_view_accessible_get_text_after_offset),
6101         (ev_view_accessible_get_character_count),
6102         (ev_view_accessible_get_caret_offset),
6103         (ev_view_accessible_set_caret_offset),
6104         (ev_view_accessible_get_run_attributes),
6105         (ev_view_accessible_get_default_attributes),
6106         (ev_view_accessible_get_character_extents),
6107         (ev_view_accessible_get_offset_at_point),
6108         (ev_view_accessible_get_n_selections),
6109         (ev_view_accessible_get_selection),
6110         (ev_view_accessible_add_selection),
6111         (ev_view_accessible_remove_selection),
6112         (ev_view_accessible_set_selection),
6113         (ev_view_accessible_text_iface_init),
6114         (ev_view_accessible_idle_do_action),
6115         (ev_view_accessible_action_do_action),
6116         (ev_view_accessible_action_get_n_actions),
6117         (ev_view_accessible_action_get_description),
6118         (ev_view_accessible_action_get_name),
6119         (ev_view_accessible_action_set_description),
6120         (ev_view_accessible_action_iface_init),
6121         (ev_view_accessible_get_type), (ev_view_accessible_new),
6122         (ev_view_accessible_factory_get_accessible_type),
6123         (ev_view_accessible_factory_create_accessible),
6124         (ev_view_accessible_factory_class_init),
6125         (ev_view_accessible_factory_get_type):
6126         * shell/ev-view-accessible.h:
6127         * shell/ev-view-private.h:
6128         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6129         * shell/ev-view.h:
6130         
6131         Initial accessibility support.
6132
6133 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6134
6135         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6136
6137 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6138
6139         * shell/ev-print-job.c: (idle_print_handler):
6140         
6141         Fix for bug Bug 318916: Printing multiple pages.
6142
6143 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6144
6145         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6146
6147 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * pdf/ev-poppler.cc:
6150         
6151         Thumnail dimensions unified with other backends.
6152         
6153         * shell/ev-window-title.c: (ev_window_title_update):
6154         
6155         Fix warning.
6156
6157 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6158
6159         * data/ev-stock-zoom-fit-width.png:
6160         
6161         Remove unused file.
6162
6163 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6164
6165         * configure.ac:
6166         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6167         (djvu_document_finalize):
6168         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6169         (dvi_document_finalize):
6170         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6171         (pixbuf_document_save), (pixbuf_document_finalize):
6172         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6173         (tiff_document_finalize):
6174         
6175         Save a copy implemented for various backends.
6176
6177 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6178
6179         * configure.ac:
6180         
6181         Don't link with ltiff if tiff is disabled.
6182
6183 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6184
6185         * pdf/GDKSplashOutputDev.cc:
6186         * pdf/GDKSplashOutputDev.h:
6187         * pdf/Thumb.cc:
6188         * pdf/Thumb.h:
6189         * pdf/pdf-document.cc:
6190         * pdf/pdf-document.h:
6191         * pdf/test-gdk-output-dev.cc:
6192         
6193         Remove old unused files.
6194
6195 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6196
6197         * shell/ev-window.c: (ev_window_setup_document):
6198         
6199         Fixed warnings on reload and probably crash reason.
6200
6201 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6202
6203         * properties/ev-properties-view.c:
6204         (ev_properties_view_format_date):
6205         
6206         Check if date is invalid. Fix for bug 318134.
6207
6208 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6209
6210         * shell/ev-window-title.c:
6211         
6212         Add .indd files (Adobe Indesign) to the list of "bad
6213         extensions".
6214
6215 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6216
6217         * data/evince-ui.xml:
6218         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6219         
6220         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6221
6222 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6223
6224         * shell/ev-window.c: (launch_link), (launch_external_uri),
6225         (view_external_link_cb):
6226
6227         URL-escape link before passing it to gnome_vfs_url_show.
6228
6229 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6230
6231         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6232         there isn't text selected.
6233
6234 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6235
6236         * shell/ev-view.c: (handle_link_over_xy):
6237
6238         Check tooltip is valid utf8 before showing it
6239
6240 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6241
6242         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6243
6244 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6245
6246         * shell/ev-window-title.c: (ev_window_title_update):
6247
6248         Guard against using g_strstrip on NULL. Fixes bug #317291.
6249
6250 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6251
6252         * pdf/ev-poppler.cc:
6253
6254         Show title even for unknown links
6255
6256 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6257
6258         * shell/ev-window-title.c: (ev_window_title_update):
6259
6260         Strip the title string
6261
6262 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6263
6264         * shell/ev-window-title.c:
6265
6266         Add .rtf to the bad extensions list
6267
6268 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6269
6270         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6271         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6272
6273         Ignore link coordinates if they are outside page bounds
6274
6275 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6276
6277         * backend/ev-link.c: (ev_link_type_get_type),
6278         (ev_link_get_filename), (ev_link_get_params),
6279         (ev_link_get_property), (ev_link_set_property),
6280         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6281         * backend/ev-link.h:
6282         * pdf/ev-poppler.cc:
6283         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6284         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6285         (ev_window_init):
6286
6287         Implement launch links. Delegate external link opening to
6288         the window.
6289
6290 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6291
6292         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6293         (ev_link_get_right), (ev_link_get_property),
6294         (ev_link_set_property), (ev_link_class_init),
6295         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6296         * backend/ev-link.h:
6297         * pdf/ev-poppler.cc:
6298         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6299
6300         Implement fitr links
6301
6302 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6303
6304         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6305         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6306         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6307         (ev_view_size_request_continuous),
6308         (ev_view_size_request_dual_page),
6309         (ev_view_size_request_single_page), (ev_view_size_allocate),
6310         (ev_view_zoom_for_size_continuous_and_dual_page),
6311         (ev_view_zoom_for_size_continuous),
6312         (ev_view_zoom_for_size_dual_page),
6313         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6314         (ev_sizing_mode_get_type):
6315         * shell/ev-view.h:
6316         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6317
6318         Do not use modes for link, we need to calculate size ad hoc.
6319         Still not perfect because of the usual scrollbar issues grrr.
6320
6321 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6322
6323         * backend/ev-link.c: (ev_link_type_get_type),
6324         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6325         * backend/ev-link.h:
6326         * pdf/ev-poppler.cc:
6327         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6328         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6329         (ev_view_size_request_continuous),
6330         (ev_view_size_request_dual_page),
6331         (ev_view_size_request_single_page), (ev_view_size_allocate),
6332         (zoom_for_size_fit_height),
6333         (ev_view_zoom_for_size_continuous_and_dual_page),
6334         (ev_view_zoom_for_size_continuous),
6335         (ev_view_zoom_for_size_dual_page),
6336         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6337         (ev_sizing_mode_get_type):
6338         * shell/ev-view.h:
6339         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6340
6341         Implement FIT_HEIGHT mode (only for links).
6342         Implement FITH links
6343
6344 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6345
6346         * shell/ev-window-title.c: (get_filename_from_uri),
6347         (ev_window_title_sanitize_extension), (ev_window_title_update),
6348         (ev_window_title_set_document), (ev_window_title_set_uri),
6349         (ev_window_title_free):
6350         * shell/ev-window-title.h:
6351         * shell/ev-window.c: (ev_window_setup_document),
6352         (ev_window_popup_password_dialog):
6353
6354         Refactor window title building while fixing it for
6355         password documents.
6356
6357 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6358
6359         * pdf/ev-poppler.cc:
6360
6361         Escape link title before setting it in the model
6362
6363 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6364
6365         * shell/ev-application.c: (removed_from_session), (save_session),
6366         (init_session), (ev_application_get_empty_window),
6367         (ev_application_init), (ev_application_get_windows):
6368         * shell/ev-application.h:
6369         * shell/ev-window.c: (ev_window_finalize):
6370
6371         Add a function to retrieve window list and share it where
6372         necessary.
6373         Implement session handling, works pretty well thanks to the
6374         metadata system.
6375
6376 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6377
6378         * shell/ev-password.c: (ev_password_item_created_callback),
6379         (ev_password_dialog_save_password):
6380         
6381         Fix for bug 316972. Use async gnome-keyring API.
6382
6383 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6384
6385         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6386         Remove unused unrealize handler. Add scroll handling to
6387         ev_view_scroll_event for presentation mode (bug #316708),
6388         and fix the event state checks there.
6389
6390 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6391
6392         * shell/ev-page-action.c: (page_changed_cb):
6393
6394         "marco, maybe we should be crazy and jump right to 6! :)"
6395
6396         Bryan Clark, Sep 2005
6397
6398 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6399
6400         * ps/ps-document.c: (save_document), (ps_document_save),
6401         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6402         (ps_document_ps_export_end):
6403
6404         Fix unstructured documents save and print
6405
6406 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6407
6408         * shell/ev-application.c: (ev_application_open_uri):
6409
6410         Fix window size persistance
6411
6412 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6413
6414         * shell/ev-view.c: (ev_view_button_release_event):
6415
6416         Based on a patch from carlosgc@gnome.org. Mouse buttons
6417         switch pages in presentation mode.
6418
6419 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6420
6421         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6422
6423         Dont cast to int before scaling
6424
6425 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6426
6427         * backend/ev-link.c: (ev_link_type_get_type),
6428         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6429         (ev_link_new_page_fith):
6430         * backend/ev-link.h:
6431         * pdf/ev-poppler.cc:
6432         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6433
6434         Implement FIT and FITH links
6435
6436 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6437
6438         * pdf/ev-poppler.cc:
6439
6440         Return 0 results when search is not in progress.
6441
6442         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6443         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6444
6445         Update menu sensitivity when cancelling search
6446
6447 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6448
6449         * shell/ev-view.c: (ev_view_can_find_next):
6450
6451         Take all pages in consideration, not just current one
6452
6453 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6454
6455         * shell/ev-page-cache.c:
6456         * shell/ev-page-cache.h:
6457         * shell/ev-view.c: (ev_view_binding_activated),
6458         (ev_view_next_page), (ev_view_previous_page),
6459         (ev_sizing_mode_get_type):
6460         * shell/ev-view.h:
6461         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6462         (ev_window_cmd_go_next_page):
6463
6464         Move page next/previous functions from page chace to
6465         view and change it to move by 2 page steps in dual mode.
6466
6467 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6468
6469         * shell/ev-window.c: (update_sidebar_visibility),
6470         (setup_sidebar_from_metadata), (ev_window_setup_document),
6471         (setup_view_from_metadata):
6472
6473         Show the index by default when there is one     
6474
6475 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6476
6477         * shell/ev-window-title.c: (ev_window_title_set_document):
6478
6479         Missing null check
6480
6481 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6482
6483         * shell/ev-view.c: (view_update_range_and_current_page):
6484         
6485         Allow display of last odd page in dual view. Fix for 316347.
6486
6487 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6488
6489         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6490         
6491         Make close button default. Fix for 316383.
6492
6493 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6494
6495         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6496         
6497         Mark close button as default. Fix for 316381.
6498
6499 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6500
6501         * backend/ev-link.c: (ev_link_class_init):
6502
6503         Allow negative doubles in left/top properties
6504
6505 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6506
6507         * shell/ev-window.c:
6508
6509         Remove a bunch of strings that was used only
6510         by the statusbar.
6511
6512 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6513
6514         * shell/ev-window-title.c: (get_filename_from_uri),
6515         (ev_window_title_set_document):
6516
6517         When title has a confusing extension, show also
6518         the document filename inside ()
6519
6520 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6521
6522         * shell/Makefile.am:
6523         * shell/ev-window-title.c: (ev_window_title_new),
6524         (ev_window_title_update), (ev_window_title_set_type),
6525         (ev_window_title_set_document), (ev_window_title_free):
6526         * shell/ev-window-title.h:
6527         * shell/ev-window.c: (ev_window_setup_document),
6528         (password_dialog_response), (ev_window_popup_password_dialog),
6529         (ev_window_dispose), (ev_window_init):
6530
6531         Factor out and cleanup window title code
6532
6533 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6534
6535         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6536         (unable_to_load):
6537
6538         Make dialog transient so it doesnt block other windows
6539
6540 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6541
6542         * pdf/ev-poppler.cc:
6543         
6544         Fix pdf thumbnails rendering.
6545
6546 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6547
6548         * shell/ev-window.c: (fullscreen_set_timeout):
6549         
6550         Increase timeout to hide full screen popup. Bug 
6551         316123. 
6552
6553 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6554
6555         * data/evince.schemas.in:
6556         * shell/ev-window.c: (update_action_sensitivity):
6557
6558         Allow the user to override document restrictions. Fix for bug
6559         305818.
6560
6561 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6562
6563         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6564         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6565         (ev_window_class_init): Fix multihead behaviour of fullscreen
6566         toolbar popup. Fixes bug #315451.
6567
6568 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6569
6570         * configure.ac:
6571         * data/evince-password.glade:
6572         * shell/ev-password.c: (ev_password_dialog_set_property),
6573         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6574         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6575         (ev_password_dialog_entry_changed_cb),
6576         (ev_password_dialog_entry_activated_cb),
6577         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6578         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6579         (ev_password_dialog_set_bad_pass):
6580         * shell/ev-password.h:
6581         * shell/ev-window.c: (password_dialog_response),
6582         (ev_window_popup_password_dialog):
6583         
6584         Support for gnome-keyring for encrypted PDF's.
6585
6586 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6587
6588         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6589         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6590         (ev_view_enter_notify_event), (ev_view_class_init):
6591         
6592         More precise handling of enter_notify/leave_notify events
6593         in EvView. Fix for bug 315470.
6594
6595 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6596
6597         * shell/ev-window.c: (fullscreen_timeout_cb),
6598         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6599         (ev_window_dispose):
6600
6601         leak fix: unref fullscreen_timeout_source before clearing it
6602
6603 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6604
6605         * configure.ac, dvi/mdvi/Makefile.am: 
6606         
6607         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6608
6609 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6610
6611         * backend/ev-link.c: (ev_link_new_page_xyz):
6612         * pdf/ev-poppler.cc:
6613         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6614
6615         Fix some bugs with xyz links, respect zoom
6616
6617 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6618
6619         * shell/ev-window.c: (page_changed_cb),
6620         (setup_document_from_metadata), (update_sidebar_visibility),
6621         (setup_view_from_metadata), (ev_window_run_fullscreen),
6622         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6623         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6624         (ev_window_dual_mode_changed_cb),
6625         (ev_window_sidebar_current_page_changed_cb):
6626
6627         null check uri before setting and getting metadata
6628
6629 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6630
6631         * dvi/Makefile.am:
6632         * properties/Makefile.am:
6633         * shell/Makefile.am:
6634         * thumbnailer/Makefile.am:
6635
6636         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6637
6638 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6639
6640         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6641         (selection_changed_callback):
6642         * shell/ev-sidebar-links.h:
6643
6644         Add a signal for link activation.
6645
6646         * shell/ev-view.c: (ev_view_goto_link),
6647         (ev_view_button_release_event):
6648         * shell/ev-view.h:
6649         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6650         (ev_window_init):
6651
6652         Implement the signal so that we can handle all link types.
6653
6654         * shell/ev-page-cache.c:
6655
6656         Remove unused set_link function
6657
6658 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6659
6660         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6661
6662         Add some space from the cursor, hardcoded but I couldnt
6663         find a better way.
6664
6665 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6666
6667         * lib/ev-tooltip.c:
6668
6669         Use mozilla style vs gtk style, way better for links.
6670
6671         * shell/ev-view.c: (ev_view_motion_notify_event),
6672         (ev_view_destroy), (ev_view_init):
6673
6674         Deactive tooltip when the link hovered is changed.
6675
6676 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6677
6678         * backend/ev-document.h:
6679         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6680         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6681         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6682         (ev_link_new_page), (ev_link_new_page_xyz):
6683         * backend/ev-link.h:
6684         * pdf/ev-poppler.cc:
6685         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6686         (go_to_link), (tip_from_link):
6687
6688         Implement xyz links, still not functional. Links are a total
6689         mess, will need to refactor and bugfix a lot :(
6690
6691 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6692
6693         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6694
6695 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6696
6697         * data/evince-ui.xml:
6698         * data/evince.schemas.in:
6699         * shell/Makefile.am:
6700         * shell/ev-window.c: (update_chrome_visibility),
6701         (password_dialog_response), (ev_window_load_job_cb),
6702         (ev_window_xfer_job_cb), (ev_window_open_uri),
6703         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6704         (ev_window_init):
6705
6706         Remove the statusbar. This regress loading feedback, need to
6707         check with Bryan what we want to do there...
6708
6709 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6710
6711         * lib/ev-tooltip.c: (ev_tooltip_init):
6712
6713         Fix tooltip border and size handling
6714
6715 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6716
6717         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6718         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6719         (ev_tooltip_timeout), (ev_tooltip_activate),
6720         (ev_tooltip_deactivate):
6721         * lib/ev-tooltip.h:
6722         * shell/ev-view.c: (ev_view_motion_notify_event):
6723
6724         Delay popup showing. Mirror gtk logic/times.
6725
6726 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6727
6728         * lib/Makefile.am:
6729         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6730         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6731         (ev_tooltip_set_text), (ev_tooltip_set_position):
6732         * lib/ev-tooltip.h:
6733
6734         Simple widget to show tooltips at a custom position
6735
6736         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6737         (ev_view_destroy):
6738
6739         Use it for links. First go, needs work
6740
6741 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6742
6743         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6744         HIG fixes.  Use title capitalization for window title. Use 12 
6745         pixels of space between the dialog's vbox and action area.
6746
6747 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6748
6749         * shell/ev-window.c: (file_open_dialog_response_cb),
6750         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6751         (ev_window_cmd_save_as):
6752
6753         Make file pickers not modal and refactor code some
6754
6755 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6756
6757         * shell/ev-sidebar.h:
6758         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6759         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6760         (ev_sidebar_class_init), (ev_sidebar_select_page),
6761         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6762         (ev_sidebar_set_page):
6763
6764         Add a current page property and allow to get/set it
6765
6766         * shell/ev-window.c: (setup_view_from_metadata),
6767         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6768
6769         Persist current sidebar page per document
6770
6771 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6772
6773         * data/evince.schemas.in:
6774         * shell/ev-window.c: (update_chrome_visibility),
6775         (setup_document_from_metadata), (update_sidebar_visibility),
6776         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6777         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6778         (ev_window_run_presentation), (ev_window_stop_presentation),
6779         (ev_window_view_sidebar_cb),
6780         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6781         (load_chrome), (ev_window_init):
6782
6783         Persist size/visibility of sidebar per document
6784
6785 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6786
6787         * shell/ev-view.c (draw_loading_text): Draw loading text.
6788
6789 2005-09-02  Dan Damian  <dand@gnome.ro>
6790
6791         * configure.in: Added "ro" to ALL_LINGUAS.
6792
6793 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6794
6795         * shell/ev-view.c: (clear_caches):
6796
6797         ev_page_cache_get doesnt return a reference,
6798         dont try to unref it.
6799
6800 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6801
6802         * shell/main.c: (load_files_remote):
6803
6804         Fix timestamp parameter with dbus <= 0.33
6805
6806 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6807
6808         * data/evince.schemas.in:
6809
6810         Add missing full stop
6811
6812 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6813
6814         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6815         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6816
6817         Plug some memory leaks
6818
6819 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6820
6821         * configure.ac:
6822         * lib/ev-debug.c: (trap_handler):
6823
6824         Check for execinfo.h and use it only if it exists.
6825         Ported from Epiphany (bug #314776).
6826
6827 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6828
6829         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6830
6831 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6832
6833         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6834         * po/id.po      : Added Indonesian translation
6835
6836 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6837
6838         * shell/main.c:
6839         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6840         * NEWS: Release 0.4.0
6841
6842 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6843
6844         * configure.ac: catch another gtk+-2.8ism
6845         * shell/main.c: Make work with gtk+-2.6
6846
6847 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6848
6849         * shell/ev-application-service.xml: Add 'timestamp' argument to
6850           ev_application_open_window and ev_application_open_uri methods.
6851
6852         * shell/ev-application.h: Add 'timestamp' argument to
6853           ev_application_open_window, ev_application_open_uri,
6854           and ev_application_open_uri_list functions.
6855
6856         * shell/ev-application.c (ev_application_open_window,
6857           ev_application_open_uri, ev_application_open_uri_list): Change
6858           functions that show/present windows to use a timestamp if one
6859           is passed in.
6860
6861         * shell/ev-window.c (ev_window_cmd_file_open,
6862           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6863         * shell/main.c (load_files): Modify calls to ev_application to
6864           include GDK_CURRENT_TIME as timestamp.
6865
6866         * shell/main.c (load_files_remote): Obtain timestamp for client
6867           instance from GDK and pass to server instance so new windows are
6868           focused properly.  Fix dbus_g_proxy_call() calls by including second
6869           G_TYPE_INVALID.
6870           
6871         Closes bug #314475.
6872
6873 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6874
6875         * shell/ev-window.c (ev_window_finalize): Check for
6876         avail. EvWindows when quiting to handle the finalize better,
6877         #314497
6878
6879 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6880         
6881         * properties/ev-properties-view.c: 
6882         
6883         Set textdomain to libglade. Fixes translation problem in property page.
6884
6885 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6886
6887         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6888         * dvi/Makefile.am:
6889         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6890         * dvi/mdvi-lib/Makefile.am:
6891         
6892         Fix rotation of thumbnails, ported to new API. Moved library
6893         dependencies earlier, probably it will fix linkage problem.
6894
6895 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6896
6897         * backend/ev-document-misc.c:
6898         (ev_document_misc_get_thumbnail_frame):
6899         * backend/ev-document-misc.h:
6900         * configure.ac:
6901         * pdf/ev-poppler.cc:
6902         * shell/Makefile.am:
6903         * shell/ev-sidebar-thumbnails.c: (add_range),
6904         (ev_sidebar_thumbnails_set_loading_icon),
6905         (ev_sidebar_thumbnails_refresh),
6906         (ev_sidebar_thumbnails_set_document):
6907         * shell/ev-sidebar-thumbnails.h:
6908         * shell/ev-view.c: (ev_view_motion_notify_event),
6909         (ev_view_set_property), (ev_view_get_property),
6910         (ev_view_class_init), (ev_view_set_rotation):
6911         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6912         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6913         (ev_window_init):
6914         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6915         Redo rotation (again).  prepare for 0.4.0
6916
6917 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6918
6919         * configure.ac: Bump poppler requirement to 0.4.1.
6920
6921         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6922         argument to poppler_page_render_selection() call.
6923
6924 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6925
6926         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6927         (djvu_document_thumbnails_get_thumbnail):
6928         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6929         (dvi_document_thumbnails_get_thumbnail):
6930         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6931         (pixbuf_document_thumbnails_get_thumbnail):
6932         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6933         
6934         Update rotation direction of backends to fit with pdf and ps.
6935
6936 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6937
6938         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6939         * backend/ev-async-renderer.h:
6940         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6941         (setup_page), (ps_document_get_page_size),
6942         (ps_async_renderer_render_pixbuf):
6943         * ps/ps-document.h:
6944         * shell/ev-jobs.c: (ev_job_render_run):
6945
6946         Fix orientation in the postscript document
6947
6948 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6949
6950         * pdf/ev-poppler.cc:
6951         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6952         * shell/ev-view.c: (highlight_find_results):
6953
6954         Adapt to the new poppler rotation API. Fix text maps on landscape
6955         documents.
6956
6957 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6958
6959         * shell/ev-view.c (compute_new_selection_text): get the correct
6960         region when selecting in modes other than continuous.
6961
6962 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6963
6964         * shell/main.c (main): remove redundant g_warnings.
6965
6966 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6967
6968         * shell/Makefile.am: Don't include autogenerated
6969         file ev-application-service.h into distribution, since
6970         it causes dbus crash. Fix for bugs 313724 and 313443. 
6971
6972 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6973
6974         * configure.ac: Fix sed expression for FreeBSD. Thanks
6975         to Joe Marcus Clark <marcus@freebsd.org>
6976         
6977         * shell/eggfindbar.c: (entry_activate_callback),
6978         (entry_changed_callback), (egg_find_bar_init),
6979         (egg_find_bar_set_search_string):
6980         
6981         Made findbar buttons unsensitive if there is no text in
6982         entry. Fix for the bug 313285.
6983
6984 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6985
6986         * ps/ps-document.c: Use g_filename_display_name for displaying
6987         filenames and revert string freeze breackage
6988
6989 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6990
6991         * NEWS:
6992         * configure.ac:
6993
6994         Update for 0.3.4
6995
6996         * shell/Makefile.am:
6997
6998         Add ev-application-service.xml to extra dist
6999
7000         * shell/ev-view.c: (find_page_at_location):
7001
7002         Remove unused function (fix warning)
7003
7004 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7005
7006         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
7007         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
7008         
7009         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
7010         bug 313623.
7011
7012 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7013
7014         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
7015         * shell/ev-window.c:
7016         Fix build warnings
7017
7018 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7019
7020         * configure.ac: Update script to get dbus version.
7021         Fix for the bug #313443.
7022
7023 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7024
7025         * shell/ev-window.c: (ev_window_cmd_escape):
7026         
7027         Return focus back to view on escape. Fix for bug 313295.
7028
7029 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7030
7031         * shell/ev-window.c: (update_window_title),
7032         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
7033         (ev_window_cmd_save_as):
7034         
7035         Correct conversion from uri to displayable string. Fix for
7036         bug 313296.
7037
7038 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
7039
7040         * ps/ps-document.c: convert filename to utf8 when there is an error
7041         loading document. Fixes #309915
7042
7043 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
7044
7045         * configure.ac:
7046
7047         We depend on poppler 0.4.0
7048
7049 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
7050
7051         * configure.ac:
7052         * NEWS: Release 0.3.3.
7053         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
7054
7055 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
7056
7057         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
7058         add a couple missing mnemonics to menu items, use title 
7059         capitalization for menu items and window titles, and add 
7060         ellipsis to open menu item.     
7061
7062 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
7063
7064         * pdf/ev-poppler.cc:
7065         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
7066         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
7067         (ev_view_get_rotation):
7068         * shell/ev-view.h:
7069         * shell/ev-window.c: (setup_view_from_metadata),
7070         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7071         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7072         disk.
7073
7074 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7075
7076         * configure.ac: Added tr to ALL_LINGUAS
7077
7078 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7079
7080         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7081         requires several clicks to find word. Thanks to 
7082         Colin Slater <kiltedtaco@gmail.com>.
7083
7084 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7085
7086         * data/evince.desktop.in.in: Hide menu entry and
7087         rename it to "Document Viewer". Fix for bug 
7088         #312399.
7089
7090 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7091
7092         * shell/ev-page-action.c (ev_page_action_class_init): 
7093
7094         Point to the correct function in constructor of the
7095         activate_label signal
7096
7097 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7098
7099         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7100         * shell/ev-jobs.h: Make thread safe.
7101
7102 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7103
7104         * shell/ev-view.c: (view_update_range_and_current_page):
7105         Don't update page range if we are scrolling to some document
7106         point.
7107
7108 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7109
7110         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7111         when getting max_page_width, fix drawing in dual mode.
7112
7113 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7114
7115         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7116         getting the area for select_all.
7117
7118 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7119
7120         * backend/ev-selection.c: (ev_selection_render_selection):
7121         * backend/ev-selection.h:
7122         * pdf/ev-poppler.cc:
7123         * shell/ev-jobs.c: (ev_job_render_new):
7124         * shell/ev-jobs.h:
7125         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7126         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7127         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7128         (ev_view_class_init):
7129
7130         Change selection color on focus in and focus out events.  Also,
7131         poppler now uses GdkColor for specifying the selection colors, so
7132         drop some awkward conversion code.
7133
7134 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7135
7136         * configure.ac: Added Hebrew translation
7137
7138 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7139
7140         * NOTES:
7141         * backend/ev-selection.c: (ev_selection_render_selection):
7142         * backend/ev-selection.h:
7143         * pdf/ev-poppler.cc:
7144         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7145         (ev_job_render_run):
7146         * shell/ev-jobs.h:
7147         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7148         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7149         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7150         (ev_pixbuf_cache_style_changed),
7151         (ev_pixbuf_cache_get_selection_pixbuf),
7152         (ev_pixbuf_cache_set_selection_list),
7153         (ev_pixbuf_cache_get_selection_list):
7154         * shell/ev-pixbuf-cache.h:
7155         * shell/ev-utils.c: (ev_print_region_contents):
7156         * shell/ev-utils.h:
7157         * shell/ev-view.c: (ev_view_queue_draw_page),
7158         (selection_update_idle_cb), (ev_view_motion_notify_event),
7159         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7160         (setup_caches), (ev_view_find_next), (merge_selection_region),
7161         (selection_free):
7162         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7163
7164         Clean up selection to be much smoother!
7165
7166 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7167
7168         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7169         to poppler_page_render_selection().
7170
7171 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7172
7173         * ps/ps-document.c: (save_page_list): Use
7174         unzipped document when printing. Thanks to 
7175         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7176         311016.
7177
7178 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7179
7180         * shell/ev-window.c: (update_action_sensitivity):
7181         
7182         Disable print and save respect to lockdown gconf keys. Fix
7183         for 312342.
7184
7185 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7186
7187         * configure.ac:
7188         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7189         (write_to_temp_file), (ev_file_set_contents):
7190         * shell/ev-utils.h:
7191         * shell/ev-window.c: (save_print_config_to_file):
7192         
7193         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7194         Fix for bug 312238
7195
7196 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7197
7198         * shell/ev-window.c: (load_print_config_from_file),
7199         (save_print_config_to_file), (ev_window_print_range):
7200
7201         Persist the print settings. Fixes bug #311578.
7202
7203 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7204
7205         * djvu/djvu-document.c: (djvu_document_get_page_size),
7206         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7207         (djvu_document_thumbnails_get_thumbnail):
7208         * dvi/dvi-document.c: (dvi_document_get_page_size),
7209         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7210         (dvi_document_thumbnails_get_dimensions),
7211         (dvi_document_thumbnails_get_thumbnail):
7212         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7213         (pixbuf_document_render_pixbuf),
7214         (pixbuf_document_document_iface_init),
7215         (pixbuf_document_thumbnails_get_thumbnail):
7216         
7217         Update backends to make them build with new rotation system.
7218
7219 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7220
7221         * help/C/figures/evince_start_window.png:
7222         
7223         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7224
7225 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7226
7227         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7228         * shell/ev-pixbuf-cache.h:
7229         * shell/ev-sidebar-thumbnails.c:
7230         (ev_sidebar_thumbnails_get_property), (add_range),
7231         (adjustment_changed_cb):
7232         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7233         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7234         we were thumbnailing the entire docment on startup, slowing us
7235         down hugely. 
7236
7237 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7238
7239         * shell/ev-page-cache.c: (ev_page_cache_new):
7240         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7241         == 0, fixes #310306.
7242
7243 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7246         (ev_view_rotate_left):
7247
7248         Account rotation in doc_rect_to_view_rect.
7249         Ensure rotation doesnt go out of bounds.
7250
7251 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7252
7253         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7254
7255         Correct and cleanup w/h swapping
7256
7257 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7258
7259         * backend/ev-document-thumbnails.c:
7260         (ev_document_thumbnails_get_thumbnail):
7261         * backend/ev-document-thumbnails.h:
7262         * backend/ev-document.c:
7263         * backend/ev-document.h:
7264         * backend/ev-render-context.c: (ev_render_context_new),
7265         (ev_render_context_set_rotation):
7266         * backend/ev-render-context.h:
7267         * pdf/ev-poppler.cc:
7268         * ps/ps-document.c: (ps_document_document_iface_init):
7269         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7270         * shell/ev-jobs.h:
7271         * shell/ev-page-cache.c: (build_height_to_page),
7272         (ev_page_cache_new), (ev_page_cache_get_size),
7273         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7274         (ev_page_cache_get_height_to_page):
7275         * shell/ev-page-cache.h:
7276         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7277         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7278         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7279         (ev_pixbuf_cache_get_selection_pixbuf):
7280         * shell/ev-pixbuf-cache.h:
7281         * shell/ev-print-job.c: (idle_print_handler):
7282         * shell/ev-sidebar-thumbnails.c: (add_range):
7283         * shell/ev-view.c: (view_update_range_and_current_page),
7284         (get_page_y_offset), (get_page_extents),
7285         (ev_view_size_request_continuous_dual_page),
7286         (ev_view_size_request_continuous),
7287         (ev_view_size_request_dual_page),
7288         (ev_view_size_request_single_page), (draw_one_page),
7289         (ev_view_set_rotation), (ev_view_rotate_right),
7290         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7291         (ev_view_zoom_for_size_continuous_and_dual_page),
7292         (ev_view_zoom_for_size_continuous),
7293         (ev_view_zoom_for_size_dual_page),
7294         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7295         (ev_view_select_all):
7296         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7297         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7298         (tiff_document_document_iface_init),
7299         (tiff_document_thumbnails_get_thumbnail):
7300
7301         Use rotation rather than orientation. It's easier and enough
7302         for our needs.
7303
7304 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7305
7306         * shell/ev-page-cache.c: (build_height_to_page),
7307         (ev_page_cache_new), (ev_page_cache_get_size),
7308         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7309         (ev_page_cache_get_height_to_page):
7310         * shell/ev-page-cache.h:
7311         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7312         (ev_view_size_request_continuous_dual_page),
7313         (ev_view_size_request_continuous),
7314         (ev_view_zoom_for_size_continuous_and_dual_page),
7315         (ev_view_zoom_for_size_continuous):
7316
7317         Make the page cache aware of page orientation.
7318
7319 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7320
7321         * backend/ev-document-thumbnails.c:
7322         (ev_document_thumbnails_get_thumbnail):
7323         * backend/ev-document-thumbnails.h:
7324         * backend/ev-document.c:
7325         * backend/ev-document.h:
7326         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7327         * backend/ev-ps-exporter.h:
7328         * pdf/ev-poppler.cc:
7329         * ps/ps-document.c: (ps_document_document_iface_init),
7330         (ps_document_ps_export_do_page):
7331         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7332         * shell/ev-jobs.h:
7333         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7334         (ev_page_cache_get):
7335         * shell/ev-page-cache.h:
7336         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7337         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7338         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7339         * shell/ev-pixbuf-cache.h:
7340         * shell/ev-print-job.c: (idle_print_handler):
7341         * shell/ev-sidebar-thumbnails.c: (add_range):
7342         * shell/ev-view.c: (view_update_range_and_current_page),
7343         (get_page_extents), (ev_view_size_request_dual_page),
7344         (ev_view_size_request_single_page), (draw_one_page),
7345         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7346         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
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_get_page_size),
7352         (tiff_document_get_orientation), (rotate_pixbuf),
7353         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7354         (tiff_document_thumbnails_get_thumbnail),
7355         (tiff_document_ps_export_do_page), (tiff_document_init):
7356
7357         Really make use of the orientation bit of the render context.
7358         Use the render context in a few more places in the backend API.
7359         This regress orientation, but now it's done right. Will try to
7360         fix it up asap...
7361
7362 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7363
7364         * shell/ev-view.c: (ensure_rectangle_is_visible):
7365
7366         Patch by Nickolay V. Shmyrev to fix find flickering
7367
7368 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7369
7370         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7371         duplex parameters to ::begin.
7372
7373         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7374         * shell/ev-print-job.c (idle_print_handler): 
7375         * ps/ps-document.c (ps_document_ps_export_begin): 
7376         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7377         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7378         implementations. Poppler backend needs poppler cvs. Rest has
7379         unchanged behavior.
7380
7381 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7382
7383         * shell/ev-window.c (using_pdf_printer): new function.
7384         (ev_window_print_range): print a less techy message if someone
7385         tries to print to PDF.
7386
7387 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7388
7389         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7390         from "unknown font" string. Bug #311431
7391
7392 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7393
7394         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7395
7396 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7397
7398         Bug #311280
7399         
7400         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7401         name for PopplerFontTypes
7402         (pdf_document_fonts_fill_model): add font type to the detail column
7403
7404         * backend/ev-document-fonts.h: added
7405         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7406
7407         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7408         font name and font details, add a little markup.
7409         (ev_properties_fonts_init): use the new cell data func, specify ypad
7410         property for the cell renderer.
7411         (ev_properties_fonts_set_document): add the details column.
7412
7413 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7414
7415         * configure.ac: Added "pl" to ALL_LINGUAS.
7416
7417 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7418
7419         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7420
7421 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7422
7423         * help/ChangeLog: Started this for translations of manual.
7424         * configure.ac, autogen.sh, .cvsignore: Migrated to
7425         gnome-doc-utils. Patch in bug #311222.
7426
7427 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7428
7429         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7430         #ifdef this away to fix an unused-function warning.
7431
7432 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7433
7434         * configure.ac: Added 'gl' to ALL_LINGUAS.
7435
7436 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7437
7438         * configure.ac: Added ne in ALL_LINGUAS
7439         
7440 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7441
7442         * shell/ev-view.c: (ev_view_leave_notify_event):
7443         
7444         Clear status message when pointer leaves view. Fix for bug
7445         #310818 
7446
7447 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7448
7449         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7450
7451 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7452
7453         * shell/ev-view.c: (ev_view_leave_notify_event),
7454         (ev_view_class_init):
7455         
7456         Set cursor to normal then leaving view.
7457
7458 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7459
7460         * configure.ac:
7461         
7462         Fix required djvulibre version.
7463
7464 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7465
7466         *configure.ac: Hindi (hi) language added
7467
7468 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7469
7470         *configure.ac: Punjabi (pa) Language added
7471
7472 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7473
7474         * data/evince-ui.xml, shell/ev-window.c:
7475         
7476         Add keypad accelerators for zooming. Fix for bug 308128.
7477
7478 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7479
7480         * Makefile.am:
7481         * backend/Makefile.am:
7482         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7483         * configure.ac:
7484         * shell/ev-document-types.c: (ev_document_types_add_filters):
7485
7486         Allow to enable/disable the pixbuf backend.
7487         Default to off for now. If we want it enabled we should
7488         really put mime types in the desktop, implement properties etc.
7489
7490         * properties/evince-properties.c:
7491
7492         Initialize error to NULL.
7493         Check error is not NULL before freeing.
7494
7495 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7496
7497         * shell/ev-window.c:
7498
7499         Use F5 as presentation accell
7500
7501 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7502
7503         * shell/ev-window.c: (update_chrome_visibility),
7504         (ev_window_create_fullscreen_popup), (ev_window_init):
7505
7506         Do not leak the fullscreen toolbar
7507
7508 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7509
7510         * shell/ev-window.c: (view_actions_focus_in_cb),
7511         (view_actions_focus_out_cb):
7512
7513         These has a return value! Fix totally random focus
7514         issues we was seeing.
7515
7516 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7517
7518         * shell/main.c: (load_files_remote):
7519
7520         Allow open more than one file
7521
7522 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7523
7524         * shell/main.c: (load_files_remote):
7525
7526         Fix for dbus 0.33. bug #309975
7527
7528 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7529
7530         * properties/ev-properties-main.c: (ev_properties_get_pages):
7531
7532         Actually return NULL for types we dont support
7533
7534 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7535
7536         * po/POTFILES.in:
7537
7538         Remove empty lines.
7539
7540 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7541
7542         * backend/ev-document-factory.c:
7543         (ev_document_factory_get_document):
7544
7545         Do not try to create the object if type
7546         is invalid.
7547
7548 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7549
7550         * ps/ps-document.c: (ps_document_dispose),
7551         (ps_async_renderer_render_pixbuf):
7552         * ps/ps-document.h:
7553
7554         Do not leak the target window
7555
7556 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7557
7558         * shell/ev-application.c: (ev_application_init):
7559
7560         Let tbe check file existence for us.
7561         Add a comment about eggrecent mime filter.
7562
7563 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7564
7565         * data/evince-ui.xml:
7566         * shell/ev-application.c: (ev_application_shutdown),
7567         (ev_application_init), (ev_application_get_toolbars_model),
7568         (ev_application_get_recent_model),
7569         (ev_application_save_toolbars_model):
7570         * shell/ev-application.h:
7571         * shell/ev-window.c: (ev_window_add_recent),
7572         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7573         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7574         (ev_window_init):
7575
7576         Use common toolbar and recent models for all windows.
7577         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7578
7579 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7580
7581         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7582         successfully check for gtk_icon_view_get_visible_range.
7583
7584 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7585
7586         * djvu/Makefile.am:
7587         * dvi/Makefile.am:
7588         
7589         Fix djvu and dvi backend build.
7590
7591 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7592
7593         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7594         (new_separator_pixbuf):
7595
7596         Don't leak windows.
7597
7598 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7599
7600         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7601
7602         HIGification of toolbar editor dialogue.
7603
7604 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7605
7606         * configure.ac:
7607         * shell/Makefile.am:
7608
7609         Ever build metadata manager since it's just
7610         disabled at runtime now.
7611
7612 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7613
7614         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7615         (ev_metadata_manager_get), (ev_metadata_manager_set):
7616         * shell/ev-metadata-manager.h:
7617
7618         Add an _init functions that enabled metadata management
7619         at runtime.
7620
7621         * shell/ev-window.c: (page_changed_cb),
7622         (setup_document_from_metadata), (ev_window_setup_document),
7623         (setup_view_from_metadata), (ev_window_open_uri),
7624         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7625         (ev_window_run_presentation), (ev_window_stop_presentation),
7626         (save_sizing_mode), (ev_window_zoom_changed_cb),
7627         (ev_window_continuous_changed_cb),
7628         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7629         (window_configure_event_cb):
7630
7631         Remove all ugly metadata define since we deal with it
7632         at runtime now.
7633
7634         * shell/main.c: (load_files_remote), (main):
7635
7636         Add support for dbus cvs head. Hopefully didnt break one
7637         of the other versions now!
7638
7639         If we dont get a response from the dbus server just
7640         give up with it and not enable metadata.
7641
7642 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7643
7644         * Makefile.am:
7645         * backend/Makefile.am:
7646         * configure.ac:
7647         * cut-n-paste/recent-files/Makefile.am:
7648         * cut-n-paste/toolbar-editor/Makefile.am:
7649         * cut-n-paste/zoom-control/Makefile.am:
7650         * lib/Makefile.am:
7651         * pdf/Makefile.am:
7652         * pixbuf/Makefile.am:
7653         * properties/Makefile.am:
7654         * ps/Makefile.am:
7655         * shell/Makefile.am:
7656         * thumbnailer/Makefile.am:
7657         * tiff/Makefile.am:
7658
7659         Make frontends depend on just libev.
7660         Rework and group CFLAGS/LIBS definitions.
7661         Cleanups.
7662
7663 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7664
7665         * shell/ev-window:
7666
7667         do not unnecessarily save zoom
7668
7669         * configure.ac:
7670         * lib/ev-file-helpers.c: (ev_dot_dir):
7671         * shell/Makefile.am:
7672         * shell/dummy.cc:
7673
7674         Some cleanups
7675
7676 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7677
7678         * configure.ac:
7679         
7680         Remove unnecessary dependencies
7681
7682 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7683
7684         * properties/Makefile.am:
7685         * thumbnailer/Makefile.am:
7686         * tiff/Makefile.am:
7687
7688         Some more cleanups. Was really necessary
7689         but I probably introduced bugs, feel free
7690         to flame :)
7691
7692 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7693
7694         * backend/Makefile.am:
7695         * configure.ac:
7696         * cut-n-paste/recent-files/Makefile.am:
7697         * cut-n-paste/toolbar-editor/Makefile.am:
7698         * cut-n-paste/zoom-control/Makefile.am:
7699         * lib/Makefile.am:
7700         * pdf/Makefile.am:
7701         * pixbuf/Makefile.am:
7702         * properties/Makefile.am:
7703         * ps/Makefile.am:
7704         * shell/Makefile.am:
7705         * thumbnailer/Makefile.am:
7706         * tiff/Makefile.am:
7707
7708         Use gnome-common macros when possible.
7709         Cleanup dependencies.
7710         Actually disable deprecated where possible.
7711
7712 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7713
7714         * Makefile.am:
7715         * backend/Makefile.am:
7716         * properties/Makefile.am:
7717         * shell/Makefile.am:
7718         * thumbnailer/Makefile.am:
7719
7720         This should solve the circular dep without
7721         requiring dir reorg!
7722
7723         * shell/ev-window.c: (setup_view_from_metadata):
7724
7725         Never restore window size/position when the
7726         window is already visible.
7727
7728 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7729
7730         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7731
7732         Return a boolean from timeout func. Fix ported from gedit.
7733
7734 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7735
7736         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7737
7738 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7739
7740         * shell/ev-document-types.c: set "All Documents" as default filter in
7741         open dialog
7742
7743 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7744
7745         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7746         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7747         (ev_metadata_manager_set_boolean): fix value/val thinko.
7748
7749 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7750
7751         * shell/ev-window.c: (setup_view_from_metadata),
7752         (window_state_event_cb), (window_configure_event_cb),
7753         (ev_window_init):
7754
7755         Remember window position and maximized state
7756
7757 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7758
7759         * configure.ac:
7760
7761         Fix DBUS configure checks.
7762
7763         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7764         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7765         (ev_metadata_manager_set_boolean):
7766
7767         Plug mem leaks.
7768
7769         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7770         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7771         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7772         (ev_window_continuous_changed_cb),
7773         (ev_window_dual_mode_changed_cb), (ev_window_new):
7774
7775         Fix the build without DBUS.
7776
7777 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7778
7779         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7780         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7781         (ev_metadata_manager_set_string),
7782         (ev_metadata_manager_set_boolean):
7783         * shell/ev-metadata-manager.h:
7784
7785         Add support for some more types
7786
7787         * shell/ev-view.c: (scroll_to_current_page),
7788         (ev_view_get_continuous), (ev_view_set_continuous),
7789         (ev_view_get_dual_page):
7790         * shell/ev-view.h:
7791         * shell/ev-window.c: (page_changed_cb),
7792         (setup_document_from_metadata), (ev_window_setup_document),
7793         (setup_view_from_metadata), (ev_window_open_uri),
7794         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7795         (ev_window_run_presentation), (ev_window_stop_presentation),
7796         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7797         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7798         (ev_window_update_dual_page_action),
7799         (ev_window_continuous_changed_cb),
7800         (ev_window_dual_mode_changed_cb), (ev_window_init):
7801
7802         Remember a bunch of view/document properties. Prolly some
7803         are still missing but it's getting interesting.
7804
7805 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7806
7807         * configure.ac: check if dbus-binding-tool is installed. Not the
7808         case on current Ubuntu breezy, it seems.
7809
7810 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7811
7812         * data/evince.desktop.in.in:
7813         
7814         Allow open uri lists and add TryExec field.
7815
7816 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7817
7818         * configure.ac:
7819
7820         Enable dbus when available, do not require a configure
7821         option.
7822
7823 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7824
7825         * configure.ac:
7826
7827         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7828         disabled.
7829
7830 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7831         Marco Pesenti Gritti  <mpg@redhat.com>
7832
7833         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7834         
7835         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7836         functions to the format required by dbus
7837
7838         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7839         errors. Use the RPC parameters in the expected way
7840
7841 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7842
7843         * Makefile.am:
7844         * properties/Makefile.am:
7845         * properties/ev-properties-main.c: (ev_properties_get_pages):
7846
7847         Support all mime types
7848
7849         * shell/Makefile.am:
7850         * thumbnailer/Makefile.am:
7851         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7852         (evince_thumbnail_pngenc_get):
7853
7854         Use the document factory
7855
7856 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * backend/Makefile.am:
7859         * backend/ev-document-factory.c:
7860         (mime_type_supported_by_gdk_pixbuf),
7861         (ev_document_type_get_from_mime),
7862         (ev_document_factory_get_document),
7863         (ev_document_factory_get_backend),
7864         (ev_document_factory_get_mime_types),
7865         (ev_document_factory_get_all_mime_types):
7866         * backend/ev-document-factory.h:
7867         * shell/Makefile.am:
7868         * shell/ev-document-types.c: (get_document_from_uri),
7869         (ev_document_types_get_document),
7870         (file_filter_add_mime_list_and_free),
7871         (ev_document_types_add_filters):
7872         * shell/ev-document-types.h:
7873         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7874         * shell/ev-properties-dialog.c:
7875         (ev_properties_dialog_set_document):
7876         * shell/ev-window.c: (ev_window_cmd_file_open),
7877         (ev_window_cmd_save_as):
7878         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7879
7880         Rework document types managing to avoid code duplication
7881         and actually abstract from backend implementations.
7882         Also provide a minimal factory api that can be used by
7883         thumbnailer/properties.
7884
7885 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7886
7887         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7888         Plug a mem leak.
7889         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7890         HIG spacings.
7891
7892 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7893
7894         * shell/ev-properties-dialog.c
7895         (ev_properties_dialog_set_document): only call
7896         ev_properties_fonts_set_document() if the document implements the
7897         fonts interface
7898
7899 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7900
7901         * configure.ac:
7902         * properties/Makefile.am:
7903         * properties/ev-properties-view.c:
7904         (ev_properties_view_register_type):
7905         * properties/ev-properties-view.h:
7906         * properties/ev-properties-main.h:
7907
7908         Implement nautilus plugin for properties.
7909         Works only for pdf atm, I need to rework the
7910         document types stuff to get this to work
7911         for all backends...
7912
7913 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7914
7915         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7916         (ev_properties_fonts_set_document): use
7917         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7918
7919 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7920
7921         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7922         them
7923         (PlaceImage, tiff2ps_process_page): use
7924         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7925
7926
7927 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7928
7929         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7930         (main): to call gnome_authentication_manager_init. Should fix
7931         Bug #308510
7932
7933         * configure.ac: that requires libgnomeui 2.6.0.
7934
7935 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7936
7937         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7938         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7939         use the new tiff2ps interfaces
7940
7941         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7942         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7943
7944         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7945         structure instead of global variables.  Remove use of static
7946         variables in functions.
7947
7948 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7949
7950         * shell/ev-page-action.c: unref the completion after setting it to the
7951         entry
7952
7953 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7954
7955         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7956         postscript files
7957
7958 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7959
7960         * shell/ev-window.c (update_action_sensitivity): disable
7961         File->Print if the document does not implement the ps exporter
7962         interface
7963
7964 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7965
7966         * Makefile.am:
7967         * configure.ac:
7968         * data/evince-properties.glade:
7969         * properties/.cvsignore:
7970         * properties/Makefile.am:
7971         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7972         (ev_properties_view_class_init), (ev_properties_view_format_date),
7973         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7974         (ev_properties_view_init), (ev_properties_view_new):
7975         * properties/ev-properties-view.h:
7976         * shell/Makefile.am:
7977         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7978         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7979         (ev_properties_dialog_new):
7980         * shell/ev-properties-dialog.h:
7981         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7982         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7983         (update_progress_label), (job_fonts_finished_cb),
7984         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7985         * shell/ev-properties-fonts.h:
7986         * shell/ev-properties.c:
7987         * shell/ev-properties.h:
7988         * shell/ev-window.c: (ev_window_setup_document),
7989         (ev_window_cmd_file_properties):
7990
7991         Split the properties pages in two different objects, depend
7992         only on the backend where possible, use widgets instead
7993         of gobject for the glade part, reimplement the dialog
7994         itself with gtk.
7995         I need this to implement nautilus properties page.
7996
7997 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7998
7999         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
8000         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
8001         (tiff_document_document_ps_exporter_iface_init): implement the ps
8002         exporter interface for tiff documents
8003
8004         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
8005         libtiff to implement TIFF postscript export
8006
8007         * tiff/tiff2ps.h: added a header file for external tiff2ps
8008         functions.
8009
8010         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
8011         tiff2ps.h
8012
8013 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8014
8015         * shell/ev-view.c: (scroll_to_current_page),
8016         (ev_view_set_fullscreen), (ev_view_set_presentation):
8017         
8018         Scroll to current page when exit from presentation
8019
8020 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8021
8022         * shell/ev-window.c: (update_document_mode),
8023         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
8024         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
8025         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
8026         
8027         Exit from fullscreen mode when switch to presentation. Fix for
8028         bug 309365
8029
8030 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8031
8032         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
8033         return NULL if the document does not implement the selection
8034         interface.
8035
8036 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
8037
8038         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
8039         reported height by using the resolution aspect ratio
8040         (tiff_document_render_pixbuf): scale the pixbuf using the
8041         resolution aspect ratio
8042
8043 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8044
8045         * configure.ac:
8046         
8047         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
8048         <kiltedaco@gmail.com>
8049         
8050         * djvu/djvu-document.c: (djvu_document_get_orientation),
8051         (djvu_document_set_orientation), (djvu_document_get_page_size),
8052         (rotate_pixbuf), (djvu_document_render_pixbuf),
8053         (djvu_document_document_iface_init):
8054         * dvi/dvi-document.c: (dvi_document_get_orientation),
8055         (dvi_document_set_orientation), (dvi_document_get_page_size),
8056         (rotate_pixbuf), (dvi_document_render_pixbuf),
8057         (dvi_document_document_iface_init):
8058         
8059         Dvi and djvu backends are ported to new API
8060
8061 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
8062
8063         * backend/ev-selection.c: (ev_selection_get_selection_region),
8064         (ev_selection_get_selection_map):
8065         * backend/ev-selection.h:
8066         * pdf/ev-poppler.cc:
8067         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8068         * shell/ev-jobs.h:
8069         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8070         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8071         (ev_pixbuf_cache_get_text_mapping):
8072         * shell/ev-pixbuf-cache.h:
8073         * shell/ev-view.c: (location_in_text),
8074         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8075         support to EvView.  Now we can see where we can select!  Sweet!
8076
8077 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8078
8079         * shell/ev-view.c (ev_view_button_press_event): Fix
8080         event->y + view->scroll_x typo.
8081
8082 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8083
8084         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8085         sub-GdkPixbuf instead of passing dest_x and dest_y.
8086         
8087         * shell/ev-view.c: (view_point_to_doc_point),
8088         (view_rect_to_doc_rect), (ev_view_button_press_event),
8089         (ev_view_motion_notify_event), (compute_new_selection_rect),
8090         (gdk_rectangle_point_in), (compute_new_selection_text),
8091         (compute_selections): Update selection code to keep the selection
8092         around as two points and not as a normalized rectangle, and fix
8093         page level selection in two-column mode.
8094
8095 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8096
8097         * shell/ev-window.c: (window_configure_event_cb): 
8098         
8099         Fix compilation
8100         
8101 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8102
8103         * pdf/ev-poppler.cc:
8104
8105         Fix compilation
8106
8107 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8108
8109         * shell/Makefile.am:
8110         * shell/ev-metadata-manager.c: (item_free),
8111         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8112         (parse_value), (parseItem), (load_values),
8113         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8114         (save_values), (save_item), (get_oldest), (resize_items),
8115         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8116         * shell/ev-metadata-manager.h:
8117
8118         Metadata manager from gedit but modified to use GValue, so that
8119         we dont need to keep converting from strings.
8120
8121         * configure.ac:
8122
8123         ENABLE_METADATA conditional, on when dbus is on
8124
8125         * shell/ev-application.c: (ev_application_open_uri):
8126
8127         Show the window after load so that we can initialize
8128         window size before it's showed.
8129
8130         * shell/ev-window.c: (ev_window_setup_from_metadata),
8131         (ev_window_open_uri), (window_configure_event_cb),
8132         (ev_window_init):
8133
8134         Save and load metadata information about window size.
8135         Not yet keeping states in account.
8136
8137         * shell/main.c: (main):
8138
8139         Shutdown metadata manager.
8140
8141 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8142
8143         * shell/ev-application-service.xml:
8144         * configure.ac:
8145         * shell/Makefile.am:
8146         * shell/ev-application.c:
8147         * shell/ev-application.h:
8148         * shell/ev-window.c:
8149         * shell/ev-window.h:
8150         * shell/main.c:
8151
8152         Add an optional dbus interface (--enable-dbus).
8153         Rework application code, mainly to be easier to
8154         use "remotely".
8155         Do not open multiple windows with the same document,
8156         spatial evince!
8157
8158 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8159
8160         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8161         pixbuf iff it exists.
8162
8163 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8164
8165         * shell/*:
8166         * backend/ev-render-context.[ch]:
8167         * backend/ev-selection.[ch]:
8168
8169         Massive changes.  We now support text selection of pdfs, and not
8170         just rectangular selection.  This is pretty broken still, but I
8171         want to get something into CVS.
8172
8173 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8174
8175         * pdf/ev-poppler.cc:
8176         
8177         Fix for Bug 309080: crash on window close.
8178         
8179         * shell/ev-page-action.c: (page_changed_cb):
8180         
8181         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8182         jensgr@gmx.net (Jens Granseuer).
8183
8184 2005-06-25  Marcel Telka  <marcel@telka.sk>
8185
8186         * configure.in (ALL_LINGUAS): Added sk.
8187
8188 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8189
8190         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8191         not a document open
8192
8193 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8194
8195         * NEWS:
8196         * configure.ac:
8197
8198         Release 0.3.2
8199
8200         * cut-n-paste/recent-files/Makefile.am:
8201
8202         Fix make distcheck
8203
8204 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8205
8206         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8207         (pixbuf_document_set_orientation), (rotate_pixbuf),
8208         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8209         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8210
8211         Implement rotation and cleanup the code a bit.
8212
8213         * tiff/tiff-document.c: (tiff_document_get_page_size),
8214         (tiff_document_get_orientation), (tiff_document_set_orientation),
8215         (rotate_pixbuf), (tiff_document_render_pixbuf),
8216         (tiff_document_document_iface_init), (tiff_document_init):
8217
8218         Implement rotation. Was the quicker solution for the release
8219         but we really need to share this code in the shell.
8220
8221 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8222
8223         * pdf/ev-poppler.cc:
8224
8225         Enable rotation, require poppler cvs. Fix a leak.
8226
8227 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8228
8229         * shell/ev-window.c: (update_action_sensitivity):
8230         
8231         Make properties unsensitive if document backend doesn't provide
8232         any info
8233
8234 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8235
8236         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8237         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8238         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8239         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8240         (bitmap_flip_rotate_counter_clockwise):
8241         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8242         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8243         (buff_gets):
8244         * dvi/mdvi-lib/common.h:
8245         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8246         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8247         (opendvi), (mdvi_reload), (mdvi_init_context),
8248         (mdvi_destroy_context), (mdvi_dopage), (special):
8249         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8250         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8251         (file_hash_free), (register_encoding), (parse_spec),
8252         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8253         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8254         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8255         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8256         (mdvi_register_font_type), (mdvi_unregister_font_type),
8257         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8258         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8259         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8260         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8261         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8262         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8263         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8264         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8265         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8266         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8267         (mdvi_unregister_special), (mdvi_flush_specials):
8268         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8269         (t1_font_remove):
8270         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8271         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8272         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8273         (free_font_metrics), (flush_font_metrics):
8274         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8275         (tt_font_remove):
8276         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8277         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8278         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8279         (dstring_insert), (dstring_new), (dstring_reset):
8280         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8281         
8282         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8283         avoid conflict with libtool on FC4
8284         
8285         * shell/ev-window.c: (ev_window_cmd_help_about):
8286         
8287         Update copyright year. Fix for bug 308828.
8288
8289 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8290
8291         * shell/ev-view.c: (add_scroll_binding_keypad),
8292         (ev_view_binding_activated), (ev_view_class_init),
8293         (on_adjustment_value_changed):
8294         
8295         Bug 170874: Arrow keys switch pages in presentation mode
8296
8297 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8298
8299         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8300         
8301         Fix for Bug 308265: Sidebar dissappears coming out of 
8302         Presentation mode
8303
8304 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8305
8306         * shell/ev-application.c: (ev_application_open):
8307         * shell/ev-document-types.c: (ev_document_types_add_filters),
8308         (ev_document_types_add_filters_for_type):
8309         * shell/ev-document-types.h:
8310         * shell/ev-window.c: (ev_window_cmd_save_as):
8311         
8312         Suggest basename as template when saving, provide filters
8313         for save dialog. It's bug 308402
8314
8315 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8316
8317         * pdf/ev-poppler.cc:
8318         * shell/ev-sidebar-links.c: (job_finished_callback):
8319         * shell/ev-view.c: (update_find_status_message):
8320         
8321         Some leaks fixed
8322
8323 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8324
8325         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8326         (egg_recent_view_uimanager_set_list):
8327
8328         Fix buglet in !show_numbers case.
8329
8330 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8331
8332         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8333         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8334
8335         Use pango ellipsisation.
8336
8337         * pdf/ev-poppler.cc:
8338
8339         Fix refcount leak, from nsh.
8340
8341 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8342
8343         * cut-n-paste/recent-files/Makefile.am:
8344         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8345         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8346         
8347         Removed EggRecentViewGtk
8348         
8349         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8350         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8351         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8352         (ev_window_setup_recent):
8353         
8354         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8355         with other projects
8356
8357 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8358
8359         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8360         (egg_recent_view_gtk_finalize):
8361
8362         Fix memory leak
8363
8364         * cut-n-paste/toolbar-editor/Makefile.am:
8365         
8366         Fix location of cursor icon.
8367         
8368         * pdf/ev-poppler.cc:
8369         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8370         (display_completion_text), (match_completion):
8371         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8372         (selection_changed_callback), (create_loading_model),
8373         (print_section_cb), (links_page_num_func),
8374         (update_page_callback_foreach):
8375         * shell/ev-window.c: (ev_window_dispose):
8376         
8377         Small memory fixes. Links model now store objects instead
8378         of pointers to improve memory management. 
8379
8380 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8381
8382         * shell/ev-window.c: (zoom_control_changed_cb):
8383         
8384         Fix update of zoom control (bug 308268).
8385
8386 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8387
8388         * shell/ev-properties.c (set_property): escape the text correctly.
8389         Handles non-UTF-8 properties and escaped properties.  Also, sets
8390         the text to "<i>None</i>" if the property isn't set.
8391
8392         * data/evince-properties.glade: Change the label to be ellipsized,
8393         and give it a minimum size.
8394
8395 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8396
8397         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8398         * shell/ev-sidebar-links.c: (create_loading_model):
8399         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8400         * shell/ev-view.c: (ev_view_set_document):
8401         * shell/ev-window.c: (ev_window_dispose):
8402         
8403         Various small fixes, mostly memory leaks. Thanks to valgrind.
8404
8405 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8406
8407         * ps/ps-document.c: remove the locale.h include again ;-). And
8408         kill the (bogus) setlocale/savelocale business.
8409
8410 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8411
8412         * ps/ps-document.c:
8413         
8414         Include locale.h to fix build
8415         
8416         * shell/ev-sidebar.c:
8417         
8418         Remove unnecessary includes
8419
8420 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8421
8422         * dvi/dvi-document.c: (dvi_document_load):
8423         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8424         * po/POTFILES.in:
8425         
8426         Check for incorrect dvi files. Fix parsing dvi on AMD64
8427         platform. Thanks to tester@tester.ca (Olivier Crete).
8428
8429 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8430
8431         * shell/ev-page-action.c: (match_selected_cb),
8432         (display_completion_text), (match_completion), (update_model):
8433         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8434         (expand_open_links):
8435         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8436         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8437         (ev_sidebar_set_document):
8438         * shell/ev-window.c: (ev_window_xfer_job_cb),
8439         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8440         
8441         Fixed lot's of memory leaks, for example, memory leak on reload, 
8442         described in bug 307793.
8443
8444 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8445
8446         * pdf/ev-poppler.cc:
8447         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8448         (update_visible_range), (adjustment_changed_cb),
8449         (ev_sidebar_thumbnails_fill_model),
8450         (ev_sidebar_thumbnails_refresh),
8451         (ev_sidebar_tree_selection_changed),
8452         (ev_sidebar_icon_selection_changed),
8453         (ev_sidebar_thumbnails_use_icon_view),
8454         (ev_sidebar_thumbnails_set_document):
8455         * shell/ev-sidebar-thumbnails.h:
8456         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8457         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8458
8459         Refresh thumbnails when changing orientation. Not fully
8460         working yet becuase of a sidebar bug.
8461
8462         Set page orientation to poppler page everywhere. This sucks
8463         really need to fix poppler.
8464
8465 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8466
8467         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8468         (egg_recent_view_gtk_new_menu_item),
8469         (egg_recent_view_gtk_set_property),
8470         (egg_recent_view_gtk_get_property),
8471         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8472         (egg_recent_view_gtk_set_tooltip_func),
8473         (egg_recent_view_gtk_set_label_width),
8474         (egg_recent_view_gtk_get_label_width):
8475         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8476
8477         Sync with libegg (ellipsize labels)
8478
8479 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8480
8481         * data/evince-ui.xml:
8482         * shell/ev-window.c: (ev_window_cmd_go_forward),
8483         (ev_window_cmd_go_backward):
8484         
8485         Shift + PageUp moves 10 Pages. Fix for 306125
8486
8487 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8488
8489         * pdf/ev-poppler.cc:
8490
8491         Add a flag to check if orientation has been overriden
8492
8493 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8494
8495         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8496         field if necessary.
8497
8498         * ps/ps.h: add creator field to document.
8499
8500         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8501         set creator field.
8502
8503 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8504
8505         * data/evince-properties.glade:
8506         * shell/ev-properties.c: (ev_properties_set_document):
8507
8508         s/PDF Version/Format
8509
8510 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8511
8512         * shell/ev-properties.c: (ev_properties_set_document):
8513
8514         Remove unnecessary translations
8515
8516 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8517
8518         * cut-n-paste/toolbar-editor/Makefile.am:
8519
8520         Correct library name    
8521
8522 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8523
8524         * configure.ac:
8525         * cut-n-paste/recent-files/egg-recent-model.c:
8526         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8527         (egg_recent_model_unlock_file):
8528         * cut-n-paste/recent-files/egg-recent-util.c:
8529         (egg_recent_util_get_unique_id):
8530         * cut-n-paste/recent-files/update-from-egg.sh:
8531         * cut-n-paste/toolbar-editor/Makefile.am:
8532         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8533         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8534         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8535         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8536         (egg_toolbars_model_get_type):
8537         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8538
8539         Better makefile for toolbar editor and update everything
8540         to latest libegg.
8541
8542 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8543
8544         * shell/ev-window.c: (update_document_mode):
8545
8546         Prefer presentation mode when the document
8547         require fullscreen.
8548
8549 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8550
8551         * data/evince-ui.xml:
8552         * shell/ev-window.c:
8553
8554         Add control-equal for zooming
8555
8556 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8557
8558         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8559
8560 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8561
8562         * backend/ev-document.c: (ev_document_get_orientation):
8563         * backend/ev-document.h:
8564         * pdf/ev-poppler.cc:
8565         * ps/ps-document.c: (ps_document_get_orientation),
8566         (ps_document_set_orientation), (ps_document_document_iface_init):
8567
8568         Add a get_orientation api. Improve set_orientation.
8569
8570         * data/evince-ui.xml:
8571         * shell/ev-view.c: (ev_view_set_orientation),
8572         (ev_view_rotate_right), (ev_view_rotate_left):
8573         * shell/ev-view.h:
8574         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8575         (ev_window_cmd_edit_rotate_right):
8576
8577         Better ui for changing document orientation
8578
8579 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8580
8581         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8582         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8583         * shell/ev-sidebar-links.h:
8584         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8585         (ev_sidebar_page_iface_init):
8586         * shell/ev-sidebar-page.h:
8587         * shell/ev-sidebar-thumbnails.c:
8588         (ev_sidebar_thumbnails_get_property),
8589         (ev_sidebar_thumbnails_class_init),
8590         (ev_sidebar_thumbnails_set_document):
8591         * shell/ev-sidebar-thumbnails.h:
8592         * shell/ev-view.c: (ev_view_motion_notify_event):
8593         * shell/ev-window.c: (update_chrome_visibility),
8594         (ev_window_cmd_focus_page_selector),
8595         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8596         (sidebar_page_main_widget_update_cb), (ev_window_init):
8597         
8598         Autoraise toolbar on GoToPage binding and fix bindings in
8599         EvSidebarThumbnails page.
8600
8601 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8602
8603         * shell/ev-properties.c: (update_progress_label):
8604
8605         Hide the progress label when finished; bug #307697.
8606
8607 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8608
8609         * pdf/ev-poppler.cc:
8610
8611         Enable is_open for links, you will need poppler cvs
8612
8613         * shell/ev-properties.c: (job_fonts_finished_cb):
8614
8615         Get a lock on the document when filling the tree view
8616
8617 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8618
8619         * backend/ev-document-links.h:
8620         * pdf/ev-poppler.cc:
8621         * shell/ev-sidebar-links.c: (create_loading_model),
8622         (expand_open_links), (job_finished_callback):
8623
8624         Expand links when specified by the document.
8625         Depend on a poppler api (defined out for now)
8626
8627 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8628
8629         * shell/ev-properties.c: (ev_properties_dispose),
8630         (ev_properties_class_init), (dialog_destroy_cb),
8631         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8632         (ev_properties_set_document), (ev_properties_new),
8633         (ev_properties_show):
8634         * shell/ev-properties.h:
8635
8636         Make it an object, cleanup the code, api to show it as transient
8637         and to set the document.
8638
8639         * shell/ev-window.c: (ev_window_setup_document),
8640         (ev_window_cmd_file_properties):
8641
8642         Adapt to EvProperties changes, do not show multiple
8643         times, update it when document changes.
8644
8645 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8646
8647         * ps/gstypes.h:
8648         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8649         (ps_document_set_orientation), (ps_document_document_iface_init):
8650         * ps/ps-document.h:
8651
8652         Implement orientation here too
8653
8654         * shell/ev-properties.c: (ev_properties_new):
8655         * data/evince-properties.glade:
8656
8657         Hide the fonts page for backends that doesnt
8658         support it.     
8659
8660 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8661
8662         * backend/ev-document.c: (ev_document_set_orientation):
8663         * backend/ev-document.h:
8664         * pdf/ev-poppler.cc:
8665
8666         Add orientation api. Currently poppler api is not optimal,
8667         we need to set orientation every time we _get a page.
8668         I will try to fix that at some point.
8669
8670         * data/evince-ui.xml:
8671         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8672         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8673
8674         Add orientation menu items
8675
8676         * shell/ev-page-cache.c: (ev_page_cache_clear):
8677         * shell/ev-page-cache.h:
8678
8679         Add api to clear the cache
8680
8681         * shell/ev-view.c: (setup_caches), (clear_caches),
8682         (ev_view_set_document), (ev_view_zoom_out),
8683         (ev_view_set_orientation):
8684         * shell/ev-view.h:
8685
8686         Implement orientation changing
8687
8688 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8689
8690         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8691         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8692         * backend/ev-document-fonts.h:
8693
8694         Separate scan and fill so that we can incrementally fill from
8695         the main thread. Add a progress api.
8696
8697         * data/evince-properties.glade:
8698         * pdf/ev-poppler.cc:
8699         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8700         * shell/ev-jobs.h:
8701         * shell/ev-properties.c: (update_progress_label),
8702         (job_fonts_finished_cb), (setup_fonts_view):
8703
8704         Incrementally feel the list and show the progress
8705         percentage in a label like acrobat does.
8706
8707         You are going to need poppler cvs
8708
8709 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8710
8711         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8712         * backend/ev-document-fonts.h:
8713         * pdf/ev-poppler.cc:
8714
8715         Make fonts model fill incrementally.
8716
8717         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8718         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8719         (ev_job_queue_remove_job):
8720         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8721         (ev_job_fonts_new), (ev_job_fonts_run):
8722         * shell/ev-jobs.h:
8723
8724         New job for fonts scanning
8725
8726         * shell/ev-properties.c: (job_fonts_finished_cb),
8727         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8728         * shell/ev-properties.h:
8729         * shell/ev-window.c: (ev_window_cmd_file_properties):
8730
8731         Incrementally feel the treeview using the new job. Show Loading...
8732         message until scanning is completed.
8733
8734         Hopefully I didnt break the build without the poppler patch.
8735
8736 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8737
8738         * shell/ev-application.c: (ev_application_open):
8739         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8740         (ev_document_type_get_type), (ev_document_type_lookup):
8741         * shell/ev-document-types.h:
8742         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8743         * shell/ev-job-xfer.h:
8744         * shell/ev-window.c: (ev_window_clear_local_uri),
8745         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8746         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8747         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8748         
8749         Transfer remote documents to tmp directory to display them later.
8750
8751 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8752
8753         * backend/ev-document-info.h:
8754         * shell/ev-properties.c: (ev_properties_new):
8755
8756         s/GTime*/GTime. Not sure why we was using a pointer
8757         at all there!
8758
8759 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8760
8761         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8762         situations.  That situation is that you're using GTK+-HEAD with
8763         the patch at #306726 is applied, and you have a document with <
8764         1500 pages in it.  It's not quite as uniformly nice as the
8765         TreeView, but should be better in the long run.
8766
8767         I'm pretty sure I guarded against breaking compilation with
8768         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8769         I missed some.
8770
8771         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8772         widget yet, so I commented that code out
8773         enable_view_actions_for_widget() for now.  Need to figure this
8774         out.
8775
8776         * shell/ev-page-action.c (match_selected_cb): emit the right
8777         signals.  Our cool C-l completion now works.
8778
8779 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8780
8781         * backend/Makefile.am:
8782         * backend/ev-document-fonts.c:
8783         * backend/ev-document-links.c:
8784         * backend/ev-document.c: (ev_document_load):
8785         * backend/ev-document.h:
8786         * backend/ev-job-queue.c:
8787         * backend/ev-job-queue.h:
8788         * backend/ev-jobs.c:
8789         * backend/ev-jobs.h:
8790         * backend/ev-page-cache.c:
8791         * backend/ev-page-cache.h:
8792
8793         EvPageCache and EvJobs are moved to shell.
8794
8795         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8796         (ev_tmp_filename):
8797         * lib/ev-file-helpers.h:
8798         
8799         New helper to work with temporary files
8800         
8801         * shell/Makefile.am:
8802         * shell/ev-application.c: (ev_application_open):
8803         * shell/ev-application.h:
8804         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8805         (remove_job_from_async_queue), (add_job_to_async_queue),
8806         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8807         (handle_job), (search_for_jobs_unlocked),
8808         (no_jobs_available_unlocked), (ev_render_thread),
8809         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8810         (ev_job_queue_add_job), (move_job_async), (move_job),
8811         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8812         * shell/ev-job-queue.h:
8813         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8814         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8815         * shell/ev-job-xfer.h:
8816         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8817         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8818         (ev_job_links_class_init), (ev_job_render_init),
8819         (ev_job_render_dispose), (ev_job_render_class_init),
8820         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8821         (ev_job_thumbnail_class_init), (ev_job_load_init),
8822         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8823         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8824         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8825         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8826         * shell/ev-jobs.h:
8827         * shell/ev-page-action.c: (ev_page_action_set_document):
8828         * shell/ev-page-cache.c: (ev_page_cache_init),
8829         (ev_page_cache_class_init), (ev_page_cache_finalize),
8830         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8831         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8832         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8833         (ev_page_cache_get_title), (ev_page_cache_get_size),
8834         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8835         (ev_page_cache_get_height_to_page),
8836         (ev_page_cache_get_max_label_chars),
8837         (ev_page_cache_get_page_label),
8838         (ev_page_cache_has_nonnumeric_page_labels),
8839         (ev_page_cache_get_info), (ev_page_cache_next_page),
8840         (ev_page_cache_prev_page), (ev_page_cache_get):
8841         * shell/ev-page-cache.h:
8842         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8843         (ev_pixbuf_cache_clear_job_sizes),
8844         (ev_pixbuf_cache_add_jobs_if_needed),
8845         (ev_pixbuf_cache_set_page_range):
8846         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8847         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8848         * shell/ev-sidebar-thumbnails.c:
8849         (ev_sidebar_tree_selection_changed),
8850         (ev_sidebar_thumbnails_set_document):
8851         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8852         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8853         (ev_statusbar_get_context_id), (ev_statusbar_push),
8854         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8855         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8856         (ev_statusbar_set_progress):
8857         * shell/ev-statusbar.h:
8858         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8859         (ev_view_find_previous):
8860         * shell/ev-window.c: (ev_window_is_empty),
8861         (ev_window_setup_document), (password_dialog_response),
8862         (ev_window_clear_jobs), (ev_window_load_job_cb),
8863         (ev_window_xfer_job_cb), (ev_window_open_uri),
8864         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8865         (ev_window_print), (ev_window_print_range),
8866         (ev_window_state_event), (ev_window_cmd_view_reload),
8867         (menu_item_select_cb), (menu_item_deselect_cb),
8868         (view_status_changed_cb), (ev_window_dispose),
8869         (drag_data_received_cb), (ev_window_init):
8870         * shell/ev-window.h:
8871         * shell/main.c: (load_files):
8872         
8873         New statusbar to show progress on idle. Two new jobs - 
8874         xfer job and load job to load document in background. And update
8875         of page_cache clients to new location of code.
8876
8877 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8878
8879         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8880         selection in open dialog. It also remembers the last visited directory 
8881         in the current session.
8882
8883 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8884
8885         * shell/ev-properties.c: (ev_properties_new):
8886         * shell/ev-properties.h:
8887         * shell/ev-window.c: (ev_window_cmd_file_properties):
8888         
8889         Get document info from page cache instead of document itself.
8890         This should fix crash related to race conditions described in
8891         bug 306545.
8892
8893 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8894
8895         * ps/ps-document.c: (ps_document_init),
8896         (send_ps), (get_page_box), (output), (catchPipe), (input),
8897         (stop_interpreter), (file_length), (file_readable),
8898         (check_filecompressedb), (ps_document_enable_interpreter),
8899         (document_load), (ps_async_renderer_render_pixbuf):
8900         * ps/ps-document.h:
8901
8902         Big cleanup of the ps code
8903
8904 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8905
8906         * backend/Makefile.am:
8907         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8908         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8909         * backend/ev-async-renderer.h:
8910
8911         Add an async renderer interface (method + callback) which
8912         is useful for backends like ps.
8913
8914         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8915         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8916         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8917         (ev_job_queue_add_job), (move_job_async), (move_job),
8918         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8919
8920         Add queues for async renderer, these are executed on the
8921         main thread.
8922
8923         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8924         (ev_job_render_run):
8925         * backend/ev-jobs.h:
8926
8927         If the backend support async renderer interface use it.
8928
8929         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8930         (setup_pixmap), (ps_document_get_type),
8931         (ps_async_renderer_render_pixbuf),
8932         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8933
8934         Implement async renderer interface.
8935
8936 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8937
8938         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8939
8940         Cleanup links job on exit.
8941
8942 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8943
8944         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8945         (drag_data_get_cb), (drag_data_received_cb):
8946         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8947         (drag_data_get_cb), (parse_item_list),
8948         (egg_toolbar_editor_load_actions):
8949         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8950         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8951         (parse_item_list), (parse_toolbars):
8952         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8953         (dvi_pixbuf_put_pixel):
8954         
8955         Fix gcc 4.0 warnings
8956
8957 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8958
8959         * ps/ps-document.c: (start_interpreter):
8960
8961         Fix warning when loading ps
8962
8963 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8964
8965         * ps/ps-document.c: (output):
8966
8967         Fix crash when priting gs error messages.
8968
8969 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8970
8971         * backend/ev-page-cache.c: (_ev_page_cache_new):
8972         * backend/ev-page-cache.h:
8973
8974         Use a const to return title so that we dont double
8975         free it. Small cleanup and fix a leak.
8976
8977         * shell/ev-window.c: (update_window_title):
8978
8979         strdup value from get_title.
8980
8981 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8982
8983         * shell/ev-sidebar-links.c: (job_finished_callback),
8984         (ev_sidebar_links_set_document):
8985
8986         Cleanup the old job when changing document
8987
8988 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8989
8990         * shell/ev-stock-icons.c:
8991         * shell/ev-stock-icons.h:
8992         * shell/ev-window.c:
8993         
8994         Add stock icons for actions that can appear in toolbar. Fix for
8995         bug 306566.
8996
8997 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8998
8999         * backend/ev-page-cache.c: (ev_page_cache_finalize),
9000         (_ev_page_cache_new), (ev_page_cache_get_max_width),
9001         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
9002         * backend/ev-page-cache.h:
9003         * shell/ev-view.c: (scroll_to_current_page),
9004         (view_update_range_and_current_page), (get_page_y_offset),
9005         (get_page_extents), (ev_view_size_request_continuous_dual_page),
9006         (ev_view_size_request_continuous),
9007         (ev_view_zoom_for_size_continuous_and_dual_page),
9008         (ev_view_zoom_for_size_continuous):
9009         
9010         More compact EvView layout in document with pages of different size.
9011
9012 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
9013
9014         * shell/ev-window.c (ev_window_cmd_file_properties): fix
9015         compilation.
9016
9017 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9018
9019         * shell/ev-view.c: (view_set_adjustment_values):
9020         * shell/ev-window.c: (ev_window_cmd_file_properties):
9021         
9022         A bit different fix for rounding problem but it has no
9023         problems on startup. Make properties window transient to parent.
9024
9025 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9026
9027         * pdf/ev-poppler.cc:
9028         
9029         More commenting of font stuff.
9030
9031 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9032
9033         * pdf/ev-poppler.cc:
9034
9035         Comment out some more fonts stuff. Should really
9036         work without the poppler patch now.
9037
9038 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9039
9040         * pdf/ev-poppler.cc:
9041
9042         Adapt to api change
9043
9044 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9045
9046         * data/evince-properties.glade:
9047         * pdf/ev-poppler.cc:
9048         * shell/ev-properties.c: (setup_fonts_view):
9049
9050         Set the column title. Show the dialog only
9051         once everything is setup.
9052         Getting font info can be very slow... will
9053         prolly need to make this threaded too.
9054
9055 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9056
9057         * backend/Makefile.am:
9058         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
9059         (ev_document_fonts_get_fonts_model):
9060         * backend/ev-document-fonts.h:
9061         * data/evince-properties.glade:
9062         * pdf/ev-poppler.cc:
9063         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
9064         * shell/ev-properties.h:
9065         * shell/ev-window.c: (ev_window_cmd_file_properties):
9066
9067         Implement fonts list. Defined out for now, since it depends
9068         on a not yet committed poppler patch.
9069
9070 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9071
9072         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9073         page + 1.
9074
9075         * shell/ev-window.c: Make sure we add the timeout when we get a
9076         focus-in event.
9077
9078         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9079         adjustment->value before calculating the zoom factor to average
9080         out all of our rounding errors.  The page no longer 'drifts' when
9081         resizing.
9082
9083 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9084
9085         * data/evince-properties.glade:
9086         * shell/ev-properties.c: (ev_properties_format_date),
9087         (set_property):
9088         
9089         Labels don't expand when the dialogue is resized.
9090         strftime result needs to be converted to UTF-8. Thanks
9091         to Christian Persch <chpe@gnome.org>.
9092
9093 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9094
9095         * data/evince-properties.glade:
9096
9097         Hide the fonts tab
9098
9099 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9100
9101         * backend/ev-document-info.h:
9102         * backend/ev-document.c: (ev_document_info_free):
9103         * data/evince-properties.glade:
9104         * pdf/ev-poppler.cc:
9105         * ps/ps-document.c: (ps_document_get_info):
9106         * shell/ev-properties.c: (ev_properties_format_date),
9107         (set_property), (ev_properties_new):
9108         * shell/ev-properties.h:
9109         * shell/ev-window.c: (ev_window_cmd_file_properties):
9110
9111         Rework properties code to take only EvPropertyInfo
9112         in the constructor so that it can be useful for
9113         nautilus plugin too.
9114
9115         Deal with backends that doesnt support some properties.
9116         Make set property code generic.
9117
9118 2005-06-04  Christian Persch <chpe@gnome.org>
9119
9120         * data/evince-properties.glade:
9121
9122         fix spacings, make resizeable, and make data labels
9123         selectable + ellipsised
9124
9125 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9126
9127         * backend/ev-document-info.h:
9128         * data/Makefile.am:
9129         * data/evince-ui.xml:
9130         * pdf/ev-poppler.cc:
9131         * shell/Makefile.am:
9132         * shell/ev-window.c: (update_action_sensitivity),
9133         (ev_window_cmd_file_properties):
9134
9135         Initial go at file properties. Patch by
9136         Emil Soleyman-Zomalan <emil@soleyman.com>.
9137         Needs love see #169583
9138
9139 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9140
9141         * ps/ps-document.c: (output):
9142         * ps/ps.c: (psscan):
9143
9144         Try to render even if psscan fails.
9145
9146 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9147
9148         * ps/ps.c: (psscan), (pscopydoc):
9149
9150         Port buffered reading code from gv
9151
9152 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9153
9154         * ps/ps-document.c: (interpreter_message), (output):
9155
9156         Do not fail on interpreter messages
9157
9158 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9159
9160         * backend/ev-document-misc.c:
9161         (ev_document_misc_get_thumbnail_frame):
9162
9163         Pages can be 0 x 0, dont assert on this case
9164
9165 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9166
9167         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9168         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9169
9170         Correctly manage our reference on document. Finally the reload
9171         huge leak is gone...
9172
9173 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9174
9175         * ps/ps-document.c: (ps_document_dispose):
9176
9177         Forgot to chain it to the parent. Thanks chpe.
9178
9179 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9180
9181         * ps/ps-document.c: (ps_document_dispose),
9182         (ps_document_class_init), (stop_interpreter), (document_load):
9183
9184         Cleanup dispose a bit. Dont leak the whole pixmap.
9185
9186 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9187
9188         * pdf/ev-poppler.cc:
9189
9190         Release the poppler document on dispose
9191
9192 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9193
9194         * shell/ev-view.c: (ev_view_set_document):
9195
9196         Release ref on the pixbuf cache when changing
9197         document.
9198
9199 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9200
9201         * ps/ps-document.c: (ps_document_get_info):
9202
9203         Fix a double free
9204
9205 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9206
9207         * backend/ev-page-cache.c: (ev_page_cache_init),
9208         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9209         * backend/ev-page-cache.h:
9210         * shell/ev-page-action.c: (page_changed_cb):
9211         
9212         Set page action entry width depending on labels width. Fix
9213         for bug 305202.
9214
9215 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9216
9217         * backend/ev-link.c: (ev_link_class_init):
9218
9219         Allow -1 as page value (error)
9220
9221 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9222
9223         * shell/ev-sidebar-thumbnails.c:
9224         (ev_sidebar_thumbnails_set_document):
9225         * shell/ev-view.c: (scroll_to_current_page),
9226         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9227         (page_changed_cb), (on_adjustment_value_changed),
9228         (ev_view_set_document):
9229
9230         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9231         Fix bug 305377
9232
9233 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9234
9235         * configure.ac:
9236         * djvu/djvu-document.c: (djvu_document_get_page_size):
9237
9238         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9239         bug 301993.
9240
9241 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9242
9243         * shell/ev-view.c (draw_one_page): modify the expose handling to
9244         get the shadows.
9245
9246         * shell/ev-window.c (update_action_sensitivity): Respect
9247         permissions field.  Kowtow to the man.
9248
9249         * pdf/ev-poppler.cc: Get the permissions field.
9250
9251         * tiff/*c: Make a tiny bit more robust.
9252
9253 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9254
9255         * djvu/djvu-document.c:
9256         
9257         Pop messages from djvu context message queue.
9258
9259 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9260
9261         * configure.ac, Makefile.am, shell/Makefile.am:
9262         * tiff/Makefile.am, shell/ev-document-types.c:
9263         
9264         Cleanup tiff configure checks. Fix for bug 305218.
9265
9266 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9267
9268         * configure.ac: Added "uk" to ALL_LINGUAS.
9269
9270 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9271
9272         * cut-n-paste/zoom-control/ephy-zoom.c:
9273         (ephy_zoom_get_changed_zoom_level):
9274         * cut-n-paste/zoom-control/ephy-zoom.h:
9275         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9276         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9277         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9278         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9279         (zoom_control_changed_cb), (ev_window_init):
9280         
9281         Fix minor points related to moving best fit up. Introduce
9282         "zoom" property and make zoom control change it's value on
9283         notify::zoom signals. Fix for 305080.
9284
9285 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9286
9287         * data/evince-ui.xml:
9288         * shell/ev-window.c: (set_view_actions_sensitivity):
9289         
9290         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9291
9292 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9293
9294         * configure.ac:
9295
9296         Depends on poppler 0.3.2
9297
9298 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9299
9300         * cut-n-paste/recent-files/egg-recent-item.c:
9301         (egg_recent_item_get_short_name):
9302         * cut-n-paste/toolbar-editor/Makefile.am:
9303         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9304         (new_pixbuf_from_widget):
9305         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9306         * cut-n-paste/toolbar-editor/egg-marshal.c:
9307         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9308         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9309
9310         Sync
9311
9312 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9313
9314         * tiff/tiff-document.c: Rough TIFF backend.
9315
9316 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9317
9318         * NEWS:
9319         * configure.ac:
9320         * cut-n-paste/toolbar-editor/Makefile.am:
9321
9322         Release 0.3.1
9323
9324 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9325
9326         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9327         (ev_view_find_next), (ev_view_find_previous):
9328
9329         Remove the locks around get_n_results   
9330
9331 2005-05-21  Juerg Billeter  <j@bitron.ch>
9332
9333         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9334
9335         Pass correct number of pages to poppler.
9336
9337 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9338
9339         * configure.ac:
9340         * data/Makefile.am:
9341         * data/evince.desktop.in: 
9342         * data/evince.desktop.in.in:
9343         * po/POTFILES.in:
9344         
9345         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9346
9347 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9348
9349         * shell/ev-view.c: (view_update_adjustments),
9350         (view_set_adjustment_values): cast adjustmen->value to (int)
9351         before using it.  Otherwise, we get off by a pixel in some
9352         situations.
9353
9354         (draw_one_page): Draw the border on expose.
9355
9356 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9357
9358         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9359         adjustment when the mode changes, #304923
9360
9361 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9362
9363         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9364         flickering on resize but still use gdk_window_scroll on
9365         scrolling
9366
9367 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9368
9369         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9370         option, #170458
9371
9372 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9373
9374         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9375         second page on page_changed if possible, #304669
9376
9377 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9378
9379         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9380         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9381
9382 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9383
9384         * .cvsignore:
9385         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9386         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9387         (ev_view_zoom_for_size_presentation),
9388         (ev_view_zoom_for_size_continuous_and_dual_page),
9389         (ev_view_zoom_for_size_continuous),
9390         (ev_view_zoom_for_size_dual_page),
9391         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9392         * shell/ev-view.h:
9393         * shell/ev-window.c: (update_view_size),
9394         (ev_window_sizing_mode_changed_cb):
9395
9396         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9397         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9398         an infinite loop, #304769
9399
9400
9401 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9402
9403         * data/evince-ui.xml:
9404         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9405         * shell/ev-window.c: (set_view_actions_sensitivity):
9406
9407         Make PgUp/Down behave like Space
9408
9409 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9410
9411         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9412         * backend/ev-ps-exporter.h:
9413         * pdf/ev-poppler.cc:
9414         * ps/ps-document.c: (ps_document_ps_export_begin):
9415         * shell/ev-print-job.c: (idle_print_handler):
9416
9417         Adapt to new poppler api
9418
9419 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9420
9421         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9422         (ephy_zoom_control_init):
9423
9424         Translate zoom levels
9425
9426 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9427
9428         * cut-n-paste/zoom-control/ephy-zoom.c:
9429         (ephy_zoom_get_zoom_level_index):
9430
9431         Fix current zoom -> zoom control match
9432
9433 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9434
9435         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9436         rather than the scrolled_window that it's in. Fixes bug #304655.
9437
9438 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9439
9440         * shell/ev-view.c: (view_update_adjustments),
9441         (view_set_adjustment_values), (view_update_range_and_current_page),
9442         (view_scroll_to_page), (set_scroll_adjustment),
9443         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9444         (ev_view_scroll), (ev_view_scroll_view),
9445         (ensure_rectangle_is_visible), (find_page_at_location),
9446         (get_link_at_location), (go_to_link), (status_message_from_link),
9447         (ev_view_size_request_continuous_dual_page),
9448         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9449         (ev_view_unrealize), (ev_view_expose_event),
9450         (ev_view_button_press_event), (ev_view_motion_notify_event),
9451         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9452         (draw_rubberband), (highlight_find_results), (draw_one_page),
9453         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9454         (ev_view_init), (find_changed_cb), (page_changed_cb),
9455         (on_adjustment_value_changed), (ev_view_new),
9456         (ev_view_set_document), (ev_view_set_zoom),
9457         (ev_view_set_continuous), (ev_view_set_dual_page),
9458         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9459         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9460         (ev_view_zoom_for_size_presentation),
9461         (ev_view_zoom_for_size_continuous_dual_page),
9462         (ev_view_zoom_for_size_continuous),
9463         (ev_view_zoom_for_size_dual_page),
9464         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9465         (ev_view_get_status), (ev_view_set_status),
9466         (update_find_status_message), (ev_view_get_find_status),
9467         (ev_view_set_find_status), (jump_to_find_result),
9468         (jump_to_find_page), (compute_selections), (clear_selection),
9469         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9470         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9471         (ev_view_update_primary_selection),
9472         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9473         * shell/ev-view.h:
9474         * shell/ev-window.c: (ev_window_open_page_label),
9475         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9476         (ev_window_init):
9477         * shell/ev-window.h:
9478         * shell/main.c: (load_files):
9479
9480         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9481         when resizing.  Remove the bin_window().  Also, patch from James
9482         Bowes to fix command line page, #300641
9483         
9484 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9485
9486         * data/evince-ui.xml:
9487         * shell/ev-view.c:
9488         * shell/ev-view.h:
9489         * shell/ev-window.c: (update_action_sensitivity):
9490
9491         Get rid of View->Normal Size, it's just confusing
9492
9493 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9494
9495         * backend/ev-document-info.h:
9496         * backend/ev-document.c: (ev_document_info_free): Free the
9497         EvDocumentInfo.
9498
9499         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9500         (clear_range), (add_range), (update_visible_range),
9501         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9502         (ev_sidebar_thumbnails_set_document):
9503         * shell/ev-window.c: (ev_window_setup_document): Only render the
9504         visible thumbnails.  It takes an instant to render, but it uses
9505         much less memory.
9506
9507 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9508
9509         * shell/ev-sidebar-links.c: (popup_menu_cb):
9510
9511         Select first item
9512
9513 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9514
9515         * lib/Makefile.am:
9516         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9517         (button_press_cb), (ev_sidebar_links_construct):
9518
9519         Show the popup menu also on keybindings
9520
9521 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9522
9523         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9524         * shell/ev-window.h:
9525
9526         Expose api to print a range (with dialog). Make private _print use
9527         it.
9528
9529         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9530         (ev_sidebar_links_construct):
9531
9532         Show a print context menu on linkx, it prints the selected
9533         section.
9534
9535 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9536
9537         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9538         button.
9539
9540 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9541
9542         * AUTHORS:
9543
9544         Update
9545
9546         * shell/ev-window.c: (build_comments_string),
9547         (ev_window_cmd_help_about):
9548
9549         Show poppler version/backend and authors
9550
9551 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9552
9553         * cut-n-paste/zoom-control/ephy-zoom.c:
9554         (ephy_zoom_get_zoom_level_index):
9555         * cut-n-paste/zoom-control/ephy-zoom.h:
9556
9557         Move the best fit items at the top of the list
9558
9559 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9560
9561         * shell/ev-marshal.list:
9562         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9563         (activate_cb), (match_selected_cb), (activate_link_cb),
9564         (connect_proxy), (ev_page_action_class_init):
9565         * shell/ev-page-action.h:
9566
9567         Use signals to notify action activation. Hopefully
9568         I did not break completion since I cant test...
9569
9570         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9571         (register_custom_actions):
9572
9573         Connect to page selector actions and also grab focus on
9574         the view when activated.
9575
9576 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9577
9578         * pdf/ev-poppler.cc:
9579         * backend/ev-page-cache.c: make page size calculation consistent
9580         and set it to (int)( width * scale + 0.5).  This makes the weird
9581         line going through the middle of the page go away.
9582
9583         * shell/ev-view.c: move painting the background page after
9584         checking the expose area covers us.
9585
9586 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9587
9588         * data/evince-password.glade:
9589         
9590         Mark labels as not translatable. Fix for bug 302842.
9591
9592 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9593
9594         * configure.ac: Added "es" to ALL_LINGUAS.
9595
9596 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9597
9598         * data/evince-toolbar.xml:
9599         * shell/ev-window.c: (update_action_sensitivity),
9600         (ev_window_setup_document), (ev_window_set_page_mode),
9601         (ev_window_init):
9602
9603         Remove some leftover code from jrb first continous
9604         attempt. Use the new actions, we still need good icons
9605         though...
9606
9607 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9608
9609         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9610
9611         Update label when connecting proxy. Fix a warning with NULL
9612         page_cache.
9613
9614 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9615
9616         * data/evince-ui.xml:
9617         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9618         * shell/ev-page-action.h:
9619         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9620
9621         Add mnemonic for edit toolbar.
9622         ctrl+l focus the page entry.
9623
9624 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9625
9626         * lib/Makefile.am:
9627         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9628         (ev_window_init):
9629         * shell/main.c: (main):
9630
9631         Put the toolbar xml in evince own dot dir
9632
9633 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * shell/ev-window.c: (ev_window_init):
9636
9637         Make the toolbar not removable
9638
9639 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9640
9641         * data/evince-ui.xml:
9642         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9643         * shell/ev-sidebar-links.h:
9644         * shell/ev-sidebar-thumbnails.c:
9645         (ev_sidebar_thumbnails_get_treeview):
9646         * shell/ev-sidebar-thumbnails.h:
9647         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9648         (ev_view_class_init):
9649         * shell/ev-view.h:
9650         * shell/ev-window.c: (update_action_sensitivity),
9651         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9652         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9653         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9654         (ev_window_init):
9655
9656         This is evil... Make space/backspace global accelerators but
9657         enable them only for some widgets (sidebars and view).
9658         I dont like it, but I dont know a better way... :/
9659
9660 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9661
9662         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9663         (ev_page_action_widget_finalize),
9664         (ev_page_action_widget_class_init), (update_page_cache):
9665
9666         Keep a weak reference on proxy->page_cache so that we
9667         dont try to disconnect the signal if the object is already
9668         gone. Maybe there is a better way to cleanup reference handling
9669         in page action though...
9670
9671 2005-05-10  Juerg Billeter  <j@bitron.ch>
9672
9673         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9674         * backend/ev-ps-exporter.h:
9675         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9676         * ps/ps-document.c: (ps_document_ps_export_begin):
9677         
9678         Change api to pass print range to ps_exporter_begin. The pdf backend
9679         requires this information.
9680         
9681         * shell/ev-print-job.c: (idle_print_handler):
9682         
9683         Adapt to api change
9684
9685 2005-05-10  Juerg Billeter  <j@bitron.ch>
9686
9687         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9688         (idle_print_handler)
9689         * shell/ev-window.c: (ev_window_print):
9690
9691         Support printing page range, based on patch by Amaury Jacquot
9692
9693 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9694
9695         * data/evince-toolbar.xml:
9696
9697         Add zoom control to available items
9698
9699 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9700
9701         * shell/ev-window.c: (update_action_sensitivity):
9702
9703         Set slash action insensitive when appropriate
9704
9705 2005-05-10  Christian Persch <chpe@gnome.org>
9706
9707         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9708
9709         Fix warning on the overflow menu
9710
9711 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9712
9713         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9714
9715         Check for uri correctness/existence
9716
9717 2005-05-09  Juerg Billeter  <j@bitron.ch>
9718
9719         * shell/ev-window.c: (using_postscript_printer):
9720
9721         LPD printers use postscript, too
9722
9723 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9724
9725         * shell/ev-window.c: (register_custom_actions):
9726
9727         The zoom one is actually sort of useful,
9728         put it back
9729
9730 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9731
9732         * shell/ev-window.c: (register_custom_actions):
9733
9734         Hide page/zoom controls from overflow, they
9735         are useless.
9736
9737 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9738
9739         * cut-n-paste/update-from-egg.sh:
9740         
9741         Share it between all cut-n-paste subdirs
9742
9743         * cut-n-paste/recent-files/Makefile.am:
9744
9745         Fix to use "global" update-from-egg.sh
9746
9747         * cut-n-paste/recent-files/egg-recent-model.c:
9748         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9749         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9750         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9751         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9752
9753         Update from libegg
9754
9755         * cut-n-paste/toolbar-editor/Makefile.am:
9756
9757         Fix to use "global" update-from-egg.sh
9758
9759         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9760
9761         Update from libegg
9762
9763 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9764
9765         * configure.ac:
9766         * cut-n-paste/Makefile.am:
9767         * cut-n-paste/recent-files/Makefile.am:
9768         * cut-n-paste/toolbar-editor/.cvsignore:
9769         * cut-n-paste/toolbar-editor/Makefile.am:
9770         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9771         (egg_editable_toolbar_get_type), (get_toolbar_position),
9772         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9773         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9774         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9775         (set_item_drag_source), (create_item_from_action), (create_item),
9776         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9777         (popup_toolbar_context_menu_cb), (free_dragged_item),
9778         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9779         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9780         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9781         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9782         (item_added_cb), (item_removed_cb),
9783         (egg_editable_toolbar_construct),
9784         (egg_editable_toolbar_disconnect_model),
9785         (egg_editable_toolbar_deconstruct),
9786         (egg_editable_toolbar_set_model),
9787         (egg_editable_toolbar_set_ui_manager),
9788         (egg_editable_toolbar_set_property),
9789         (egg_editable_toolbar_get_property),
9790         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9791         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9792         (egg_editable_toolbar_new_with_model),
9793         (egg_editable_toolbar_get_edit_mode),
9794         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9795         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9796         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9797         (new_pixbuf_from_widget), (new_separator_pixbuf),
9798         (update_separator_image), (style_set_cb),
9799         (_egg_editable_toolbar_new_separator_image),
9800         (egg_editable_toolbar_get_model):
9801         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9802         * cut-n-paste/toolbar-editor/egg-marshal.c:
9803         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9804         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9805         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9806         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9807         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9808         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9809         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9810         (editor_drag_data_delete_cb), (drag_data_get_cb),
9811         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9812         (editor_create_item), (update_editor_sheet), (setup_editor),
9813         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9814         (parse_item_list), (model_has_action), (update_actions_list),
9815         (egg_toolbar_editor_load_actions):
9816         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9817         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9818         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9819         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9820         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9821         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9822         (egg_toolbars_model_add_separator), (impl_add_item),
9823         (parse_item_list), (egg_toolbars_model_add_toolbar),
9824         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9825         (impl_get_item_data), (impl_get_item_type),
9826         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9827         (egg_toolbars_model_init), (free_toolbar),
9828         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9829         (egg_toolbars_model_remove_toolbar),
9830         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9831         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9832         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9833         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9834         (egg_toolbars_model_get_item_data),
9835         (egg_toolbars_model_get_item_type):
9836         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9837         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9838         * data/Makefile.am:
9839         * data/evince-toolbar.xml:
9840         * data/evince-ui.xml:
9841         * data/hand-open.png:
9842         * po/POTFILES.in:
9843         * shell/Makefile.am:
9844         * shell/ev-window.c: (update_chrome_visibility),
9845         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9846         (ev_window_dispose), (ev_window_init):
9847
9848         Implement epiphany like toolbar editor. Based on patch by
9849         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9850
9851 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9852
9853         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9854
9855         Use set_cursor instead of set_selection, so that
9856         the keyboard focus moves too.
9857
9858 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9859
9860         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9861
9862         Fix infinite loop when loading Type1 fonts
9863
9864 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9865
9866         * data/evince-ui.xml:
9867         * shell/ev-window.c:
9868
9869         Slash -> Find
9870
9871 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9872
9873         * configure.ac:
9874
9875         Make --disable really disable
9876
9877 2005-05-07  Juerg Billeter  <j@bitron.ch>
9878
9879         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9880
9881         Compare page labels even without has_labels set, fixes setting page
9882         with entry
9883
9884 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9885
9886         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9887         (ev_view_set_cursor), (ev_view_button_press_event),
9888         (ev_view_motion_notify_event), (ev_view_button_release_event),
9889         (ev_view_init):
9890
9891         Implement middle button scrolling. Based on a patch
9892         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9893
9894 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9895
9896         * shell/ev-document-types.c: (get_slow_mime_type),
9897         (get_document_type_from_mime), (ev_document_type_lookup):
9898         * shell/ev-document-types.h:
9899
9900         Change api to lookup from uri. Do fast lookup first, if the
9901         type is unknown try with data sniffing.
9902
9903         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9904         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9905
9906         Adapt to api change
9907
9908 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9909
9910         * thumbnailer/Makefile.am:
9911
9912         Fix distcheck
9913
9914 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9915
9916         * NEWS:
9917         * configure.ac:
9918
9919         Release 0.3.0
9920
9921         * data/evince-ui.xml:
9922
9923         Hide presentation mode for now
9924
9925         * shell/ev-view.c: (highlight_find_results):
9926
9927         Show current find selection only on current page
9928
9929 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9930
9931         * shell/ev-view.c: (ev_view_select_all):
9932
9933         Compute size of the actual page, not of
9934         the current one.
9935
9936 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9937
9938         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9939         (view_rect_to_doc_rect), (compute_selections),
9940         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9941         (ev_view_copy), (ev_view_primary_get_cb),
9942         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9943         (ev_view_button_press_event), (ev_view_motion_notify_event),
9944         (ev_view_button_release_event), (page_changed_cb):
9945
9946         Fix text selection
9947
9948 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9949
9950         * shell/ev-view.c: (compute_border), (get_page_extents),
9951         (doc_rect_to_view_rect), (highlight_find_results),
9952         (ev_view_bin_expose), (ev_view_select_all),
9953         (ev_view_motion_notify_event), (update_find_status_message),
9954         (jump_to_find_result), (jump_to_find_page):
9955
9956         First go at fixing search, still buggy
9957
9958 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9959
9960         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9961         dropdown box and button at the top of the sidebar.
9962
9963 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9964
9965         * configure.ac: Output zoom-control Makefile.
9966         * cut-n-paste/Makefile.am: build zoom-control subdir.
9967         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9968         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9969         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9970         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9971         * cut-n-paste/zoom-control/ephy-zoom.c:
9972         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9973         from epiphany, and modified to add a separator into the menu.
9974         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9975         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9976         zoom-control action.
9977         * shell/Makefile.am: Include zoom-control flags.
9978         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9979         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9980         (ev_view_zoom_for_size_presentation),
9981         (ev_view_zoom_for_size_continuous_and_dual_page),
9982         (ev_view_zoom_for_size_continuous),
9983         (ev_view_zoom_for_size_dual_page),
9984         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9985         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9986         ev_view_get_zoom and ev_view_get_sizing_mode.
9987         * shell/ev-view.h:
9988         * shell/ev-window.c: (update_action_sensitivity),
9989         (update_sizing_buttons), (zoom_control_changed_cb),
9990         (register_custom_actions): Initialize and use the zoom-control 
9991         widget.
9992
9993 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9994
9995         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9996         preview cache back to 1.  Don't know when it got set to 0.
9997         
9998         * shell/ev-view.c: (compute_border), (ev_view_realize),
9999         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
10000         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
10001         (ev_view_get_fullscreen), (ev_view_set_presentation),
10002         (ev_view_get_presentation), (ev_view_set_sizing_mode),
10003         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
10004         * shell/ev-view.h:
10005         * shell/ev-window.c:
10006         (update_chrome_visibility),
10007         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10008         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10009         (update_document_mode), (ev_window_update_fullscreen_action),
10010         (ev_window_fullscreen), (ev_window_unfullscreen),
10011         (ev_window_cmd_view_fullscreen),
10012         (ev_window_update_presentation_action),
10013         (ev_window_run_presentation), (ev_window_stop_presentation),
10014         (ev_window_cmd_view_presentation), (ev_window_state_event),
10015         (ev_window_focus_in_event), (ev_window_focus_out_event),
10016         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
10017         * data/evince-ui.xml: Initial presentation mode.  We should
10018         probably hide this until it's done, as it's quite rough.  Also,
10019         change full-screen to fullscreen and add two getters to EvView.
10020
10021 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10022
10023         * shell/ev-page-action.c: (update_page_cache),
10024         (ev_page_action_dispose):
10025         * shell/ev-window.c: (destroy_fullscreen_popup),
10026         (ev_window_create_fullscreen_popup):
10027
10028         Use connect_object rather than explicitly
10029         disconnect on dispose.
10030
10031 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
10032
10033         * shell/ev-page-action.c: (update_page_cache),
10034         (ev_page_action_dispose):
10035
10036 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10037
10038         * backend/ev-page-cache.c: (_ev_page_cache_new),
10039         (ev_page_cache_set_page_label),
10040         (ev_page_cache_has_nonnumeric_page_labels):
10041         * backend/ev-page-cache.h:
10042         * shell/ev-page-action.c: (update_pages_label):
10043         
10044         If all page labels are numeric, fallback to default
10045         way to display number of pages. See bug 173185.
10046
10047 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10048
10049         * shell/ev-page-action.c: (ev_page_action_dispose):
10050         * shell/ev-view.c: (view_update_range_and_current_page):
10051         * shell/ev-window.c: (ev_window_dispose):
10052         
10053         Set page on scroll in continuous mode. Fixes bug 301986.
10054         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
10055
10056 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
10057
10058         * configure.ac:
10059
10060         Require poppler 0.3.0
10061
10062 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10063         
10064         * shell/Makefile.am, configure.ac: Fix build problems
10065         with t1lib. Bug 301996.
10066
10067 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10068
10069         * shell/ev-view.c: (ev_view_scroll_event):
10070         
10071         Scroll up increase zoom
10072
10073 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10074
10075         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10076         (ev_view_set_sizing_mode),
10077         (ev_view_zoom_for_size_continuous_and_dual_page),
10078         (ev_view_zoom_for_size_continuous):
10079         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10080         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10081         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10082         (ev_window_init):
10083
10084         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10085         Fix for 165473 and 165472.
10086
10087 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10088
10089         * po/POTFILES.in:
10090         * thumbnailer/Makefile.am:
10091         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10092         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10093         * thumbnailer/evince-thumbnailer.schemas.in:
10094         
10095         Make thumbnailer schemas translatable. Fix for bug 301773
10096         
10097         * thumbnailer/evince-thumbnailer-djvu.schemas:
10098         * thumbnailer/evince-thumbnailer-dvi.schemas:
10099         * thumbnailer/evince-thumbnailer.schemas:
10100
10101         Removed files
10102
10103 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10104
10105         * shell/ev-view.c (ev_view_init): forgot to set this.
10106
10107 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10108
10109         * shell/ev-view.c: (find_page_at_location),
10110         (get_link_at_location),
10111         (ev_view_set_show_border), (ev_view_set_spacing),
10112         (ev_view_zoom_for_size_continuous_and_dual_page),
10113         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10114         Also, add a quick fix measuring of widths.  Also, removed
10115         ev_view_set_spacing and ev_view_set_show_border.
10116         
10117         * shell/ev-window.c: (ev_window_unfullscreen),
10118         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10119
10120 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10121
10122         * shell/ev-view.c: (view_update_range_and_current_page),
10123         (page_changed_cb):
10124         
10125         Fix crash on exit and scrolling to page in continuous view.
10126
10127 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10128
10129         * TODO:
10130         * backend/ev-page-cache.c: (_ev_page_cache_new),
10131         (ev_page_cache_get_max_width_size),
10132         (ev_page_cache_get_max_height_size):
10133         * backend/ev-page-cache.h:
10134         * data/evince-ui.xml:
10135         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10136         * shell/ev-view.c: (view_update_adjustments),
10137         (view_update_range_and_current_page), (get_bounding_box_size),
10138         (ev_view_size_request_continuous_and_dual_page),
10139         (ev_view_size_request_continuous),
10140         (ev_view_size_request_dual_page),
10141         (ev_view_size_request_single_page), (ev_view_size_request),
10142         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10143         (ev_view_bin_expose), (ev_view_expose_event),
10144         (ev_view_set_property), (ev_view_get_property),
10145         (ev_view_class_init), (ev_view_init), (ev_view_new),
10146         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10147         (ev_view_set_dual_page), (ev_view_set_full_screen),
10148         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10149         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10150         (ev_view_zoom_out), (zoom_for_size_fit_width),
10151         (zoom_for_size_best_fit),
10152         (ev_view_zoom_for_size_continuous_and_dual_page),
10153         (ev_view_zoom_for_size_continuous),
10154         (ev_view_zoom_for_size_dual_page),
10155         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10156         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10157         * shell/ev-view.h:
10158         * shell/ev-window.c: (update_action_sensitivity),
10159         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10160         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10161         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10162         (ev_window_cmd_view_zoom_out), (update_view_size),
10163         (ev_window_set_sizing_mode), (ev_window_init):
10164
10165         Add Continuous and Dual page modes.
10166
10167 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10168
10169         * dvi/dvi-document.c: (dvi_document_load),
10170         (dvi_document_thumbnails_get_thumbnail),
10171         (dvi_document_init_params): Fix up some mixups between
10172         width and height to correct thumbnail rendering.
10173
10174 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10175
10176         * dvi/mdvi-lib/private.h:
10177         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10178         
10179         Suppess output for kpathsea during font generation. Thanks to
10180         James Bowes
10181
10182 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10183
10184         * NEWS:
10185         * configure.ac:
10186
10187         Release 0.2.1
10188
10189         * Makefile.am: fix distcheck.
10190
10191 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10192
10193         * shell/ev-sidebar-links.c: (selection_changed_callback),
10194         (update_page_callback), (row_activated_callback),
10195         (job_finished_callback), (ev_sidebar_links_set_document):
10196         
10197         Fix for bug #169901. Double click on links expands tree.
10198
10199 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10200
10201         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10202         hard-coded style. Fix for bug 170111
10203
10204 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10205
10206         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10207         locking.
10208
10209 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10210
10211         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10212
10213 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10214
10215         * pdf/ev-poppler.cc:
10216         * shell/ev-view.c: (highlight_find_results):
10217
10218         Fix find on single page documents
10219
10220 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10221
10222         * data/evince.schemas.in: fix for bug 301390
10223
10224 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10225
10226         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10227         (ev_view_zoom_out), (ev_view_zoom_normal):
10228         * shell/ev-view.h:
10229         * shell/ev-window.c: (update_action_sensitivity),
10230         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10231         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10232         (ev_window_cmd_view_normal_size):
10233
10234         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10235         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10236         better than oom. 
10237
10238 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10239
10240         * configure.ac:
10241
10242         Depend on 2.57, 2.59 doesnt seem to be necessary
10243
10244 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10245
10246         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10247         (create_tool_item):
10248
10249         Put back total number of pages as (1 of 1234)
10250
10251 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10252
10253         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10254         remove the job.
10255
10256         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10257         function.  This helps debugging.
10258
10259 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10260
10261         * djvu/djvu-document.c: (djvu_document_class_init),
10262         (djvu_document_get_info), (djvu_document_document_iface_init):
10263         * dvi/dvi-document.c: (dvi_document_class_init),
10264         (dvi_document_get_info), (dvi_document_document_iface_init):
10265
10266         Dummy implementation of get_info method for dvi and
10267         djvu. Fix crashes with those backends
10268
10269 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10270
10271         * data/evince.desktop.in:
10272
10273         Add application/x-gzpostscript
10274
10275 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10276
10277         * data/evince.schemas.in: Added real long descriptions, 
10278         closes bug 172496 
10279
10280         * README: Added actual text, closes bug 171869
10281
10282 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10283
10284         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10285
10286         Thumbnail page 0
10287
10288 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10289
10290         * backend/ev-document-info.h:
10291
10292         s/GDate */GDate so we can just use g_free
10293
10294 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10295
10296         * shell/ev-window.c: (update_document_mode),
10297         (ev_window_setup_document):
10298
10299         Show the window in fullscreen when specified by
10300         the document
10301
10302 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10303
10304         * backend/ev-document.c: (ev_document_class_init),
10305         (ev_document_get_info), (ev_document_render_pixbuf):
10306         * backend/ev-document.h:
10307         * backend/ev-page-cache.c: (_ev_page_cache_new):
10308         * pdf/ev-poppler.cc:
10309         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10310         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10311         * ps/ps-document.c: (ps_document_class_init), (document_load),
10312         (ps_document_get_info), (ps_document_document_iface_init):
10313
10314         Remove get_title from the interface, we can just use document info
10315
10316 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10317
10318         * backend/Makefile.am:
10319         * backend/ev-document.c: (ev_document_render_get_info):
10320         * backend/ev-document.h:
10321         * pdf/ev-poppler.cc:
10322
10323         Initial support for document info. Based on jrb patch.
10324
10325 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10326
10327         * shell/ev-window.c: (ev_window_state_event),
10328         (ev_window_class_init), (ev_window_init):
10329         
10330         Doesn't show resize grip when maximized. See bug #301053
10331
10332 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10333
10334         * po/POTFILES.in:
10335         
10336         ev-sidebar-thumbnails now has translatable labels
10337         
10338         * shell/Makefile.am:
10339         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10340         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10341         (ev_sidebar_links_page_iface_init):
10342         * shell/ev-sidebar-links.h:
10343         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10344         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10345         (ev_sidebar_page_get_label):
10346         * shell/ev-sidebar-page.h:
10347         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10348         (ev_sidebar_thumbnails_set_document),
10349         (ev_sidebar_thumbnails_support_document),
10350         (ev_sidebar_thumbnails_get_label),
10351         (ev_sidebar_thumbnails_page_iface_init):
10352         * shell/ev-sidebar-thumbnails.h:
10353         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10354         (ev_sidebar_set_document):
10355         * shell/ev-sidebar.h:
10356         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10357         
10358         Small rework of sidebar code. Now sidebar pages should implement
10359         EvSidebarPage interface. That makes page management in EvSidebar
10360         easier. See bug #164811 for details
10361
10362 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10363
10364         * shell/ev-application.c: (ev_application_open):
10365         * shell/ev-document-types.c:
10366         
10367         Fix build error and small problem with application exit
10368
10369 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10370
10371         * thumbnailer/Makefile.am:
10372         * thumbnailer/evince-thumbnailer-djvu.schemas:
10373         * thumbnailer/evince-thumbnailer-dvi.schemas:
10374         
10375         Conditionally install schemas for djvu/dvi thumbnailer
10376
10377 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10378
10379         * shell/ev-document-types.h: 
10380         * shell/ev-document-types.c: 
10381         New files, handling the mapping from mimetypes to backends
10382         
10383         * shell/ev-window.c: 
10384         * thumbnailer/evince-thumbnailer.c:     
10385         Use the ev-document-types code
10386         
10387         * shell/Makefile.am: 
10388         Added new convenience library libevbackendfactory_la, containing
10389         the new mimetype->backend logic; moved the backends into it.
10390
10391         * thumbnailer/Makefile.am:
10392         Make the thumbnailer link with the libevbackend.la convenience
10393         library, rather than having a duplicate of the backend logic here.
10394
10395 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10396
10397         * shell/ev-stock-icons.c: constify some vars.
10398         * shell/ev-window.c: ditto.
10399
10400 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10401
10402         * ps/ps-document.c (get_page_orientation):
10403
10404         Respect document orientation 
10405
10406 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10407
10408         * djvu/Makefile.am:
10409         * dvi/Makefile.am:
10410         * shell/Makefile.am:
10411         
10412         Move library dependencies to components.
10413         
10414         * shell/ev-window.c: (update_window_title),
10415         (start_loading_document):
10416         
10417         Fix display of uris with spaces. Bug 168358.
10418
10419 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10420
10421         * shell/ev-sidebar-links.c: (selection_changed_cb):
10422         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10423         (ev_view_button_release_event), (ev_view_set_document):
10424         * shell/ev-view.h:
10425         * shell/ev-window.c: (find_bar_search_changed_cb):
10426         * shell/ev-window.h: Minor cleanups removing some dead code.
10427
10428 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10429
10430         * backend/ev-page-cache.c: (_ev_page_cache_new):
10431         
10432         Set current page to 0 if document has pages.
10433
10434 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10435
10436         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10437
10438         Initialize GError to NULL, fix a crash when loading fails.
10439
10440 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10441
10442         * shell/ev-window.c: (update_view_size):
10443
10444         Calculate shadow size only when there is actually
10445         a shadow.
10446
10447 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10448
10449         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10450         * shell/ev-view.h:
10451
10452         Allow setting view spacing, default to 0
10453
10454         * shell/ev-window.c: (ev_window_unfullscreen),
10455         (ev_window_cmd_view_fullscreen), (ev_window_init):
10456
10457         Remove spacing in fullscreen mode
10458
10459 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10460
10461         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10462         (ev_view_size_request), (expose_bin_window),
10463         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10464         * shell/ev-view.h:
10465         * shell/ev-window.c: (ev_window_unfullscreen),
10466         (ev_window_cmd_view_fullscreen):
10467
10468         Do not draw the border in fulscreen
10469
10470 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10471
10472         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10473         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10474         (find_page_at_location), (page_changed_cb):
10475
10476         Rework border calculation, so that I can more easily disable it.
10477         Code somewhat cleaner too.
10478
10479 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10480
10481         * backend/ev-page-cache.c: (ev_page_cache_init),
10482         (_ev_page_cache_new):
10483
10484         Remove some assertions, documents can have 0 pages.
10485         Make initial current page -1.
10486
10487         * shell/ev-page-action.c: (page_changed_cb):
10488
10489         Show "" if current page is -1
10490
10491         * shell/ev-window.c: (update_action_sensitivity),
10492         (ev_window_setup_document):
10493
10494         When document has 0 pages do not set the view
10495         and make nearly everything insensitive.
10496
10497 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10498
10499         * shell/ev-page-view.c:
10500         * shell/ev-page-view.h:
10501
10502         Remove unused files.
10503         
10504         * shell/ev-sidebar-thumbnails.c:
10505         (ev_sidebar_thumbnails_set_document):
10506         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10507         (ev_sidebar_supports_document):
10508         * shell/ev-sidebar.h:
10509         * shell/ev-window.c: (ev_window_setup_document):
10510         
10511         Doesn't show thumbnails if document has 1 page. Make
10512         sidebar menu entries sensitive only if if they have 
10513         sense. Fix bug 164811. 
10514
10515 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10516
10517         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10518         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10519         (ev_view_zoom_out), (ev_view_set_size):
10520
10521         Rework sizing to deal with documents with not uniform page
10522         size.
10523
10524 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10525
10526         * backend/ev-page-cache.c: (_ev_page_cache_new):
10527
10528         Fix several page size caching bugs
10529
10530 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10531
10532         * shell/ev-window.c: (set_action_properties):
10533
10534         Make all toolbar items translatable
10535
10536 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10537
10538         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10539         (save_page_list), (ps_document_save),
10540         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10541         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10542         (ps_document_ps_exporter_iface_init):
10543         * ps/ps-document.h:
10544
10545         Based on a patch by J�rg Billeter <j@bitron.ch>
10546         
10547         Implement print and save a copy for the ps backend.
10548
10549 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10550
10551         * backend/ev-document.h:
10552         * djvu/djvu-document.c: (djvu_document_can_get_text),
10553         (djvu_document_document_iface_init):
10554         * dvi/dvi-document.c: (dvi_document_can_get_text),
10555         (dvi_document_document_iface_init):
10556         * pdf/ev-poppler.cc:
10557         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10558         (pixbuf_document_document_iface_init):
10559         * ps/ps-document.c: (ps_document_can_get_text),
10560         (ps_document_document_iface_init):
10561         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10562         * shell/ev-window.c: (update_action_sensitivity):
10563
10564         Fix the crash when trying to copy in backends that doesnt
10565         support it. We can implement a better solution once we
10566         do real text selection.
10567
10568 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10569
10570         * data/evince-ui.xml:
10571         * shell/ev-window.c: (ev_window_cmd_escape):
10572         
10573         Work around the Escape conflict (find bar and unfullscreen)
10574
10575 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10576
10577         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10578         
10579         Fix for #300233. Next page correctly handles document end.
10580         
10581         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10582         (ev_sidebar_thumbnails_class_init),
10583         (ev_sidebar_thumbnails_set_document),
10584         (ev_sidebar_thumbnails_clear_job),
10585         (ev_sidebar_thumbnails_clear_model):
10586         
10587         Cleanup thumbnail jobs on document changes.
10588         
10589         * shell/ev-view.c: (add_scroll_binding_keypad),
10590         (add_scroll_binding_shifted), (ev_view_class_init):
10591         
10592         Shift + Space scrolls up. Fix for #173184
10593         
10594         * shell/ev-window.c: (ev_window_open_page),
10595         (ev_window_cmd_view_reload):
10596         
10597         Fix reload (Bug #300094)
10598
10599 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10600
10601         
10602         * dvi/mdvi-lib/assoc.c:
10603         * dvi/mdvi-lib/assoc.h: Removed garbage files
10604         
10605         * dvi/mdvi-lib/bitmap.c:
10606         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10607         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10608         * dvi/mdvi-lib/color.h: Antialias of rules
10609         
10610         * dvi/mdvi-lib/common.h:
10611         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10612         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10613         * dvi/mdvi-lib/files.c:
10614         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10615         * dvi/mdvi-lib/mdvi.h:
10616         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10617         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10618         * dvi/mdvi-lib/util.c: Fix compile warnings
10619         
10620         * dvi/dvi-document.c:
10621         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10622         (dvi_document_thumbnails_get_thumbnail),
10623         (dvi_document_document_thumbnails_iface_init):
10624         * dvi/mdvi-lib/Makefile.am:
10625         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10626         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10627         
10628         Dvi backend now renders thumbnails
10629
10630 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10631
10632         * shell/main.c: (main): 
10633         
10634         Save accelerators on exit. Fixes bug #172095.
10635
10636 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10637
10638         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10639         update priority" comment.
10640
10641         * backend/ev-job-queue.c: Give a way to change priority.
10642
10643 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10644
10645         * shell/ev-page-action.c: Fix logic.
10646
10647 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10648
10649         * shell/ev-view.c: (ev_view_can_find_next):
10650         * shell/ev-window.c: (ev_window_setup_document):
10651
10652         Check that the document supports find
10653
10654 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10655
10656         * data/evince-ui.xml:
10657         * shell/ev-view.c: (ev_view_can_find_next):
10658         * shell/ev-view.h:
10659         * shell/ev-window.c: (update_action_sensitivity),
10660         (find_changed_cb), (ev_window_setup_document),
10661         (ev_window_cmd_edit_find_next):
10662
10663         Add Edit->Find Next
10664
10665 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10666
10667         * pdf/ev-poppler.cc:
10668         * shell/ev-print-job.c: (idle_print_handler):
10669
10670         Make printing work again
10671
10672 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10673
10674         * shell/ev-page-action.h:
10675         * shell/ev-page-action.c: (ev_page_action_widget_init),
10676         (ev_page_action_widget_class_init), (page_changed_cb),
10677         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10678         (get_filter_model_from_model), (match_selected_cb),
10679         (display_completion_text), (match_completion), (update_model),
10680         (connect_proxy), (ev_page_action_set_property),
10681         (ev_page_action_get_property), (ev_page_action_set_document),
10682         (ev_page_action_set_model), (ev_page_action_class_init): Big
10683         reworking to make completions work iff we have >= GTK-2.7.0
10684                 
10685         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10686         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10687         (job_finished_cb): We now have a 'model' property that is set when
10688         the links are loaded.  This can be caught with "notify::model"
10689
10690         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10691         listen for the model to be set, and propagate it to the action.
10692
10693 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10694
10695         * cut-n-paste/recent-files/egg-recent-item.c:
10696         (egg_recent_item_set_uri), (make_valid_utf8),
10697         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10698         * cut-n-paste/recent-files/egg-recent-item.h:
10699         
10700         Update egg-recent from libegg. This should fix long
10701         startup problem. For details see
10702         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10703
10704 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10705
10706         * cut-n-paste/recent-files/Makefile.am:
10707         * data/evince-ui.xml, shell/Makefile.am:
10708         * shell/ev-application.c, shell/ev-application.h:
10709         * shell/ev-window.c: Recent files support.
10710         
10711         * configure.ac: Added "ru" to ALL_LINGUAS.
10712         
10713         * dvju: new backend to support DJVU files.
10714         * dvi: new backend to support DVI.
10715
10716         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10717         * ev-application.c: Support for new backends.
10718         
10719         * help, ev-window.c, main.c shell/Makefile.am: 
10720         Evince user documentation.
10721
10722 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10723
10724         * po/POTFILES.in:
10725         * shell/ev-window.c:
10726         * thumbnailer/evince-thumbnailer.c:
10727
10728         s/pdf-document/ev-poppler
10729
10730 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10731
10732         * NEWS:
10733         * configure.ac:
10734
10735         Release 0.2.0
10736
10737         * ps/ps-document.c: (setup_pixmap):
10738
10739         Remove debug code
10740
10741 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10742
10743         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10744         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10745         (ev_window_cmd_go_first_page): Fix of by one errors.
10746
10747 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10748
10749         * ps/ps-document.c: (get_page_box):
10750
10751         Fix page size calculation
10752
10753 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10754
10755         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10756         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10757         (get_page_orientation), (setup_page), (document_load),
10758         (ps_document_get_page_size), (render_pixbuf_idle):
10759         * ps/ps-document.h:
10760
10761         More refactoring to adapt to EvDocument changes
10762
10763 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10764
10765         * ps/ps-document.c: (start_interpreter):
10766
10767         Actually add alpha args
10768
10769 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10770
10771         * pdf/ev-poppler.cc:
10772
10773         Make clipboard work again
10774
10775 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10776
10777         Make searching work again.
10778         
10779         * backend/ev-document.c:
10780         * backend/ev-document.h:
10781         * backend/ev-document-find.c:
10782         * backend/ev-document-find.h: Change EvDocumentIface so we no
10783         longer store the current page or zoom level in the document.  The
10784         consequence is that all calls that operate on the current page now
10785         instead take the page number as an extra argument, and all
10786         coordinates are now doubles in document coordinate system.
10787
10788         * pdf/ev-poppler.cc:
10789         * pixbuf/pixbuf-document.c:
10790         * ps/ps-document.c: Update backends accordingly.
10791
10792 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10793
10794         * autogen.sh:
10795
10796         Add required gettext version
10797
10798 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10799
10800         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10801         make F1 bring up non-existent help.
10802
10803         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10804         epiphany's find bar, #167477
10805
10806         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10807         <emil@nishra.com> to add space-bar scrolling, 
10808
10809         * shell/ev-window.c (static GtkActionEntry entries): add default
10810         keybinding for Help (F1)
10811         Fixes #171068
10812
10813         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10814         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10815         170110
10816
10817 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10818
10819         * Makefile.am: 
10820         * pixbuf/pixbuf-document.c: 
10821
10822         Got pixbuf backend working again
10823
10824 2005-04-01  Steve Murphy  <murf@e-tools.com>
10825
10826         * configure.in: Added "rw" to ALL_LINGUAS.
10827
10828 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10829
10830         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10831         model types, noticed by Martin Kretzschmar.
10832
10833 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10834
10835         * pdf/ev-poppler.cc: Implement search based on
10836         poppler_page_find_text().  Currently a bit crude since we remember
10837         all matches from all pages.  Also, we grab the big document lock
10838         when we search since searching changes the underlying stream and
10839         thus conflicts with the rendering thread.
10840         
10841         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10842         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10843         (ev_view_find_previous): Fix some page indexes to be 0 based,
10844         offset rubber band by view offset,
10845
10846 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10847
10848         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10849
10850 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10851
10852         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10853         completely because I didn't understand GtkActions.  I should
10854         read Marco's code more carefully in the future.
10855
10856         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10857         function
10858
10859 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10860
10861         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10862         PopplerRectangle change from poppler CVS.
10863
10864 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10865
10866         * backend/ev-document.c: (ev_document_get_page_label):
10867         * backend/ev-document.h:
10868         * backend/ev-page-cache.c: (_ev_page_cache_new),
10869         (ev_page_cache_get_page_label):
10870         * backend/ev-page-cache.h:
10871         * pdf/ev-poppler.cc:
10872         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10873         (links_page_num_func):
10874         * shell/ev-sidebar-thumbnails.c:
10875         (ev_sidebar_thumbnails_set_document):
10876         * shell/ev-view.c: (status_message_from_link),
10877         (ev_view_motion_notify_event):
10878         * shell/ev-window.c: (document_supports_sidebar): Add in page
10879         label support.  It's not perfect yet, but it's the first 'feature'
10880         in a while.
10881         Also, fix a bogus comment noticed by crispin. 
10882
10883 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10884
10885         * Makefile.am: Remove pixbuf backend for now
10886
10887         * configure.ac: Require poppler-glib instead of just poppler.
10888
10889         * backend/ev-document-thumbnails.h: Add a comment
10890
10891         * backend/ev-document.h:
10892         * backend/ev-document.c: (ev_document_class_init),
10893         (ev_document_load), (ev_document_get_link),
10894         (ev_document_get_links): Remove 3 methods and add get_links.
10895         Also, made 0 based.
10896
10897         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10898         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10899
10900         * backend/ev-link.c: (ev_link_set_title),
10901         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10902         (ev_link_mapping_find):
10903         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10904         
10905         * backend/ev-page-cache.c: (ev_page_cache_init),
10906         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10907         (ev_page_cache_get_size), (ev_page_cache_next_page),
10908         (ev_page_cache_prev_page): Fix to be 0 based.
10909
10910         * pdf/Makefile.am: 
10911         * pdf/ev-poppler.h:
10912         * pdf/ev-poppler.cc: New backend.
10913         
10914         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10915         (ps_document_get_page), (ps_document_document_iface_init):
10916
10917         * shell/ev-pixbuf-cache.h:
10918         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10919         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10920         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10921         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10922         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10923         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10924         based.
10925         
10926         * shell/ev-sidebar-thumbnails.c:
10927         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10928         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10929
10930         * shell/ev-view.c: (status_message_from_link),
10931         (find_page_at_location), (get_link_at_location),
10932         (ev_view_motion_notify_event), (ev_view_button_release_event),
10933         (ev_view_init): Use the new link code.  Fix to be 0 based.
10934
10935         * shell/ev-window.c: (update_action_sensitivity),
10936         (document_supports_sidebar): 0 based.
10937
10938 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10939
10940         * pdf/pdf-document.cc: Patch from Fernando Herrera
10941         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10942         *blush*
10943
10944 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10945
10946         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10947         1 to the page, as this seems to be 1 based.  I thought we has this
10948         fixed.  grump.
10949
10950 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10951
10952         * TODO:
10953         * backend/Makefile.am:
10954         * backend/ev-document-links.c:
10955         (ev_document_links_has_document_links),
10956         (ev_document_links_get_links_model):
10957         * backend/ev-document-links.h:
10958         * backend/ev-document.c: (ev_document_get_page_cache),
10959         (ev_document_get_doc_mutex), (ev_document_load),
10960         (ev_document_save), (ev_document_get_title),
10961         (ev_document_get_n_pages), (ev_document_set_page),
10962         (ev_document_get_page), (ev_document_set_target),
10963         (ev_document_set_scale), (ev_document_set_page_offset),
10964         (ev_document_get_page_size), (ev_document_get_text),
10965         (ev_document_get_link), (ev_document_render),
10966         (ev_document_render_pixbuf), (ev_document_scale_changed):
10967         * backend/ev-document.h:
10968         * backend/ev-job-queue.c: (remove_object_from_queue),
10969         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10970         (no_jobs_available_unlocked), (ev_render_thread),
10971         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10972         (ev_job_queue_remove_job):
10973         * backend/ev-job-queue.h:
10974         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10975         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10976         (ev_job_links_class_init), (ev_job_render_init),
10977         (ev_job_render_dispose), (ev_job_render_class_init),
10978         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10979         (ev_job_thumbnail_class_init), (ev_job_finished),
10980         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10981         (ev_job_render_run), (ev_job_thumbnail_new),
10982         (ev_job_thumbnail_run):
10983         * backend/ev-jobs.h:
10984         * backend/ev-link.c:
10985         * backend/ev-link.h:
10986         * backend/ev-page-cache.c: (ev_page_cache_init),
10987         (ev_page_cache_class_init), (ev_page_cache_finalize),
10988         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10989         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10990         (ev_page_cache_set_link), (ev_page_cache_get_title),
10991         (ev_page_cache_get_size), (ev_page_cache_next_page),
10992         (ev_page_cache_prev_page):
10993         * backend/ev-page-cache.h:
10994         * pdf/pdf-document.cc:
10995         * ps/gsdefaults.c:
10996         * ps/gsdefaults.h:
10997         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10998         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10999         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
11000         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
11001         (is_interpreter_ready), (output), (catchPipe), (input),
11002         (start_interpreter), (check_filecompressed), (compute_dimensions),
11003         (ps_document_enable_interpreter), (document_load),
11004         (ps_document_next_page), (render_page), (ps_document_set_page),
11005         (ps_document_set_scale), (render_pixbuf_idle),
11006         (ps_document_render_pixbuf), (ps_document_document_iface_init):
11007         * ps/ps-document.h:
11008         * shell/Makefile.am:
11009         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
11010         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
11011         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
11012         (ev_pixbuf_cache_new), (job_finished_cb),
11013         (check_job_size_and_unref), (move_one_job),
11014         (ev_pixbuf_cache_update_range), (find_job_cache),
11015         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
11016         (ev_pixbuf_cache_add_jobs_if_needed),
11017         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
11018         * shell/ev-pixbuf-cache.h:
11019         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
11020         (idle_print_handler):
11021         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11022         (selection_changed_cb), (create_loading_model),
11023         (ev_sidebar_links_construct), (links_page_num_func),
11024         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
11025         (update_page_callback), (job_finished_cb),
11026         (ev_sidebar_links_set_document):
11027         * shell/ev-sidebar-thumbnails.c:
11028         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
11029         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
11030         (page_changed_cb), (thumbnail_job_completed_callback),
11031         (ev_sidebar_thumbnails_set_document):
11032         * shell/ev-sidebar-thumbnails.h:
11033         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11034         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
11035         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
11036         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
11037         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
11038         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
11039         (ev_view_button_release_event), (ev_view_scroll_view),
11040         (ev_view_class_init), (ev_view_init), (update_find_status_message),
11041         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
11042         (ev_view_new), (job_finished_cb), (page_changed_cb),
11043         (ev_view_set_document), (go_to_link), (ev_view_zoom),
11044         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
11045         (ev_view_find_previous):
11046         * shell/ev-view.h:
11047         * shell/ev-window.c: (update_action_sensitivity),
11048         (ev_window_open_page), (update_window_title), (update_total_pages),
11049         (page_changed_cb), (ev_window_setup_document),
11050         (password_dialog_response), (ev_window_cmd_save_as),
11051         (ev_window_print), (ev_window_cmd_go_previous_page),
11052         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
11053         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
11054         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
11055         * shell/main.c: (main):
11056
11057         Merge evince-threads branch
11058
11059 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
11060
11061         * configure.ac: Added "lt" to ALL_LINGUAS.
11062
11063 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
11064
11065         * NEWS:
11066         * configure.ac:
11067
11068         Release 0.1.9
11069
11070 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11071
11072         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11073
11074         Fix here also the thumbnails 1-basedness :)
11075
11076 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11077
11078         * NEWS:
11079         * configure.ac:
11080
11081         Release 0.1.8
11082
11083 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11084
11085         * pdf/pdf-document.cc:
11086         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11087         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11088
11089         Fix the mess we did with thumbnails and 1-basedness
11090
11091 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11092
11093         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11094
11095 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11096
11097         * NEWS:
11098         * configure.ac:
11099
11100         Release 0.1.7
11101
11102 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11103
11104         * ps/Makefile.am:
11105         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11106         (gtk_gs_defaults_get_alpha_parameters),
11107         (gtk_gs_defaults_get_ungzip_cmd),
11108         (gtk_gs_defaults_get_unbzip2_cmd):
11109         * ps/gsdefaults.h:
11110         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11111         (ps_document_get_orientation), (document_load),
11112         (ps_document_goto_page), (ps_document_set_page_size):
11113         * ps/ps-document.h:
11114
11115         Some more sanitization of the ps backend. Remove a lot
11116         of unused code and do not base our defaults on ggv
11117         preferences (ugh!)
11118
11119 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11120
11121         * thumbnailer/evince-thumbnailer.schemas:
11122         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11123         (main): add -s option for thumbnail size.
11124
11125 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11126
11127         * configure.ac:
11128
11129         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11130         remove it.
11131
11132 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11133
11134         * pdf/pdf-document.cc:
11135
11136         Remove 4 pixels of useless border from the
11137         thumbnail.
11138
11139 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11140
11141         * backend/ev-document-thumbnails.c:
11142         (ev_document_thumbnails_get_thumbnail):
11143         * backend/ev-document-thumbnails.h:
11144
11145         Rework API a bit. Add a border flag and
11146         change sizing logic (now the size we specify
11147         applies to the bigger dimension).
11148
11149         * pdf/pdf-document.cc:
11150         * pixbuf/pixbuf-document.c:
11151         (pixbuf_document_thumbnails_get_thumbnail):
11152         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11153         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11154
11155         Adapt to the new API and do not draw a border for nautilus
11156         thumbnailer.
11157
11158 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11159
11160         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11161         take thumbnails from page "0" instead of "1". Added a copyright header.
11162
11163 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11164
11165         * ps/ps-document.c: (set_up_page), (start_interpreter):
11166
11167         Make it C89 compliant
11168
11169 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11170
11171         * Makefile.am:
11172         * configure.ac:
11173         * pdf/.cvsignore:
11174         * pdf/pdf-document.cc:
11175         * thumbnailer/Makefile.am:
11176         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11177         (main):
11178         * thumbnailer/evince-thumbnailer.schemas:
11179         * thumbnailer/pdf-icon.png:
11180
11181         Add a nautilus thumbnailer.
11182         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11183
11184 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11185
11186         * NEWS:
11187         * configure.ac:
11188         * po/POTFILES.in:
11189
11190         Release 0.1.6
11191
11192 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11193
11194         Use poppler instead of including xpdf source code.  Poppler is a
11195         fork of xpdf to build it as a shared library. See
11196         http://freedesktop.org/wiki/Software/poppler.
11197
11198         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11199         xpdf fork.
11200         
11201         * pdf/Makefile.am: Build libpdfdocument.a here.
11202         
11203         * pdf/GDKSplashOutputDev.cc:
11204         * pdf/GDKSplashOutputDev.h:
11205         * pdf/GnomeVFSStream.cc:
11206         * pdf/GnomeVFSStream.h:
11207         * pdf-document.cc:
11208         * pdf-document.h:
11209         * test-gdk-output-dev.cc
11210         * Thumb.cc:
11211         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11212         against poppler.
11213
11214 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11215
11216         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11217
11218         Clear idle stack before unsetting the document
11219
11220 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11221
11222         * ps/ps-document.c: (ps_document_widget_event),
11223         (ps_document_set_target), (ps_document_finalize),
11224         (ps_document_get_page):
11225
11226         Disconnect the widget event signal on finalize.
11227         Some code cleanups.
11228
11229 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11230
11231         * ps/ps-document.c: (set_up_page):
11232
11233         If there is no bpixmap create one, even if size
11234         is not changed.
11235
11236 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11237
11238         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11239         (set_up_page), (document_load), (ps_document_set_zoom):
11240
11241         Default page is 0. Calculate size even when we have no
11242         target yet.
11243
11244 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11245
11246         * shell/ev-sidebar.c: expand the selection widget to be always as
11247         wide as the sidebar
11248
11249 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11250
11251         * shell/ev-sidebar-thumbnails.c:
11252         (ev_sidebar_thumbnails_set_document):
11253
11254         Clear the list store when setting document
11255
11256 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11257
11258         * shell/ev-page-action.c: (update_entry), (sync_entry),
11259         (activate_cb), (entry_size_request_cb), (create_tool_item),
11260         (connect_proxy):
11261
11262         Use an entry for the page control instead of spinbuttons
11263
11264 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11265
11266         * data/evince.schemas.in:
11267
11268         Correct confusing string
11269
11270 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11271
11272         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11273         for real.  Gosh, how long has this been broken.
11274
11275         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11276         check for a NULL link.  We crash otherwise.
11277
11278 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11279
11280         * NEWS:
11281         * configure.ac:
11282
11283         Release 0.1.5
11284
11285 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11286
11287         * configure.ac: add the french translation.
11288
11289 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11290
11291         * shell/ev-window.c:
11292
11293         Remove unused header -> fix distcheck
11294
11295 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11296
11297         * shell/ev-window.c: (update_window_title),
11298         (ev_window_popup_password_dialog):
11299
11300         Unescape filename for display
11301
11302 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11303
11304         * pdf/xpdf/pdf-document.cc:
11305
11306         In get_page_size deal with rotation. Also
11307         cleanup the function a bit.
11308
11309 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11310
11311         * pdf/xpdf/pdf-document.cc:
11312
11313         Fix crash when opening in new window
11314
11315 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11316
11317         * configure.ac:
11318
11319         Check ghostscript >= 7
11320
11321 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11322
11323         * shell/ev-window.c:
11324
11325         Make page width the default sizing mode
11326
11327 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11328         Marco Pesenti Gritti <marco@gnome.org>
11329
11330         * shell/ev-window.c: Remember the sidebar size
11331
11332         * data/evince.schemas.in: Add a new gconf key to store the size of
11333         the sidebar
11334
11335 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11336
11337         * data/evince-ui.xml:
11338         * shell/ev-window.c: (update_action_sensitivity),
11339         (ev_window_cmd_view_reload):
11340         
11341         Add a "Reload" action and menu entry
11342
11343 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11344
11345         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11346         iff the type doesn't support thumbnailing and indexing.
11347
11348 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11349
11350         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11351
11352 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11353
11354         * pdf/splash/Splash.cc:
11355
11356         Port fix for a crasher from kde bug
11357         http://bugs.kde.org/show_bug.cgi?id=97131
11358
11359 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11360
11361         * pdf/xpdf/pdf-document.cc:
11362
11363         Return a link even if it's of an unrecognized
11364         type. Otherwise we go in an infinte cycle.
11365
11366 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11367
11368         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11369         (size_allocate_cb), (ev_window_set_sizing_mode):
11370
11371         Update size when switching mode
11372
11373 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11374
11375         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11376         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11377         (ev_window_cmd_view_normal_size):
11378
11379         Fix size toggle buttons behavior
11380
11381 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11382
11383         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11384         (doc_rect_to_view_rect), (ev_view_size_allocate),
11385         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11386         (scale_changed_callback):
11387
11388         Do not cache offsets in size_allocate.
11389
11390 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11391
11392         * shell/ev-view.c: (ev_view_size_allocate):
11393
11394         Calculate offsets before calling the parent
11395         class (which does a redraw)
11396
11397 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11398
11399         * pdf/xpdf/pdf-document.cc:
11400
11401         Fix a crasher on exit. Unused code, put a TODO
11402
11403 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11404
11405         * backend/ev-document.c: (ev_document_class_init),
11406         (ev_document_page_changed), (ev_document_scale_changed):
11407         * backend/ev-document.h:
11408
11409         Separate page/scale notifications
11410
11411         * pdf/xpdf/pdf-document.cc:
11412
11413         Emit the new signals.
11414         Do not display the pdf page in _render, do it
11415         when scale/page are requested.
11416
11417         * ps/ps-document.c: (ps_document_set_zoom),
11418         (ps_document_widget_event):
11419         * ps/ps-document.h:
11420
11421         Emit the new signals.
11422
11423         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11424         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11425         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11426         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11427         * shell/ev-view.h:
11428         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11429         (ev_window_cmd_view_page_width), (size_allocate_cb),
11430         (ev_window_set_sizing_mode):
11431
11432         Rework sizing to be pixel based.
11433         There are bugs but should be already way better.
11434
11435 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11436
11437         * shell/ev-window.c: (ev_window_init):
11438
11439         Do not allow to shrink sidebar smaller then
11440         child requisition
11441
11442 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11443
11444         * shell/ev-sidebar.[ch]
11445         * shell/ev-window.c:
11446
11447         Improved sidebar widget. Fixes #166683
11448
11449 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11450
11451         * shell/ev-view.c (update_find_status_message): Give translators
11452         more flexibility with ngettext plural handling.
11453
11454 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11455
11456         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11457         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11458         page when we get the page size.
11459
11460 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11461
11462         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11463
11464         ps pages are 0 based, convert 
11465
11466 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11467
11468         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11469
11470         Initialize correct parent class. Set GError on document load
11471
11472 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11473
11474         * pdf/xpdf/pdf-document.cc:
11475
11476         Fixup selection offset calculation
11477
11478         * shell/ev-view.c: (view_rect_to_doc_rect),
11479         (doc_rect_to_view_rect), (ev_view_size_allocate),
11480         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11481         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11482
11483         Store selection as document relative, so that zooming
11484         and offset changing doesnt break it.
11485
11486 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11487
11488         * shell/ev-view.c: (ev_view_best_fit):
11489
11490         Do not try to best fit if the view is not realized
11491
11492 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11493           
11494         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11495
11496 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11497
11498         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11499
11500 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11501
11502         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11503         the popup window.  That prevents it resizing when in full screen
11504         mode.
11505
11506         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11507         multiple rerenders.  This pretty much sucks.
11508
11509         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11510         rest of the toolbar.
11511
11512 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11513
11514         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11515
11516 2005-02-17  Alexander Shopov  <ash@contact.bg>
11517
11518         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11519
11520 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11521
11522         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11523
11524 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11525
11526         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11527         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11528         (set_document_page), (document_changed_callback),
11529         (ev_view_set_document), (ev_view_find_previous),
11530         (ev_view_hide_cursor), (ev_view_show_cursor):
11531         * shell/ev-view.h:
11532         * shell/ev-window.c: (update_chrome_visibility),
11533         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11534         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11535         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11536         (ev_window_unfullscreen):
11537         * shell/main.c: (main):
11538
11539         Automatically hide the fullscreen button.
11540         Patch by Kristian Høgsberg <krh@redhat.com>
11541
11542 2005-02-16  Vincent Noel  <vnoel@cox.net>
11543
11544         * shell/main.c (main): Specify an icon for the window. Patch by
11545         Jaap A. Haitsma. Fixes #166177.
11546
11547 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11548
11549         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11550
11551 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11552
11553         * backend/ev-document-misc.h:
11554         * backend/ev-document-misc.c:
11555         (ev_document_misc_get_page_border_size),
11556         (ev_document_misc_paint_one_page): New function to canonicalize
11557         sizing/painting a border.
11558
11559         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11560         used.
11561
11562         * pdf/xpdf/pdf-document.cc: use new function
11563
11564         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11565         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11566         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11567         shell/ev-window.c: (update_sizing_buttons),
11568         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11569         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11570         (ev_window_cmd_view_page_width), (size_allocate_cb),
11571         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11572         and "fit width" values act as toggle buttons so they stay
11573         toggled.  It's not 100% perfect, and it's a little slow, but it's
11574         good enough to commit I think.
11575
11576 2005-02-15  David Lodge  <dave@cirt.net>
11577
11578         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11579
11580 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11581
11582         * shell/ev-window.c (update_window_title): replace newlines in
11583         the title by spaces. Bug #166107.
11584
11585 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11586
11587         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11588         parameters providing allocation width and height without
11589         scrollbars and width of a possible vertical scrollbar. With this
11590         additional information the functions can work as
11591         intended. Unfortunately they're not idempotent. We should
11592         transform these commands to toggles. Fixes Bug #164976
11593         Initial patch by Stephane Loeuillet, then heavily modified.
11594
11595         * shell/ev-view.h: update prototypes.
11596
11597         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11598         (ev_window_cmd_view_page_width): provide EvView fit functions with
11599         all the information they need. Formulas to calculate this
11600         information taken from GtkScrolledWindow.
11601
11602 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11603
11604         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11605         created a thumbnail, the list store is updated to know
11606         that the thumbnail is set. Fixes bug #166792
11607
11608 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11609
11610         * shell/ev-window.c: fixed typo, closes bug 166897
11611
11612         * TODO: updated TODO with bug numbers that are relevant
11613
11614 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11615
11616         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11617
11618 2005-02-09  Vincent Noel  <vnoel@cox.net>
11619
11620         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11621         and "Next" toolbar buttons as important to make them stand out.
11622
11623 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11624
11625         * lib/ev-debug.c:
11626         * lib/ev-debug.h:
11627         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11628         (start_interpreter), (stop_interpreter), (document_load),
11629         (ps_document_next_page), (ps_document_goto_page),
11630         (ps_document_set_page_size), (ps_document_widget_event),
11631         (ps_document_render):
11632         * shell/ev-page-view.c: (ev_page_view_dispose):
11633         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11634
11635         Fix compilation on non-gcc platforms
11636
11637 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11638
11639         * NEWS:
11640         * configure.ac:
11641
11642         Release 0.1.4
11643
11644         * pdf/xpdf/Catalog.cc:
11645         * pdf/xpdf/XRef.cc:
11646
11647         Fix the fix for CAN-2004-0888
11648
11649 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11650
11651         * data/Makefile.am:
11652         * data/evince-ui.xml:
11653         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11654         * shell/ev-stock-icons.h:
11655         * shell/ev-window.c: (update_action_sensitivity),
11656         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11657         (set_action_properties):
11658
11659         Improve toolbar layout/icons
11660
11661 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11662
11663         * pdf/xpdf/pdf-document.cc:
11664
11665         Add warnings about unimplemented/unknown link
11666         types.
11667
11668 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11669
11670         * ps/ps-document.c: (set_up_page):
11671
11672         Log gs property
11673
11674 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11675
11676         * ps/ps-document.c: (start_interpreter):
11677
11678         Log gs env var
11679
11680 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11681
11682         * shell/ev-page-view.c: (ev_page_view_dispose):
11683         * shell/ev-view.c: (ev_view_finalize):
11684         * shell/ev-window.c: (ev_window_setup_document),
11685         (ev_window_dispose), (ev_window_init):
11686
11687         Solve more refs issues.
11688
11689         I commented out the page_view initialization for now:
11690         it was never destroyed (because it's never added
11691         to a container). Because of that we was leaking
11692         gs processes. Couldnt think to a clean fix.
11693         We need to figure this out, password view has the
11694         same issue probably.
11695
11696 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11697
11698         * ps/ps-document.c: (ps_document_finalize),
11699         (ps_document_get_n_pages), (ps_document_get_page):
11700
11701         Some cleanups, stop the interpreter on finalize
11702
11703         * shell/ev-page-view.c: (ev_page_view_dispose),
11704         (ev_page_view_class_init):
11705
11706         Release our reference on the document
11707
11708 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11709
11710         * Makefile.am:
11711         * configure.ac:
11712         * doc/debugging.txt:
11713         * lib/.cvsignore:
11714         * lib/Makefile.am:
11715         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11716         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11717         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11718         * lib/ev-debug.h:
11719
11720         Add debugging helpers
11721
11722         * ps/Makefile.am:
11723         * ps/ps-document.c: (set_up_page), (start_interpreter),
11724         (stop_interpreter), (document_load), (ps_document_next_page),
11725         (ps_document_goto_page), (ps_document_set_page_size),
11726         (ps_document_widget_event), (ps_document_render):
11727         * shell/Makefile.am:
11728         * shell/ev-view.c: (expose_bin_window):
11729         * shell/main.c: (main):
11730
11731         Add some logs
11732         
11733 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11734
11735         * ps/ps-document.c: (ps_document_widget_event):
11736
11737         Initialize message_window, this should make ps
11738         rendering really work! (Never noticed because I was
11739         testing with a ps that is causing gs to exit every time!)
11740
11741 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11742
11743         * data/evince.schemas.in: updated simple error in applyto closing tag
11744
11745 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11746
11747         * Makefile.am:
11748         * configure.ac:
11749         * data/.cvsignore:
11750         * data/Makefile.am:
11751         * data/evince-ui.xml:
11752         A data/evince.schemas.in:
11753         * po/POTFILES.in:
11754         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11755         * shell/ev-stock-icons.h:
11756         * shell/ev-window.c: (update_chrome_visibility),
11757         (update_chrome_flag), (ev_window_cmd_edit_find),
11758         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11759         (ev_window_unfullscreen), (ev_window_focus_in_event),
11760         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11761         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11762         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11763         (ev_window_dispose), (ev_window_class_init),
11764         (set_action_properties), (set_chrome_actions), (load_chrome),
11765         (ev_window_init):
11766
11767         Implement fullscreen mode changes from bug #164776.
11768         Also implement persistent chrome toggles.
11769
11770 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11771
11772         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11773
11774 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11775
11776         * NEWS:
11777         * configure.ac:
11778         * shell/ev-view.c:
11779
11780         Add another check for find interface
11781
11782         Release 0.1.3
11783
11784 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11785
11786         * shell/ev-application.c: (ev_application_open):
11787         * shell/ev-window.c: (ev_window_open):
11788
11789         Open gzipped ps documents
11790
11791 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11792
11793         * TODO:
11794         * shell/ev-view.c: (set_document_page):
11795
11796         Clamp page number, dont try to move to
11797         not existant pages.
11798
11799 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11800
11801         * backend/ev-document-find.c: (ev_document_find_changed):
11802         * backend/ev-document-find.h:
11803         * pdf/xpdf/pdf-document.cc:
11804         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11805         * shell/ev-window.c: (find_bar_search_changed_cb):
11806
11807         Fix several bugs with find
11808
11809 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11810
11811         * shell/ev-sidebar-thumbnails.c
11812         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11813         document. Prevents warning from scroll_to_cell.
11814
11815 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11816
11817         * configure.ac: Add «nb» to ALL_LINGUAS too.
11818
11819 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11820
11821         * NOTES: New file with some random thoughts.
11822
11823         * TODO: Update.
11824
11825         * backend/ev-document-misc.c:
11826         (ev_document_misc_get_page_border_size): New function to
11827         canonicalize shadow drawing sizes.  Possibly goofy.
11828
11829         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11830         (ev_view_best_fit), (ev_view_fit_width):
11831         * pdf/xpdf/pdf-document.cc:
11832         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11833         * ps/ps-document.c: (ps_document_get_page_size):
11834         * backend/ev-document-misc.h:
11835         * backend/ev-document.c: (ev_document_get_page_size):
11836         * backend/ev-document.h: get_page_size now takes a page number
11837         parameter.  Made all the backends/frontends honor it.
11838
11839         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11840         see.  Doesn't work yet.
11841
11842         * shell/Makefile.am:
11843         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11844         Doesn't do anything yet.
11845
11846         * shell/ev-sidebar-thumbnails.c:
11847         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11848         [0..n_pages-1]
11849
11850         * shell/ev-window.c: (update_action_sensitivity),
11851         (ev_window_setup_document), (ev_window_set_page_mode),
11852         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11853         view-swapping code a bit so we can have multiple views on a
11854         document.  Add the multi-page view, though it can't be turned on
11855         yet.
11856
11857 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11858
11859         * shell/ev-application.c: (ev_application_open):
11860         * shell/ev-view.c: (expose_bin_window):
11861         * shell/ev-window.c: (ev_window_open):
11862
11863         Support eps and check document supports find
11864         before drawing highlightings in expose.
11865
11866 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11867
11868         * pixbuf/pixbuf-document.c:
11869         (pixbuf_document_thumbnails_get_dimensions),
11870         (pixbuf_document_document_thumbnails_iface_init):
11871
11872         implement get_dimensions
11873
11874 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11875
11876         * NEWS:
11877         * configure.ac:
11878
11879         Release 0.1.2
11880
11881 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11882
11883         * shell/ev-view.c: (set_document_page):
11884
11885         Scroll at the top of the page when changing page
11886
11887 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11888
11889         * shell/ev-view.c: (ev_view_motion_notify_event):
11890
11891         Do not redraw unnecessarily
11892
11893 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11894
11895         * pdf/xpdf/pdf-document.cc:
11896         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11897         (expose_bin_window), (find_changed_cb):
11898
11899         Yay! find works now... Now to find bugs...
11900
11901 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11902
11903         * backend/ev-document-find.c: (ev_document_find_base_init),
11904         (ev_document_find_changed):
11905         * backend/ev-document-find.h:
11906         * pdf/xpdf/pdf-document.cc:
11907         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11908         (expose_bin_window), (ev_view_init), (set_document_page),
11909         (ensure_rectangle_is_visible), (jump_to_find_result),
11910         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11911         (ev_view_find_next), (ev_view_find_previous):
11912         * shell/ev-view.h:
11913         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11914
11915         More work on find implementation, mostly there now
11916
11917 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11918
11919         * backend/ev-backend-marshalers.list:
11920         * backend/ev-document-find.c: (ev_document_find_base_init),
11921         (ev_document_find_cancel), (ev_document_find_page_has_results),
11922         (ev_document_find_get_n_results), (ev_document_find_get_result),
11923         (ev_document_find_get_progress), (ev_document_find_changed):
11924         * backend/ev-document-find.h:
11925
11926         Enanche the find interface to be really able to do
11927         multi page find.
11928
11929         * pdf/xpdf/pdf-document.cc:
11930
11931         Implement
11932
11933         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11934         (expose_bin_window), (ev_view_init),
11935         (ev_view_get_find_status_message), (find_changed_cb),
11936         (ev_view_set_document), (set_document_page):
11937
11938         Adapt to the new interface. A few things are regressed sorry,
11939         I will finish it soon.
11940
11941 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11942
11943         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11944         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11945         ev_sidebar_thumbnails_parent_class variable, don't define another
11946         parent_class variable.
11947
11948         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11949         (ev_page_action_class_init): ditto.
11950
11951         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11952         (pixbuf_document_class_init): ditto.
11953
11954         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11955         ditto.
11956
11957         * .cvsignore: ignore various valgrind output files.
11958
11959 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11960
11961         * data/evince-ui.xml:
11962         * shell/Makefile.am:
11963         * shell/ev-history.c:
11964         * shell/ev-history.h:
11965         * shell/ev-navigation-action.c:
11966         * shell/ev-navigation-action.h:
11967         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11968         (ev_view_set_page), (ev_view_fit_width):
11969         * shell/ev-view.h:
11970         * shell/ev-window.c: (update_action_sensitivity),
11971         (ev_window_setup_document), (register_custom_actions):
11972
11973         Kill session history
11974
11975 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11976
11977         * shell/ev-window.c: (update_action_sensitivity):
11978
11979         Fix inverted up/down buttons
11980
11981 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11982
11983         * shell/ev-sidebar-thumbnails.c
11984         (ev_sidebar_thumbnails_select_page): make sure the selected
11985         thumbnail stays visible.
11986
11987 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11988
11989         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11990         scrolled window for Federico.
11991
11992 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11993
11994         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11995
11996 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11997
11998         * configure.ac:
11999         * pdf/splash/SplashFTFontEngine.cc:
12000
12001         Fix CID fonts with freetype 2.1.9
12002
12003 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
12004
12005         * TODO: added item for desktop icon thumbnailer
12006
12007 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
12008
12009         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
12010         unloaded docs when the title is accessed.
12011
12012         * shell/ev-password-view.[hc]: New widget for displaying password
12013         state.
12014
12015         * shell/ev-window.[ch]: Refactor password handling code to handle
12016         the new view.
12017
12018 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
12019
12020         * NEWS:
12021         * configure.ac:
12022         * data/Makefile.am:
12023
12024         Release 0.1.1
12025
12026 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
12027
12028         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
12029         ignore page offset here, to make search results independent of it,
12030
12031         * shell/ev-view.c (expose_bin_window): but take offsets into
12032         account here. Bug #164932
12033
12034         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
12035         scale at the right time. Bug #164996
12036
12037 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
12038
12039         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
12040         fix the problem. Now I just removed the Adobe font names and hope
12041         that the URW fonts are always in outline format. Bug #164934
12042
12043         * shell/ev-window.c (update_window_title): empty titles are
12044         useless, use filename in that case too.
12045
12046         * NEWS: Add some content.
12047
12048 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
12049
12050         * TODO: added one more TODO item and a TODONE section :)
12051
12052 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12053
12054         * ps/ps-document.h: add page_[xy]_offset fields.
12055
12056         * ps/ps-document.c (ps_document_set_page_offset)
12057         (ps_document_render): Keep offset in consideration in a few
12058         places. Bug #164752 "postscript documents are not centered in
12059         window"
12060
12061         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
12062         s/gpdf/evince/. Spotted by Stephane Loeuillet.
12063
12064         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
12065         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
12066         stub out missing methods for complete EvDocument implementation.
12067         Fixes segfaults with Save A Copy and Copy actions.
12068
12069         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12070         (ps_document_document_iface_init): ditto.
12071         
12072 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12073
12074         * data/.cvsignore:
12075         * data/Makefile.am:
12076         * data/evince.desktop.in:
12077
12078         Add desktop file
12079
12080 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12081
12082         * shell/ev-view.c: (ev_view_button_press_event),
12083         (ev_view_motion_notify_event):
12084
12085         Make selection work in any direction
12086
12087 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12088
12089         * TODO:
12090         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12091
12092         Use shorter labels for some of the toolbars items
12093
12094 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12095
12096         * pdf/xpdf/pdf-document.cc:
12097
12098         Check the links info is initialized before
12099         using it. Should fix a crash on startup.
12100
12101 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12102
12103         * pixbuf/pixbuf-document.c
12104         (pixbuf_document_thumbnails_get_dimensions): force floating point
12105         division to calculate page_ratio. Fixes crash with landscape
12106         format pixbufs.
12107
12108 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12109
12110         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12111
12112 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12113
12114         * shell/ev-view.c (set_document_page): unset has_selection when
12115         the page changes.
12116         (set_document_page): handle paper size changes when the page
12117         changes (test with Free Culture, page 2).
12118
12119 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12120
12121         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12122         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12123
12124         Use normal style color for the widget background and
12125         draw a black box around the page.
12126
12127 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12128
12129         * pdf/xpdf/pdf-document.cc:
12130
12131         Keep offset in consideration in a few places
12132
12133         * shell/ev-view.c: (expose_bin_window):
12134
12135         Set the offsets so that the document is ever centered
12136
12137 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12138
12139         * TODO: Added TODO items and finished off the first todo item
12140
12141         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12142         reflect current authors
12143
12144 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12145
12146         * pdf/xpdf/pdf-document.cc:
12147         * shell/ev-view.c: (ev_view_set_cursor),
12148         (ev_view_motion_notify_event), (document_changed_callback),
12149         (set_document_page):
12150
12151         Show a wait cursor while the page is rendering
12152
12153 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12154
12155         * shell/ev-sidebar-thumbnails.c:
12156         (ev_sidebar_tree_selection_changed),
12157         (ev_sidebar_thumbnails_select_page):
12158         * shell/ev-sidebar-thumbnails.h:
12159         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12160         (ev_view_can_go_forward):
12161         * shell/ev-window.c: (ev_window_open_page),
12162         (ev_window_setup_document), (update_current_page),
12163         (view_page_changed_cb), (ev_window_init):
12164         * shell/ev-window.h:
12165
12166         Ensure thumbnails selection, toolbar page control and
12167         current page are in sync.
12168
12169 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12170
12171         * pdf/xpdf/XRef.cc:
12172
12173         Fix CAN-2005-0064
12174
12175 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12176
12177         * backend/Makefile.am:
12178         * backend/ev-document-links.h:
12179         * backend/ev-document-security.c: (ev_document_security_get_type),
12180         (ev_document_security_has_document_security),
12181         (ev_document_security_set_password):
12182         * backend/ev-document-security.h:
12183         * backend/ev-document.c: (ev_document_error_quark):
12184         * backend/ev-document.h:
12185         * data/Makefile.am:
12186         * data/evince-password.glade:
12187         * pdf/xpdf/pdf-document.cc:
12188         * shell/Makefile.am:
12189         * shell/ev-password.c: (ev_password_set_bad_password_label),
12190         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12191         (ev_password_dialog_get_password),
12192         (ev_password_dialog_set_bad_pass):
12193         * shell/ev-password.h:
12194         * shell/ev-window.c: (ev_window_get_attribute),
12195         (ev_window_set_property), (update_action_sensitivity),
12196         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12197         (ev_window_setup_document), (ev_window_get_password),
12198         (ev_window_open), (ev_window_cmd_save_as),
12199         (using_postscript_printer), (ev_window_print),
12200         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12201         (update_fullscreen_popup), (ev_window_fullscreen),
12202         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12203         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12204         (menu_item_select_cb), (find_bar_search_changed_cb),
12205         (ev_window_dispose), (ev_window_init):
12206
12207         Add initial support for password-supported dialogs.  This could be
12208         a lot cooler, but it'll do for now.
12209
12210 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12211
12212         * pdf/xpdf/pdf-document.cc:
12213         * shell/ev-view.c: (status_message_from_link),
12214         (ev_view_set_status), (ev_view_set_cursor),
12215         (ev_view_motion_notify_event), (ev_view_init):
12216         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12217
12218         Fix bugs in the links implementation and change cursor
12219         when hovering a link.
12220
12221 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12222
12223         * viewer/.cvsignore: added cvsignore file for viewer directory
12224
12225         * TODO: created TODO document
12226
12227 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12228
12229         * shell/ev-view.h:
12230         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12231         new functions to help with implementation of sensitivity code
12232         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12233         of all actions that might require it.  Fixes a crash when you
12234         click on the Zoom actions in a window lacking a document.
12235
12236 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12237
12238         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12239         of the Find action
12240
12241 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12242
12243         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12244         (pixbuf_document_document_iface_init):
12245         * ps/ps-document.c: (ps_document_get_link),
12246         (ps_document_document_iface_init):
12247         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12248         (status_message_from_link), (ev_view_set_status),
12249         (ev_view_set_find_status), (ev_view_motion_notify_event),
12250         (ev_view_button_release_event), (ev_view_set_property),
12251         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12252         (ev_view_get_find_status_message), (update_find_results),
12253         (ev_view_get_status), (ev_view_get_find_status):
12254         * shell/ev-view.h:
12255         * shell/ev-window.c: (view_status_changed_cb),
12256         (view_find_status_changed_cb), (ev_window_init):
12257
12258         View status message support, use it to show the links.
12259         Needs work...
12260
12261 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12262
12263         * backend/ev-document.c: (ev_document_get_link):
12264         * backend/ev-document.h:
12265         * pdf/xpdf/pdf-document.cc:
12266         * shell/ev-application.c: (ev_application_open):
12267         * shell/ev-application.h:
12268         * shell/ev-sidebar-links.c: (selection_changed_cb):
12269         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12270         (ev_view_go_to_link):
12271
12272         Add support for document links
12273
12274 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12275
12276         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12277         (create_tool_item):
12278         Set the spin button limits correctly.
12279         
12280         * shell/ev-sidebar-thumbnails.c:
12281         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12282         Support changing pages by clicking on the thumbnails.
12283         
12284 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12285
12286         * pixbuf/pixbuf-document.c:
12287         (pixbuf_document_thumbnails_get_dimensions),
12288         (pixbuf_document_document_thumbnails_iface_init):
12289
12290         implement get_dimensions
12291
12292 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12293
12294         * ps/ps-document.c: (ps_document_goto_page):
12295
12296         Fix page switching on multipage documents
12297
12298 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12299
12300         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12301         
12302         check for NULL before assigning to width and height parameters
12303
12304 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12305
12306         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12307         (pixbuf_document_set_property), (pixbuf_document_get_property):
12308
12309         implement get/set properties
12310
12311 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12312
12313         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12314         
12315         return NULL instead of "Unknown", letting the title get set to
12316         the filename when the pdf has no title.
12317
12318 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12319
12320         * ps/ps-document.c: (ps_document_get_page_count),
12321         (ps_document_goto_page):
12322
12323 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12324
12325         * shell/ev-history.c: (ev_history_get_property),
12326         (ev_history_set_property), (ev_history_class_init),
12327         (ev_history_add_page), (ev_history_set_current_index):
12328         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12329         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12330         (ev_navigation_action_finalize):
12331         * shell/ev-navigation-action.h:
12332         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12333         (ev_view_go_forward), (ev_view_get_find_status_message),
12334         (history_index_changed_cb), (ev_view_set_history):
12335         * shell/ev-view.h:
12336         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12337         (update_current_page), (register_custom_actions):
12338
12339         Implement history dropdowns
12340
12341 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12342
12343         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12344         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12345         (ev_view_go_forward):
12346         * shell/ev-window.c: (register_custom_actions):
12347
12348         Fix several history bugs
12349
12350 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12351
12352         * configure.ac: Add «nb» to ALL_LINGUAS.
12353
12354 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12355
12356         * backend/Makefile.am:
12357         * backend/ev-bookmark.c:
12358         * backend/ev-bookmark.h:
12359         * backend/ev-document-bookmarks.c:
12360         * backend/ev-document-bookmarks.h:
12361         * backend/ev-document-links.c: (ev_document_links_get_type),
12362         (ev_document_links_has_document_links),
12363         (ev_document_links_begin_read), (ev_document_links_get_link),
12364         (ev_document_links_get_child), (ev_document_links_next),
12365         (ev_document_links_free_iter):
12366         * backend/ev-document-links.h:
12367         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12368         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12369         (ev_link_get_link_type), (ev_link_set_link_type),
12370         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12371         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12372         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12373         (ev_link_new_external):
12374         * backend/ev-link.h:
12375         * pdf/xpdf/pdf-document.cc:
12376         * shell/Makefile.am:
12377         * shell/ev-application.c: (ev_application_open_link):
12378         * shell/ev-application.h:
12379         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12380         (ev_history_get_link_nth):
12381         * shell/ev-history.h:
12382         * shell/ev-sidebar-bookmarks.c:
12383         * shell/ev-sidebar-bookmarks.h:
12384         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12385         (ev_sidebar_links_class_init), (selection_changed_cb),
12386         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12387         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12388         (do_one_iteration), (populate_links_idle),
12389         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12390         * shell/ev-sidebar-links.h:
12391         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12392         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12393         (go_to_index):
12394         * shell/ev-view.h:
12395         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12396         * shell/ev-window.h:
12397
12398         Rename bookmark to link, and use "Index" for the sidebar panel.
12399
12400 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12401
12402         * shell/Makefile.am:
12403         * shell/ev-application.c: (ev_application_open_bookmark):
12404         * shell/ev-application.h:
12405         * shell/ev-history.c: (ev_history_init), (free_links_list),
12406         (ev_history_finalize), (ev_history_class_init),
12407         (ev_history_add_link), (ev_history_add_page),
12408         (ev_history_get_link_nth), (ev_history_get_n_links),
12409         (ev_history_get_current_index), (ev_history_set_current_index),
12410         (ev_history_new):
12411         * shell/ev-history.h:
12412         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12413         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12414         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12415         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12416         (ev_view_set_page):
12417         * shell/ev-view.h:
12418         * shell/ev-window.c: (ev_window_open_bookmark),
12419         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12420         (goto_page_cb), (register_custom_actions):
12421         * shell/ev-window.h:
12422
12423         Initial history implementation. Needs work.
12424
12425 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12426
12427         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12428
12429 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12430
12431         * cut-n-paste/recent-files/egg-recent-item.c:
12432         * cut-n-paste/recent-files/egg-recent-item.h:
12433         * cut-n-paste/recent-files/egg-recent-model.c:
12434         * cut-n-paste/recent-files/egg-recent-util.c:
12435         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12436         * cut-n-paste/recent-files/egg-recent-view.c:
12437
12438         Update
12439
12440 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12441
12442         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12443         (fillGlyph, fillImageMask, drawImage):
12444         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12445         pdf/splash/SplashTypes.h:
12446         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12447         packed mode for Splash.
12448
12449         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12450         RGB8 packed mode, eliminates the pixbuf data creation loop.
12451
12452         * shell/ev-print-job.c (ev_print_job_finalize)
12453         (ev_print_job_set_property, ev_print_job_get_property)
12454         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12455         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12456         (print_closure_finalize, ev_print_job_print): implement
12457         printing (for backends with EvPsExporter)
12458
12459         * shell/ev_print_job.h: update prototypes.
12460
12461         * shell/ev-window.c (ev_window_print): unref print job after
12462         printing.
12463
12464         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12465         unless the document implements the EvDocumentFind interface.
12466
12467 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12468
12469         * configure.ac: Added ja to ALL_LINGUAS.
12470
12471 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12472
12473         * pdf/xpdf/pdf-document.cc:
12474
12475         add a FIXME. We should probably not allocate
12476         a bookmark object every time
12477
12478 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12479
12480         * shell/ev-application.c: (ev_application_open),
12481         (ev_application_open_bookmark):
12482         * shell/ev-application.h:
12483         
12484         Add a way to open bookmarks
12485
12486         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12487         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12488         (ev_bookmark_set_property), (ev_bookmark_class_init),
12489         (ev_bookmark_new_title), (ev_bookmark_new_link),
12490         (ev_bookmark_new_external):
12491
12492         Support for external uris, better constructors.
12493
12494         * backend/ev-bookmark.h:
12495         * pdf/xpdf/pdf-document.cc:
12496         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12497
12498         Handle external uris
12499
12500 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12501
12502         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12503         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12504
12505         Hook up bookmarks navigation
12506
12507 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12508
12509         * backend/Makefile.am:
12510         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12511         (ev_bookmark_get_title), (ev_bookmark_set_title),
12512         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12513         (ev_bookmark_get_page), (ev_bookmark_set_page),
12514         (ev_bookmark_get_property), (ev_bookmark_set_property),
12515         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12516         (ev_bookmark_new):
12517         * backend/ev-bookmark.h:
12518         * backend/ev-document-bookmarks.c:
12519         (ev_document_bookmarks_get_bookmark):
12520         * backend/ev-document-bookmarks.h:
12521         * pdf/xpdf/pdf-document.cc:
12522         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12523
12524         Add a bookmark object to the backend and use it instead of get_values
12525
12526 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12527
12528         * data/evince-ui.xml:
12529
12530         Cleanup and add select all.
12531
12532         * shell/ev-view.c: (ev_view_select_all),
12533         (ev_view_button_press_event):
12534         * shell/ev-view.h:
12535         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12536
12537         Add select all.
12538         Clear selection on click.
12539
12540 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12541
12542         * shell/ev-sidebar-thumbnails.c
12543         (ev_sidebar_thumbnails_set_document): forgot to unref the
12544         loading_icon.
12545
12546 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12547
12548         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12549         at the visible page, not just linearly.  This makes it look fast.
12550
12551 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12552
12553         * backend/ev-document-misc.c
12554         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12555         white.
12556         * backend/ev-document-thumbnails.h: New interface to get the size
12557         of a page.
12558
12559 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12560
12561         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12562         make dist works
12563
12564 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12565
12566         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12567         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12568         things up a bit.
12569
12570         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12571
12572 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12573
12574         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12575         fonts. Should fix font problems on systems that have the base
12576         fonts in bitmap format. Reported by James Henstridge
12577         <james@jamesh.id.au>.
12578
12579 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12580
12581         * pdf/xpdf/Gfx.cc:
12582         * pdf/xpdf/GfxState.cc:
12583
12584         Fix for CAN-2004-1125
12585
12586 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12587
12588         * shell/ev-view.c: (ev_view_copy):
12589         * shell/ev-view.h:
12590         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12591
12592         Implement Edit->Copy
12593
12594 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12595
12596         * backend/ev-document.c: (ev_document_get_text):
12597         * backend/ev-document.h:
12598         * pdf/xpdf/pdf-document.cc:
12599         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12600         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12601         (ev_view_update_primary_selection), (ev_view_button_press_event),
12602         (ev_view_motion_notify_event), (ev_view_button_release_event):
12603
12604         Beginnings of clipboard support. Incomplete but primary sort
12605         of work.
12606
12607 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12608
12609         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12610         (expose_bin_window):
12611
12612         Nicer rubberband drawing, from GtkIconView.
12613
12614 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12615
12616         * backend/ev-document.c: (ev_document_save):
12617         * backend/ev-document.h:
12618         * data/evince-ui.xml:
12619         * pdf/xpdf/pdf-document.cc:
12620         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12621
12622         Implement "Save a copy..." menu item
12623
12624 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12625
12626         * shell/ev-view.c: (ev_view_zoom):
12627
12628         Queue a resize when zoom changes
12629
12630 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12631
12632         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12633         shadows.
12634
12635         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12636         thumbnails..
12637
12638 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12639
12640         * pdf/xpdf/pdf-document.cc
12641         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12642
12643 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12644
12645         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12646         It's slow, but I'll speed it up next!
12647
12648 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12649
12650         * shell/main.c (load_files):
12651
12652         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12653         from the command line and because it seems more appropriate.
12654
12655 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * data/evince-ui.xml:
12658         * shell/ev-window.c: (update_action_sensitivity),
12659         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12660
12661         s/next page/page down
12662         s/previous page/page up
12663
12664 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12665
12666         * data/evince-ui.xml:
12667
12668         Change the layout to match clarkbw design.
12669
12670         * shell/Makefile.am:
12671         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12672         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12673         (ev_navigation_action_finalize),
12674         (ev_navigation_action_set_property),
12675         (ev_navigation_action_get_property),
12676         (ev_navigation_action_class_init):
12677         * shell/ev-navigation-action.h:
12678
12679         Implement clarkbw toolbar navigation controls (incomplete)
12680
12681         * shell/ev-page-action.c: (update_label), (update_spin),
12682         (value_changed_cb), (create_tool_item), (connect_proxy),
12683         (ev_page_action_init), (ev_page_action_finalize),
12684         (ev_page_action_set_property), (ev_page_action_get_property),
12685         (ev_page_action_set_current_page),
12686         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12687         * shell/ev-page-action.h:
12688
12689         Implement a page switcher in the toolbar
12690
12691         * shell/ev-view.c: (ev_view_scroll_view):
12692         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12693         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12694         (register_custom_actions), (ev_window_init):
12695
12696         Change page on PageUp/Down.
12697
12698 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12699
12700         * pdf/xpdf/pdf-document.cc
12701         (pdf_document_thumbnails_get_thumbnail): initial stab at
12702         implementing thumbnail support for pdfs.  It only does documents
12703         with precached pdfs now.
12704
12705 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12706
12707         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12708         thumbnail code into a time-based idle as well.  Also, turn off the
12709         shadow temporarily as it's really slow.
12710
12711 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12712
12713         * backend/ev-document.c: (ev_document_class_init):
12714         * pdf/xpdf/pdf-document.cc:
12715         * shell/ev-window.c: (ev_window_open):
12716
12717         Fix document title bugs and fallback to
12718         filename when not available.
12719
12720 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12721
12722         * backend/ev-document.c: (ev_document_get_type),
12723         (ev_document_class_init), (ev_document_load),
12724         (ev_document_get_title):
12725         * backend/ev-document.h:
12726         * pdf/xpdf/pdf-document.cc:
12727         * ps/ps-document.c: (ps_document_set_property),
12728         (ps_document_get_property), (ps_document_class_init),
12729         (document_load):
12730         * ps/ps-document.h:
12731         * ps/ps.h:
12732         * shell/ev-window.c: (update_window_title), (ev_window_open),
12733         (ev_window_init):
12734
12735         Initial support for document title. Not working yet.
12736
12737 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12738
12739         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12740
12741         Grab focus on the view when clicking it
12742
12743 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12744
12745         * shell/ev-marshal.list:
12746         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12747         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12748
12749         Add key bindings to the view. Now if the focus would work
12750         right...
12751
12752 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12753
12754         * Makefile.am:
12755         * backend/Makefile.am:
12756         * data/Makefile.am:
12757         * dvi/Makefile.am:
12758         * dvi/dvilib/Makefile.am:
12759         * pdf/xpdf/Makefile.am:
12760         * po/POTFILES.in:
12761         * ps/Makefile.am:
12762
12763         Fix distcheck
12764
12765 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12766
12767         * shell/ev-view.c: (ev_view_realize):
12768
12769         Fix mouse wheel scrolling
12770
12771 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12772
12773         * ps/Makefile.am:
12774         * ps/gstypes.h:
12775         * ps/gtkgs.c:
12776         * ps/gtkgs.h:
12777         * ps/ps-document.c: (catchPipe), (ps_document_init),
12778         (ps_document_class_init), (ps_document_cleanup),
12779         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12780         (set_up_page), (close_pipe), (is_interpreter_ready),
12781         (interpreter_failed), (output), (input), (start_interpreter),
12782         (stop_interpreter), (file_length), (file_readable),
12783         (check_filecompressed), (check_pdf), (compute_xdpi),
12784         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12785         (ps_document_get_type), (ps_document_emit_error_msg),
12786         (document_load), (ps_document_next_page),
12787         (ps_document_get_current_page), (ps_document_get_page_count),
12788         (ps_document_goto_page), (ps_document_set_page_size),
12789         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12790         (ps_document_load), (ps_document_get_n_pages),
12791         (ps_document_set_page), (ps_document_get_page),
12792         (ps_document_widget_event), (ps_document_set_target),
12793         (ps_document_set_scale), (ps_document_set_page_offset),
12794         (ps_document_get_page_size), (ps_document_render),
12795         (ps_document_document_iface_init):
12796         * ps/ps-document.h:
12797         * ps/ps.c:
12798         * shell/ev-window.c: (ev_window_open):
12799
12800         Rename GtkGS to PSDocument
12801
12802 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12803
12804         * ps/gtkgs.c: (gtk_gs_class_init):
12805         * ps/gtkgs.h:
12806
12807         Some more leftover...
12808
12809 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12810
12811         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12812         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12813         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12814         * ps/gtkgs.h:
12815
12816         Remove unused code and make a lot of stuff private
12817
12818 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12819
12820         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12821         (gtk_gs_defaults_changed):
12822         * ps/gsdefaults.h:
12823         * ps/gtkgs.c:
12824         * ps/gtkgs.h:
12825         * ps/ps.h:
12826
12827         Cleanup headers dependencies
12828
12829 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12830
12831         * ps/Makefile.am:
12832         * ps/ggvutils.c:
12833         * ps/ggvutils.h:
12834         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12835         * ps/gsdefaults.h:
12836         * ps/gtkgs.c: (file_length), (file_readable),
12837         (check_filecompressed), (check_pdf), (gtk_gs_load),
12838         (gtk_gs_get_postscript):
12839
12840         Get rid of ggvutils
12841
12842 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12843
12844         * ps/ggvutils.c:
12845         * ps/ggvutils.h:
12846         * ps/gsio.h:
12847         * ps/gtkgs.c: (gtk_gs_set_zoom):
12848
12849         Cleanups
12850
12851 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12852
12853         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12854
12855         Ensure the page is rerendered when changing zoom
12856
12857 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12858
12859         * backend/ev-document.c: (ev_document_base_init),
12860         (ev_document_changed):
12861         * backend/ev-document.h:
12862
12863         Add a changed event that is emitted when the page content
12864         changes. This is necessary to deal with the fact that
12865         in ps backend rendering happen asycrounously.
12866         This makes the ps backend mostly work.
12867
12868         * pdf/xpdf/pdf-document.cc:
12869
12870         Emit changed event
12871
12872         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12873         (ps_document_set_target):
12874
12875         Emit changed event
12876
12877         * shell/ev-view.c: (document_changed_callback),
12878         (ev_view_set_document), (ev_view_set_page):
12879
12880         Redraw on the changed signal
12881
12882 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12883
12884         * configure.ac: Added pt_BR to ALL_LINGUAS.
12885
12886 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12887
12888         * backend/ev-document-bookmarks.c:
12889         (ev_document_bookmarks_get_child): *
12890         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12891         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12892         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12893         (ev_sidebar_bookmarks_destroy),
12894         (ev_sidebar_bookmarks_class_init),
12895         (ev_sidebar_bookmarks_construct), (stack_data_free),
12896         (do_one_iteration), (populate_bookmarks_idle),
12897         (ev_sidebar_bookmarks_clear_document),
12898         (ev_sidebar_bookmarks_set_document): *
12899         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12900         (ev_sidebar_add_page),
12901         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12902         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12903         it displays both the topics and the page numbers.
12904
12905 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12906
12907         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12908         toggle.
12909         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12910         visible.
12911
12912 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12913
12914         * configure.ac: Added en_CA to ALL_LINGUAS.
12915
12916 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12917
12918         * ChangeLog: replace bottom of this ChangeLog (merged history of
12919         ggv and gpdf; where all paths were wrong and most of the files are
12920         not even in this tree) with ChangeLog (from arch) of the shell
12921         code.
12922
12923 2004-12-23  Havoc Pennington  <hp@redhat.com>
12924
12925         * shell/ev-window.c: hook up potentially-questionable "find
12926         results status text" feature - something involving the sidebar or
12927         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12928         might be better in the end.
12929
12930         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12931         with corresponding signal when it should be updated
12932
12933         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12934
12935 2004-12-22  Havoc Pennington  <hp@redhat.com>
12936
12937         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12938         find stuff on other pages, sort of (only returns one result on
12939         invisible pages, to show they have results; updates full results
12940         for a page when you view it). Currently repaints the current page
12941         every time a new result is found on any page, which isn't so nice.
12942
12943 2004-12-22  Havoc Pennington  <hp@redhat.com>
12944
12945         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12946         the document doesn't support find (better ideas?)
12947         (find_bar_search_changed_cb): handle missing document or document
12948         that doesn't support find
12949
12950         * pdf/xpdf/pdf-document.cc: port to implement the new
12951         EvDocumentFindIface
12952
12953         * backend/ev-document-find.c: create a new interface for searching
12954
12955         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12956
12957 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12958
12959         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12960         libevbackend.la.
12961
12962         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12963         EvPrintJob constructor arguments.
12964
12965         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12966         for documents that can export PostScript (page by page).
12967
12968         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12969         
12970         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12971         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12972         (pdf_document_ps_exporter_iface_init:
12973         Implement EvPSExporter.
12974
12975         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12976
12977 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12978
12979         * backend/Makefile.am:
12980         * backend/ev-document-thumbnails.c:
12981         (ev_document_thumbnails_get_type),
12982         (ev_document_thumbnails_get_thumbnail):
12983         * backend/ev-document-thumbnails.h:
12984         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12985         (pixbuf_document_thumbnails_get_thumbnail),
12986         (pixbuf_document_document_thumbnails_iface_init):
12987         * shell/Makefile.am:
12988         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12989         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12990         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12991         * shell/ev-sidebar-thumbnails.h:
12992         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12993         (ev_sidebar_set_document):
12994         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12995         (create_shadow), (ev_pixbuf_add_shadow):
12996         * shell/ev-utils.h:
12997         Add thumbnail support.
12998         
12999 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13000
13001         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
13002         (using_postscript_printer): Set up a print dialog for "PostScript
13003         injection" method.
13004
13005         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
13006         EvPrintJob.
13007
13008         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
13009
13010 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13011
13012         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
13013         (ps_document_set_target), (ps_document_get_page_size),
13014         (ps_document_render):
13015         * ps/gtkgs.h:
13016
13017         Fix a few bugs
13018
13019 2004-12-22  Christian Rose  <menthos@menthos.com>
13020
13021         * configure.ac: Added "sv" to ALL_LINGUAS.
13022
13023 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
13024
13025         * backend/ev-document-bookmarks.[ch]: new interface to indicate
13026         document supports bookmarks.
13027
13028 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13029
13030         * ps/ggvutils.c: (ggv_file_readable):
13031         * ps/ggvutils.h:
13032         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
13033         (gtk_gs_get_postscript):
13034
13035         Remove unused utils
13036
13037 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13038
13039         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
13040         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
13041         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
13042         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
13043         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
13044         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
13045         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13046         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13047         (gtk_gs_set_antialiasing), (ps_document_load),
13048         (ps_document_render):
13049         * ps/gtkgs.h:
13050
13051         Another check point for the ps backend. Now I can get it to show
13052         pages!
13053
13054 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
13055
13056         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
13057         document setting code.
13058
13059 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13060
13061         * shell/eggfindbar.c: (entry_activate_callback):
13062         Animate the next button when activate is pressed.
13063         
13064 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13065
13066         * shell/ev-window.c: (ev_window_cmd_edit_find),
13067         (update_fullscreen_popup), (ev_window_fullscreen),
13068         (ev_window_unfullscreen), (ev_window_state_event_cb),
13069         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13070         Fix bugs in fullscreen code.
13071         
13072 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13073
13074         * Makefile.am:
13075         * configure.ac:
13076         * pixbuf/Makefile.am:
13077         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13078         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13079         (pixbuf_document_set_page), (pixbuf_document_get_page),
13080         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13081         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13082         (pixbuf_document_render), (pixbuf_document_begin_find),
13083         (pixbuf_document_end_find), (pixbuf_document_finalize),
13084         (pixbuf_document_class_init),
13085         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13086         * pixbuf/pixbuf-document.h:
13087         * shell/Makefile.am:
13088         * shell/ev-application.c: (ev_application_open):
13089         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13090         (ev_window_open):
13091         Add pixbuf backend.
13092         
13093 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13094
13095         * Makefile.am: 
13096         * dvi/dvilib/Makefile.am:
13097         * dvi/Makefile.am:
13098         * configure.ac: Auto*ify dvi and dvi/dvilib
13099
13100         * dvi/Makefile: Remove from CVS
13101         
13102         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13103         confusion.
13104
13105         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13106         
13107         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13108         
13109 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13110
13111         * ps/Makefile.am:
13112         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13113         (gtk_gs_value_adjustment_changed), (compute_size),
13114         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13115         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13116         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13117         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13118         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13119         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13120         (ps_document_load), (ps_document_get_n_pages),
13121         (ps_document_set_page), (ps_document_get_page),
13122         (ps_document_set_target), (ps_document_set_scale),
13123         (ps_document_set_page_offset), (ps_document_get_page_size),
13124         (ps_document_render), (ps_document_begin_find),
13125         (ps_document_end_find), (ps_document_document_iface_init):
13126         * ps/gtkgs.h:
13127         * shell/Makefile.am:
13128         * shell/ev-window.c: (ev_window_open):
13129
13130         Some work to integrate gtkgs with EvDocument
13131
13132 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13133
13134         * shell/ev-window.c: (update_fullscreen_popup),
13135         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13136         (exit_fullscreen_button_clicked_cb),
13137         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13138         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13139         (ev_window_state_event_cb), (ev_window_init):
13140         Add fullscreen support from Epiphany.
13141         
13142 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13143
13144         * data/ev-stock-zoom-fit-width.png: fit-width
13145         stock icon from gpdf.
13146         
13147         * shell/ev-stock-icons.[ch]: copied from gpdf.
13148         
13149         * shell/main.c: (main): init stock icons.
13150         
13151         * shell/ev-window.c: use the fit-width icon.
13152         
13153         * data/evince-ui.xml: add zooming toolbar items.
13154
13155 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13156
13157         * shell/ev-view.c: 
13158         (ev_view_best_fit), (ev_view_fit_width): because
13159         get_page_size() returns the scaled page size, we
13160         need to calculate the scale factor relative to
13161         the previous scale factor. Should really just
13162         add get_real_page_size().
13163
13164 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13165
13166         * shell/ev-view.[ch]:
13167         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13168         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13169         add zooming.
13170         
13171         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13172         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13173         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13174         hook it up.
13175         
13176         * pdf/xpdf/pdf-document.cc:
13177         (pdf_document_begin_find),
13178         (pdf_document_end_find): make static.
13179
13180 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13181
13182         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13183
13184         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13185         names to fontconfig patterns.
13186         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13187
13188         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13189         setupBaseFontsFc.
13190
13191 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         * Makefile.am:
13194         * configure.ac:
13195         * ps/Makefile.am:
13196         * ps/ggvutils.c:
13197         * ps/ggvutils.h:
13198         * ps/gsdefaults.c:
13199         * ps/gsdefaults.h:
13200         * ps/gsio.c:
13201         * ps/gsio.h:
13202         * ps/gtkgs.c:
13203         * ps/gtkgs.h:
13204         * ps/ps.c:
13205         * ps/ps.h:
13206
13207         Import ggv backend. Not hooked up yet.
13208
13209 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13210
13211         * shell/main.c: (load_files), (main): load files
13212         from the command line.
13213
13214 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13215
13216         * configure.ac: don't require bonobo.
13217         
13218         * cut-n-paste/recent-files/*: kill bonobo recent
13219         view.
13220
13221         * shell/ev-window.c:
13222         (ev_window_is_empty): upd.
13223         (unable_to_load), (ev_window_open): load backend
13224         based on the mime type.
13225
13226 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13227
13228         * backend/.cvsignore: ignore generated marshalers source.
13229
13230         * shell/main.c (main): this is not epiphany.
13231
13232 2004-12-22  Havoc Pennington  <hp@redhat.com>
13233
13234         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13235         (expose_bin_window): draw find highlights
13236
13237         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13238         
13239         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13240         (pdf_document_end_find): implement this interface
13241
13242         * backend/ev-document.c (ev_document_found): add this to emit
13243         signal
13244
13245 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13246
13247         * data/evince-ui.xml: Add a few more toolbar items.
13248
13249         * shell/ev-window.c: Hook up page navigation toolbar 
13250         items.
13251
13252         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13253         a page-changed signal.
13254
13255         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13256         Add ev_document_get_page().
13257
13258         * shell/ev-window.c: Sensitize/desensitize navigation
13259         actions.
13260
13261 2004-12-21  Havoc Pennington  <hp@redhat.com>
13262
13263         * backend/ev-backend-marshal.c,
13264         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13265         marshaler-generator thingy. I'm sure there's a better way to do
13266         this in the modern world.
13267
13268         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13269         end_find methods and "found" signal.
13270
13271         * configure.ac: find glib-genmarshal
13272
13273 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13274
13275         * shell/ev-sidebar.c: Construct an actual sidebar.
13276         * shell/ev-sidebar-bookmarks.[ch]:
13277         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13278
13279 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13280
13281         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13282         Redo size handling.
13283         
13284         * shell/ev-view.c: Track the size from the document.
13285
13286 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13287
13288         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13289         constructor assumes ownership of the string passed in.
13290         
13291         * shell/ev-window.c (ev_window_open): Destroy the error
13292         dialog once we've displayed it.
13293
13294 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13295
13296         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13297         a bit, it works! (sort of)
13298
13299         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13300         Move to .cc since we need to use C++ in the implementation.
13301
13302         * shell/dummy.cc: Add a CC file to force evince
13303         to be linked as a C++ program.
13304
13305 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13306
13307         * shell/ev-view.[ch]: Start of content-area widget.
13308
13309         * shell/ev-window.c: Create a EvView, update it
13310         as we change documents.
13311
13312         * shell/Makefile.am shell/ev-marshal.list: Add
13313         generated marshalers.
13314
13315 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13316
13317         * Makefile.am (SUBDIRS): move shell.
13318
13319 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13320
13321         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13322         .a to libtool convenience libraries.
13323
13324         * shell/ev-window.c (ev_window_open): Hard code loading
13325         a PDF document.
13326         
13327         * backend/ev-document.h: Add a boolean return to load(),
13328         fix GError * to GError **.
13329
13330         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13331         object for a PDF backend EvDocument.
13332
13333 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13334
13335         * dvi/*: New directory with the beginning of a .dvi backend.
13336
13337 2004-12-21  Havoc Pennington  <hp@redhat.com>
13338
13339         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13340         previous/next instead of back/forward
13341
13342 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13343
13344         * backend/ev-document.[ch]: Fix a couple of problems so
13345         it compile.
13346
13347 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13348
13349         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13350         to backend/ directory, rename EvViewer to EvDocument.
13351
13352 2004-12-21  Havoc Pennington  <hp@redhat.com>
13353
13354         * shell/ev-window.c: hook up the find bar widget; now we just need
13355         a document to find things in
13356
13357         * shell/eggfindbar.c: a find bar widget
13358
13359 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13360
13361         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13362
13363 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13364
13365         * pdf/**: Import of xpdf code from gpdf. 
13366
13367         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13368
13369         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13370         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13371         Fix FreeType includes.
13372
13373         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13374         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13375         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13376         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13377         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13378         Include xpdfconfig.h
13379         
13380 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13381
13382         * shell/ev-window.c (ev_window_dispose): dispose can be called
13383         multiple times.
13384
13385 2004-12-21  Havoc Pennington  <hp@redhat.com>
13386
13387         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13388         rather than Evince
13389
13390         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13391         items; really they should be synced with the strings, etc. from
13392         current gpdf, but just getting the boring typing out of the way 
13393
13394 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13395
13396         * po/POTFILES.in:
13397         * shell/ev-application.c: (window_destroy_cb):
13398         * shell/ev-window.c:
13399         * shell/main.c: (main):
13400
13401         Actually show the window...
13402
13403 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13404
13405         * Makefile.am:
13406         * shell/Makefile.am:
13407         * shell/ev-application.c: (ev_application_class_init):
13408         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13409
13410         Make it build again
13411
13412 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13413
13414         Import to gnome cvs.
13415         
13416         * Remove copies of gpdf and ggv trees.
13417         * Rip out all the recursive configure code.
13418         * Remove bonobo machinery.
13419         * viewer/*: GInterfaces that backends should/can implement.
13420
13421 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13422
13423         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13424         typo
13425
13426 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13427
13428         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13429         (ev_application_finalize, ev_application_class_init)
13430         (ev_application_init): use GType instance private data for priv.
13431
13432         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13433         (ev_window_finalize, ev_window_class_init)
13434         (ev_window_init): ditto.
13435
13436 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13437
13438         * shell/ev-application.c (ev_application_new_window): make public
13439         (ev_application_show_initial_window): kill.
13440
13441         * shell/ev-application.h: update prototypes.
13442
13443         * shell/main.cc (main): inline ev_application_show_initial_window.
13444
13445 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13446
13447         * shell/ev-application.c (ev_application_new_window): impl.
13448         (ev_application_show_initial_window): use it.
13449         (is_window_empty, ev_application_get_empty_window): returns an
13450         existing empty window or a new one.
13451         (ev_application_open): from ev_window_cmd_file_open.
13452
13453         * shell/ev-application.h: update prototypes
13454
13455         * shell/ev-window.c (ev_window_is_empty): impl.
13456         (ev_window_open): make public.
13457         (ev_window_cmd_file_open): use ev_application_open
13458
13459         * shell/ev-window.h: update prototypes, remove unused.
13460
13461 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13462
13463         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13464         move destroy handler out of here...
13465
13466         * shell/ev-application.c, shell/ev-application.h: ...into this new
13467         class. Also handles initial window creation.
13468
13469         * shell/main.cc (main): use EvApplication to create initial
13470         window.
13471
13472 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13473
13474         * Makefile.am (SUBDIRS): add cut-n-paste
13475
13476         * cut-n-paste/Makefile.am: add
13477
13478         * configure.ac: generate Makefiles in cut-n-paste
13479
13480 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13481
13482         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13483         (ev_window_class_init): install ev_window_dispose.
13484
13485 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13486
13487         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13488         char (gchar looks stupid).
13489
13490 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13491
13492         * po/de.po: updated German translation.
13493
13494 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13495
13496         * configure.ac: add more pkg-config library checks for gnome-vfs,
13497         bonobo etc.
13498
13499         * gpdf/configure.in: temporarily disable libpaper
13500         checks. Otherwise I'd have to add the checks for the shell, too.
13501
13502 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13503
13504         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13505         and * file filters to the file choose.
13506
13507 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13508
13509         * po/de.po: Updated German translation.
13510
13511 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13512
13513         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13514
13515 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13516
13517         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13518
13519         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13520         (ev_window_init): implement those menuitems.
13521
13522 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13523
13524         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13525
13526         * shell/ev-window.c (ev_window_init): use the toolbar.
13527
13528 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13529
13530         * shell/ev-window.c (ev_window_init): use menu translations
13531
13532 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13533
13534         * configure.ac: add "de" to ALL_LINGUAS.
13535
13536         * po/de.po: add German translation.
13537
13538 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13539
13540         * Makefile.am (SUBDIRS): add po
13541
13542         * configure.ac: check intltool, glib-gettext etc, generate
13543         po/Makefile.in
13544
13545         * po, po/POTFILES.in, po/POTFILES.skip: new.
13546
13547 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13548
13549         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13550         already use (#ifdef ENABLE_NLS)
13551
13552         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13553         pointer indirection thinko.
13554
13555         * shell/main.c: include gi18n.h for bindtextdomain etc.
13556
13557 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13558
13559         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13560         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13561         tooltips for menu items in the statusbar.
13562
13563 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13564
13565         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13566         pkgdatadir drop UIDIR
13567
13568 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13569
13570         * data/evince-ui.xml: Add File->Open menu item
13571
13572         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13573         chooser), hook it up in the ui manager.
13574
13575 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13576
13577         * shell/ev-window.c: fix Help->About tooltip.
13578
13579 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13580
13581         * configure.ac: set CFLAGS for libevprivate.
13582
13583         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13584         definitions, factory etc.
13585
13586         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13587
13588         * shell/Makefile.am: link against libevprivate.a.
13589
13590         * shell/ev-window.c (entries): add stock icon to Help->About.
13591
13592         * shell/main.c (main): init stock icon code.
13593
13594 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13595
13596         * lib/recent-files: egg recent files code
13597
13598         * lib/Makefile.am: add.
13599
13600         * Makefile.am: add lib subdir.
13601
13602         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13603         set CFLAGS for recent-files.
13604
13605 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13606
13607         * configure.ac: disable -ansi and -pedantic gcc flags. They
13608         disable POSIX stuff in stdio.h, but egg-recent uses them.
13609
13610 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13611
13612         * configure.ac: add --disable-deprecated flag (defaults to on in
13613         "cvs" builds).
13614
13615         * shell/Makefile.am (INCLUDES): use it.
13616
13617 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13618
13619         * shell/main.c: add missing #include.
13620
13621         * shell/ev-window.c: fix for pedantic gcc.
13622         (ev_window_cmd_help_about): split license into paragraphs for
13623         translators and pedantic compilers.
13624
13625 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13626
13627         * configure.ac: add more warning flags if compiling with gcc from
13628         cvs (or explicitly requested with --enable-more-warnings).
13629
13630 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13631
13632         * data/evince-ui.xml: add File and File->Close menu.
13633
13634         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13635         (ev_window_destroy): quit after destroy.
13636         (ev_window_class_init): override GtkObject::destroy.
13637         (entries): install close_window callback.
13638
13639 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13640
13641         * Makefile.am (SUBDIRS): add data subdir.
13642
13643         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13644         gtk+ 2.5.0 for GtkAboutDialog.
13645
13646         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13647         main window.
13648
13649         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13650
13651         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13652         manager.
13653         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13654
13655 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13656
13657         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13658
13659 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13660
13661         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13662
13663 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13664
13665         * shell/*: Added shell directory boilerplate, build it.
13666
13667 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13668
13669         * configure.ac, Makefile.am: Added top-level configure.ac and
13670         Makefile.am