]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Add EvPage so that we can hold a reference to the backend page. Form
[evince.git] / ChangeLog
1 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/Makefile.am:
4         * libdocument/ev-page.[ch]:
5         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
6         (ev_render_context_new), (ev_render_context_set_page):
7         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
8         (ev_form_field_finalize), (ev_form_field_class_init):
9         * libdocument/ev-document-forms.[ch]:
10         (ev_document_forms_get_form_fields):
11         * libdocument/ev-document.[ch]: (ev_document_get_page),
12         (ev_document_get_page_size), (ev_document_get_page_label):
13         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
14         (ev_job_render_run), (ev_job_thumbnail_new),
15         (ev_job_thumbnail_run), (ev_job_print_run):
16         * shell/ev-page-cache.c: (ev_page_cache_new):
17         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
18         (check_job_size_and_unref), (add_job):
19         * shell/ev-sidebar-thumbnails.c: (add_range):
20         * shell/ev-view.c: (ev_view_form_field_get_region),
21         (ev_view_form_field_button_create_widget),
22         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
23         (ev_view_handle_form_field), (ev_view_size_allocate),
24         (get_selected_text):
25         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
26         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
27         (pdf_document_get_page), (pdf_document_get_page_label),
28         (pdf_document_render), (pdf_document_get_info),
29         (pdf_document_document_iface_init),
30         (pdf_document_thumbnails_get_thumbnail),
31         (pdf_document_thumbnails_get_dimensions),
32         (pdf_document_file_exporter_do_page),
33         (pdf_selection_render_selection),
34         (pdf_selection_get_selected_text),
35         (pdf_selection_get_selection_region),
36         (pdf_selection_get_selection_map),
37         (pdf_document_forms_get_form_fields),
38         (pdf_document_forms_form_field_text_get_text),
39         (pdf_document_forms_form_field_text_set_text),
40         (pdf_document_forms_form_field_button_set_state),
41         (pdf_document_forms_form_field_button_get_state),
42         (pdf_document_forms_form_field_choice_get_item),
43         (pdf_document_forms_form_field_choice_get_n_items),
44         (pdf_document_forms_form_field_choice_is_item_selected),
45         (pdf_document_forms_form_field_choice_select_item),
46         (pdf_document_forms_form_field_choice_toggle_item),
47         (pdf_document_forms_form_field_choice_unselect_all),
48         (pdf_document_forms_form_field_choice_set_text),
49         (pdf_document_forms_form_field_choice_get_text):
50         * backend/ps/ev-spectre.c: (ps_document_get_page),
51         (ps_document_get_page_size), (ps_document_get_page_label),
52         (ps_document_render), (ps_document_document_iface_init),
53         (ps_document_file_exporter_do_page):
54         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
55         (tiff_document_render), (tiff_document_render_pixbuf),
56         (tiff_document_file_exporter_do_page):
57         * backend/pixbuf/pixbuf-document.c:
58         (pixbuf_document_get_page_size):
59         * backend/comics/comics-document.c:
60         (comics_document_get_page_size), (comics_document_render_pixbuf):
61         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
62         (djvu_document_render), (djvu_selection_get_selected_text),
63         (djvu_document_thumbnails_get_thumbnail),
64         (djvu_document_file_exporter_do_page),
65         (djvu_document_find_get_result):
66         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
67         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
68         (dvi_document_thumbnails_get_thumbnail),
69         (dvi_document_file_exporter_do_page):
70         * backend/impress/impress-document.c:
71         (impress_document_get_page_size),
72         (impress_document_render_pixbuf):
73         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
74
75         Add EvPage so that we can hold a reference to the backend
76         page. Form fields keep now a reference to the poppler page
77         improving performance since we don't have to create/destroy the
78         poppler field for every form operation. This will be needed for
79         annotations too.
80         
81 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
82
83         * data/evince-ui.xml:
84         * shell/ev-window.c:
85
86         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
87         
88 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
89
90         * configure.ac:
91         * backend/ps/Makefile.am:
92
93         Remove gs stuff from ps backend.
94         
95 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * configure.ac:
98         * backend/pdf/ev-poppler.cc:
99
100         Bump poppler requirement to 0.8.0.
101         
102 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
103
104         * NEWS:
105         * configure.ac:
106
107         Update for release 2.22.1.1
108
109 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * configure.ac:
112
113         Fix build (again) when poppler version is 0.6
114         
115 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * backend/djvu/djvu-links.c: (build_tree):
118
119         Make sure link title is a valid utf8 string. Fixes bug #526517.
120         
121 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * configure.ac:
124
125         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
126         #526799.
127         
128 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
129
130         * configure.ac:
131         
132         Update for release 2.22.1.
133
134 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
135
136         * NEWS:
137
138         Update for upcoming release.
139
140 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
141
142         * configure.ac:
143         * backend/dvi/dvidocument.evince-backend.in:
144
145         Add compressed dvi to the list of supported mime types. Patch by
146         Ed Catmur. Fixes bug #307087.
147
148 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * shell/ev-jobs.c: (ev_job_print_get_page_list):
151
152         Fix a crash when printing a range that doesn't specify the start or
153         end page. Fixes bug #524288.
154
155 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
156
157         * shell/ev-window.c: (ev_window_cmd_continuous),
158         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
159         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
160         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
161         (ev_window_run_presentation), (ev_window_stop_presentation),
162         (ev_window_cmd_view_presentation),
163         (ev_window_cmd_leave_fullscreen),
164         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
165
166         Do not unfullscreen and fullscreen again the window when changing
167         from fullscreen to presentation mode and vice versa. Fixes bug
168         #524112.
169         
170 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
173
174         Do not crash when thumbnail failed to render in PS backend. Fixes
175         bug #525015.
176         
177 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-window.c: (window_open_file_copy_ready_cb),
180         (ev_window_load_file_remote), (ev_window_open_uri):
181
182         Handle errors when opening remote files.
183         
184 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * shell/ev-page-action.c: (ev_page_action_grab_focus):
187
188         Only grab the focus for the current visible proxy widget. Fixes
189         bug #521224.
190         
191 2008-03-30  Emil Soleyman  <emil@nishra.com>
192
193         * shell/ev-window.c: (launch_external_uri):
194         
195         Reuse g_app_info_launch_default_for_uri to
196         save some code and fix bug #525009.
197
198 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
199
200         * shell/ev-window.c (image_save_dialog_response_cb):
201
202         Use g_str_has_suffix. See bug #523069.
203
204 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
205
206         * configure.ac:
207
208         Add a configure option to enable/diable DBus. Patch by Rémi
209         Cardona. Fixes bug 521797.
210
211 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
212
213         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
214
215         Fix printing in documents with rotated pages. Patch by Eugen
216         Dedu. Fixes bug #512648.
217         
218 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
221         (ev_link_from_action):
222
223         Fix warning messages.
224         
225 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * shell/ev-window.c: (image_save_dialog_response_cb):
228
229         Do not append the extension to filename when saving an image
230         if the filename alredy contains the extension. Fixes bug #523069.
231         
232 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * shell/ev-view.[ch]: (ev_view_find_cancel):
235         * shell/ev-window.c: (find_bar_close_cb):
236
237         Cancel the find operation when the find bar is closed. Fixes bug
238         #508845.
239         
240 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
241
242         * backend/ps/psdocument.evince-backend.in:
243
244         Make ps backend module resident. Fixes bug #520607.
245         
246 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * shell/ev-jobs.c: (ev_job_print_run):
249
250         Invert collate action in order to work as expected, fix reverse
251         printing so that it doesn't start with a blank page and fix number
252         of copies. Patch by Eugen Dedu. Fixes bug #365332.
253         
254 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
257
258         Fix build with poppler <= 0.7.2
259         
260 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * libdocument/ev-document-misc.c:
263         (ev_document_misc_surface_from_pixbuf):
264
265         Fix selections with poppler-splash.
266         
267 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
268
269         * configure.ac:
270         * backend/pdf/ev-poppler.cc:
271
272         Fix build with poppler >= 0.7.2
273         
274 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
275
276         * configure.ac:
277         
278         Update for release 2.22.0
279
280 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
281
282         * NEWS:
283
284         Update for upcoming release.
285
286 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
287
288         * shell/ev-window.c (ev_window_print_dialog_response_cb):
289
290         Bug 495107 – Handle print dialog responses correctly
291
292         Correctly handle print dialog response. Properly fixes
293         the above mentioned bug.
294
295 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
296
297         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
298
299         Make sure print job is only run when the print button is
300         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
301         
302 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
303
304         * backend/pdf/pdfdocument.evince-backend.in:
305         * libdocument/ev-backends-manager.c:
306         (ev_backends_manager_load_backend),
307         (ev_backends_manager_get_document):
308         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
309
310         Allow making backend modules resident. This is needed only for
311         some backends like pdf to avoid registering glib types more than
312         once.
313         
314 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
315
316         * backend/comics/comics-document.c:
317         * backend/djvu/djvu-document.c:
318         * backend/impress/impress-document.c:
319         * backend/pdf/ev-poppler.cc:
320         * backend/pixbuf/pixbuf-document.c:
321         * backend/ps/ev-spectre.c:
322         * backend/ps/ps-document.c:
323         * backend/tiff/tiff-document.c:
324         * libdocument/ev-document.h:
325         * properties/ev-properties-main.c:
326
327         Use g_type_module_add_interface instead of
328         g_type_add_interface_static. Fixes bug #519679.
329         
330 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
331
332         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
333         Added. Returns whether the animation has everything necessary to run.
334         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
335         is ready just because it's been created. Fixes #519106.
336         (draw_one_page): Do not show the "Loading..." text in presentation
337         mode, there was a slim probability that this could happen.
338
339 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
340
341         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
342
343         Duplicate mime_type string before freeing it so that it doesn't
344         always fail when getting mime type from uri. Fixes bug #518874.
345         
346 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * shell/ev-view.c: (ev_view_form_field_choice_changed):
349
350         Fix a crash when a choice form field doesn't have any item
351         selected. Fixes bug #518831
352         
353 2008-02-25  Alexander Larsson  <alexl@redhat.com>
354
355         * shell/ev-window.c (ev_window_clear_temp_file):
356         Use g_file_has_prefix instead of renamed
357         g_file_contains_file.
358
359         * configure.ac:
360         Require new glib for above change.
361         
362 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * libdocument/ev-image.c: (ev_image_finalize),
365         (ev_image_save_tmp):
366
367         Return a real uri instead of a filename when saving an
368         image. Fixes images drag an drop from evince to nautilus. 
369         
370 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
371
372         * backend/pdf/ev-poppler.cc:
373         (pdf_document_images_get_image_mapping):
374
375         Return the image list in the right order. Fixes bug #516237.
376         
377 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
378
379         * backend/impress/impress-document.c:
380         (impress_document_thumbnails_get_thumbnail):
381
382         Remove unused variable to avoid a compiler warning.
383
384 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
385
386         * configure.ac:
387         
388         Update for release 2.21.91.
389
390 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
391
392         * configure.ac:
393         * shell/Makefile.am:
394         * shell/ev-application.[ch]:
395         * shell/ev-sidebar-links.c:
396         * shell/ev-utils.[ch]:
397         * shell/ev-window.[ch]:
398
399         Remove libgnomeprint support. Fixes bug #512370.
400         
401 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
402
403         * thumbnailer/evince-thumbnailer.c: (main):
404
405         Initialize glib type system before using it. Fixes bug #513934.
406         
407 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
408
409         * properties/ev-properties-main.c:
410
411         Add missing #include.
412         
413 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
414
415         * configure.ac:
416         * backend/djvu/djvu-document.c: (djvu_document_render):
417         * backend/tiff/tiff-document.c: (tiff_document_render):
418
419         Use the new cairo function cairo_format_stride_for_width when
420         available. Fixes bug #482720.
421
422 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
423
424         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
425         (get_mime_type_from_data), (get_document_from_uri):
426
427         Use g_content_type_guess() only when slow is true in
428         get_document_from_uri(). Fix several memory leaks.
429         
430 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
431
432         * libdocument/ev-document-factory.c:
433         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
434         (get_document_from_uri):
435
436         Use g_content_type_guess () to get mimetype for files.
437         Bug #510401.
438
439 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
440
441         * thumbnailer/Makefile.am:
442
443         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
444         
445 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
446
447         * configure.ac:
448
449         Fix build with --without-libgnome. Fixes bug #512771.
450         
451 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
452
453         * backend/dvi/Makefile.am: Install only dvi
454         module. Fixes bug #512718.
455
456 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
457
458         * properties/ev-properties-main.c: (nautilus_module_initialize):
459         
460         Initialize backends in properties tab. Fixes bug
461         #512720.
462
463 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
464
465         * properties/Makefile.am: No need to link with 
466         libraries. Fixes bug #512719.
467
468 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
469
470         * NEWS:
471         * configure.ac:
472         
473         Update for release 2.21.90.
474
475 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
476
477         * shell/ev-window.c: (ev_window_cmd_escape):
478
479         Fix compile warning.
480         
481 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
482
483         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
484
485         Fix printing in dvi backend when filename contains white
486         espaces. Fixes bug #502839.
487         
488 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
491         (screensaver_disable_x11):
492         * shell/Makefile.am:
493         * shell/xdg-user-dir-lookup.c: Removed
494         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
495         * shell/ev-view.c: (ev_view_presentation_transition_start):
496         * shell/ev-window.c: (ev_window_cmd_file_open),
497         (ev_window_cmd_save_as), (presentation_set_timeout):
498
499         Remove #ifdefs that are no longer needed.
500         
501 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * shell/ev-view.[ch]: (ev_view_button_release_event),
504         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
505         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
506         (ev_window_cmd_escape):
507
508         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
509         
510 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
511
512         * configure.ac:
513         * backend/comics/comics-document.c: (comics_document_load):
514         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
515         (ev_attachment_set_property), (ev_attachment_init),
516         (ev_attachment_save), (ev_attachment_launch_app),
517         (ev_attachment_open):
518         * libdocument/ev-document-factory.c: (get_document_from_uri):
519         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
520         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
521         * shell/ev-jobs.c:
522         * shell/ev-password.c: (ev_password_dialog_set_property),
523         (ev_password_dialog_save_password):
524         * shell/ev-sidebar-attachments.c:
525         (ev_sidebar_attachments_drag_data_get):
526         * shell/ev-window-title.c: (get_filename_from_uri):
527         * shell/ev-window.c: (ev_window_clear_temp_file),
528         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
529         (ev_window_open_uri), (window_save_file_copy_ready_cb),
530         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
531         (launch_external_uri), (image_save_dialog_response_cb),
532         (attachment_save_dialog_response_cb):
533         * shell/main.c: (load_files), (load_files_remote), (main):
534         * thumbnailer/evince-thumbnailer.c: (main):
535
536         Port to gio and drop gnome-vfs dependency. Fixes bug
537         #510401. Based on patch by Cosimo Cecchi.
538         
539 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
540
541         * NEWS:
542
543         Fixed formatting inconsistencies (spaces vs. tabs)
544
545 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
546
547         * shell/ev-window.c:
548
549         Use top/up/bottom/down arrows instead of
550         first/left/last/right in the toolbar and menu actions.
551         This fixes issues with RTL languages and is visually
552         consistent with the page view. Fixes bug #170081.
553
554 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
555
556         * NEWS:
557
558         Fixed some inaccuracies pointed out by Carlos Garcia
559         Campos.
560
561 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
562
563         * NEWS:
564         * data/evince.schemas.in:
565         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
566
567         Override PDF restrictions by default. Fixes bug #382700.
568
569 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
570
571         * NEWS: Updated for upcoming release
572
573 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
576
577         Fix memory leak.
578         
579 2008-01-23  Gil Forcada <gilforcada@guifi.net>
580
581         * shell/ev-window.c: (register_custom_actions):
582         
583         Added comment for translators
584
585 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
586
587         * shell/ev-view.c: (ev_view_button_release_event):
588
589         Do not create the idle function for kinetic scrolling if we are
590         not in a drag operation.
591
592 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
593
594         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
595         (ev_view_button_press_event), (ev_view_motion_notify_event),
596         (ev_view_button_release_event):
597
598         Restore cursor after autoscrolling. Fixes bug #509958.
599
600 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * configure.ac:
603         * backend/pdf/ev-poppler.cc:
604         (pdf_document_images_get_image_mapping),
605         (pdf_document_images_get_image),
606         (pdf_document_document_images_iface_init):
607         * libdocument/ev-document-images.[ch]:
608         (ev_document_images_get_image_mapping),
609         (ev_document_images_get_image):
610         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
611         (ev_image_get_id), (ev_image_save_tmp):
612         * shell/ev-jobs.c: (ev_job_render_run):
613         * shell/ev-view.c: (ev_view_drag_data_get):
614         * shell/ev-window.c: (image_save_dialog_response_cb),
615         (ev_view_popup_cmd_copy_image):
616
617         Do not render images when rendering the page but on demand. It
618         reduces the memory comsumption.
619         
620 2008-01-18  Marcelo Lira  <setanta@gmail.com>
621
622         * configure.a:
623         * shell/ev-password.c:
624
625         Make gnome-keyring optional. Fixes bug #509676.
626         
627 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * shell/ev-pixbuf-cache.c: (add_job):
630
631         Initialize include_images variable as FALSE instead of TRUE.
632         
633 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
634
635         * configure.ac:
636         * cut-n-paste/Makefile.am:
637         * cut-n-paste/fileformatchooser/Makefile.am:
638         * cut-n-paste/fileformatchooser/egg-macros.h:
639         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
640         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
641         * shell/Makefile.am:
642         * shell/ev-utils.c:
643         (file_chooser_dialog_add_writable_pixbuf_formats),
644         (get_gdk_pixbuf_format_by_extension):
645         * shell/ev-utils.h:
646         * shell/ev-window.c: (ev_window_error_message),
647         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
648         
649         Simplify image format selection on save.
650
651 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
652
653         * shell/ev-view.c: (ev_view_scroll_event):
654         
655         Repair gorizontal scrolling with shift. Fixes
656         bug #483412.
657
658 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
659         
660         * MAINTAINERS:
661
662         Fix formatting issues.
663         
664 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
665
666         * backend/comics/comics-document.c: (comics_regex_quote):
667         
668         Don't overquote special chars except of '. See bug 
669         502500. Thanks to Tom Parker.
670
671 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
672
673         * MAINTAINERS:
674         
675         Added Nickolay and Carlos, since they're doing most of
676         the releases nowadays.
677
678 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
679
680         * properties/Makefile.am:
681
682         Get the nautilus extension dir properly instead of using
683         a hack. Fixes bug #505359.
684
685 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
686
687         * properties/Makefile.am:
688         
689         Install nautilus extension into new place. See bug
690         #505359. Thanks to Matthias Clasen, Brian Pepple and
691         Damien Carbery.
692
693 2008-01-13  Djihed Afifi  <djihed@gmail.com>
694
695         * shell/ev-window.c: (ev_window_get_recent_file_label):
696         
697         RTL marker in recent file list. See bug #509076.
698
699 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
702         * shell/ev-window.c: (image_save_dialog_response_cb):
703
704         Fix compile warnings due to unused variables.
705         
706 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
707
708         * configure.ac:
709         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
710         * backend/ps/ev-spectre.c: (ps_document_render):
711
712         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
713
714 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
715
716         * shell/ev-transition-animation.c (ev_transition_animation_fade)
717         (ev_transition_animation_paint): Implement "fade" effect.
718
719 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
720
721         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
722         (ev_transition_animation_paint): Implement "uncover" effect.
723
724 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
725
726         * shell/ev-transition-animation.c (ev_transition_animation_cover)
727         (ev_transition_animation_paint): Implement "cover" effect.
728
729 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
730
731         * shell/ev-transition-animation.c (ev_transition_animation_push)
732         (ev_transition_animation_paint): Implement "push" effect.
733
734 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
735
736         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
737         (ev_transition_animation_paint): Implement "dissolve" effect.
738
739 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
740
741         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
742         (ev_transition_animation_paint): Implement "wipe" effect.
743
744 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
745
746         * shell/ev-transition-animation.c (ev_transition_animation_box)
747         (ev_transition_animation_paint): Implement "box" effect.
748
749 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
750
751         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
752         (ev_transition_animation_paint): Implement "blinds" effect.
753
754 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
755
756         * shell/ev-transition-animation.c (ev_transition_animation_split)
757         (ev_transition_animation_paint): Implement "split" effect.
758
759 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
760
761         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
762         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
763         (ev_view_transition_animation_start) 
764         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
765         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
766         (ev_view_next_page) (ev_view_previous_page):
767         
768         Use EvTransitionAnimation to drive page changes in the presentation
769         mode, the animation will wait to start until both the origin and 
770         destination page surfaces are available. Fixes #458460.
771
772         (draw_loading_text):
773
774         Remove workaround for bug #320352, it's now fixed properly.
775
776
777 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
778
779         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
780         will contain the implementations for page transition animations, at
781         the moment it just has the "replace" effect.
782         * shell/Makefile.am: Added these files to build.
783
784 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
785
786         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
787         animations.
788         * shell/Makefile.am: Added these files to build.
789
790 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
791
792         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
793         implementation to get_effect() in EvDocumentTransitionIface.
794
795 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
796
797         * libdocument/ev-transition-effect.[ch]: New files, define a page
798         transition effect, at the moment it maps PopplerPageTransition to a
799         GObject.
800         * libdocument/Makefile.am: Added these files to build.
801         * libdocument/ev-document-transition.[ch]
802         (ev_document_transition_get_effect): New method, gets the
803         EvTransitionEffect returned by the interface implementation, with
804         fallback to the "replace" effect.
805
806 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
807
808         * configure.ac:
809         * cut-n-paste/Makefile.am:
810         * cut-n-paste/fileformatchooser/Makefile.am:
811         * cut-n-paste/fileformatchooser/egg-macros.h:
812         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
813         * shell/Makefile.am:
814         * shell/ev-window.c: (image_save_dialog_response_cb),
815         (ev_view_popup_cmd_save_image_as):
816
817         Allow exporting images in any format supported by
818         GdkPixbuf. Fixes bug #500209.
819         
820 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
821
822         * backend/pixbuf/pixbuf-document.c:
823
824         More warnings fixed.
825         
826 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
829         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
830         * backend/djvu/djvu-text.h:
831         * backend/tiff/tiff-document.c: (tiff_document_render):
832
833         Fix compile warnings.
834         
835 2007-12-28  Christian Persch  <chpe@gnome.org>
836
837         * **/*.c: Include config.h. Bug #504721.
838
839 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
840
841         * configure.ac:
842         * Makefile.am:
843         * po/POTFILES.in:
844         * backend/comics/Makefile.am:
845         * backend/comics/comics-document.[ch]:
846         * backend/comics/comicsdocument.evince-backend.in:
847         * backend/djvu/Makefile.am:
848         * backend/djvu/djvu-document.[ch]:
849         * backend/djvu/djvudocument.evince-backend.in:
850         * backend/dvi/Makefile.am:
851         * backend/dvi/dvi-document.[c]:
852         * backend/dvi/dvidocument.evince-backend.in:
853         * backend/impress/Makefile.am:
854         * backend/impress/impress-document.[ch]:
855         * backend/impress/impressdocument.evince-backend.in:
856         * backend/pdf/Makefile.am:
857         * backend/pdf/ev-poppler.cc:
858         * backend/pdf/ev-poppler.h:
859         * backend/pdf/pdfdocument.evince-backend.in:
860         * backend/pixbuf/Makefile.am:
861         * backend/pixbuf/pixbuf-document.[ch]:
862         * backend/pixbuf/pixbufdocument.evince-backend.in:
863         * backend/ps/Makefile.am:
864         * backend/ps/ev-spectre.[ch]:
865         * backend/ps/ps-document.[ch]:
866         * backend/ps/psdocument.evince-backend.in:
867         * backend/tiff/Makefile.am:
868         * backend/tiff/tiff-document.[ch]:
869         * backend/tiff/tiffdocument.evince-backend.in:
870         * libdocument/Makefile.am:
871         * libdocument/ev-backends-manager.[ch]:
872         * libdocument/ev-module.[ch]:
873         * libdocument/ev-document.h:
874         * libdocument/ev-document-factory.[ch]:
875         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
876         (get_compression_from_mime_type), (get_document_from_uri),
877         (ev_document_factory_get_document), (file_filter_add_mime_types),
878         (ev_document_factory_add_filters):
879         * shell/Makefile.am:
880         * shell/ev-window-title.c: (get_filename_from_uri):
881         * shell/main.c: (main):
882         * thumbnailer/Makefile.am:
883         * thumbnailer/evince-thumbnailer.c: (main):
884
885         Plugin system for backends. Fixes bug #351348.
886         
887 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
888
889         * shell/ev-view-private.h:
890         * shell/ev-view.c: (ev_view_drag_update_momentum),
891         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
892         (ev_view_button_release_event), (ev_view_destroy):
893         
894         Kinetic scrolling implemented as requested in
895         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
896
897 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
898
899         * data/evince-toolbar.xml:
900         * data/evince-ui.xml:
901         * shell/ev-view-private.h:
902         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
903         (ev_view_button_press_event), (ev_view_motion_notify_event),
904         (ev_view_button_release_event), (ev_view_init),
905         (ev_view_autoscroll_cb), (ev_view_autoscroll),
906         (ev_view_set_cursor):
907         * shell/ev-view.h:
908         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
909         (ev_window_cmd_view_autoscroll):
910         
911         Autoscroll feature with the context menu. Fixes bug 
912         #323670. Thanks to David Turner <cillian64@googlemail.com>.
913
914 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
915
916         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
917
918         Disconnect also page-ready signal when removing a job because the
919         page size has changed. Thanks to kripken
920         <kripkensteiner@gmail.com>.
921
922 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
923
924         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
925         
926         Scroll pages in page entry with mouse wheel. Fixes bug
927         #324122. Thanks to David Turner <cillian64@googlemail.com>.
928
929 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * backend/dvi/Makefile.am:
932         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
933         (mdvi_cairo_device_init):
934         * backend/dvi/mdvi-lib/common.h:
935         * backend/dvi/mdvi-lib/mdvi.h:
936         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
937         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
938         (mdvi_build_path_from_cwd):
939
940         Add ps specials support in dvi backend when libspectre is
941         present. Fixes bug #386005.
942         
943 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * configure.ac:
946         * backend/ps/Makefile.am:
947         * backend/ps/ev-spectre.[ch]:
948         
949         Use libspectre, if available, for the ps backend. Fixes bugs
950         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
951
952 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
953         
954         * backend/comics/comics-document.c: (comics_document_load):
955         
956         Cygwin build issue fix.
957
958 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
959
960         * shell/ev-view.c: (ev_view_set_zoom):
961
962         Do not limit the minimum zoom factor when sizing mode is best bit
963         or fit width. Fixes bug #503805.
964         
965 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
968         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
969         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
970         (ev_link_dest_get_property), (ev_link_dest_set_property),
971         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
972         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
973         (ev_link_dest_new_fitr):
974         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
975         (goto_fith_dest), (goto_xyz_dest):
976
977         Do not change left, top and zoom values when they are null in PDF
978         destinations. Fixes bug #460658.
979         
980 2007-12-10  Christian Persch  <chpe@gnome.org>
981
982         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
983         (ev_view_accessible_class_init),
984         (ev_view_accessible_idle_do_action),
985         (ev_view_accessible_action_do_action),
986         (ev_view_accessible_action_get_description),
987         (ev_view_accessible_action_set_description),
988         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
989         (ev_view_accessible_factory_init),
990         (ev_view_accessible_factory_get_accessible_type):
991         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
992         private data, and G_DEFINE_TYPE. Bug #502843.
993
994 2007-12-08  Christian Persch  <chpe@gnome.org>
995
996         * shell/ev-metadata-manager.c: (item_free),
997         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
998         (value_free), (parse_value), (parseItem),
999         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1000         (save_values): Use GSlice to allocate small amounts of memory. Bug
1001         #475972.
1002
1003 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1006
1007         Restore cursor to normal after a drag operation. Fixes bug
1008         #501603.
1009         
1010 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1011
1012         * NEWS:
1013         * configure.ac:
1014         
1015         Update for release 2.21.1
1016
1017 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * configure.ac:
1020         * cut-n-paste/gedit-message-area/Makefile.am:
1021         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1022         * shell/Makefile.am:
1023         * shell/ev-message-area.[ch]:
1024         * shell/ev-window.c: (ev_window_set_message_area),
1025         (ev_window_error_message_response_cb), (ev_window_error_message),
1026         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1027         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1028         (ev_attachment_popup_cmd_open_attachment),
1029         (attachment_save_dialog_response_cb), (ev_window_set_document),
1030         (ev_window_init):
1031
1032         Use a message area instead of a popup dialog for error
1033         notifications. Fixes bug #337495.
1034         
1035 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1038         (ev_window_run_fullscreen):
1039
1040         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1041         
1042 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * ev-sidebar-thumbnails.c: (update_visible_range),
1045         (ev_sidebar_thumbnails_refresh),
1046         (ev_sidebar_thumbnails_set_document),
1047         (ev_sidebar_thumbnails_support_document):
1048
1049         Show thumbnails for documents with one page. Fixes bug #358751.
1050         
1051 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1052
1053         * shell/ev-window.c:
1054         (ev_window_load_print_settings_from_metadata),
1055         (ev_window_save_print_settings), (ev_window_print_finished),
1056         (ev_window_print_range):
1057
1058         Print settings that are specific to the document are now saved per
1059         document in the metadata file. Fixes bug #488806.
1060         
1061 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1062
1063         * backend/tiff/tiff-document.c: (tiff_document_render):
1064
1065         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1066         
1067 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * shell/ev-application.[ch]: (get_find_string_from_args),
1070         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1071         (ev_application_open_uri_list):
1072         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1073         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1074         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1075         (ev_window_cmd_recent_file_activate),
1076         (ev_window_open_recent_action_item_activated),
1077         (ev_window_print_send), (open_remote_link):
1078         * shell/main.c: (arguments_parse):
1079
1080         Add a command line option for search. Fixes bug #497710.
1081         
1082 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1083
1084         * shell/ev-jobs.c: (ev_job_print_new):
1085
1086         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1087         
1088 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1089
1090         * data/evince-toolbar.xml:
1091         * shell/Makefile.am:
1092         * shell/ev-application.c: (ev_application_init):
1093         * shell/ev-open-recent-action.[ch]:
1094         * shell/ev-window.c:
1095         (ev_window_open_recent_action_item_activated),
1096         (register_custom_actions):
1097
1098         Add an expander to the open toolbar item which pops up a dropdown
1099         menu with the recently used documents. Fixes bug #487215.
1100         
1101 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1102
1103         * shell/ev-window.c: (ev_window_open_uri),
1104         (ev_window_cmd_view_reload):
1105
1106         Do not jump to the first page when reloading by running evince
1107         from the command line. Fixes bug #490847.
1108         
1109 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1110
1111         * shell/ev-window.c: (ev_window_cmd_help_contents):
1112
1113         Plugged memory leak when help file is not found. Fixes bug
1114         #490762.
1115         
1116 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1117
1118         * configure.ac:
1119
1120         Enable djvu, dvi and comics backends by default. Fixes bug
1121         #437121.
1122         
1123 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * configure.ac:
1126         * cut-n-paste/Makefile.am:
1127         * cut-n-paste/recent-files/*: Removed
1128         * help/reference/Makefile.am:
1129         * shell/Makefile.am:
1130         * shell/ev-application.[ch]: (ev_application_shutdown),
1131         (ev_application_init):
1132         * shell/ev-window.c: (ev_window_add_recent),
1133         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1134
1135         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1136         
1137 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1138
1139         * shell/ev-window.c: (launch_external_uri):
1140
1141         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1142         and report error if the URL is not supported (#489910).
1143
1144 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1145
1146         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1147         (pdf_document_file_exporter_begin_page),
1148         (pdf_document_file_exporter_end_page):
1149
1150         Fix printing with poppler splash backend. Fixes bug #489774.
1151         
1152 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1153
1154         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1155         * shell/ev-print-job.c: (ev_print_job_class_init):
1156
1157         Fix a crash when printing with the gnome-print dialog. Fixes bug
1158         #488939.
1159         
1160 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1161
1162         * backend/pixbuf/pixbuf-document.c:
1163
1164         Fix an implicit function definition warning (#487655)
1165
1166 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * shell/ev-window.c:
1169
1170         Fix conflicting shortcut for view sade pane and presentation.
1171         
1172 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1173
1174         * backend/pdf/ev-poppler.cc:
1175         (pdf_document_file_exporter_begin_page),
1176         (pdf_document_file_exporter_do_page),
1177         (pdf_document_file_exporter_end_page),
1178         (pdf_document_file_exporter_iface_init):
1179         * libdocument/ev-file-exporter.[ch]:
1180         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1181         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1182         (ev_job_print_run):
1183
1184         When printing multiple pages per sheet in reverse option, do not
1185         invert the order of the pages in every sheet, but the order of the
1186         sheets. Do not print blank pages when page range is invalid. Fixes
1187         bugs #484857 and #485521.
1188         
1189 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1190
1191         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1192         (ev_job_print_run):
1193         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1194
1195         Respect ranges order when printing more than one range in random
1196         order.
1197         
1198 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1199
1200         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1201         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1202
1203         Rotate also the window icon when document is rotated. Fixes bug
1204         #474681.
1205         
1206 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1207
1208         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1209         (pdf_document_forms_get_form_fields):
1210
1211         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1212         Matthias Drochner.
1213         
1214 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * configure.ac:
1217         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1218
1219         Use poppler_page_render_for_printing() instead of
1220         poppler_page_render() if available when exporting to a ps or pdf
1221         file. Fixes bug #476627.
1222         
1223 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1224
1225         * shell/ev-window.c: (ev_window_run_fullscreen):
1226
1227         Do not show the toolbar in fullscreen mode if the main toolbar is
1228         not visible. Fixes bug #483048.
1229         
1230 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1231
1232         * shell/ev-view.c: (ev_view_button_press_event):
1233
1234         Give priority to form fields over images when deciding whether a
1235         button press event is over an image or form field. It allows edit
1236         form fields when they are over a background image. Fixes bug
1237         #477841.
1238         
1239 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1240
1241         * NEWS:
1242         * configure.ac:
1243         
1244         Update for release 2.20.0
1245
1246 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1247
1248         * backend/pdf/ev-poppler.cc:
1249
1250         Remove #ifdef HAVE_FORMS, so that forms support works again.
1251
1252 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1253
1254         * configure.ac:
1255         * data/evince.desktop.in.in:
1256         
1257         Fixes desktop file issues. See bug #473471.
1258
1259 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1262         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1263         (ev_job_queue_remove_job):
1264         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1265         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1266         * shell/ev-window.c: (ev_window_clear_save_job),
1267         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1268         (ev_window_dispose):
1269
1270         Move save a copy task to its own job so that it's carried out in a
1271         thread avoiding another lock in the main thread. Use
1272         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1273         can be saved to a pathin another file system. Fixes bug #456891.
1274         
1275 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1276
1277         * NEWS:
1278         * configure.ac:
1279         
1280         Update for release 2.19.92
1281
1282 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * configure.ac:
1285         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1286         (pdf_selection_get_selection_region),
1287         (pdf_selection_get_selection_map),
1288         (ev_form_field_from_poppler_field):
1289
1290         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1291         and triple click selections are enabled again now.
1292
1293 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1294
1295         * shell/ev-window.c: (ev_window_add_history):
1296
1297         Make sure not to use the history with documents not supporting
1298         links. Fixes bug #468954.
1299
1300 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * shell/ev-window.c: (ev_window_load_job_cb):
1303
1304         Restart the search when reloading a document with the find bar
1305         visible. Fixes bug #461962.
1306
1307 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-window.c: (setup_document_from_metadata),
1310         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1311
1312         Do not jump to the first page when reloading a document from the
1313         last page.
1314
1315 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1316
1317         * shell/ev-window.c: (update_chrome_flag),
1318         (setup_sidebar_from_metadata),
1319         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1320         (ev_window_cmd_edit_find_next),
1321         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1322         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1323         (find_bar_close_cb), (view_actions_focus_in_cb):
1324
1325         Do not update visibility when changing a chrome flag so that it's
1326         possible to update several flags and update visibility only once
1327         for all of them.
1328
1329 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1332
1333         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1334         supported by gtk+. Fixes bug #460907.
1335
1336 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * shell/ev-view.c: (view_update_range_and_current_page):
1339
1340         Make sure current-page <= end-page in continuous mode. Fixes bug
1341         #454950.
1342
1343 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * backend/pdf/ev-poppler.cc: (build_tree):
1346
1347         Ignore outline items without a title. Fixes bug #453913.
1348
1349 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1352         (ev_view_button_release_event), (ev_view_leave_notify_event):
1353
1354         Use always drag mouse cursor during a drag operation. Fixes bug
1355         #470564.
1356
1357 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1360         (pdf_selection_get_selection_region),
1361         (pdf_selection_get_selection_map):
1362
1363         Temporarily disable double and triple selections since it depends on
1364         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1365         released and the update of the external dependency minimal version
1366         approved.
1367
1368 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1371         (pdf_document_file_exporter_do_page):
1372         * libdocument/ev-file-exporter.h:
1373         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1374         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1375
1376         Actually fix printing regressions. Remove orientation from
1377         EvPrintContext since it's redundant.
1378
1379 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1382         * backend/impress/impress-document.c:
1383         (impress_document_document_iface_init):
1384         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1385         * backend/djvu/djvu-document.c:
1386         (djvu_document_document_iface_init),
1387         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1388         * backend/tiff/tiff-document.c:
1389         (tiff_document_document_iface_init):
1390         * backend/pixbuf/pixbuf-document.c:
1391         (pixbuf_document_document_iface_init):
1392         * backend/comics/comics-document.c:
1393         (comics_document_document_iface_init):
1394         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1395         (pdf_selection_render_selection),
1396         (pdf_selection_get_selected_text),
1397         (pdf_selection_get_selection_region),
1398         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1399         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1400         (ev_selection_get_selection_region),
1401         (ev_selection_get_selection_map):
1402         * libdocument/ev-document.[ch]:
1403         * shell/ev-pixbuf-cache.[ch]: (add_job),
1404         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1405         * shell/ev-view-private.h:
1406         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1407         (ev_job_render_run):
1408         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1409         * shell/ev-view.c: (start_selection_for_event),
1410         (ev_view_button_press_event), (ev_view_drag_data_get),
1411         (ev_view_drag_data_received), (ev_view_button_release_event),
1412         (compute_new_selection_text), (compute_selections),
1413         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1414         (ev_view_primary_get_cb):
1415
1416         Add support for double and triple click selections.
1417
1418 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1419
1420         * NEWS:
1421         * configure.ac:
1422
1423         Update for release 2.19.4
1424
1425 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1426
1427         * shell/ev-view-private.h:
1428         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1429         (ev_view_set_highlight_search):
1430         * shell/ev-view.h:
1431         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1432         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1433         (find_bar_visibility_changed_cb):
1434         
1435         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1436
1437 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1438
1439         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1440         (pdf_document_file_exporter_begin),
1441         (pdf_document_file_exporter_do_page):
1442         * shell/ev-jobs.c: (ev_job_print_run):
1443         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1444
1445         Create always a portrait cairo surface and rotate when needed for
1446         landscape. It fixes printing problems in real printers.
1447
1448 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1449
1450         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1451         * libdocument/ev-file-exporter.[ch]:
1452         (ev_file_exporter_get_capabilities):
1453         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1454         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1455
1456         Adjust number of pages per row according to page orientation when
1457         printing 2 or 6 pages per sheet.
1458
1459 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1460
1461         * shell/ev-window.c: (ev_window_print_send):
1462
1463         Reset also cups setting to 1 when printing multiple pages per
1464         sheet. Fixes bug #468853.
1465
1466 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1467
1468         * libdocument/ev-document-misc.c:
1469         (ev_document_misc_surface_rotate_and_scale):
1470
1471         Use directly cairo_surface_get_content() when creating a similar
1472         surface as suggested by Jeff Muizelaar. Thanks again.
1473
1474 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1475
1476         * backend/djvu/djvu-document.c: (djvu_document_render):
1477         * backend/tiff/tiff-document.c: (tiff_document_render):
1478         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1479         * libdocument/ev-document-misc.c:
1480         (ev_document_misc_surface_from_pixbuf),
1481         (ev_document_misc_surface_rotate_and_scale):
1482
1483         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1484         creating page surfaces. Fixes bug #453123. Thank you very much to
1485         Jeff Muizelaar <jeff@infidigm.net>.
1486
1487 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * shell/ev-page-cache.c: (ev_page_cache_new),
1490         (ev_page_cache_get_thumbnail_size):
1491         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1492         (ev_sidebar_thumbnails_set_loading_icon):
1493
1494         Also store in page-cache the dimensions of the thumbnails so that
1495         they can be used to create the correct loading icon in the side
1496         pane. Fixes bug #466857.
1497
1498 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1499
1500         * backend/pdf/ev-poppler.cc:
1501         (pdf_document_thumbnails_get_thumbnail):
1502
1503         Fix thumbnails rotation in pdf documents that include embedded 
1504         thumbnails.
1505
1506 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1507
1508         * backend/pdf/ev-poppler.cc:
1509
1510         Don't use #ifdef in macro expansion. Some compilers don't
1511         like that. Closes bug #467042.
1512
1513 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1514
1515         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1516         
1517         Fixes memory leak in djvu backend.
1518
1519 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1520
1521         * data/icons/32x32/Makefile.am:
1522         * data/icons/32x32/actions/Makefile.am:
1523         * data/icons/32x32/actions/view-page-cont.svg:
1524         * data/icons/32x32/actions/view-page-facing.svg:
1525         * data/icons/48x48/Makefile.am:
1526         * data/icons/48x48/actions/Makefile.am:
1527         * data/icons/48x48/actions/view-page-cont.svg:
1528         * data/icons/48x48/actions/view-page-facing.svg:
1529         
1530         Icons for a new sizes.
1531
1532 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1533
1534         * shell/ev-page-cache.c: (build_height_to_page),
1535         (ev_page_cache_get_height_to_page):
1536         
1537         Fixes invalid read, see bug #466401.
1538
1539 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1542         (set_drag_cursor):
1543         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1544         (configure_item_cursor), (new_pixbuf_from_widget):
1545
1546         Fix multihead problems in toolbar editor. Fixes bug #382055.
1547
1548 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1549
1550         * shell/ev-window.c: (ev_window_cmd_file_open),
1551         (ev_window_cmd_save_as):
1552
1553         Use g_get_user_special_dir when available instead of
1554         xdg_user_dir_lookup.
1555
1556 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1557
1558         * MAINTAINERS:
1559         
1560         Updated according to request on desktop-devel.
1561
1562 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1565
1566         Do not use cairo_rectangle and cairo_clip since we are
1567         not using cairo_fill but cairo_paint. Use the same cairo context
1568         for every page in the same expose event.
1569
1570 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1571
1572         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1573         leak.
1574
1575 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1576
1577         * configure.ac:
1578         * NEWS:
1579
1580         Release 0.9.3
1581
1582 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1583
1584         * libdocument/ev-document-info.h:
1585         * libdocument/ev-document.h:
1586         * shell/ev-page-action.h:
1587         * shell/ev-sidebar-links.h:
1588
1589         Fix a headers problem with ev-link
1590         
1591         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1592         * shell/ev-view-private.h:
1593         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1594         (get_link_area), (ev_view_query_tooltip),
1595         (ev_view_leave_notify_event), (ev_view_destroy),
1596         (ev_view_class_init):
1597
1598         Use new gtk tooltips when available instead of ev-tooltip.
1599         
1600 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1601
1602         * shell/ev-window.c: (update_chrome_visibility),
1603         (ev_window_sidebar_visibility_changed_cb):
1604
1605         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1606         
1607 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1608
1609         * shell/ev-navigation-action.c:
1610         (ev_navigation_action_history_changed),
1611         (ev_navigation_action_set_history):
1612         * shell/ev-navigation-action-widget.c:
1613         (ev_navigation_action_widget_init):
1614         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1615
1616         Fix compile warnings.
1617         
1618 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1621         (egg_editable_toolbar_dispose):
1622
1623         Fix memory leak.
1624         
1625 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1628         (screensaver_disable_x11):
1629         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1630         * shell/ev-window.c: (presentation_set_timeout):
1631         * shell/ev-view.c: (ev_view_presentation_transition_start):
1632
1633         Use g_timeout_add_seconds instead of g_timeout_add when
1634         available.
1635         
1636 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1637
1638         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1639
1640         Set horizontal scrollbar policy to AUTOMATIC instead of
1641         NEVER. Workaround for bug #449462.
1642         
1643 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1644
1645         * shell/ev-jobs.c: (ev_job_render_page_ready):
1646
1647         Add page_ready callback to main loop with high priority and hold
1648         a reference to job during idle.
1649         
1650 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * configure.ac:
1653         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1654         (pdf_document_file_exporter_begin),
1655         (pdf_document_file_exporter_do_page),
1656         (pdf_document_file_exporter_get_capabilities):
1657         * libdocument/ev-file-exporter.h:
1658         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1659         * shell/ev-window.c: (ev_window_print_send),
1660         (ev_window_print_dialog_response_cb):
1661
1662         Allow printing multiple pages per sheet. Fixes bug #395573.
1663         
1664 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1665
1666         * shell/ev-view.c: (tip_from_link):
1667         
1668         Check for NULL, fixes bug #460862.
1669
1670 2007-07-29  Christian Persch  <chpe@gnome.org>
1671
1672         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1673         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1674         (ev_window_cmd_preview_print):
1675         
1676         Fixes bug #437681 - blocks while enumerating printers.
1677
1678 2007-07-29  Christian Persch  <chpe@gnome.org>
1679
1680         * shell/ev-window.c: (ev_window_screen_changed):
1681         
1682         Don't use deprecated gtk+ function. See bug #460909.
1683
1684 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1685
1686         * shell/ev-utils.c: (get_num_monitors):
1687         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1688
1689         Do not use display before initializing it. Remove compile
1690         warnings.
1691
1692 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1693
1694         * shell/ev-view.c: (ev_view_class_init):
1695         
1696         Unix-like hjkl bindings added. See bug #458111.
1697
1698 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1699
1700         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1701         * shell/ev-utils.h:
1702         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1703         (ev_view_update_view_size):
1704         * shell/ev-view.h:
1705         * shell/ev-window.c: (ev_window_update_actions),
1706         (setup_view_from_metadata), (ev_window_screen_changed),
1707         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1708         (zoom_control_changed_cb):
1709         * shell/ev-window.h:
1710         
1711         Reorganizes utility functions.
1712
1713 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1716         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1717         (add_job), (ev_pixbuf_cache_get_surface),
1718         (ev_pixbuf_cache_get_link_mapping),
1719         (ev_pixbuf_cache_get_image_mapping),
1720         (ev_pixbuf_cache_get_form_field_mapping),
1721         (ev_pixbuf_cache_get_text_mapping):
1722         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1723         (notify_page_ready), (ev_job_render_page_ready),
1724         (ev_job_render_run):
1725
1726         Add page_ready signal to notify that page is ready as soon as
1727         possible even if other page elements like links, forms, images or
1728         text mapping are not ready yet.
1729
1730 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1731
1732         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1733         (dvi_document_file_exporter_do_page),
1734         (dvi_document_file_exporter_get_capabilities),
1735         (dvi_document_file_exporter_iface_init):
1736         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1737         (ps_document_file_exporter_do_page),
1738         (ps_document_file_exporter_get_capabilities),
1739         (ps_document_file_exporter_iface_init):
1740         * backend/djvu/djvu-document.c:
1741         (djvu_document_file_exporter_begin),
1742         (djvu_document_file_exporter_end),
1743         (djvu_document_file_exporter_get_capabilities),
1744         (djvu_document_file_exporter_iface_init):
1745         * backend/tiff/tiff-document.c:
1746         (tiff_document_file_exporter_begin),
1747         (tiff_document_file_exporter_get_capabilities),
1748         (tiff_document_document_file_exporter_iface_init):
1749         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1750         (pdf_document_file_exporter_do_page),
1751         (pdf_document_file_exporter_get_capabilities),
1752         (pdf_document_file_exporter_iface_init):
1753         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1754         (ev_file_exporter_get_capabilities):
1755         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1756         (idle_print_handler), (ev_print_job_print):
1757         * shell/ev-jobs.c: (ev_job_print_run):
1758         * shell/ev-window.c: (ev_window_print_send),
1759         (ev_window_print_range):
1760
1761         Use capabilities to know which options should be offered by the
1762         print dialog depending on the document backend.
1763
1764 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1765
1766         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1767
1768         Give priority to forms over text to set the cursor.
1769
1770 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1771
1772         * shell/ev-view-private.h:
1773         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1774         (ev_view_leave_notify_event), (ev_view_finalize),
1775         (ev_view_get_property), (ev_view_class_init):
1776
1777         Use IBEAM cursor for text form fields and NORMAL cursor for read
1778         only fields. Remove unused status attribute.
1779
1780 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1781
1782         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1783
1784         Update region for current selected items also for checkbox
1785         buttons, since they can behave as radio buttons when they are in a
1786         set.
1787
1788 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1789
1790         * configure.ac:
1791         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1792
1793         Get max length of text form fields.
1794
1795 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1796
1797         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1798         * libdocument/ev-form-field.h:
1799         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1800
1801         Fix build with current poppler cvs head.
1802
1803 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1804
1805         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1806         * shell/eggfindbar.c: (egg_find_bar_init):
1807
1808         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1809         deprecation. Fixes bug #455667
1810
1811 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1812
1813         * NEWS:
1814         * configure.ac:
1815         
1816         Update for release 0.9.2
1817
1818 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1819
1820         * shell/ev-view.c: (ev_view_form_field_text_save),
1821         (ev_view_form_field_choice_save):
1822
1823         Fix a crash when closing whith a form widget visible.
1824
1825 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1826
1827         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1828
1829         Update also the region of the current selected button when
1830         clicking on another button if they are radio buttons.
1831
1832 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1835         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1836         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1837         (ev_pixbuf_cache_get_link_mapping),
1838         (ev_pixbuf_cache_get_image_mapping),
1839         (ev_pixbuf_cache_get_form_field_mapping),
1840         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1841         * shell/ev-view.c: (ev_view_form_field_get_region),
1842         (ev_view_form_field_button_create_widget),
1843         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1844         (job_finished_cb):
1845
1846         Redraw only form field region instead of the whole page when
1847         reloading a page to show changes on the form field.
1848
1849 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * shell/ev-view.c: (ev_view_form_field_choice_save):
1852
1853         Fix selection of first item in list form fields.
1854
1855 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1856
1857         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1858         (ev_pixbuf_cache_reload_page),
1859         (ev_pixbuf_cache_get_form_field_mapping):
1860
1861         Some refactoring to avoid duplicated code.
1862
1863 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * configure.ac:
1866         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1867         (ev_form_field_from_poppler_field),
1868         (pdf_document_forms_get_form_fields),
1869         (pdf_document_forms_form_field_text_get_text),
1870         (pdf_document_forms_form_field_text_set_text),
1871         (pdf_document_forms_form_field_button_set_state),
1872         (pdf_document_forms_form_field_button_get_state),
1873         (pdf_document_forms_form_field_choice_get_item),
1874         (pdf_document_forms_form_field_choice_get_n_items),
1875         (pdf_document_forms_form_field_choice_is_item_selected),
1876         (pdf_document_forms_form_field_choice_select_item),
1877         (pdf_document_forms_form_field_choice_toggle_item),
1878         (pdf_document_forms_form_field_choice_unselect_all),
1879         (pdf_document_forms_form_field_choice_set_text),
1880         (pdf_document_forms_form_field_choice_get_text),
1881         (pdf_document_document_forms_iface_init):
1882         * libdocument/Makefile.am:
1883         * libdocument/ev-form-field.[ch]:
1884         * libdocument/ev-document-forms.[ch]:
1885         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1886         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1887         (add_job), (ev_pixbuf_cache_reload_page),
1888         (ev_pixbuf_cache_get_form_field_mapping):
1889         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1890         * shell/ev-view-private.h:
1891         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1892         (ev_view_handle_cursor_over_xy),
1893         (ev_view_get_form_field_at_location),
1894         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1895         (ev_view_form_field_button_create_widget),
1896         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1897         (ev_view_form_field_text_create_widget),
1898         (ev_view_form_field_choice_save),
1899         (ev_view_form_field_choice_changed),
1900         (ev_view_form_field_choice_create_widget),
1901         (ev_view_handle_form_field), (ev_view_size_allocate),
1902         (ev_view_realize), (draw_end_presentation_page),
1903         (ev_view_button_press_event), (ev_view_remove_all),
1904         (ev_view_motion_notify_event), (ev_view_key_press_event),
1905         (ev_view_enter_notify_event), (highlight_find_results),
1906         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1907         (ev_view_class_init), (page_changed_cb),
1908         (on_adjustment_value_changed), (ev_view_set_presentation),
1909         (merge_selection_region), (ev_view_set_cursor),
1910         (ev_view_reset_presentation_state):
1911         
1912         Merge evince-forms branch.
1913
1914 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1915
1916         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1917
1918         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1919         This script also updates itself from libegg
1920
1921         * cut-n-paste/toolbar-editor/egg*:
1922         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1923         libegg
1924
1925 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1926
1927         * shell/ev-window.c:
1928         
1929         Adds a nice icon to page action during toolbar editing.
1930         See bug #452872.
1931
1932 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1933
1934         * data/evince-toolbar.xml:
1935         * shell/ev-window.c:
1936         
1937         Let user add a presentation and fullscreen icons on toolbar.
1938         See bug #449734.
1939
1940 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1941
1942         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1943
1944         new script to keep in sync with toolbareditor in libegg
1945
1946         * cut-n-paste/toolbar-editor/*: 
1947
1948         Run update-toolbareditor-from-libegg so we are in sync again. 
1949         Fixes bug #452850.
1950         
1951
1952 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1953
1954         * shell/ev-sidebar-links.c: (job_finished_callback):
1955
1956         Do not connect selection changed signal more than once. Fixes bug
1957         #349433.
1958
1959 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1960
1961         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1962
1963         Do not change sidebar chrome flag when pressing F9 key in
1964         presentation mode.
1965
1966 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * backend/pdf/ev-poppler.cc:
1969         (pdf_document_thumbnails_get_dimensions):
1970
1971         Make sure thumbnails width and height is not <= 0. Fixes a crash
1972         with some pdf documents which have really small pages.
1973
1974 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1975
1976         * shell/main.c: (main):
1977
1978         Fixes program description translation issue.
1979         Bug #450148.
1980
1981 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1982
1983         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1984
1985         Do not change current page when returning from black/white mode
1986         in presentation. Fixes bug #415032.
1987
1988 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1989
1990         * NEWS:
1991         * configure.ac:
1992         
1993         Update for release 0.9.1
1994
1995 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1996
1997         * backend/dvi/dvi-document.c:
1998         (dvi_document_finalize),
1999         (dvi_document_file_exporter_format_supported),
2000         (dvi_document_file_exporter_begin),
2001         (dvi_document_file_exporter_do_page),
2002         (dvi_document_file_exporter_end),
2003         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2004         
2005         PDF exporter for dvi documents. Fixes bug #441319.
2006
2007 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2008
2009         * shell/ev-window.c: (ev_window_clear_print_job):
2010
2011         Clear gtk print job when job has finished. Fixes bug #447612.
2012
2013 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2014
2015         * shell/ev-window.c: (ev_window_print_send),
2016         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2017
2018         Add preview button to print dialog. Fixes bug #445419.
2019
2020 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2021
2022         * backend/dvi/Makefile.am:
2023         * backend/dvi/pixbuf-device.[ch]: Removed
2024         * backend/dvi/cairo-device.[ch]: Added
2025         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2026         * backend/dvi/dvi-document.c: (dvi_document_load),
2027         (dvi_document_render), (dvi_document_finalize),
2028         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2029         (dvi_document_do_color_special):
2030         * libdocument/ev-document-misc.[ch]:
2031         (ev_document_misc_pixbuf_from_surface):
2032
2033         Port dvi backend to cairo and fix a problem with colors. 
2034
2035 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2036
2037         * shell/ev-view.c: (draw_one_page):
2038
2039         Draw only visible region.
2040
2041 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2042
2043         * backend/djvu/djvu-document.c: (djvu_document_render):
2044
2045         Fix rotation in djvu backend.
2046
2047 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2048
2049         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2050         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2051         (ev_pixbuf_cache_get_image_mapping),
2052         (ev_pixbuf_cache_get_text_mapping):
2053
2054         Redraw view every time we have a new surface. Fixes bug #443587.
2055
2056 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2057
2058         * libdocument/ev-document.c: (ev_document_info_free):
2059
2060         Fix memory leaks.
2061
2062 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2063
2064         * backend/dvi/dvi-document.c: (dvi_document_render),
2065         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2066         * backend/impress/impress-document.c:
2067         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2068         (impress_document_render), (impress_document_document_iface_init),
2069         (impress_document_thumbnails_get_thumbnail):
2070         * backend/djvu/djvu-document-private.h:
2071         * backend/djvu/djvu-document.c: (djvu_document_render),
2072         (djvu_document_finalize), (djvu_document_document_iface_init),
2073         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2074         * backend/tiff/tiff-document.c: (tiff_document_render),
2075         (tiff_document_render_pixbuf),
2076         (tiff_document_document_iface_init):
2077         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2078         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2079         (pdf_selection_render_selection):
2080         * backend/comics/comics-document.c:
2081         (comics_document_render_pixbuf), (comics_document_render),
2082         (comics_document_document_iface_init):
2083         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2084         (pixbuf_document_document_iface_init):
2085         * libdocument/ev-document-misc.[ch]:
2086         (ev_document_misc_surface_from_pixbuf),
2087         (ev_document_misc_surface_rotate_and_scale):
2088         * libdocument/ev-document.[ch]: (ev_document_render):
2089         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2090         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2091         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2092         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2093         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2094         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2095         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2096         (render_finished_cb), (ev_job_render_run):
2097         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2098         (merge_selection_region):
2099
2100         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2101         and selections.
2102
2103 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2104
2105         * shell/ev-window-title.c: (ev_window_title_update):
2106
2107         Fix memory leak.
2108
2109 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2110
2111         * shell/ev-view.c: (draw_loading_text):
2112
2113         Show loading text centered. Fixes bug #433061
2114
2115 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * shell/ev-sidebar-thumbnails.c:
2118         (ev_sidebar_thumbnails_set_loading_icon):
2119
2120         Remove a mutex in the main thread that blocks the UI in heavy
2121         documents.
2122
2123 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2126
2127         Set points_set to TRUE so that selections don't disappear after a
2128         zoom change.
2129
2130 2007-06-07  Michael Monreal  <infernux@web.de>
2131
2132         * data/icons/16x16/actions/Makefile.am:
2133         * data/icons/16x16/actions/zoom.svg:
2134         * data/icons/22x22/actions/Makefile.am:
2135         * data/icons/22x22/actions/zoom.svg:
2136         * data/icons/24x24/actions/Makefile.am:
2137         * shell/ev-stock-icons.c:
2138         * shell/ev-stock-icons.h:
2139         * shell/ev-window.c:
2140         
2141         Zoom icon artwork. See bug #444795.
2142
2143 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2144
2145         * shell/ev-metadata-manager.c: Remove extraneous function
2146         (Closes: #444386)
2147
2148 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2149
2150         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2151         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2152         (ev_metadata_manager_set), (ev_metadata_manager_save):
2153         Simplify the timeout, no need for modified anymore
2154
2155 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2156
2157         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2158         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2159         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2160         (ev_metadata_manager_save): Adapted patch from Arjan van de
2161         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2162         time, saves on power (Closes: #443851)
2163
2164 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2165
2166         * configure.ac:
2167         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2168         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2169
2170         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2171
2172 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2173
2174         * shell/ev-window.c: (ev_window_add_history):
2175
2176         Check if history is NULL
2177
2178 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * libdocument/ev-image.c: (ev_image_finalize):
2181         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2182         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2183         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2184         (ev_tmp_uri_unlink):
2185
2186         Add functions to delete temporary files created by evince in a safe
2187         way.
2188
2189         * shell/ev-window.c: (ev_window_clear_local_uri),
2190         (open_xfer_update_progress_callback),
2191         (save_xfer_update_progress_callback), (ev_window_save_remote),
2192         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2193         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2194         (attachment_save_dialog_response_cb),
2195         (ev_attachment_popup_cmd_save_attachment_as):
2196
2197         Allow saving a copy of a document, image or attachment to a remote
2198         location. Fixes bug #440754. 
2199
2200 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2201
2202         * configure.ac:
2203         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2204
2205         Fix build with current poppler from cvs head. 
2206
2207 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2208
2209         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2210
2211         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2212         directory exists.
2213
2214 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2215
2216         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2217         * shell/ev-window.c:
2218
2219         Change sidebar ordering. Fixes bug #439939.
2220
2221 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2222
2223         * backend/comics/Makefile.am:
2224         
2225         Fixes build with --without-libgnome.
2226
2227 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2228         
2229         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2230
2231         Update cursor and tooltip on page change and view scroll. Fixes bug
2232         #439217.
2233
2234 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2235
2236         * NEWS:
2237         * configure.ac:
2238         
2239         Update for release 0.9.0
2240
2241 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2242
2243         * backend/djvu/djvu-document-private.h:
2244         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2245         (djvu_document_finalize),
2246         (djvu_document_file_exporter_format_supported),
2247         (djvu_document_file_exporter_begin),
2248         (djvu_document_file_exporter_do_page),
2249         (djvu_document_file_exporter_end),
2250         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2251         
2252         Implemented printing with djvu. Bug #437998.
2253
2254 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2255
2256         * backend/impress/zip.c:
2257         Add missing ulong definition.
2258
2259         * backend/ps/ps-interpreter.c:
2260         Add missing headers.
2261
2262         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2263
2264 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2265
2266         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2267
2268         Add missing call to parent class dispose method. 
2269
2270 2007-05-12  Ross Burton  <ross@openedhand.com>
2271
2272         * shell/main.c:
2273         Sync keybindings manually when building without libgnome
2274         (#437925).
2275
2276 2007-05-12  Ross Burton  <ross@openedhand.com>
2277
2278         * shell/ev-window.c:
2279         Respect the screen when opening help (#437866).
2280
2281 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * data/evince-ui.xml:
2284         * shell/ev-application.[ch]: (get_print_settings_from_args),
2285         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2286         (ev_application_open_uri_list):
2287         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2288         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2289         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2290         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2291         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2292         (ev_window_dispose):
2293         * shell/main.c: (arguments_parse):
2294
2295         Add print button in preview mode. Fixes bug #396475. 
2296
2297 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2298
2299         * cut-n-paste/zoom-control/ephy-zoom.h:
2300         
2301         Fixes zoom level factors. See bug #408119 for details.
2302
2303 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2304
2305         * backend/comics/comics-document.c: (comics_regex_quote),
2306         (extract_argv):
2307         
2308         Correctly quote symbols. Fixes crash in the bug
2309         #415370.
2310
2311 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2312
2313         * shell/ev-navigation-action-widget.c:
2314         (ev_navigation_action_widget_init),
2315         (ev_navigation_action_widget_class_init),
2316         (ev_navigation_action_widget_button_press_event):
2317         
2318         Connect to button-press event on correct widget. Fixes
2319         bug #431988
2320
2321 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2322
2323         * shell/ev-application.c: (ev_application_open_window),
2324         (ev_application_add_icon_path_for_screen),
2325         (ev_application_open_uri_at_dest):
2326         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2327         * shell/ev-navigation-action.c: (build_menu):
2328         
2329         Add app-specific icons to our icon theme. Fixes bug
2330         #425508.
2331
2332 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2333
2334         * shell/ev-history.c: (ev_history_class_init),
2335         (ev_history_add_link):
2336         * shell/ev-history.h:
2337         * shell/ev-navigation-action.c:
2338         (ev_navigation_action_history_changed),
2339         (ev_navigation_action_set_history), (build_menu),
2340         (ev_navigation_action_finalize):
2341         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2342         
2343         Make navigation action unsensitive instead of showing
2344         menu with unsensitive word. Fixes bug #417392.
2345
2346 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2347
2348         * shell/ev-application.[ch]: (ev_application_shutdown),
2349         (ev_application_get_print_settings),
2350         (ev_application_set_print_settings):
2351         * shell/ev-window.c:
2352
2353         Remember print settings. Fixes bug #349102. 
2354
2355 2007-05-08  Christian Persch  <chpe@gnome.org>
2356
2357         * configure.ac:
2358         * properties/ev-properties-view.c:
2359
2360         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2361         Bug #382438.
2362
2363 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2364
2365         * configure.ac:
2366         * properties/ev-properties-view.c: (ev_regular_paper_size):
2367
2368         Use gtk+ builtin paper list to identify the document's paper size.
2369         Fixes bug #382438. 
2370
2371 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * configure.ac:
2374
2375         Fix build when compiling with thumbnailer and libgnome support. 
2376
2377 2007-05-04  Ross Burton  <ross@openedhand.com>
2378
2379         * configure.ac:
2380         Add --without-libgnome, check for libgnome and libgnomeui
2381         separately, and add them to the symbols as required.
2382
2383         * libdocument/ev-file-helpers.c:
2384         When building without libgnome, use g_get_user_config_dir instead
2385         of gnome_user_dir_get.
2386
2387         * shell/ev-application.c:
2388         When building without libgnome, don't use session management.
2389
2390         * shell/main.c:
2391         When building without libgnome, don't use GnomeProgram or
2392         initialise the authentication manager.
2393
2394         This fixes #328842.
2395
2396 2007-05-04  Ross Burton  <ross@openedhand.com>
2397
2398         * shell/ev-window.c:
2399         Don't use libgnome to open help, instead call Yelp directly.
2400
2401 2007-05-04  Ross Burton  <ross@openedhand.com>
2402
2403         * shell/ev-sidebar-attachments.c:
2404         Don't use libgnome to lookup icons for MIME types, instead copy
2405         code from GTK+ to do it manually.
2406
2407 2007-05-04  Ross Burton  <ross@openedhand.com>
2408
2409         * configure.ac:
2410         Add libxml to the dependencies for SHELL_CORE (#435818).
2411
2412 2007-05-02  Ross Burton  <ross@openedhand.com>
2413
2414         * configure.ac:
2415         * Makefile.am:
2416         Add --disable-thumbnailer (#434825)
2417
2418 2007-05-02  Ross Burton  <ross@openedhand.com>
2419
2420         * shell/ev-window.c:
2421         Add missing includes, fix indentation.
2422
2423         * shell/main.c:
2424         Fix indentation.
2425
2426 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2427
2428         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2429         ev_application_open_uri_at_dest instead of ev_application_open_uri
2430         preventing new document always being opened in a new window even if there
2431         is an empty window.
2432
2433 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2434
2435         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2436         (egg_recent_view_uimanager_finalize):
2437         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2438         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2439         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2440         (ev_pixbuf_cache_dispose):
2441         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2442         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2443         
2444         Add missing chain to parent class methods. Fixes
2445         bug #433128.
2446
2447 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2448
2449         * data/Makefile.am (update-icon-cache): Updates
2450         gtk-update-icon-cache in uninstall-hook.
2451
2452 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * shell/ev-window.c: (ev_window_setup_document),
2455         (ev_window_set_document), (ev_window_load_job_cb):
2456         * shell/ev-view.c: (setup_caches):
2457         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2458
2459         Start rendering pages before any other jobs. 
2460
2461 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * shell/ev-window.c: (ev_window_stop_fullscreen),
2464         (ev_window_stop_presentation):
2465
2466         Update chrome visibility before window unfullscreen. 
2467
2468 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * data/Makefile.am:
2471         * data/evince-ui.xml:
2472         * shell/ev-stock-icons.[ch]:
2473         * shell/ev-application.[ch]: (ev_application_shutdown),
2474         (ev_application_init), (ev_application_get_toolbars_model):
2475         * shell/ev-window.c: (update_chrome_visibility),
2476         (fullscreen_toolbar_setup_item_properties),
2477         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2478         (ev_window_run_presentation), (ev_window_stop_presentation),
2479         (ev_window_run_preview), (ev_window_screen_changed),
2480         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2481         (ev_window_dispose), (ev_window_init):
2482
2483         Make fullscreen toolbar always visible. Do not use egg toolbars for
2484         fullscreen and preview modes since such toolbars are not editables.
2485         Fixes bugs #300278, #338910 and #316188.  
2486
2487 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2488
2489         * shell/ev-application.c:
2490         * shell/ev-job-queue.c:
2491         * shell/ev-metadata-manager.c:
2492         * shell/ev-stock-icons.c:
2493         * shell/ev-window.c:
2494         * shell/main.c:
2495         
2496         Developers documentation updated.
2497
2498 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2499
2500         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2501
2502         Check whether uri is valid before launching it. Fixes bug #427664.
2503
2504 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2505
2506         * shell/ev-window.c:
2507
2508         Change key accelerator for Open a Copy menu entry which is in conflict
2509         with Close. Fixes bug #427321.
2510
2511 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2512
2513         * NEWS:
2514         * configure.ac:
2515         
2516         Update for release 0.8.1
2517
2518 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2519
2520         * shell/ev-window.c: (setup_size_from_metadata):
2521         
2522         Do not make window bigger than screen. Fixes bug 
2523         #388985.
2524
2525 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2528         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2529
2530         Use default resolution when it's not provided by document. Fixes bug
2531         #408762.
2532
2533 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2534
2535         * configure.ac:
2536         * thumbnailer/Makefile.am:
2537         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2538         * thumbnailer/evince-thumbnailer.schemas.in:
2539         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2540
2541         Add support for ps, eps and compressed documents thumbnails. Do not
2542         ignore size parameter. 
2543
2544 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2545
2546         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2547         (dvi_document_do_color_special):
2548         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2549
2550         Implement font color specials in the DVI backend. Fixes bug #303651.
2551
2552 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2553
2554         Fixup the previous commit:
2555
2556         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2557         * shell/xdg-user-dir-lookup.c: Make the function non-static
2558         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2559
2560 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2561
2562         * shell/ev-window.c (file_open_dialog_response_cb): Use
2563         the xdg-user-dirs DOCUMENTS folder as default folder when
2564         opening a file chooser.  (#424858)
2565
2566         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2567         xdg-user-dirs.
2568
2569 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * shell/ev-window.c: (ev_window_load_job_cb):
2572
2573         Do not setup view from metadata on preview mode. 
2574
2575 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2576
2577         * shell/main.c:
2578
2579         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2580
2581 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2582
2583         * shell/ev-view.c: (ev_view_primary_get_cb):
2584
2585         Check pointer != NULL before using it. Fixes bug #416841. 
2586
2587 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2588
2589         * NEWS:
2590         * configure.ac:
2591         
2592         Release 0.8.0
2593
2594 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2595
2596         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2597
2598         Do not render thumbnails when sidebar thumbnail page is not visible
2599         at startup. Fixes bug #416447. 
2600
2601 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2602
2603         * data/evince.desktop.in.in:
2604
2605         "Application" is not a valid category in the freedesktop specification.
2606
2607 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * libdocument/ev-file-helpers.[ch]: (compression_run),
2610         (ev_file_uncompress), (ev_file_compress):
2611         * shell/ev-window.c: (file_save_dialog_response_cb):
2612
2613         Save document compressed when saving a copy of a compressed document.
2614         Fixes bug #334542.
2615
2616 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2617
2618         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2619
2620         Allow deleting in goto window entry in presentation mode. 
2621
2622 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2623
2624         * Makefile.am: Dist MAINTAINERS.
2625
2626 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2627
2628         * shell/ev-window.c: (ev_window_update_actions):
2629
2630         Fix zoom shortcut keys when searching. Fixes bug #409828.
2631
2632 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2633
2634         * shell/ev-window.c: (ev_window_setup_document):
2635
2636         Fix crash when loading documents with only one page. 
2637
2638 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2639
2640         * backend/dvi/dvi-document.c:
2641         (dvi_document_thumbnails_get_dimensions),
2642         (dvi_document_thumbnails_get_thumbnail):
2643         * backend/impress/impress-document.c:
2644         (impress_document_thumbnails_get_thumbnail),
2645         (impress_document_thumbnails_get_dimensions):
2646         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2647         (ps_document_thumbnails_get_dimensions):
2648         * backend/djvu/djvu-document.c:
2649         (djvu_document_thumbnails_get_dimensions),
2650         (djvu_document_thumbnails_get_thumbnail):
2651         * backend/tiff/tiff-document.c:
2652         (tiff_document_thumbnails_get_thumbnail),
2653         (tiff_document_thumbnails_get_dimensions):
2654         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2655         (pdf_document_thumbnails_get_thumbnail),
2656         (pdf_document_thumbnails_get_dimensions):
2657         * backend/comics/comics-document.c:
2658         (comics_document_thumbnails_get_thumbnail),
2659         (comics_document_thumbnails_get_dimensions):
2660         * backend/pixbuf/pixbuf-document.c:
2661         (pixbuf_document_thumbnails_get_thumbnail),
2662         (pixbuf_document_thumbnails_get_dimensions):
2663         * libdocument/ev-document-thumbnails.[ch]:
2664         (ev_document_thumbnails_get_thumbnail),
2665         (ev_document_thumbnails_get_dimensions):
2666         * libdocument/ev-document-misc.[ch]:
2667         (ev_document_misc_get_thumbnail_frame):
2668         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2669         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2670         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2671         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2672         (ev_sidebar_thumbnails_refresh):
2673         * shell/ev-window.c: (ev_window_setup_document):
2674         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2675
2676         Use an EvRenderContext for rendering thumbnails instead of a suggested
2677         width, so that different sized pages get sized proportionally.
2678
2679 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2680
2681         * shell/ev-view.c: (ev_view_button_press_event),
2682         (ev_view_key_press_event):
2683
2684         Fix critical warnings when there is no document loaded. 
2685
2686 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2687
2688         * shell/ev-page-action-widget.c:
2689         * shell/ev-navigation-action.c:
2690         * shell/ev-window.c:
2691
2692         Fix compile warnings. 
2693
2694 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * backend/djvu/djvu-text.h:
2697         * backend/djvu/djvu-document.c:
2698         * backend/djvu/djvu-text-page.c:
2699         * backend/djvu/djvu-links.c:
2700         * backend/djvu/djvu-text-page.h:
2701         * backend/djvu/djvu-text.c:
2702         
2703         Fix build on Mac. Fixes bug #392186. Patch by
2704         <ephraim_owns@hotmail.com>
2705
2706 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2707
2708         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2709
2710         Restore cairo context before rendering every page when printing a PDF
2711         document into a PDF file. 
2712
2713 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2714
2715         * backend/ps/gstypes.h:
2716         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2717         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2718         (ps_document_thumbnails_get_thumbnail):
2719
2720         Handle PostScript page orientation. Fixes bug #318568.
2721
2722 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2723
2724         * backend/ps/Makefile.am:
2725         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2726         (document_load), (ps_document_load), (save_document),
2727         (save_page_list), (ps_document_get_n_pages),
2728         (ps_document_get_page_size), (ps_document_get_info),
2729         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2730         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2731         (ps_document_thumbnails_get_thumbnail),
2732         (ps_document_thumbnails_get_dimensions),
2733         (ps_document_document_thumbnails_iface_init):
2734         * backend/ps/ps.[ch]: (psgetpagebox):
2735         * backend/ps/ps-interpreter.[ch]:
2736
2737         Add support for thumbnails in ps backend. Fixes bug #164755. 
2738
2739 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2740
2741         * NEWS:
2742         * configure.ac:
2743         
2744         Release 0.7.2
2745
2746 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2747
2748         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2749         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2750         (ev_window_dispose):
2751
2752         Use document thumbnail as window icon. Fixes bug #384442.
2753
2754 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2755
2756         * configure.ac:
2757
2758         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2759         duplicated adding application/x-bzpostscript instead. 
2760
2761 2007-02-11  Tom Parker  <palfrey@tevp.net>
2762
2763         * backend/ps/ps-document.c: (document_load):
2764
2765         Check return value of psscan before trying
2766         to use it. Fixes bug #372414.
2767
2768 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2769
2770         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2771
2772         Fix invalid free in ev-page-cache. Fixes bug #404745.
2773
2774 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2775
2776         * test/Makefile.am:
2777         * test/test3.py:
2778         
2779         Added reload test case.
2780
2781 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2782
2783         * po/POTFILES.in:
2784         * backend/djvu/djvu-document.c: (djvu_document_load):
2785
2786         Check whether there are missing files in indirect multipage djvu
2787         documents. Fixes bug #361683. 
2788
2789 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2790
2791         * test/Makefile.am:
2792         * test/test-mime.bin:
2793         * test/test3.py:
2794         
2795         Added test for slow mime type
2796
2797 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2800
2801         Add some checks and call parent_class->finalize. Fixes bug #404745.
2802
2803 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2804
2805         * shell/ev-navigation-action.c: (connect_proxy):
2806         
2807         Fixes dropdown history menu. Thanks a lot Carlos!
2808
2809 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2810
2811         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2812
2813         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2814         bug #373715.
2815
2816 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * backend/ps/ps.c: (psscan):
2819
2820         Fix memory leak. 
2821
2822 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2823
2824         * configure.ac:
2825         * libdocument/ev-file-helpers.c: 
2826
2827         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2828
2829 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * configure.ac:
2832         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2833         (ps_interpreter_start), (document_load), (save_document),
2834         (save_page_list):
2835         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2836         * libdocument/ev-document-factory.c:
2837         (ev_document_factory_get_from_mime), (get_document_from_uri),
2838         (free_uncompressed_uri), (ev_document_factory_get_document):
2839         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2840
2841         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2842
2843 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * libdocument/ev-document.h:
2846
2847         Fix typo in function name. 
2848
2849 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * backend/ps/ps-document.c: (ps_interpreter_finished),
2852         (ps_interpreter_start), (ps_interpreter_failed):
2853
2854         Handle ghostscript interpreter crashes. 
2855
2856 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2857
2858         * shell/ev-window.c: (ev_window_open_uri),
2859         (window_configure_event_cb):
2860
2861         Setup window size and position before showing it. Fixes bug #401711.
2862
2863 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * backend/ps/Makefile.am:
2866         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2867         (ps_document_dispose), (ps_document_class_init),
2868         (ps_interpreter_input), (ps_interpreter_output),
2869         (ps_interpreter_error), (setup_interpreter_env),
2870         (ps_interpreter_start), (ps_interpreter_stop),
2871         (ps_interpreter_failed), (ps_interpreter_is_ready),
2872         (check_filecompressed), (document_load), (ps_document_load),
2873         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2874         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2875         (render_page):
2876
2877         Rework ps-document. Code cleanups, remove deprecated code. 
2878
2879 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * shell/ev-view.c: (ev_view_button_press_event):
2882
2883         Do not start an image drag and drop operation when pointer is on 
2884         text, so that we can select text when the whole background is an
2885         image. 
2886
2887 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * shell/ev-window.c: (ev_window_update_actions): 
2890
2891         Disable all zoom related actions during presentation mode. 
2892
2893 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2894
2895         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2896
2897         Do not zoom in or out on presentation mode. Fixes bug #401305.
2898
2899 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2900
2901         * shell/ev-navigation-action.c: (connect_proxy),
2902         (create_menu_item), (ev_navigation_action_class_init):
2903         
2904         Correctly show menu and fix crash when navigaton 
2905         action is out of toolbar visible area.
2906
2907 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2908
2909         * data/Makefile.am:
2910         * data/evince.1:
2911         
2912         Added man file
2913
2914 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2915
2916         * help/reference/* :
2917         * configure.ac:
2918         
2919         Added gtk-doc based documentation for Evince.
2920         Still in initial state but I hope it will
2921         grow.
2922         
2923         * configure.ac:
2924         
2925         Lower dbus requirement to 0.70
2926
2927 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2928
2929         * shell/ev-window.c: (ev_window_add_history):
2930
2931         Fix memory leak. 
2932
2933 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2934
2935         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2936         * shell/ev-view.h:
2937         * shell/ev-window.c: (ev_window_add_history):
2938         
2939         Correctly handle named destination links
2940
2941 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2942
2943         * NOTES:
2944         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2945         * backend/pdf/ev-poppler.cc:
2946         * libdocument/ev-document-links.h:
2947         * libdocument/ev-link.c: (ev_link_get_page):
2948         * libdocument/ev-link.h:
2949         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2950         (ev_history_add_link):
2951         * shell/ev-history.h:
2952         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2953         (new_history_menu_item), (build_menu):
2954         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2955         * shell/ev-sidebar-links.c: (create_loading_model),
2956         (print_section_cb), (ev_sidebar_links_construct),
2957         (fill_page_labels), (update_page_callback_foreach),
2958         (update_page_callback), (job_finished_callback):
2959         * shell/ev-view.c: (ev_view_handle_link):
2960         * shell/ev-window.c: (ev_window_find_chapter),
2961         (ev_window_add_history), (view_handle_link_cb),
2962         (history_changed_cb):
2963         
2964         Implements another history variant
2965
2966 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2967
2968         * shell/ev-window.c: (view_external_link_cb):
2969         * shell/ev-view.c: (ev_view_button_release_event):
2970
2971         Open links in new window when clicking with middle button. 
2972
2973 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2974
2975         * shell/ev-navigation-action.c: (new_history_menu_item):
2976         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2977         * shell/ev-view.c: (ev_view_handle_link):
2978         * shell/ev-window.c:
2979         
2980         Store link before jump, not the destination. For me it 
2981         seems like more natural history behavior.
2982
2983 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2984
2985         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2986         (ev_navigation_action_class_init):
2987         * shell/ev-navigation-action.h:
2988         * shell/ev-page-action.c: (activate_cb):
2989         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2990         (ev_page_cache_set_current_page_history):
2991         * shell/ev-page-cache.h:
2992         * shell/ev-sidebar-thumbnails.c:
2993         (ev_sidebar_tree_selection_changed),
2994         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2995         * shell/ev-view-private.h:
2996         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2997         * shell/ev-view.h:
2998         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2999         (ev_window_setup_document), (ev_window_load_job_cb):
3000         * shell/ev-window.h:
3001         
3002         History finally works as expected.
3003
3004 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3005
3006         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3007
3008         Do not update links treeview if it doesn't have a model assigned yet. 
3009
3010 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3011
3012         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3013         (ev_sidebar_links_class_init), (update_page_callback):
3014
3015         Do not update links treeview when sidepane is not visible. 
3016
3017 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3018
3019         * shell/ev-marshal.list:
3020         * shell/ev-page-action.c: (activate_cb),
3021         (ev_page_action_class_init):
3022         * shell/ev-page-action.h:
3023         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3024         * shell/ev-window.c:
3025         
3026         Remove activate_link signal, not required.
3027
3028 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3029
3030         * shell/ev-navigation-action.c: (build_menu):
3031         
3032         Reorder menu items and build menu with fixed length.
3033
3034 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3035
3036         * shell/ev-view.c: (get_selected_text):
3037         
3038         Normalize text to fix ligatures problem. See bug
3039         #341947 for details.
3040
3041 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3042
3043         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3044
3045         Fix memory leak in ev-page-cache. 
3046
3047 2007-01-25  Tom Parker <palfrey@tevp.net>
3048
3049         * backend/impress/impress-document.c: (impress_document_load),
3050         (impress_document_finalize), (impress_document_init):
3051         * properties/ev-properties-main.c: (ev_properties_get_pages):
3052         
3053         Correctly handle impress document errors. Fixes nautilus
3054         crash in property page #370491.
3055
3056 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3057
3058         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3059         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3060         (ev_job_queue_remove_job):
3061         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3062         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3063         (ev_job_load_run):
3064         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3065         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3066         (ev_window_load_job_cb), (xfer_update_progress_callback),
3067         (ev_window_open_uri), (ev_window_dispose):
3068         * shell/main.c: (main):
3069
3070         Do file transfer asynchronously in the main thread instead of
3071         synchronously in the load thread. Fixes bugs #399694, #398307 and
3072         #343542.
3073
3074 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3075
3076         * shell/ev-jobs.c: (ev_job_xfer_run):
3077
3078         Load the document with the font-config lock held. 
3079
3080 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3081
3082         * backend/ps/ps-document.c: (start_interpreter):
3083
3084         Fix memory leaks in ps backend. 
3085
3086 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3087
3088         * backend/impress/impress-document.c:
3089         (impress_document_render_pixbuf):
3090
3091         Do not acquire fontconfig lock in impress backend, since it is using
3092         the main loop for rendering. 
3093
3094 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * po/POTFILES.in: 
3097
3098         Remove mdvi files that shouldn't be translated. 
3099
3100 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * shell/ev-view-private.h:
3103         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3104         (ev_view_set_zoom):
3105
3106         Render "loading..." text into a cairo surface instead of directly into
3107         the window so that fontconfig lock is only needed once and UI is not
3108         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3109
3110 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3111
3112         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3113         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3114
3115         Use icon theme associated with the window screen rather than default. 
3116
3117 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3118
3119         * configure.ac:
3120
3121         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3122
3123 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3124
3125         * data/icons/*/apps/evince.*:
3126
3127         Move Evince icons under new apps directory.
3128
3129         * data/icons/*/actions/*:
3130
3131         Add new custom themeable Evince icons: view-page-continuous, 
3132         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3133         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3134
3135         * configure.ac:
3136
3137         Add new directories to AC_CONFIG_FILES.
3138
3139         * shell/ev-stock-icons.c:
3140         * shell/ev-stock-icons.h:
3141
3142         Use new custom themeable icons.
3143
3144 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3145
3146         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3147
3148         Do not draw white background page in presentation mode. 
3149
3150 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3151
3152         * shell/ev-view.c: Remove unused gnome-vfs include.
3153
3154 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3155
3156         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3157         
3158         Format string is corrected, fixes bug #397129.
3159
3160 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3161
3162         * shell/ev-window.c: (ev_window_setup_recent):
3163
3164         Do not include in recent menu inexistent documents. Fixes
3165         bug #339171.
3166
3167 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3168
3169         * po/POTFILES.skip: 
3170
3171         Update POTFILES.skip file according to current source tree. 
3172
3173 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * shell/ev-window.c: (file_save_dialog_response_cb):
3176
3177         Do Save a copy in atomic way. Fixes bug #328266. 
3178
3179 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3182
3183         Keep selected cell always visible in index treeview.
3184
3185 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3186         
3187         * shell/ev-view.c: (ev_view_size_allocate):
3188
3189         Restore horizontal scrollbar after switching to/from fullscreen
3190         or presentation mode. Fixes bug #331728.
3191
3192 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-view-private.h:
3195         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3196         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3197         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3198         (ev_view_can_zoom_out):
3199
3200         Use max and min scale values in the view iby taking dpi into account. 
3201
3202 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3203
3204         * configure.ac:
3205         * NEWS:
3206
3207         Release 0.7.1
3208
3209 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * shell/ev-window.c: (ev_window_print_send):
3212
3213         Send print job to printer with some settings set to default values,
3214         since we have already exported to a file according to such settings
3215         and they could be taken twice by some printers. 
3216
3217 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * shell/ev-jobs.c: (ev_job_xfer_run):
3220         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3221
3222         Show main window and load document with the font-config lock held. 
3223
3224 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * configure.ac:
3227         * shell/ev-application.c: (ev_application_register_service):
3228         * shell/main.c: (load_files_remote):
3229
3230         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3231
3232 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3233
3234         * doc/debugging.txt:
3235         
3236         Remove obsolete documentation.
3237
3238 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3239
3240         * Makefile.am:
3241         * backend/Makefile.am:
3242         * backend/comics/Makefile.am:
3243         * backend/djvu/Makefile.am:
3244         * backend/dvi/Makefile.am:
3245         * backend/ev-async-renderer.c:
3246         * backend/ev-async-renderer.h:
3247         * backend/ev-attachment.c:
3248         * backend/ev-attachment.h:
3249         * backend/ev-backend-marshal.c:
3250         * backend/ev-document-factory.c:
3251         * backend/ev-document-factory.h:
3252         * backend/ev-document-find.c:
3253         * backend/ev-document-find.h:
3254         * backend/ev-document-fonts.c:
3255         * backend/ev-document-fonts.h:
3256         * backend/ev-document-images.c:
3257         * backend/ev-document-images.h:
3258         * backend/ev-document-info.h:
3259         * backend/ev-document-links.c:
3260         * backend/ev-document-links.h:
3261         * backend/ev-document-misc.c:
3262         * backend/ev-document-misc.h:
3263         * backend/ev-document-security.c:
3264         * backend/ev-document-security.h:
3265         * backend/ev-document-thumbnails.c:
3266         * backend/ev-document-thumbnails.h:
3267         * backend/ev-document-transition.c:
3268         * backend/ev-document-transition.h:
3269         * backend/ev-document.c:
3270         * backend/ev-document.h:
3271         * backend/ev-file-exporter.c:
3272         * backend/ev-file-exporter.h:
3273         * backend/ev-image.c:
3274         * backend/ev-image.h:
3275         * backend/ev-link-action.c:
3276         * backend/ev-link-action.h:
3277         * backend/ev-link-dest.c:
3278         * backend/ev-link-dest.h:
3279         * backend/ev-link.c:
3280         * backend/ev-link.h:
3281         * backend/ev-render-context.c:
3282         * backend/ev-render-context.h:
3283         * backend/ev-selection.c:
3284         * backend/ev-selection.h:
3285         * backend/impress/Makefile.am:
3286         * backend/pdf/Makefile.am:
3287         * backend/pixbuf/Makefile.am:
3288         * backend/ps/Makefile.am:
3289         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3290         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3291         (start_interpreter), (stop_interpreter), (document_load),
3292         (ps_document_next_page), (render_page):
3293         * backend/tiff/Makefile.am:
3294         * comics/Makefile.am:
3295         * comics/comics-document.c:
3296         * comics/comics-document.h:
3297         * configure.ac:
3298         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3299         * djvu/Makefile.am:
3300         * djvu/djvu-document-private.h:
3301         * djvu/djvu-document.c:
3302         * djvu/djvu-document.h:
3303         * djvu/djvu-links.c:
3304         * djvu/djvu-links.h:
3305         * djvu/djvu-text-page.c:
3306         * djvu/djvu-text-page.h:
3307         * djvu/djvu-text.c:
3308         * djvu/djvu-text.h:
3309         * dvi/Makefile.am:
3310         * dvi/dvi-document.c:
3311         * dvi/dvi-document.h:
3312         * dvi/fonts.c:
3313         * dvi/fonts.h:
3314         * dvi/mdvi-lib/Makefile.am:
3315         * dvi/mdvi-lib/afmparse.c:
3316         * dvi/mdvi-lib/afmparse.h:
3317         * dvi/mdvi-lib/bitmap.c:
3318         * dvi/mdvi-lib/bitmap.h:
3319         * dvi/mdvi-lib/color.c:
3320         * dvi/mdvi-lib/color.h:
3321         * dvi/mdvi-lib/common.c:
3322         * dvi/mdvi-lib/common.h:
3323         * dvi/mdvi-lib/defaults.h:
3324         * dvi/mdvi-lib/dvimisc.c:
3325         * dvi/mdvi-lib/dviopcodes.h:
3326         * dvi/mdvi-lib/dviread.c:
3327         * dvi/mdvi-lib/files.c:
3328         * dvi/mdvi-lib/font.c:
3329         * dvi/mdvi-lib/fontmap.c:
3330         * dvi/mdvi-lib/fontmap.h:
3331         * dvi/mdvi-lib/fontsrch.c:
3332         * dvi/mdvi-lib/gf.c:
3333         * dvi/mdvi-lib/hash.c:
3334         * dvi/mdvi-lib/hash.h:
3335         * dvi/mdvi-lib/list.c:
3336         * dvi/mdvi-lib/mdvi.h:
3337         * dvi/mdvi-lib/pagesel.c:
3338         * dvi/mdvi-lib/paper.c:
3339         * dvi/mdvi-lib/paper.h:
3340         * dvi/mdvi-lib/pk.c:
3341         * dvi/mdvi-lib/private.h:
3342         * dvi/mdvi-lib/setup.c:
3343         * dvi/mdvi-lib/sp-epsf.c:
3344         * dvi/mdvi-lib/special.c:
3345         * dvi/mdvi-lib/sysdeps.h:
3346         * dvi/mdvi-lib/t1.c:
3347         * dvi/mdvi-lib/tfm.c:
3348         * dvi/mdvi-lib/tfmfile.c:
3349         * dvi/mdvi-lib/tt.c:
3350         * dvi/mdvi-lib/util.c:
3351         * dvi/mdvi-lib/vf.c:
3352         * dvi/pixbuf-device.c:
3353         * dvi/pixbuf-device.h:
3354         * impress/Makefile.am:
3355         * impress/common.h:
3356         * impress/document.c:
3357         * impress/f_oasis.c:
3358         * impress/f_oo13.c:
3359         * impress/iksemel.c:
3360         * impress/iksemel.h:
3361         * impress/imposter.h:
3362         * impress/impress-document.c:
3363         * impress/impress-document.h:
3364         * impress/internal.h:
3365         * impress/r_back.c:
3366         * impress/r_draw.c:
3367         * impress/r_geometry.c:
3368         * impress/r_gradient.c:
3369         * impress/r_style.c:
3370         * impress/r_text.c:
3371         * impress/render.c:
3372         * impress/render.h:
3373         * impress/zip.c:
3374         * impress/zip.h:
3375         * lib/Makefile.am:
3376         * lib/ev-debug.c:
3377         * lib/ev-debug.h:
3378         * lib/ev-file-helpers.c:
3379         * lib/ev-file-helpers.h:
3380         * lib/ev-gui.c:
3381         * lib/ev-gui.h:
3382         * lib/ev-tooltip.c:
3383         * lib/ev-tooltip.h:
3384         * libdocument/Makefile.am:
3385         * libdocument/ev-file-helpers.c:
3386         * pdf/Makefile.am:
3387         * pdf/ev-poppler.cc:
3388         * pdf/ev-poppler.h:
3389         * pixbuf/Makefile.am:
3390         * pixbuf/pixbuf-document.c:
3391         * pixbuf/pixbuf-document.h:
3392         * properties/Makefile.am:
3393         * ps/Makefile.am:
3394         * ps/gsdefaults.c:
3395         * ps/gsdefaults.h:
3396         * ps/gsio.c:
3397         * ps/gsio.h:
3398         * ps/gstypes.h:
3399         * ps/ps-document.c:
3400         * ps/ps-document.h:
3401         * ps/ps.c:
3402         * ps/ps.h:
3403         * shell/Makefile.am:
3404         * shell/ev-application.h:
3405         * shell/ev-sidebar-links.c:
3406         * shell/ev-sidebar-links.h:
3407         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3408         (ev_gui_menu_position_tree_selection):
3409         * shell/ev-utils.h:
3410         * shell/ev-view.c: (ev_view_finalize):
3411         * shell/ev-window.c:
3412         * shell/main.c: (main):
3413         * thumbnailer/Makefile.am:
3414         * tiff/Makefile.am:
3415         * tiff/tiff-document.c:
3416         * tiff/tiff-document.h:
3417         * tiff/tiff2ps.c:
3418         * tiff/tiff2ps.h:
3419         
3420         Reorganize source tree.
3421
3422 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3423
3424         * backend/ev-document-factory.c:
3425
3426         Do not include ev-poppler.h when pdf is disabled. 
3427
3428 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3429
3430         * configure.ac:
3431         * data/evince-ui.xml:
3432         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3433         (pdf_document_document_images_iface_init):
3434         * backend/Makefile.am:
3435         * backend/ev-document-images.[ch]:
3436         * backend/ev-image.[ch]:
3437         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3438         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3439         (ev_job_xfer_run):
3440         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3441         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3442         (ev_pixbuf_cache_get_image_mapping):
3443         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3444         (view_menu_popup_cb), (ev_window_dispose),
3445         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3446         (ev_view_popup_cmd_copy_image):
3447         * shell/ev-view-private.h:
3448         * shell/ev-view.c: (ev_view_get_image_at_location),
3449         (ev_view_do_popup_menu), (ev_view_popup_menu),
3450         (ev_view_button_press_event), (ev_view_drag_data_get),
3451         (ev_view_drag_motion), (ev_view_drag_data_received),
3452         (ev_view_motion_notify_event), (ev_view_button_release_event),
3453         (ev_view_finalize), (ev_view_class_init):
3454
3455         Add image handling support. Fixes bugs #310008 and #325047. Images
3456         selection is not supported yet. 
3457
3458 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3459
3460         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3461         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3462         (ev_view_init):
3463
3464         Move view drag and drop stuff to ev-view.
3465
3466 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3467
3468         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3469         * shell/ev-view.c: (clear_selection): 
3470
3471         Clear selection also in pixbuf cache.
3472
3473 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3474
3475         * data/evince.desktop.in.in:
3476         
3477         Change icon name in desktop file. See bug #390734
3478         for details.
3479
3480 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3481
3482         * thumbnailer/Makefile.am:
3483
3484         Use top_builddir instead top_srcdir for generated schema
3485         file installation. Fixes bug #390161.
3486
3487 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3488
3489         * configure.ac:
3490         * backend/Makefile.am:
3491         * backend/ev-document-transition.[ch]:
3492         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3493         (pdf_document_page_transition_iface_init):
3494         * shell/ev-view-private.h:
3495         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3496         (ev_view_set_presentation), (transition_next_page),
3497         (ev_view_presentation_transition_stop),
3498         (ev_view_presentation_transition_start), (ev_view_next_page):
3499
3500         Add page transition support in presentation mode. At the moment only
3501         page duration is supported, but not transition effects. Fixes bug
3502         #309815.
3503
3504 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3505
3506         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3507
3508         Run find_link_dest with document lock held, since it's called by links
3509         thread and main thread at the same time. 
3510
3511 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3512
3513         * shell/ev-view.c: (goto_dest):
3514
3515         Update page-cache when page is changed by the view, so that
3516         page-changed signal is emitted. 
3517
3518 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * test/test1.py:
3521         * test/test2.py:
3522
3523         Use C locale in tests. 
3524
3525 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3526
3527         * shell/ev-window.c: (ev_window_run_presentation):
3528         * shell/ev-view-private.h:
3529         * shell/ev-view.c: (ev_view_set_presentation):
3530
3531         Restore zoom settings when back from presentation mode. 
3532
3533 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3534
3535         * shell/ev-window.c: (ev_window_run_presentation):
3536
3537         Always use "best fit" zoom in presentation mode.
3538         Fixes bug #389195.
3539
3540 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3541
3542         * shell/ev-view.c: (ev_view_goto_window_create):
3543
3544         Show "Jump to page" label in the page jumping popup in
3545         presentation mode instead of just a GtkEntry.
3546
3547 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3548
3549         * shell/ev-window.c: (launch_external_uri):
3550
3551         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3552         #378085.
3553
3554 2006-12-22  Elijah Newren  <newren gmail com>
3555
3556         * configure.ac: explicitly check for libxml2.  Fixes #388795
3557
3558 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3559
3560         * shell/ev-view-private.h:
3561         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3562         (ev_view_goto_window_delete_event), (key_is_numeric),
3563         (ev_view_goto_window_key_press_event),
3564         (ev_view_goto_window_button_press_event),
3565         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3566         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3567         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3568
3569         Allow jumping to another page by typing a page number in presentation
3570         mode. It uses a popup window with an entry. Fixes bug #353625.
3571
3572 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3573
3574         * configure.ac:
3575         * properties/ev-properties-view.c: (ev_get_default_user_units),
3576         (ev_regular_paper_size):
3577         
3578         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3579         to Damien Carbery <damien.carbery@sun.com> and
3580         Yevgen Muntyan <muntyan@tamu.edu>.
3581
3582 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3583
3584         * shell/ev-window.c: (setup_document_from_metadata):
3585
3586         Make sure Evince doesn't restore the view on the last
3587         page when a document is reopened. Fixes bug #383381.
3588
3589 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3590
3591         * shell/ev-view.c: (draw_loading_text):
3592
3593         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3594
3595 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3596
3597         * configure.ac:
3598         * NEWS:
3599
3600         Release 0.7.0
3601
3602 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3603
3604         * configure.ac:
3605         * pdf/ev-poppler.cc: (pdf_print_context_free),
3606         (pdf_document_file_exporter_begin),
3607         (pdf_document_file_exporter_do_page):
3608
3609         Make cairo-pdf depedency optional. 
3610
3611 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3612
3613         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3614
3615         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3616
3617 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3618
3619         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3620         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3621         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3622         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3623         * shell/ev-view.c: (draw_loading_text):
3624         * shell/ev-window.c: (ev_window_cmd_file_properties):
3625
3626         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3627         related to using FontConfig from different threads.
3628         
3629 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * shell/ev-view.c: (draw_loading_text):
3632
3633         Acquire lock document when drawing "Loading..." text so that only one
3634         thread will use FontConfig at the same time. Fixes bug #374750.
3635
3636 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * shell/ev-page-action.[ch]: (activate_cb):
3639         * shell/ev-window.c: (activate_label_cb):
3640
3641         Check if text inserted in page entry is a valid page number when it
3642         doesn't match to any document page label. Fixes bug #383165.
3643
3644 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3645         * shell/ev-window.c:
3646
3647         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3648         available with GTK < 2.10. Added an ifdef to avoid compilation
3649         error.
3650
3651 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3652
3653         * configure.ac:
3654         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3655
3656         Fix ps backend in multihead systems.
3657
3658 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3661         * shell/ev-window.c: (ev_window_get_screen_dpi),
3662         (ev_window_update_actions), (setup_view_from_metadata),
3663         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3664
3665         Take screen DPI into account when zooming. Fixes bug #318285.
3666
3667 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3668
3669         * data/Makefile.am:
3670
3671         Cleaned up/slightly refactored Makefile.am. Added GConf
3672         schemas uninstallation as well.
3673
3674 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3675
3676         * Makefile.am:
3677         * test/Makefile.am:
3678
3679         Fight with autotools to fix make check. Make distcheck
3680         works fine as well now!
3681
3682 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3683
3684         * shell/ev-view.c: (draw_end_presentation_page):
3685
3686         Corrected "end of presentation" string.
3687
3688 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3689
3690         * shell/ev-view.c: (ev_view_key_press_event):
3691
3692         Correctly propagate key press event so that up/down keys
3693         work as expected (correct behaviour was broken by
3694         black/white screen key bindings for presentations).
3695
3696 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3697
3698         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3699         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3700         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3701         (pdf_selection_get_selection_region),
3702         (pdf_selection_get_selection_map):
3703
3704         Add "static" to some private functions. 
3705
3706 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3707
3708         * lib/ev-tooltip.h:
3709         * properties/ev-properties-view.h:
3710         * shell/ev-jobs.h:
3711         * shell/ev-properties-dialog.h:
3712         * shell/ev-properties-fonts.h:
3713         * shell/ev-sidebar-links.h:
3714         * shell/ev-sidebar-thumbnails.h:
3715         * shell/ev-sidebar.h:
3716         * shell/ev-window.h:
3717         
3718         Fixes CHACK type in class casts. See bug #385343
3719         for details.
3720
3721 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3722
3723         * shell/ev-view-private.h:
3724         * shell/ev-view.c: (draw_end_presentation_page),
3725         (ev_view_expose_event), (ev_view_key_press_event),
3726         (ev_view_class_init), (ev_view_init):
3727
3728         Blank screen in presentation mode when pressing 'b' (filling with
3729         black) or 'w' (filling with white) keys. Fixes bug #358132.
3730
3731 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3732
3733         * data/evince-toolbar.xml:
3734         * shell/ev-window.c:
3735         
3736         Use stock icon for Select All action. Fixes
3737         bug #382652.
3738
3739 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3740
3741         * shell/ev-view.c: (get_doc_point_from_offset),
3742         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3743
3744         Add links support in rotated documents. Fixes bug #343733.
3745
3746 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3747
3748         * shell/ev-view-private.h:
3749         * shell/ev-view.c: (draw_end_presentation_page),
3750         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3751
3752         Show a blank page after the last page in presentation mode with a
3753         message indicating that presentation has finished and how to exit. 
3754
3755 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3756
3757         * shell/ev-window.c: (fullscreen_timeout_cb):
3758
3759         Hide cursor after a while in presentation mode. 
3760
3761 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3762
3763         * backend/ev-document-info.h:
3764         * data/evince-properties.glade:
3765         * pdf/ev-poppler.cc:
3766         * properties/ev-properties-view.c: (ev_regular_paper_size),
3767         (ev_properties_view_set_info):
3768         * ps/ps-document.c: (ps_document_get_info):
3769
3770         Adds a paper size field to the properties dialog. Fixes
3771         bug #307315. Patch by Kasper Svendsen (with some i18n
3772         changes done by me).
3773
3774 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3775
3776         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3777         (screensaver_init_dbus), (totem_scrsaver_new),
3778         (totem_scrsaver_init):
3779         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3780         * shell/ev-application.c: (ev_application_register_service),
3781         (ev_application_screensaver_enable),
3782         (ev_application_screensaver_disable):
3783         * shell/ev-application.h:
3784         * shell/ev-window.c: (ev_window_run_presentation),
3785         (ev_window_stop_presentation), (build_comments_string),
3786         (ev_window_init):
3787         
3788         Move screensaver handling to application. No more
3789         message on startup.
3790
3791 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3792
3793         * configure.ac:
3794         * backend/Makefile.am:
3795         * backend/ev-file-exporter.[ch]:
3796         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3797         * ps/ps-document.c: (ps_document_file_exporter_*):
3798         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3799         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3800         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3801         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3802
3803         Allow printing to PDF when suppoted by the backend.
3804         
3805 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3806
3807         * shell/ev-window.c: (build_comments_string):
3808
3809         Use always "Document Viewer" in about dialog. 
3810
3811 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3812
3813         * djvu/djvu-document.c: (djvu_document_get_page_size):
3814
3815         Display a warning message when get_pageinfo fails. 
3816
3817 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3818
3819         * Makefile.am:
3820         * backend/Makefile.am:
3821         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3822         * configure.ac:
3823         * shell/ev-window.c: (build_comments_string):
3824         
3825         Make pdf compilation optional. See bug #38007.
3826
3827 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3828
3829         * ps/ps.c: (get_next_text):
3830
3831         Fix CVE-2006-5864.
3832
3833 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3834
3835         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3836         * shell/ev-navigation-action.c: (connect_proxy),
3837         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3838         
3839         Do not call g_type_class_peek_parent twice.
3840
3841 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3842
3843         * configure.ac:
3844         * data/icons/24x24/.cvsignore:
3845         * data/icons/24x24/Makefile.am:
3846         * data/icons/24x24/evince.png:
3847         * data/icons/Makefile.am:
3848         
3849         Add 24x24 icon. Thanks to 
3850         Michael Monreal <infernux@web.de>.
3851
3852 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3853
3854         * configure.ac: Fix typo in configure.ac. Thanks
3855         to dmacks@netspace.org for notification.
3856
3857 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3858
3859         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3860         
3861         Drop dbus include, fixes compilation with older dbus.
3862
3863 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3864
3865         * configure.ac:
3866         * cut-n-paste/Makefile.am:
3867         * cut-n-paste/totem-screensaver/.cvsignore
3868         * cut-n-paste/totem-screensaver/Makefile.am:
3869         * cut-n-paste/totem-screensaver/README:
3870         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3871         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3872         * shell/Makefile.am:
3873         * shell/ev-window.c: (ev_window_run_presentation),
3874         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3875         (ev_window_init):
3876
3877         Implemented screensaver enabling/disabling for
3878         presentation mode (not fullscreen mode). Code stolen
3879         from Totem (with some minor tweaks). Fixes bug #338889.
3880
3881 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3882
3883         * configure.ac:
3884
3885         Bump gnome-icon-theme requirements. We use the rotation
3886         icons that appeared recently.
3887
3888 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3889
3890         * shell/ev-history.c: (ev_history_add_page):
3891         * shell/ev-history.h:
3892         * shell/ev-window.c: (page_changed_cb):
3893         
3894         Use page labels instead of numbers.
3895
3896 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3897
3898         * data/evince-toolbar.xml:
3899         * po/POTFILES.in:
3900         * shell/Makefile.am:
3901         * shell/ev-navigation-action-widget.c:
3902         (ev_navigation_action_widget_init),
3903         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3904         (menu_detacher), (ev_navigation_action_widget_set_menu),
3905         (menu_position_func), (popup_menu_under_arrow),
3906         (ev_navigation_action_widget_toggled),
3907         (ev_navigation_action_widget_button_press_event):
3908         * shell/ev-navigation-action-widget.h:
3909         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3910         (ev_navigation_action_set_window), (activate_menu_item_cb),
3911         (new_history_menu_item), (new_empty_history_menu_item),
3912         (build_menu), (menu_activated_cb), (connect_proxy),
3913         (create_tool_item), (ev_navigation_action_init),
3914         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3915         * shell/ev-navigation-action.h:
3916         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3917         (ev_page_action_widget_set_page_cache),
3918         (ev_page_action_widget_finalize),
3919         (ev_page_action_widget_class_init), (match_selected_cb),
3920         (display_completion_text), (match_completion), (build_new_tree_cb),
3921         (get_filter_model_from_model),
3922         (ev_page_action_widget_update_model):
3923         * shell/ev-page-action-widget.h:
3924         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3925         (connect_proxy):
3926         * shell/ev-page-action.h:
3927         * shell/ev-stock-icons.c:
3928         * shell/ev-stock-icons.h:
3929         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3930         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3931         (register_custom_actions):
3932         * shell/main.c:
3933         
3934         Preliminary history implementation
3935
3936 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3937
3938         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3939         (dvi_document_class_init), (dvi_document_init_params):
3940         * dvi/mdvi-lib/font.c: (font_reference):
3941         
3942         Add reference to subfont. Fixes bug #374277.
3943
3944 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3945
3946         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3947         (ev_window_cmd_file_open_copy_at_dest):
3948
3949         Fix a race condition when creating symlink. Increase the counter
3950         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3951         Mathias Hasselmann).
3952
3953 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3954
3955         * backend/Makefile.am:
3956         * backend/ev-attachment.c: (ev_attachment_open):
3957         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3958         (ev_tmp_dir), (ev_tmp_filename):
3959         * shell/ev-sidebar-attachments.c:
3960         (ev_sidebar_attachments_drag_data_get):
3961         * shell/ev-window.c: (ev_window_clear_temp_file):
3962
3963         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3964         in ensure_dir_exists. Abort without crashing when we can't create
3965         user's directory.
3966
3967 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3968
3969         * data/evince-ui.xml:
3970         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3971         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3972         (ev_window_cmd_file_open_copy_at_dest),
3973         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3974         (ev_view_popup_cmd_open_link_new_window):
3975
3976         Allow opening a copy of the current document in a new window. Fixes bug
3977         #357472
3978
3979 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3980
3981         * data/evince-toolbar.xml:
3982         
3983         Add rotate right and rotate left to available items for toolbar.
3984         
3985         * data/evince-ui.xml:
3986         * shell/ev-window.c: (ev_window_init):
3987         
3988         Customize toolbar with right click. Fixes bug #372451.
3989
3990 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3991
3992         * shell/ev-window.c: 
3993         
3994         Use "object-rotate-{left,right}" stock icons. Fixes 
3995         bug #373863.
3996
3997 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3998
3999         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4000         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4001         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4002         (ev_window_open_uri):
4003         * shell/main.c: (arguments_parse):
4004
4005         Remove temp file created when evince is used by GTK+ in
4006         preview mode. Fixes bug #365282. 
4007
4008 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4009
4010         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4011         
4012         Fixes bug #372474 - Side pane disabled when entering 
4013         and leaving fullscreen mode.
4014
4015 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4016
4017         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4018         * data/Makefile.am:
4019         * data/evince-preview-toolbar.xml:
4020         * data/evince-toolbar.xml:
4021         * shell/ev-application.c: (ev_application_shutdown),
4022         (ev_application_init), (ev_application_get_toolbars_model):
4023         * shell/ev-application.h:
4024         * shell/ev-window.c: (update_chrome_visibility),
4025         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4026         (ev_window_cmd_edit_toolbar), (ev_window_init):
4027         
4028         Fixes bug #364364 - toolbar editor shows zoom actions again.
4029
4030 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4031
4032         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4033
4034         Do not take margins into consideration for paper size when printing.
4035         Really fixes bug #350491.
4036
4037 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4038
4039         * data/evince-ui.xml:
4040         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4041         (ev_window_cmd_file_print_setup),
4042         (ev_window_print_dialog_response_cb),
4043         (ev_window_setup_action_sensitivity):
4044
4045         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4046
4047 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4048
4049         * shell/ev-window.c: (ev_window_print_range):
4050
4051         Revert my previuos commit, since printing to PDF is not supported by
4052         evince yet. 
4053
4054 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4055
4056         * shell/ev-window.c: (ev_window_print_range):
4057
4058         Enable print to a PDF. Fixes bug #332121.
4059
4060 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4061
4062         * shell/ev-application-service.xml:
4063         * shell/ev-application.[ch]: (ev_application_open_window),
4064         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4065         (ev_application_open_uri), (ev_application_open_uri_list):
4066         * shell/ev-window.c: (file_open_dialog_response_cb),
4067         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4068         (drag_data_received_cb), (open_remote_link):
4069         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4070
4071         Add support for multiscreen systems. Fixes bug #316206.
4072
4073 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4074
4075         * shell/ev-jobs.[ch]: (ev_job_print_new),
4076         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4077         (ev_job_print_do_page):
4078         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4079
4080         Allow printing only odd/even pages. Fixes bug #367289.
4081
4082 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4083
4084         * test/test1.py:
4085         * test/test2.py:
4086
4087         Re-add locale settings to test files.
4088
4089 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4090
4091         * data/evince-ui.xml:
4092         * shell/ev-window.c: (set_action_properties):
4093         
4094         Removed garbage from code and ui.
4095
4096 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4097
4098         * shell/ev-window.c: (ev_window_cmd_help_about):
4099
4100         Shamelessly add my name to the list of contributors.
4101
4102 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4103
4104         * test/test1.py:
4105         * test/test2.py:
4106
4107         Cleaned up the dogtail scripts.
4108
4109 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4110
4111         * shell/ev-view.c: (draw_loading_text): Don't render
4112         "loading..." text in presentation mode. Temporary
4113         workaround for bug #320352.
4114
4115 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4116
4117         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4118         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4119
4120         Use print settings scale, copies, collate and reverse which were
4121         ignored. Fixes bug #359032.
4122
4123 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4124
4125         * configure.ac:
4126         * data/evince-password.glade:
4127         * test/Makefile.am:
4128         * test/test-encrypt.pdf:
4129         * test/test-links.pdf:
4130         * test/test1.py:
4131         * test/test2.py:
4132
4133         Add automated UI tests for evince with dogtail. See
4134         bug #300948.    
4135
4136 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4137
4138         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4139
4140         Hide fullscreen toolbar when switching to another desktop workspace.
4141         Fixes bug #338871
4142
4143 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4144
4145         * shell/ev-window-title.c: 
4146         
4147         Test for .dvi in title of pdf documents.
4148
4149 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4150
4151         * shell/ev-view.c: (ev_view_scroll):
4152
4153         Page Up/Down should do page jumps in "Best fit" mode.
4154         If a user has explicitly chosen to view exactly one page
4155         at a time, scrolling just a part of the page when
4156         pressing Page Up/Down is not right. Fixes bug #323107.
4157
4158 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4159
4160         * NEWS:
4161         * configure.ac:
4162         
4163         Update for 0.6.1
4164
4165 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4166
4167         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4168         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4169         
4170         Correctly disconnect from job signals on destroy.
4171
4172 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4173
4174         * shell/ev-view-private.h:
4175         * shell/ev-view.c: (view_set_adjustment_values),
4176         (view_update_range_and_current_page),
4177         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4178         
4179         Fixes bug #343199, current page now follows find page.
4180
4181 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4182
4183         * backend/ev-document-factory.c:
4184         * configure.ac:
4185         Assigned OpenDocument presenation MIME type to the
4186         Impress backend. Added some missing (but harmless)
4187         #ifdefs in the document factory as well to make things
4188         consistent again. Fixes bug #360658.
4189
4190 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4191
4192         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4193         * backend/ev-document-find.c: (ev_document_find_get_type):
4194         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4195         * backend/ev-document-links.c: (ev_document_links_get_type):
4196         * backend/ev-document-security.c: (ev_document_security_get_type):
4197         * backend/ev-document-thumbnails.c:
4198         (ev_document_thumbnails_get_type):
4199         * backend/ev-document.c: (ev_document_get_type):
4200         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4201         * backend/ev-selection.c: (ev_selection_get_type):
4202         * cut-n-paste/recent-files/egg-recent-model.c:
4203         (egg_recent_model_get_type):
4204         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4205         (egg_recent_view_uimanager_get_type):
4206         * cut-n-paste/recent-files/egg-recent-view.c:
4207         (egg_recent_view_get_type):
4208         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4209         (egg_editable_toolbar_get_type):
4210         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4211         (egg_toolbar_editor_get_type):
4212         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4213         (egg_toolbars_model_get_type):
4214         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4215         (egg_tree_multi_drag_source_get_type):
4216         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4217         (ephy_zoom_action_get_type):
4218         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4219         (ephy_zoom_control_get_type):
4220         * impress/r_back.c: (_imp_fill_back):
4221         * properties/ev-properties-main.c:
4222         (ev_properties_plugin_register_type):
4223         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4224         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4225         (ev_view_accessible_factory_get_type):
4226
4227         Reduce relocations. Bug #360616.
4228
4229 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4230
4231         * backend/ev-document-factory.c:
4232         (ev_document_factory_get_document):
4233         
4234         Load document even if extension is wrong.
4235
4236 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4237
4238         * shell/ev-metadata-manager.c: (save_values):
4239         * shell/ev-window.c: (setup_size_from_metadata),
4240         (setup_view_from_metadata), (ev_window_setup_document),
4241         (ev_window_xfer_job_cb), (window_configure_event_cb):
4242         
4243         Set size according to the document size/page size ratio.
4244         That should correct rather wierd behaviour of the previous
4245         commit.
4246
4247 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * shell/ev-window.c: (setup_view_from_metadata):
4250         
4251         Set size for new windows from previous window size.
4252         See bugs #354968 and #168450 for details. Thanks
4253         to Meik Hellmund.
4254
4255 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4256
4257         * djvu/djvu-links.c: (build_tree):
4258
4259         Fix memory leak.
4260
4261 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4262
4263         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4264         
4265         Don't make sidebar close button insensitive. Fixes
4266         bug #357871.
4267
4268 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4269
4270         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4271         (ev_window_set_view_accels_sensitivity):
4272         
4273         Don't enable Slash on documents which don't support
4274         find. Fixes bug #358648.
4275
4276 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4277
4278         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4279         open dialog fall back to the current document uri if the
4280         filechooser hasn't been used before. Fixes bug #356980.
4281
4282 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4283
4284         * shell/ev-window.c: (ev_window_setup_recent), 
4285         (ev_window_get_recent_file_label):
4286
4287         Escape underscores in filenames of recent file items.
4288
4289 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4290
4291         * configure.ac:
4292         
4293         Bumped poppler requirements, really 0.5.3 is very 
4294         buggy, now we require 0.5.4.
4295
4296 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * djvu/Makefile.am:
4299         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4300         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4301         (djvu_document_document_links_iface_init):
4302         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4303         (number_from_string_10), (get_djvu_link_dest),
4304         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4305         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4306         (djvu_links_get_links), (djvu_links_find_link_dest),
4307         (djvu_links_get_links_model):
4308         * djvu/djvu-links.h:
4309         
4310         Add support for links and bookmarks in djvu documents. Thanks
4311         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4312         patch.
4313
4314 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4315
4316         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4317         
4318         Reopen should reload document. Fixes 
4319         bug 327951.
4320
4321 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4322
4323         * configure.ac:
4324         * data/Makefile.am:
4325         * data/evince-16.png:
4326         * data/evince-22.png:
4327         * data/evince.png:
4328         * data/evince.svg:
4329         * data/icons/16x16/Makefile.am:
4330         * data/icons/16x16/evince.png:
4331         * data/icons/22x22/Makefile.am:
4332         * data/icons/22x22/evince.png:
4333         * data/icons/48x48/Makefile.am:
4334         * data/icons/48x48/evince.png:
4335         * data/icons/Makefile.am:
4336         * data/icons/scalable/Makefile.am:
4337         * data/icons/scalable/evince.svg:
4338         
4339         Install icons with correct names. Fixes
4340         bug #354429.
4341
4342 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4343
4344         * shell/ev-view.c: (ev_view_button_release_event):
4345
4346         Don't open links with middle mouse button. Fixes bug #353649
4347
4348 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4349
4350         * NEWS:
4351         * configure.ac:
4352         
4353         Update for release 0.6.0
4354
4355 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4356
4357         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4358         Implement Close named action. Patch by Carlos Garcia Campos.
4359
4360 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4363         
4364         Don't clear link mapping on copy_job_to_job_info. Fixes
4365         bug 346168.
4366
4367 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4368
4369         * shell/main.c: (main):
4370
4371         Revert my previous commit, gnome_program_init owns the option context.
4372         Fix another memory leak in main. Both caught by Christian Persch. 
4373
4374 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4375
4376         * shell/main.c: (main):
4377
4378         Fix memory leak.
4379
4380 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4381
4382         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4383
4384         Fix crash when opening a pdf with password protection. 
4385
4386 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4387
4388         * pdf/ev-poppler.cc: (pdf_document_search_free):
4389
4390         Fix memory leak. 
4391
4392 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4393
4394         * backend/ev-document-factory.c:
4395         (ev_document_factory_get_document):
4396         * tiff/tiff-document.c: (tiff_document_finalize):
4397         
4398         More correct handling of document loading. Fixes
4399         bug #349043.
4400
4401 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4402
4403         * backend/ev-attachment.c: (ev_attachment_save):
4404
4405         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4406         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4407
4408 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4409         
4410         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4411         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4412
4413 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4414
4415         * shell/ev-sidebar-thumbnails.c:
4416
4417         Do not render thumbnails unless thumbnails page is active in the
4418         sidebar.
4419
4420 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4421
4422         * shell/ev-properties-dialog.c:
4423
4424         Fix dialogue spacing. Bug #351370.
4425
4426 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4427
4428         * configure.ac:
4429
4430         Use lowercase gettext catalog file names (evince.mo
4431         instead of Evince.mo)
4432
4433 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4434
4435         * shell/ev-sidebar-attachments.c:
4436
4437         GtkIconTheme is now screen safe too. Fixes bug #350878
4438
4439 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4440
4441         * shell/ev-window.c:
4442
4443         GtkRecent manager is now screen safe. Fixes bug #350145
4444
4445 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4446
4447         * shell/ev-sidebar.c: (ev_sidebar_init):
4448         
4449         Make sidebar close icon smaller. Fix for bug 350177.
4450         See also bugs 350176 and 165770.
4451
4452 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4453
4454         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4455
4456         Ignore zoom for xyz destinations when it's <= 1, keeping user
4457         preferences instead. Set correct sizing-mode for fith and fitv
4458         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4459
4460 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4461
4462         * NEWS:
4463         * configure.ac:
4464         
4465         Update for release 0.5.5
4466
4467 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4468         
4469         * shell/ev-window.c: (ev_window_cmd_escape)
4470
4471         Escape unfocus page entry. Fixes bug #345809.
4472
4473 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4474
4475         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4476         (build_tree), (pdf_document_links_get_links),
4477         (pdf_document_links_find_link_dest):
4478         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4479         (goto_xyz_dest):
4480
4481         Convert from PDF style coordinates to X style coordinates in the
4482         backend rather than in the view. Fixes bug #338440
4483
4484 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4485
4486         * shell/ev-window.c:
4487         
4488         Remove Ctrl+Shift+T shortcut for toolbars. See
4489         the bug #350098.
4490
4491 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4492
4493         * configure.ac:
4494
4495         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4496         of this. 
4497
4498 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4499
4500         * configure.ac:
4501         * cut-n-paste/Makefile.am:
4502         * data/evince-ui.xml:
4503         * shell/Makefile.am:
4504         * shell/ev-application.[ch]:
4505         * shell/ev-window.c:
4506
4507         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4508         #349273
4509
4510 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4511
4512         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4513         findbar code: s/help/search/
4514
4515 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4516
4517         * shell/ev-window.c: (setup_document_from_metadata),
4518         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4519         (setup_view_from_metadata):
4520         
4521         Fix memory leaks.
4522
4523 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4524
4525         * autogen.sh, configure.ac: 
4526         
4527         Update automake usage. See bug 349292.
4528
4529 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * shell/eggfindbar.c: (egg_find_bar_class_init),
4532         (entry_activate_callback), (egg_find_bar_init),
4533         (egg_find_bar_set_status_text):
4534         * shell/eggfindbar.h:
4535         
4536         Unify Evince findbar with Epiphany. Nice patch
4537         from Fabricio Silva <silva@crans.org> and
4538         Frederic Peters <fpeters@entrouvert.com>. See
4539         bug #339966 for details.
4540
4541 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * data/evince.desktop.in.in:
4544         
4545         Correct information for bugzilla. Thanks to
4546         Olaf Vitters, see bug #348855.
4547
4548 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4549
4550         * shell/ev-jobs.[ch]:
4551         * shell/ev-sidebar-links.c:
4552         * shell/ev-window.[ch]:
4553
4554         GtkPrintJob doesn't support print ranges or current page, so we export
4555         to a ps file now when printing ranges or current page.
4556
4557 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * pdf/ev-poppler.cc:
4560         * shell/ev-window.c: (do_action_named):
4561
4562         We should be more clear about bugzilla. See the
4563         poppler bug #7623.
4564
4565 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4566
4567         * configure.ac:
4568         * shell/Makefile.am:
4569         * shell/ev-job-queue.c:
4570         * shell/ev-jobs.[ch]:
4571         * shell/ev-sidebar-links.c:
4572         * shell/ev-window.[ch]:
4573         
4574         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4575         #348422
4576
4577 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4578
4579         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4580         * shell/ev-application-service.xml:
4581         * shell/ev-application.[ch]:
4582         * shell/ev-jobs.[ch]:
4583         * shell/ev-window.[ch]: (ev_window_run_preview):
4584         * shell/main.c: 
4585
4586         Add preview mode to use evince as a printing previewer. It also adds
4587         other command line options for fullscreen and presentation modes.
4588         Fixes bugs #347822, #317031
4589
4590 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4591
4592         * NEWS:
4593         * configure.ac:
4594         
4595         Update for release 0.5.4
4596
4597 2006-07-11  Bastien Nocera <hadess@hadess.net>
4598
4599         * Makefile.am:
4600         * backend/Makefile.am:
4601         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4602         * backend/ev-document-factory.h:
4603         * configure.ac:
4604         * impress/.cvsignore:
4605         * impress/Makefile.am:
4606         * impress/common.h:
4607         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4608         (imp_get_page), (imp_next_page), (imp_prev_page),
4609         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4610         * impress/f_oasis.c: (render_object), (render_page),
4611         (get_geometry), (_imp_oasis_load):
4612         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4613         (_imp_oo13_load):
4614         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4615         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4616         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4617         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4618         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4619         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4620         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4621         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4622         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4623         (iks_new_within), (iks_insert), (iks_insert_cdata),
4624         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4625         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4626         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4627         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4628         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4629         (iks_cdata), (iks_cdata_size), (iks_has_children),
4630         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4631         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4632         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4633         (iks_tree), (iks_load), (iks_save):
4634         * impress/iksemel.h:
4635         * impress/imposter.h:
4636         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4637         (imp_render_draw_bezier_real), (imp_render_get_size),
4638         (imp_render_set_fg_color), (imp_render_draw_line),
4639         (imp_render_draw_rect), (imp_render_draw_polygon),
4640         (imp_render_draw_arc), (imp_render_draw_bezier),
4641         (imp_render_open_image), (imp_render_get_image_size),
4642         (imp_render_scale_image), (imp_render_draw_image),
4643         (imp_render_close_image), (imp_render_markup),
4644         (imp_render_get_text_size), (imp_render_draw_text),
4645         (impress_document_load), (impress_document_save),
4646         (impress_document_get_n_pages), (impress_document_get_page_size),
4647         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4648         (impress_document_finalize), (impress_document_class_init),
4649         (impress_document_can_get_text), (impress_document_get_info),
4650         (impress_document_document_iface_init),
4651         (impress_document_thumbnails_get_thumbnail),
4652         (impress_document_thumbnails_get_dimensions),
4653         (impress_document_document_thumbnails_iface_init),
4654         (impress_document_init):
4655         * impress/impress-document.h:
4656         * impress/internal.h:
4657         * impress/r_back.c: (_imp_fill_back):
4658         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4659         (_imp_draw_image), (_imp_tile_image):
4660         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4661         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4662         (r_polyline):
4663         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4664         (r_draw_gradient_complex), (r_draw_gradient):
4665         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4666         (r_get_bullet):
4667         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4668         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4669         (r_text):
4670         * impress/render.c: (imp_create_context), (imp_context_set_page),
4671         (imp_context_set_step), (imp_render), (imp_delete_context):
4672         * impress/render.h:
4673         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4674         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4675         (zip_load_xml), (zip_get_size), (zip_load):
4676         * impress/zip.h:
4677         * shell/ev-utils.c:
4678         
4679         New backend to support impress slides. Fixes bug #30867.
4680
4681 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4682
4683         * shell/ev-utils.c: (using_postscript_printer):
4684         
4685         Fixes crash when print using PAPI backend,
4686         bug #345012.
4687
4688 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4689
4690         * shell/ev-jobs.c: (ev_job_xfer_run):
4691         * shell/ev-window.c: (password_dialog_response),
4692         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4693         (ev_window_dispose):
4694         Fixes bug #344160: if the xfer job doesn't complete
4695         because a password is required, reload the existing
4696         instance instead of creating a new one.
4697
4698 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4699
4700         * shell/main.c: (main): Call gdk_threads_init. Thus
4701         we'll avoid errors in auth dialog. Fix for the bug
4702         #343347.
4703
4704 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4705
4706         * configure.ac: Advertise pixbuf support, fix
4707         for the bug 343317.
4708
4709 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4710
4711         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4712         (ev_sidebar_thumbnails_set_document):
4713         
4714         Update sidebar thumbnails after reloading.
4715
4716 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4717
4718         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4719         * shell/ev-jobs.h:
4720         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4721         (ev_window_cmd_view_reload), (ev_window_init):
4722         
4723         Don't crash on reload. Fix for the bug #343167.
4724
4725 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4726
4727         * shell/ev-jobs.c: (ev_job_render_run):
4728         
4729         Check for document links.
4730
4731 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4732
4733         * backend/ev-attachment.c: (ev_attachment_save),
4734         (ev_attachment_launch_app), (ev_attachment_open):
4735         * backend/ev-document-factory.c: (get_document_from_uri):
4736         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4737         (egg_recent_view_uimanager_set_list):
4738         * ps/ps-document.c: (check_filecompressed), (document_load),
4739         (ps_document_load):
4740         * shell/ev-metadata-manager.c: (load_values):
4741         * shell/ev-password.c: (ev_password_dialog_set_property):
4742         * shell/ev-view.c: (tip_from_link):
4743         * shell/ev-window.c: (file_save_dialog_response_cb),
4744         (ev_window_print_dialog_response_cb):
4745         
4746         Use consistent quoting style. Fix for the bug #320285.
4747
4748 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4749
4750         * shell/ev-jobs.c: (ev_job_xfer_run):
4751         * shell/main.c: (load_files):
4752                 
4753         Open links with anchors. Fix for the bug #339836.
4754
4755 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4758         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4759         (ev_link_dest_set_property), (ev_link_dest_finalize),
4760         (ev_link_dest_class_init), (ev_link_dest_new_named),
4761         (ev_link_dest_new_page_label):
4762         * backend/ev-link-dest.h:
4763         * shell/ev-application.c: (ev_application_open_uri):
4764         * shell/ev-view.c: (goto_dest):
4765         * shell/ev-window.c:
4766         * shell/ev-window.h:
4767         
4768         Fix page-label command line option. Bug #342070.
4769
4770 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4771
4772         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4773         
4774         Don't show highlight rects if page can't be showed. Fix for 
4775         the bug #342076
4776
4777 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * shell/ev-window.c: (setup_sidebar_from_metadata),
4780         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4781         
4782         Setup sidebar from metadata even if there is no document
4783         loaded. Fix for the bug #342807.
4784
4785 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4786
4787         * cut-n-paste/toolbar-editor/Makefile.am:
4788         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4789         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4790         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4791         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4792         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4793         (popup_context_menu_cb), (button_press_event_cb),
4794         (configure_item_sensitivity), (configure_item_cursor),
4795         (configure_item_tooltip), (connect_widget_signals),
4796         (action_sensitive_cb), (create_item_from_action),
4797         (create_item_from_position), (toolbar_drag_data_received_cb),
4798         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4799         (toolbar_drag_leave_cb), (configure_drag_dest),
4800         (toggled_visibility_cb), (toolbar_visibility_refresh),
4801         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4802         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4803         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4804         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4805         (egg_editable_toolbar_dispose),
4806         (egg_editable_toolbar_set_ui_manager),
4807         (egg_editable_toolbar_get_selected),
4808         (egg_editable_toolbar_set_selected), (set_edit_mode),
4809         (egg_editable_toolbar_set_property),
4810         (egg_editable_toolbar_get_property),
4811         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4812         (egg_editable_toolbar_new_with_model),
4813         (egg_editable_toolbar_get_edit_mode),
4814         (egg_editable_toolbar_set_edit_mode),
4815         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4816         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4817         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4818         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4819         (item_added_or_removed_cb), (toolbar_removed_cb),
4820         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4821         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4822         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4823         (editor_create_item_from_name), (append_table),
4824         (update_editor_sheet), (egg_toolbar_editor_init):
4825         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4826         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4827         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4828         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4829         (toolbar_node_free), (egg_toolbars_model_get_flags),
4830         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4831         (egg_toolbars_model_get_name), (impl_add_item),
4832         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4833         (parse_data_list), (parse_item_list), (parse_toolbars),
4834         (egg_toolbars_model_load_toolbars), (parse_available_list),
4835         (parse_names), (egg_toolbars_model_load_names),
4836         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4837         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4838         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4839         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4840         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4841         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4842         (egg_toolbars_model_set_types), (fill_avail_array),
4843         (egg_toolbars_model_get_name_avail),
4844         (egg_toolbars_model_get_name_flags),
4845         (egg_toolbars_model_set_name_flags):
4846         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4847         * cut-n-paste/toolbar-editor/eggintl.h:
4848         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4849         (egg_tree_multi_drag_source_get_type),
4850         (egg_tree_multi_drag_source_row_draggable),
4851         (egg_tree_multi_drag_source_drag_data_delete),
4852         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4853         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4854         (path_list_free), (set_context_data), (get_context_data),
4855         (get_info), (egg_tree_multi_drag_drag_data_get),
4856         (egg_tree_multi_drag_motion_event),
4857         (egg_tree_multi_drag_button_press_event),
4858         (egg_tree_multi_drag_add_drag_support):
4859         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4860         * shell/ev-application.c: (ev_application_init),
4861         (ev_application_save_toolbars_model):
4862         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4863         (ev_window_cmd_edit_toolbar), (ev_window_init):
4864         
4865         Sync toolbareditor with epiphany and libegg
4866
4867 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4868
4869         * configure.ac: 
4870
4871         Depend on poppler 0.5.2
4872
4873 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4874
4875         * shell/ev-jobs.c: (ev_job_render_run):
4876         
4877         Check if document supports links iterface.
4878
4879 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4880
4881         * NEWS:
4882         * configure.ac:
4883         
4884         Update for release 0.5.3
4885
4886 2006-05-13  Michael Plump  <plumpy@skylab.org>
4887
4888         * configure.ac:
4889         * shell/Makefile.am:
4890         * shell/main.c: (main):
4891         
4892         Port to GOption command line parsing. Fix for the 
4893         bug #327518
4894
4895 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4896
4897         * shell/ev-window.c: (ev_window_cmd_help_about):
4898         
4899         Do not wrap license. Fix for the bug #309460.
4900
4901 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4902
4903         * configure.ac:
4904         * properties/ev-properties-main.c: (ev_properties_get_pages):
4905         * shell/ev-application.c: (ev_application_open_window),
4906         (ev_application_open_uri_at_dest):
4907         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4908         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4909         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4910         * shell/ev-utils.c: (save_print_config_to_file):
4911         * shell/ev-window.c: (ev_window_cmd_save_as),
4912         (ev_attachment_popup_cmd_save_attachment_as):
4913         * shell/main.c: (load_files_remote):
4914         
4915         Bump requirements to gtk 2.8 and drop all ifdefs used.
4916
4917 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4918
4919         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4920         * shell/ev-window.c: (ev_window_init):
4921         
4922         Show attachments page.
4923
4924 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4925
4926         * po/POTFILES.in:
4927         * shell/ev-attachment-bar.c:
4928         * shell/ev-attachment-bar.h:
4929         * shell/ev-sidebar-attachments.c:
4930         (ev_sidebar_attachments_icon_cache_add),
4931         (icon_theme_get_pixbuf_from_mime_type),
4932         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4933         (ev_sidebar_attachments_icon_cache_refresh),
4934         (ev_sidebar_attachments_get_attachment_at_pos),
4935         (ev_sidebar_attachments_popup_menu_show),
4936         (ev_sidebar_attachments_popup_menu),
4937         (ev_sidebar_attachments_button_press),
4938         (ev_sidebar_attachments_update_icons),
4939         (ev_sidebar_attachments_drag_data_get),
4940         (ev_sidebar_attachments_get_property),
4941         (ev_sidebar_attachments_destroy),
4942         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4943         (ev_sidebar_attachments_new),
4944         (ev_sidebar_attachments_set_document),
4945         (ev_sidebar_attachments_support_document),
4946         (ev_sidebar_attachments_get_label),
4947         (ev_sidebar_attachments_page_iface_init):
4948         * shell/ev-sidebar-attachments.h:
4949         * shell/ev-window.c: (update_chrome_visibility),
4950         (setup_sidebar_from_metadata), (ev_window_setup_document),
4951         (ev_window_sidebar_current_page_changed_cb),
4952         (attachment_bar_menu_popup_cb), (ev_window_init):
4953         
4954         Move attachments bar to sidebar.
4955
4956 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4957
4958         * pdf/ev-poppler.cc:
4959         * shell/ev-application.[ch]:
4960         * shell/main.c:
4961
4962         Fix some memory leaks.
4963
4964 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4965
4966         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4967
4968         Change the properties dialog response to
4969         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4970         will make the dialog go away when the user presses
4971         enter. With gtk+ >= 2.9 this will happen anyway, but for
4972         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4973         escape by default. Fixes bug #340539. See also bug
4974         #101293 for the gtk+ part.
4975
4976 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4977
4978         * shell/ev-view.c (tip_from_action_named): Replace some strings
4979         that were wrong. Closes #340970.
4980
4981 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4982
4983         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4984
4985         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4986         #341049
4987
4988 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4989
4990         * djvu/Makefile.am:
4991         * dvi/Makefile.am:
4992         * dvi/mdvi-lib/Makefile.am:
4993         * properties/Makefile.am:
4994         * ps/Makefile.am:
4995         * shell/Makefile.am:
4996         * thumbnailer/Makefile.am:
4997         
4998         Due to broken libtool that is unable to track dependencies
4999         of noinst libraries we are forced to explicitely point
5000         libraries for binary. Fix for the bug #333334.
5001
5002 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * data/evince.desktop.in.in:
5005         * shell/ev-view.c: (view_update_range_and_current_page),
5006         (ev_view_next_page), (ev_view_previous_page):
5007         * shell/ev-window.c: (update_chrome_visibility),
5008         (setup_sidebar_from_metadata), (ev_window_setup_document),
5009         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5010         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5011         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5012         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5013         (ev_window_stop_presentation), (ev_window_focus_in_event),
5014         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5015         (ev_window_init):
5016         * thumbnailer/Makefile.am:
5017         
5018         Update fullscreen and presentation timeout handling. Hide
5019         cursor in presentation after timeout. Fix for the bugs
5020         #136359 and #336981.
5021
5022 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5023
5024         * backend/ev-link-action.[ch]:
5025         * pdf/ev-poppler.cc: (ev_link_from_action):
5026         * shell/ev-view-private.h:
5027         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5028         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5029
5030         Add support for Named Action links
5031
5032 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5033
5034         * backend/Makefile.am:
5035         * backend/ev-document-links.[ch]:
5036         * backend/ev-document.[ch]:
5037         * backend/ev-link-action.[ch]:
5038         * backend/ev-link-dest.[ch]:
5039         * backend/ev-link.[ch]:
5040         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5041         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5042         * shell/ev-page-action.c: (build_new_tree_cb):
5043         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5044         (links_page_num_func), (update_page_callback):
5045         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5046         (tip_from_link):
5047         * shell/ev-jobs.c:
5048         * shell/ev-window.[ch]: (ev_window_open_uri),
5049         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5050         * shell/ev-application.[ch]: (ev_application_open_window),
5051         (ev_application_open_uri):
5052
5053         Rework links system, it adds support for remote links now and it makes
5054         easier to add new kinds of actions and destinations. Fixes bug #317292
5055
5056 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5057
5058         * data/Makefile.am:
5059         * data/evince.png:
5060         * data/evince-16.png:
5061         * data/evince-22.png:
5062         * data/evince.svg:
5063         * shell/main.c: (main):
5064         
5065         Evince use it's own icon. Fix for the bug #313392.
5066
5067         * shell/ev-window.c: (fullscreen_timeout_cb),
5068         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5069         (ev_window_cmd_help_about), (ev_window_dispose):
5070         
5071         Simplify fullscreen timeout code.
5072
5073 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5074
5075         * backend/ev-attachment.c: 
5076         * shell/ev-attachment-bar.c:
5077         * shell/ev-window.c:
5078
5079         Allow multiple selection of attachments
5080
5081 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5082
5083         * shell/ev-view.c: (view_update_range_and_current_page),
5084         (ev_view_scroll):
5085         
5086         Fix for the bug #312573 – Optimal selection of current 
5087         page among visible pages.
5088
5089 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5090
5091         * configure.ac:
5092         * djvu/Makefile.am:
5093         * djvu/djvu-text.h:
5094         
5095         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5096         for the bug 339868.
5097
5098 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5099
5100         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5101
5102 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5103
5104         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5105         dictated by the GNOME HIG. Fixes bug #339235.
5106
5107 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5108
5109         * data/evince-ui.xml:
5110         * shell/ev-view.c: (ev_view_can_find_previous):
5111         * shell/ev-view.h:
5112         * shell/ev-window.c: (ev_window_update_actions),
5113         (ev_window_cmd_edit_find_previous):
5114
5115         Add support for "Find Previous" as dictated by the GNOME HIG. A
5116         menu item is added and some glue code to make it all work is added
5117         to various files.
5118
5119 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5120
5121         * configure.ac: Award myself the "useless use of cat" award.
5122
5123 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5124
5125         * po/LINGUAS: New file listing all supported languages.
5126
5127         * configure.in: Use po/LINGUAS instead of including all languages
5128         directly in this file. See the wiki for more information:
5129         http://live.gnome.org/GnomeGoals/PoLinguas
5130
5131 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5132
5133         * backend/ev-document-factory.c:
5134
5135         Do not load the document twice when there isn't errors
5136
5137 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5138
5139         * backend/ev-attachment.c: 
5140
5141         Fix a crash when there isn't a default application to open an
5142         attachment
5143
5144 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5145
5146         * backend/ev-attachment.[ch]:
5147         * shell/ev-attachment-bar.[ch]:
5148
5149         Added missing files. 
5150
5151 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5152
5153         * backend/Makefile.am:
5154         * data/evince-ui.xml:
5155         * backend/ev-attachment.[ch]:
5156         * backend/ev-document.[ch]: (ev_document_has_attachments),
5157         (ev_document_get_attachments):
5158         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5159         (attachment_save_to_buffer), (pdf_document_get_attachments),
5160         (pdf_document_document_iface_init):
5161         * shell/Makefile.am:
5162         * shell/ev-attachment-bar.[ch]:
5163         * shell/ev-window.c:
5164
5165         Add support for PDF attachments. Fixes bug #325143
5166
5167 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5168
5169         * backend/ev-document-factory.c: (get_document_from_uri),
5170         (ev_document_factory_get_document):
5171         * backend/ev-document-factory.h:
5172         * properties/ev-properties-main.c: (ev_properties_get_pages):
5173         * shell/Makefile.am:
5174         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5175         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5176         (ev_job_queue_remove_job):
5177         * shell/ev-job-queue.h:
5178         * shell/ev-job-xfer.c:
5179         * shell/ev-job-xfer.h:
5180         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5181         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5182         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5183         (ev_job_xfer_run):
5184         * shell/ev-jobs.h:
5185         * shell/ev-window.c: (ev_window_is_empty),
5186         (password_dialog_response), (ev_window_clear_xfer_job),
5187         (ev_window_xfer_job_cb), (ev_window_open_uri),
5188         (ev_window_cmd_focus_page_selector),
5189         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5190         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5191         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5192         (ev_window_dispose):
5193         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5194         
5195         * Cleanup mime type detection on document load. Fix for the
5196         bug #336448.
5197
5198 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5201         
5202         Fix crash on exit, described in the bug #336825.
5203
5204 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5205
5206         * backend/ev-document-factory.c:
5207         (ev_document_factory_get_from_mime),
5208         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5209         (ev_document_factory_get_document),
5210         (file_filter_add_mime_list_and_free),
5211         (ev_document_factory_add_filters):
5212         * backend/ev-document-factory.h:
5213         * properties/ev-properties-main.c: (ev_properties_get_pages):
5214         * shell/Makefile.am:
5215         * shell/ev-application.c:
5216         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5217         * shell/ev-window.c: (ev_window_cmd_file_open),
5218         (ev_window_cmd_save_as):
5219         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5220         
5221         Rework factory functions so they are placed now in a single 
5222         file ev-document-factory.c
5223
5224 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5225
5226         * shell/ev-window.c: (update_chrome_visibility):
5227         
5228         Fix for the bug 166566 - don't show menubar in fullscreen
5229         mode.
5230
5231 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5232
5233         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5234
5235 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5236
5237         * shell/ev-view.c: (ev_view_expose_event):
5238         
5239         More correctly draw loading text when document
5240         is empty.
5241
5242 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5243
5244         * shell/ev-view.c: (ev_view_scroll):
5245         
5246         Fix for the bug #334854, page down and page up switch
5247         pages in presentation mode.
5248
5249 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * shell/ev-window.c: (ev_window_set_action_sensitive),
5252         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5253         (ev_window_set_view_accels_sensitivity),
5254         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5255         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5256         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5257         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5258         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5259         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5260         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5261         (view_actions_focus_in_cb), (ev_window_init):
5262         
5263         Fix for the bug #333902, now it's possible to search
5264         words with slash.
5265
5266 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5267
5268         * configure.ac: Added Breton translation.
5269         * po/br.po: Added Breton translation.
5270
5271 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * shell/ev-window-title (ev_window_title_update):
5274
5275         Fix memory leak in window title. Fixes bug #333944
5276
5277 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5278
5279         * shell/ev-metadata-manager.c (parseItem):
5280
5281         Fix memory leaks. Fixes bug #333945
5282
5283 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5284         
5285         * NEWS, configure.ac, TODO:
5286         
5287         Update for release 0.5.2.
5288
5289 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5290
5291         * shell/ev-view.c: (view_update_range_and_current_page),
5292         (page_changed_cb):
5293         
5294         Don't jump on scrolling, fix for the bug #333127.
5295
5296 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5297
5298         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5299         
5300         Scroll by one page in presentation mode. Fix for the bug
5301         #332993.
5302
5303 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5304
5305         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5306
5307 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5308
5309         * configure.ac  Added lv in ALL_LINGUAS line.
5310
5311 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5312         
5313         * NEWS, configure.ac:
5314         
5315         Update for release 0.5.1
5316
5317 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5318
5319         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5320         * backend/ev-document-misc.h:
5321         * shell/ev-view.c: (draw_one_page):
5322         
5323          Clairfy what page the toolbar page number applies to. Fix
5324          for the bug #328102.
5325
5326 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5327
5328         * shell/ev-view-private.h:
5329         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5330         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5331         (ev_view_search_changed):
5332         * shell/ev-view.h:
5333         * shell/ev-window.c: (find_bar_search_changed_cb):
5334         
5335         Dont't jump to find result if window was scrolled during search.
5336         Fix for the bug #313266.
5337
5338 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5339
5340         * shell/eggfindbar.c: (egg_find_bar_class_init):
5341         * shell/eggfindbar.h:
5342         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5343         * shell/ev-view-private.h:
5344         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5345         (ev_view_class_init), (ev_sizing_mode_get_type),
5346         (ev_scroll_type_get_type):
5347         * shell/ev-view.h:
5348         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5349         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5350         (ev_window_init):
5351         
5352         Fix for the bug 319133 - Find entry should allow text scroll.
5353
5354 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5355
5356         * shell/ev-view-private.h:
5357         * shell/ev-view.c: (view_update_range_and_current_page),
5358         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5359         (ev_view_set_document), (update_find_status_message),
5360         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5361         (ev_view_find_previous):
5362         
5363         Fix for the bug #319137. Search now takes account for scrolling.
5364
5365 2006-02-19  Michael Hofmann <mh21@piware.de>
5366
5367         * configure.ac:
5368         * djvu/Makefile.am:
5369         * djvu/djvu-document-private.h:
5370         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5371         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5372         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5373         (djvu_document_can_get_text), (djvu_document_get_text),
5374         (djvu_document_document_iface_init),
5375         (djvu_document_thumbnails_get_thumbnail),
5376         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5377         (djvu_document_find_get_result),
5378         (djvu_document_find_page_has_results),
5379         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5380         (djvu_document_find_iface_init):
5381         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5382         (djvu_text_page_selection), (djvu_text_page_limits_process),
5383         (djvu_text_page_limits), (djvu_text_page_copy),
5384         (djvu_text_page_position), (djvu_text_page_union),
5385         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5386         (djvu_text_page_box), (djvu_text_page_append_text),
5387         (djvu_text_page_search), (djvu_text_page_prepare_search),
5388         (djvu_text_page_new), (djvu_text_page_free):
5389         * djvu/djvu-text-page.h:
5390         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5391         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5392         (djvu_text_n_results), (djvu_text_has_results),
5393         (djvu_text_get_result), (djvu_text_get_progress):
5394         * djvu/djvu-text.h:
5395         
5396         Text search in djvu. Fix for the bug #303415.
5397
5398 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5399
5400         * configure.ac:
5401         * shell/ev-window.c: (ev_window_cmd_save_as):
5402         
5403         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5404         Thanks to Gary Coady <gary@lyranthe.org>
5405
5406 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5407
5408         * shell/ev-print-job.c: (idle_print_handler):
5409         
5410         Inverse order printing, bug #320919.
5411
5412 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5413
5414         * data/evince-toolbar.xml:
5415         * shell/ev-window.c:
5416         
5417         Allow to add sidebar checkbutton on toolbar. Fix
5418         for the bug #144577.
5419
5420 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5423         
5424         Add checks that have sense for empty ps document.
5425
5426 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5427
5428         * configure.ac: Include PS in mime types list. 
5429
5430 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5431
5432         * configure.ac:
5433         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5434         * ps/gsdefaults.h:
5435         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5436         
5437         Runtime check for gs interpreter. Fix for the bug #320868.
5438         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5439
5440 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5441
5442         * shell/ev-application.c: 
5443
5444         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5445         dbus>=0.60, so that the request is not queued. 
5446
5447 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5448
5449         * configure.ac:
5450         * shell/Makefile.am:
5451         * shell/ev-sidebar-links.c: (print_section_cb):
5452         * shell/ev-utils.c:
5453         * shell/ev-utils.h:
5454         * shell/ev-window.c: (update_action_sensitivity),
5455         (ev_window_close_dialogs), (ev_window_print):
5456         * shell/ev-window.h:
5457         
5458         Make printing support optional. Patch from Eduardo de Barros Lima
5459         <eduardo.lima@indt.org.br> for the bug #330546.
5460
5461 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * shell/ev-view-private.h:
5464         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5465         (ev_view_set_document):
5466         * shell/ev-view.h:
5467         * shell/ev-window.c: (ev_window_load_job_cb),
5468         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5469         (ev_window_init):
5470
5471         Draw Loading message during xfer job. Fix for the bug #329495.
5472
5473 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5474
5475         * comics/comics-document.c: (comics_regex_quote),
5476         (comics_document_load), (extract_argv):
5477         
5478         Correcly quote regexp before passing it to unzip.
5479
5480 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5481
5482         * shell/ev-page-cache.c: (build_height_to_page),
5483         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5484         (ev_page_cache_get_dual_even_left):
5485         * shell/ev-page-cache.h:
5486         * shell/ev-view.c: (view_update_range_and_current_page),
5487         (get_page_y_offset), (get_page_extents):
5488         
5489         Place even pages to the left if document has less then
5490         two pages. Fix for the bug #328856.
5491
5492 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5493
5494         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5495         
5496         Correct comics scheme. This make evince create thumbnails
5497         for comic books. Fix for the bug 329088.
5498
5499 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5500
5501         * data/evince-password.glade: Don't explicitly set
5502         invisible_char to the current default value in case
5503         the default changes; let GTK+ do its magic.
5504
5505 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5506
5507         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5508         real filename to tmp filename since often document
5509         type is determined by extension.
5510
5511 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5512
5513         * shell/ev-view.c: (add_scroll_binding_keypad),
5514         (ev_view_binding_activated), (ev_view_class_init):
5515         
5516         Add keybindings for percision-scrolling of display area. 
5517         Fix for the bug #314072.
5518
5519 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5520
5521         * data/evince.desktop.in.in:
5522         
5523         Add GTK to the list of categories. Fix for the bug #328034.
5524
5525 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5526
5527         * shell/ev-application.c: (ev_application_shutdown),
5528         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5529         * shell/ev-application.h:
5530         * shell/ev-window.c: (file_open_dialog_response_cb),
5531         (ev_window_cmd_file_open):
5532         
5533         Save last uri in file chooser dialog. Fix for the bug #327950.
5534
5535 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * NEWS:
5538         * README:
5539         
5540         Final update for release 0.5.0
5541         
5542         * shell/Makefile.am:
5543         
5544         Remove disable deprecated until we'll require libgnome-2.13.7
5545         and port to GOption argument parsing. See bug 327518.
5546
5547 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5548
5549         * comics/comics-document.c: (comics_document_save):
5550         * djvu/djvu-document.c: (djvu_document_save):
5551         * dvi/dvi-document.c: (dvi_document_save):
5552         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5553         * lib/ev-file-helpers.h:
5554         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5555         * tiff/tiff-document.c: (tiff_document_save):
5556         
5557         Use common save function for backends.
5558
5559 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5560
5561         * backend/ev-document-types.c:
5562         
5563         Fix crash on saving pixbuf.
5564
5565 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * cut-n-paste/recent-files/egg-recent-item.c:
5568         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5569         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5570         (parse_info_free), (valid_element), (start_element_handler),
5571         (end_element_handler), (text_handler), (egg_recent_model_filter),
5572         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5573         (egg_recent_model_monitor), (egg_recent_model_read),
5574         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5575         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5576         (egg_recent_model_set_property), (egg_recent_model_class_init),
5577         (egg_recent_model_init), (egg_recent_model_add_full),
5578         (egg_recent_model_delete), (egg_recent_model_get_list),
5579         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5580         (egg_recent_model_set_filter_mime_types),
5581         (egg_recent_model_clear_group_filter),
5582         (egg_recent_model_set_filter_groups),
5583         (egg_recent_model_clear_scheme_filter),
5584         (egg_recent_model_set_filter_uri_schemes),
5585         (egg_recent_model_remove_expired):
5586         * cut-n-paste/recent-files/egg-recent-util.c:
5587         (egg_recent_util_get_icon):
5588         * cut-n-paste/recent-files/egg-recent-util.h:
5589         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5590         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5591         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5592         (egg_recent_view_uimanager_set_property),
5593         (egg_recent_view_uimanager_get_property),
5594         (egg_recent_view_uimanager_class_init),
5595         (egg_recent_view_uimanager_init),
5596         (egg_recent_view_uimanager_set_label_width),
5597         (egg_recent_view_uimanager_get_label_width):
5598         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5599         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5600         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5601         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5602         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5603         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5604         
5605         Update from libegg.
5606
5607 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5608
5609         * shell/ev-page-cache.c: (build_height_to_page),
5610         (ev_page_cache_get_height_to_page):
5611         * shell/ev-page-cache.h:
5612         * shell/ev-view.c: (view_update_range_and_current_page),
5613         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5614         (ev_view_previous_page):
5615         
5616         Dual mode places even pages to the left. Fix for the bug #309393.
5617
5618         * shell/ev-view.h:
5619         * shell/ev-window.c: (update_action_sensitivity),
5620         (setup_view_from_metadata), (view_menu_popup_cb):
5621         
5622         Don't restore presentation in empty windows, more intelligent
5623         next page behaviour in dual mode.
5624
5625         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5626         (ev_pixbuf_cache_clear_job_sizes):
5627         
5628         Cleanup job callback on removal. Fix for the bug #325886.
5629
5630 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5631
5632         * ps/ps.c: (psscan):
5633         
5634         Commit workaround Mozilla problem. Fix for the bug #325919
5635         
5636         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5637         (save_item):
5638         
5639         Fix for year 2038 problem.
5640
5641 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5642
5643         * shell/ev-window.c: (setup_document_from_metadata),
5644         (ev_window_cmd_view_reload):
5645
5646         Clamp page recieved from metadata in valid values. Fix
5647         for the bug #325986.
5648
5649 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5650
5651         * MAINTAINERS: 
5652         Add MAINTAINERS as requested on desktop-devel-list.
5653
5654 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5655
5656         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5657         (mime_type_supported_by_gdk_pixbuf),
5658         (ev_document_factory_get_mime_types),
5659         (ev_document_factory_get_all_mime_types):
5660         
5661         Don't add pixbuf mime types if pixbuf backend is disabled.
5662         
5663         * shell/ev-application.c: (ev_application_get_uri_window):
5664         
5665         Fix for the bug 325815 - unhandled MIME type message doesn't 
5666         appear a second time. 
5667         
5668         * shell/ev-document-types.c: (ev_document_types_add_filters):
5669         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5670         (password_dialog_response), (ev_window_popup_password_dialog),
5671         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5672         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5673         (ev_window_run_presentation), (ev_window_stop_presentation),
5674         (save_sizing_mode), (ev_window_zoom_changed_cb),
5675         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5676         (ev_window_dual_mode_changed_cb),
5677         (ev_window_sidebar_current_page_changed_cb),
5678         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5679         (window_state_event_cb), (window_configure_event_cb):
5680         
5681         Cleanup additional uris holded by EvWindow.
5682
5683 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5684
5685         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5686         (ev_view_can_previous_page), (ev_view_can_next_page):
5687         * shell/ev-view.h:
5688         * shell/ev-window.c: (update_action_sensitivity):
5689         
5690         Two page scrolling with Space and PageUp in dual mode. Second fix 
5691         for the bug #316608.
5692
5693 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5694
5695         * shell/ev-view.c: (scroll_to_current_page):
5696         
5697         Correctly clamp adjustment value. Fix for the bug
5698         #325808.
5699
5700 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5701
5702         * shell/ev-sidebar-links.c: (print_section_cb):
5703         * shell/ev-window.c: (ev_window_get_uri),
5704         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5705         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5706         (ev_window_dispose):
5707         
5708         Make print dialog non-modal. Fix for the bug #325622.
5709
5710 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5711
5712         * shell/ev-metadata-manager.c:
5713         * shell/ev-utils.c: (using_pdf_printer),
5714         (using_postscript_printer), (load_print_config_from_file),
5715         (save_print_config_to_file):
5716         * shell/ev-utils.h:
5717         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5718         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5719         (setup_view_from_metadata), (ev_window_setup_document),
5720         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5721         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5722         (ev_window_run_presentation), (ev_window_stop_presentation),
5723         (save_sizing_mode), (ev_window_zoom_changed_cb),
5724         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5725         (ev_window_dual_mode_changed_cb),
5726         (ev_window_sidebar_current_page_changed_cb),
5727         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5728         (window_state_event_cb), (window_configure_event_cb),
5729         (ev_window_init):
5730         
5731         Setting saving behaviour fixes.
5732
5733 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5734
5735         * configure.ac:
5736         
5737         Make antialiasing gs options better and allow
5738         to change them during configure. Fix for the 
5739         bug #319049.
5740
5741 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5742
5743         * shell/ev-window.c: (setup_view_from_metadata):
5744         
5745         Remember if last window was maximized. Fix for the
5746         bug #323797.
5747
5748 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5749
5750         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5751
5752 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5755         * shell/ev-page-action.c: (build_new_tree_cb):
5756         * shell/ev-sidebar-links.c: (links_page_num_func),
5757         (update_page_callback_foreach), (update_page_callback):
5758         * shell/ev-view.c: (scroll_to_current_page):
5759         
5760         Fix for the bug #325067 with more intelligent selection
5761         of current link in sidebar. Make sidebar handle links
5762         of FITR-like type more correctly.
5763
5764         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5765         (dvi_pixbuf_put_pixel):
5766         
5767         Fix memory consumtion with disabled alpha channel.
5768
5769 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * data/evince-ui.xml:
5772         * shell/ev-window.c: (view_menu_popup_cb),
5773         (ev_popup_cmd_open_link), (ev_window_init):
5774         
5775         Update context menu for internal links. Fix for the bug
5776         #325066.
5777
5778 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5779
5780         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5781         
5782         Bind context menu to keyboard also. Fix for the bug
5783         #325065.
5784
5785 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5786
5787         * shell/ev-view.c: (selection_scroll_timeout_cb):
5788         
5789         Horizontal scroll on selection also.
5790
5791 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5792
5793         * shell/ev-metadata-manager.c: (parse_value):
5794         * shell/ev-view.c: (goto_xyz_link):
5795         
5796         Correct zoom setup and metadata save broken in 
5797         some locales.
5798
5799 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5800
5801         * shell/ev-view-private.h:
5802         * shell/ev-view.c: (scroll_to_current_page),
5803         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5804         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5805         (page_changed_cb), (ev_view_set_continuous),
5806         (ev_view_set_dual_page), (ev_view_set_presentation):
5807         
5808         Delay scroll until allocation to correctly position page. Fix
5809         for the bug #317334.
5810
5811 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5812
5813         * NEWS:
5814         * configure.ac:
5815         
5816         Update NEWS and require poppler 0.5.0.
5817
5818 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5819         
5820         * data/evince-ui.xml:
5821         * shell/ev-view-private.h:
5822         * shell/ev-view.c: (ev_view_get_link_at_location),
5823         (handle_link_over_xy), (ev_view_button_press_event),
5824         (ev_view_button_release_event), (ev_view_class_init):
5825         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5826         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5827         (ev_window_init):
5828         
5829         Implement right-click context menu.
5830
5831 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5832
5833         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5834         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5835         (mdvi_pixbuf_device_render):
5836         * pdf/ev-poppler.cc:
5837
5838         Don't generate thumbnails with alpha. See bug #324077.
5839         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5840
5841 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5842
5843         * shell/ev-window.c: (setup_chrome_from_metadata):
5844         
5845         Fix typo that was hiding toolbar.
5846
5847 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5848
5849         * shell/ev-view-private.h:
5850         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5851         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5852         (ev_view_button_release_event), (ev_view_destroy):
5853         
5854         Small cleanup and autoscrolling during selection. Thanks to 
5855         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5856
5857 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5858
5859         * configure.ac:
5860         
5861         Correctly check for comics option.
5862
5863 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5864         * Makefile.am:
5865         * configure.ac:
5866         * backend/Makefile.am:
5867         * backend/ev-document-factory.c:
5868         * shell/ev-document-types.c:
5869
5870         Included option in configure to make ps backend 
5871         compilation optional with --disable-ps.
5872
5873 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5874
5875         * backend/ev-document-factory.c:
5876         * comics/Makefile.am:
5877         * comics/comics-document.c: (comics_document_load):
5878         * comics/ev-cbr-mime.xml:
5879         * configure.ac:
5880         
5881         Comics mime types are added to shared-mime-info CVS. Now
5882         we don't need to install our own mime types.
5883
5884 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5885
5886         * shell/ev-window.c:
5887         
5888         Add shortcut for "save a copy" menu entry. Fix for
5889         the bug #324582.
5890
5891 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5892
5893         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5894         (job_finished_cb), (new_selection_pixbuf_needed),
5895         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5896         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5897         
5898         Rework selection job info logic and fix critical warning.
5899
5900 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5901
5902         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5903
5904 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5905
5906         * data/evince-ui.xml:
5907         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5908         
5909         Enter as shortcut key for next page. Fix for the bug
5910         #321394.
5911
5912 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5913
5914         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5915
5916 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5917
5918         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5919         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5920         (new_selection_pixbuf_needed),
5921         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5922         (clear_job_selection):
5923         
5924         Too early for 0.5. Pixbuf cache code cleaned a bit.
5925
5926 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * NEWS:
5929         * configure.ac:
5930         
5931         Release 0.5.0 preparation
5932
5933 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5934
5935         * comics/Makefile.am:
5936         * configure.ac:
5937         * shell/ev-document-types.c: (ev_document_types_add_filters):
5938         
5939         More advanced handling of custom mime type installation.
5940
5941 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5942
5943         * data/evince.schemas.in:
5944         * shell/ev-metadata-manager.c: (value_free),
5945         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5946         (ev_metadata_manager_get), (ev_metadata_manager_set):
5947         * shell/ev-metadata-manager.h:
5948         * shell/ev-window.c: (update_chrome_flag),
5949         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5950         (setup_document_from_metadata), (setup_chrome_from_metadata),
5951         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5952         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5953         (ev_window_view_toolbar_cb),
5954         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5955         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5956         
5957         Save last document settings and reuse them for new documents.
5958
5959 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5960
5961         * Makefile.am:
5962         * backend/Makefile.am:
5963         * backend/ev-document-factory.c:
5964         * backend/ev-document-factory.h:
5965         * comics/Makefile.am:
5966         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5967         (comics_document_load), (comics_document_save),
5968         (comics_document_get_n_pages), (comics_document_get_page_size),
5969         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5970         (comics_document_class_init), (comics_document_can_get_text),
5971         (comics_document_get_info), (comics_document_document_iface_init),
5972         (comics_document_init), (get_supported_image_extensions),
5973         (comics_document_thumbnails_get_geometry),
5974         (comics_document_thumbnails_get_thumbnail),
5975         (comics_document_thumbnails_get_dimensions),
5976         (comics_document_document_thumbnails_iface_init), (extract_argv):
5977         * comics/comics-document.h:
5978         * comics/ev-cbr-mime.xml:
5979         * configure.ac:
5980         * po/POTFILES.in:
5981         * shell/ev-application.c: (ev_application_register_service):
5982         * shell/ev-document-types.c: (ev_document_types_add_filters):
5983         * thumbnailer/Makefile.am:
5984         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5985         
5986         New CBR/CBZ backend for comic books.
5987
5988 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5989
5990         * shell/main.c: (load_files_remote):
5991
5992         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5993         warning on startup of second instance is fixed. It
5994         is bug #320353.
5995
5996 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5997
5998         * shell/ev-window.c: (ev_window_finalize):
5999         
6000         Fix double free that cause crash.
6001
6002 2005-10-29  Bastien Nocera <hadess@hadess.net>
6003
6004         * tiff/tiff-document.c: (tiff_document_load):
6005         
6006         Fix memory leak.
6007
6008 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6009
6010         * po/POTFILES.in:
6011         * shell/Makefile.am:
6012         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6013         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6014         (ev_view_accessible_get_text),
6015         (ev_view_accessible_get_character_at_offset),
6016         (ev_view_accessible_get_text_before_offset),
6017         (ev_view_accessible_get_text_at_offset),
6018         (ev_view_accessible_get_text_after_offset),
6019         (ev_view_accessible_get_character_count),
6020         (ev_view_accessible_get_caret_offset),
6021         (ev_view_accessible_set_caret_offset),
6022         (ev_view_accessible_get_run_attributes),
6023         (ev_view_accessible_get_default_attributes),
6024         (ev_view_accessible_get_character_extents),
6025         (ev_view_accessible_get_offset_at_point),
6026         (ev_view_accessible_get_n_selections),
6027         (ev_view_accessible_get_selection),
6028         (ev_view_accessible_add_selection),
6029         (ev_view_accessible_remove_selection),
6030         (ev_view_accessible_set_selection),
6031         (ev_view_accessible_text_iface_init),
6032         (ev_view_accessible_idle_do_action),
6033         (ev_view_accessible_action_do_action),
6034         (ev_view_accessible_action_get_n_actions),
6035         (ev_view_accessible_action_get_description),
6036         (ev_view_accessible_action_get_name),
6037         (ev_view_accessible_action_set_description),
6038         (ev_view_accessible_action_iface_init),
6039         (ev_view_accessible_get_type), (ev_view_accessible_new),
6040         (ev_view_accessible_factory_get_accessible_type),
6041         (ev_view_accessible_factory_create_accessible),
6042         (ev_view_accessible_factory_class_init),
6043         (ev_view_accessible_factory_get_type):
6044         * shell/ev-view-accessible.h:
6045         * shell/ev-view-private.h:
6046         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6047         * shell/ev-view.h:
6048         
6049         Initial accessibility support.
6050
6051 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6052
6053         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6054
6055 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6056
6057         * shell/ev-print-job.c: (idle_print_handler):
6058         
6059         Fix for bug Bug 318916: Printing multiple pages.
6060
6061 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6062
6063         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6064
6065 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6066
6067         * pdf/ev-poppler.cc:
6068         
6069         Thumnail dimensions unified with other backends.
6070         
6071         * shell/ev-window-title.c: (ev_window_title_update):
6072         
6073         Fix warning.
6074
6075 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6076
6077         * data/ev-stock-zoom-fit-width.png:
6078         
6079         Remove unused file.
6080
6081 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6082
6083         * configure.ac:
6084         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6085         (djvu_document_finalize):
6086         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6087         (dvi_document_finalize):
6088         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6089         (pixbuf_document_save), (pixbuf_document_finalize):
6090         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6091         (tiff_document_finalize):
6092         
6093         Save a copy implemented for various backends.
6094
6095 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6096
6097         * configure.ac:
6098         
6099         Don't link with ltiff if tiff is disabled.
6100
6101 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6102
6103         * pdf/GDKSplashOutputDev.cc:
6104         * pdf/GDKSplashOutputDev.h:
6105         * pdf/Thumb.cc:
6106         * pdf/Thumb.h:
6107         * pdf/pdf-document.cc:
6108         * pdf/pdf-document.h:
6109         * pdf/test-gdk-output-dev.cc:
6110         
6111         Remove old unused files.
6112
6113 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6114
6115         * shell/ev-window.c: (ev_window_setup_document):
6116         
6117         Fixed warnings on reload and probably crash reason.
6118
6119 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6120
6121         * properties/ev-properties-view.c:
6122         (ev_properties_view_format_date):
6123         
6124         Check if date is invalid. Fix for bug 318134.
6125
6126 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6127
6128         * shell/ev-window-title.c:
6129         
6130         Add .indd files (Adobe Indesign) to the list of "bad
6131         extensions".
6132
6133 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6134
6135         * data/evince-ui.xml:
6136         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6137         
6138         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6139
6140 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6141
6142         * shell/ev-window.c: (launch_link), (launch_external_uri),
6143         (view_external_link_cb):
6144
6145         URL-escape link before passing it to gnome_vfs_url_show.
6146
6147 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6148
6149         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6150         there isn't text selected.
6151
6152 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6153
6154         * shell/ev-view.c: (handle_link_over_xy):
6155
6156         Check tooltip is valid utf8 before showing it
6157
6158 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6159
6160         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6161
6162 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6163
6164         * shell/ev-window-title.c: (ev_window_title_update):
6165
6166         Guard against using g_strstrip on NULL. Fixes bug #317291.
6167
6168 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6169
6170         * pdf/ev-poppler.cc:
6171
6172         Show title even for unknown links
6173
6174 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6175
6176         * shell/ev-window-title.c: (ev_window_title_update):
6177
6178         Strip the title string
6179
6180 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6181
6182         * shell/ev-window-title.c:
6183
6184         Add .rtf to the bad extensions list
6185
6186 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6187
6188         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6189         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6190
6191         Ignore link coordinates if they are outside page bounds
6192
6193 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6194
6195         * backend/ev-link.c: (ev_link_type_get_type),
6196         (ev_link_get_filename), (ev_link_get_params),
6197         (ev_link_get_property), (ev_link_set_property),
6198         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6199         * backend/ev-link.h:
6200         * pdf/ev-poppler.cc:
6201         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6202         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6203         (ev_window_init):
6204
6205         Implement launch links. Delegate external link opening to
6206         the window.
6207
6208 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6209
6210         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6211         (ev_link_get_right), (ev_link_get_property),
6212         (ev_link_set_property), (ev_link_class_init),
6213         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6214         * backend/ev-link.h:
6215         * pdf/ev-poppler.cc:
6216         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6217
6218         Implement fitr links
6219
6220 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6221
6222         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6223         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6224         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6225         (ev_view_size_request_continuous),
6226         (ev_view_size_request_dual_page),
6227         (ev_view_size_request_single_page), (ev_view_size_allocate),
6228         (ev_view_zoom_for_size_continuous_and_dual_page),
6229         (ev_view_zoom_for_size_continuous),
6230         (ev_view_zoom_for_size_dual_page),
6231         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6232         (ev_sizing_mode_get_type):
6233         * shell/ev-view.h:
6234         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6235
6236         Do not use modes for link, we need to calculate size ad hoc.
6237         Still not perfect because of the usual scrollbar issues grrr.
6238
6239 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6240
6241         * backend/ev-link.c: (ev_link_type_get_type),
6242         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6243         * backend/ev-link.h:
6244         * pdf/ev-poppler.cc:
6245         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6246         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6247         (ev_view_size_request_continuous),
6248         (ev_view_size_request_dual_page),
6249         (ev_view_size_request_single_page), (ev_view_size_allocate),
6250         (zoom_for_size_fit_height),
6251         (ev_view_zoom_for_size_continuous_and_dual_page),
6252         (ev_view_zoom_for_size_continuous),
6253         (ev_view_zoom_for_size_dual_page),
6254         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6255         (ev_sizing_mode_get_type):
6256         * shell/ev-view.h:
6257         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6258
6259         Implement FIT_HEIGHT mode (only for links).
6260         Implement FITH links
6261
6262 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6263
6264         * shell/ev-window-title.c: (get_filename_from_uri),
6265         (ev_window_title_sanitize_extension), (ev_window_title_update),
6266         (ev_window_title_set_document), (ev_window_title_set_uri),
6267         (ev_window_title_free):
6268         * shell/ev-window-title.h:
6269         * shell/ev-window.c: (ev_window_setup_document),
6270         (ev_window_popup_password_dialog):
6271
6272         Refactor window title building while fixing it for
6273         password documents.
6274
6275 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6276
6277         * pdf/ev-poppler.cc:
6278
6279         Escape link title before setting it in the model
6280
6281 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6282
6283         * shell/ev-application.c: (removed_from_session), (save_session),
6284         (init_session), (ev_application_get_empty_window),
6285         (ev_application_init), (ev_application_get_windows):
6286         * shell/ev-application.h:
6287         * shell/ev-window.c: (ev_window_finalize):
6288
6289         Add a function to retrieve window list and share it where
6290         necessary.
6291         Implement session handling, works pretty well thanks to the
6292         metadata system.
6293
6294 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6295
6296         * shell/ev-password.c: (ev_password_item_created_callback),
6297         (ev_password_dialog_save_password):
6298         
6299         Fix for bug 316972. Use async gnome-keyring API.
6300
6301 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6302
6303         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6304         Remove unused unrealize handler. Add scroll handling to
6305         ev_view_scroll_event for presentation mode (bug #316708),
6306         and fix the event state checks there.
6307
6308 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6309
6310         * shell/ev-page-action.c: (page_changed_cb):
6311
6312         "marco, maybe we should be crazy and jump right to 6! :)"
6313
6314         Bryan Clark, Sep 2005
6315
6316 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6317
6318         * ps/ps-document.c: (save_document), (ps_document_save),
6319         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6320         (ps_document_ps_export_end):
6321
6322         Fix unstructured documents save and print
6323
6324 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6325
6326         * shell/ev-application.c: (ev_application_open_uri):
6327
6328         Fix window size persistance
6329
6330 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6331
6332         * shell/ev-view.c: (ev_view_button_release_event):
6333
6334         Based on a patch from carlosgc@gnome.org. Mouse buttons
6335         switch pages in presentation mode.
6336
6337 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6338
6339         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6340
6341         Dont cast to int before scaling
6342
6343 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6344
6345         * backend/ev-link.c: (ev_link_type_get_type),
6346         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6347         (ev_link_new_page_fith):
6348         * backend/ev-link.h:
6349         * pdf/ev-poppler.cc:
6350         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6351
6352         Implement FIT and FITH links
6353
6354 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6355
6356         * pdf/ev-poppler.cc:
6357
6358         Return 0 results when search is not in progress.
6359
6360         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6361         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6362
6363         Update menu sensitivity when cancelling search
6364
6365 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6366
6367         * shell/ev-view.c: (ev_view_can_find_next):
6368
6369         Take all pages in consideration, not just current one
6370
6371 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6372
6373         * shell/ev-page-cache.c:
6374         * shell/ev-page-cache.h:
6375         * shell/ev-view.c: (ev_view_binding_activated),
6376         (ev_view_next_page), (ev_view_previous_page),
6377         (ev_sizing_mode_get_type):
6378         * shell/ev-view.h:
6379         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6380         (ev_window_cmd_go_next_page):
6381
6382         Move page next/previous functions from page chace to
6383         view and change it to move by 2 page steps in dual mode.
6384
6385 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6386
6387         * shell/ev-window.c: (update_sidebar_visibility),
6388         (setup_sidebar_from_metadata), (ev_window_setup_document),
6389         (setup_view_from_metadata):
6390
6391         Show the index by default when there is one     
6392
6393 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6394
6395         * shell/ev-window-title.c: (ev_window_title_set_document):
6396
6397         Missing null check
6398
6399 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6400
6401         * shell/ev-view.c: (view_update_range_and_current_page):
6402         
6403         Allow display of last odd page in dual view. Fix for 316347.
6404
6405 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6406
6407         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6408         
6409         Make close button default. Fix for 316383.
6410
6411 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6412
6413         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6414         
6415         Mark close button as default. Fix for 316381.
6416
6417 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * backend/ev-link.c: (ev_link_class_init):
6420
6421         Allow negative doubles in left/top properties
6422
6423 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6424
6425         * shell/ev-window.c:
6426
6427         Remove a bunch of strings that was used only
6428         by the statusbar.
6429
6430 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6431
6432         * shell/ev-window-title.c: (get_filename_from_uri),
6433         (ev_window_title_set_document):
6434
6435         When title has a confusing extension, show also
6436         the document filename inside ()
6437
6438 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6439
6440         * shell/Makefile.am:
6441         * shell/ev-window-title.c: (ev_window_title_new),
6442         (ev_window_title_update), (ev_window_title_set_type),
6443         (ev_window_title_set_document), (ev_window_title_free):
6444         * shell/ev-window-title.h:
6445         * shell/ev-window.c: (ev_window_setup_document),
6446         (password_dialog_response), (ev_window_popup_password_dialog),
6447         (ev_window_dispose), (ev_window_init):
6448
6449         Factor out and cleanup window title code
6450
6451 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6452
6453         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6454         (unable_to_load):
6455
6456         Make dialog transient so it doesnt block other windows
6457
6458 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6459
6460         * pdf/ev-poppler.cc:
6461         
6462         Fix pdf thumbnails rendering.
6463
6464 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6465
6466         * shell/ev-window.c: (fullscreen_set_timeout):
6467         
6468         Increase timeout to hide full screen popup. Bug 
6469         316123. 
6470
6471 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6472
6473         * data/evince.schemas.in:
6474         * shell/ev-window.c: (update_action_sensitivity):
6475
6476         Allow the user to override document restrictions. Fix for bug
6477         305818.
6478
6479 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6480
6481         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6482         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6483         (ev_window_class_init): Fix multihead behaviour of fullscreen
6484         toolbar popup. Fixes bug #315451.
6485
6486 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6487
6488         * configure.ac:
6489         * data/evince-password.glade:
6490         * shell/ev-password.c: (ev_password_dialog_set_property),
6491         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6492         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6493         (ev_password_dialog_entry_changed_cb),
6494         (ev_password_dialog_entry_activated_cb),
6495         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6496         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6497         (ev_password_dialog_set_bad_pass):
6498         * shell/ev-password.h:
6499         * shell/ev-window.c: (password_dialog_response),
6500         (ev_window_popup_password_dialog):
6501         
6502         Support for gnome-keyring for encrypted PDF's.
6503
6504 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6505
6506         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6507         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6508         (ev_view_enter_notify_event), (ev_view_class_init):
6509         
6510         More precise handling of enter_notify/leave_notify events
6511         in EvView. Fix for bug 315470.
6512
6513 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6514
6515         * shell/ev-window.c: (fullscreen_timeout_cb),
6516         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6517         (ev_window_dispose):
6518
6519         leak fix: unref fullscreen_timeout_source before clearing it
6520
6521 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6522
6523         * configure.ac, dvi/mdvi/Makefile.am: 
6524         
6525         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6526
6527 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6528
6529         * backend/ev-link.c: (ev_link_new_page_xyz):
6530         * pdf/ev-poppler.cc:
6531         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6532
6533         Fix some bugs with xyz links, respect zoom
6534
6535 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6536
6537         * shell/ev-window.c: (page_changed_cb),
6538         (setup_document_from_metadata), (update_sidebar_visibility),
6539         (setup_view_from_metadata), (ev_window_run_fullscreen),
6540         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6541         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6542         (ev_window_dual_mode_changed_cb),
6543         (ev_window_sidebar_current_page_changed_cb):
6544
6545         null check uri before setting and getting metadata
6546
6547 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6548
6549         * dvi/Makefile.am:
6550         * properties/Makefile.am:
6551         * shell/Makefile.am:
6552         * thumbnailer/Makefile.am:
6553
6554         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6555
6556 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6557
6558         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6559         (selection_changed_callback):
6560         * shell/ev-sidebar-links.h:
6561
6562         Add a signal for link activation.
6563
6564         * shell/ev-view.c: (ev_view_goto_link),
6565         (ev_view_button_release_event):
6566         * shell/ev-view.h:
6567         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6568         (ev_window_init):
6569
6570         Implement the signal so that we can handle all link types.
6571
6572         * shell/ev-page-cache.c:
6573
6574         Remove unused set_link function
6575
6576 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6577
6578         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6579
6580         Add some space from the cursor, hardcoded but I couldnt
6581         find a better way.
6582
6583 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6584
6585         * lib/ev-tooltip.c:
6586
6587         Use mozilla style vs gtk style, way better for links.
6588
6589         * shell/ev-view.c: (ev_view_motion_notify_event),
6590         (ev_view_destroy), (ev_view_init):
6591
6592         Deactive tooltip when the link hovered is changed.
6593
6594 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6595
6596         * backend/ev-document.h:
6597         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6598         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6599         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6600         (ev_link_new_page), (ev_link_new_page_xyz):
6601         * backend/ev-link.h:
6602         * pdf/ev-poppler.cc:
6603         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6604         (go_to_link), (tip_from_link):
6605
6606         Implement xyz links, still not functional. Links are a total
6607         mess, will need to refactor and bugfix a lot :(
6608
6609 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6610
6611         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6612
6613 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6614
6615         * data/evince-ui.xml:
6616         * data/evince.schemas.in:
6617         * shell/Makefile.am:
6618         * shell/ev-window.c: (update_chrome_visibility),
6619         (password_dialog_response), (ev_window_load_job_cb),
6620         (ev_window_xfer_job_cb), (ev_window_open_uri),
6621         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6622         (ev_window_init):
6623
6624         Remove the statusbar. This regress loading feedback, need to
6625         check with Bryan what we want to do there...
6626
6627 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6628
6629         * lib/ev-tooltip.c: (ev_tooltip_init):
6630
6631         Fix tooltip border and size handling
6632
6633 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6634
6635         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6636         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6637         (ev_tooltip_timeout), (ev_tooltip_activate),
6638         (ev_tooltip_deactivate):
6639         * lib/ev-tooltip.h:
6640         * shell/ev-view.c: (ev_view_motion_notify_event):
6641
6642         Delay popup showing. Mirror gtk logic/times.
6643
6644 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6645
6646         * lib/Makefile.am:
6647         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6648         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6649         (ev_tooltip_set_text), (ev_tooltip_set_position):
6650         * lib/ev-tooltip.h:
6651
6652         Simple widget to show tooltips at a custom position
6653
6654         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6655         (ev_view_destroy):
6656
6657         Use it for links. First go, needs work
6658
6659 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6660
6661         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6662         HIG fixes.  Use title capitalization for window title. Use 12 
6663         pixels of space between the dialog's vbox and action area.
6664
6665 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6666
6667         * shell/ev-window.c: (file_open_dialog_response_cb),
6668         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6669         (ev_window_cmd_save_as):
6670
6671         Make file pickers not modal and refactor code some
6672
6673 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6674
6675         * shell/ev-sidebar.h:
6676         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6677         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6678         (ev_sidebar_class_init), (ev_sidebar_select_page),
6679         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6680         (ev_sidebar_set_page):
6681
6682         Add a current page property and allow to get/set it
6683
6684         * shell/ev-window.c: (setup_view_from_metadata),
6685         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6686
6687         Persist current sidebar page per document
6688
6689 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6690
6691         * data/evince.schemas.in:
6692         * shell/ev-window.c: (update_chrome_visibility),
6693         (setup_document_from_metadata), (update_sidebar_visibility),
6694         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6695         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6696         (ev_window_run_presentation), (ev_window_stop_presentation),
6697         (ev_window_view_sidebar_cb),
6698         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6699         (load_chrome), (ev_window_init):
6700
6701         Persist size/visibility of sidebar per document
6702
6703 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6704
6705         * shell/ev-view.c (draw_loading_text): Draw loading text.
6706
6707 2005-09-02  Dan Damian  <dand@gnome.ro>
6708
6709         * configure.in: Added "ro" to ALL_LINGUAS.
6710
6711 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6712
6713         * shell/ev-view.c: (clear_caches):
6714
6715         ev_page_cache_get doesnt return a reference,
6716         dont try to unref it.
6717
6718 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6719
6720         * shell/main.c: (load_files_remote):
6721
6722         Fix timestamp parameter with dbus <= 0.33
6723
6724 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6725
6726         * data/evince.schemas.in:
6727
6728         Add missing full stop
6729
6730 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6731
6732         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6733         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6734
6735         Plug some memory leaks
6736
6737 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6738
6739         * configure.ac:
6740         * lib/ev-debug.c: (trap_handler):
6741
6742         Check for execinfo.h and use it only if it exists.
6743         Ported from Epiphany (bug #314776).
6744
6745 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6746
6747         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6748
6749 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6750
6751         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6752         * po/id.po      : Added Indonesian translation
6753
6754 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6755
6756         * shell/main.c:
6757         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6758         * NEWS: Release 0.4.0
6759
6760 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6761
6762         * configure.ac: catch another gtk+-2.8ism
6763         * shell/main.c: Make work with gtk+-2.6
6764
6765 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6766
6767         * shell/ev-application-service.xml: Add 'timestamp' argument to
6768           ev_application_open_window and ev_application_open_uri methods.
6769
6770         * shell/ev-application.h: Add 'timestamp' argument to
6771           ev_application_open_window, ev_application_open_uri,
6772           and ev_application_open_uri_list functions.
6773
6774         * shell/ev-application.c (ev_application_open_window,
6775           ev_application_open_uri, ev_application_open_uri_list): Change
6776           functions that show/present windows to use a timestamp if one
6777           is passed in.
6778
6779         * shell/ev-window.c (ev_window_cmd_file_open,
6780           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6781         * shell/main.c (load_files): Modify calls to ev_application to
6782           include GDK_CURRENT_TIME as timestamp.
6783
6784         * shell/main.c (load_files_remote): Obtain timestamp for client
6785           instance from GDK and pass to server instance so new windows are
6786           focused properly.  Fix dbus_g_proxy_call() calls by including second
6787           G_TYPE_INVALID.
6788           
6789         Closes bug #314475.
6790
6791 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6792
6793         * shell/ev-window.c (ev_window_finalize): Check for
6794         avail. EvWindows when quiting to handle the finalize better,
6795         #314497
6796
6797 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6798         
6799         * properties/ev-properties-view.c: 
6800         
6801         Set textdomain to libglade. Fixes translation problem in property page.
6802
6803 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6804
6805         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6806         * dvi/Makefile.am:
6807         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6808         * dvi/mdvi-lib/Makefile.am:
6809         
6810         Fix rotation of thumbnails, ported to new API. Moved library
6811         dependencies earlier, probably it will fix linkage problem.
6812
6813 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6814
6815         * backend/ev-document-misc.c:
6816         (ev_document_misc_get_thumbnail_frame):
6817         * backend/ev-document-misc.h:
6818         * configure.ac:
6819         * pdf/ev-poppler.cc:
6820         * shell/Makefile.am:
6821         * shell/ev-sidebar-thumbnails.c: (add_range),
6822         (ev_sidebar_thumbnails_set_loading_icon),
6823         (ev_sidebar_thumbnails_refresh),
6824         (ev_sidebar_thumbnails_set_document):
6825         * shell/ev-sidebar-thumbnails.h:
6826         * shell/ev-view.c: (ev_view_motion_notify_event),
6827         (ev_view_set_property), (ev_view_get_property),
6828         (ev_view_class_init), (ev_view_set_rotation):
6829         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6830         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6831         (ev_window_init):
6832         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6833         Redo rotation (again).  prepare for 0.4.0
6834
6835 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6836
6837         * configure.ac: Bump poppler requirement to 0.4.1.
6838
6839         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6840         argument to poppler_page_render_selection() call.
6841
6842 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6843
6844         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6845         (djvu_document_thumbnails_get_thumbnail):
6846         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6847         (dvi_document_thumbnails_get_thumbnail):
6848         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6849         (pixbuf_document_thumbnails_get_thumbnail):
6850         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6851         
6852         Update rotation direction of backends to fit with pdf and ps.
6853
6854 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6855
6856         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6857         * backend/ev-async-renderer.h:
6858         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6859         (setup_page), (ps_document_get_page_size),
6860         (ps_async_renderer_render_pixbuf):
6861         * ps/ps-document.h:
6862         * shell/ev-jobs.c: (ev_job_render_run):
6863
6864         Fix orientation in the postscript document
6865
6866 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6867
6868         * pdf/ev-poppler.cc:
6869         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6870         * shell/ev-view.c: (highlight_find_results):
6871
6872         Adapt to the new poppler rotation API. Fix text maps on landscape
6873         documents.
6874
6875 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6876
6877         * shell/ev-view.c (compute_new_selection_text): get the correct
6878         region when selecting in modes other than continuous.
6879
6880 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6881
6882         * shell/main.c (main): remove redundant g_warnings.
6883
6884 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6885
6886         * shell/Makefile.am: Don't include autogenerated
6887         file ev-application-service.h into distribution, since
6888         it causes dbus crash. Fix for bugs 313724 and 313443. 
6889
6890 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6891
6892         * configure.ac: Fix sed expression for FreeBSD. Thanks
6893         to Joe Marcus Clark <marcus@freebsd.org>
6894         
6895         * shell/eggfindbar.c: (entry_activate_callback),
6896         (entry_changed_callback), (egg_find_bar_init),
6897         (egg_find_bar_set_search_string):
6898         
6899         Made findbar buttons unsensitive if there is no text in
6900         entry. Fix for the bug 313285.
6901
6902 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6903
6904         * ps/ps-document.c: Use g_filename_display_name for displaying
6905         filenames and revert string freeze breackage
6906
6907 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6908
6909         * NEWS:
6910         * configure.ac:
6911
6912         Update for 0.3.4
6913
6914         * shell/Makefile.am:
6915
6916         Add ev-application-service.xml to extra dist
6917
6918         * shell/ev-view.c: (find_page_at_location):
6919
6920         Remove unused function (fix warning)
6921
6922 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6923
6924         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6925         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6926         
6927         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6928         bug 313623.
6929
6930 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6931
6932         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6933         * shell/ev-window.c:
6934         Fix build warnings
6935
6936 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6937
6938         * configure.ac: Update script to get dbus version.
6939         Fix for the bug #313443.
6940
6941 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6942
6943         * shell/ev-window.c: (ev_window_cmd_escape):
6944         
6945         Return focus back to view on escape. Fix for bug 313295.
6946
6947 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6948
6949         * shell/ev-window.c: (update_window_title),
6950         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6951         (ev_window_cmd_save_as):
6952         
6953         Correct conversion from uri to displayable string. Fix for
6954         bug 313296.
6955
6956 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6957
6958         * ps/ps-document.c: convert filename to utf8 when there is an error
6959         loading document. Fixes #309915
6960
6961 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6962
6963         * configure.ac:
6964
6965         We depend on poppler 0.4.0
6966
6967 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6968
6969         * configure.ac:
6970         * NEWS: Release 0.3.3.
6971         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6972
6973 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6974
6975         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6976         add a couple missing mnemonics to menu items, use title 
6977         capitalization for menu items and window titles, and add 
6978         ellipsis to open menu item.     
6979
6980 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6981
6982         * pdf/ev-poppler.cc:
6983         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6984         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6985         (ev_view_get_rotation):
6986         * shell/ev-view.h:
6987         * shell/ev-window.c: (setup_view_from_metadata),
6988         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6989         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6990         disk.
6991
6992 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6993
6994         * configure.ac: Added tr to ALL_LINGUAS
6995
6996 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6997
6998         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6999         requires several clicks to find word. Thanks to 
7000         Colin Slater <kiltedtaco@gmail.com>.
7001
7002 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7003
7004         * data/evince.desktop.in.in: Hide menu entry and
7005         rename it to "Document Viewer". Fix for bug 
7006         #312399.
7007
7008 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7009
7010         * shell/ev-page-action.c (ev_page_action_class_init): 
7011
7012         Point to the correct function in constructor of the
7013         activate_label signal
7014
7015 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7016
7017         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7018         * shell/ev-jobs.h: Make thread safe.
7019
7020 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * shell/ev-view.c: (view_update_range_and_current_page):
7023         Don't update page range if we are scrolling to some document
7024         point.
7025
7026 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7027
7028         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7029         when getting max_page_width, fix drawing in dual mode.
7030
7031 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7032
7033         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7034         getting the area for select_all.
7035
7036 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7037
7038         * backend/ev-selection.c: (ev_selection_render_selection):
7039         * backend/ev-selection.h:
7040         * pdf/ev-poppler.cc:
7041         * shell/ev-jobs.c: (ev_job_render_new):
7042         * shell/ev-jobs.h:
7043         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7044         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7045         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7046         (ev_view_class_init):
7047
7048         Change selection color on focus in and focus out events.  Also,
7049         poppler now uses GdkColor for specifying the selection colors, so
7050         drop some awkward conversion code.
7051
7052 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7053
7054         * configure.ac: Added Hebrew translation
7055
7056 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7057
7058         * NOTES:
7059         * backend/ev-selection.c: (ev_selection_render_selection):
7060         * backend/ev-selection.h:
7061         * pdf/ev-poppler.cc:
7062         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7063         (ev_job_render_run):
7064         * shell/ev-jobs.h:
7065         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7066         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7067         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7068         (ev_pixbuf_cache_style_changed),
7069         (ev_pixbuf_cache_get_selection_pixbuf),
7070         (ev_pixbuf_cache_set_selection_list),
7071         (ev_pixbuf_cache_get_selection_list):
7072         * shell/ev-pixbuf-cache.h:
7073         * shell/ev-utils.c: (ev_print_region_contents):
7074         * shell/ev-utils.h:
7075         * shell/ev-view.c: (ev_view_queue_draw_page),
7076         (selection_update_idle_cb), (ev_view_motion_notify_event),
7077         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7078         (setup_caches), (ev_view_find_next), (merge_selection_region),
7079         (selection_free):
7080         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7081
7082         Clean up selection to be much smoother!
7083
7084 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7085
7086         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7087         to poppler_page_render_selection().
7088
7089 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7090
7091         * ps/ps-document.c: (save_page_list): Use
7092         unzipped document when printing. Thanks to 
7093         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7094         311016.
7095
7096 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7097
7098         * shell/ev-window.c: (update_action_sensitivity):
7099         
7100         Disable print and save respect to lockdown gconf keys. Fix
7101         for 312342.
7102
7103 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * configure.ac:
7106         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7107         (write_to_temp_file), (ev_file_set_contents):
7108         * shell/ev-utils.h:
7109         * shell/ev-window.c: (save_print_config_to_file):
7110         
7111         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7112         Fix for bug 312238
7113
7114 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7115
7116         * shell/ev-window.c: (load_print_config_from_file),
7117         (save_print_config_to_file), (ev_window_print_range):
7118
7119         Persist the print settings. Fixes bug #311578.
7120
7121 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7122
7123         * djvu/djvu-document.c: (djvu_document_get_page_size),
7124         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7125         (djvu_document_thumbnails_get_thumbnail):
7126         * dvi/dvi-document.c: (dvi_document_get_page_size),
7127         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7128         (dvi_document_thumbnails_get_dimensions),
7129         (dvi_document_thumbnails_get_thumbnail):
7130         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7131         (pixbuf_document_render_pixbuf),
7132         (pixbuf_document_document_iface_init),
7133         (pixbuf_document_thumbnails_get_thumbnail):
7134         
7135         Update backends to make them build with new rotation system.
7136
7137 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7138
7139         * help/C/figures/evince_start_window.png:
7140         
7141         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7142
7143 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7144
7145         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7146         * shell/ev-pixbuf-cache.h:
7147         * shell/ev-sidebar-thumbnails.c:
7148         (ev_sidebar_thumbnails_get_property), (add_range),
7149         (adjustment_changed_cb):
7150         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7151         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7152         we were thumbnailing the entire docment on startup, slowing us
7153         down hugely. 
7154
7155 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7156
7157         * shell/ev-page-cache.c: (ev_page_cache_new):
7158         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7159         == 0, fixes #310306.
7160
7161 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7162
7163         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7164         (ev_view_rotate_left):
7165
7166         Account rotation in doc_rect_to_view_rect.
7167         Ensure rotation doesnt go out of bounds.
7168
7169 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7170
7171         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7172
7173         Correct and cleanup w/h swapping
7174
7175 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7176
7177         * backend/ev-document-thumbnails.c:
7178         (ev_document_thumbnails_get_thumbnail):
7179         * backend/ev-document-thumbnails.h:
7180         * backend/ev-document.c:
7181         * backend/ev-document.h:
7182         * backend/ev-render-context.c: (ev_render_context_new),
7183         (ev_render_context_set_rotation):
7184         * backend/ev-render-context.h:
7185         * pdf/ev-poppler.cc:
7186         * ps/ps-document.c: (ps_document_document_iface_init):
7187         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7188         * shell/ev-jobs.h:
7189         * shell/ev-page-cache.c: (build_height_to_page),
7190         (ev_page_cache_new), (ev_page_cache_get_size),
7191         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7192         (ev_page_cache_get_height_to_page):
7193         * shell/ev-page-cache.h:
7194         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7195         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7196         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7197         (ev_pixbuf_cache_get_selection_pixbuf):
7198         * shell/ev-pixbuf-cache.h:
7199         * shell/ev-print-job.c: (idle_print_handler):
7200         * shell/ev-sidebar-thumbnails.c: (add_range):
7201         * shell/ev-view.c: (view_update_range_and_current_page),
7202         (get_page_y_offset), (get_page_extents),
7203         (ev_view_size_request_continuous_dual_page),
7204         (ev_view_size_request_continuous),
7205         (ev_view_size_request_dual_page),
7206         (ev_view_size_request_single_page), (draw_one_page),
7207         (ev_view_set_rotation), (ev_view_rotate_right),
7208         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7209         (ev_view_zoom_for_size_continuous_and_dual_page),
7210         (ev_view_zoom_for_size_continuous),
7211         (ev_view_zoom_for_size_dual_page),
7212         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7213         (ev_view_select_all):
7214         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7215         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7216         (tiff_document_document_iface_init),
7217         (tiff_document_thumbnails_get_thumbnail):
7218
7219         Use rotation rather than orientation. It's easier and enough
7220         for our needs.
7221
7222 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7223
7224         * shell/ev-page-cache.c: (build_height_to_page),
7225         (ev_page_cache_new), (ev_page_cache_get_size),
7226         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7227         (ev_page_cache_get_height_to_page):
7228         * shell/ev-page-cache.h:
7229         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7230         (ev_view_size_request_continuous_dual_page),
7231         (ev_view_size_request_continuous),
7232         (ev_view_zoom_for_size_continuous_and_dual_page),
7233         (ev_view_zoom_for_size_continuous):
7234
7235         Make the page cache aware of page orientation.
7236
7237 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7238
7239         * backend/ev-document-thumbnails.c:
7240         (ev_document_thumbnails_get_thumbnail):
7241         * backend/ev-document-thumbnails.h:
7242         * backend/ev-document.c:
7243         * backend/ev-document.h:
7244         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7245         * backend/ev-ps-exporter.h:
7246         * pdf/ev-poppler.cc:
7247         * ps/ps-document.c: (ps_document_document_iface_init),
7248         (ps_document_ps_export_do_page):
7249         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7250         * shell/ev-jobs.h:
7251         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7252         (ev_page_cache_get):
7253         * shell/ev-page-cache.h:
7254         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7255         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7256         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7257         * shell/ev-pixbuf-cache.h:
7258         * shell/ev-print-job.c: (idle_print_handler):
7259         * shell/ev-sidebar-thumbnails.c: (add_range):
7260         * shell/ev-view.c: (view_update_range_and_current_page),
7261         (get_page_extents), (ev_view_size_request_dual_page),
7262         (ev_view_size_request_single_page), (draw_one_page),
7263         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7264         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7265         (ev_view_zoom_for_size_dual_page),
7266         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7267         (ev_view_select_all):
7268         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7269         * tiff/tiff-document.c: (tiff_document_get_page_size),
7270         (tiff_document_get_orientation), (rotate_pixbuf),
7271         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7272         (tiff_document_thumbnails_get_thumbnail),
7273         (tiff_document_ps_export_do_page), (tiff_document_init):
7274
7275         Really make use of the orientation bit of the render context.
7276         Use the render context in a few more places in the backend API.
7277         This regress orientation, but now it's done right. Will try to
7278         fix it up asap...
7279
7280 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7281
7282         * shell/ev-view.c: (ensure_rectangle_is_visible):
7283
7284         Patch by Nickolay V. Shmyrev to fix find flickering
7285
7286 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7287
7288         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7289         duplex parameters to ::begin.
7290
7291         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7292         * shell/ev-print-job.c (idle_print_handler): 
7293         * ps/ps-document.c (ps_document_ps_export_begin): 
7294         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7295         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7296         implementations. Poppler backend needs poppler cvs. Rest has
7297         unchanged behavior.
7298
7299 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7300
7301         * shell/ev-window.c (using_pdf_printer): new function.
7302         (ev_window_print_range): print a less techy message if someone
7303         tries to print to PDF.
7304
7305 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7306
7307         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7308         from "unknown font" string. Bug #311431
7309
7310 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7311
7312         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7313
7314 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7315
7316         Bug #311280
7317         
7318         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7319         name for PopplerFontTypes
7320         (pdf_document_fonts_fill_model): add font type to the detail column
7321
7322         * backend/ev-document-fonts.h: added
7323         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7324
7325         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7326         font name and font details, add a little markup.
7327         (ev_properties_fonts_init): use the new cell data func, specify ypad
7328         property for the cell renderer.
7329         (ev_properties_fonts_set_document): add the details column.
7330
7331 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7332
7333         * configure.ac: Added "pl" to ALL_LINGUAS.
7334
7335 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7336
7337         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7338
7339 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7340
7341         * help/ChangeLog: Started this for translations of manual.
7342         * configure.ac, autogen.sh, .cvsignore: Migrated to
7343         gnome-doc-utils. Patch in bug #311222.
7344
7345 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7346
7347         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7348         #ifdef this away to fix an unused-function warning.
7349
7350 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7351
7352         * configure.ac: Added 'gl' to ALL_LINGUAS.
7353
7354 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7355
7356         * configure.ac: Added ne in ALL_LINGUAS
7357         
7358 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7359
7360         * shell/ev-view.c: (ev_view_leave_notify_event):
7361         
7362         Clear status message when pointer leaves view. Fix for bug
7363         #310818 
7364
7365 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7366
7367         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7368
7369 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7370
7371         * shell/ev-view.c: (ev_view_leave_notify_event),
7372         (ev_view_class_init):
7373         
7374         Set cursor to normal then leaving view.
7375
7376 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7377
7378         * configure.ac:
7379         
7380         Fix required djvulibre version.
7381
7382 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7383
7384         *configure.ac: Hindi (hi) language added
7385
7386 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7387
7388         *configure.ac: Punjabi (pa) Language added
7389
7390 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7391
7392         * data/evince-ui.xml, shell/ev-window.c:
7393         
7394         Add keypad accelerators for zooming. Fix for bug 308128.
7395
7396 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7397
7398         * Makefile.am:
7399         * backend/Makefile.am:
7400         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7401         * configure.ac:
7402         * shell/ev-document-types.c: (ev_document_types_add_filters):
7403
7404         Allow to enable/disable the pixbuf backend.
7405         Default to off for now. If we want it enabled we should
7406         really put mime types in the desktop, implement properties etc.
7407
7408         * properties/evince-properties.c:
7409
7410         Initialize error to NULL.
7411         Check error is not NULL before freeing.
7412
7413 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7414
7415         * shell/ev-window.c:
7416
7417         Use F5 as presentation accell
7418
7419 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7420
7421         * shell/ev-window.c: (update_chrome_visibility),
7422         (ev_window_create_fullscreen_popup), (ev_window_init):
7423
7424         Do not leak the fullscreen toolbar
7425
7426 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7427
7428         * shell/ev-window.c: (view_actions_focus_in_cb),
7429         (view_actions_focus_out_cb):
7430
7431         These has a return value! Fix totally random focus
7432         issues we was seeing.
7433
7434 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7435
7436         * shell/main.c: (load_files_remote):
7437
7438         Allow open more than one file
7439
7440 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7441
7442         * shell/main.c: (load_files_remote):
7443
7444         Fix for dbus 0.33. bug #309975
7445
7446 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7447
7448         * properties/ev-properties-main.c: (ev_properties_get_pages):
7449
7450         Actually return NULL for types we dont support
7451
7452 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7453
7454         * po/POTFILES.in:
7455
7456         Remove empty lines.
7457
7458 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7459
7460         * backend/ev-document-factory.c:
7461         (ev_document_factory_get_document):
7462
7463         Do not try to create the object if type
7464         is invalid.
7465
7466 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7467
7468         * ps/ps-document.c: (ps_document_dispose),
7469         (ps_async_renderer_render_pixbuf):
7470         * ps/ps-document.h:
7471
7472         Do not leak the target window
7473
7474 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7475
7476         * shell/ev-application.c: (ev_application_init):
7477
7478         Let tbe check file existence for us.
7479         Add a comment about eggrecent mime filter.
7480
7481 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7482
7483         * data/evince-ui.xml:
7484         * shell/ev-application.c: (ev_application_shutdown),
7485         (ev_application_init), (ev_application_get_toolbars_model),
7486         (ev_application_get_recent_model),
7487         (ev_application_save_toolbars_model):
7488         * shell/ev-application.h:
7489         * shell/ev-window.c: (ev_window_add_recent),
7490         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7491         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7492         (ev_window_init):
7493
7494         Use common toolbar and recent models for all windows.
7495         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7496
7497 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7498
7499         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7500         successfully check for gtk_icon_view_get_visible_range.
7501
7502 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7503
7504         * djvu/Makefile.am:
7505         * dvi/Makefile.am:
7506         
7507         Fix djvu and dvi backend build.
7508
7509 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7510
7511         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7512         (new_separator_pixbuf):
7513
7514         Don't leak windows.
7515
7516 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7517
7518         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7519
7520         HIGification of toolbar editor dialogue.
7521
7522 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7523
7524         * configure.ac:
7525         * shell/Makefile.am:
7526
7527         Ever build metadata manager since it's just
7528         disabled at runtime now.
7529
7530 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7531
7532         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7533         (ev_metadata_manager_get), (ev_metadata_manager_set):
7534         * shell/ev-metadata-manager.h:
7535
7536         Add an _init functions that enabled metadata management
7537         at runtime.
7538
7539         * shell/ev-window.c: (page_changed_cb),
7540         (setup_document_from_metadata), (ev_window_setup_document),
7541         (setup_view_from_metadata), (ev_window_open_uri),
7542         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7543         (ev_window_run_presentation), (ev_window_stop_presentation),
7544         (save_sizing_mode), (ev_window_zoom_changed_cb),
7545         (ev_window_continuous_changed_cb),
7546         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7547         (window_configure_event_cb):
7548
7549         Remove all ugly metadata define since we deal with it
7550         at runtime now.
7551
7552         * shell/main.c: (load_files_remote), (main):
7553
7554         Add support for dbus cvs head. Hopefully didnt break one
7555         of the other versions now!
7556
7557         If we dont get a response from the dbus server just
7558         give up with it and not enable metadata.
7559
7560 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7561
7562         * Makefile.am:
7563         * backend/Makefile.am:
7564         * configure.ac:
7565         * cut-n-paste/recent-files/Makefile.am:
7566         * cut-n-paste/toolbar-editor/Makefile.am:
7567         * cut-n-paste/zoom-control/Makefile.am:
7568         * lib/Makefile.am:
7569         * pdf/Makefile.am:
7570         * pixbuf/Makefile.am:
7571         * properties/Makefile.am:
7572         * ps/Makefile.am:
7573         * shell/Makefile.am:
7574         * thumbnailer/Makefile.am:
7575         * tiff/Makefile.am:
7576
7577         Make frontends depend on just libev.
7578         Rework and group CFLAGS/LIBS definitions.
7579         Cleanups.
7580
7581 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7582
7583         * shell/ev-window:
7584
7585         do not unnecessarily save zoom
7586
7587         * configure.ac:
7588         * lib/ev-file-helpers.c: (ev_dot_dir):
7589         * shell/Makefile.am:
7590         * shell/dummy.cc:
7591
7592         Some cleanups
7593
7594 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7595
7596         * configure.ac:
7597         
7598         Remove unnecessary dependencies
7599
7600 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7601
7602         * properties/Makefile.am:
7603         * thumbnailer/Makefile.am:
7604         * tiff/Makefile.am:
7605
7606         Some more cleanups. Was really necessary
7607         but I probably introduced bugs, feel free
7608         to flame :)
7609
7610 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7611
7612         * backend/Makefile.am:
7613         * configure.ac:
7614         * cut-n-paste/recent-files/Makefile.am:
7615         * cut-n-paste/toolbar-editor/Makefile.am:
7616         * cut-n-paste/zoom-control/Makefile.am:
7617         * lib/Makefile.am:
7618         * pdf/Makefile.am:
7619         * pixbuf/Makefile.am:
7620         * properties/Makefile.am:
7621         * ps/Makefile.am:
7622         * shell/Makefile.am:
7623         * thumbnailer/Makefile.am:
7624         * tiff/Makefile.am:
7625
7626         Use gnome-common macros when possible.
7627         Cleanup dependencies.
7628         Actually disable deprecated where possible.
7629
7630 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7631
7632         * Makefile.am:
7633         * backend/Makefile.am:
7634         * properties/Makefile.am:
7635         * shell/Makefile.am:
7636         * thumbnailer/Makefile.am:
7637
7638         This should solve the circular dep without
7639         requiring dir reorg!
7640
7641         * shell/ev-window.c: (setup_view_from_metadata):
7642
7643         Never restore window size/position when the
7644         window is already visible.
7645
7646 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7647
7648         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7649
7650         Return a boolean from timeout func. Fix ported from gedit.
7651
7652 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7653
7654         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7655
7656 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7657
7658         * shell/ev-document-types.c: set "All Documents" as default filter in
7659         open dialog
7660
7661 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7662
7663         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7664         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7665         (ev_metadata_manager_set_boolean): fix value/val thinko.
7666
7667 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7668
7669         * shell/ev-window.c: (setup_view_from_metadata),
7670         (window_state_event_cb), (window_configure_event_cb),
7671         (ev_window_init):
7672
7673         Remember window position and maximized state
7674
7675 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7676
7677         * configure.ac:
7678
7679         Fix DBUS configure checks.
7680
7681         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7682         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7683         (ev_metadata_manager_set_boolean):
7684
7685         Plug mem leaks.
7686
7687         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7688         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7689         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7690         (ev_window_continuous_changed_cb),
7691         (ev_window_dual_mode_changed_cb), (ev_window_new):
7692
7693         Fix the build without DBUS.
7694
7695 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7696
7697         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7698         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7699         (ev_metadata_manager_set_string),
7700         (ev_metadata_manager_set_boolean):
7701         * shell/ev-metadata-manager.h:
7702
7703         Add support for some more types
7704
7705         * shell/ev-view.c: (scroll_to_current_page),
7706         (ev_view_get_continuous), (ev_view_set_continuous),
7707         (ev_view_get_dual_page):
7708         * shell/ev-view.h:
7709         * shell/ev-window.c: (page_changed_cb),
7710         (setup_document_from_metadata), (ev_window_setup_document),
7711         (setup_view_from_metadata), (ev_window_open_uri),
7712         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7713         (ev_window_run_presentation), (ev_window_stop_presentation),
7714         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7715         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7716         (ev_window_update_dual_page_action),
7717         (ev_window_continuous_changed_cb),
7718         (ev_window_dual_mode_changed_cb), (ev_window_init):
7719
7720         Remember a bunch of view/document properties. Prolly some
7721         are still missing but it's getting interesting.
7722
7723 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7724
7725         * configure.ac: check if dbus-binding-tool is installed. Not the
7726         case on current Ubuntu breezy, it seems.
7727
7728 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7729
7730         * data/evince.desktop.in.in:
7731         
7732         Allow open uri lists and add TryExec field.
7733
7734 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7735
7736         * configure.ac:
7737
7738         Enable dbus when available, do not require a configure
7739         option.
7740
7741 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7742
7743         * configure.ac:
7744
7745         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7746         disabled.
7747
7748 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7749         Marco Pesenti Gritti  <mpg@redhat.com>
7750
7751         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7752         
7753         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7754         functions to the format required by dbus
7755
7756         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7757         errors. Use the RPC parameters in the expected way
7758
7759 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7760
7761         * Makefile.am:
7762         * properties/Makefile.am:
7763         * properties/ev-properties-main.c: (ev_properties_get_pages):
7764
7765         Support all mime types
7766
7767         * shell/Makefile.am:
7768         * thumbnailer/Makefile.am:
7769         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7770         (evince_thumbnail_pngenc_get):
7771
7772         Use the document factory
7773
7774 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7775
7776         * backend/Makefile.am:
7777         * backend/ev-document-factory.c:
7778         (mime_type_supported_by_gdk_pixbuf),
7779         (ev_document_type_get_from_mime),
7780         (ev_document_factory_get_document),
7781         (ev_document_factory_get_backend),
7782         (ev_document_factory_get_mime_types),
7783         (ev_document_factory_get_all_mime_types):
7784         * backend/ev-document-factory.h:
7785         * shell/Makefile.am:
7786         * shell/ev-document-types.c: (get_document_from_uri),
7787         (ev_document_types_get_document),
7788         (file_filter_add_mime_list_and_free),
7789         (ev_document_types_add_filters):
7790         * shell/ev-document-types.h:
7791         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7792         * shell/ev-properties-dialog.c:
7793         (ev_properties_dialog_set_document):
7794         * shell/ev-window.c: (ev_window_cmd_file_open),
7795         (ev_window_cmd_save_as):
7796         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7797
7798         Rework document types managing to avoid code duplication
7799         and actually abstract from backend implementations.
7800         Also provide a minimal factory api that can be used by
7801         thumbnailer/properties.
7802
7803 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7804
7805         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7806         Plug a mem leak.
7807         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7808         HIG spacings.
7809
7810 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7811
7812         * shell/ev-properties-dialog.c
7813         (ev_properties_dialog_set_document): only call
7814         ev_properties_fonts_set_document() if the document implements the
7815         fonts interface
7816
7817 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7818
7819         * configure.ac:
7820         * properties/Makefile.am:
7821         * properties/ev-properties-view.c:
7822         (ev_properties_view_register_type):
7823         * properties/ev-properties-view.h:
7824         * properties/ev-properties-main.h:
7825
7826         Implement nautilus plugin for properties.
7827         Works only for pdf atm, I need to rework the
7828         document types stuff to get this to work
7829         for all backends...
7830
7831 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7832
7833         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7834         (ev_properties_fonts_set_document): use
7835         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7836
7837 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7838
7839         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7840         them
7841         (PlaceImage, tiff2ps_process_page): use
7842         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7843
7844
7845 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7846
7847         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7848         (main): to call gnome_authentication_manager_init. Should fix
7849         Bug #308510
7850
7851         * configure.ac: that requires libgnomeui 2.6.0.
7852
7853 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7854
7855         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7856         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7857         use the new tiff2ps interfaces
7858
7859         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7860         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7861
7862         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7863         structure instead of global variables.  Remove use of static
7864         variables in functions.
7865
7866 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7867
7868         * shell/ev-page-action.c: unref the completion after setting it to the
7869         entry
7870
7871 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7872
7873         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7874         postscript files
7875
7876 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7877
7878         * shell/ev-window.c (update_action_sensitivity): disable
7879         File->Print if the document does not implement the ps exporter
7880         interface
7881
7882 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7883
7884         * Makefile.am:
7885         * configure.ac:
7886         * data/evince-properties.glade:
7887         * properties/.cvsignore:
7888         * properties/Makefile.am:
7889         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7890         (ev_properties_view_class_init), (ev_properties_view_format_date),
7891         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7892         (ev_properties_view_init), (ev_properties_view_new):
7893         * properties/ev-properties-view.h:
7894         * shell/Makefile.am:
7895         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7896         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7897         (ev_properties_dialog_new):
7898         * shell/ev-properties-dialog.h:
7899         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7900         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7901         (update_progress_label), (job_fonts_finished_cb),
7902         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7903         * shell/ev-properties-fonts.h:
7904         * shell/ev-properties.c:
7905         * shell/ev-properties.h:
7906         * shell/ev-window.c: (ev_window_setup_document),
7907         (ev_window_cmd_file_properties):
7908
7909         Split the properties pages in two different objects, depend
7910         only on the backend where possible, use widgets instead
7911         of gobject for the glade part, reimplement the dialog
7912         itself with gtk.
7913         I need this to implement nautilus properties page.
7914
7915 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7916
7917         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7918         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7919         (tiff_document_document_ps_exporter_iface_init): implement the ps
7920         exporter interface for tiff documents
7921
7922         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7923         libtiff to implement TIFF postscript export
7924
7925         * tiff/tiff2ps.h: added a header file for external tiff2ps
7926         functions.
7927
7928         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7929         tiff2ps.h
7930
7931 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7932
7933         * shell/ev-view.c: (scroll_to_current_page),
7934         (ev_view_set_fullscreen), (ev_view_set_presentation):
7935         
7936         Scroll to current page when exit from presentation
7937
7938 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7939
7940         * shell/ev-window.c: (update_document_mode),
7941         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7942         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7943         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7944         
7945         Exit from fullscreen mode when switch to presentation. Fix for
7946         bug 309365
7947
7948 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7949
7950         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7951         return NULL if the document does not implement the selection
7952         interface.
7953
7954 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7955
7956         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7957         reported height by using the resolution aspect ratio
7958         (tiff_document_render_pixbuf): scale the pixbuf using the
7959         resolution aspect ratio
7960
7961 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7962
7963         * configure.ac:
7964         
7965         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7966         <kiltedaco@gmail.com>
7967         
7968         * djvu/djvu-document.c: (djvu_document_get_orientation),
7969         (djvu_document_set_orientation), (djvu_document_get_page_size),
7970         (rotate_pixbuf), (djvu_document_render_pixbuf),
7971         (djvu_document_document_iface_init):
7972         * dvi/dvi-document.c: (dvi_document_get_orientation),
7973         (dvi_document_set_orientation), (dvi_document_get_page_size),
7974         (rotate_pixbuf), (dvi_document_render_pixbuf),
7975         (dvi_document_document_iface_init):
7976         
7977         Dvi and djvu backends are ported to new API
7978
7979 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7980
7981         * backend/ev-selection.c: (ev_selection_get_selection_region),
7982         (ev_selection_get_selection_map):
7983         * backend/ev-selection.h:
7984         * pdf/ev-poppler.cc:
7985         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7986         * shell/ev-jobs.h:
7987         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7988         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7989         (ev_pixbuf_cache_get_text_mapping):
7990         * shell/ev-pixbuf-cache.h:
7991         * shell/ev-view.c: (location_in_text),
7992         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7993         support to EvView.  Now we can see where we can select!  Sweet!
7994
7995 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7996
7997         * shell/ev-view.c (ev_view_button_press_event): Fix
7998         event->y + view->scroll_x typo.
7999
8000 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8001
8002         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8003         sub-GdkPixbuf instead of passing dest_x and dest_y.
8004         
8005         * shell/ev-view.c: (view_point_to_doc_point),
8006         (view_rect_to_doc_rect), (ev_view_button_press_event),
8007         (ev_view_motion_notify_event), (compute_new_selection_rect),
8008         (gdk_rectangle_point_in), (compute_new_selection_text),
8009         (compute_selections): Update selection code to keep the selection
8010         around as two points and not as a normalized rectangle, and fix
8011         page level selection in two-column mode.
8012
8013 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8014
8015         * shell/ev-window.c: (window_configure_event_cb): 
8016         
8017         Fix compilation
8018         
8019 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8020
8021         * pdf/ev-poppler.cc:
8022
8023         Fix compilation
8024
8025 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8026
8027         * shell/Makefile.am:
8028         * shell/ev-metadata-manager.c: (item_free),
8029         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8030         (parse_value), (parseItem), (load_values),
8031         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8032         (save_values), (save_item), (get_oldest), (resize_items),
8033         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8034         * shell/ev-metadata-manager.h:
8035
8036         Metadata manager from gedit but modified to use GValue, so that
8037         we dont need to keep converting from strings.
8038
8039         * configure.ac:
8040
8041         ENABLE_METADATA conditional, on when dbus is on
8042
8043         * shell/ev-application.c: (ev_application_open_uri):
8044
8045         Show the window after load so that we can initialize
8046         window size before it's showed.
8047
8048         * shell/ev-window.c: (ev_window_setup_from_metadata),
8049         (ev_window_open_uri), (window_configure_event_cb),
8050         (ev_window_init):
8051
8052         Save and load metadata information about window size.
8053         Not yet keeping states in account.
8054
8055         * shell/main.c: (main):
8056
8057         Shutdown metadata manager.
8058
8059 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8060
8061         * shell/ev-application-service.xml:
8062         * configure.ac:
8063         * shell/Makefile.am:
8064         * shell/ev-application.c:
8065         * shell/ev-application.h:
8066         * shell/ev-window.c:
8067         * shell/ev-window.h:
8068         * shell/main.c:
8069
8070         Add an optional dbus interface (--enable-dbus).
8071         Rework application code, mainly to be easier to
8072         use "remotely".
8073         Do not open multiple windows with the same document,
8074         spatial evince!
8075
8076 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8077
8078         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8079         pixbuf iff it exists.
8080
8081 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8082
8083         * shell/*:
8084         * backend/ev-render-context.[ch]:
8085         * backend/ev-selection.[ch]:
8086
8087         Massive changes.  We now support text selection of pdfs, and not
8088         just rectangular selection.  This is pretty broken still, but I
8089         want to get something into CVS.
8090
8091 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8092
8093         * pdf/ev-poppler.cc:
8094         
8095         Fix for Bug 309080: crash on window close.
8096         
8097         * shell/ev-page-action.c: (page_changed_cb):
8098         
8099         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8100         jensgr@gmx.net (Jens Granseuer).
8101
8102 2005-06-25  Marcel Telka  <marcel@telka.sk>
8103
8104         * configure.in (ALL_LINGUAS): Added sk.
8105
8106 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8107
8108         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8109         not a document open
8110
8111 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8112
8113         * NEWS:
8114         * configure.ac:
8115
8116         Release 0.3.2
8117
8118         * cut-n-paste/recent-files/Makefile.am:
8119
8120         Fix make distcheck
8121
8122 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8123
8124         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8125         (pixbuf_document_set_orientation), (rotate_pixbuf),
8126         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8127         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8128
8129         Implement rotation and cleanup the code a bit.
8130
8131         * tiff/tiff-document.c: (tiff_document_get_page_size),
8132         (tiff_document_get_orientation), (tiff_document_set_orientation),
8133         (rotate_pixbuf), (tiff_document_render_pixbuf),
8134         (tiff_document_document_iface_init), (tiff_document_init):
8135
8136         Implement rotation. Was the quicker solution for the release
8137         but we really need to share this code in the shell.
8138
8139 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8140
8141         * pdf/ev-poppler.cc:
8142
8143         Enable rotation, require poppler cvs. Fix a leak.
8144
8145 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8146
8147         * shell/ev-window.c: (update_action_sensitivity):
8148         
8149         Make properties unsensitive if document backend doesn't provide
8150         any info
8151
8152 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8153
8154         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8155         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8156         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8157         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8158         (bitmap_flip_rotate_counter_clockwise):
8159         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8160         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8161         (buff_gets):
8162         * dvi/mdvi-lib/common.h:
8163         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8164         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8165         (opendvi), (mdvi_reload), (mdvi_init_context),
8166         (mdvi_destroy_context), (mdvi_dopage), (special):
8167         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8168         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8169         (file_hash_free), (register_encoding), (parse_spec),
8170         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8171         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8172         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8173         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8174         (mdvi_register_font_type), (mdvi_unregister_font_type),
8175         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8176         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8177         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8178         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8179         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8180         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8181         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8182         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8183         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8184         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8185         (mdvi_unregister_special), (mdvi_flush_specials):
8186         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8187         (t1_font_remove):
8188         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8189         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8190         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8191         (free_font_metrics), (flush_font_metrics):
8192         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8193         (tt_font_remove):
8194         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8195         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8196         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8197         (dstring_insert), (dstring_new), (dstring_reset):
8198         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8199         
8200         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8201         avoid conflict with libtool on FC4
8202         
8203         * shell/ev-window.c: (ev_window_cmd_help_about):
8204         
8205         Update copyright year. Fix for bug 308828.
8206
8207 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8208
8209         * shell/ev-view.c: (add_scroll_binding_keypad),
8210         (ev_view_binding_activated), (ev_view_class_init),
8211         (on_adjustment_value_changed):
8212         
8213         Bug 170874: Arrow keys switch pages in presentation mode
8214
8215 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8216
8217         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8218         
8219         Fix for Bug 308265: Sidebar dissappears coming out of 
8220         Presentation mode
8221
8222 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8223
8224         * shell/ev-application.c: (ev_application_open):
8225         * shell/ev-document-types.c: (ev_document_types_add_filters),
8226         (ev_document_types_add_filters_for_type):
8227         * shell/ev-document-types.h:
8228         * shell/ev-window.c: (ev_window_cmd_save_as):
8229         
8230         Suggest basename as template when saving, provide filters
8231         for save dialog. It's bug 308402
8232
8233 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8234
8235         * pdf/ev-poppler.cc:
8236         * shell/ev-sidebar-links.c: (job_finished_callback):
8237         * shell/ev-view.c: (update_find_status_message):
8238         
8239         Some leaks fixed
8240
8241 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8242
8243         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8244         (egg_recent_view_uimanager_set_list):
8245
8246         Fix buglet in !show_numbers case.
8247
8248 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8249
8250         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8251         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8252
8253         Use pango ellipsisation.
8254
8255         * pdf/ev-poppler.cc:
8256
8257         Fix refcount leak, from nsh.
8258
8259 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8260
8261         * cut-n-paste/recent-files/Makefile.am:
8262         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8263         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8264         
8265         Removed EggRecentViewGtk
8266         
8267         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8268         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8269         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8270         (ev_window_setup_recent):
8271         
8272         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8273         with other projects
8274
8275 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8276
8277         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8278         (egg_recent_view_gtk_finalize):
8279
8280         Fix memory leak
8281
8282         * cut-n-paste/toolbar-editor/Makefile.am:
8283         
8284         Fix location of cursor icon.
8285         
8286         * pdf/ev-poppler.cc:
8287         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8288         (display_completion_text), (match_completion):
8289         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8290         (selection_changed_callback), (create_loading_model),
8291         (print_section_cb), (links_page_num_func),
8292         (update_page_callback_foreach):
8293         * shell/ev-window.c: (ev_window_dispose):
8294         
8295         Small memory fixes. Links model now store objects instead
8296         of pointers to improve memory management. 
8297
8298 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8299
8300         * shell/ev-window.c: (zoom_control_changed_cb):
8301         
8302         Fix update of zoom control (bug 308268).
8303
8304 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8305
8306         * shell/ev-properties.c (set_property): escape the text correctly.
8307         Handles non-UTF-8 properties and escaped properties.  Also, sets
8308         the text to "<i>None</i>" if the property isn't set.
8309
8310         * data/evince-properties.glade: Change the label to be ellipsized,
8311         and give it a minimum size.
8312
8313 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8314
8315         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8316         * shell/ev-sidebar-links.c: (create_loading_model):
8317         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8318         * shell/ev-view.c: (ev_view_set_document):
8319         * shell/ev-window.c: (ev_window_dispose):
8320         
8321         Various small fixes, mostly memory leaks. Thanks to valgrind.
8322
8323 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8324
8325         * ps/ps-document.c: remove the locale.h include again ;-). And
8326         kill the (bogus) setlocale/savelocale business.
8327
8328 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8329
8330         * ps/ps-document.c:
8331         
8332         Include locale.h to fix build
8333         
8334         * shell/ev-sidebar.c:
8335         
8336         Remove unnecessary includes
8337
8338 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8339
8340         * dvi/dvi-document.c: (dvi_document_load):
8341         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8342         * po/POTFILES.in:
8343         
8344         Check for incorrect dvi files. Fix parsing dvi on AMD64
8345         platform. Thanks to tester@tester.ca (Olivier Crete).
8346
8347 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8348
8349         * shell/ev-page-action.c: (match_selected_cb),
8350         (display_completion_text), (match_completion), (update_model):
8351         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8352         (expand_open_links):
8353         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8354         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8355         (ev_sidebar_set_document):
8356         * shell/ev-window.c: (ev_window_xfer_job_cb),
8357         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8358         
8359         Fixed lot's of memory leaks, for example, memory leak on reload, 
8360         described in bug 307793.
8361
8362 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8363
8364         * pdf/ev-poppler.cc:
8365         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8366         (update_visible_range), (adjustment_changed_cb),
8367         (ev_sidebar_thumbnails_fill_model),
8368         (ev_sidebar_thumbnails_refresh),
8369         (ev_sidebar_tree_selection_changed),
8370         (ev_sidebar_icon_selection_changed),
8371         (ev_sidebar_thumbnails_use_icon_view),
8372         (ev_sidebar_thumbnails_set_document):
8373         * shell/ev-sidebar-thumbnails.h:
8374         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8375         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8376
8377         Refresh thumbnails when changing orientation. Not fully
8378         working yet becuase of a sidebar bug.
8379
8380         Set page orientation to poppler page everywhere. This sucks
8381         really need to fix poppler.
8382
8383 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8384
8385         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8386         (egg_recent_view_gtk_new_menu_item),
8387         (egg_recent_view_gtk_set_property),
8388         (egg_recent_view_gtk_get_property),
8389         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8390         (egg_recent_view_gtk_set_tooltip_func),
8391         (egg_recent_view_gtk_set_label_width),
8392         (egg_recent_view_gtk_get_label_width):
8393         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8394
8395         Sync with libegg (ellipsize labels)
8396
8397 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8398
8399         * data/evince-ui.xml:
8400         * shell/ev-window.c: (ev_window_cmd_go_forward),
8401         (ev_window_cmd_go_backward):
8402         
8403         Shift + PageUp moves 10 Pages. Fix for 306125
8404
8405 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8406
8407         * pdf/ev-poppler.cc:
8408
8409         Add a flag to check if orientation has been overriden
8410
8411 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8412
8413         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8414         field if necessary.
8415
8416         * ps/ps.h: add creator field to document.
8417
8418         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8419         set creator field.
8420
8421 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8422
8423         * data/evince-properties.glade:
8424         * shell/ev-properties.c: (ev_properties_set_document):
8425
8426         s/PDF Version/Format
8427
8428 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8429
8430         * shell/ev-properties.c: (ev_properties_set_document):
8431
8432         Remove unnecessary translations
8433
8434 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8435
8436         * cut-n-paste/toolbar-editor/Makefile.am:
8437
8438         Correct library name    
8439
8440 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8441
8442         * configure.ac:
8443         * cut-n-paste/recent-files/egg-recent-model.c:
8444         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8445         (egg_recent_model_unlock_file):
8446         * cut-n-paste/recent-files/egg-recent-util.c:
8447         (egg_recent_util_get_unique_id):
8448         * cut-n-paste/recent-files/update-from-egg.sh:
8449         * cut-n-paste/toolbar-editor/Makefile.am:
8450         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8451         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8452         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8453         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8454         (egg_toolbars_model_get_type):
8455         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8456
8457         Better makefile for toolbar editor and update everything
8458         to latest libegg.
8459
8460 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8461
8462         * shell/ev-window.c: (update_document_mode):
8463
8464         Prefer presentation mode when the document
8465         require fullscreen.
8466
8467 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8468
8469         * data/evince-ui.xml:
8470         * shell/ev-window.c:
8471
8472         Add control-equal for zooming
8473
8474 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8475
8476         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8477
8478 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8479
8480         * backend/ev-document.c: (ev_document_get_orientation):
8481         * backend/ev-document.h:
8482         * pdf/ev-poppler.cc:
8483         * ps/ps-document.c: (ps_document_get_orientation),
8484         (ps_document_set_orientation), (ps_document_document_iface_init):
8485
8486         Add a get_orientation api. Improve set_orientation.
8487
8488         * data/evince-ui.xml:
8489         * shell/ev-view.c: (ev_view_set_orientation),
8490         (ev_view_rotate_right), (ev_view_rotate_left):
8491         * shell/ev-view.h:
8492         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8493         (ev_window_cmd_edit_rotate_right):
8494
8495         Better ui for changing document orientation
8496
8497 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8498
8499         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8500         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8501         * shell/ev-sidebar-links.h:
8502         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8503         (ev_sidebar_page_iface_init):
8504         * shell/ev-sidebar-page.h:
8505         * shell/ev-sidebar-thumbnails.c:
8506         (ev_sidebar_thumbnails_get_property),
8507         (ev_sidebar_thumbnails_class_init),
8508         (ev_sidebar_thumbnails_set_document):
8509         * shell/ev-sidebar-thumbnails.h:
8510         * shell/ev-view.c: (ev_view_motion_notify_event):
8511         * shell/ev-window.c: (update_chrome_visibility),
8512         (ev_window_cmd_focus_page_selector),
8513         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8514         (sidebar_page_main_widget_update_cb), (ev_window_init):
8515         
8516         Autoraise toolbar on GoToPage binding and fix bindings in
8517         EvSidebarThumbnails page.
8518
8519 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8520
8521         * shell/ev-properties.c: (update_progress_label):
8522
8523         Hide the progress label when finished; bug #307697.
8524
8525 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8526
8527         * pdf/ev-poppler.cc:
8528
8529         Enable is_open for links, you will need poppler cvs
8530
8531         * shell/ev-properties.c: (job_fonts_finished_cb):
8532
8533         Get a lock on the document when filling the tree view
8534
8535 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8536
8537         * backend/ev-document-links.h:
8538         * pdf/ev-poppler.cc:
8539         * shell/ev-sidebar-links.c: (create_loading_model),
8540         (expand_open_links), (job_finished_callback):
8541
8542         Expand links when specified by the document.
8543         Depend on a poppler api (defined out for now)
8544
8545 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8546
8547         * shell/ev-properties.c: (ev_properties_dispose),
8548         (ev_properties_class_init), (dialog_destroy_cb),
8549         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8550         (ev_properties_set_document), (ev_properties_new),
8551         (ev_properties_show):
8552         * shell/ev-properties.h:
8553
8554         Make it an object, cleanup the code, api to show it as transient
8555         and to set the document.
8556
8557         * shell/ev-window.c: (ev_window_setup_document),
8558         (ev_window_cmd_file_properties):
8559
8560         Adapt to EvProperties changes, do not show multiple
8561         times, update it when document changes.
8562
8563 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8564
8565         * ps/gstypes.h:
8566         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8567         (ps_document_set_orientation), (ps_document_document_iface_init):
8568         * ps/ps-document.h:
8569
8570         Implement orientation here too
8571
8572         * shell/ev-properties.c: (ev_properties_new):
8573         * data/evince-properties.glade:
8574
8575         Hide the fonts page for backends that doesnt
8576         support it.     
8577
8578 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8579
8580         * backend/ev-document.c: (ev_document_set_orientation):
8581         * backend/ev-document.h:
8582         * pdf/ev-poppler.cc:
8583
8584         Add orientation api. Currently poppler api is not optimal,
8585         we need to set orientation every time we _get a page.
8586         I will try to fix that at some point.
8587
8588         * data/evince-ui.xml:
8589         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8590         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8591
8592         Add orientation menu items
8593
8594         * shell/ev-page-cache.c: (ev_page_cache_clear):
8595         * shell/ev-page-cache.h:
8596
8597         Add api to clear the cache
8598
8599         * shell/ev-view.c: (setup_caches), (clear_caches),
8600         (ev_view_set_document), (ev_view_zoom_out),
8601         (ev_view_set_orientation):
8602         * shell/ev-view.h:
8603
8604         Implement orientation changing
8605
8606 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8607
8608         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8609         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8610         * backend/ev-document-fonts.h:
8611
8612         Separate scan and fill so that we can incrementally fill from
8613         the main thread. Add a progress api.
8614
8615         * data/evince-properties.glade:
8616         * pdf/ev-poppler.cc:
8617         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8618         * shell/ev-jobs.h:
8619         * shell/ev-properties.c: (update_progress_label),
8620         (job_fonts_finished_cb), (setup_fonts_view):
8621
8622         Incrementally feel the list and show the progress
8623         percentage in a label like acrobat does.
8624
8625         You are going to need poppler cvs
8626
8627 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8628
8629         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8630         * backend/ev-document-fonts.h:
8631         * pdf/ev-poppler.cc:
8632
8633         Make fonts model fill incrementally.
8634
8635         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8636         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8637         (ev_job_queue_remove_job):
8638         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8639         (ev_job_fonts_new), (ev_job_fonts_run):
8640         * shell/ev-jobs.h:
8641
8642         New job for fonts scanning
8643
8644         * shell/ev-properties.c: (job_fonts_finished_cb),
8645         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8646         * shell/ev-properties.h:
8647         * shell/ev-window.c: (ev_window_cmd_file_properties):
8648
8649         Incrementally feel the treeview using the new job. Show Loading...
8650         message until scanning is completed.
8651
8652         Hopefully I didnt break the build without the poppler patch.
8653
8654 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8655
8656         * shell/ev-application.c: (ev_application_open):
8657         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8658         (ev_document_type_get_type), (ev_document_type_lookup):
8659         * shell/ev-document-types.h:
8660         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8661         * shell/ev-job-xfer.h:
8662         * shell/ev-window.c: (ev_window_clear_local_uri),
8663         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8664         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8665         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8666         
8667         Transfer remote documents to tmp directory to display them later.
8668
8669 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8670
8671         * backend/ev-document-info.h:
8672         * shell/ev-properties.c: (ev_properties_new):
8673
8674         s/GTime*/GTime. Not sure why we was using a pointer
8675         at all there!
8676
8677 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8678
8679         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8680         situations.  That situation is that you're using GTK+-HEAD with
8681         the patch at #306726 is applied, and you have a document with <
8682         1500 pages in it.  It's not quite as uniformly nice as the
8683         TreeView, but should be better in the long run.
8684
8685         I'm pretty sure I guarded against breaking compilation with
8686         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8687         I missed some.
8688
8689         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8690         widget yet, so I commented that code out
8691         enable_view_actions_for_widget() for now.  Need to figure this
8692         out.
8693
8694         * shell/ev-page-action.c (match_selected_cb): emit the right
8695         signals.  Our cool C-l completion now works.
8696
8697 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8698
8699         * backend/Makefile.am:
8700         * backend/ev-document-fonts.c:
8701         * backend/ev-document-links.c:
8702         * backend/ev-document.c: (ev_document_load):
8703         * backend/ev-document.h:
8704         * backend/ev-job-queue.c:
8705         * backend/ev-job-queue.h:
8706         * backend/ev-jobs.c:
8707         * backend/ev-jobs.h:
8708         * backend/ev-page-cache.c:
8709         * backend/ev-page-cache.h:
8710
8711         EvPageCache and EvJobs are moved to shell.
8712
8713         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8714         (ev_tmp_filename):
8715         * lib/ev-file-helpers.h:
8716         
8717         New helper to work with temporary files
8718         
8719         * shell/Makefile.am:
8720         * shell/ev-application.c: (ev_application_open):
8721         * shell/ev-application.h:
8722         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8723         (remove_job_from_async_queue), (add_job_to_async_queue),
8724         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8725         (handle_job), (search_for_jobs_unlocked),
8726         (no_jobs_available_unlocked), (ev_render_thread),
8727         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8728         (ev_job_queue_add_job), (move_job_async), (move_job),
8729         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8730         * shell/ev-job-queue.h:
8731         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8732         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8733         * shell/ev-job-xfer.h:
8734         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8735         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8736         (ev_job_links_class_init), (ev_job_render_init),
8737         (ev_job_render_dispose), (ev_job_render_class_init),
8738         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8739         (ev_job_thumbnail_class_init), (ev_job_load_init),
8740         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8741         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8742         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8743         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8744         * shell/ev-jobs.h:
8745         * shell/ev-page-action.c: (ev_page_action_set_document):
8746         * shell/ev-page-cache.c: (ev_page_cache_init),
8747         (ev_page_cache_class_init), (ev_page_cache_finalize),
8748         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8749         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8750         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8751         (ev_page_cache_get_title), (ev_page_cache_get_size),
8752         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8753         (ev_page_cache_get_height_to_page),
8754         (ev_page_cache_get_max_label_chars),
8755         (ev_page_cache_get_page_label),
8756         (ev_page_cache_has_nonnumeric_page_labels),
8757         (ev_page_cache_get_info), (ev_page_cache_next_page),
8758         (ev_page_cache_prev_page), (ev_page_cache_get):
8759         * shell/ev-page-cache.h:
8760         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8761         (ev_pixbuf_cache_clear_job_sizes),
8762         (ev_pixbuf_cache_add_jobs_if_needed),
8763         (ev_pixbuf_cache_set_page_range):
8764         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8765         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8766         * shell/ev-sidebar-thumbnails.c:
8767         (ev_sidebar_tree_selection_changed),
8768         (ev_sidebar_thumbnails_set_document):
8769         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8770         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8771         (ev_statusbar_get_context_id), (ev_statusbar_push),
8772         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8773         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8774         (ev_statusbar_set_progress):
8775         * shell/ev-statusbar.h:
8776         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8777         (ev_view_find_previous):
8778         * shell/ev-window.c: (ev_window_is_empty),
8779         (ev_window_setup_document), (password_dialog_response),
8780         (ev_window_clear_jobs), (ev_window_load_job_cb),
8781         (ev_window_xfer_job_cb), (ev_window_open_uri),
8782         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8783         (ev_window_print), (ev_window_print_range),
8784         (ev_window_state_event), (ev_window_cmd_view_reload),
8785         (menu_item_select_cb), (menu_item_deselect_cb),
8786         (view_status_changed_cb), (ev_window_dispose),
8787         (drag_data_received_cb), (ev_window_init):
8788         * shell/ev-window.h:
8789         * shell/main.c: (load_files):
8790         
8791         New statusbar to show progress on idle. Two new jobs - 
8792         xfer job and load job to load document in background. And update
8793         of page_cache clients to new location of code.
8794
8795 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8796
8797         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8798         selection in open dialog. It also remembers the last visited directory 
8799         in the current session.
8800
8801 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8802
8803         * shell/ev-properties.c: (ev_properties_new):
8804         * shell/ev-properties.h:
8805         * shell/ev-window.c: (ev_window_cmd_file_properties):
8806         
8807         Get document info from page cache instead of document itself.
8808         This should fix crash related to race conditions described in
8809         bug 306545.
8810
8811 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8812
8813         * ps/ps-document.c: (ps_document_init),
8814         (send_ps), (get_page_box), (output), (catchPipe), (input),
8815         (stop_interpreter), (file_length), (file_readable),
8816         (check_filecompressedb), (ps_document_enable_interpreter),
8817         (document_load), (ps_async_renderer_render_pixbuf):
8818         * ps/ps-document.h:
8819
8820         Big cleanup of the ps code
8821
8822 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8823
8824         * backend/Makefile.am:
8825         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8826         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8827         * backend/ev-async-renderer.h:
8828
8829         Add an async renderer interface (method + callback) which
8830         is useful for backends like ps.
8831
8832         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8833         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8834         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8835         (ev_job_queue_add_job), (move_job_async), (move_job),
8836         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8837
8838         Add queues for async renderer, these are executed on the
8839         main thread.
8840
8841         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8842         (ev_job_render_run):
8843         * backend/ev-jobs.h:
8844
8845         If the backend support async renderer interface use it.
8846
8847         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8848         (setup_pixmap), (ps_document_get_type),
8849         (ps_async_renderer_render_pixbuf),
8850         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8851
8852         Implement async renderer interface.
8853
8854 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8855
8856         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8857
8858         Cleanup links job on exit.
8859
8860 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8861
8862         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8863         (drag_data_get_cb), (drag_data_received_cb):
8864         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8865         (drag_data_get_cb), (parse_item_list),
8866         (egg_toolbar_editor_load_actions):
8867         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8868         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8869         (parse_item_list), (parse_toolbars):
8870         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8871         (dvi_pixbuf_put_pixel):
8872         
8873         Fix gcc 4.0 warnings
8874
8875 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8876
8877         * ps/ps-document.c: (start_interpreter):
8878
8879         Fix warning when loading ps
8880
8881 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8882
8883         * ps/ps-document.c: (output):
8884
8885         Fix crash when priting gs error messages.
8886
8887 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8888
8889         * backend/ev-page-cache.c: (_ev_page_cache_new):
8890         * backend/ev-page-cache.h:
8891
8892         Use a const to return title so that we dont double
8893         free it. Small cleanup and fix a leak.
8894
8895         * shell/ev-window.c: (update_window_title):
8896
8897         strdup value from get_title.
8898
8899 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8900
8901         * shell/ev-sidebar-links.c: (job_finished_callback),
8902         (ev_sidebar_links_set_document):
8903
8904         Cleanup the old job when changing document
8905
8906 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8907
8908         * shell/ev-stock-icons.c:
8909         * shell/ev-stock-icons.h:
8910         * shell/ev-window.c:
8911         
8912         Add stock icons for actions that can appear in toolbar. Fix for
8913         bug 306566.
8914
8915 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8916
8917         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8918         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8919         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8920         * backend/ev-page-cache.h:
8921         * shell/ev-view.c: (scroll_to_current_page),
8922         (view_update_range_and_current_page), (get_page_y_offset),
8923         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8924         (ev_view_size_request_continuous),
8925         (ev_view_zoom_for_size_continuous_and_dual_page),
8926         (ev_view_zoom_for_size_continuous):
8927         
8928         More compact EvView layout in document with pages of different size.
8929
8930 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8931
8932         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8933         compilation.
8934
8935 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8936
8937         * shell/ev-view.c: (view_set_adjustment_values):
8938         * shell/ev-window.c: (ev_window_cmd_file_properties):
8939         
8940         A bit different fix for rounding problem but it has no
8941         problems on startup. Make properties window transient to parent.
8942
8943 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8944
8945         * pdf/ev-poppler.cc:
8946         
8947         More commenting of font stuff.
8948
8949 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8950
8951         * pdf/ev-poppler.cc:
8952
8953         Comment out some more fonts stuff. Should really
8954         work without the poppler patch now.
8955
8956 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8957
8958         * pdf/ev-poppler.cc:
8959
8960         Adapt to api change
8961
8962 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8963
8964         * data/evince-properties.glade:
8965         * pdf/ev-poppler.cc:
8966         * shell/ev-properties.c: (setup_fonts_view):
8967
8968         Set the column title. Show the dialog only
8969         once everything is setup.
8970         Getting font info can be very slow... will
8971         prolly need to make this threaded too.
8972
8973 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8974
8975         * backend/Makefile.am:
8976         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8977         (ev_document_fonts_get_fonts_model):
8978         * backend/ev-document-fonts.h:
8979         * data/evince-properties.glade:
8980         * pdf/ev-poppler.cc:
8981         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8982         * shell/ev-properties.h:
8983         * shell/ev-window.c: (ev_window_cmd_file_properties):
8984
8985         Implement fonts list. Defined out for now, since it depends
8986         on a not yet committed poppler patch.
8987
8988 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8989
8990         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8991         page + 1.
8992
8993         * shell/ev-window.c: Make sure we add the timeout when we get a
8994         focus-in event.
8995
8996         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8997         adjustment->value before calculating the zoom factor to average
8998         out all of our rounding errors.  The page no longer 'drifts' when
8999         resizing.
9000
9001 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9002
9003         * data/evince-properties.glade:
9004         * shell/ev-properties.c: (ev_properties_format_date),
9005         (set_property):
9006         
9007         Labels don't expand when the dialogue is resized.
9008         strftime result needs to be converted to UTF-8. Thanks
9009         to Christian Persch <chpe@gnome.org>.
9010
9011 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9012
9013         * data/evince-properties.glade:
9014
9015         Hide the fonts tab
9016
9017 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9018
9019         * backend/ev-document-info.h:
9020         * backend/ev-document.c: (ev_document_info_free):
9021         * data/evince-properties.glade:
9022         * pdf/ev-poppler.cc:
9023         * ps/ps-document.c: (ps_document_get_info):
9024         * shell/ev-properties.c: (ev_properties_format_date),
9025         (set_property), (ev_properties_new):
9026         * shell/ev-properties.h:
9027         * shell/ev-window.c: (ev_window_cmd_file_properties):
9028
9029         Rework properties code to take only EvPropertyInfo
9030         in the constructor so that it can be useful for
9031         nautilus plugin too.
9032
9033         Deal with backends that doesnt support some properties.
9034         Make set property code generic.
9035
9036 2005-06-04  Christian Persch <chpe@gnome.org>
9037
9038         * data/evince-properties.glade:
9039
9040         fix spacings, make resizeable, and make data labels
9041         selectable + ellipsised
9042
9043 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9044
9045         * backend/ev-document-info.h:
9046         * data/Makefile.am:
9047         * data/evince-ui.xml:
9048         * pdf/ev-poppler.cc:
9049         * shell/Makefile.am:
9050         * shell/ev-window.c: (update_action_sensitivity),
9051         (ev_window_cmd_file_properties):
9052
9053         Initial go at file properties. Patch by
9054         Emil Soleyman-Zomalan <emil@soleyman.com>.
9055         Needs love see #169583
9056
9057 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9058
9059         * ps/ps-document.c: (output):
9060         * ps/ps.c: (psscan):
9061
9062         Try to render even if psscan fails.
9063
9064 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9065
9066         * ps/ps.c: (psscan), (pscopydoc):
9067
9068         Port buffered reading code from gv
9069
9070 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9071
9072         * ps/ps-document.c: (interpreter_message), (output):
9073
9074         Do not fail on interpreter messages
9075
9076 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9077
9078         * backend/ev-document-misc.c:
9079         (ev_document_misc_get_thumbnail_frame):
9080
9081         Pages can be 0 x 0, dont assert on this case
9082
9083 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9084
9085         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9086         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9087
9088         Correctly manage our reference on document. Finally the reload
9089         huge leak is gone...
9090
9091 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9092
9093         * ps/ps-document.c: (ps_document_dispose):
9094
9095         Forgot to chain it to the parent. Thanks chpe.
9096
9097 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9098
9099         * ps/ps-document.c: (ps_document_dispose),
9100         (ps_document_class_init), (stop_interpreter), (document_load):
9101
9102         Cleanup dispose a bit. Dont leak the whole pixmap.
9103
9104 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9105
9106         * pdf/ev-poppler.cc:
9107
9108         Release the poppler document on dispose
9109
9110 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9111
9112         * shell/ev-view.c: (ev_view_set_document):
9113
9114         Release ref on the pixbuf cache when changing
9115         document.
9116
9117 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9118
9119         * ps/ps-document.c: (ps_document_get_info):
9120
9121         Fix a double free
9122
9123 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9124
9125         * backend/ev-page-cache.c: (ev_page_cache_init),
9126         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9127         * backend/ev-page-cache.h:
9128         * shell/ev-page-action.c: (page_changed_cb):
9129         
9130         Set page action entry width depending on labels width. Fix
9131         for bug 305202.
9132
9133 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9134
9135         * backend/ev-link.c: (ev_link_class_init):
9136
9137         Allow -1 as page value (error)
9138
9139 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9140
9141         * shell/ev-sidebar-thumbnails.c:
9142         (ev_sidebar_thumbnails_set_document):
9143         * shell/ev-view.c: (scroll_to_current_page),
9144         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9145         (page_changed_cb), (on_adjustment_value_changed),
9146         (ev_view_set_document):
9147
9148         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9149         Fix bug 305377
9150
9151 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9152
9153         * configure.ac:
9154         * djvu/djvu-document.c: (djvu_document_get_page_size):
9155
9156         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9157         bug 301993.
9158
9159 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9160
9161         * shell/ev-view.c (draw_one_page): modify the expose handling to
9162         get the shadows.
9163
9164         * shell/ev-window.c (update_action_sensitivity): Respect
9165         permissions field.  Kowtow to the man.
9166
9167         * pdf/ev-poppler.cc: Get the permissions field.
9168
9169         * tiff/*c: Make a tiny bit more robust.
9170
9171 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9172
9173         * djvu/djvu-document.c:
9174         
9175         Pop messages from djvu context message queue.
9176
9177 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9178
9179         * configure.ac, Makefile.am, shell/Makefile.am:
9180         * tiff/Makefile.am, shell/ev-document-types.c:
9181         
9182         Cleanup tiff configure checks. Fix for bug 305218.
9183
9184 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9185
9186         * configure.ac: Added "uk" to ALL_LINGUAS.
9187
9188 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9189
9190         * cut-n-paste/zoom-control/ephy-zoom.c:
9191         (ephy_zoom_get_changed_zoom_level):
9192         * cut-n-paste/zoom-control/ephy-zoom.h:
9193         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9194         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9195         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9196         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9197         (zoom_control_changed_cb), (ev_window_init):
9198         
9199         Fix minor points related to moving best fit up. Introduce
9200         "zoom" property and make zoom control change it's value on
9201         notify::zoom signals. Fix for 305080.
9202
9203 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9204
9205         * data/evince-ui.xml:
9206         * shell/ev-window.c: (set_view_actions_sensitivity):
9207         
9208         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9209
9210 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9211
9212         * configure.ac:
9213
9214         Depends on poppler 0.3.2
9215
9216 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9217
9218         * cut-n-paste/recent-files/egg-recent-item.c:
9219         (egg_recent_item_get_short_name):
9220         * cut-n-paste/toolbar-editor/Makefile.am:
9221         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9222         (new_pixbuf_from_widget):
9223         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9224         * cut-n-paste/toolbar-editor/egg-marshal.c:
9225         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9226         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9227
9228         Sync
9229
9230 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9231
9232         * tiff/tiff-document.c: Rough TIFF backend.
9233
9234 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9235
9236         * NEWS:
9237         * configure.ac:
9238         * cut-n-paste/toolbar-editor/Makefile.am:
9239
9240         Release 0.3.1
9241
9242 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9243
9244         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9245         (ev_view_find_next), (ev_view_find_previous):
9246
9247         Remove the locks around get_n_results   
9248
9249 2005-05-21  Juerg Billeter  <j@bitron.ch>
9250
9251         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9252
9253         Pass correct number of pages to poppler.
9254
9255 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9256
9257         * configure.ac:
9258         * data/Makefile.am:
9259         * data/evince.desktop.in: 
9260         * data/evince.desktop.in.in:
9261         * po/POTFILES.in:
9262         
9263         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9264
9265 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9266
9267         * shell/ev-view.c: (view_update_adjustments),
9268         (view_set_adjustment_values): cast adjustmen->value to (int)
9269         before using it.  Otherwise, we get off by a pixel in some
9270         situations.
9271
9272         (draw_one_page): Draw the border on expose.
9273
9274 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9275
9276         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9277         adjustment when the mode changes, #304923
9278
9279 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9280
9281         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9282         flickering on resize but still use gdk_window_scroll on
9283         scrolling
9284
9285 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9286
9287         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9288         option, #170458
9289
9290 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9291
9292         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9293         second page on page_changed if possible, #304669
9294
9295 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9296
9297         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9298         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9299
9300 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9301
9302         * .cvsignore:
9303         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9304         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9305         (ev_view_zoom_for_size_presentation),
9306         (ev_view_zoom_for_size_continuous_and_dual_page),
9307         (ev_view_zoom_for_size_continuous),
9308         (ev_view_zoom_for_size_dual_page),
9309         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9310         * shell/ev-view.h:
9311         * shell/ev-window.c: (update_view_size),
9312         (ev_window_sizing_mode_changed_cb):
9313
9314         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9315         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9316         an infinite loop, #304769
9317
9318
9319 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9320
9321         * data/evince-ui.xml:
9322         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9323         * shell/ev-window.c: (set_view_actions_sensitivity):
9324
9325         Make PgUp/Down behave like Space
9326
9327 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9328
9329         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9330         * backend/ev-ps-exporter.h:
9331         * pdf/ev-poppler.cc:
9332         * ps/ps-document.c: (ps_document_ps_export_begin):
9333         * shell/ev-print-job.c: (idle_print_handler):
9334
9335         Adapt to new poppler api
9336
9337 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9338
9339         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9340         (ephy_zoom_control_init):
9341
9342         Translate zoom levels
9343
9344 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9345
9346         * cut-n-paste/zoom-control/ephy-zoom.c:
9347         (ephy_zoom_get_zoom_level_index):
9348
9349         Fix current zoom -> zoom control match
9350
9351 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9352
9353         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9354         rather than the scrolled_window that it's in. Fixes bug #304655.
9355
9356 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9357
9358         * shell/ev-view.c: (view_update_adjustments),
9359         (view_set_adjustment_values), (view_update_range_and_current_page),
9360         (view_scroll_to_page), (set_scroll_adjustment),
9361         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9362         (ev_view_scroll), (ev_view_scroll_view),
9363         (ensure_rectangle_is_visible), (find_page_at_location),
9364         (get_link_at_location), (go_to_link), (status_message_from_link),
9365         (ev_view_size_request_continuous_dual_page),
9366         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9367         (ev_view_unrealize), (ev_view_expose_event),
9368         (ev_view_button_press_event), (ev_view_motion_notify_event),
9369         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9370         (draw_rubberband), (highlight_find_results), (draw_one_page),
9371         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9372         (ev_view_init), (find_changed_cb), (page_changed_cb),
9373         (on_adjustment_value_changed), (ev_view_new),
9374         (ev_view_set_document), (ev_view_set_zoom),
9375         (ev_view_set_continuous), (ev_view_set_dual_page),
9376         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9377         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9378         (ev_view_zoom_for_size_presentation),
9379         (ev_view_zoom_for_size_continuous_dual_page),
9380         (ev_view_zoom_for_size_continuous),
9381         (ev_view_zoom_for_size_dual_page),
9382         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9383         (ev_view_get_status), (ev_view_set_status),
9384         (update_find_status_message), (ev_view_get_find_status),
9385         (ev_view_set_find_status), (jump_to_find_result),
9386         (jump_to_find_page), (compute_selections), (clear_selection),
9387         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9388         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9389         (ev_view_update_primary_selection),
9390         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9391         * shell/ev-view.h:
9392         * shell/ev-window.c: (ev_window_open_page_label),
9393         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9394         (ev_window_init):
9395         * shell/ev-window.h:
9396         * shell/main.c: (load_files):
9397
9398         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9399         when resizing.  Remove the bin_window().  Also, patch from James
9400         Bowes to fix command line page, #300641
9401         
9402 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9403
9404         * data/evince-ui.xml:
9405         * shell/ev-view.c:
9406         * shell/ev-view.h:
9407         * shell/ev-window.c: (update_action_sensitivity):
9408
9409         Get rid of View->Normal Size, it's just confusing
9410
9411 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9412
9413         * backend/ev-document-info.h:
9414         * backend/ev-document.c: (ev_document_info_free): Free the
9415         EvDocumentInfo.
9416
9417         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9418         (clear_range), (add_range), (update_visible_range),
9419         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9420         (ev_sidebar_thumbnails_set_document):
9421         * shell/ev-window.c: (ev_window_setup_document): Only render the
9422         visible thumbnails.  It takes an instant to render, but it uses
9423         much less memory.
9424
9425 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9426
9427         * shell/ev-sidebar-links.c: (popup_menu_cb):
9428
9429         Select first item
9430
9431 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9432
9433         * lib/Makefile.am:
9434         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9435         (button_press_cb), (ev_sidebar_links_construct):
9436
9437         Show the popup menu also on keybindings
9438
9439 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9440
9441         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9442         * shell/ev-window.h:
9443
9444         Expose api to print a range (with dialog). Make private _print use
9445         it.
9446
9447         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9448         (ev_sidebar_links_construct):
9449
9450         Show a print context menu on linkx, it prints the selected
9451         section.
9452
9453 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9454
9455         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9456         button.
9457
9458 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9459
9460         * AUTHORS:
9461
9462         Update
9463
9464         * shell/ev-window.c: (build_comments_string),
9465         (ev_window_cmd_help_about):
9466
9467         Show poppler version/backend and authors
9468
9469 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9470
9471         * cut-n-paste/zoom-control/ephy-zoom.c:
9472         (ephy_zoom_get_zoom_level_index):
9473         * cut-n-paste/zoom-control/ephy-zoom.h:
9474
9475         Move the best fit items at the top of the list
9476
9477 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9478
9479         * shell/ev-marshal.list:
9480         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9481         (activate_cb), (match_selected_cb), (activate_link_cb),
9482         (connect_proxy), (ev_page_action_class_init):
9483         * shell/ev-page-action.h:
9484
9485         Use signals to notify action activation. Hopefully
9486         I did not break completion since I cant test...
9487
9488         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9489         (register_custom_actions):
9490
9491         Connect to page selector actions and also grab focus on
9492         the view when activated.
9493
9494 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9495
9496         * pdf/ev-poppler.cc:
9497         * backend/ev-page-cache.c: make page size calculation consistent
9498         and set it to (int)( width * scale + 0.5).  This makes the weird
9499         line going through the middle of the page go away.
9500
9501         * shell/ev-view.c: move painting the background page after
9502         checking the expose area covers us.
9503
9504 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9505
9506         * data/evince-password.glade:
9507         
9508         Mark labels as not translatable. Fix for bug 302842.
9509
9510 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9511
9512         * configure.ac: Added "es" to ALL_LINGUAS.
9513
9514 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9515
9516         * data/evince-toolbar.xml:
9517         * shell/ev-window.c: (update_action_sensitivity),
9518         (ev_window_setup_document), (ev_window_set_page_mode),
9519         (ev_window_init):
9520
9521         Remove some leftover code from jrb first continous
9522         attempt. Use the new actions, we still need good icons
9523         though...
9524
9525 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9526
9527         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9528
9529         Update label when connecting proxy. Fix a warning with NULL
9530         page_cache.
9531
9532 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9533
9534         * data/evince-ui.xml:
9535         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9536         * shell/ev-page-action.h:
9537         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9538
9539         Add mnemonic for edit toolbar.
9540         ctrl+l focus the page entry.
9541
9542 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9543
9544         * lib/Makefile.am:
9545         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9546         (ev_window_init):
9547         * shell/main.c: (main):
9548
9549         Put the toolbar xml in evince own dot dir
9550
9551 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9552
9553         * shell/ev-window.c: (ev_window_init):
9554
9555         Make the toolbar not removable
9556
9557 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9558
9559         * data/evince-ui.xml:
9560         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9561         * shell/ev-sidebar-links.h:
9562         * shell/ev-sidebar-thumbnails.c:
9563         (ev_sidebar_thumbnails_get_treeview):
9564         * shell/ev-sidebar-thumbnails.h:
9565         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9566         (ev_view_class_init):
9567         * shell/ev-view.h:
9568         * shell/ev-window.c: (update_action_sensitivity),
9569         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9570         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9571         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9572         (ev_window_init):
9573
9574         This is evil... Make space/backspace global accelerators but
9575         enable them only for some widgets (sidebars and view).
9576         I dont like it, but I dont know a better way... :/
9577
9578 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9579
9580         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9581         (ev_page_action_widget_finalize),
9582         (ev_page_action_widget_class_init), (update_page_cache):
9583
9584         Keep a weak reference on proxy->page_cache so that we
9585         dont try to disconnect the signal if the object is already
9586         gone. Maybe there is a better way to cleanup reference handling
9587         in page action though...
9588
9589 2005-05-10  Juerg Billeter  <j@bitron.ch>
9590
9591         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9592         * backend/ev-ps-exporter.h:
9593         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9594         * ps/ps-document.c: (ps_document_ps_export_begin):
9595         
9596         Change api to pass print range to ps_exporter_begin. The pdf backend
9597         requires this information.
9598         
9599         * shell/ev-print-job.c: (idle_print_handler):
9600         
9601         Adapt to api change
9602
9603 2005-05-10  Juerg Billeter  <j@bitron.ch>
9604
9605         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9606         (idle_print_handler)
9607         * shell/ev-window.c: (ev_window_print):
9608
9609         Support printing page range, based on patch by Amaury Jacquot
9610
9611 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9612
9613         * data/evince-toolbar.xml:
9614
9615         Add zoom control to available items
9616
9617 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9618
9619         * shell/ev-window.c: (update_action_sensitivity):
9620
9621         Set slash action insensitive when appropriate
9622
9623 2005-05-10  Christian Persch <chpe@gnome.org>
9624
9625         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9626
9627         Fix warning on the overflow menu
9628
9629 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9630
9631         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9632
9633         Check for uri correctness/existence
9634
9635 2005-05-09  Juerg Billeter  <j@bitron.ch>
9636
9637         * shell/ev-window.c: (using_postscript_printer):
9638
9639         LPD printers use postscript, too
9640
9641 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9642
9643         * shell/ev-window.c: (register_custom_actions):
9644
9645         The zoom one is actually sort of useful,
9646         put it back
9647
9648 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9649
9650         * shell/ev-window.c: (register_custom_actions):
9651
9652         Hide page/zoom controls from overflow, they
9653         are useless.
9654
9655 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9656
9657         * cut-n-paste/update-from-egg.sh:
9658         
9659         Share it between all cut-n-paste subdirs
9660
9661         * cut-n-paste/recent-files/Makefile.am:
9662
9663         Fix to use "global" update-from-egg.sh
9664
9665         * cut-n-paste/recent-files/egg-recent-model.c:
9666         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9667         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9668         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9669         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9670
9671         Update from libegg
9672
9673         * cut-n-paste/toolbar-editor/Makefile.am:
9674
9675         Fix to use "global" update-from-egg.sh
9676
9677         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9678
9679         Update from libegg
9680
9681 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9682
9683         * configure.ac:
9684         * cut-n-paste/Makefile.am:
9685         * cut-n-paste/recent-files/Makefile.am:
9686         * cut-n-paste/toolbar-editor/.cvsignore:
9687         * cut-n-paste/toolbar-editor/Makefile.am:
9688         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9689         (egg_editable_toolbar_get_type), (get_toolbar_position),
9690         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9691         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9692         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9693         (set_item_drag_source), (create_item_from_action), (create_item),
9694         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9695         (popup_toolbar_context_menu_cb), (free_dragged_item),
9696         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9697         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9698         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9699         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9700         (item_added_cb), (item_removed_cb),
9701         (egg_editable_toolbar_construct),
9702         (egg_editable_toolbar_disconnect_model),
9703         (egg_editable_toolbar_deconstruct),
9704         (egg_editable_toolbar_set_model),
9705         (egg_editable_toolbar_set_ui_manager),
9706         (egg_editable_toolbar_set_property),
9707         (egg_editable_toolbar_get_property),
9708         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9709         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9710         (egg_editable_toolbar_new_with_model),
9711         (egg_editable_toolbar_get_edit_mode),
9712         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9713         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9714         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9715         (new_pixbuf_from_widget), (new_separator_pixbuf),
9716         (update_separator_image), (style_set_cb),
9717         (_egg_editable_toolbar_new_separator_image),
9718         (egg_editable_toolbar_get_model):
9719         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9720         * cut-n-paste/toolbar-editor/egg-marshal.c:
9721         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9722         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9723         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9724         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9725         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9726         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9727         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9728         (editor_drag_data_delete_cb), (drag_data_get_cb),
9729         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9730         (editor_create_item), (update_editor_sheet), (setup_editor),
9731         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9732         (parse_item_list), (model_has_action), (update_actions_list),
9733         (egg_toolbar_editor_load_actions):
9734         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9735         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9736         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9737         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9738         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9739         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9740         (egg_toolbars_model_add_separator), (impl_add_item),
9741         (parse_item_list), (egg_toolbars_model_add_toolbar),
9742         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9743         (impl_get_item_data), (impl_get_item_type),
9744         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9745         (egg_toolbars_model_init), (free_toolbar),
9746         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9747         (egg_toolbars_model_remove_toolbar),
9748         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9749         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9750         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9751         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9752         (egg_toolbars_model_get_item_data),
9753         (egg_toolbars_model_get_item_type):
9754         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9755         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9756         * data/Makefile.am:
9757         * data/evince-toolbar.xml:
9758         * data/evince-ui.xml:
9759         * data/hand-open.png:
9760         * po/POTFILES.in:
9761         * shell/Makefile.am:
9762         * shell/ev-window.c: (update_chrome_visibility),
9763         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9764         (ev_window_dispose), (ev_window_init):
9765
9766         Implement epiphany like toolbar editor. Based on patch by
9767         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9768
9769 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9770
9771         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9772
9773         Use set_cursor instead of set_selection, so that
9774         the keyboard focus moves too.
9775
9776 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9777
9778         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9779
9780         Fix infinite loop when loading Type1 fonts
9781
9782 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9783
9784         * data/evince-ui.xml:
9785         * shell/ev-window.c:
9786
9787         Slash -> Find
9788
9789 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9790
9791         * configure.ac:
9792
9793         Make --disable really disable
9794
9795 2005-05-07  Juerg Billeter  <j@bitron.ch>
9796
9797         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9798
9799         Compare page labels even without has_labels set, fixes setting page
9800         with entry
9801
9802 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9803
9804         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9805         (ev_view_set_cursor), (ev_view_button_press_event),
9806         (ev_view_motion_notify_event), (ev_view_button_release_event),
9807         (ev_view_init):
9808
9809         Implement middle button scrolling. Based on a patch
9810         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9811
9812 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9813
9814         * shell/ev-document-types.c: (get_slow_mime_type),
9815         (get_document_type_from_mime), (ev_document_type_lookup):
9816         * shell/ev-document-types.h:
9817
9818         Change api to lookup from uri. Do fast lookup first, if the
9819         type is unknown try with data sniffing.
9820
9821         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9822         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9823
9824         Adapt to api change
9825
9826 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9827
9828         * thumbnailer/Makefile.am:
9829
9830         Fix distcheck
9831
9832 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9833
9834         * NEWS:
9835         * configure.ac:
9836
9837         Release 0.3.0
9838
9839         * data/evince-ui.xml:
9840
9841         Hide presentation mode for now
9842
9843         * shell/ev-view.c: (highlight_find_results):
9844
9845         Show current find selection only on current page
9846
9847 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9848
9849         * shell/ev-view.c: (ev_view_select_all):
9850
9851         Compute size of the actual page, not of
9852         the current one.
9853
9854 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9855
9856         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9857         (view_rect_to_doc_rect), (compute_selections),
9858         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9859         (ev_view_copy), (ev_view_primary_get_cb),
9860         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9861         (ev_view_button_press_event), (ev_view_motion_notify_event),
9862         (ev_view_button_release_event), (page_changed_cb):
9863
9864         Fix text selection
9865
9866 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9867
9868         * shell/ev-view.c: (compute_border), (get_page_extents),
9869         (doc_rect_to_view_rect), (highlight_find_results),
9870         (ev_view_bin_expose), (ev_view_select_all),
9871         (ev_view_motion_notify_event), (update_find_status_message),
9872         (jump_to_find_result), (jump_to_find_page):
9873
9874         First go at fixing search, still buggy
9875
9876 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9877
9878         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9879         dropdown box and button at the top of the sidebar.
9880
9881 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9882
9883         * configure.ac: Output zoom-control Makefile.
9884         * cut-n-paste/Makefile.am: build zoom-control subdir.
9885         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9886         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9887         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9888         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9889         * cut-n-paste/zoom-control/ephy-zoom.c:
9890         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9891         from epiphany, and modified to add a separator into the menu.
9892         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9893         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9894         zoom-control action.
9895         * shell/Makefile.am: Include zoom-control flags.
9896         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9897         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9898         (ev_view_zoom_for_size_presentation),
9899         (ev_view_zoom_for_size_continuous_and_dual_page),
9900         (ev_view_zoom_for_size_continuous),
9901         (ev_view_zoom_for_size_dual_page),
9902         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9903         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9904         ev_view_get_zoom and ev_view_get_sizing_mode.
9905         * shell/ev-view.h:
9906         * shell/ev-window.c: (update_action_sensitivity),
9907         (update_sizing_buttons), (zoom_control_changed_cb),
9908         (register_custom_actions): Initialize and use the zoom-control 
9909         widget.
9910
9911 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9912
9913         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9914         preview cache back to 1.  Don't know when it got set to 0.
9915         
9916         * shell/ev-view.c: (compute_border), (ev_view_realize),
9917         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9918         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9919         (ev_view_get_fullscreen), (ev_view_set_presentation),
9920         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9921         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9922         * shell/ev-view.h:
9923         * shell/ev-window.c:
9924         (update_chrome_visibility),
9925         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9926         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9927         (update_document_mode), (ev_window_update_fullscreen_action),
9928         (ev_window_fullscreen), (ev_window_unfullscreen),
9929         (ev_window_cmd_view_fullscreen),
9930         (ev_window_update_presentation_action),
9931         (ev_window_run_presentation), (ev_window_stop_presentation),
9932         (ev_window_cmd_view_presentation), (ev_window_state_event),
9933         (ev_window_focus_in_event), (ev_window_focus_out_event),
9934         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9935         * data/evince-ui.xml: Initial presentation mode.  We should
9936         probably hide this until it's done, as it's quite rough.  Also,
9937         change full-screen to fullscreen and add two getters to EvView.
9938
9939 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9940
9941         * shell/ev-page-action.c: (update_page_cache),
9942         (ev_page_action_dispose):
9943         * shell/ev-window.c: (destroy_fullscreen_popup),
9944         (ev_window_create_fullscreen_popup):
9945
9946         Use connect_object rather than explicitly
9947         disconnect on dispose.
9948
9949 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9950
9951         * shell/ev-page-action.c: (update_page_cache),
9952         (ev_page_action_dispose):
9953
9954 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9955
9956         * backend/ev-page-cache.c: (_ev_page_cache_new),
9957         (ev_page_cache_set_page_label),
9958         (ev_page_cache_has_nonnumeric_page_labels):
9959         * backend/ev-page-cache.h:
9960         * shell/ev-page-action.c: (update_pages_label):
9961         
9962         If all page labels are numeric, fallback to default
9963         way to display number of pages. See bug 173185.
9964
9965 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9966
9967         * shell/ev-page-action.c: (ev_page_action_dispose):
9968         * shell/ev-view.c: (view_update_range_and_current_page):
9969         * shell/ev-window.c: (ev_window_dispose):
9970         
9971         Set page on scroll in continuous mode. Fixes bug 301986.
9972         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9973
9974 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9975
9976         * configure.ac:
9977
9978         Require poppler 0.3.0
9979
9980 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9981         
9982         * shell/Makefile.am, configure.ac: Fix build problems
9983         with t1lib. Bug 301996.
9984
9985 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9986
9987         * shell/ev-view.c: (ev_view_scroll_event):
9988         
9989         Scroll up increase zoom
9990
9991 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9992
9993         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9994         (ev_view_set_sizing_mode),
9995         (ev_view_zoom_for_size_continuous_and_dual_page),
9996         (ev_view_zoom_for_size_continuous):
9997         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9998         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9999         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10000         (ev_window_init):
10001
10002         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10003         Fix for 165473 and 165472.
10004
10005 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10006
10007         * po/POTFILES.in:
10008         * thumbnailer/Makefile.am:
10009         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10010         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10011         * thumbnailer/evince-thumbnailer.schemas.in:
10012         
10013         Make thumbnailer schemas translatable. Fix for bug 301773
10014         
10015         * thumbnailer/evince-thumbnailer-djvu.schemas:
10016         * thumbnailer/evince-thumbnailer-dvi.schemas:
10017         * thumbnailer/evince-thumbnailer.schemas:
10018
10019         Removed files
10020
10021 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10022
10023         * shell/ev-view.c (ev_view_init): forgot to set this.
10024
10025 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10026
10027         * shell/ev-view.c: (find_page_at_location),
10028         (get_link_at_location),
10029         (ev_view_set_show_border), (ev_view_set_spacing),
10030         (ev_view_zoom_for_size_continuous_and_dual_page),
10031         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10032         Also, add a quick fix measuring of widths.  Also, removed
10033         ev_view_set_spacing and ev_view_set_show_border.
10034         
10035         * shell/ev-window.c: (ev_window_unfullscreen),
10036         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10037
10038 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10039
10040         * shell/ev-view.c: (view_update_range_and_current_page),
10041         (page_changed_cb):
10042         
10043         Fix crash on exit and scrolling to page in continuous view.
10044
10045 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10046
10047         * TODO:
10048         * backend/ev-page-cache.c: (_ev_page_cache_new),
10049         (ev_page_cache_get_max_width_size),
10050         (ev_page_cache_get_max_height_size):
10051         * backend/ev-page-cache.h:
10052         * data/evince-ui.xml:
10053         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10054         * shell/ev-view.c: (view_update_adjustments),
10055         (view_update_range_and_current_page), (get_bounding_box_size),
10056         (ev_view_size_request_continuous_and_dual_page),
10057         (ev_view_size_request_continuous),
10058         (ev_view_size_request_dual_page),
10059         (ev_view_size_request_single_page), (ev_view_size_request),
10060         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10061         (ev_view_bin_expose), (ev_view_expose_event),
10062         (ev_view_set_property), (ev_view_get_property),
10063         (ev_view_class_init), (ev_view_init), (ev_view_new),
10064         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10065         (ev_view_set_dual_page), (ev_view_set_full_screen),
10066         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10067         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10068         (ev_view_zoom_out), (zoom_for_size_fit_width),
10069         (zoom_for_size_best_fit),
10070         (ev_view_zoom_for_size_continuous_and_dual_page),
10071         (ev_view_zoom_for_size_continuous),
10072         (ev_view_zoom_for_size_dual_page),
10073         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10074         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10075         * shell/ev-view.h:
10076         * shell/ev-window.c: (update_action_sensitivity),
10077         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10078         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10079         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10080         (ev_window_cmd_view_zoom_out), (update_view_size),
10081         (ev_window_set_sizing_mode), (ev_window_init):
10082
10083         Add Continuous and Dual page modes.
10084
10085 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10086
10087         * dvi/dvi-document.c: (dvi_document_load),
10088         (dvi_document_thumbnails_get_thumbnail),
10089         (dvi_document_init_params): Fix up some mixups between
10090         width and height to correct thumbnail rendering.
10091
10092 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10093
10094         * dvi/mdvi-lib/private.h:
10095         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10096         
10097         Suppess output for kpathsea during font generation. Thanks to
10098         James Bowes
10099
10100 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10101
10102         * NEWS:
10103         * configure.ac:
10104
10105         Release 0.2.1
10106
10107         * Makefile.am: fix distcheck.
10108
10109 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10110
10111         * shell/ev-sidebar-links.c: (selection_changed_callback),
10112         (update_page_callback), (row_activated_callback),
10113         (job_finished_callback), (ev_sidebar_links_set_document):
10114         
10115         Fix for bug #169901. Double click on links expands tree.
10116
10117 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10118
10119         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10120         hard-coded style. Fix for bug 170111
10121
10122 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10123
10124         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10125         locking.
10126
10127 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10128
10129         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10130
10131 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10132
10133         * pdf/ev-poppler.cc:
10134         * shell/ev-view.c: (highlight_find_results):
10135
10136         Fix find on single page documents
10137
10138 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10139
10140         * data/evince.schemas.in: fix for bug 301390
10141
10142 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10143
10144         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10145         (ev_view_zoom_out), (ev_view_zoom_normal):
10146         * shell/ev-view.h:
10147         * shell/ev-window.c: (update_action_sensitivity),
10148         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10149         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10150         (ev_window_cmd_view_normal_size):
10151
10152         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10153         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10154         better than oom. 
10155
10156 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10157
10158         * configure.ac:
10159
10160         Depend on 2.57, 2.59 doesnt seem to be necessary
10161
10162 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10163
10164         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10165         (create_tool_item):
10166
10167         Put back total number of pages as (1 of 1234)
10168
10169 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10170
10171         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10172         remove the job.
10173
10174         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10175         function.  This helps debugging.
10176
10177 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10178
10179         * djvu/djvu-document.c: (djvu_document_class_init),
10180         (djvu_document_get_info), (djvu_document_document_iface_init):
10181         * dvi/dvi-document.c: (dvi_document_class_init),
10182         (dvi_document_get_info), (dvi_document_document_iface_init):
10183
10184         Dummy implementation of get_info method for dvi and
10185         djvu. Fix crashes with those backends
10186
10187 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10188
10189         * data/evince.desktop.in:
10190
10191         Add application/x-gzpostscript
10192
10193 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10194
10195         * data/evince.schemas.in: Added real long descriptions, 
10196         closes bug 172496 
10197
10198         * README: Added actual text, closes bug 171869
10199
10200 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10201
10202         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10203
10204         Thumbnail page 0
10205
10206 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10207
10208         * backend/ev-document-info.h:
10209
10210         s/GDate */GDate so we can just use g_free
10211
10212 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10213
10214         * shell/ev-window.c: (update_document_mode),
10215         (ev_window_setup_document):
10216
10217         Show the window in fullscreen when specified by
10218         the document
10219
10220 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10221
10222         * backend/ev-document.c: (ev_document_class_init),
10223         (ev_document_get_info), (ev_document_render_pixbuf):
10224         * backend/ev-document.h:
10225         * backend/ev-page-cache.c: (_ev_page_cache_new):
10226         * pdf/ev-poppler.cc:
10227         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10228         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10229         * ps/ps-document.c: (ps_document_class_init), (document_load),
10230         (ps_document_get_info), (ps_document_document_iface_init):
10231
10232         Remove get_title from the interface, we can just use document info
10233
10234 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10235
10236         * backend/Makefile.am:
10237         * backend/ev-document.c: (ev_document_render_get_info):
10238         * backend/ev-document.h:
10239         * pdf/ev-poppler.cc:
10240
10241         Initial support for document info. Based on jrb patch.
10242
10243 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10244
10245         * shell/ev-window.c: (ev_window_state_event),
10246         (ev_window_class_init), (ev_window_init):
10247         
10248         Doesn't show resize grip when maximized. See bug #301053
10249
10250 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10251
10252         * po/POTFILES.in:
10253         
10254         ev-sidebar-thumbnails now has translatable labels
10255         
10256         * shell/Makefile.am:
10257         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10258         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10259         (ev_sidebar_links_page_iface_init):
10260         * shell/ev-sidebar-links.h:
10261         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10262         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10263         (ev_sidebar_page_get_label):
10264         * shell/ev-sidebar-page.h:
10265         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10266         (ev_sidebar_thumbnails_set_document),
10267         (ev_sidebar_thumbnails_support_document),
10268         (ev_sidebar_thumbnails_get_label),
10269         (ev_sidebar_thumbnails_page_iface_init):
10270         * shell/ev-sidebar-thumbnails.h:
10271         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10272         (ev_sidebar_set_document):
10273         * shell/ev-sidebar.h:
10274         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10275         
10276         Small rework of sidebar code. Now sidebar pages should implement
10277         EvSidebarPage interface. That makes page management in EvSidebar
10278         easier. See bug #164811 for details
10279
10280 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10281
10282         * shell/ev-application.c: (ev_application_open):
10283         * shell/ev-document-types.c:
10284         
10285         Fix build error and small problem with application exit
10286
10287 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10288
10289         * thumbnailer/Makefile.am:
10290         * thumbnailer/evince-thumbnailer-djvu.schemas:
10291         * thumbnailer/evince-thumbnailer-dvi.schemas:
10292         
10293         Conditionally install schemas for djvu/dvi thumbnailer
10294
10295 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10296
10297         * shell/ev-document-types.h: 
10298         * shell/ev-document-types.c: 
10299         New files, handling the mapping from mimetypes to backends
10300         
10301         * shell/ev-window.c: 
10302         * thumbnailer/evince-thumbnailer.c:     
10303         Use the ev-document-types code
10304         
10305         * shell/Makefile.am: 
10306         Added new convenience library libevbackendfactory_la, containing
10307         the new mimetype->backend logic; moved the backends into it.
10308
10309         * thumbnailer/Makefile.am:
10310         Make the thumbnailer link with the libevbackend.la convenience
10311         library, rather than having a duplicate of the backend logic here.
10312
10313 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10314
10315         * shell/ev-stock-icons.c: constify some vars.
10316         * shell/ev-window.c: ditto.
10317
10318 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10319
10320         * ps/ps-document.c (get_page_orientation):
10321
10322         Respect document orientation 
10323
10324 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10325
10326         * djvu/Makefile.am:
10327         * dvi/Makefile.am:
10328         * shell/Makefile.am:
10329         
10330         Move library dependencies to components.
10331         
10332         * shell/ev-window.c: (update_window_title),
10333         (start_loading_document):
10334         
10335         Fix display of uris with spaces. Bug 168358.
10336
10337 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10338
10339         * shell/ev-sidebar-links.c: (selection_changed_cb):
10340         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10341         (ev_view_button_release_event), (ev_view_set_document):
10342         * shell/ev-view.h:
10343         * shell/ev-window.c: (find_bar_search_changed_cb):
10344         * shell/ev-window.h: Minor cleanups removing some dead code.
10345
10346 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10347
10348         * backend/ev-page-cache.c: (_ev_page_cache_new):
10349         
10350         Set current page to 0 if document has pages.
10351
10352 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10353
10354         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10355
10356         Initialize GError to NULL, fix a crash when loading fails.
10357
10358 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10359
10360         * shell/ev-window.c: (update_view_size):
10361
10362         Calculate shadow size only when there is actually
10363         a shadow.
10364
10365 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10366
10367         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10368         * shell/ev-view.h:
10369
10370         Allow setting view spacing, default to 0
10371
10372         * shell/ev-window.c: (ev_window_unfullscreen),
10373         (ev_window_cmd_view_fullscreen), (ev_window_init):
10374
10375         Remove spacing in fullscreen mode
10376
10377 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10378
10379         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10380         (ev_view_size_request), (expose_bin_window),
10381         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10382         * shell/ev-view.h:
10383         * shell/ev-window.c: (ev_window_unfullscreen),
10384         (ev_window_cmd_view_fullscreen):
10385
10386         Do not draw the border in fulscreen
10387
10388 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10389
10390         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10391         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10392         (find_page_at_location), (page_changed_cb):
10393
10394         Rework border calculation, so that I can more easily disable it.
10395         Code somewhat cleaner too.
10396
10397 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10398
10399         * backend/ev-page-cache.c: (ev_page_cache_init),
10400         (_ev_page_cache_new):
10401
10402         Remove some assertions, documents can have 0 pages.
10403         Make initial current page -1.
10404
10405         * shell/ev-page-action.c: (page_changed_cb):
10406
10407         Show "" if current page is -1
10408
10409         * shell/ev-window.c: (update_action_sensitivity),
10410         (ev_window_setup_document):
10411
10412         When document has 0 pages do not set the view
10413         and make nearly everything insensitive.
10414
10415 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10416
10417         * shell/ev-page-view.c:
10418         * shell/ev-page-view.h:
10419
10420         Remove unused files.
10421         
10422         * shell/ev-sidebar-thumbnails.c:
10423         (ev_sidebar_thumbnails_set_document):
10424         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10425         (ev_sidebar_supports_document):
10426         * shell/ev-sidebar.h:
10427         * shell/ev-window.c: (ev_window_setup_document):
10428         
10429         Doesn't show thumbnails if document has 1 page. Make
10430         sidebar menu entries sensitive only if if they have 
10431         sense. Fix bug 164811. 
10432
10433 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10434
10435         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10436         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10437         (ev_view_zoom_out), (ev_view_set_size):
10438
10439         Rework sizing to deal with documents with not uniform page
10440         size.
10441
10442 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * backend/ev-page-cache.c: (_ev_page_cache_new):
10445
10446         Fix several page size caching bugs
10447
10448 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10449
10450         * shell/ev-window.c: (set_action_properties):
10451
10452         Make all toolbar items translatable
10453
10454 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10455
10456         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10457         (save_page_list), (ps_document_save),
10458         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10459         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10460         (ps_document_ps_exporter_iface_init):
10461         * ps/ps-document.h:
10462
10463         Based on a patch by J�rg Billeter <j@bitron.ch>
10464         
10465         Implement print and save a copy for the ps backend.
10466
10467 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10468
10469         * backend/ev-document.h:
10470         * djvu/djvu-document.c: (djvu_document_can_get_text),
10471         (djvu_document_document_iface_init):
10472         * dvi/dvi-document.c: (dvi_document_can_get_text),
10473         (dvi_document_document_iface_init):
10474         * pdf/ev-poppler.cc:
10475         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10476         (pixbuf_document_document_iface_init):
10477         * ps/ps-document.c: (ps_document_can_get_text),
10478         (ps_document_document_iface_init):
10479         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10480         * shell/ev-window.c: (update_action_sensitivity):
10481
10482         Fix the crash when trying to copy in backends that doesnt
10483         support it. We can implement a better solution once we
10484         do real text selection.
10485
10486 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10487
10488         * data/evince-ui.xml:
10489         * shell/ev-window.c: (ev_window_cmd_escape):
10490         
10491         Work around the Escape conflict (find bar and unfullscreen)
10492
10493 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10494
10495         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10496         
10497         Fix for #300233. Next page correctly handles document end.
10498         
10499         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10500         (ev_sidebar_thumbnails_class_init),
10501         (ev_sidebar_thumbnails_set_document),
10502         (ev_sidebar_thumbnails_clear_job),
10503         (ev_sidebar_thumbnails_clear_model):
10504         
10505         Cleanup thumbnail jobs on document changes.
10506         
10507         * shell/ev-view.c: (add_scroll_binding_keypad),
10508         (add_scroll_binding_shifted), (ev_view_class_init):
10509         
10510         Shift + Space scrolls up. Fix for #173184
10511         
10512         * shell/ev-window.c: (ev_window_open_page),
10513         (ev_window_cmd_view_reload):
10514         
10515         Fix reload (Bug #300094)
10516
10517 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10518
10519         
10520         * dvi/mdvi-lib/assoc.c:
10521         * dvi/mdvi-lib/assoc.h: Removed garbage files
10522         
10523         * dvi/mdvi-lib/bitmap.c:
10524         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10525         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10526         * dvi/mdvi-lib/color.h: Antialias of rules
10527         
10528         * dvi/mdvi-lib/common.h:
10529         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10530         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10531         * dvi/mdvi-lib/files.c:
10532         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10533         * dvi/mdvi-lib/mdvi.h:
10534         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10535         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10536         * dvi/mdvi-lib/util.c: Fix compile warnings
10537         
10538         * dvi/dvi-document.c:
10539         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10540         (dvi_document_thumbnails_get_thumbnail),
10541         (dvi_document_document_thumbnails_iface_init):
10542         * dvi/mdvi-lib/Makefile.am:
10543         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10544         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10545         
10546         Dvi backend now renders thumbnails
10547
10548 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10549
10550         * shell/main.c: (main): 
10551         
10552         Save accelerators on exit. Fixes bug #172095.
10553
10554 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10555
10556         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10557         update priority" comment.
10558
10559         * backend/ev-job-queue.c: Give a way to change priority.
10560
10561 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10562
10563         * shell/ev-page-action.c: Fix logic.
10564
10565 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10566
10567         * shell/ev-view.c: (ev_view_can_find_next):
10568         * shell/ev-window.c: (ev_window_setup_document):
10569
10570         Check that the document supports find
10571
10572 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10573
10574         * data/evince-ui.xml:
10575         * shell/ev-view.c: (ev_view_can_find_next):
10576         * shell/ev-view.h:
10577         * shell/ev-window.c: (update_action_sensitivity),
10578         (find_changed_cb), (ev_window_setup_document),
10579         (ev_window_cmd_edit_find_next):
10580
10581         Add Edit->Find Next
10582
10583 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10584
10585         * pdf/ev-poppler.cc:
10586         * shell/ev-print-job.c: (idle_print_handler):
10587
10588         Make printing work again
10589
10590 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10591
10592         * shell/ev-page-action.h:
10593         * shell/ev-page-action.c: (ev_page_action_widget_init),
10594         (ev_page_action_widget_class_init), (page_changed_cb),
10595         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10596         (get_filter_model_from_model), (match_selected_cb),
10597         (display_completion_text), (match_completion), (update_model),
10598         (connect_proxy), (ev_page_action_set_property),
10599         (ev_page_action_get_property), (ev_page_action_set_document),
10600         (ev_page_action_set_model), (ev_page_action_class_init): Big
10601         reworking to make completions work iff we have >= GTK-2.7.0
10602                 
10603         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10604         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10605         (job_finished_cb): We now have a 'model' property that is set when
10606         the links are loaded.  This can be caught with "notify::model"
10607
10608         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10609         listen for the model to be set, and propagate it to the action.
10610
10611 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10612
10613         * cut-n-paste/recent-files/egg-recent-item.c:
10614         (egg_recent_item_set_uri), (make_valid_utf8),
10615         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10616         * cut-n-paste/recent-files/egg-recent-item.h:
10617         
10618         Update egg-recent from libegg. This should fix long
10619         startup problem. For details see
10620         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10621
10622 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10623
10624         * cut-n-paste/recent-files/Makefile.am:
10625         * data/evince-ui.xml, shell/Makefile.am:
10626         * shell/ev-application.c, shell/ev-application.h:
10627         * shell/ev-window.c: Recent files support.
10628         
10629         * configure.ac: Added "ru" to ALL_LINGUAS.
10630         
10631         * dvju: new backend to support DJVU files.
10632         * dvi: new backend to support DVI.
10633
10634         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10635         * ev-application.c: Support for new backends.
10636         
10637         * help, ev-window.c, main.c shell/Makefile.am: 
10638         Evince user documentation.
10639
10640 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10641
10642         * po/POTFILES.in:
10643         * shell/ev-window.c:
10644         * thumbnailer/evince-thumbnailer.c:
10645
10646         s/pdf-document/ev-poppler
10647
10648 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10649
10650         * NEWS:
10651         * configure.ac:
10652
10653         Release 0.2.0
10654
10655         * ps/ps-document.c: (setup_pixmap):
10656
10657         Remove debug code
10658
10659 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10660
10661         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10662         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10663         (ev_window_cmd_go_first_page): Fix of by one errors.
10664
10665 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10666
10667         * ps/ps-document.c: (get_page_box):
10668
10669         Fix page size calculation
10670
10671 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10672
10673         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10674         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10675         (get_page_orientation), (setup_page), (document_load),
10676         (ps_document_get_page_size), (render_pixbuf_idle):
10677         * ps/ps-document.h:
10678
10679         More refactoring to adapt to EvDocument changes
10680
10681 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10682
10683         * ps/ps-document.c: (start_interpreter):
10684
10685         Actually add alpha args
10686
10687 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10688
10689         * pdf/ev-poppler.cc:
10690
10691         Make clipboard work again
10692
10693 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10694
10695         Make searching work again.
10696         
10697         * backend/ev-document.c:
10698         * backend/ev-document.h:
10699         * backend/ev-document-find.c:
10700         * backend/ev-document-find.h: Change EvDocumentIface so we no
10701         longer store the current page or zoom level in the document.  The
10702         consequence is that all calls that operate on the current page now
10703         instead take the page number as an extra argument, and all
10704         coordinates are now doubles in document coordinate system.
10705
10706         * pdf/ev-poppler.cc:
10707         * pixbuf/pixbuf-document.c:
10708         * ps/ps-document.c: Update backends accordingly.
10709
10710 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10711
10712         * autogen.sh:
10713
10714         Add required gettext version
10715
10716 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10717
10718         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10719         make F1 bring up non-existent help.
10720
10721         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10722         epiphany's find bar, #167477
10723
10724         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10725         <emil@nishra.com> to add space-bar scrolling, 
10726
10727         * shell/ev-window.c (static GtkActionEntry entries): add default
10728         keybinding for Help (F1)
10729         Fixes #171068
10730
10731         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10732         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10733         170110
10734
10735 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10736
10737         * Makefile.am: 
10738         * pixbuf/pixbuf-document.c: 
10739
10740         Got pixbuf backend working again
10741
10742 2005-04-01  Steve Murphy  <murf@e-tools.com>
10743
10744         * configure.in: Added "rw" to ALL_LINGUAS.
10745
10746 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10747
10748         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10749         model types, noticed by Martin Kretzschmar.
10750
10751 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10752
10753         * pdf/ev-poppler.cc: Implement search based on
10754         poppler_page_find_text().  Currently a bit crude since we remember
10755         all matches from all pages.  Also, we grab the big document lock
10756         when we search since searching changes the underlying stream and
10757         thus conflicts with the rendering thread.
10758         
10759         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10760         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10761         (ev_view_find_previous): Fix some page indexes to be 0 based,
10762         offset rubber band by view offset,
10763
10764 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10765
10766         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10767
10768 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10769
10770         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10771         completely because I didn't understand GtkActions.  I should
10772         read Marco's code more carefully in the future.
10773
10774         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10775         function
10776
10777 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10778
10779         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10780         PopplerRectangle change from poppler CVS.
10781
10782 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10783
10784         * backend/ev-document.c: (ev_document_get_page_label):
10785         * backend/ev-document.h:
10786         * backend/ev-page-cache.c: (_ev_page_cache_new),
10787         (ev_page_cache_get_page_label):
10788         * backend/ev-page-cache.h:
10789         * pdf/ev-poppler.cc:
10790         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10791         (links_page_num_func):
10792         * shell/ev-sidebar-thumbnails.c:
10793         (ev_sidebar_thumbnails_set_document):
10794         * shell/ev-view.c: (status_message_from_link),
10795         (ev_view_motion_notify_event):
10796         * shell/ev-window.c: (document_supports_sidebar): Add in page
10797         label support.  It's not perfect yet, but it's the first 'feature'
10798         in a while.
10799         Also, fix a bogus comment noticed by crispin. 
10800
10801 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10802
10803         * Makefile.am: Remove pixbuf backend for now
10804
10805         * configure.ac: Require poppler-glib instead of just poppler.
10806
10807         * backend/ev-document-thumbnails.h: Add a comment
10808
10809         * backend/ev-document.h:
10810         * backend/ev-document.c: (ev_document_class_init),
10811         (ev_document_load), (ev_document_get_link),
10812         (ev_document_get_links): Remove 3 methods and add get_links.
10813         Also, made 0 based.
10814
10815         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10816         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10817
10818         * backend/ev-link.c: (ev_link_set_title),
10819         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10820         (ev_link_mapping_find):
10821         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10822         
10823         * backend/ev-page-cache.c: (ev_page_cache_init),
10824         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10825         (ev_page_cache_get_size), (ev_page_cache_next_page),
10826         (ev_page_cache_prev_page): Fix to be 0 based.
10827
10828         * pdf/Makefile.am: 
10829         * pdf/ev-poppler.h:
10830         * pdf/ev-poppler.cc: New backend.
10831         
10832         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10833         (ps_document_get_page), (ps_document_document_iface_init):
10834
10835         * shell/ev-pixbuf-cache.h:
10836         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10837         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10838         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10839         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10840         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10841         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10842         based.
10843         
10844         * shell/ev-sidebar-thumbnails.c:
10845         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10846         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10847
10848         * shell/ev-view.c: (status_message_from_link),
10849         (find_page_at_location), (get_link_at_location),
10850         (ev_view_motion_notify_event), (ev_view_button_release_event),
10851         (ev_view_init): Use the new link code.  Fix to be 0 based.
10852
10853         * shell/ev-window.c: (update_action_sensitivity),
10854         (document_supports_sidebar): 0 based.
10855
10856 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10857
10858         * pdf/pdf-document.cc: Patch from Fernando Herrera
10859         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10860         *blush*
10861
10862 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10863
10864         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10865         1 to the page, as this seems to be 1 based.  I thought we has this
10866         fixed.  grump.
10867
10868 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10869
10870         * TODO:
10871         * backend/Makefile.am:
10872         * backend/ev-document-links.c:
10873         (ev_document_links_has_document_links),
10874         (ev_document_links_get_links_model):
10875         * backend/ev-document-links.h:
10876         * backend/ev-document.c: (ev_document_get_page_cache),
10877         (ev_document_get_doc_mutex), (ev_document_load),
10878         (ev_document_save), (ev_document_get_title),
10879         (ev_document_get_n_pages), (ev_document_set_page),
10880         (ev_document_get_page), (ev_document_set_target),
10881         (ev_document_set_scale), (ev_document_set_page_offset),
10882         (ev_document_get_page_size), (ev_document_get_text),
10883         (ev_document_get_link), (ev_document_render),
10884         (ev_document_render_pixbuf), (ev_document_scale_changed):
10885         * backend/ev-document.h:
10886         * backend/ev-job-queue.c: (remove_object_from_queue),
10887         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10888         (no_jobs_available_unlocked), (ev_render_thread),
10889         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10890         (ev_job_queue_remove_job):
10891         * backend/ev-job-queue.h:
10892         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10893         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10894         (ev_job_links_class_init), (ev_job_render_init),
10895         (ev_job_render_dispose), (ev_job_render_class_init),
10896         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10897         (ev_job_thumbnail_class_init), (ev_job_finished),
10898         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10899         (ev_job_render_run), (ev_job_thumbnail_new),
10900         (ev_job_thumbnail_run):
10901         * backend/ev-jobs.h:
10902         * backend/ev-link.c:
10903         * backend/ev-link.h:
10904         * backend/ev-page-cache.c: (ev_page_cache_init),
10905         (ev_page_cache_class_init), (ev_page_cache_finalize),
10906         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10907         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10908         (ev_page_cache_set_link), (ev_page_cache_get_title),
10909         (ev_page_cache_get_size), (ev_page_cache_next_page),
10910         (ev_page_cache_prev_page):
10911         * backend/ev-page-cache.h:
10912         * pdf/pdf-document.cc:
10913         * ps/gsdefaults.c:
10914         * ps/gsdefaults.h:
10915         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10916         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10917         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10918         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10919         (is_interpreter_ready), (output), (catchPipe), (input),
10920         (start_interpreter), (check_filecompressed), (compute_dimensions),
10921         (ps_document_enable_interpreter), (document_load),
10922         (ps_document_next_page), (render_page), (ps_document_set_page),
10923         (ps_document_set_scale), (render_pixbuf_idle),
10924         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10925         * ps/ps-document.h:
10926         * shell/Makefile.am:
10927         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10928         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10929         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10930         (ev_pixbuf_cache_new), (job_finished_cb),
10931         (check_job_size_and_unref), (move_one_job),
10932         (ev_pixbuf_cache_update_range), (find_job_cache),
10933         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10934         (ev_pixbuf_cache_add_jobs_if_needed),
10935         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10936         * shell/ev-pixbuf-cache.h:
10937         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10938         (idle_print_handler):
10939         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10940         (selection_changed_cb), (create_loading_model),
10941         (ev_sidebar_links_construct), (links_page_num_func),
10942         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10943         (update_page_callback), (job_finished_cb),
10944         (ev_sidebar_links_set_document):
10945         * shell/ev-sidebar-thumbnails.c:
10946         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10947         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10948         (page_changed_cb), (thumbnail_job_completed_callback),
10949         (ev_sidebar_thumbnails_set_document):
10950         * shell/ev-sidebar-thumbnails.h:
10951         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10952         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10953         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10954         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10955         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10956         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10957         (ev_view_button_release_event), (ev_view_scroll_view),
10958         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10959         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10960         (ev_view_new), (job_finished_cb), (page_changed_cb),
10961         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10962         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10963         (ev_view_find_previous):
10964         * shell/ev-view.h:
10965         * shell/ev-window.c: (update_action_sensitivity),
10966         (ev_window_open_page), (update_window_title), (update_total_pages),
10967         (page_changed_cb), (ev_window_setup_document),
10968         (password_dialog_response), (ev_window_cmd_save_as),
10969         (ev_window_print), (ev_window_cmd_go_previous_page),
10970         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10971         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10972         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10973         * shell/main.c: (main):
10974
10975         Merge evince-threads branch
10976
10977 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10978
10979         * configure.ac: Added "lt" to ALL_LINGUAS.
10980
10981 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10982
10983         * NEWS:
10984         * configure.ac:
10985
10986         Release 0.1.9
10987
10988 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10989
10990         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10991
10992         Fix here also the thumbnails 1-basedness :)
10993
10994 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10995
10996         * NEWS:
10997         * configure.ac:
10998
10999         Release 0.1.8
11000
11001 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11002
11003         * pdf/pdf-document.cc:
11004         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11005         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11006
11007         Fix the mess we did with thumbnails and 1-basedness
11008
11009 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11010
11011         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11012
11013 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11014
11015         * NEWS:
11016         * configure.ac:
11017
11018         Release 0.1.7
11019
11020 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11021
11022         * ps/Makefile.am:
11023         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11024         (gtk_gs_defaults_get_alpha_parameters),
11025         (gtk_gs_defaults_get_ungzip_cmd),
11026         (gtk_gs_defaults_get_unbzip2_cmd):
11027         * ps/gsdefaults.h:
11028         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11029         (ps_document_get_orientation), (document_load),
11030         (ps_document_goto_page), (ps_document_set_page_size):
11031         * ps/ps-document.h:
11032
11033         Some more sanitization of the ps backend. Remove a lot
11034         of unused code and do not base our defaults on ggv
11035         preferences (ugh!)
11036
11037 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11038
11039         * thumbnailer/evince-thumbnailer.schemas:
11040         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11041         (main): add -s option for thumbnail size.
11042
11043 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11044
11045         * configure.ac:
11046
11047         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11048         remove it.
11049
11050 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11051
11052         * pdf/pdf-document.cc:
11053
11054         Remove 4 pixels of useless border from the
11055         thumbnail.
11056
11057 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11058
11059         * backend/ev-document-thumbnails.c:
11060         (ev_document_thumbnails_get_thumbnail):
11061         * backend/ev-document-thumbnails.h:
11062
11063         Rework API a bit. Add a border flag and
11064         change sizing logic (now the size we specify
11065         applies to the bigger dimension).
11066
11067         * pdf/pdf-document.cc:
11068         * pixbuf/pixbuf-document.c:
11069         (pixbuf_document_thumbnails_get_thumbnail):
11070         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11071         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11072
11073         Adapt to the new API and do not draw a border for nautilus
11074         thumbnailer.
11075
11076 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11077
11078         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11079         take thumbnails from page "0" instead of "1". Added a copyright header.
11080
11081 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11082
11083         * ps/ps-document.c: (set_up_page), (start_interpreter):
11084
11085         Make it C89 compliant
11086
11087 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11088
11089         * Makefile.am:
11090         * configure.ac:
11091         * pdf/.cvsignore:
11092         * pdf/pdf-document.cc:
11093         * thumbnailer/Makefile.am:
11094         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11095         (main):
11096         * thumbnailer/evince-thumbnailer.schemas:
11097         * thumbnailer/pdf-icon.png:
11098
11099         Add a nautilus thumbnailer.
11100         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11101
11102 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11103
11104         * NEWS:
11105         * configure.ac:
11106         * po/POTFILES.in:
11107
11108         Release 0.1.6
11109
11110 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11111
11112         Use poppler instead of including xpdf source code.  Poppler is a
11113         fork of xpdf to build it as a shared library. See
11114         http://freedesktop.org/wiki/Software/poppler.
11115
11116         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11117         xpdf fork.
11118         
11119         * pdf/Makefile.am: Build libpdfdocument.a here.
11120         
11121         * pdf/GDKSplashOutputDev.cc:
11122         * pdf/GDKSplashOutputDev.h:
11123         * pdf/GnomeVFSStream.cc:
11124         * pdf/GnomeVFSStream.h:
11125         * pdf-document.cc:
11126         * pdf-document.h:
11127         * test-gdk-output-dev.cc
11128         * Thumb.cc:
11129         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11130         against poppler.
11131
11132 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11133
11134         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11135
11136         Clear idle stack before unsetting the document
11137
11138 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11139
11140         * ps/ps-document.c: (ps_document_widget_event),
11141         (ps_document_set_target), (ps_document_finalize),
11142         (ps_document_get_page):
11143
11144         Disconnect the widget event signal on finalize.
11145         Some code cleanups.
11146
11147 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11148
11149         * ps/ps-document.c: (set_up_page):
11150
11151         If there is no bpixmap create one, even if size
11152         is not changed.
11153
11154 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11155
11156         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11157         (set_up_page), (document_load), (ps_document_set_zoom):
11158
11159         Default page is 0. Calculate size even when we have no
11160         target yet.
11161
11162 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11163
11164         * shell/ev-sidebar.c: expand the selection widget to be always as
11165         wide as the sidebar
11166
11167 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11168
11169         * shell/ev-sidebar-thumbnails.c:
11170         (ev_sidebar_thumbnails_set_document):
11171
11172         Clear the list store when setting document
11173
11174 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11175
11176         * shell/ev-page-action.c: (update_entry), (sync_entry),
11177         (activate_cb), (entry_size_request_cb), (create_tool_item),
11178         (connect_proxy):
11179
11180         Use an entry for the page control instead of spinbuttons
11181
11182 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11183
11184         * data/evince.schemas.in:
11185
11186         Correct confusing string
11187
11188 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11189
11190         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11191         for real.  Gosh, how long has this been broken.
11192
11193         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11194         check for a NULL link.  We crash otherwise.
11195
11196 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11197
11198         * NEWS:
11199         * configure.ac:
11200
11201         Release 0.1.5
11202
11203 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11204
11205         * configure.ac: add the french translation.
11206
11207 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11208
11209         * shell/ev-window.c:
11210
11211         Remove unused header -> fix distcheck
11212
11213 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11214
11215         * shell/ev-window.c: (update_window_title),
11216         (ev_window_popup_password_dialog):
11217
11218         Unescape filename for display
11219
11220 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11221
11222         * pdf/xpdf/pdf-document.cc:
11223
11224         In get_page_size deal with rotation. Also
11225         cleanup the function a bit.
11226
11227 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11228
11229         * pdf/xpdf/pdf-document.cc:
11230
11231         Fix crash when opening in new window
11232
11233 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11234
11235         * configure.ac:
11236
11237         Check ghostscript >= 7
11238
11239 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11240
11241         * shell/ev-window.c:
11242
11243         Make page width the default sizing mode
11244
11245 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11246         Marco Pesenti Gritti <marco@gnome.org>
11247
11248         * shell/ev-window.c: Remember the sidebar size
11249
11250         * data/evince.schemas.in: Add a new gconf key to store the size of
11251         the sidebar
11252
11253 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11254
11255         * data/evince-ui.xml:
11256         * shell/ev-window.c: (update_action_sensitivity),
11257         (ev_window_cmd_view_reload):
11258         
11259         Add a "Reload" action and menu entry
11260
11261 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11262
11263         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11264         iff the type doesn't support thumbnailing and indexing.
11265
11266 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11267
11268         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11269
11270 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11271
11272         * pdf/splash/Splash.cc:
11273
11274         Port fix for a crasher from kde bug
11275         http://bugs.kde.org/show_bug.cgi?id=97131
11276
11277 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11278
11279         * pdf/xpdf/pdf-document.cc:
11280
11281         Return a link even if it's of an unrecognized
11282         type. Otherwise we go in an infinte cycle.
11283
11284 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11285
11286         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11287         (size_allocate_cb), (ev_window_set_sizing_mode):
11288
11289         Update size when switching mode
11290
11291 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11292
11293         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11294         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11295         (ev_window_cmd_view_normal_size):
11296
11297         Fix size toggle buttons behavior
11298
11299 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11300
11301         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11302         (doc_rect_to_view_rect), (ev_view_size_allocate),
11303         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11304         (scale_changed_callback):
11305
11306         Do not cache offsets in size_allocate.
11307
11308 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11309
11310         * shell/ev-view.c: (ev_view_size_allocate):
11311
11312         Calculate offsets before calling the parent
11313         class (which does a redraw)
11314
11315 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11316
11317         * pdf/xpdf/pdf-document.cc:
11318
11319         Fix a crasher on exit. Unused code, put a TODO
11320
11321 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11322
11323         * backend/ev-document.c: (ev_document_class_init),
11324         (ev_document_page_changed), (ev_document_scale_changed):
11325         * backend/ev-document.h:
11326
11327         Separate page/scale notifications
11328
11329         * pdf/xpdf/pdf-document.cc:
11330
11331         Emit the new signals.
11332         Do not display the pdf page in _render, do it
11333         when scale/page are requested.
11334
11335         * ps/ps-document.c: (ps_document_set_zoom),
11336         (ps_document_widget_event):
11337         * ps/ps-document.h:
11338
11339         Emit the new signals.
11340
11341         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11342         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11343         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11344         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11345         * shell/ev-view.h:
11346         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11347         (ev_window_cmd_view_page_width), (size_allocate_cb),
11348         (ev_window_set_sizing_mode):
11349
11350         Rework sizing to be pixel based.
11351         There are bugs but should be already way better.
11352
11353 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11354
11355         * shell/ev-window.c: (ev_window_init):
11356
11357         Do not allow to shrink sidebar smaller then
11358         child requisition
11359
11360 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11361
11362         * shell/ev-sidebar.[ch]
11363         * shell/ev-window.c:
11364
11365         Improved sidebar widget. Fixes #166683
11366
11367 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11368
11369         * shell/ev-view.c (update_find_status_message): Give translators
11370         more flexibility with ngettext plural handling.
11371
11372 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11373
11374         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11375         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11376         page when we get the page size.
11377
11378 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11379
11380         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11381
11382         ps pages are 0 based, convert 
11383
11384 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11385
11386         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11387
11388         Initialize correct parent class. Set GError on document load
11389
11390 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11391
11392         * pdf/xpdf/pdf-document.cc:
11393
11394         Fixup selection offset calculation
11395
11396         * shell/ev-view.c: (view_rect_to_doc_rect),
11397         (doc_rect_to_view_rect), (ev_view_size_allocate),
11398         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11399         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11400
11401         Store selection as document relative, so that zooming
11402         and offset changing doesnt break it.
11403
11404 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11405
11406         * shell/ev-view.c: (ev_view_best_fit):
11407
11408         Do not try to best fit if the view is not realized
11409
11410 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11411           
11412         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11413
11414 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11415
11416         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11417
11418 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11419
11420         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11421         the popup window.  That prevents it resizing when in full screen
11422         mode.
11423
11424         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11425         multiple rerenders.  This pretty much sucks.
11426
11427         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11428         rest of the toolbar.
11429
11430 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11431
11432         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11433
11434 2005-02-17  Alexander Shopov  <ash@contact.bg>
11435
11436         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11437
11438 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11439
11440         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11441
11442 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11443
11444         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11445         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11446         (set_document_page), (document_changed_callback),
11447         (ev_view_set_document), (ev_view_find_previous),
11448         (ev_view_hide_cursor), (ev_view_show_cursor):
11449         * shell/ev-view.h:
11450         * shell/ev-window.c: (update_chrome_visibility),
11451         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11452         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11453         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11454         (ev_window_unfullscreen):
11455         * shell/main.c: (main):
11456
11457         Automatically hide the fullscreen button.
11458         Patch by Kristian Høgsberg <krh@redhat.com>
11459
11460 2005-02-16  Vincent Noel  <vnoel@cox.net>
11461
11462         * shell/main.c (main): Specify an icon for the window. Patch by
11463         Jaap A. Haitsma. Fixes #166177.
11464
11465 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11466
11467         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11468
11469 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11470
11471         * backend/ev-document-misc.h:
11472         * backend/ev-document-misc.c:
11473         (ev_document_misc_get_page_border_size),
11474         (ev_document_misc_paint_one_page): New function to canonicalize
11475         sizing/painting a border.
11476
11477         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11478         used.
11479
11480         * pdf/xpdf/pdf-document.cc: use new function
11481
11482         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11483         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11484         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11485         shell/ev-window.c: (update_sizing_buttons),
11486         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11487         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11488         (ev_window_cmd_view_page_width), (size_allocate_cb),
11489         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11490         and "fit width" values act as toggle buttons so they stay
11491         toggled.  It's not 100% perfect, and it's a little slow, but it's
11492         good enough to commit I think.
11493
11494 2005-02-15  David Lodge  <dave@cirt.net>
11495
11496         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11497
11498 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11499
11500         * shell/ev-window.c (update_window_title): replace newlines in
11501         the title by spaces. Bug #166107.
11502
11503 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11504
11505         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11506         parameters providing allocation width and height without
11507         scrollbars and width of a possible vertical scrollbar. With this
11508         additional information the functions can work as
11509         intended. Unfortunately they're not idempotent. We should
11510         transform these commands to toggles. Fixes Bug #164976
11511         Initial patch by Stephane Loeuillet, then heavily modified.
11512
11513         * shell/ev-view.h: update prototypes.
11514
11515         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11516         (ev_window_cmd_view_page_width): provide EvView fit functions with
11517         all the information they need. Formulas to calculate this
11518         information taken from GtkScrolledWindow.
11519
11520 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11521
11522         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11523         created a thumbnail, the list store is updated to know
11524         that the thumbnail is set. Fixes bug #166792
11525
11526 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11527
11528         * shell/ev-window.c: fixed typo, closes bug 166897
11529
11530         * TODO: updated TODO with bug numbers that are relevant
11531
11532 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11533
11534         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11535
11536 2005-02-09  Vincent Noel  <vnoel@cox.net>
11537
11538         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11539         and "Next" toolbar buttons as important to make them stand out.
11540
11541 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11542
11543         * lib/ev-debug.c:
11544         * lib/ev-debug.h:
11545         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11546         (start_interpreter), (stop_interpreter), (document_load),
11547         (ps_document_next_page), (ps_document_goto_page),
11548         (ps_document_set_page_size), (ps_document_widget_event),
11549         (ps_document_render):
11550         * shell/ev-page-view.c: (ev_page_view_dispose):
11551         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11552
11553         Fix compilation on non-gcc platforms
11554
11555 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11556
11557         * NEWS:
11558         * configure.ac:
11559
11560         Release 0.1.4
11561
11562         * pdf/xpdf/Catalog.cc:
11563         * pdf/xpdf/XRef.cc:
11564
11565         Fix the fix for CAN-2004-0888
11566
11567 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11568
11569         * data/Makefile.am:
11570         * data/evince-ui.xml:
11571         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11572         * shell/ev-stock-icons.h:
11573         * shell/ev-window.c: (update_action_sensitivity),
11574         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11575         (set_action_properties):
11576
11577         Improve toolbar layout/icons
11578
11579 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11580
11581         * pdf/xpdf/pdf-document.cc:
11582
11583         Add warnings about unimplemented/unknown link
11584         types.
11585
11586 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11587
11588         * ps/ps-document.c: (set_up_page):
11589
11590         Log gs property
11591
11592 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11593
11594         * ps/ps-document.c: (start_interpreter):
11595
11596         Log gs env var
11597
11598 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11599
11600         * shell/ev-page-view.c: (ev_page_view_dispose):
11601         * shell/ev-view.c: (ev_view_finalize):
11602         * shell/ev-window.c: (ev_window_setup_document),
11603         (ev_window_dispose), (ev_window_init):
11604
11605         Solve more refs issues.
11606
11607         I commented out the page_view initialization for now:
11608         it was never destroyed (because it's never added
11609         to a container). Because of that we was leaking
11610         gs processes. Couldnt think to a clean fix.
11611         We need to figure this out, password view has the
11612         same issue probably.
11613
11614 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11615
11616         * ps/ps-document.c: (ps_document_finalize),
11617         (ps_document_get_n_pages), (ps_document_get_page):
11618
11619         Some cleanups, stop the interpreter on finalize
11620
11621         * shell/ev-page-view.c: (ev_page_view_dispose),
11622         (ev_page_view_class_init):
11623
11624         Release our reference on the document
11625
11626 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11627
11628         * Makefile.am:
11629         * configure.ac:
11630         * doc/debugging.txt:
11631         * lib/.cvsignore:
11632         * lib/Makefile.am:
11633         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11634         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11635         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11636         * lib/ev-debug.h:
11637
11638         Add debugging helpers
11639
11640         * ps/Makefile.am:
11641         * ps/ps-document.c: (set_up_page), (start_interpreter),
11642         (stop_interpreter), (document_load), (ps_document_next_page),
11643         (ps_document_goto_page), (ps_document_set_page_size),
11644         (ps_document_widget_event), (ps_document_render):
11645         * shell/Makefile.am:
11646         * shell/ev-view.c: (expose_bin_window):
11647         * shell/main.c: (main):
11648
11649         Add some logs
11650         
11651 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11652
11653         * ps/ps-document.c: (ps_document_widget_event):
11654
11655         Initialize message_window, this should make ps
11656         rendering really work! (Never noticed because I was
11657         testing with a ps that is causing gs to exit every time!)
11658
11659 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11660
11661         * data/evince.schemas.in: updated simple error in applyto closing tag
11662
11663 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11664
11665         * Makefile.am:
11666         * configure.ac:
11667         * data/.cvsignore:
11668         * data/Makefile.am:
11669         * data/evince-ui.xml:
11670         A data/evince.schemas.in:
11671         * po/POTFILES.in:
11672         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11673         * shell/ev-stock-icons.h:
11674         * shell/ev-window.c: (update_chrome_visibility),
11675         (update_chrome_flag), (ev_window_cmd_edit_find),
11676         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11677         (ev_window_unfullscreen), (ev_window_focus_in_event),
11678         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11679         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11680         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11681         (ev_window_dispose), (ev_window_class_init),
11682         (set_action_properties), (set_chrome_actions), (load_chrome),
11683         (ev_window_init):
11684
11685         Implement fullscreen mode changes from bug #164776.
11686         Also implement persistent chrome toggles.
11687
11688 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11689
11690         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11691
11692 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11693
11694         * NEWS:
11695         * configure.ac:
11696         * shell/ev-view.c:
11697
11698         Add another check for find interface
11699
11700         Release 0.1.3
11701
11702 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11703
11704         * shell/ev-application.c: (ev_application_open):
11705         * shell/ev-window.c: (ev_window_open):
11706
11707         Open gzipped ps documents
11708
11709 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11710
11711         * TODO:
11712         * shell/ev-view.c: (set_document_page):
11713
11714         Clamp page number, dont try to move to
11715         not existant pages.
11716
11717 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11718
11719         * backend/ev-document-find.c: (ev_document_find_changed):
11720         * backend/ev-document-find.h:
11721         * pdf/xpdf/pdf-document.cc:
11722         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11723         * shell/ev-window.c: (find_bar_search_changed_cb):
11724
11725         Fix several bugs with find
11726
11727 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11728
11729         * shell/ev-sidebar-thumbnails.c
11730         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11731         document. Prevents warning from scroll_to_cell.
11732
11733 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11734
11735         * configure.ac: Add «nb» to ALL_LINGUAS too.
11736
11737 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11738
11739         * NOTES: New file with some random thoughts.
11740
11741         * TODO: Update.
11742
11743         * backend/ev-document-misc.c:
11744         (ev_document_misc_get_page_border_size): New function to
11745         canonicalize shadow drawing sizes.  Possibly goofy.
11746
11747         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11748         (ev_view_best_fit), (ev_view_fit_width):
11749         * pdf/xpdf/pdf-document.cc:
11750         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11751         * ps/ps-document.c: (ps_document_get_page_size):
11752         * backend/ev-document-misc.h:
11753         * backend/ev-document.c: (ev_document_get_page_size):
11754         * backend/ev-document.h: get_page_size now takes a page number
11755         parameter.  Made all the backends/frontends honor it.
11756
11757         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11758         see.  Doesn't work yet.
11759
11760         * shell/Makefile.am:
11761         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11762         Doesn't do anything yet.
11763
11764         * shell/ev-sidebar-thumbnails.c:
11765         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11766         [0..n_pages-1]
11767
11768         * shell/ev-window.c: (update_action_sensitivity),
11769         (ev_window_setup_document), (ev_window_set_page_mode),
11770         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11771         view-swapping code a bit so we can have multiple views on a
11772         document.  Add the multi-page view, though it can't be turned on
11773         yet.
11774
11775 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11776
11777         * shell/ev-application.c: (ev_application_open):
11778         * shell/ev-view.c: (expose_bin_window):
11779         * shell/ev-window.c: (ev_window_open):
11780
11781         Support eps and check document supports find
11782         before drawing highlightings in expose.
11783
11784 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11785
11786         * pixbuf/pixbuf-document.c:
11787         (pixbuf_document_thumbnails_get_dimensions),
11788         (pixbuf_document_document_thumbnails_iface_init):
11789
11790         implement get_dimensions
11791
11792 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11793
11794         * NEWS:
11795         * configure.ac:
11796
11797         Release 0.1.2
11798
11799 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11800
11801         * shell/ev-view.c: (set_document_page):
11802
11803         Scroll at the top of the page when changing page
11804
11805 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11806
11807         * shell/ev-view.c: (ev_view_motion_notify_event):
11808
11809         Do not redraw unnecessarily
11810
11811 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11812
11813         * pdf/xpdf/pdf-document.cc:
11814         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11815         (expose_bin_window), (find_changed_cb):
11816
11817         Yay! find works now... Now to find bugs...
11818
11819 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11820
11821         * backend/ev-document-find.c: (ev_document_find_base_init),
11822         (ev_document_find_changed):
11823         * backend/ev-document-find.h:
11824         * pdf/xpdf/pdf-document.cc:
11825         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11826         (expose_bin_window), (ev_view_init), (set_document_page),
11827         (ensure_rectangle_is_visible), (jump_to_find_result),
11828         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11829         (ev_view_find_next), (ev_view_find_previous):
11830         * shell/ev-view.h:
11831         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11832
11833         More work on find implementation, mostly there now
11834
11835 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11836
11837         * backend/ev-backend-marshalers.list:
11838         * backend/ev-document-find.c: (ev_document_find_base_init),
11839         (ev_document_find_cancel), (ev_document_find_page_has_results),
11840         (ev_document_find_get_n_results), (ev_document_find_get_result),
11841         (ev_document_find_get_progress), (ev_document_find_changed):
11842         * backend/ev-document-find.h:
11843
11844         Enanche the find interface to be really able to do
11845         multi page find.
11846
11847         * pdf/xpdf/pdf-document.cc:
11848
11849         Implement
11850
11851         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11852         (expose_bin_window), (ev_view_init),
11853         (ev_view_get_find_status_message), (find_changed_cb),
11854         (ev_view_set_document), (set_document_page):
11855
11856         Adapt to the new interface. A few things are regressed sorry,
11857         I will finish it soon.
11858
11859 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11860
11861         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11862         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11863         ev_sidebar_thumbnails_parent_class variable, don't define another
11864         parent_class variable.
11865
11866         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11867         (ev_page_action_class_init): ditto.
11868
11869         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11870         (pixbuf_document_class_init): ditto.
11871
11872         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11873         ditto.
11874
11875         * .cvsignore: ignore various valgrind output files.
11876
11877 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11878
11879         * data/evince-ui.xml:
11880         * shell/Makefile.am:
11881         * shell/ev-history.c:
11882         * shell/ev-history.h:
11883         * shell/ev-navigation-action.c:
11884         * shell/ev-navigation-action.h:
11885         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11886         (ev_view_set_page), (ev_view_fit_width):
11887         * shell/ev-view.h:
11888         * shell/ev-window.c: (update_action_sensitivity),
11889         (ev_window_setup_document), (register_custom_actions):
11890
11891         Kill session history
11892
11893 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11894
11895         * shell/ev-window.c: (update_action_sensitivity):
11896
11897         Fix inverted up/down buttons
11898
11899 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11900
11901         * shell/ev-sidebar-thumbnails.c
11902         (ev_sidebar_thumbnails_select_page): make sure the selected
11903         thumbnail stays visible.
11904
11905 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11906
11907         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11908         scrolled window for Federico.
11909
11910 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11911
11912         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11913
11914 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * configure.ac:
11917         * pdf/splash/SplashFTFontEngine.cc:
11918
11919         Fix CID fonts with freetype 2.1.9
11920
11921 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11922
11923         * TODO: added item for desktop icon thumbnailer
11924
11925 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11926
11927         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11928         unloaded docs when the title is accessed.
11929
11930         * shell/ev-password-view.[hc]: New widget for displaying password
11931         state.
11932
11933         * shell/ev-window.[ch]: Refactor password handling code to handle
11934         the new view.
11935
11936 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11937
11938         * NEWS:
11939         * configure.ac:
11940         * data/Makefile.am:
11941
11942         Release 0.1.1
11943
11944 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11945
11946         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11947         ignore page offset here, to make search results independent of it,
11948
11949         * shell/ev-view.c (expose_bin_window): but take offsets into
11950         account here. Bug #164932
11951
11952         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11953         scale at the right time. Bug #164996
11954
11955 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11956
11957         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11958         fix the problem. Now I just removed the Adobe font names and hope
11959         that the URW fonts are always in outline format. Bug #164934
11960
11961         * shell/ev-window.c (update_window_title): empty titles are
11962         useless, use filename in that case too.
11963
11964         * NEWS: Add some content.
11965
11966 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11967
11968         * TODO: added one more TODO item and a TODONE section :)
11969
11970 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11971
11972         * ps/ps-document.h: add page_[xy]_offset fields.
11973
11974         * ps/ps-document.c (ps_document_set_page_offset)
11975         (ps_document_render): Keep offset in consideration in a few
11976         places. Bug #164752 "postscript documents are not centered in
11977         window"
11978
11979         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11980         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11981
11982         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11983         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11984         stub out missing methods for complete EvDocument implementation.
11985         Fixes segfaults with Save A Copy and Copy actions.
11986
11987         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11988         (ps_document_document_iface_init): ditto.
11989         
11990 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11991
11992         * data/.cvsignore:
11993         * data/Makefile.am:
11994         * data/evince.desktop.in:
11995
11996         Add desktop file
11997
11998 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11999
12000         * shell/ev-view.c: (ev_view_button_press_event),
12001         (ev_view_motion_notify_event):
12002
12003         Make selection work in any direction
12004
12005 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12006
12007         * TODO:
12008         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12009
12010         Use shorter labels for some of the toolbars items
12011
12012 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12013
12014         * pdf/xpdf/pdf-document.cc:
12015
12016         Check the links info is initialized before
12017         using it. Should fix a crash on startup.
12018
12019 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12020
12021         * pixbuf/pixbuf-document.c
12022         (pixbuf_document_thumbnails_get_dimensions): force floating point
12023         division to calculate page_ratio. Fixes crash with landscape
12024         format pixbufs.
12025
12026 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12027
12028         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12029
12030 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12031
12032         * shell/ev-view.c (set_document_page): unset has_selection when
12033         the page changes.
12034         (set_document_page): handle paper size changes when the page
12035         changes (test with Free Culture, page 2).
12036
12037 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12038
12039         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12040         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12041
12042         Use normal style color for the widget background and
12043         draw a black box around the page.
12044
12045 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12046
12047         * pdf/xpdf/pdf-document.cc:
12048
12049         Keep offset in consideration in a few places
12050
12051         * shell/ev-view.c: (expose_bin_window):
12052
12053         Set the offsets so that the document is ever centered
12054
12055 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12056
12057         * TODO: Added TODO items and finished off the first todo item
12058
12059         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12060         reflect current authors
12061
12062 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12063
12064         * pdf/xpdf/pdf-document.cc:
12065         * shell/ev-view.c: (ev_view_set_cursor),
12066         (ev_view_motion_notify_event), (document_changed_callback),
12067         (set_document_page):
12068
12069         Show a wait cursor while the page is rendering
12070
12071 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12072
12073         * shell/ev-sidebar-thumbnails.c:
12074         (ev_sidebar_tree_selection_changed),
12075         (ev_sidebar_thumbnails_select_page):
12076         * shell/ev-sidebar-thumbnails.h:
12077         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12078         (ev_view_can_go_forward):
12079         * shell/ev-window.c: (ev_window_open_page),
12080         (ev_window_setup_document), (update_current_page),
12081         (view_page_changed_cb), (ev_window_init):
12082         * shell/ev-window.h:
12083
12084         Ensure thumbnails selection, toolbar page control and
12085         current page are in sync.
12086
12087 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12088
12089         * pdf/xpdf/XRef.cc:
12090
12091         Fix CAN-2005-0064
12092
12093 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12094
12095         * backend/Makefile.am:
12096         * backend/ev-document-links.h:
12097         * backend/ev-document-security.c: (ev_document_security_get_type),
12098         (ev_document_security_has_document_security),
12099         (ev_document_security_set_password):
12100         * backend/ev-document-security.h:
12101         * backend/ev-document.c: (ev_document_error_quark):
12102         * backend/ev-document.h:
12103         * data/Makefile.am:
12104         * data/evince-password.glade:
12105         * pdf/xpdf/pdf-document.cc:
12106         * shell/Makefile.am:
12107         * shell/ev-password.c: (ev_password_set_bad_password_label),
12108         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12109         (ev_password_dialog_get_password),
12110         (ev_password_dialog_set_bad_pass):
12111         * shell/ev-password.h:
12112         * shell/ev-window.c: (ev_window_get_attribute),
12113         (ev_window_set_property), (update_action_sensitivity),
12114         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12115         (ev_window_setup_document), (ev_window_get_password),
12116         (ev_window_open), (ev_window_cmd_save_as),
12117         (using_postscript_printer), (ev_window_print),
12118         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12119         (update_fullscreen_popup), (ev_window_fullscreen),
12120         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12121         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12122         (menu_item_select_cb), (find_bar_search_changed_cb),
12123         (ev_window_dispose), (ev_window_init):
12124
12125         Add initial support for password-supported dialogs.  This could be
12126         a lot cooler, but it'll do for now.
12127
12128 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12129
12130         * pdf/xpdf/pdf-document.cc:
12131         * shell/ev-view.c: (status_message_from_link),
12132         (ev_view_set_status), (ev_view_set_cursor),
12133         (ev_view_motion_notify_event), (ev_view_init):
12134         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12135
12136         Fix bugs in the links implementation and change cursor
12137         when hovering a link.
12138
12139 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12140
12141         * viewer/.cvsignore: added cvsignore file for viewer directory
12142
12143         * TODO: created TODO document
12144
12145 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12146
12147         * shell/ev-view.h:
12148         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12149         new functions to help with implementation of sensitivity code
12150         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12151         of all actions that might require it.  Fixes a crash when you
12152         click on the Zoom actions in a window lacking a document.
12153
12154 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12155
12156         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12157         of the Find action
12158
12159 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12160
12161         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12162         (pixbuf_document_document_iface_init):
12163         * ps/ps-document.c: (ps_document_get_link),
12164         (ps_document_document_iface_init):
12165         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12166         (status_message_from_link), (ev_view_set_status),
12167         (ev_view_set_find_status), (ev_view_motion_notify_event),
12168         (ev_view_button_release_event), (ev_view_set_property),
12169         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12170         (ev_view_get_find_status_message), (update_find_results),
12171         (ev_view_get_status), (ev_view_get_find_status):
12172         * shell/ev-view.h:
12173         * shell/ev-window.c: (view_status_changed_cb),
12174         (view_find_status_changed_cb), (ev_window_init):
12175
12176         View status message support, use it to show the links.
12177         Needs work...
12178
12179 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12180
12181         * backend/ev-document.c: (ev_document_get_link):
12182         * backend/ev-document.h:
12183         * pdf/xpdf/pdf-document.cc:
12184         * shell/ev-application.c: (ev_application_open):
12185         * shell/ev-application.h:
12186         * shell/ev-sidebar-links.c: (selection_changed_cb):
12187         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12188         (ev_view_go_to_link):
12189
12190         Add support for document links
12191
12192 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12193
12194         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12195         (create_tool_item):
12196         Set the spin button limits correctly.
12197         
12198         * shell/ev-sidebar-thumbnails.c:
12199         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12200         Support changing pages by clicking on the thumbnails.
12201         
12202 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12203
12204         * pixbuf/pixbuf-document.c:
12205         (pixbuf_document_thumbnails_get_dimensions),
12206         (pixbuf_document_document_thumbnails_iface_init):
12207
12208         implement get_dimensions
12209
12210 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12211
12212         * ps/ps-document.c: (ps_document_goto_page):
12213
12214         Fix page switching on multipage documents
12215
12216 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12217
12218         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12219         
12220         check for NULL before assigning to width and height parameters
12221
12222 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12223
12224         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12225         (pixbuf_document_set_property), (pixbuf_document_get_property):
12226
12227         implement get/set properties
12228
12229 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12230
12231         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12232         
12233         return NULL instead of "Unknown", letting the title get set to
12234         the filename when the pdf has no title.
12235
12236 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12237
12238         * ps/ps-document.c: (ps_document_get_page_count),
12239         (ps_document_goto_page):
12240
12241 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12242
12243         * shell/ev-history.c: (ev_history_get_property),
12244         (ev_history_set_property), (ev_history_class_init),
12245         (ev_history_add_page), (ev_history_set_current_index):
12246         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12247         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12248         (ev_navigation_action_finalize):
12249         * shell/ev-navigation-action.h:
12250         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12251         (ev_view_go_forward), (ev_view_get_find_status_message),
12252         (history_index_changed_cb), (ev_view_set_history):
12253         * shell/ev-view.h:
12254         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12255         (update_current_page), (register_custom_actions):
12256
12257         Implement history dropdowns
12258
12259 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12260
12261         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12262         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12263         (ev_view_go_forward):
12264         * shell/ev-window.c: (register_custom_actions):
12265
12266         Fix several history bugs
12267
12268 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12269
12270         * configure.ac: Add «nb» to ALL_LINGUAS.
12271
12272 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12273
12274         * backend/Makefile.am:
12275         * backend/ev-bookmark.c:
12276         * backend/ev-bookmark.h:
12277         * backend/ev-document-bookmarks.c:
12278         * backend/ev-document-bookmarks.h:
12279         * backend/ev-document-links.c: (ev_document_links_get_type),
12280         (ev_document_links_has_document_links),
12281         (ev_document_links_begin_read), (ev_document_links_get_link),
12282         (ev_document_links_get_child), (ev_document_links_next),
12283         (ev_document_links_free_iter):
12284         * backend/ev-document-links.h:
12285         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12286         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12287         (ev_link_get_link_type), (ev_link_set_link_type),
12288         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12289         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12290         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12291         (ev_link_new_external):
12292         * backend/ev-link.h:
12293         * pdf/xpdf/pdf-document.cc:
12294         * shell/Makefile.am:
12295         * shell/ev-application.c: (ev_application_open_link):
12296         * shell/ev-application.h:
12297         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12298         (ev_history_get_link_nth):
12299         * shell/ev-history.h:
12300         * shell/ev-sidebar-bookmarks.c:
12301         * shell/ev-sidebar-bookmarks.h:
12302         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12303         (ev_sidebar_links_class_init), (selection_changed_cb),
12304         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12305         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12306         (do_one_iteration), (populate_links_idle),
12307         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12308         * shell/ev-sidebar-links.h:
12309         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12310         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12311         (go_to_index):
12312         * shell/ev-view.h:
12313         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12314         * shell/ev-window.h:
12315
12316         Rename bookmark to link, and use "Index" for the sidebar panel.
12317
12318 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12319
12320         * shell/Makefile.am:
12321         * shell/ev-application.c: (ev_application_open_bookmark):
12322         * shell/ev-application.h:
12323         * shell/ev-history.c: (ev_history_init), (free_links_list),
12324         (ev_history_finalize), (ev_history_class_init),
12325         (ev_history_add_link), (ev_history_add_page),
12326         (ev_history_get_link_nth), (ev_history_get_n_links),
12327         (ev_history_get_current_index), (ev_history_set_current_index),
12328         (ev_history_new):
12329         * shell/ev-history.h:
12330         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12331         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12332         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12333         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12334         (ev_view_set_page):
12335         * shell/ev-view.h:
12336         * shell/ev-window.c: (ev_window_open_bookmark),
12337         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12338         (goto_page_cb), (register_custom_actions):
12339         * shell/ev-window.h:
12340
12341         Initial history implementation. Needs work.
12342
12343 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12344
12345         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12346
12347 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12348
12349         * cut-n-paste/recent-files/egg-recent-item.c:
12350         * cut-n-paste/recent-files/egg-recent-item.h:
12351         * cut-n-paste/recent-files/egg-recent-model.c:
12352         * cut-n-paste/recent-files/egg-recent-util.c:
12353         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12354         * cut-n-paste/recent-files/egg-recent-view.c:
12355
12356         Update
12357
12358 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12359
12360         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12361         (fillGlyph, fillImageMask, drawImage):
12362         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12363         pdf/splash/SplashTypes.h:
12364         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12365         packed mode for Splash.
12366
12367         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12368         RGB8 packed mode, eliminates the pixbuf data creation loop.
12369
12370         * shell/ev-print-job.c (ev_print_job_finalize)
12371         (ev_print_job_set_property, ev_print_job_get_property)
12372         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12373         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12374         (print_closure_finalize, ev_print_job_print): implement
12375         printing (for backends with EvPsExporter)
12376
12377         * shell/ev_print_job.h: update prototypes.
12378
12379         * shell/ev-window.c (ev_window_print): unref print job after
12380         printing.
12381
12382         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12383         unless the document implements the EvDocumentFind interface.
12384
12385 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12386
12387         * configure.ac: Added ja to ALL_LINGUAS.
12388
12389 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * pdf/xpdf/pdf-document.cc:
12392
12393         add a FIXME. We should probably not allocate
12394         a bookmark object every time
12395
12396 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12397
12398         * shell/ev-application.c: (ev_application_open),
12399         (ev_application_open_bookmark):
12400         * shell/ev-application.h:
12401         
12402         Add a way to open bookmarks
12403
12404         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12405         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12406         (ev_bookmark_set_property), (ev_bookmark_class_init),
12407         (ev_bookmark_new_title), (ev_bookmark_new_link),
12408         (ev_bookmark_new_external):
12409
12410         Support for external uris, better constructors.
12411
12412         * backend/ev-bookmark.h:
12413         * pdf/xpdf/pdf-document.cc:
12414         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12415
12416         Handle external uris
12417
12418 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12419
12420         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12421         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12422
12423         Hook up bookmarks navigation
12424
12425 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12426
12427         * backend/Makefile.am:
12428         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12429         (ev_bookmark_get_title), (ev_bookmark_set_title),
12430         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12431         (ev_bookmark_get_page), (ev_bookmark_set_page),
12432         (ev_bookmark_get_property), (ev_bookmark_set_property),
12433         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12434         (ev_bookmark_new):
12435         * backend/ev-bookmark.h:
12436         * backend/ev-document-bookmarks.c:
12437         (ev_document_bookmarks_get_bookmark):
12438         * backend/ev-document-bookmarks.h:
12439         * pdf/xpdf/pdf-document.cc:
12440         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12441
12442         Add a bookmark object to the backend and use it instead of get_values
12443
12444 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12445
12446         * data/evince-ui.xml:
12447
12448         Cleanup and add select all.
12449
12450         * shell/ev-view.c: (ev_view_select_all),
12451         (ev_view_button_press_event):
12452         * shell/ev-view.h:
12453         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12454
12455         Add select all.
12456         Clear selection on click.
12457
12458 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12459
12460         * shell/ev-sidebar-thumbnails.c
12461         (ev_sidebar_thumbnails_set_document): forgot to unref the
12462         loading_icon.
12463
12464 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12465
12466         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12467         at the visible page, not just linearly.  This makes it look fast.
12468
12469 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12470
12471         * backend/ev-document-misc.c
12472         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12473         white.
12474         * backend/ev-document-thumbnails.h: New interface to get the size
12475         of a page.
12476
12477 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12478
12479         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12480         make dist works
12481
12482 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12483
12484         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12485         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12486         things up a bit.
12487
12488         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12489
12490 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12491
12492         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12493         fonts. Should fix font problems on systems that have the base
12494         fonts in bitmap format. Reported by James Henstridge
12495         <james@jamesh.id.au>.
12496
12497 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12498
12499         * pdf/xpdf/Gfx.cc:
12500         * pdf/xpdf/GfxState.cc:
12501
12502         Fix for CAN-2004-1125
12503
12504 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12505
12506         * shell/ev-view.c: (ev_view_copy):
12507         * shell/ev-view.h:
12508         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12509
12510         Implement Edit->Copy
12511
12512 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12513
12514         * backend/ev-document.c: (ev_document_get_text):
12515         * backend/ev-document.h:
12516         * pdf/xpdf/pdf-document.cc:
12517         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12518         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12519         (ev_view_update_primary_selection), (ev_view_button_press_event),
12520         (ev_view_motion_notify_event), (ev_view_button_release_event):
12521
12522         Beginnings of clipboard support. Incomplete but primary sort
12523         of work.
12524
12525 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12526
12527         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12528         (expose_bin_window):
12529
12530         Nicer rubberband drawing, from GtkIconView.
12531
12532 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12533
12534         * backend/ev-document.c: (ev_document_save):
12535         * backend/ev-document.h:
12536         * data/evince-ui.xml:
12537         * pdf/xpdf/pdf-document.cc:
12538         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12539
12540         Implement "Save a copy..." menu item
12541
12542 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12543
12544         * shell/ev-view.c: (ev_view_zoom):
12545
12546         Queue a resize when zoom changes
12547
12548 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12549
12550         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12551         shadows.
12552
12553         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12554         thumbnails..
12555
12556 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12557
12558         * pdf/xpdf/pdf-document.cc
12559         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12560
12561 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12562
12563         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12564         It's slow, but I'll speed it up next!
12565
12566 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12567
12568         * shell/main.c (load_files):
12569
12570         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12571         from the command line and because it seems more appropriate.
12572
12573 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12574
12575         * data/evince-ui.xml:
12576         * shell/ev-window.c: (update_action_sensitivity),
12577         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12578
12579         s/next page/page down
12580         s/previous page/page up
12581
12582 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12583
12584         * data/evince-ui.xml:
12585
12586         Change the layout to match clarkbw design.
12587
12588         * shell/Makefile.am:
12589         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12590         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12591         (ev_navigation_action_finalize),
12592         (ev_navigation_action_set_property),
12593         (ev_navigation_action_get_property),
12594         (ev_navigation_action_class_init):
12595         * shell/ev-navigation-action.h:
12596
12597         Implement clarkbw toolbar navigation controls (incomplete)
12598
12599         * shell/ev-page-action.c: (update_label), (update_spin),
12600         (value_changed_cb), (create_tool_item), (connect_proxy),
12601         (ev_page_action_init), (ev_page_action_finalize),
12602         (ev_page_action_set_property), (ev_page_action_get_property),
12603         (ev_page_action_set_current_page),
12604         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12605         * shell/ev-page-action.h:
12606
12607         Implement a page switcher in the toolbar
12608
12609         * shell/ev-view.c: (ev_view_scroll_view):
12610         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12611         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12612         (register_custom_actions), (ev_window_init):
12613
12614         Change page on PageUp/Down.
12615
12616 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12617
12618         * pdf/xpdf/pdf-document.cc
12619         (pdf_document_thumbnails_get_thumbnail): initial stab at
12620         implementing thumbnail support for pdfs.  It only does documents
12621         with precached pdfs now.
12622
12623 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12624
12625         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12626         thumbnail code into a time-based idle as well.  Also, turn off the
12627         shadow temporarily as it's really slow.
12628
12629 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12630
12631         * backend/ev-document.c: (ev_document_class_init):
12632         * pdf/xpdf/pdf-document.cc:
12633         * shell/ev-window.c: (ev_window_open):
12634
12635         Fix document title bugs and fallback to
12636         filename when not available.
12637
12638 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12639
12640         * backend/ev-document.c: (ev_document_get_type),
12641         (ev_document_class_init), (ev_document_load),
12642         (ev_document_get_title):
12643         * backend/ev-document.h:
12644         * pdf/xpdf/pdf-document.cc:
12645         * ps/ps-document.c: (ps_document_set_property),
12646         (ps_document_get_property), (ps_document_class_init),
12647         (document_load):
12648         * ps/ps-document.h:
12649         * ps/ps.h:
12650         * shell/ev-window.c: (update_window_title), (ev_window_open),
12651         (ev_window_init):
12652
12653         Initial support for document title. Not working yet.
12654
12655 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12656
12657         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12658
12659         Grab focus on the view when clicking it
12660
12661 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * shell/ev-marshal.list:
12664         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12665         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12666
12667         Add key bindings to the view. Now if the focus would work
12668         right...
12669
12670 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12671
12672         * Makefile.am:
12673         * backend/Makefile.am:
12674         * data/Makefile.am:
12675         * dvi/Makefile.am:
12676         * dvi/dvilib/Makefile.am:
12677         * pdf/xpdf/Makefile.am:
12678         * po/POTFILES.in:
12679         * ps/Makefile.am:
12680
12681         Fix distcheck
12682
12683 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12684
12685         * shell/ev-view.c: (ev_view_realize):
12686
12687         Fix mouse wheel scrolling
12688
12689 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * ps/Makefile.am:
12692         * ps/gstypes.h:
12693         * ps/gtkgs.c:
12694         * ps/gtkgs.h:
12695         * ps/ps-document.c: (catchPipe), (ps_document_init),
12696         (ps_document_class_init), (ps_document_cleanup),
12697         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12698         (set_up_page), (close_pipe), (is_interpreter_ready),
12699         (interpreter_failed), (output), (input), (start_interpreter),
12700         (stop_interpreter), (file_length), (file_readable),
12701         (check_filecompressed), (check_pdf), (compute_xdpi),
12702         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12703         (ps_document_get_type), (ps_document_emit_error_msg),
12704         (document_load), (ps_document_next_page),
12705         (ps_document_get_current_page), (ps_document_get_page_count),
12706         (ps_document_goto_page), (ps_document_set_page_size),
12707         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12708         (ps_document_load), (ps_document_get_n_pages),
12709         (ps_document_set_page), (ps_document_get_page),
12710         (ps_document_widget_event), (ps_document_set_target),
12711         (ps_document_set_scale), (ps_document_set_page_offset),
12712         (ps_document_get_page_size), (ps_document_render),
12713         (ps_document_document_iface_init):
12714         * ps/ps-document.h:
12715         * ps/ps.c:
12716         * shell/ev-window.c: (ev_window_open):
12717
12718         Rename GtkGS to PSDocument
12719
12720 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12721
12722         * ps/gtkgs.c: (gtk_gs_class_init):
12723         * ps/gtkgs.h:
12724
12725         Some more leftover...
12726
12727 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12728
12729         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12730         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12731         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12732         * ps/gtkgs.h:
12733
12734         Remove unused code and make a lot of stuff private
12735
12736 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12737
12738         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12739         (gtk_gs_defaults_changed):
12740         * ps/gsdefaults.h:
12741         * ps/gtkgs.c:
12742         * ps/gtkgs.h:
12743         * ps/ps.h:
12744
12745         Cleanup headers dependencies
12746
12747 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12748
12749         * ps/Makefile.am:
12750         * ps/ggvutils.c:
12751         * ps/ggvutils.h:
12752         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12753         * ps/gsdefaults.h:
12754         * ps/gtkgs.c: (file_length), (file_readable),
12755         (check_filecompressed), (check_pdf), (gtk_gs_load),
12756         (gtk_gs_get_postscript):
12757
12758         Get rid of ggvutils
12759
12760 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12761
12762         * ps/ggvutils.c:
12763         * ps/ggvutils.h:
12764         * ps/gsio.h:
12765         * ps/gtkgs.c: (gtk_gs_set_zoom):
12766
12767         Cleanups
12768
12769 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12770
12771         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12772
12773         Ensure the page is rerendered when changing zoom
12774
12775 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12776
12777         * backend/ev-document.c: (ev_document_base_init),
12778         (ev_document_changed):
12779         * backend/ev-document.h:
12780
12781         Add a changed event that is emitted when the page content
12782         changes. This is necessary to deal with the fact that
12783         in ps backend rendering happen asycrounously.
12784         This makes the ps backend mostly work.
12785
12786         * pdf/xpdf/pdf-document.cc:
12787
12788         Emit changed event
12789
12790         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12791         (ps_document_set_target):
12792
12793         Emit changed event
12794
12795         * shell/ev-view.c: (document_changed_callback),
12796         (ev_view_set_document), (ev_view_set_page):
12797
12798         Redraw on the changed signal
12799
12800 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12801
12802         * configure.ac: Added pt_BR to ALL_LINGUAS.
12803
12804 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12805
12806         * backend/ev-document-bookmarks.c:
12807         (ev_document_bookmarks_get_child): *
12808         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12809         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12810         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12811         (ev_sidebar_bookmarks_destroy),
12812         (ev_sidebar_bookmarks_class_init),
12813         (ev_sidebar_bookmarks_construct), (stack_data_free),
12814         (do_one_iteration), (populate_bookmarks_idle),
12815         (ev_sidebar_bookmarks_clear_document),
12816         (ev_sidebar_bookmarks_set_document): *
12817         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12818         (ev_sidebar_add_page),
12819         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12820         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12821         it displays both the topics and the page numbers.
12822
12823 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12824
12825         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12826         toggle.
12827         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12828         visible.
12829
12830 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12831
12832         * configure.ac: Added en_CA to ALL_LINGUAS.
12833
12834 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12835
12836         * ChangeLog: replace bottom of this ChangeLog (merged history of
12837         ggv and gpdf; where all paths were wrong and most of the files are
12838         not even in this tree) with ChangeLog (from arch) of the shell
12839         code.
12840
12841 2004-12-23  Havoc Pennington  <hp@redhat.com>
12842
12843         * shell/ev-window.c: hook up potentially-questionable "find
12844         results status text" feature - something involving the sidebar or
12845         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12846         might be better in the end.
12847
12848         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12849         with corresponding signal when it should be updated
12850
12851         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12852
12853 2004-12-22  Havoc Pennington  <hp@redhat.com>
12854
12855         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12856         find stuff on other pages, sort of (only returns one result on
12857         invisible pages, to show they have results; updates full results
12858         for a page when you view it). Currently repaints the current page
12859         every time a new result is found on any page, which isn't so nice.
12860
12861 2004-12-22  Havoc Pennington  <hp@redhat.com>
12862
12863         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12864         the document doesn't support find (better ideas?)
12865         (find_bar_search_changed_cb): handle missing document or document
12866         that doesn't support find
12867
12868         * pdf/xpdf/pdf-document.cc: port to implement the new
12869         EvDocumentFindIface
12870
12871         * backend/ev-document-find.c: create a new interface for searching
12872
12873         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12874
12875 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12876
12877         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12878         libevbackend.la.
12879
12880         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12881         EvPrintJob constructor arguments.
12882
12883         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12884         for documents that can export PostScript (page by page).
12885
12886         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12887         
12888         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12889         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12890         (pdf_document_ps_exporter_iface_init:
12891         Implement EvPSExporter.
12892
12893         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12894
12895 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12896
12897         * backend/Makefile.am:
12898         * backend/ev-document-thumbnails.c:
12899         (ev_document_thumbnails_get_type),
12900         (ev_document_thumbnails_get_thumbnail):
12901         * backend/ev-document-thumbnails.h:
12902         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12903         (pixbuf_document_thumbnails_get_thumbnail),
12904         (pixbuf_document_document_thumbnails_iface_init):
12905         * shell/Makefile.am:
12906         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12907         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12908         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12909         * shell/ev-sidebar-thumbnails.h:
12910         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12911         (ev_sidebar_set_document):
12912         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12913         (create_shadow), (ev_pixbuf_add_shadow):
12914         * shell/ev-utils.h:
12915         Add thumbnail support.
12916         
12917 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12918
12919         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12920         (using_postscript_printer): Set up a print dialog for "PostScript
12921         injection" method.
12922
12923         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12924         EvPrintJob.
12925
12926         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12927
12928 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12929
12930         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12931         (ps_document_set_target), (ps_document_get_page_size),
12932         (ps_document_render):
12933         * ps/gtkgs.h:
12934
12935         Fix a few bugs
12936
12937 2004-12-22  Christian Rose  <menthos@menthos.com>
12938
12939         * configure.ac: Added "sv" to ALL_LINGUAS.
12940
12941 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12942
12943         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12944         document supports bookmarks.
12945
12946 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12947
12948         * ps/ggvutils.c: (ggv_file_readable):
12949         * ps/ggvutils.h:
12950         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12951         (gtk_gs_get_postscript):
12952
12953         Remove unused utils
12954
12955 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12956
12957         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12958         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12959         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12960         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12961         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12962         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12963         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12964         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12965         (gtk_gs_set_antialiasing), (ps_document_load),
12966         (ps_document_render):
12967         * ps/gtkgs.h:
12968
12969         Another check point for the ps backend. Now I can get it to show
12970         pages!
12971
12972 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12973
12974         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12975         document setting code.
12976
12977 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12978
12979         * shell/eggfindbar.c: (entry_activate_callback):
12980         Animate the next button when activate is pressed.
12981         
12982 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12983
12984         * shell/ev-window.c: (ev_window_cmd_edit_find),
12985         (update_fullscreen_popup), (ev_window_fullscreen),
12986         (ev_window_unfullscreen), (ev_window_state_event_cb),
12987         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12988         Fix bugs in fullscreen code.
12989         
12990 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12991
12992         * Makefile.am:
12993         * configure.ac:
12994         * pixbuf/Makefile.am:
12995         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12996         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12997         (pixbuf_document_set_page), (pixbuf_document_get_page),
12998         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12999         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13000         (pixbuf_document_render), (pixbuf_document_begin_find),
13001         (pixbuf_document_end_find), (pixbuf_document_finalize),
13002         (pixbuf_document_class_init),
13003         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13004         * pixbuf/pixbuf-document.h:
13005         * shell/Makefile.am:
13006         * shell/ev-application.c: (ev_application_open):
13007         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13008         (ev_window_open):
13009         Add pixbuf backend.
13010         
13011 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13012
13013         * Makefile.am: 
13014         * dvi/dvilib/Makefile.am:
13015         * dvi/Makefile.am:
13016         * configure.ac: Auto*ify dvi and dvi/dvilib
13017
13018         * dvi/Makefile: Remove from CVS
13019         
13020         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13021         confusion.
13022
13023         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13024         
13025         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13026         
13027 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13028
13029         * ps/Makefile.am:
13030         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13031         (gtk_gs_value_adjustment_changed), (compute_size),
13032         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13033         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13034         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13035         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13036         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13037         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13038         (ps_document_load), (ps_document_get_n_pages),
13039         (ps_document_set_page), (ps_document_get_page),
13040         (ps_document_set_target), (ps_document_set_scale),
13041         (ps_document_set_page_offset), (ps_document_get_page_size),
13042         (ps_document_render), (ps_document_begin_find),
13043         (ps_document_end_find), (ps_document_document_iface_init):
13044         * ps/gtkgs.h:
13045         * shell/Makefile.am:
13046         * shell/ev-window.c: (ev_window_open):
13047
13048         Some work to integrate gtkgs with EvDocument
13049
13050 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13051
13052         * shell/ev-window.c: (update_fullscreen_popup),
13053         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13054         (exit_fullscreen_button_clicked_cb),
13055         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13056         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13057         (ev_window_state_event_cb), (ev_window_init):
13058         Add fullscreen support from Epiphany.
13059         
13060 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13061
13062         * data/ev-stock-zoom-fit-width.png: fit-width
13063         stock icon from gpdf.
13064         
13065         * shell/ev-stock-icons.[ch]: copied from gpdf.
13066         
13067         * shell/main.c: (main): init stock icons.
13068         
13069         * shell/ev-window.c: use the fit-width icon.
13070         
13071         * data/evince-ui.xml: add zooming toolbar items.
13072
13073 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13074
13075         * shell/ev-view.c: 
13076         (ev_view_best_fit), (ev_view_fit_width): because
13077         get_page_size() returns the scaled page size, we
13078         need to calculate the scale factor relative to
13079         the previous scale factor. Should really just
13080         add get_real_page_size().
13081
13082 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13083
13084         * shell/ev-view.[ch]:
13085         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13086         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13087         add zooming.
13088         
13089         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13090         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13091         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13092         hook it up.
13093         
13094         * pdf/xpdf/pdf-document.cc:
13095         (pdf_document_begin_find),
13096         (pdf_document_end_find): make static.
13097
13098 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13099
13100         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13101
13102         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13103         names to fontconfig patterns.
13104         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13105
13106         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13107         setupBaseFontsFc.
13108
13109 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13110
13111         * Makefile.am:
13112         * configure.ac:
13113         * ps/Makefile.am:
13114         * ps/ggvutils.c:
13115         * ps/ggvutils.h:
13116         * ps/gsdefaults.c:
13117         * ps/gsdefaults.h:
13118         * ps/gsio.c:
13119         * ps/gsio.h:
13120         * ps/gtkgs.c:
13121         * ps/gtkgs.h:
13122         * ps/ps.c:
13123         * ps/ps.h:
13124
13125         Import ggv backend. Not hooked up yet.
13126
13127 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13128
13129         * shell/main.c: (load_files), (main): load files
13130         from the command line.
13131
13132 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13133
13134         * configure.ac: don't require bonobo.
13135         
13136         * cut-n-paste/recent-files/*: kill bonobo recent
13137         view.
13138
13139         * shell/ev-window.c:
13140         (ev_window_is_empty): upd.
13141         (unable_to_load), (ev_window_open): load backend
13142         based on the mime type.
13143
13144 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13145
13146         * backend/.cvsignore: ignore generated marshalers source.
13147
13148         * shell/main.c (main): this is not epiphany.
13149
13150 2004-12-22  Havoc Pennington  <hp@redhat.com>
13151
13152         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13153         (expose_bin_window): draw find highlights
13154
13155         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13156         
13157         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13158         (pdf_document_end_find): implement this interface
13159
13160         * backend/ev-document.c (ev_document_found): add this to emit
13161         signal
13162
13163 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13164
13165         * data/evince-ui.xml: Add a few more toolbar items.
13166
13167         * shell/ev-window.c: Hook up page navigation toolbar 
13168         items.
13169
13170         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13171         a page-changed signal.
13172
13173         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13174         Add ev_document_get_page().
13175
13176         * shell/ev-window.c: Sensitize/desensitize navigation
13177         actions.
13178
13179 2004-12-21  Havoc Pennington  <hp@redhat.com>
13180
13181         * backend/ev-backend-marshal.c,
13182         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13183         marshaler-generator thingy. I'm sure there's a better way to do
13184         this in the modern world.
13185
13186         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13187         end_find methods and "found" signal.
13188
13189         * configure.ac: find glib-genmarshal
13190
13191 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13192
13193         * shell/ev-sidebar.c: Construct an actual sidebar.
13194         * shell/ev-sidebar-bookmarks.[ch]:
13195         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13196
13197 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13198
13199         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13200         Redo size handling.
13201         
13202         * shell/ev-view.c: Track the size from the document.
13203
13204 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13205
13206         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13207         constructor assumes ownership of the string passed in.
13208         
13209         * shell/ev-window.c (ev_window_open): Destroy the error
13210         dialog once we've displayed it.
13211
13212 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13213
13214         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13215         a bit, it works! (sort of)
13216
13217         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13218         Move to .cc since we need to use C++ in the implementation.
13219
13220         * shell/dummy.cc: Add a CC file to force evince
13221         to be linked as a C++ program.
13222
13223 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13224
13225         * shell/ev-view.[ch]: Start of content-area widget.
13226
13227         * shell/ev-window.c: Create a EvView, update it
13228         as we change documents.
13229
13230         * shell/Makefile.am shell/ev-marshal.list: Add
13231         generated marshalers.
13232
13233 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13234
13235         * Makefile.am (SUBDIRS): move shell.
13236
13237 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13238
13239         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13240         .a to libtool convenience libraries.
13241
13242         * shell/ev-window.c (ev_window_open): Hard code loading
13243         a PDF document.
13244         
13245         * backend/ev-document.h: Add a boolean return to load(),
13246         fix GError * to GError **.
13247
13248         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13249         object for a PDF backend EvDocument.
13250
13251 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13252
13253         * dvi/*: New directory with the beginning of a .dvi backend.
13254
13255 2004-12-21  Havoc Pennington  <hp@redhat.com>
13256
13257         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13258         previous/next instead of back/forward
13259
13260 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13261
13262         * backend/ev-document.[ch]: Fix a couple of problems so
13263         it compile.
13264
13265 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13266
13267         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13268         to backend/ directory, rename EvViewer to EvDocument.
13269
13270 2004-12-21  Havoc Pennington  <hp@redhat.com>
13271
13272         * shell/ev-window.c: hook up the find bar widget; now we just need
13273         a document to find things in
13274
13275         * shell/eggfindbar.c: a find bar widget
13276
13277 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13278
13279         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13280
13281 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13282
13283         * pdf/**: Import of xpdf code from gpdf. 
13284
13285         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13286
13287         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13288         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13289         Fix FreeType includes.
13290
13291         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13292         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13293         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13294         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13295         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13296         Include xpdfconfig.h
13297         
13298 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13299
13300         * shell/ev-window.c (ev_window_dispose): dispose can be called
13301         multiple times.
13302
13303 2004-12-21  Havoc Pennington  <hp@redhat.com>
13304
13305         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13306         rather than Evince
13307
13308         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13309         items; really they should be synced with the strings, etc. from
13310         current gpdf, but just getting the boring typing out of the way 
13311
13312 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13313
13314         * po/POTFILES.in:
13315         * shell/ev-application.c: (window_destroy_cb):
13316         * shell/ev-window.c:
13317         * shell/main.c: (main):
13318
13319         Actually show the window...
13320
13321 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13322
13323         * Makefile.am:
13324         * shell/Makefile.am:
13325         * shell/ev-application.c: (ev_application_class_init):
13326         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13327
13328         Make it build again
13329
13330 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13331
13332         Import to gnome cvs.
13333         
13334         * Remove copies of gpdf and ggv trees.
13335         * Rip out all the recursive configure code.
13336         * Remove bonobo machinery.
13337         * viewer/*: GInterfaces that backends should/can implement.
13338
13339 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13340
13341         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13342         typo
13343
13344 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13345
13346         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13347         (ev_application_finalize, ev_application_class_init)
13348         (ev_application_init): use GType instance private data for priv.
13349
13350         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13351         (ev_window_finalize, ev_window_class_init)
13352         (ev_window_init): ditto.
13353
13354 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13355
13356         * shell/ev-application.c (ev_application_new_window): make public
13357         (ev_application_show_initial_window): kill.
13358
13359         * shell/ev-application.h: update prototypes.
13360
13361         * shell/main.cc (main): inline ev_application_show_initial_window.
13362
13363 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13364
13365         * shell/ev-application.c (ev_application_new_window): impl.
13366         (ev_application_show_initial_window): use it.
13367         (is_window_empty, ev_application_get_empty_window): returns an
13368         existing empty window or a new one.
13369         (ev_application_open): from ev_window_cmd_file_open.
13370
13371         * shell/ev-application.h: update prototypes
13372
13373         * shell/ev-window.c (ev_window_is_empty): impl.
13374         (ev_window_open): make public.
13375         (ev_window_cmd_file_open): use ev_application_open
13376
13377         * shell/ev-window.h: update prototypes, remove unused.
13378
13379 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13380
13381         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13382         move destroy handler out of here...
13383
13384         * shell/ev-application.c, shell/ev-application.h: ...into this new
13385         class. Also handles initial window creation.
13386
13387         * shell/main.cc (main): use EvApplication to create initial
13388         window.
13389
13390 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13391
13392         * Makefile.am (SUBDIRS): add cut-n-paste
13393
13394         * cut-n-paste/Makefile.am: add
13395
13396         * configure.ac: generate Makefiles in cut-n-paste
13397
13398 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13399
13400         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13401         (ev_window_class_init): install ev_window_dispose.
13402
13403 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13404
13405         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13406         char (gchar looks stupid).
13407
13408 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13409
13410         * po/de.po: updated German translation.
13411
13412 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13413
13414         * configure.ac: add more pkg-config library checks for gnome-vfs,
13415         bonobo etc.
13416
13417         * gpdf/configure.in: temporarily disable libpaper
13418         checks. Otherwise I'd have to add the checks for the shell, too.
13419
13420 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13421
13422         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13423         and * file filters to the file choose.
13424
13425 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13426
13427         * po/de.po: Updated German translation.
13428
13429 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13430
13431         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13432
13433 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13434
13435         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13436
13437         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13438         (ev_window_init): implement those menuitems.
13439
13440 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13441
13442         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13443
13444         * shell/ev-window.c (ev_window_init): use the toolbar.
13445
13446 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13447
13448         * shell/ev-window.c (ev_window_init): use menu translations
13449
13450 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13451
13452         * configure.ac: add "de" to ALL_LINGUAS.
13453
13454         * po/de.po: add German translation.
13455
13456 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13457
13458         * Makefile.am (SUBDIRS): add po
13459
13460         * configure.ac: check intltool, glib-gettext etc, generate
13461         po/Makefile.in
13462
13463         * po, po/POTFILES.in, po/POTFILES.skip: new.
13464
13465 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13466
13467         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13468         already use (#ifdef ENABLE_NLS)
13469
13470         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13471         pointer indirection thinko.
13472
13473         * shell/main.c: include gi18n.h for bindtextdomain etc.
13474
13475 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13476
13477         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13478         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13479         tooltips for menu items in the statusbar.
13480
13481 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13482
13483         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13484         pkgdatadir drop UIDIR
13485
13486 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13487
13488         * data/evince-ui.xml: Add File->Open menu item
13489
13490         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13491         chooser), hook it up in the ui manager.
13492
13493 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13494
13495         * shell/ev-window.c: fix Help->About tooltip.
13496
13497 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13498
13499         * configure.ac: set CFLAGS for libevprivate.
13500
13501         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13502         definitions, factory etc.
13503
13504         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13505
13506         * shell/Makefile.am: link against libevprivate.a.
13507
13508         * shell/ev-window.c (entries): add stock icon to Help->About.
13509
13510         * shell/main.c (main): init stock icon code.
13511
13512 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13513
13514         * lib/recent-files: egg recent files code
13515
13516         * lib/Makefile.am: add.
13517
13518         * Makefile.am: add lib subdir.
13519
13520         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13521         set CFLAGS for recent-files.
13522
13523 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13524
13525         * configure.ac: disable -ansi and -pedantic gcc flags. They
13526         disable POSIX stuff in stdio.h, but egg-recent uses them.
13527
13528 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13529
13530         * configure.ac: add --disable-deprecated flag (defaults to on in
13531         "cvs" builds).
13532
13533         * shell/Makefile.am (INCLUDES): use it.
13534
13535 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13536
13537         * shell/main.c: add missing #include.
13538
13539         * shell/ev-window.c: fix for pedantic gcc.
13540         (ev_window_cmd_help_about): split license into paragraphs for
13541         translators and pedantic compilers.
13542
13543 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13544
13545         * configure.ac: add more warning flags if compiling with gcc from
13546         cvs (or explicitly requested with --enable-more-warnings).
13547
13548 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13549
13550         * data/evince-ui.xml: add File and File->Close menu.
13551
13552         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13553         (ev_window_destroy): quit after destroy.
13554         (ev_window_class_init): override GtkObject::destroy.
13555         (entries): install close_window callback.
13556
13557 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13558
13559         * Makefile.am (SUBDIRS): add data subdir.
13560
13561         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13562         gtk+ 2.5.0 for GtkAboutDialog.
13563
13564         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13565         main window.
13566
13567         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13568
13569         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13570         manager.
13571         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13572
13573 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13574
13575         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13576
13577 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13578
13579         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13580
13581 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13582
13583         * shell/*: Added shell directory boilerplate, build it.
13584
13585 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13586
13587         * configure.ac, Makefile.am: Added top-level configure.ac and
13588         Makefile.am