]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
568aa5c0ec54399a788520cca76f3f9512c774c1
[evince.git] / ChangeLog
1 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
4         (ev_job_render_new), (ev_job_render_set_selection_info),
5         (ev_job_render_run):
6         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
7         (check_job_size_and_unref),
8         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
9         (add_job), (ev_pixbuf_cache_get_selection_surface):
10
11         Create the render context needed for rendering a page in the render
12         thread so that we don't block the main thread. Simplify
13         EvJobRender API.
14         
15 2008-04-14  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * libdocument/Makefile.am:
18         * libdocument/ev-page.[ch]:
19         * libdocument/ev-render-context.[ch]: (ev_render_context_dispose),
20         (ev_render_context_new), (ev_render_context_set_page):
21         * libdocument/ev-form-field.[ch]: (ev_form_field_init),
22         (ev_form_field_finalize), (ev_form_field_class_init):
23         * libdocument/ev-document-forms.[ch]:
24         (ev_document_forms_get_form_fields):
25         * libdocument/ev-document.[ch]: (ev_document_get_page),
26         (ev_document_get_page_size), (ev_document_get_page_label):
27         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
28         (ev_job_render_run), (ev_job_thumbnail_new),
29         (ev_job_thumbnail_run), (ev_job_print_run):
30         * shell/ev-page-cache.c: (ev_page_cache_new):
31         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
32         (check_job_size_and_unref), (add_job):
33         * shell/ev-sidebar-thumbnails.c: (add_range):
34         * shell/ev-view.c: (ev_view_form_field_get_region),
35         (ev_view_form_field_button_create_widget),
36         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
37         (ev_view_handle_form_field), (ev_view_size_allocate),
38         (get_selected_text):
39         * shell/ev-window.c: (ev_window_refresh_window_thumbnail):
40         * backend/pdf/ev-poppler.cc: (pdf_document_get_page_size),
41         (pdf_document_get_page), (pdf_document_get_page_label),
42         (pdf_document_render), (pdf_document_get_info),
43         (pdf_document_document_iface_init),
44         (pdf_document_thumbnails_get_thumbnail),
45         (pdf_document_thumbnails_get_dimensions),
46         (pdf_document_file_exporter_do_page),
47         (pdf_selection_render_selection),
48         (pdf_selection_get_selected_text),
49         (pdf_selection_get_selection_region),
50         (pdf_selection_get_selection_map),
51         (pdf_document_forms_get_form_fields),
52         (pdf_document_forms_form_field_text_get_text),
53         (pdf_document_forms_form_field_text_set_text),
54         (pdf_document_forms_form_field_button_set_state),
55         (pdf_document_forms_form_field_button_get_state),
56         (pdf_document_forms_form_field_choice_get_item),
57         (pdf_document_forms_form_field_choice_get_n_items),
58         (pdf_document_forms_form_field_choice_is_item_selected),
59         (pdf_document_forms_form_field_choice_select_item),
60         (pdf_document_forms_form_field_choice_toggle_item),
61         (pdf_document_forms_form_field_choice_unselect_all),
62         (pdf_document_forms_form_field_choice_set_text),
63         (pdf_document_forms_form_field_choice_get_text):
64         * backend/ps/ev-spectre.c: (ps_document_get_page),
65         (ps_document_get_page_size), (ps_document_get_page_label),
66         (ps_document_render), (ps_document_document_iface_init),
67         (ps_document_file_exporter_do_page):
68         * backend/tiff/tiff-document.c: (tiff_document_get_page_size),
69         (tiff_document_render), (tiff_document_render_pixbuf),
70         (tiff_document_file_exporter_do_page):
71         * backend/pixbuf/pixbuf-document.c:
72         (pixbuf_document_get_page_size):
73         * backend/comics/comics-document.c:
74         (comics_document_get_page_size), (comics_document_render_pixbuf):
75         * backend/djvu/djvu-document.c: (djvu_document_get_page_size),
76         (djvu_document_render), (djvu_selection_get_selected_text),
77         (djvu_document_thumbnails_get_thumbnail),
78         (djvu_document_file_exporter_do_page),
79         (djvu_document_find_get_result):
80         * backend/dvi/dvi-document.c: (dvi_document_get_page_size),
81         (dvi_document_render), (dvi_document_thumbnails_get_dimensions),
82         (dvi_document_thumbnails_get_thumbnail),
83         (dvi_document_file_exporter_do_page):
84         * backend/impress/impress-document.c:
85         (impress_document_get_page_size),
86         (impress_document_render_pixbuf):
87         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
88
89         Add EvPage so that we can hold a reference to the backend
90         page. Form fields keep now a reference to the poppler page
91         improving performance since we don't have to create/destroy the
92         poppler field for every form operation. This will be needed for
93         annotations too.
94         
95 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
96
97         * data/evince-ui.xml:
98         * shell/ev-window.c:
99
100         Add Ctrl-Insert keybinding for copying text. Fixes bug #526523.
101         
102 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
103
104         * configure.ac:
105         * backend/ps/Makefile.am:
106
107         Remove gs stuff from ps backend.
108         
109 2008-04-12  Carlos Garcia Campos  <carlosgc@gnome.org>
110
111         * configure.ac:
112         * backend/pdf/ev-poppler.cc:
113
114         Bump poppler requirement to 0.8.0.
115         
116 2008-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
117
118         * NEWS:
119         * configure.ac:
120
121         Update for release 2.22.1.1
122
123 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * configure.ac:
126
127         Fix build (again) when poppler version is 0.6
128         
129 2008-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
130
131         * backend/djvu/djvu-links.c: (build_tree):
132
133         Make sure link title is a valid utf8 string. Fixes bug #526517.
134         
135 2008-04-07  Carlos Garcia Campos  <carlosgc@gnome.org>
136
137         * configure.ac:
138
139         Fix build in FreeBSD. Based on patch by Michael Johnson. Fixes bug
140         #526799.
141         
142 2008-04-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
143
144         * configure.ac:
145         
146         Update for release 2.22.1.
147
148 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
149
150         * NEWS:
151
152         Update for upcoming release.
153
154 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
155
156         * configure.ac:
157         * backend/dvi/dvidocument.evince-backend.in:
158
159         Add compressed dvi to the list of supported mime types. Patch by
160         Ed Catmur. Fixes bug #307087.
161
162 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * shell/ev-jobs.c: (ev_job_print_get_page_list):
165
166         Fix a crash when printing a range that doesn't specify the start or
167         end page. Fixes bug #524288.
168
169 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
170
171         * shell/ev-window.c: (ev_window_cmd_continuous),
172         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
173         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
174         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
175         (ev_window_run_presentation), (ev_window_stop_presentation),
176         (ev_window_cmd_view_presentation),
177         (ev_window_cmd_leave_fullscreen),
178         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
179
180         Do not unfullscreen and fullscreen again the window when changing
181         from fullscreen to presentation mode and vice versa. Fixes bug
182         #524112.
183         
184 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
185
186         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
187
188         Do not crash when thumbnail failed to render in PS backend. Fixes
189         bug #525015.
190         
191 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
192
193         * shell/ev-window.c: (window_open_file_copy_ready_cb),
194         (ev_window_load_file_remote), (ev_window_open_uri):
195
196         Handle errors when opening remote files.
197         
198 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
199
200         * shell/ev-page-action.c: (ev_page_action_grab_focus):
201
202         Only grab the focus for the current visible proxy widget. Fixes
203         bug #521224.
204         
205 2008-03-30  Emil Soleyman  <emil@nishra.com>
206
207         * shell/ev-window.c: (launch_external_uri):
208         
209         Reuse g_app_info_launch_default_for_uri to
210         save some code and fix bug #525009.
211
212 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
213
214         * shell/ev-window.c (image_save_dialog_response_cb):
215
216         Use g_str_has_suffix. See bug #523069.
217
218 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
219
220         * configure.ac:
221
222         Add a configure option to enable/diable DBus. Patch by Rémi
223         Cardona. Fixes bug 521797.
224
225 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
226
227         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
228
229         Fix printing in documents with rotated pages. Patch by Eugen
230         Dedu. Fixes bug #512648.
231         
232 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
233
234         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
235         (ev_link_from_action):
236
237         Fix warning messages.
238         
239 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
240
241         * shell/ev-window.c: (image_save_dialog_response_cb):
242
243         Do not append the extension to filename when saving an image
244         if the filename alredy contains the extension. Fixes bug #523069.
245         
246 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
247
248         * shell/ev-view.[ch]: (ev_view_find_cancel):
249         * shell/ev-window.c: (find_bar_close_cb):
250
251         Cancel the find operation when the find bar is closed. Fixes bug
252         #508845.
253         
254 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * backend/ps/psdocument.evince-backend.in:
257
258         Make ps backend module resident. Fixes bug #520607.
259         
260 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
261
262         * shell/ev-jobs.c: (ev_job_print_run):
263
264         Invert collate action in order to work as expected, fix reverse
265         printing so that it doesn't start with a blank page and fix number
266         of copies. Patch by Eugen Dedu. Fixes bug #365332.
267         
268 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
271
272         Fix build with poppler <= 0.7.2
273         
274 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * libdocument/ev-document-misc.c:
277         (ev_document_misc_surface_from_pixbuf):
278
279         Fix selections with poppler-splash.
280         
281 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
282
283         * configure.ac:
284         * backend/pdf/ev-poppler.cc:
285
286         Fix build with poppler >= 0.7.2
287         
288 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
289
290         * configure.ac:
291         
292         Update for release 2.22.0
293
294 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * NEWS:
297
298         Update for upcoming release.
299
300 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
301
302         * shell/ev-window.c (ev_window_print_dialog_response_cb):
303
304         Bug 495107 – Handle print dialog responses correctly
305
306         Correctly handle print dialog response. Properly fixes
307         the above mentioned bug.
308
309 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
310
311         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
312
313         Make sure print job is only run when the print button is
314         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
315         
316 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
317
318         * backend/pdf/pdfdocument.evince-backend.in:
319         * libdocument/ev-backends-manager.c:
320         (ev_backends_manager_load_backend),
321         (ev_backends_manager_get_document):
322         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
323
324         Allow making backend modules resident. This is needed only for
325         some backends like pdf to avoid registering glib types more than
326         once.
327         
328 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * backend/comics/comics-document.c:
331         * backend/djvu/djvu-document.c:
332         * backend/impress/impress-document.c:
333         * backend/pdf/ev-poppler.cc:
334         * backend/pixbuf/pixbuf-document.c:
335         * backend/ps/ev-spectre.c:
336         * backend/ps/ps-document.c:
337         * backend/tiff/tiff-document.c:
338         * libdocument/ev-document.h:
339         * properties/ev-properties-main.c:
340
341         Use g_type_module_add_interface instead of
342         g_type_add_interface_static. Fixes bug #519679.
343         
344 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
345
346         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
347         Added. Returns whether the animation has everything necessary to run.
348         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
349         is ready just because it's been created. Fixes #519106.
350         (draw_one_page): Do not show the "Loading..." text in presentation
351         mode, there was a slim probability that this could happen.
352
353 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
356
357         Duplicate mime_type string before freeing it so that it doesn't
358         always fail when getting mime type from uri. Fixes bug #518874.
359         
360 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
361
362         * shell/ev-view.c: (ev_view_form_field_choice_changed):
363
364         Fix a crash when a choice form field doesn't have any item
365         selected. Fixes bug #518831
366         
367 2008-02-25  Alexander Larsson  <alexl@redhat.com>
368
369         * shell/ev-window.c (ev_window_clear_temp_file):
370         Use g_file_has_prefix instead of renamed
371         g_file_contains_file.
372
373         * configure.ac:
374         Require new glib for above change.
375         
376 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
377
378         * libdocument/ev-image.c: (ev_image_finalize),
379         (ev_image_save_tmp):
380
381         Return a real uri instead of a filename when saving an
382         image. Fixes images drag an drop from evince to nautilus. 
383         
384 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
385
386         * backend/pdf/ev-poppler.cc:
387         (pdf_document_images_get_image_mapping):
388
389         Return the image list in the right order. Fixes bug #516237.
390         
391 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
392
393         * backend/impress/impress-document.c:
394         (impress_document_thumbnails_get_thumbnail):
395
396         Remove unused variable to avoid a compiler warning.
397
398 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
399
400         * configure.ac:
401         
402         Update for release 2.21.91.
403
404 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * configure.ac:
407         * shell/Makefile.am:
408         * shell/ev-application.[ch]:
409         * shell/ev-sidebar-links.c:
410         * shell/ev-utils.[ch]:
411         * shell/ev-window.[ch]:
412
413         Remove libgnomeprint support. Fixes bug #512370.
414         
415 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
416
417         * thumbnailer/evince-thumbnailer.c: (main):
418
419         Initialize glib type system before using it. Fixes bug #513934.
420         
421 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
422
423         * properties/ev-properties-main.c:
424
425         Add missing #include.
426         
427 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * configure.ac:
430         * backend/djvu/djvu-document.c: (djvu_document_render):
431         * backend/tiff/tiff-document.c: (tiff_document_render):
432
433         Use the new cairo function cairo_format_stride_for_width when
434         available. Fixes bug #482720.
435
436 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
437
438         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
439         (get_mime_type_from_data), (get_document_from_uri):
440
441         Use g_content_type_guess() only when slow is true in
442         get_document_from_uri(). Fix several memory leaks.
443         
444 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
445
446         * libdocument/ev-document-factory.c:
447         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
448         (get_document_from_uri):
449
450         Use g_content_type_guess () to get mimetype for files.
451         Bug #510401.
452
453 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * thumbnailer/Makefile.am:
456
457         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
458         
459 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
460
461         * configure.ac:
462
463         Fix build with --without-libgnome. Fixes bug #512771.
464         
465 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
466
467         * backend/dvi/Makefile.am: Install only dvi
468         module. Fixes bug #512718.
469
470 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
471
472         * properties/ev-properties-main.c: (nautilus_module_initialize):
473         
474         Initialize backends in properties tab. Fixes bug
475         #512720.
476
477 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
478
479         * properties/Makefile.am: No need to link with 
480         libraries. Fixes bug #512719.
481
482 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
483
484         * NEWS:
485         * configure.ac:
486         
487         Update for release 2.21.90.
488
489 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
490
491         * shell/ev-window.c: (ev_window_cmd_escape):
492
493         Fix compile warning.
494         
495 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
496
497         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
498
499         Fix printing in dvi backend when filename contains white
500         espaces. Fixes bug #502839.
501         
502 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
503
504         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
505         (screensaver_disable_x11):
506         * shell/Makefile.am:
507         * shell/xdg-user-dir-lookup.c: Removed
508         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
509         * shell/ev-view.c: (ev_view_presentation_transition_start):
510         * shell/ev-window.c: (ev_window_cmd_file_open),
511         (ev_window_cmd_save_as), (presentation_set_timeout):
512
513         Remove #ifdefs that are no longer needed.
514         
515 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
516
517         * shell/ev-view.[ch]: (ev_view_button_release_event),
518         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
519         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
520         (ev_window_cmd_escape):
521
522         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
523         
524 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
525
526         * configure.ac:
527         * backend/comics/comics-document.c: (comics_document_load):
528         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
529         (ev_attachment_set_property), (ev_attachment_init),
530         (ev_attachment_save), (ev_attachment_launch_app),
531         (ev_attachment_open):
532         * libdocument/ev-document-factory.c: (get_document_from_uri):
533         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
534         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
535         * shell/ev-jobs.c:
536         * shell/ev-password.c: (ev_password_dialog_set_property),
537         (ev_password_dialog_save_password):
538         * shell/ev-sidebar-attachments.c:
539         (ev_sidebar_attachments_drag_data_get):
540         * shell/ev-window-title.c: (get_filename_from_uri):
541         * shell/ev-window.c: (ev_window_clear_temp_file),
542         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
543         (ev_window_open_uri), (window_save_file_copy_ready_cb),
544         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
545         (launch_external_uri), (image_save_dialog_response_cb),
546         (attachment_save_dialog_response_cb):
547         * shell/main.c: (load_files), (load_files_remote), (main):
548         * thumbnailer/evince-thumbnailer.c: (main):
549
550         Port to gio and drop gnome-vfs dependency. Fixes bug
551         #510401. Based on patch by Cosimo Cecchi.
552         
553 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
554
555         * NEWS:
556
557         Fixed formatting inconsistencies (spaces vs. tabs)
558
559 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
560
561         * shell/ev-window.c:
562
563         Use top/up/bottom/down arrows instead of
564         first/left/last/right in the toolbar and menu actions.
565         This fixes issues with RTL languages and is visually
566         consistent with the page view. Fixes bug #170081.
567
568 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
569
570         * NEWS:
571
572         Fixed some inaccuracies pointed out by Carlos Garcia
573         Campos.
574
575 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
576
577         * NEWS:
578         * data/evince.schemas.in:
579         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
580
581         Override PDF restrictions by default. Fixes bug #382700.
582
583 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
584
585         * NEWS: Updated for upcoming release
586
587 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
590
591         Fix memory leak.
592         
593 2008-01-23  Gil Forcada <gilforcada@guifi.net>
594
595         * shell/ev-window.c: (register_custom_actions):
596         
597         Added comment for translators
598
599 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
600
601         * shell/ev-view.c: (ev_view_button_release_event):
602
603         Do not create the idle function for kinetic scrolling if we are
604         not in a drag operation.
605
606 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
607
608         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
609         (ev_view_button_press_event), (ev_view_motion_notify_event),
610         (ev_view_button_release_event):
611
612         Restore cursor after autoscrolling. Fixes bug #509958.
613
614 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
615
616         * configure.ac:
617         * backend/pdf/ev-poppler.cc:
618         (pdf_document_images_get_image_mapping),
619         (pdf_document_images_get_image),
620         (pdf_document_document_images_iface_init):
621         * libdocument/ev-document-images.[ch]:
622         (ev_document_images_get_image_mapping),
623         (ev_document_images_get_image):
624         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
625         (ev_image_get_id), (ev_image_save_tmp):
626         * shell/ev-jobs.c: (ev_job_render_run):
627         * shell/ev-view.c: (ev_view_drag_data_get):
628         * shell/ev-window.c: (image_save_dialog_response_cb),
629         (ev_view_popup_cmd_copy_image):
630
631         Do not render images when rendering the page but on demand. It
632         reduces the memory comsumption.
633         
634 2008-01-18  Marcelo Lira  <setanta@gmail.com>
635
636         * configure.a:
637         * shell/ev-password.c:
638
639         Make gnome-keyring optional. Fixes bug #509676.
640         
641 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
642
643         * shell/ev-pixbuf-cache.c: (add_job):
644
645         Initialize include_images variable as FALSE instead of TRUE.
646         
647 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
648
649         * configure.ac:
650         * cut-n-paste/Makefile.am:
651         * cut-n-paste/fileformatchooser/Makefile.am:
652         * cut-n-paste/fileformatchooser/egg-macros.h:
653         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
654         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
655         * shell/Makefile.am:
656         * shell/ev-utils.c:
657         (file_chooser_dialog_add_writable_pixbuf_formats),
658         (get_gdk_pixbuf_format_by_extension):
659         * shell/ev-utils.h:
660         * shell/ev-window.c: (ev_window_error_message),
661         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
662         
663         Simplify image format selection on save.
664
665 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
666
667         * shell/ev-view.c: (ev_view_scroll_event):
668         
669         Repair gorizontal scrolling with shift. Fixes
670         bug #483412.
671
672 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
673         
674         * MAINTAINERS:
675
676         Fix formatting issues.
677         
678 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
679
680         * backend/comics/comics-document.c: (comics_regex_quote):
681         
682         Don't overquote special chars except of '. See bug 
683         502500. Thanks to Tom Parker.
684
685 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
686
687         * MAINTAINERS:
688         
689         Added Nickolay and Carlos, since they're doing most of
690         the releases nowadays.
691
692 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
693
694         * properties/Makefile.am:
695
696         Get the nautilus extension dir properly instead of using
697         a hack. Fixes bug #505359.
698
699 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
700
701         * properties/Makefile.am:
702         
703         Install nautilus extension into new place. See bug
704         #505359. Thanks to Matthias Clasen, Brian Pepple and
705         Damien Carbery.
706
707 2008-01-13  Djihed Afifi  <djihed@gmail.com>
708
709         * shell/ev-window.c: (ev_window_get_recent_file_label):
710         
711         RTL marker in recent file list. See bug #509076.
712
713 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
716         * shell/ev-window.c: (image_save_dialog_response_cb):
717
718         Fix compile warnings due to unused variables.
719         
720 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * configure.ac:
723         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
724         * backend/ps/ev-spectre.c: (ps_document_render):
725
726         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
727
728 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
729
730         * shell/ev-transition-animation.c (ev_transition_animation_fade)
731         (ev_transition_animation_paint): Implement "fade" effect.
732
733 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
734
735         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
736         (ev_transition_animation_paint): Implement "uncover" effect.
737
738 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
739
740         * shell/ev-transition-animation.c (ev_transition_animation_cover)
741         (ev_transition_animation_paint): Implement "cover" effect.
742
743 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
744
745         * shell/ev-transition-animation.c (ev_transition_animation_push)
746         (ev_transition_animation_paint): Implement "push" effect.
747
748 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
749
750         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
751         (ev_transition_animation_paint): Implement "dissolve" effect.
752
753 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
754
755         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
756         (ev_transition_animation_paint): Implement "wipe" effect.
757
758 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
759
760         * shell/ev-transition-animation.c (ev_transition_animation_box)
761         (ev_transition_animation_paint): Implement "box" effect.
762
763 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
764
765         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
766         (ev_transition_animation_paint): Implement "blinds" effect.
767
768 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
769
770         * shell/ev-transition-animation.c (ev_transition_animation_split)
771         (ev_transition_animation_paint): Implement "split" effect.
772
773 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
774
775         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
776         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
777         (ev_view_transition_animation_start) 
778         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
779         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
780         (ev_view_next_page) (ev_view_previous_page):
781         
782         Use EvTransitionAnimation to drive page changes in the presentation
783         mode, the animation will wait to start until both the origin and 
784         destination page surfaces are available. Fixes #458460.
785
786         (draw_loading_text):
787
788         Remove workaround for bug #320352, it's now fixed properly.
789
790
791 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
792
793         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
794         will contain the implementations for page transition animations, at
795         the moment it just has the "replace" effect.
796         * shell/Makefile.am: Added these files to build.
797
798 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
799
800         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
801         animations.
802         * shell/Makefile.am: Added these files to build.
803
804 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
805
806         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
807         implementation to get_effect() in EvDocumentTransitionIface.
808
809 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
810
811         * libdocument/ev-transition-effect.[ch]: New files, define a page
812         transition effect, at the moment it maps PopplerPageTransition to a
813         GObject.
814         * libdocument/Makefile.am: Added these files to build.
815         * libdocument/ev-document-transition.[ch]
816         (ev_document_transition_get_effect): New method, gets the
817         EvTransitionEffect returned by the interface implementation, with
818         fallback to the "replace" effect.
819
820 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
821
822         * configure.ac:
823         * cut-n-paste/Makefile.am:
824         * cut-n-paste/fileformatchooser/Makefile.am:
825         * cut-n-paste/fileformatchooser/egg-macros.h:
826         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
827         * shell/Makefile.am:
828         * shell/ev-window.c: (image_save_dialog_response_cb),
829         (ev_view_popup_cmd_save_image_as):
830
831         Allow exporting images in any format supported by
832         GdkPixbuf. Fixes bug #500209.
833         
834 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * backend/pixbuf/pixbuf-document.c:
837
838         More warnings fixed.
839         
840 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
841
842         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
843         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
844         * backend/djvu/djvu-text.h:
845         * backend/tiff/tiff-document.c: (tiff_document_render):
846
847         Fix compile warnings.
848         
849 2007-12-28  Christian Persch  <chpe@gnome.org>
850
851         * **/*.c: Include config.h. Bug #504721.
852
853 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
854
855         * configure.ac:
856         * Makefile.am:
857         * po/POTFILES.in:
858         * backend/comics/Makefile.am:
859         * backend/comics/comics-document.[ch]:
860         * backend/comics/comicsdocument.evince-backend.in:
861         * backend/djvu/Makefile.am:
862         * backend/djvu/djvu-document.[ch]:
863         * backend/djvu/djvudocument.evince-backend.in:
864         * backend/dvi/Makefile.am:
865         * backend/dvi/dvi-document.[c]:
866         * backend/dvi/dvidocument.evince-backend.in:
867         * backend/impress/Makefile.am:
868         * backend/impress/impress-document.[ch]:
869         * backend/impress/impressdocument.evince-backend.in:
870         * backend/pdf/Makefile.am:
871         * backend/pdf/ev-poppler.cc:
872         * backend/pdf/ev-poppler.h:
873         * backend/pdf/pdfdocument.evince-backend.in:
874         * backend/pixbuf/Makefile.am:
875         * backend/pixbuf/pixbuf-document.[ch]:
876         * backend/pixbuf/pixbufdocument.evince-backend.in:
877         * backend/ps/Makefile.am:
878         * backend/ps/ev-spectre.[ch]:
879         * backend/ps/ps-document.[ch]:
880         * backend/ps/psdocument.evince-backend.in:
881         * backend/tiff/Makefile.am:
882         * backend/tiff/tiff-document.[ch]:
883         * backend/tiff/tiffdocument.evince-backend.in:
884         * libdocument/Makefile.am:
885         * libdocument/ev-backends-manager.[ch]:
886         * libdocument/ev-module.[ch]:
887         * libdocument/ev-document.h:
888         * libdocument/ev-document-factory.[ch]:
889         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
890         (get_compression_from_mime_type), (get_document_from_uri),
891         (ev_document_factory_get_document), (file_filter_add_mime_types),
892         (ev_document_factory_add_filters):
893         * shell/Makefile.am:
894         * shell/ev-window-title.c: (get_filename_from_uri):
895         * shell/main.c: (main):
896         * thumbnailer/Makefile.am:
897         * thumbnailer/evince-thumbnailer.c: (main):
898
899         Plugin system for backends. Fixes bug #351348.
900         
901 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
902
903         * shell/ev-view-private.h:
904         * shell/ev-view.c: (ev_view_drag_update_momentum),
905         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
906         (ev_view_button_release_event), (ev_view_destroy):
907         
908         Kinetic scrolling implemented as requested in
909         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
910
911 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
912
913         * data/evince-toolbar.xml:
914         * data/evince-ui.xml:
915         * shell/ev-view-private.h:
916         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
917         (ev_view_button_press_event), (ev_view_motion_notify_event),
918         (ev_view_button_release_event), (ev_view_init),
919         (ev_view_autoscroll_cb), (ev_view_autoscroll),
920         (ev_view_set_cursor):
921         * shell/ev-view.h:
922         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
923         (ev_window_cmd_view_autoscroll):
924         
925         Autoscroll feature with the context menu. Fixes bug 
926         #323670. Thanks to David Turner <cillian64@googlemail.com>.
927
928 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
931
932         Disconnect also page-ready signal when removing a job because the
933         page size has changed. Thanks to kripken
934         <kripkensteiner@gmail.com>.
935
936 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
937
938         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
939         
940         Scroll pages in page entry with mouse wheel. Fixes bug
941         #324122. Thanks to David Turner <cillian64@googlemail.com>.
942
943 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
944
945         * backend/dvi/Makefile.am:
946         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
947         (mdvi_cairo_device_init):
948         * backend/dvi/mdvi-lib/common.h:
949         * backend/dvi/mdvi-lib/mdvi.h:
950         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
951         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
952         (mdvi_build_path_from_cwd):
953
954         Add ps specials support in dvi backend when libspectre is
955         present. Fixes bug #386005.
956         
957 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * configure.ac:
960         * backend/ps/Makefile.am:
961         * backend/ps/ev-spectre.[ch]:
962         
963         Use libspectre, if available, for the ps backend. Fixes bugs
964         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
965
966 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
967         
968         * backend/comics/comics-document.c: (comics_document_load):
969         
970         Cygwin build issue fix.
971
972 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
973
974         * shell/ev-view.c: (ev_view_set_zoom):
975
976         Do not limit the minimum zoom factor when sizing mode is best bit
977         or fit width. Fixes bug #503805.
978         
979 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
980
981         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
982         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
983         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
984         (ev_link_dest_get_property), (ev_link_dest_set_property),
985         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
986         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
987         (ev_link_dest_new_fitr):
988         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
989         (goto_fith_dest), (goto_xyz_dest):
990
991         Do not change left, top and zoom values when they are null in PDF
992         destinations. Fixes bug #460658.
993         
994 2007-12-10  Christian Persch  <chpe@gnome.org>
995
996         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
997         (ev_view_accessible_class_init),
998         (ev_view_accessible_idle_do_action),
999         (ev_view_accessible_action_do_action),
1000         (ev_view_accessible_action_get_description),
1001         (ev_view_accessible_action_set_description),
1002         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
1003         (ev_view_accessible_factory_init),
1004         (ev_view_accessible_factory_get_accessible_type):
1005         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
1006         private data, and G_DEFINE_TYPE. Bug #502843.
1007
1008 2007-12-08  Christian Persch  <chpe@gnome.org>
1009
1010         * shell/ev-metadata-manager.c: (item_free),
1011         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1012         (value_free), (parse_value), (parseItem),
1013         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1014         (save_values): Use GSlice to allocate small amounts of memory. Bug
1015         #475972.
1016
1017 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1018
1019         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1020
1021         Restore cursor to normal after a drag operation. Fixes bug
1022         #501603.
1023         
1024 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1025
1026         * NEWS:
1027         * configure.ac:
1028         
1029         Update for release 2.21.1
1030
1031 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1032
1033         * configure.ac:
1034         * cut-n-paste/gedit-message-area/Makefile.am:
1035         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
1036         * shell/Makefile.am:
1037         * shell/ev-message-area.[ch]:
1038         * shell/ev-window.c: (ev_window_set_message_area),
1039         (ev_window_error_message_response_cb), (ev_window_error_message),
1040         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
1041         (ev_window_save_job_cb), (image_save_dialog_response_cb),
1042         (ev_attachment_popup_cmd_open_attachment),
1043         (attachment_save_dialog_response_cb), (ev_window_set_document),
1044         (ev_window_init):
1045
1046         Use a message area instead of a popup dialog for error
1047         notifications. Fixes bug #337495.
1048         
1049 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
1052         (ev_window_run_fullscreen):
1053
1054         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
1055         
1056 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1057
1058         * ev-sidebar-thumbnails.c: (update_visible_range),
1059         (ev_sidebar_thumbnails_refresh),
1060         (ev_sidebar_thumbnails_set_document),
1061         (ev_sidebar_thumbnails_support_document):
1062
1063         Show thumbnails for documents with one page. Fixes bug #358751.
1064         
1065 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1066
1067         * shell/ev-window.c:
1068         (ev_window_load_print_settings_from_metadata),
1069         (ev_window_save_print_settings), (ev_window_print_finished),
1070         (ev_window_print_range):
1071
1072         Print settings that are specific to the document are now saved per
1073         document in the metadata file. Fixes bug #488806.
1074         
1075 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
1076
1077         * backend/tiff/tiff-document.c: (tiff_document_render):
1078
1079         Tiff documents were rendered with wrong colors. Fixes bug #497279.
1080         
1081 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1082
1083         * shell/ev-application.[ch]: (get_find_string_from_args),
1084         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1085         (ev_application_open_uri_list):
1086         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
1087         * shell/ev-window.[ch]: (ev_window_load_job_cb),
1088         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1089         (ev_window_cmd_recent_file_activate),
1090         (ev_window_open_recent_action_item_activated),
1091         (ev_window_print_send), (open_remote_link):
1092         * shell/main.c: (arguments_parse):
1093
1094         Add a command line option for search. Fixes bug #497710.
1095         
1096 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
1097
1098         * shell/ev-jobs.c: (ev_job_print_new):
1099
1100         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
1101         
1102 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1103
1104         * data/evince-toolbar.xml:
1105         * shell/Makefile.am:
1106         * shell/ev-application.c: (ev_application_init):
1107         * shell/ev-open-recent-action.[ch]:
1108         * shell/ev-window.c:
1109         (ev_window_open_recent_action_item_activated),
1110         (register_custom_actions):
1111
1112         Add an expander to the open toolbar item which pops up a dropdown
1113         menu with the recently used documents. Fixes bug #487215.
1114         
1115 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1116
1117         * shell/ev-window.c: (ev_window_open_uri),
1118         (ev_window_cmd_view_reload):
1119
1120         Do not jump to the first page when reloading by running evince
1121         from the command line. Fixes bug #490847.
1122         
1123 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1124
1125         * shell/ev-window.c: (ev_window_cmd_help_contents):
1126
1127         Plugged memory leak when help file is not found. Fixes bug
1128         #490762.
1129         
1130 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1131
1132         * configure.ac:
1133
1134         Enable djvu, dvi and comics backends by default. Fixes bug
1135         #437121.
1136         
1137 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1138
1139         * configure.ac:
1140         * cut-n-paste/Makefile.am:
1141         * cut-n-paste/recent-files/*: Removed
1142         * help/reference/Makefile.am:
1143         * shell/Makefile.am:
1144         * shell/ev-application.[ch]: (ev_application_shutdown),
1145         (ev_application_init):
1146         * shell/ev-window.c: (ev_window_add_recent),
1147         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
1148
1149         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
1150         
1151 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
1152
1153         * shell/ev-window.c: (launch_external_uri):
1154
1155         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1156         and report error if the URL is not supported (#489910).
1157
1158 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1161         (pdf_document_file_exporter_begin_page),
1162         (pdf_document_file_exporter_end_page):
1163
1164         Fix printing with poppler splash backend. Fixes bug #489774.
1165         
1166 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1167
1168         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1169         * shell/ev-print-job.c: (ev_print_job_class_init):
1170
1171         Fix a crash when printing with the gnome-print dialog. Fixes bug
1172         #488939.
1173         
1174 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1175
1176         * backend/pixbuf/pixbuf-document.c:
1177
1178         Fix an implicit function definition warning (#487655)
1179
1180 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * shell/ev-window.c:
1183
1184         Fix conflicting shortcut for view sade pane and presentation.
1185         
1186 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1187
1188         * backend/pdf/ev-poppler.cc:
1189         (pdf_document_file_exporter_begin_page),
1190         (pdf_document_file_exporter_do_page),
1191         (pdf_document_file_exporter_end_page),
1192         (pdf_document_file_exporter_iface_init):
1193         * libdocument/ev-file-exporter.[ch]:
1194         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1195         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1196         (ev_job_print_run):
1197
1198         When printing multiple pages per sheet in reverse option, do not
1199         invert the order of the pages in every sheet, but the order of the
1200         sheets. Do not print blank pages when page range is invalid. Fixes
1201         bugs #484857 and #485521.
1202         
1203 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1206         (ev_job_print_run):
1207         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1208
1209         Respect ranges order when printing more than one range in random
1210         order.
1211         
1212 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1213
1214         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1215         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1216
1217         Rotate also the window icon when document is rotated. Fixes bug
1218         #474681.
1219         
1220 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1223         (pdf_document_forms_get_form_fields):
1224
1225         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1226         Matthias Drochner.
1227         
1228 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1229
1230         * configure.ac:
1231         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1232
1233         Use poppler_page_render_for_printing() instead of
1234         poppler_page_render() if available when exporting to a ps or pdf
1235         file. Fixes bug #476627.
1236         
1237 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * shell/ev-window.c: (ev_window_run_fullscreen):
1240
1241         Do not show the toolbar in fullscreen mode if the main toolbar is
1242         not visible. Fixes bug #483048.
1243         
1244 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * shell/ev-view.c: (ev_view_button_press_event):
1247
1248         Give priority to form fields over images when deciding whether a
1249         button press event is over an image or form field. It allows edit
1250         form fields when they are over a background image. Fixes bug
1251         #477841.
1252         
1253 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1254
1255         * NEWS:
1256         * configure.ac:
1257         
1258         Update for release 2.20.0
1259
1260 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * backend/pdf/ev-poppler.cc:
1263
1264         Remove #ifdef HAVE_FORMS, so that forms support works again.
1265
1266 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1267
1268         * configure.ac:
1269         * data/evince.desktop.in.in:
1270         
1271         Fixes desktop file issues. See bug #473471.
1272
1273 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1274
1275         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1276         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1277         (ev_job_queue_remove_job):
1278         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1279         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1280         * shell/ev-window.c: (ev_window_clear_save_job),
1281         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1282         (ev_window_dispose):
1283
1284         Move save a copy task to its own job so that it's carried out in a
1285         thread avoiding another lock in the main thread. Use
1286         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1287         can be saved to a pathin another file system. Fixes bug #456891.
1288         
1289 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1290
1291         * NEWS:
1292         * configure.ac:
1293         
1294         Update for release 2.19.92
1295
1296 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * configure.ac:
1299         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1300         (pdf_selection_get_selection_region),
1301         (pdf_selection_get_selection_map),
1302         (ev_form_field_from_poppler_field):
1303
1304         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1305         and triple click selections are enabled again now.
1306
1307 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1308
1309         * shell/ev-window.c: (ev_window_add_history):
1310
1311         Make sure not to use the history with documents not supporting
1312         links. Fixes bug #468954.
1313
1314 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1315
1316         * shell/ev-window.c: (ev_window_load_job_cb):
1317
1318         Restart the search when reloading a document with the find bar
1319         visible. Fixes bug #461962.
1320
1321 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * shell/ev-window.c: (setup_document_from_metadata),
1324         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1325
1326         Do not jump to the first page when reloading a document from the
1327         last page.
1328
1329 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * shell/ev-window.c: (update_chrome_flag),
1332         (setup_sidebar_from_metadata),
1333         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1334         (ev_window_cmd_edit_find_next),
1335         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1336         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1337         (find_bar_close_cb), (view_actions_focus_in_cb):
1338
1339         Do not update visibility when changing a chrome flag so that it's
1340         possible to update several flags and update visibility only once
1341         for all of them.
1342
1343 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1346
1347         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1348         supported by gtk+. Fixes bug #460907.
1349
1350 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1351
1352         * shell/ev-view.c: (view_update_range_and_current_page):
1353
1354         Make sure current-page <= end-page in continuous mode. Fixes bug
1355         #454950.
1356
1357 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * backend/pdf/ev-poppler.cc: (build_tree):
1360
1361         Ignore outline items without a title. Fixes bug #453913.
1362
1363 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1364
1365         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1366         (ev_view_button_release_event), (ev_view_leave_notify_event):
1367
1368         Use always drag mouse cursor during a drag operation. Fixes bug
1369         #470564.
1370
1371 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1374         (pdf_selection_get_selection_region),
1375         (pdf_selection_get_selection_map):
1376
1377         Temporarily disable double and triple selections since it depends on
1378         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1379         released and the update of the external dependency minimal version
1380         approved.
1381
1382 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1383
1384         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1385         (pdf_document_file_exporter_do_page):
1386         * libdocument/ev-file-exporter.h:
1387         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1388         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1389
1390         Actually fix printing regressions. Remove orientation from
1391         EvPrintContext since it's redundant.
1392
1393 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1396         * backend/impress/impress-document.c:
1397         (impress_document_document_iface_init):
1398         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1399         * backend/djvu/djvu-document.c:
1400         (djvu_document_document_iface_init),
1401         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1402         * backend/tiff/tiff-document.c:
1403         (tiff_document_document_iface_init):
1404         * backend/pixbuf/pixbuf-document.c:
1405         (pixbuf_document_document_iface_init):
1406         * backend/comics/comics-document.c:
1407         (comics_document_document_iface_init):
1408         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1409         (pdf_selection_render_selection),
1410         (pdf_selection_get_selected_text),
1411         (pdf_selection_get_selection_region),
1412         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1413         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1414         (ev_selection_get_selection_region),
1415         (ev_selection_get_selection_map):
1416         * libdocument/ev-document.[ch]:
1417         * shell/ev-pixbuf-cache.[ch]: (add_job),
1418         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1419         * shell/ev-view-private.h:
1420         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1421         (ev_job_render_run):
1422         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1423         * shell/ev-view.c: (start_selection_for_event),
1424         (ev_view_button_press_event), (ev_view_drag_data_get),
1425         (ev_view_drag_data_received), (ev_view_button_release_event),
1426         (compute_new_selection_text), (compute_selections),
1427         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1428         (ev_view_primary_get_cb):
1429
1430         Add support for double and triple click selections.
1431
1432 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1433
1434         * NEWS:
1435         * configure.ac:
1436
1437         Update for release 2.19.4
1438
1439 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1440
1441         * shell/ev-view-private.h:
1442         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1443         (ev_view_set_highlight_search):
1444         * shell/ev-view.h:
1445         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1446         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1447         (find_bar_visibility_changed_cb):
1448         
1449         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1450
1451 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1454         (pdf_document_file_exporter_begin),
1455         (pdf_document_file_exporter_do_page):
1456         * shell/ev-jobs.c: (ev_job_print_run):
1457         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1458
1459         Create always a portrait cairo surface and rotate when needed for
1460         landscape. It fixes printing problems in real printers.
1461
1462 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1463
1464         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1465         * libdocument/ev-file-exporter.[ch]:
1466         (ev_file_exporter_get_capabilities):
1467         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1468         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1469
1470         Adjust number of pages per row according to page orientation when
1471         printing 2 or 6 pages per sheet.
1472
1473 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1474
1475         * shell/ev-window.c: (ev_window_print_send):
1476
1477         Reset also cups setting to 1 when printing multiple pages per
1478         sheet. Fixes bug #468853.
1479
1480 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * libdocument/ev-document-misc.c:
1483         (ev_document_misc_surface_rotate_and_scale):
1484
1485         Use directly cairo_surface_get_content() when creating a similar
1486         surface as suggested by Jeff Muizelaar. Thanks again.
1487
1488 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1489
1490         * backend/djvu/djvu-document.c: (djvu_document_render):
1491         * backend/tiff/tiff-document.c: (tiff_document_render):
1492         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1493         * libdocument/ev-document-misc.c:
1494         (ev_document_misc_surface_from_pixbuf),
1495         (ev_document_misc_surface_rotate_and_scale):
1496
1497         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1498         creating page surfaces. Fixes bug #453123. Thank you very much to
1499         Jeff Muizelaar <jeff@infidigm.net>.
1500
1501 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * shell/ev-page-cache.c: (ev_page_cache_new),
1504         (ev_page_cache_get_thumbnail_size):
1505         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1506         (ev_sidebar_thumbnails_set_loading_icon):
1507
1508         Also store in page-cache the dimensions of the thumbnails so that
1509         they can be used to create the correct loading icon in the side
1510         pane. Fixes bug #466857.
1511
1512 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1513
1514         * backend/pdf/ev-poppler.cc:
1515         (pdf_document_thumbnails_get_thumbnail):
1516
1517         Fix thumbnails rotation in pdf documents that include embedded 
1518         thumbnails.
1519
1520 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1521
1522         * backend/pdf/ev-poppler.cc:
1523
1524         Don't use #ifdef in macro expansion. Some compilers don't
1525         like that. Closes bug #467042.
1526
1527 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1528
1529         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1530         
1531         Fixes memory leak in djvu backend.
1532
1533 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1534
1535         * data/icons/32x32/Makefile.am:
1536         * data/icons/32x32/actions/Makefile.am:
1537         * data/icons/32x32/actions/view-page-cont.svg:
1538         * data/icons/32x32/actions/view-page-facing.svg:
1539         * data/icons/48x48/Makefile.am:
1540         * data/icons/48x48/actions/Makefile.am:
1541         * data/icons/48x48/actions/view-page-cont.svg:
1542         * data/icons/48x48/actions/view-page-facing.svg:
1543         
1544         Icons for a new sizes.
1545
1546 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1547
1548         * shell/ev-page-cache.c: (build_height_to_page),
1549         (ev_page_cache_get_height_to_page):
1550         
1551         Fixes invalid read, see bug #466401.
1552
1553 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1556         (set_drag_cursor):
1557         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1558         (configure_item_cursor), (new_pixbuf_from_widget):
1559
1560         Fix multihead problems in toolbar editor. Fixes bug #382055.
1561
1562 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1563
1564         * shell/ev-window.c: (ev_window_cmd_file_open),
1565         (ev_window_cmd_save_as):
1566
1567         Use g_get_user_special_dir when available instead of
1568         xdg_user_dir_lookup.
1569
1570 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1571
1572         * MAINTAINERS:
1573         
1574         Updated according to request on desktop-devel.
1575
1576 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1579
1580         Do not use cairo_rectangle and cairo_clip since we are
1581         not using cairo_fill but cairo_paint. Use the same cairo context
1582         for every page in the same expose event.
1583
1584 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1585
1586         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1587         leak.
1588
1589 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * configure.ac:
1592         * NEWS:
1593
1594         Release 0.9.3
1595
1596 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1597
1598         * libdocument/ev-document-info.h:
1599         * libdocument/ev-document.h:
1600         * shell/ev-page-action.h:
1601         * shell/ev-sidebar-links.h:
1602
1603         Fix a headers problem with ev-link
1604         
1605         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1606         * shell/ev-view-private.h:
1607         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1608         (get_link_area), (ev_view_query_tooltip),
1609         (ev_view_leave_notify_event), (ev_view_destroy),
1610         (ev_view_class_init):
1611
1612         Use new gtk tooltips when available instead of ev-tooltip.
1613         
1614 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * shell/ev-window.c: (update_chrome_visibility),
1617         (ev_window_sidebar_visibility_changed_cb):
1618
1619         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1620         
1621 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * shell/ev-navigation-action.c:
1624         (ev_navigation_action_history_changed),
1625         (ev_navigation_action_set_history):
1626         * shell/ev-navigation-action-widget.c:
1627         (ev_navigation_action_widget_init):
1628         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1629
1630         Fix compile warnings.
1631         
1632 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1633
1634         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1635         (egg_editable_toolbar_dispose):
1636
1637         Fix memory leak.
1638         
1639 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1640
1641         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1642         (screensaver_disable_x11):
1643         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1644         * shell/ev-window.c: (presentation_set_timeout):
1645         * shell/ev-view.c: (ev_view_presentation_transition_start):
1646
1647         Use g_timeout_add_seconds instead of g_timeout_add when
1648         available.
1649         
1650 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1651
1652         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1653
1654         Set horizontal scrollbar policy to AUTOMATIC instead of
1655         NEVER. Workaround for bug #449462.
1656         
1657 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1658
1659         * shell/ev-jobs.c: (ev_job_render_page_ready):
1660
1661         Add page_ready callback to main loop with high priority and hold
1662         a reference to job during idle.
1663         
1664 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * configure.ac:
1667         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1668         (pdf_document_file_exporter_begin),
1669         (pdf_document_file_exporter_do_page),
1670         (pdf_document_file_exporter_get_capabilities):
1671         * libdocument/ev-file-exporter.h:
1672         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1673         * shell/ev-window.c: (ev_window_print_send),
1674         (ev_window_print_dialog_response_cb):
1675
1676         Allow printing multiple pages per sheet. Fixes bug #395573.
1677         
1678 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1679
1680         * shell/ev-view.c: (tip_from_link):
1681         
1682         Check for NULL, fixes bug #460862.
1683
1684 2007-07-29  Christian Persch  <chpe@gnome.org>
1685
1686         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1687         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1688         (ev_window_cmd_preview_print):
1689         
1690         Fixes bug #437681 - blocks while enumerating printers.
1691
1692 2007-07-29  Christian Persch  <chpe@gnome.org>
1693
1694         * shell/ev-window.c: (ev_window_screen_changed):
1695         
1696         Don't use deprecated gtk+ function. See bug #460909.
1697
1698 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1699
1700         * shell/ev-utils.c: (get_num_monitors):
1701         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1702
1703         Do not use display before initializing it. Remove compile
1704         warnings.
1705
1706 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1707
1708         * shell/ev-view.c: (ev_view_class_init):
1709         
1710         Unix-like hjkl bindings added. See bug #458111.
1711
1712 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1713
1714         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1715         * shell/ev-utils.h:
1716         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1717         (ev_view_update_view_size):
1718         * shell/ev-view.h:
1719         * shell/ev-window.c: (ev_window_update_actions),
1720         (setup_view_from_metadata), (ev_window_screen_changed),
1721         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1722         (zoom_control_changed_cb):
1723         * shell/ev-window.h:
1724         
1725         Reorganizes utility functions.
1726
1727 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1730         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1731         (add_job), (ev_pixbuf_cache_get_surface),
1732         (ev_pixbuf_cache_get_link_mapping),
1733         (ev_pixbuf_cache_get_image_mapping),
1734         (ev_pixbuf_cache_get_form_field_mapping),
1735         (ev_pixbuf_cache_get_text_mapping):
1736         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1737         (notify_page_ready), (ev_job_render_page_ready),
1738         (ev_job_render_run):
1739
1740         Add page_ready signal to notify that page is ready as soon as
1741         possible even if other page elements like links, forms, images or
1742         text mapping are not ready yet.
1743
1744 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1745
1746         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1747         (dvi_document_file_exporter_do_page),
1748         (dvi_document_file_exporter_get_capabilities),
1749         (dvi_document_file_exporter_iface_init):
1750         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1751         (ps_document_file_exporter_do_page),
1752         (ps_document_file_exporter_get_capabilities),
1753         (ps_document_file_exporter_iface_init):
1754         * backend/djvu/djvu-document.c:
1755         (djvu_document_file_exporter_begin),
1756         (djvu_document_file_exporter_end),
1757         (djvu_document_file_exporter_get_capabilities),
1758         (djvu_document_file_exporter_iface_init):
1759         * backend/tiff/tiff-document.c:
1760         (tiff_document_file_exporter_begin),
1761         (tiff_document_file_exporter_get_capabilities),
1762         (tiff_document_document_file_exporter_iface_init):
1763         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1764         (pdf_document_file_exporter_do_page),
1765         (pdf_document_file_exporter_get_capabilities),
1766         (pdf_document_file_exporter_iface_init):
1767         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1768         (ev_file_exporter_get_capabilities):
1769         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1770         (idle_print_handler), (ev_print_job_print):
1771         * shell/ev-jobs.c: (ev_job_print_run):
1772         * shell/ev-window.c: (ev_window_print_send),
1773         (ev_window_print_range):
1774
1775         Use capabilities to know which options should be offered by the
1776         print dialog depending on the document backend.
1777
1778 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1779
1780         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1781
1782         Give priority to forms over text to set the cursor.
1783
1784 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1785
1786         * shell/ev-view-private.h:
1787         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1788         (ev_view_leave_notify_event), (ev_view_finalize),
1789         (ev_view_get_property), (ev_view_class_init):
1790
1791         Use IBEAM cursor for text form fields and NORMAL cursor for read
1792         only fields. Remove unused status attribute.
1793
1794 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1795
1796         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1797
1798         Update region for current selected items also for checkbox
1799         buttons, since they can behave as radio buttons when they are in a
1800         set.
1801
1802 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * configure.ac:
1805         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1806
1807         Get max length of text form fields.
1808
1809 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1810
1811         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1812         * libdocument/ev-form-field.h:
1813         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1814
1815         Fix build with current poppler cvs head.
1816
1817 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1820         * shell/eggfindbar.c: (egg_find_bar_init):
1821
1822         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1823         deprecation. Fixes bug #455667
1824
1825 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1826
1827         * NEWS:
1828         * configure.ac:
1829         
1830         Update for release 0.9.2
1831
1832 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1833
1834         * shell/ev-view.c: (ev_view_form_field_text_save),
1835         (ev_view_form_field_choice_save):
1836
1837         Fix a crash when closing whith a form widget visible.
1838
1839 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1840
1841         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1842
1843         Update also the region of the current selected button when
1844         clicking on another button if they are radio buttons.
1845
1846 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1847
1848         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1849         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1850         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1851         (ev_pixbuf_cache_get_link_mapping),
1852         (ev_pixbuf_cache_get_image_mapping),
1853         (ev_pixbuf_cache_get_form_field_mapping),
1854         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1855         * shell/ev-view.c: (ev_view_form_field_get_region),
1856         (ev_view_form_field_button_create_widget),
1857         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1858         (job_finished_cb):
1859
1860         Redraw only form field region instead of the whole page when
1861         reloading a page to show changes on the form field.
1862
1863 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1864
1865         * shell/ev-view.c: (ev_view_form_field_choice_save):
1866
1867         Fix selection of first item in list form fields.
1868
1869 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1870
1871         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1872         (ev_pixbuf_cache_reload_page),
1873         (ev_pixbuf_cache_get_form_field_mapping):
1874
1875         Some refactoring to avoid duplicated code.
1876
1877 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1878
1879         * configure.ac:
1880         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1881         (ev_form_field_from_poppler_field),
1882         (pdf_document_forms_get_form_fields),
1883         (pdf_document_forms_form_field_text_get_text),
1884         (pdf_document_forms_form_field_text_set_text),
1885         (pdf_document_forms_form_field_button_set_state),
1886         (pdf_document_forms_form_field_button_get_state),
1887         (pdf_document_forms_form_field_choice_get_item),
1888         (pdf_document_forms_form_field_choice_get_n_items),
1889         (pdf_document_forms_form_field_choice_is_item_selected),
1890         (pdf_document_forms_form_field_choice_select_item),
1891         (pdf_document_forms_form_field_choice_toggle_item),
1892         (pdf_document_forms_form_field_choice_unselect_all),
1893         (pdf_document_forms_form_field_choice_set_text),
1894         (pdf_document_forms_form_field_choice_get_text),
1895         (pdf_document_document_forms_iface_init):
1896         * libdocument/Makefile.am:
1897         * libdocument/ev-form-field.[ch]:
1898         * libdocument/ev-document-forms.[ch]:
1899         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1900         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1901         (add_job), (ev_pixbuf_cache_reload_page),
1902         (ev_pixbuf_cache_get_form_field_mapping):
1903         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1904         * shell/ev-view-private.h:
1905         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1906         (ev_view_handle_cursor_over_xy),
1907         (ev_view_get_form_field_at_location),
1908         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1909         (ev_view_form_field_button_create_widget),
1910         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1911         (ev_view_form_field_text_create_widget),
1912         (ev_view_form_field_choice_save),
1913         (ev_view_form_field_choice_changed),
1914         (ev_view_form_field_choice_create_widget),
1915         (ev_view_handle_form_field), (ev_view_size_allocate),
1916         (ev_view_realize), (draw_end_presentation_page),
1917         (ev_view_button_press_event), (ev_view_remove_all),
1918         (ev_view_motion_notify_event), (ev_view_key_press_event),
1919         (ev_view_enter_notify_event), (highlight_find_results),
1920         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1921         (ev_view_class_init), (page_changed_cb),
1922         (on_adjustment_value_changed), (ev_view_set_presentation),
1923         (merge_selection_region), (ev_view_set_cursor),
1924         (ev_view_reset_presentation_state):
1925         
1926         Merge evince-forms branch.
1927
1928 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1929
1930         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1931
1932         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1933         This script also updates itself from libegg
1934
1935         * cut-n-paste/toolbar-editor/egg*:
1936         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1937         libegg
1938
1939 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1940
1941         * shell/ev-window.c:
1942         
1943         Adds a nice icon to page action during toolbar editing.
1944         See bug #452872.
1945
1946 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1947
1948         * data/evince-toolbar.xml:
1949         * shell/ev-window.c:
1950         
1951         Let user add a presentation and fullscreen icons on toolbar.
1952         See bug #449734.
1953
1954 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1955
1956         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1957
1958         new script to keep in sync with toolbareditor in libegg
1959
1960         * cut-n-paste/toolbar-editor/*: 
1961
1962         Run update-toolbareditor-from-libegg so we are in sync again. 
1963         Fixes bug #452850.
1964         
1965
1966 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1967
1968         * shell/ev-sidebar-links.c: (job_finished_callback):
1969
1970         Do not connect selection changed signal more than once. Fixes bug
1971         #349433.
1972
1973 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1974
1975         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1976
1977         Do not change sidebar chrome flag when pressing F9 key in
1978         presentation mode.
1979
1980 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1981
1982         * backend/pdf/ev-poppler.cc:
1983         (pdf_document_thumbnails_get_dimensions):
1984
1985         Make sure thumbnails width and height is not <= 0. Fixes a crash
1986         with some pdf documents which have really small pages.
1987
1988 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1989
1990         * shell/main.c: (main):
1991
1992         Fixes program description translation issue.
1993         Bug #450148.
1994
1995 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1996
1997         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1998
1999         Do not change current page when returning from black/white mode
2000         in presentation. Fixes bug #415032.
2001
2002 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2003
2004         * NEWS:
2005         * configure.ac:
2006         
2007         Update for release 0.9.1
2008
2009 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
2010
2011         * backend/dvi/dvi-document.c:
2012         (dvi_document_finalize),
2013         (dvi_document_file_exporter_format_supported),
2014         (dvi_document_file_exporter_begin),
2015         (dvi_document_file_exporter_do_page),
2016         (dvi_document_file_exporter_end),
2017         (dvi_document_file_exporter_iface_init), (dvi_document_init):
2018         
2019         PDF exporter for dvi documents. Fixes bug #441319.
2020
2021 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2022
2023         * shell/ev-window.c: (ev_window_clear_print_job):
2024
2025         Clear gtk print job when job has finished. Fixes bug #447612.
2026
2027 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2028
2029         * shell/ev-window.c: (ev_window_print_send),
2030         (ev_window_print_dialog_response_cb), (ev_window_print_range):
2031
2032         Add preview button to print dialog. Fixes bug #445419.
2033
2034 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
2035
2036         * backend/dvi/Makefile.am:
2037         * backend/dvi/pixbuf-device.[ch]: Removed
2038         * backend/dvi/cairo-device.[ch]: Added
2039         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
2040         * backend/dvi/dvi-document.c: (dvi_document_load),
2041         (dvi_document_render), (dvi_document_finalize),
2042         (dvi_document_thumbnails_get_thumbnail), (parse_color),
2043         (dvi_document_do_color_special):
2044         * libdocument/ev-document-misc.[ch]:
2045         (ev_document_misc_pixbuf_from_surface):
2046
2047         Port dvi backend to cairo and fix a problem with colors. 
2048
2049 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2050
2051         * shell/ev-view.c: (draw_one_page):
2052
2053         Draw only visible region.
2054
2055 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2056
2057         * backend/djvu/djvu-document.c: (djvu_document_render):
2058
2059         Fix rotation in djvu backend.
2060
2061 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * shell/ev-pixbuf-cache.c: (job_finished_cb),
2064         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
2065         (ev_pixbuf_cache_get_image_mapping),
2066         (ev_pixbuf_cache_get_text_mapping):
2067
2068         Redraw view every time we have a new surface. Fixes bug #443587.
2069
2070 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2071
2072         * libdocument/ev-document.c: (ev_document_info_free):
2073
2074         Fix memory leaks.
2075
2076 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2077
2078         * backend/dvi/dvi-document.c: (dvi_document_render),
2079         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
2080         * backend/impress/impress-document.c:
2081         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
2082         (impress_document_render), (impress_document_document_iface_init),
2083         (impress_document_thumbnails_get_thumbnail):
2084         * backend/djvu/djvu-document-private.h:
2085         * backend/djvu/djvu-document.c: (djvu_document_render),
2086         (djvu_document_finalize), (djvu_document_document_iface_init),
2087         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
2088         * backend/tiff/tiff-document.c: (tiff_document_render),
2089         (tiff_document_render_pixbuf),
2090         (tiff_document_document_iface_init):
2091         * backend/pdf/ev-poppler.cc: (pdf_document_render),
2092         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
2093         (pdf_selection_render_selection):
2094         * backend/comics/comics-document.c:
2095         (comics_document_render_pixbuf), (comics_document_render),
2096         (comics_document_document_iface_init):
2097         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
2098         (pixbuf_document_document_iface_init):
2099         * libdocument/ev-document-misc.[ch]:
2100         (ev_document_misc_surface_from_pixbuf),
2101         (ev_document_misc_surface_rotate_and_scale):
2102         * libdocument/ev-document.[ch]: (ev_document_render):
2103         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
2104         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
2105         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
2106         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
2107         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
2108         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
2109         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
2110         (render_finished_cb), (ev_job_render_run):
2111         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
2112         (merge_selection_region):
2113
2114         Use cairo image surfaces instead of GDK pixbufs for drawing pages
2115         and selections.
2116
2117 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2118
2119         * shell/ev-window-title.c: (ev_window_title_update):
2120
2121         Fix memory leak.
2122
2123 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * shell/ev-view.c: (draw_loading_text):
2126
2127         Show loading text centered. Fixes bug #433061
2128
2129 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2130
2131         * shell/ev-sidebar-thumbnails.c:
2132         (ev_sidebar_thumbnails_set_loading_icon):
2133
2134         Remove a mutex in the main thread that blocks the UI in heavy
2135         documents.
2136
2137 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2138
2139         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
2140
2141         Set points_set to TRUE so that selections don't disappear after a
2142         zoom change.
2143
2144 2007-06-07  Michael Monreal  <infernux@web.de>
2145
2146         * data/icons/16x16/actions/Makefile.am:
2147         * data/icons/16x16/actions/zoom.svg:
2148         * data/icons/22x22/actions/Makefile.am:
2149         * data/icons/22x22/actions/zoom.svg:
2150         * data/icons/24x24/actions/Makefile.am:
2151         * shell/ev-stock-icons.c:
2152         * shell/ev-stock-icons.h:
2153         * shell/ev-window.c:
2154         
2155         Zoom icon artwork. See bug #444795.
2156
2157 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2158
2159         * shell/ev-metadata-manager.c: Remove extraneous function
2160         (Closes: #444386)
2161
2162 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2163
2164         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2165         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2166         (ev_metadata_manager_set), (ev_metadata_manager_save):
2167         Simplify the timeout, no need for modified anymore
2168
2169 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2170
2171         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2172         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2173         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2174         (ev_metadata_manager_save): Adapted patch from Arjan van de
2175         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2176         time, saves on power (Closes: #443851)
2177
2178 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2179
2180         * configure.ac:
2181         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2182         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2183
2184         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2185
2186 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2187
2188         * shell/ev-window.c: (ev_window_add_history):
2189
2190         Check if history is NULL
2191
2192 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2193
2194         * libdocument/ev-image.c: (ev_image_finalize):
2195         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2196         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2197         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2198         (ev_tmp_uri_unlink):
2199
2200         Add functions to delete temporary files created by evince in a safe
2201         way.
2202
2203         * shell/ev-window.c: (ev_window_clear_local_uri),
2204         (open_xfer_update_progress_callback),
2205         (save_xfer_update_progress_callback), (ev_window_save_remote),
2206         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2207         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2208         (attachment_save_dialog_response_cb),
2209         (ev_attachment_popup_cmd_save_attachment_as):
2210
2211         Allow saving a copy of a document, image or attachment to a remote
2212         location. Fixes bug #440754. 
2213
2214 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2215
2216         * configure.ac:
2217         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2218
2219         Fix build with current poppler from cvs head. 
2220
2221 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2222
2223         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2224
2225         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2226         directory exists.
2227
2228 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2229
2230         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2231         * shell/ev-window.c:
2232
2233         Change sidebar ordering. Fixes bug #439939.
2234
2235 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2236
2237         * backend/comics/Makefile.am:
2238         
2239         Fixes build with --without-libgnome.
2240
2241 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2242         
2243         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2244
2245         Update cursor and tooltip on page change and view scroll. Fixes bug
2246         #439217.
2247
2248 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2249
2250         * NEWS:
2251         * configure.ac:
2252         
2253         Update for release 0.9.0
2254
2255 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2256
2257         * backend/djvu/djvu-document-private.h:
2258         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2259         (djvu_document_finalize),
2260         (djvu_document_file_exporter_format_supported),
2261         (djvu_document_file_exporter_begin),
2262         (djvu_document_file_exporter_do_page),
2263         (djvu_document_file_exporter_end),
2264         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2265         
2266         Implemented printing with djvu. Bug #437998.
2267
2268 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2269
2270         * backend/impress/zip.c:
2271         Add missing ulong definition.
2272
2273         * backend/ps/ps-interpreter.c:
2274         Add missing headers.
2275
2276         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2277
2278 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2281
2282         Add missing call to parent class dispose method. 
2283
2284 2007-05-12  Ross Burton  <ross@openedhand.com>
2285
2286         * shell/main.c:
2287         Sync keybindings manually when building without libgnome
2288         (#437925).
2289
2290 2007-05-12  Ross Burton  <ross@openedhand.com>
2291
2292         * shell/ev-window.c:
2293         Respect the screen when opening help (#437866).
2294
2295 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2296
2297         * data/evince-ui.xml:
2298         * shell/ev-application.[ch]: (get_print_settings_from_args),
2299         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2300         (ev_application_open_uri_list):
2301         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2302         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2303         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2304         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2305         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2306         (ev_window_dispose):
2307         * shell/main.c: (arguments_parse):
2308
2309         Add print button in preview mode. Fixes bug #396475. 
2310
2311 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2312
2313         * cut-n-paste/zoom-control/ephy-zoom.h:
2314         
2315         Fixes zoom level factors. See bug #408119 for details.
2316
2317 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2318
2319         * backend/comics/comics-document.c: (comics_regex_quote),
2320         (extract_argv):
2321         
2322         Correctly quote symbols. Fixes crash in the bug
2323         #415370.
2324
2325 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2326
2327         * shell/ev-navigation-action-widget.c:
2328         (ev_navigation_action_widget_init),
2329         (ev_navigation_action_widget_class_init),
2330         (ev_navigation_action_widget_button_press_event):
2331         
2332         Connect to button-press event on correct widget. Fixes
2333         bug #431988
2334
2335 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2336
2337         * shell/ev-application.c: (ev_application_open_window),
2338         (ev_application_add_icon_path_for_screen),
2339         (ev_application_open_uri_at_dest):
2340         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2341         * shell/ev-navigation-action.c: (build_menu):
2342         
2343         Add app-specific icons to our icon theme. Fixes bug
2344         #425508.
2345
2346 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2347
2348         * shell/ev-history.c: (ev_history_class_init),
2349         (ev_history_add_link):
2350         * shell/ev-history.h:
2351         * shell/ev-navigation-action.c:
2352         (ev_navigation_action_history_changed),
2353         (ev_navigation_action_set_history), (build_menu),
2354         (ev_navigation_action_finalize):
2355         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2356         
2357         Make navigation action unsensitive instead of showing
2358         menu with unsensitive word. Fixes bug #417392.
2359
2360 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * shell/ev-application.[ch]: (ev_application_shutdown),
2363         (ev_application_get_print_settings),
2364         (ev_application_set_print_settings):
2365         * shell/ev-window.c:
2366
2367         Remember print settings. Fixes bug #349102. 
2368
2369 2007-05-08  Christian Persch  <chpe@gnome.org>
2370
2371         * configure.ac:
2372         * properties/ev-properties-view.c:
2373
2374         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2375         Bug #382438.
2376
2377 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * configure.ac:
2380         * properties/ev-properties-view.c: (ev_regular_paper_size):
2381
2382         Use gtk+ builtin paper list to identify the document's paper size.
2383         Fixes bug #382438. 
2384
2385 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * configure.ac:
2388
2389         Fix build when compiling with thumbnailer and libgnome support. 
2390
2391 2007-05-04  Ross Burton  <ross@openedhand.com>
2392
2393         * configure.ac:
2394         Add --without-libgnome, check for libgnome and libgnomeui
2395         separately, and add them to the symbols as required.
2396
2397         * libdocument/ev-file-helpers.c:
2398         When building without libgnome, use g_get_user_config_dir instead
2399         of gnome_user_dir_get.
2400
2401         * shell/ev-application.c:
2402         When building without libgnome, don't use session management.
2403
2404         * shell/main.c:
2405         When building without libgnome, don't use GnomeProgram or
2406         initialise the authentication manager.
2407
2408         This fixes #328842.
2409
2410 2007-05-04  Ross Burton  <ross@openedhand.com>
2411
2412         * shell/ev-window.c:
2413         Don't use libgnome to open help, instead call Yelp directly.
2414
2415 2007-05-04  Ross Burton  <ross@openedhand.com>
2416
2417         * shell/ev-sidebar-attachments.c:
2418         Don't use libgnome to lookup icons for MIME types, instead copy
2419         code from GTK+ to do it manually.
2420
2421 2007-05-04  Ross Burton  <ross@openedhand.com>
2422
2423         * configure.ac:
2424         Add libxml to the dependencies for SHELL_CORE (#435818).
2425
2426 2007-05-02  Ross Burton  <ross@openedhand.com>
2427
2428         * configure.ac:
2429         * Makefile.am:
2430         Add --disable-thumbnailer (#434825)
2431
2432 2007-05-02  Ross Burton  <ross@openedhand.com>
2433
2434         * shell/ev-window.c:
2435         Add missing includes, fix indentation.
2436
2437         * shell/main.c:
2438         Fix indentation.
2439
2440 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2441
2442         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2443         ev_application_open_uri_at_dest instead of ev_application_open_uri
2444         preventing new document always being opened in a new window even if there
2445         is an empty window.
2446
2447 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2448
2449         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2450         (egg_recent_view_uimanager_finalize):
2451         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2452         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2453         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2454         (ev_pixbuf_cache_dispose):
2455         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2456         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2457         
2458         Add missing chain to parent class methods. Fixes
2459         bug #433128.
2460
2461 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2462
2463         * data/Makefile.am (update-icon-cache): Updates
2464         gtk-update-icon-cache in uninstall-hook.
2465
2466 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2467
2468         * shell/ev-window.c: (ev_window_setup_document),
2469         (ev_window_set_document), (ev_window_load_job_cb):
2470         * shell/ev-view.c: (setup_caches):
2471         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2472
2473         Start rendering pages before any other jobs. 
2474
2475 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2476
2477         * shell/ev-window.c: (ev_window_stop_fullscreen),
2478         (ev_window_stop_presentation):
2479
2480         Update chrome visibility before window unfullscreen. 
2481
2482 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2483
2484         * data/Makefile.am:
2485         * data/evince-ui.xml:
2486         * shell/ev-stock-icons.[ch]:
2487         * shell/ev-application.[ch]: (ev_application_shutdown),
2488         (ev_application_init), (ev_application_get_toolbars_model):
2489         * shell/ev-window.c: (update_chrome_visibility),
2490         (fullscreen_toolbar_setup_item_properties),
2491         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2492         (ev_window_run_presentation), (ev_window_stop_presentation),
2493         (ev_window_run_preview), (ev_window_screen_changed),
2494         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2495         (ev_window_dispose), (ev_window_init):
2496
2497         Make fullscreen toolbar always visible. Do not use egg toolbars for
2498         fullscreen and preview modes since such toolbars are not editables.
2499         Fixes bugs #300278, #338910 and #316188.  
2500
2501 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2502
2503         * shell/ev-application.c:
2504         * shell/ev-job-queue.c:
2505         * shell/ev-metadata-manager.c:
2506         * shell/ev-stock-icons.c:
2507         * shell/ev-window.c:
2508         * shell/main.c:
2509         
2510         Developers documentation updated.
2511
2512 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2513
2514         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2515
2516         Check whether uri is valid before launching it. Fixes bug #427664.
2517
2518 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * shell/ev-window.c:
2521
2522         Change key accelerator for Open a Copy menu entry which is in conflict
2523         with Close. Fixes bug #427321.
2524
2525 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2526
2527         * NEWS:
2528         * configure.ac:
2529         
2530         Update for release 0.8.1
2531
2532 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2533
2534         * shell/ev-window.c: (setup_size_from_metadata):
2535         
2536         Do not make window bigger than screen. Fixes bug 
2537         #388985.
2538
2539 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2540
2541         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2542         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2543
2544         Use default resolution when it's not provided by document. Fixes bug
2545         #408762.
2546
2547 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2548
2549         * configure.ac:
2550         * thumbnailer/Makefile.am:
2551         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2552         * thumbnailer/evince-thumbnailer.schemas.in:
2553         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2554
2555         Add support for ps, eps and compressed documents thumbnails. Do not
2556         ignore size parameter. 
2557
2558 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2559
2560         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2561         (dvi_document_do_color_special):
2562         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2563
2564         Implement font color specials in the DVI backend. Fixes bug #303651.
2565
2566 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2567
2568         Fixup the previous commit:
2569
2570         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2571         * shell/xdg-user-dir-lookup.c: Make the function non-static
2572         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2573
2574 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2575
2576         * shell/ev-window.c (file_open_dialog_response_cb): Use
2577         the xdg-user-dirs DOCUMENTS folder as default folder when
2578         opening a file chooser.  (#424858)
2579
2580         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2581         xdg-user-dirs.
2582
2583 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * shell/ev-window.c: (ev_window_load_job_cb):
2586
2587         Do not setup view from metadata on preview mode. 
2588
2589 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * shell/main.c:
2592
2593         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2594
2595 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2596
2597         * shell/ev-view.c: (ev_view_primary_get_cb):
2598
2599         Check pointer != NULL before using it. Fixes bug #416841. 
2600
2601 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2602
2603         * NEWS:
2604         * configure.ac:
2605         
2606         Release 0.8.0
2607
2608 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2611
2612         Do not render thumbnails when sidebar thumbnail page is not visible
2613         at startup. Fixes bug #416447. 
2614
2615 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2616
2617         * data/evince.desktop.in.in:
2618
2619         "Application" is not a valid category in the freedesktop specification.
2620
2621 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2622
2623         * libdocument/ev-file-helpers.[ch]: (compression_run),
2624         (ev_file_uncompress), (ev_file_compress):
2625         * shell/ev-window.c: (file_save_dialog_response_cb):
2626
2627         Save document compressed when saving a copy of a compressed document.
2628         Fixes bug #334542.
2629
2630 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2631
2632         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2633
2634         Allow deleting in goto window entry in presentation mode. 
2635
2636 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2637
2638         * Makefile.am: Dist MAINTAINERS.
2639
2640 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * shell/ev-window.c: (ev_window_update_actions):
2643
2644         Fix zoom shortcut keys when searching. Fixes bug #409828.
2645
2646 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2647
2648         * shell/ev-window.c: (ev_window_setup_document):
2649
2650         Fix crash when loading documents with only one page. 
2651
2652 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2653
2654         * backend/dvi/dvi-document.c:
2655         (dvi_document_thumbnails_get_dimensions),
2656         (dvi_document_thumbnails_get_thumbnail):
2657         * backend/impress/impress-document.c:
2658         (impress_document_thumbnails_get_thumbnail),
2659         (impress_document_thumbnails_get_dimensions):
2660         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2661         (ps_document_thumbnails_get_dimensions):
2662         * backend/djvu/djvu-document.c:
2663         (djvu_document_thumbnails_get_dimensions),
2664         (djvu_document_thumbnails_get_thumbnail):
2665         * backend/tiff/tiff-document.c:
2666         (tiff_document_thumbnails_get_thumbnail),
2667         (tiff_document_thumbnails_get_dimensions):
2668         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2669         (pdf_document_thumbnails_get_thumbnail),
2670         (pdf_document_thumbnails_get_dimensions):
2671         * backend/comics/comics-document.c:
2672         (comics_document_thumbnails_get_thumbnail),
2673         (comics_document_thumbnails_get_dimensions):
2674         * backend/pixbuf/pixbuf-document.c:
2675         (pixbuf_document_thumbnails_get_thumbnail),
2676         (pixbuf_document_thumbnails_get_dimensions):
2677         * libdocument/ev-document-thumbnails.[ch]:
2678         (ev_document_thumbnails_get_thumbnail),
2679         (ev_document_thumbnails_get_dimensions):
2680         * libdocument/ev-document-misc.[ch]:
2681         (ev_document_misc_get_thumbnail_frame):
2682         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2683         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2684         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2685         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2686         (ev_sidebar_thumbnails_refresh):
2687         * shell/ev-window.c: (ev_window_setup_document):
2688         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2689
2690         Use an EvRenderContext for rendering thumbnails instead of a suggested
2691         width, so that different sized pages get sized proportionally.
2692
2693 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2694
2695         * shell/ev-view.c: (ev_view_button_press_event),
2696         (ev_view_key_press_event):
2697
2698         Fix critical warnings when there is no document loaded. 
2699
2700 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * shell/ev-page-action-widget.c:
2703         * shell/ev-navigation-action.c:
2704         * shell/ev-window.c:
2705
2706         Fix compile warnings. 
2707
2708 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2709
2710         * backend/djvu/djvu-text.h:
2711         * backend/djvu/djvu-document.c:
2712         * backend/djvu/djvu-text-page.c:
2713         * backend/djvu/djvu-links.c:
2714         * backend/djvu/djvu-text-page.h:
2715         * backend/djvu/djvu-text.c:
2716         
2717         Fix build on Mac. Fixes bug #392186. Patch by
2718         <ephraim_owns@hotmail.com>
2719
2720 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2721
2722         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2723
2724         Restore cairo context before rendering every page when printing a PDF
2725         document into a PDF file. 
2726
2727 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * backend/ps/gstypes.h:
2730         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2731         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2732         (ps_document_thumbnails_get_thumbnail):
2733
2734         Handle PostScript page orientation. Fixes bug #318568.
2735
2736 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2737
2738         * backend/ps/Makefile.am:
2739         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2740         (document_load), (ps_document_load), (save_document),
2741         (save_page_list), (ps_document_get_n_pages),
2742         (ps_document_get_page_size), (ps_document_get_info),
2743         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2744         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2745         (ps_document_thumbnails_get_thumbnail),
2746         (ps_document_thumbnails_get_dimensions),
2747         (ps_document_document_thumbnails_iface_init):
2748         * backend/ps/ps.[ch]: (psgetpagebox):
2749         * backend/ps/ps-interpreter.[ch]:
2750
2751         Add support for thumbnails in ps backend. Fixes bug #164755. 
2752
2753 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2754
2755         * NEWS:
2756         * configure.ac:
2757         
2758         Release 0.7.2
2759
2760 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2761
2762         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2763         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2764         (ev_window_dispose):
2765
2766         Use document thumbnail as window icon. Fixes bug #384442.
2767
2768 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2769
2770         * configure.ac:
2771
2772         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2773         duplicated adding application/x-bzpostscript instead. 
2774
2775 2007-02-11  Tom Parker  <palfrey@tevp.net>
2776
2777         * backend/ps/ps-document.c: (document_load):
2778
2779         Check return value of psscan before trying
2780         to use it. Fixes bug #372414.
2781
2782 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2783
2784         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2785
2786         Fix invalid free in ev-page-cache. Fixes bug #404745.
2787
2788 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2789
2790         * test/Makefile.am:
2791         * test/test3.py:
2792         
2793         Added reload test case.
2794
2795 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * po/POTFILES.in:
2798         * backend/djvu/djvu-document.c: (djvu_document_load):
2799
2800         Check whether there are missing files in indirect multipage djvu
2801         documents. Fixes bug #361683. 
2802
2803 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2804
2805         * test/Makefile.am:
2806         * test/test-mime.bin:
2807         * test/test3.py:
2808         
2809         Added test for slow mime type
2810
2811 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2812
2813         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2814
2815         Add some checks and call parent_class->finalize. Fixes bug #404745.
2816
2817 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2818
2819         * shell/ev-navigation-action.c: (connect_proxy):
2820         
2821         Fixes dropdown history menu. Thanks a lot Carlos!
2822
2823 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2824
2825         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2826
2827         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2828         bug #373715.
2829
2830 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2831
2832         * backend/ps/ps.c: (psscan):
2833
2834         Fix memory leak. 
2835
2836 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2837
2838         * configure.ac:
2839         * libdocument/ev-file-helpers.c: 
2840
2841         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2842
2843 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2844
2845         * configure.ac:
2846         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2847         (ps_interpreter_start), (document_load), (save_document),
2848         (save_page_list):
2849         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2850         * libdocument/ev-document-factory.c:
2851         (ev_document_factory_get_from_mime), (get_document_from_uri),
2852         (free_uncompressed_uri), (ev_document_factory_get_document):
2853         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2854
2855         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2856
2857 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2858
2859         * libdocument/ev-document.h:
2860
2861         Fix typo in function name. 
2862
2863 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2864
2865         * backend/ps/ps-document.c: (ps_interpreter_finished),
2866         (ps_interpreter_start), (ps_interpreter_failed):
2867
2868         Handle ghostscript interpreter crashes. 
2869
2870 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2871
2872         * shell/ev-window.c: (ev_window_open_uri),
2873         (window_configure_event_cb):
2874
2875         Setup window size and position before showing it. Fixes bug #401711.
2876
2877 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2878
2879         * backend/ps/Makefile.am:
2880         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2881         (ps_document_dispose), (ps_document_class_init),
2882         (ps_interpreter_input), (ps_interpreter_output),
2883         (ps_interpreter_error), (setup_interpreter_env),
2884         (ps_interpreter_start), (ps_interpreter_stop),
2885         (ps_interpreter_failed), (ps_interpreter_is_ready),
2886         (check_filecompressed), (document_load), (ps_document_load),
2887         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2888         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2889         (render_page):
2890
2891         Rework ps-document. Code cleanups, remove deprecated code. 
2892
2893 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2894
2895         * shell/ev-view.c: (ev_view_button_press_event):
2896
2897         Do not start an image drag and drop operation when pointer is on 
2898         text, so that we can select text when the whole background is an
2899         image. 
2900
2901 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * shell/ev-window.c: (ev_window_update_actions): 
2904
2905         Disable all zoom related actions during presentation mode. 
2906
2907 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2908
2909         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2910
2911         Do not zoom in or out on presentation mode. Fixes bug #401305.
2912
2913 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2914
2915         * shell/ev-navigation-action.c: (connect_proxy),
2916         (create_menu_item), (ev_navigation_action_class_init):
2917         
2918         Correctly show menu and fix crash when navigaton 
2919         action is out of toolbar visible area.
2920
2921 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2922
2923         * data/Makefile.am:
2924         * data/evince.1:
2925         
2926         Added man file
2927
2928 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2929
2930         * help/reference/* :
2931         * configure.ac:
2932         
2933         Added gtk-doc based documentation for Evince.
2934         Still in initial state but I hope it will
2935         grow.
2936         
2937         * configure.ac:
2938         
2939         Lower dbus requirement to 0.70
2940
2941 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * shell/ev-window.c: (ev_window_add_history):
2944
2945         Fix memory leak. 
2946
2947 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2948
2949         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2950         * shell/ev-view.h:
2951         * shell/ev-window.c: (ev_window_add_history):
2952         
2953         Correctly handle named destination links
2954
2955 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2956
2957         * NOTES:
2958         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2959         * backend/pdf/ev-poppler.cc:
2960         * libdocument/ev-document-links.h:
2961         * libdocument/ev-link.c: (ev_link_get_page):
2962         * libdocument/ev-link.h:
2963         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2964         (ev_history_add_link):
2965         * shell/ev-history.h:
2966         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2967         (new_history_menu_item), (build_menu):
2968         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2969         * shell/ev-sidebar-links.c: (create_loading_model),
2970         (print_section_cb), (ev_sidebar_links_construct),
2971         (fill_page_labels), (update_page_callback_foreach),
2972         (update_page_callback), (job_finished_callback):
2973         * shell/ev-view.c: (ev_view_handle_link):
2974         * shell/ev-window.c: (ev_window_find_chapter),
2975         (ev_window_add_history), (view_handle_link_cb),
2976         (history_changed_cb):
2977         
2978         Implements another history variant
2979
2980 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2981
2982         * shell/ev-window.c: (view_external_link_cb):
2983         * shell/ev-view.c: (ev_view_button_release_event):
2984
2985         Open links in new window when clicking with middle button. 
2986
2987 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * shell/ev-navigation-action.c: (new_history_menu_item):
2990         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2991         * shell/ev-view.c: (ev_view_handle_link):
2992         * shell/ev-window.c:
2993         
2994         Store link before jump, not the destination. For me it 
2995         seems like more natural history behavior.
2996
2997 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2998
2999         * shell/ev-navigation-action.c: (activate_menu_item_cb),
3000         (ev_navigation_action_class_init):
3001         * shell/ev-navigation-action.h:
3002         * shell/ev-page-action.c: (activate_cb):
3003         * shell/ev-page-cache.c: (ev_page_cache_class_init),
3004         (ev_page_cache_set_current_page_history):
3005         * shell/ev-page-cache.h:
3006         * shell/ev-sidebar-thumbnails.c:
3007         (ev_sidebar_tree_selection_changed),
3008         (ev_sidebar_icon_selection_changed), (page_changed_cb):
3009         * shell/ev-view-private.h:
3010         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
3011         * shell/ev-view.h:
3012         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
3013         (ev_window_setup_document), (ev_window_load_job_cb):
3014         * shell/ev-window.h:
3015         
3016         History finally works as expected.
3017
3018 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3019
3020         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
3021
3022         Do not update links treeview if it doesn't have a model assigned yet. 
3023
3024 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
3025
3026         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
3027         (ev_sidebar_links_class_init), (update_page_callback):
3028
3029         Do not update links treeview when sidepane is not visible. 
3030
3031 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3032
3033         * shell/ev-marshal.list:
3034         * shell/ev-page-action.c: (activate_cb),
3035         (ev_page_action_class_init):
3036         * shell/ev-page-action.h:
3037         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
3038         * shell/ev-window.c:
3039         
3040         Remove activate_link signal, not required.
3041
3042 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3043
3044         * shell/ev-navigation-action.c: (build_menu):
3045         
3046         Reorder menu items and build menu with fixed length.
3047
3048 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
3049
3050         * shell/ev-view.c: (get_selected_text):
3051         
3052         Normalize text to fix ligatures problem. See bug
3053         #341947 for details.
3054
3055 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3056
3057         * shell/ev-page-cache.c: (ev_page_cache_finalize):
3058
3059         Fix memory leak in ev-page-cache. 
3060
3061 2007-01-25  Tom Parker <palfrey@tevp.net>
3062
3063         * backend/impress/impress-document.c: (impress_document_load),
3064         (impress_document_finalize), (impress_document_init):
3065         * properties/ev-properties-main.c: (ev_properties_get_pages):
3066         
3067         Correctly handle impress document errors. Fixes nautilus
3068         crash in property page #370491.
3069
3070 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3071
3072         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
3073         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
3074         (ev_job_queue_remove_job):
3075         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
3076         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
3077         (ev_job_load_run):
3078         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
3079         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
3080         (ev_window_load_job_cb), (xfer_update_progress_callback),
3081         (ev_window_open_uri), (ev_window_dispose):
3082         * shell/main.c: (main):
3083
3084         Do file transfer asynchronously in the main thread instead of
3085         synchronously in the load thread. Fixes bugs #399694, #398307 and
3086         #343542.
3087
3088 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3089
3090         * shell/ev-jobs.c: (ev_job_xfer_run):
3091
3092         Load the document with the font-config lock held. 
3093
3094 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3095
3096         * backend/ps/ps-document.c: (start_interpreter):
3097
3098         Fix memory leaks in ps backend. 
3099
3100 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3101
3102         * backend/impress/impress-document.c:
3103         (impress_document_render_pixbuf):
3104
3105         Do not acquire fontconfig lock in impress backend, since it is using
3106         the main loop for rendering. 
3107
3108 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3109
3110         * po/POTFILES.in: 
3111
3112         Remove mdvi files that shouldn't be translated. 
3113
3114 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
3115
3116         * shell/ev-view-private.h:
3117         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
3118         (ev_view_set_zoom):
3119
3120         Render "loading..." text into a cairo surface instead of directly into
3121         the window so that fontconfig lock is only needed once and UI is not
3122         blocked. Change text color to #9B9B9B. Fixes bug #397356.
3123
3124 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
3125
3126         * shell/ev-stock-icons.c: (ev_stock_icons_init):
3127         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3128
3129         Use icon theme associated with the window screen rather than default. 
3130
3131 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3132
3133         * configure.ac:
3134
3135         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
3136
3137 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
3138
3139         * data/icons/*/apps/evince.*:
3140
3141         Move Evince icons under new apps directory.
3142
3143         * data/icons/*/actions/*:
3144
3145         Add new custom themeable Evince icons: view-page-continuous, 
3146         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
3147         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
3148
3149         * configure.ac:
3150
3151         Add new directories to AC_CONFIG_FILES.
3152
3153         * shell/ev-stock-icons.c:
3154         * shell/ev-stock-icons.h:
3155
3156         Use new custom themeable icons.
3157
3158 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3159
3160         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3161
3162         Do not draw white background page in presentation mode. 
3163
3164 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3165
3166         * shell/ev-view.c: Remove unused gnome-vfs include.
3167
3168 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3169
3170         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3171         
3172         Format string is corrected, fixes bug #397129.
3173
3174 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3175
3176         * shell/ev-window.c: (ev_window_setup_recent):
3177
3178         Do not include in recent menu inexistent documents. Fixes
3179         bug #339171.
3180
3181 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3182
3183         * po/POTFILES.skip: 
3184
3185         Update POTFILES.skip file according to current source tree. 
3186
3187 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * shell/ev-window.c: (file_save_dialog_response_cb):
3190
3191         Do Save a copy in atomic way. Fixes bug #328266. 
3192
3193 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3196
3197         Keep selected cell always visible in index treeview.
3198
3199 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3200         
3201         * shell/ev-view.c: (ev_view_size_allocate):
3202
3203         Restore horizontal scrollbar after switching to/from fullscreen
3204         or presentation mode. Fixes bug #331728.
3205
3206 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3207
3208         * shell/ev-view-private.h:
3209         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3210         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3211         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3212         (ev_view_can_zoom_out):
3213
3214         Use max and min scale values in the view iby taking dpi into account. 
3215
3216 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3217
3218         * configure.ac:
3219         * NEWS:
3220
3221         Release 0.7.1
3222
3223 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3224
3225         * shell/ev-window.c: (ev_window_print_send):
3226
3227         Send print job to printer with some settings set to default values,
3228         since we have already exported to a file according to such settings
3229         and they could be taken twice by some printers. 
3230
3231 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * shell/ev-jobs.c: (ev_job_xfer_run):
3234         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3235
3236         Show main window and load document with the font-config lock held. 
3237
3238 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3239
3240         * configure.ac:
3241         * shell/ev-application.c: (ev_application_register_service):
3242         * shell/main.c: (load_files_remote):
3243
3244         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3245
3246 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3247
3248         * doc/debugging.txt:
3249         
3250         Remove obsolete documentation.
3251
3252 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3253
3254         * Makefile.am:
3255         * backend/Makefile.am:
3256         * backend/comics/Makefile.am:
3257         * backend/djvu/Makefile.am:
3258         * backend/dvi/Makefile.am:
3259         * backend/ev-async-renderer.c:
3260         * backend/ev-async-renderer.h:
3261         * backend/ev-attachment.c:
3262         * backend/ev-attachment.h:
3263         * backend/ev-backend-marshal.c:
3264         * backend/ev-document-factory.c:
3265         * backend/ev-document-factory.h:
3266         * backend/ev-document-find.c:
3267         * backend/ev-document-find.h:
3268         * backend/ev-document-fonts.c:
3269         * backend/ev-document-fonts.h:
3270         * backend/ev-document-images.c:
3271         * backend/ev-document-images.h:
3272         * backend/ev-document-info.h:
3273         * backend/ev-document-links.c:
3274         * backend/ev-document-links.h:
3275         * backend/ev-document-misc.c:
3276         * backend/ev-document-misc.h:
3277         * backend/ev-document-security.c:
3278         * backend/ev-document-security.h:
3279         * backend/ev-document-thumbnails.c:
3280         * backend/ev-document-thumbnails.h:
3281         * backend/ev-document-transition.c:
3282         * backend/ev-document-transition.h:
3283         * backend/ev-document.c:
3284         * backend/ev-document.h:
3285         * backend/ev-file-exporter.c:
3286         * backend/ev-file-exporter.h:
3287         * backend/ev-image.c:
3288         * backend/ev-image.h:
3289         * backend/ev-link-action.c:
3290         * backend/ev-link-action.h:
3291         * backend/ev-link-dest.c:
3292         * backend/ev-link-dest.h:
3293         * backend/ev-link.c:
3294         * backend/ev-link.h:
3295         * backend/ev-render-context.c:
3296         * backend/ev-render-context.h:
3297         * backend/ev-selection.c:
3298         * backend/ev-selection.h:
3299         * backend/impress/Makefile.am:
3300         * backend/pdf/Makefile.am:
3301         * backend/pixbuf/Makefile.am:
3302         * backend/ps/Makefile.am:
3303         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3304         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3305         (start_interpreter), (stop_interpreter), (document_load),
3306         (ps_document_next_page), (render_page):
3307         * backend/tiff/Makefile.am:
3308         * comics/Makefile.am:
3309         * comics/comics-document.c:
3310         * comics/comics-document.h:
3311         * configure.ac:
3312         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3313         * djvu/Makefile.am:
3314         * djvu/djvu-document-private.h:
3315         * djvu/djvu-document.c:
3316         * djvu/djvu-document.h:
3317         * djvu/djvu-links.c:
3318         * djvu/djvu-links.h:
3319         * djvu/djvu-text-page.c:
3320         * djvu/djvu-text-page.h:
3321         * djvu/djvu-text.c:
3322         * djvu/djvu-text.h:
3323         * dvi/Makefile.am:
3324         * dvi/dvi-document.c:
3325         * dvi/dvi-document.h:
3326         * dvi/fonts.c:
3327         * dvi/fonts.h:
3328         * dvi/mdvi-lib/Makefile.am:
3329         * dvi/mdvi-lib/afmparse.c:
3330         * dvi/mdvi-lib/afmparse.h:
3331         * dvi/mdvi-lib/bitmap.c:
3332         * dvi/mdvi-lib/bitmap.h:
3333         * dvi/mdvi-lib/color.c:
3334         * dvi/mdvi-lib/color.h:
3335         * dvi/mdvi-lib/common.c:
3336         * dvi/mdvi-lib/common.h:
3337         * dvi/mdvi-lib/defaults.h:
3338         * dvi/mdvi-lib/dvimisc.c:
3339         * dvi/mdvi-lib/dviopcodes.h:
3340         * dvi/mdvi-lib/dviread.c:
3341         * dvi/mdvi-lib/files.c:
3342         * dvi/mdvi-lib/font.c:
3343         * dvi/mdvi-lib/fontmap.c:
3344         * dvi/mdvi-lib/fontmap.h:
3345         * dvi/mdvi-lib/fontsrch.c:
3346         * dvi/mdvi-lib/gf.c:
3347         * dvi/mdvi-lib/hash.c:
3348         * dvi/mdvi-lib/hash.h:
3349         * dvi/mdvi-lib/list.c:
3350         * dvi/mdvi-lib/mdvi.h:
3351         * dvi/mdvi-lib/pagesel.c:
3352         * dvi/mdvi-lib/paper.c:
3353         * dvi/mdvi-lib/paper.h:
3354         * dvi/mdvi-lib/pk.c:
3355         * dvi/mdvi-lib/private.h:
3356         * dvi/mdvi-lib/setup.c:
3357         * dvi/mdvi-lib/sp-epsf.c:
3358         * dvi/mdvi-lib/special.c:
3359         * dvi/mdvi-lib/sysdeps.h:
3360         * dvi/mdvi-lib/t1.c:
3361         * dvi/mdvi-lib/tfm.c:
3362         * dvi/mdvi-lib/tfmfile.c:
3363         * dvi/mdvi-lib/tt.c:
3364         * dvi/mdvi-lib/util.c:
3365         * dvi/mdvi-lib/vf.c:
3366         * dvi/pixbuf-device.c:
3367         * dvi/pixbuf-device.h:
3368         * impress/Makefile.am:
3369         * impress/common.h:
3370         * impress/document.c:
3371         * impress/f_oasis.c:
3372         * impress/f_oo13.c:
3373         * impress/iksemel.c:
3374         * impress/iksemel.h:
3375         * impress/imposter.h:
3376         * impress/impress-document.c:
3377         * impress/impress-document.h:
3378         * impress/internal.h:
3379         * impress/r_back.c:
3380         * impress/r_draw.c:
3381         * impress/r_geometry.c:
3382         * impress/r_gradient.c:
3383         * impress/r_style.c:
3384         * impress/r_text.c:
3385         * impress/render.c:
3386         * impress/render.h:
3387         * impress/zip.c:
3388         * impress/zip.h:
3389         * lib/Makefile.am:
3390         * lib/ev-debug.c:
3391         * lib/ev-debug.h:
3392         * lib/ev-file-helpers.c:
3393         * lib/ev-file-helpers.h:
3394         * lib/ev-gui.c:
3395         * lib/ev-gui.h:
3396         * lib/ev-tooltip.c:
3397         * lib/ev-tooltip.h:
3398         * libdocument/Makefile.am:
3399         * libdocument/ev-file-helpers.c:
3400         * pdf/Makefile.am:
3401         * pdf/ev-poppler.cc:
3402         * pdf/ev-poppler.h:
3403         * pixbuf/Makefile.am:
3404         * pixbuf/pixbuf-document.c:
3405         * pixbuf/pixbuf-document.h:
3406         * properties/Makefile.am:
3407         * ps/Makefile.am:
3408         * ps/gsdefaults.c:
3409         * ps/gsdefaults.h:
3410         * ps/gsio.c:
3411         * ps/gsio.h:
3412         * ps/gstypes.h:
3413         * ps/ps-document.c:
3414         * ps/ps-document.h:
3415         * ps/ps.c:
3416         * ps/ps.h:
3417         * shell/Makefile.am:
3418         * shell/ev-application.h:
3419         * shell/ev-sidebar-links.c:
3420         * shell/ev-sidebar-links.h:
3421         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3422         (ev_gui_menu_position_tree_selection):
3423         * shell/ev-utils.h:
3424         * shell/ev-view.c: (ev_view_finalize):
3425         * shell/ev-window.c:
3426         * shell/main.c: (main):
3427         * thumbnailer/Makefile.am:
3428         * tiff/Makefile.am:
3429         * tiff/tiff-document.c:
3430         * tiff/tiff-document.h:
3431         * tiff/tiff2ps.c:
3432         * tiff/tiff2ps.h:
3433         
3434         Reorganize source tree.
3435
3436 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3437
3438         * backend/ev-document-factory.c:
3439
3440         Do not include ev-poppler.h when pdf is disabled. 
3441
3442 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3443
3444         * configure.ac:
3445         * data/evince-ui.xml:
3446         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3447         (pdf_document_document_images_iface_init):
3448         * backend/Makefile.am:
3449         * backend/ev-document-images.[ch]:
3450         * backend/ev-image.[ch]:
3451         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3452         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3453         (ev_job_xfer_run):
3454         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3455         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3456         (ev_pixbuf_cache_get_image_mapping):
3457         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3458         (view_menu_popup_cb), (ev_window_dispose),
3459         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3460         (ev_view_popup_cmd_copy_image):
3461         * shell/ev-view-private.h:
3462         * shell/ev-view.c: (ev_view_get_image_at_location),
3463         (ev_view_do_popup_menu), (ev_view_popup_menu),
3464         (ev_view_button_press_event), (ev_view_drag_data_get),
3465         (ev_view_drag_motion), (ev_view_drag_data_received),
3466         (ev_view_motion_notify_event), (ev_view_button_release_event),
3467         (ev_view_finalize), (ev_view_class_init):
3468
3469         Add image handling support. Fixes bugs #310008 and #325047. Images
3470         selection is not supported yet. 
3471
3472 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3475         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3476         (ev_view_init):
3477
3478         Move view drag and drop stuff to ev-view.
3479
3480 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3483         * shell/ev-view.c: (clear_selection): 
3484
3485         Clear selection also in pixbuf cache.
3486
3487 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3488
3489         * data/evince.desktop.in.in:
3490         
3491         Change icon name in desktop file. See bug #390734
3492         for details.
3493
3494 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3495
3496         * thumbnailer/Makefile.am:
3497
3498         Use top_builddir instead top_srcdir for generated schema
3499         file installation. Fixes bug #390161.
3500
3501 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * configure.ac:
3504         * backend/Makefile.am:
3505         * backend/ev-document-transition.[ch]:
3506         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3507         (pdf_document_page_transition_iface_init):
3508         * shell/ev-view-private.h:
3509         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3510         (ev_view_set_presentation), (transition_next_page),
3511         (ev_view_presentation_transition_stop),
3512         (ev_view_presentation_transition_start), (ev_view_next_page):
3513
3514         Add page transition support in presentation mode. At the moment only
3515         page duration is supported, but not transition effects. Fixes bug
3516         #309815.
3517
3518 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3519
3520         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3521
3522         Run find_link_dest with document lock held, since it's called by links
3523         thread and main thread at the same time. 
3524
3525 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3526
3527         * shell/ev-view.c: (goto_dest):
3528
3529         Update page-cache when page is changed by the view, so that
3530         page-changed signal is emitted. 
3531
3532 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * test/test1.py:
3535         * test/test2.py:
3536
3537         Use C locale in tests. 
3538
3539 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * shell/ev-window.c: (ev_window_run_presentation):
3542         * shell/ev-view-private.h:
3543         * shell/ev-view.c: (ev_view_set_presentation):
3544
3545         Restore zoom settings when back from presentation mode. 
3546
3547 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3548
3549         * shell/ev-window.c: (ev_window_run_presentation):
3550
3551         Always use "best fit" zoom in presentation mode.
3552         Fixes bug #389195.
3553
3554 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3555
3556         * shell/ev-view.c: (ev_view_goto_window_create):
3557
3558         Show "Jump to page" label in the page jumping popup in
3559         presentation mode instead of just a GtkEntry.
3560
3561 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * shell/ev-window.c: (launch_external_uri):
3564
3565         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3566         #378085.
3567
3568 2006-12-22  Elijah Newren  <newren gmail com>
3569
3570         * configure.ac: explicitly check for libxml2.  Fixes #388795
3571
3572 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * shell/ev-view-private.h:
3575         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3576         (ev_view_goto_window_delete_event), (key_is_numeric),
3577         (ev_view_goto_window_key_press_event),
3578         (ev_view_goto_window_button_press_event),
3579         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3580         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3581         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3582
3583         Allow jumping to another page by typing a page number in presentation
3584         mode. It uses a popup window with an entry. Fixes bug #353625.
3585
3586 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3587
3588         * configure.ac:
3589         * properties/ev-properties-view.c: (ev_get_default_user_units),
3590         (ev_regular_paper_size):
3591         
3592         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3593         to Damien Carbery <damien.carbery@sun.com> and
3594         Yevgen Muntyan <muntyan@tamu.edu>.
3595
3596 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3597
3598         * shell/ev-window.c: (setup_document_from_metadata):
3599
3600         Make sure Evince doesn't restore the view on the last
3601         page when a document is reopened. Fixes bug #383381.
3602
3603 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3604
3605         * shell/ev-view.c: (draw_loading_text):
3606
3607         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3608
3609 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3610
3611         * configure.ac:
3612         * NEWS:
3613
3614         Release 0.7.0
3615
3616 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * configure.ac:
3619         * pdf/ev-poppler.cc: (pdf_print_context_free),
3620         (pdf_document_file_exporter_begin),
3621         (pdf_document_file_exporter_do_page):
3622
3623         Make cairo-pdf depedency optional. 
3624
3625 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3626
3627         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3628
3629         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3630
3631 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3632
3633         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3634         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3635         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3636         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3637         * shell/ev-view.c: (draw_loading_text):
3638         * shell/ev-window.c: (ev_window_cmd_file_properties):
3639
3640         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3641         related to using FontConfig from different threads.
3642         
3643 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3644
3645         * shell/ev-view.c: (draw_loading_text):
3646
3647         Acquire lock document when drawing "Loading..." text so that only one
3648         thread will use FontConfig at the same time. Fixes bug #374750.
3649
3650 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3651
3652         * shell/ev-page-action.[ch]: (activate_cb):
3653         * shell/ev-window.c: (activate_label_cb):
3654
3655         Check if text inserted in page entry is a valid page number when it
3656         doesn't match to any document page label. Fixes bug #383165.
3657
3658 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3659         * shell/ev-window.c:
3660
3661         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3662         available with GTK < 2.10. Added an ifdef to avoid compilation
3663         error.
3664
3665 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * configure.ac:
3668         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3669
3670         Fix ps backend in multihead systems.
3671
3672 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3675         * shell/ev-window.c: (ev_window_get_screen_dpi),
3676         (ev_window_update_actions), (setup_view_from_metadata),
3677         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3678
3679         Take screen DPI into account when zooming. Fixes bug #318285.
3680
3681 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3682
3683         * data/Makefile.am:
3684
3685         Cleaned up/slightly refactored Makefile.am. Added GConf
3686         schemas uninstallation as well.
3687
3688 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3689
3690         * Makefile.am:
3691         * test/Makefile.am:
3692
3693         Fight with autotools to fix make check. Make distcheck
3694         works fine as well now!
3695
3696 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3697
3698         * shell/ev-view.c: (draw_end_presentation_page):
3699
3700         Corrected "end of presentation" string.
3701
3702 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3703
3704         * shell/ev-view.c: (ev_view_key_press_event):
3705
3706         Correctly propagate key press event so that up/down keys
3707         work as expected (correct behaviour was broken by
3708         black/white screen key bindings for presentations).
3709
3710 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3711
3712         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3713         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3714         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3715         (pdf_selection_get_selection_region),
3716         (pdf_selection_get_selection_map):
3717
3718         Add "static" to some private functions. 
3719
3720 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3721
3722         * lib/ev-tooltip.h:
3723         * properties/ev-properties-view.h:
3724         * shell/ev-jobs.h:
3725         * shell/ev-properties-dialog.h:
3726         * shell/ev-properties-fonts.h:
3727         * shell/ev-sidebar-links.h:
3728         * shell/ev-sidebar-thumbnails.h:
3729         * shell/ev-sidebar.h:
3730         * shell/ev-window.h:
3731         
3732         Fixes CHACK type in class casts. See bug #385343
3733         for details.
3734
3735 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * shell/ev-view-private.h:
3738         * shell/ev-view.c: (draw_end_presentation_page),
3739         (ev_view_expose_event), (ev_view_key_press_event),
3740         (ev_view_class_init), (ev_view_init):
3741
3742         Blank screen in presentation mode when pressing 'b' (filling with
3743         black) or 'w' (filling with white) keys. Fixes bug #358132.
3744
3745 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3746
3747         * data/evince-toolbar.xml:
3748         * shell/ev-window.c:
3749         
3750         Use stock icon for Select All action. Fixes
3751         bug #382652.
3752
3753 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3754
3755         * shell/ev-view.c: (get_doc_point_from_offset),
3756         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3757
3758         Add links support in rotated documents. Fixes bug #343733.
3759
3760 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * shell/ev-view-private.h:
3763         * shell/ev-view.c: (draw_end_presentation_page),
3764         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3765
3766         Show a blank page after the last page in presentation mode with a
3767         message indicating that presentation has finished and how to exit. 
3768
3769 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3770
3771         * shell/ev-window.c: (fullscreen_timeout_cb):
3772
3773         Hide cursor after a while in presentation mode. 
3774
3775 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3776
3777         * backend/ev-document-info.h:
3778         * data/evince-properties.glade:
3779         * pdf/ev-poppler.cc:
3780         * properties/ev-properties-view.c: (ev_regular_paper_size),
3781         (ev_properties_view_set_info):
3782         * ps/ps-document.c: (ps_document_get_info):
3783
3784         Adds a paper size field to the properties dialog. Fixes
3785         bug #307315. Patch by Kasper Svendsen (with some i18n
3786         changes done by me).
3787
3788 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3789
3790         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3791         (screensaver_init_dbus), (totem_scrsaver_new),
3792         (totem_scrsaver_init):
3793         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3794         * shell/ev-application.c: (ev_application_register_service),
3795         (ev_application_screensaver_enable),
3796         (ev_application_screensaver_disable):
3797         * shell/ev-application.h:
3798         * shell/ev-window.c: (ev_window_run_presentation),
3799         (ev_window_stop_presentation), (build_comments_string),
3800         (ev_window_init):
3801         
3802         Move screensaver handling to application. No more
3803         message on startup.
3804
3805 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3806
3807         * configure.ac:
3808         * backend/Makefile.am:
3809         * backend/ev-file-exporter.[ch]:
3810         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3811         * ps/ps-document.c: (ps_document_file_exporter_*):
3812         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3813         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3814         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3815         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3816
3817         Allow printing to PDF when suppoted by the backend.
3818         
3819 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3820
3821         * shell/ev-window.c: (build_comments_string):
3822
3823         Use always "Document Viewer" in about dialog. 
3824
3825 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3826
3827         * djvu/djvu-document.c: (djvu_document_get_page_size):
3828
3829         Display a warning message when get_pageinfo fails. 
3830
3831 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3832
3833         * Makefile.am:
3834         * backend/Makefile.am:
3835         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3836         * configure.ac:
3837         * shell/ev-window.c: (build_comments_string):
3838         
3839         Make pdf compilation optional. See bug #38007.
3840
3841 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3842
3843         * ps/ps.c: (get_next_text):
3844
3845         Fix CVE-2006-5864.
3846
3847 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3848
3849         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3850         * shell/ev-navigation-action.c: (connect_proxy),
3851         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3852         
3853         Do not call g_type_class_peek_parent twice.
3854
3855 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3856
3857         * configure.ac:
3858         * data/icons/24x24/.cvsignore:
3859         * data/icons/24x24/Makefile.am:
3860         * data/icons/24x24/evince.png:
3861         * data/icons/Makefile.am:
3862         
3863         Add 24x24 icon. Thanks to 
3864         Michael Monreal <infernux@web.de>.
3865
3866 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3867
3868         * configure.ac: Fix typo in configure.ac. Thanks
3869         to dmacks@netspace.org for notification.
3870
3871 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3872
3873         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3874         
3875         Drop dbus include, fixes compilation with older dbus.
3876
3877 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3878
3879         * configure.ac:
3880         * cut-n-paste/Makefile.am:
3881         * cut-n-paste/totem-screensaver/.cvsignore
3882         * cut-n-paste/totem-screensaver/Makefile.am:
3883         * cut-n-paste/totem-screensaver/README:
3884         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3885         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3886         * shell/Makefile.am:
3887         * shell/ev-window.c: (ev_window_run_presentation),
3888         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3889         (ev_window_init):
3890
3891         Implemented screensaver enabling/disabling for
3892         presentation mode (not fullscreen mode). Code stolen
3893         from Totem (with some minor tweaks). Fixes bug #338889.
3894
3895 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3896
3897         * configure.ac:
3898
3899         Bump gnome-icon-theme requirements. We use the rotation
3900         icons that appeared recently.
3901
3902 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3903
3904         * shell/ev-history.c: (ev_history_add_page):
3905         * shell/ev-history.h:
3906         * shell/ev-window.c: (page_changed_cb):
3907         
3908         Use page labels instead of numbers.
3909
3910 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3911
3912         * data/evince-toolbar.xml:
3913         * po/POTFILES.in:
3914         * shell/Makefile.am:
3915         * shell/ev-navigation-action-widget.c:
3916         (ev_navigation_action_widget_init),
3917         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3918         (menu_detacher), (ev_navigation_action_widget_set_menu),
3919         (menu_position_func), (popup_menu_under_arrow),
3920         (ev_navigation_action_widget_toggled),
3921         (ev_navigation_action_widget_button_press_event):
3922         * shell/ev-navigation-action-widget.h:
3923         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3924         (ev_navigation_action_set_window), (activate_menu_item_cb),
3925         (new_history_menu_item), (new_empty_history_menu_item),
3926         (build_menu), (menu_activated_cb), (connect_proxy),
3927         (create_tool_item), (ev_navigation_action_init),
3928         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3929         * shell/ev-navigation-action.h:
3930         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3931         (ev_page_action_widget_set_page_cache),
3932         (ev_page_action_widget_finalize),
3933         (ev_page_action_widget_class_init), (match_selected_cb),
3934         (display_completion_text), (match_completion), (build_new_tree_cb),
3935         (get_filter_model_from_model),
3936         (ev_page_action_widget_update_model):
3937         * shell/ev-page-action-widget.h:
3938         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3939         (connect_proxy):
3940         * shell/ev-page-action.h:
3941         * shell/ev-stock-icons.c:
3942         * shell/ev-stock-icons.h:
3943         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3944         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3945         (register_custom_actions):
3946         * shell/main.c:
3947         
3948         Preliminary history implementation
3949
3950 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3953         (dvi_document_class_init), (dvi_document_init_params):
3954         * dvi/mdvi-lib/font.c: (font_reference):
3955         
3956         Add reference to subfont. Fixes bug #374277.
3957
3958 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3959
3960         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3961         (ev_window_cmd_file_open_copy_at_dest):
3962
3963         Fix a race condition when creating symlink. Increase the counter
3964         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3965         Mathias Hasselmann).
3966
3967 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3968
3969         * backend/Makefile.am:
3970         * backend/ev-attachment.c: (ev_attachment_open):
3971         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3972         (ev_tmp_dir), (ev_tmp_filename):
3973         * shell/ev-sidebar-attachments.c:
3974         (ev_sidebar_attachments_drag_data_get):
3975         * shell/ev-window.c: (ev_window_clear_temp_file):
3976
3977         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3978         in ensure_dir_exists. Abort without crashing when we can't create
3979         user's directory.
3980
3981 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3982
3983         * data/evince-ui.xml:
3984         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3985         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3986         (ev_window_cmd_file_open_copy_at_dest),
3987         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3988         (ev_view_popup_cmd_open_link_new_window):
3989
3990         Allow opening a copy of the current document in a new window. Fixes bug
3991         #357472
3992
3993 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3994
3995         * data/evince-toolbar.xml:
3996         
3997         Add rotate right and rotate left to available items for toolbar.
3998         
3999         * data/evince-ui.xml:
4000         * shell/ev-window.c: (ev_window_init):
4001         
4002         Customize toolbar with right click. Fixes bug #372451.
4003
4004 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
4005
4006         * shell/ev-window.c: 
4007         
4008         Use "object-rotate-{left,right}" stock icons. Fixes 
4009         bug #373863.
4010
4011 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4012
4013         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
4014         (ev_application_open_uri_at_dest), (ev_application_open_uri):
4015         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
4016         (ev_window_open_uri):
4017         * shell/main.c: (arguments_parse):
4018
4019         Remove temp file created when evince is used by GTK+ in
4020         preview mode. Fixes bug #365282. 
4021
4022 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4023
4024         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4025         
4026         Fixes bug #372474 - Side pane disabled when entering 
4027         and leaving fullscreen mode.
4028
4029 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4030
4031         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
4032         * data/Makefile.am:
4033         * data/evince-preview-toolbar.xml:
4034         * data/evince-toolbar.xml:
4035         * shell/ev-application.c: (ev_application_shutdown),
4036         (ev_application_init), (ev_application_get_toolbars_model):
4037         * shell/ev-application.h:
4038         * shell/ev-window.c: (update_chrome_visibility),
4039         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
4040         (ev_window_cmd_edit_toolbar), (ev_window_init):
4041         
4042         Fixes bug #364364 - toolbar editor shows zoom actions again.
4043
4044 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4045
4046         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4047
4048         Do not take margins into consideration for paper size when printing.
4049         Really fixes bug #350491.
4050
4051 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4052
4053         * data/evince-ui.xml:
4054         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
4055         (ev_window_cmd_file_print_setup),
4056         (ev_window_print_dialog_response_cb),
4057         (ev_window_setup_action_sensitivity):
4058
4059         Add page setup settings for printing. Fixes bugs #363860 and #350491.
4060
4061 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4062
4063         * shell/ev-window.c: (ev_window_print_range):
4064
4065         Revert my previuos commit, since printing to PDF is not supported by
4066         evince yet. 
4067
4068 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4069
4070         * shell/ev-window.c: (ev_window_print_range):
4071
4072         Enable print to a PDF. Fixes bug #332121.
4073
4074 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
4075
4076         * shell/ev-application-service.xml:
4077         * shell/ev-application.[ch]: (ev_application_open_window),
4078         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
4079         (ev_application_open_uri), (ev_application_open_uri_list):
4080         * shell/ev-window.c: (file_open_dialog_response_cb),
4081         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
4082         (drag_data_received_cb), (open_remote_link):
4083         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
4084
4085         Add support for multiscreen systems. Fixes bug #316206.
4086
4087 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
4088
4089         * shell/ev-jobs.[ch]: (ev_job_print_new),
4090         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
4091         (ev_job_print_do_page):
4092         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
4093
4094         Allow printing only odd/even pages. Fixes bug #367289.
4095
4096 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4097
4098         * test/test1.py:
4099         * test/test2.py:
4100
4101         Re-add locale settings to test files.
4102
4103 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4104
4105         * data/evince-ui.xml:
4106         * shell/ev-window.c: (set_action_properties):
4107         
4108         Removed garbage from code and ui.
4109
4110 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4111
4112         * shell/ev-window.c: (ev_window_cmd_help_about):
4113
4114         Shamelessly add my name to the list of contributors.
4115
4116 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4117
4118         * test/test1.py:
4119         * test/test2.py:
4120
4121         Cleaned up the dogtail scripts.
4122
4123 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4124
4125         * shell/ev-view.c: (draw_loading_text): Don't render
4126         "loading..." text in presentation mode. Temporary
4127         workaround for bug #320352.
4128
4129 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
4130
4131         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
4132         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4133
4134         Use print settings scale, copies, collate and reverse which were
4135         ignored. Fixes bug #359032.
4136
4137 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4138
4139         * configure.ac:
4140         * data/evince-password.glade:
4141         * test/Makefile.am:
4142         * test/test-encrypt.pdf:
4143         * test/test-links.pdf:
4144         * test/test1.py:
4145         * test/test2.py:
4146
4147         Add automated UI tests for evince with dogtail. See
4148         bug #300948.    
4149
4150 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
4151
4152         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4153
4154         Hide fullscreen toolbar when switching to another desktop workspace.
4155         Fixes bug #338871
4156
4157 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4158
4159         * shell/ev-window-title.c: 
4160         
4161         Test for .dvi in title of pdf documents.
4162
4163 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4164
4165         * shell/ev-view.c: (ev_view_scroll):
4166
4167         Page Up/Down should do page jumps in "Best fit" mode.
4168         If a user has explicitly chosen to view exactly one page
4169         at a time, scrolling just a part of the page when
4170         pressing Page Up/Down is not right. Fixes bug #323107.
4171
4172 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4173
4174         * NEWS:
4175         * configure.ac:
4176         
4177         Update for 0.6.1
4178
4179 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4180
4181         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4182         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4183         
4184         Correctly disconnect from job signals on destroy.
4185
4186 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4187
4188         * shell/ev-view-private.h:
4189         * shell/ev-view.c: (view_set_adjustment_values),
4190         (view_update_range_and_current_page),
4191         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4192         
4193         Fixes bug #343199, current page now follows find page.
4194
4195 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4196
4197         * backend/ev-document-factory.c:
4198         * configure.ac:
4199         Assigned OpenDocument presenation MIME type to the
4200         Impress backend. Added some missing (but harmless)
4201         #ifdefs in the document factory as well to make things
4202         consistent again. Fixes bug #360658.
4203
4204 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4205
4206         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4207         * backend/ev-document-find.c: (ev_document_find_get_type):
4208         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4209         * backend/ev-document-links.c: (ev_document_links_get_type):
4210         * backend/ev-document-security.c: (ev_document_security_get_type):
4211         * backend/ev-document-thumbnails.c:
4212         (ev_document_thumbnails_get_type):
4213         * backend/ev-document.c: (ev_document_get_type):
4214         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4215         * backend/ev-selection.c: (ev_selection_get_type):
4216         * cut-n-paste/recent-files/egg-recent-model.c:
4217         (egg_recent_model_get_type):
4218         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4219         (egg_recent_view_uimanager_get_type):
4220         * cut-n-paste/recent-files/egg-recent-view.c:
4221         (egg_recent_view_get_type):
4222         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4223         (egg_editable_toolbar_get_type):
4224         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4225         (egg_toolbar_editor_get_type):
4226         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4227         (egg_toolbars_model_get_type):
4228         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4229         (egg_tree_multi_drag_source_get_type):
4230         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4231         (ephy_zoom_action_get_type):
4232         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4233         (ephy_zoom_control_get_type):
4234         * impress/r_back.c: (_imp_fill_back):
4235         * properties/ev-properties-main.c:
4236         (ev_properties_plugin_register_type):
4237         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4238         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4239         (ev_view_accessible_factory_get_type):
4240
4241         Reduce relocations. Bug #360616.
4242
4243 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4244
4245         * backend/ev-document-factory.c:
4246         (ev_document_factory_get_document):
4247         
4248         Load document even if extension is wrong.
4249
4250 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4251
4252         * shell/ev-metadata-manager.c: (save_values):
4253         * shell/ev-window.c: (setup_size_from_metadata),
4254         (setup_view_from_metadata), (ev_window_setup_document),
4255         (ev_window_xfer_job_cb), (window_configure_event_cb):
4256         
4257         Set size according to the document size/page size ratio.
4258         That should correct rather wierd behaviour of the previous
4259         commit.
4260
4261 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4262
4263         * shell/ev-window.c: (setup_view_from_metadata):
4264         
4265         Set size for new windows from previous window size.
4266         See bugs #354968 and #168450 for details. Thanks
4267         to Meik Hellmund.
4268
4269 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * djvu/djvu-links.c: (build_tree):
4272
4273         Fix memory leak.
4274
4275 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4276
4277         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4278         
4279         Don't make sidebar close button insensitive. Fixes
4280         bug #357871.
4281
4282 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4283
4284         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4285         (ev_window_set_view_accels_sensitivity):
4286         
4287         Don't enable Slash on documents which don't support
4288         find. Fixes bug #358648.
4289
4290 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4291
4292         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4293         open dialog fall back to the current document uri if the
4294         filechooser hasn't been used before. Fixes bug #356980.
4295
4296 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4297
4298         * shell/ev-window.c: (ev_window_setup_recent), 
4299         (ev_window_get_recent_file_label):
4300
4301         Escape underscores in filenames of recent file items.
4302
4303 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4304
4305         * configure.ac:
4306         
4307         Bumped poppler requirements, really 0.5.3 is very 
4308         buggy, now we require 0.5.4.
4309
4310 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4311
4312         * djvu/Makefile.am:
4313         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4314         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4315         (djvu_document_document_links_iface_init):
4316         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4317         (number_from_string_10), (get_djvu_link_dest),
4318         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4319         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4320         (djvu_links_get_links), (djvu_links_find_link_dest),
4321         (djvu_links_get_links_model):
4322         * djvu/djvu-links.h:
4323         
4324         Add support for links and bookmarks in djvu documents. Thanks
4325         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4326         patch.
4327
4328 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4329
4330         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4331         
4332         Reopen should reload document. Fixes 
4333         bug 327951.
4334
4335 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4336
4337         * configure.ac:
4338         * data/Makefile.am:
4339         * data/evince-16.png:
4340         * data/evince-22.png:
4341         * data/evince.png:
4342         * data/evince.svg:
4343         * data/icons/16x16/Makefile.am:
4344         * data/icons/16x16/evince.png:
4345         * data/icons/22x22/Makefile.am:
4346         * data/icons/22x22/evince.png:
4347         * data/icons/48x48/Makefile.am:
4348         * data/icons/48x48/evince.png:
4349         * data/icons/Makefile.am:
4350         * data/icons/scalable/Makefile.am:
4351         * data/icons/scalable/evince.svg:
4352         
4353         Install icons with correct names. Fixes
4354         bug #354429.
4355
4356 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4357
4358         * shell/ev-view.c: (ev_view_button_release_event):
4359
4360         Don't open links with middle mouse button. Fixes bug #353649
4361
4362 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4363
4364         * NEWS:
4365         * configure.ac:
4366         
4367         Update for release 0.6.0
4368
4369 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4370
4371         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4372         Implement Close named action. Patch by Carlos Garcia Campos.
4373
4374 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4375
4376         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4377         
4378         Don't clear link mapping on copy_job_to_job_info. Fixes
4379         bug 346168.
4380
4381 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4382
4383         * shell/main.c: (main):
4384
4385         Revert my previous commit, gnome_program_init owns the option context.
4386         Fix another memory leak in main. Both caught by Christian Persch. 
4387
4388 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4389
4390         * shell/main.c: (main):
4391
4392         Fix memory leak.
4393
4394 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4395
4396         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4397
4398         Fix crash when opening a pdf with password protection. 
4399
4400 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4401
4402         * pdf/ev-poppler.cc: (pdf_document_search_free):
4403
4404         Fix memory leak. 
4405
4406 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4407
4408         * backend/ev-document-factory.c:
4409         (ev_document_factory_get_document):
4410         * tiff/tiff-document.c: (tiff_document_finalize):
4411         
4412         More correct handling of document loading. Fixes
4413         bug #349043.
4414
4415 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4416
4417         * backend/ev-attachment.c: (ev_attachment_save):
4418
4419         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4420         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4421
4422 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4423         
4424         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4425         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4426
4427 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4428
4429         * shell/ev-sidebar-thumbnails.c:
4430
4431         Do not render thumbnails unless thumbnails page is active in the
4432         sidebar.
4433
4434 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4435
4436         * shell/ev-properties-dialog.c:
4437
4438         Fix dialogue spacing. Bug #351370.
4439
4440 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4441
4442         * configure.ac:
4443
4444         Use lowercase gettext catalog file names (evince.mo
4445         instead of Evince.mo)
4446
4447 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4448
4449         * shell/ev-sidebar-attachments.c:
4450
4451         GtkIconTheme is now screen safe too. Fixes bug #350878
4452
4453 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4454
4455         * shell/ev-window.c:
4456
4457         GtkRecent manager is now screen safe. Fixes bug #350145
4458
4459 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * shell/ev-sidebar.c: (ev_sidebar_init):
4462         
4463         Make sidebar close icon smaller. Fix for bug 350177.
4464         See also bugs 350176 and 165770.
4465
4466 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4467
4468         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4469
4470         Ignore zoom for xyz destinations when it's <= 1, keeping user
4471         preferences instead. Set correct sizing-mode for fith and fitv
4472         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4473
4474 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4475
4476         * NEWS:
4477         * configure.ac:
4478         
4479         Update for release 0.5.5
4480
4481 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4482         
4483         * shell/ev-window.c: (ev_window_cmd_escape)
4484
4485         Escape unfocus page entry. Fixes bug #345809.
4486
4487 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4488
4489         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4490         (build_tree), (pdf_document_links_get_links),
4491         (pdf_document_links_find_link_dest):
4492         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4493         (goto_xyz_dest):
4494
4495         Convert from PDF style coordinates to X style coordinates in the
4496         backend rather than in the view. Fixes bug #338440
4497
4498 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4499
4500         * shell/ev-window.c:
4501         
4502         Remove Ctrl+Shift+T shortcut for toolbars. See
4503         the bug #350098.
4504
4505 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4506
4507         * configure.ac:
4508
4509         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4510         of this. 
4511
4512 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4513
4514         * configure.ac:
4515         * cut-n-paste/Makefile.am:
4516         * data/evince-ui.xml:
4517         * shell/Makefile.am:
4518         * shell/ev-application.[ch]:
4519         * shell/ev-window.c:
4520
4521         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4522         #349273
4523
4524 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4525
4526         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4527         findbar code: s/help/search/
4528
4529 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4530
4531         * shell/ev-window.c: (setup_document_from_metadata),
4532         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4533         (setup_view_from_metadata):
4534         
4535         Fix memory leaks.
4536
4537 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4538
4539         * autogen.sh, configure.ac: 
4540         
4541         Update automake usage. See bug 349292.
4542
4543 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4544
4545         * shell/eggfindbar.c: (egg_find_bar_class_init),
4546         (entry_activate_callback), (egg_find_bar_init),
4547         (egg_find_bar_set_status_text):
4548         * shell/eggfindbar.h:
4549         
4550         Unify Evince findbar with Epiphany. Nice patch
4551         from Fabricio Silva <silva@crans.org> and
4552         Frederic Peters <fpeters@entrouvert.com>. See
4553         bug #339966 for details.
4554
4555 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4556
4557         * data/evince.desktop.in.in:
4558         
4559         Correct information for bugzilla. Thanks to
4560         Olaf Vitters, see bug #348855.
4561
4562 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4563
4564         * shell/ev-jobs.[ch]:
4565         * shell/ev-sidebar-links.c:
4566         * shell/ev-window.[ch]:
4567
4568         GtkPrintJob doesn't support print ranges or current page, so we export
4569         to a ps file now when printing ranges or current page.
4570
4571 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4572
4573         * pdf/ev-poppler.cc:
4574         * shell/ev-window.c: (do_action_named):
4575
4576         We should be more clear about bugzilla. See the
4577         poppler bug #7623.
4578
4579 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4580
4581         * configure.ac:
4582         * shell/Makefile.am:
4583         * shell/ev-job-queue.c:
4584         * shell/ev-jobs.[ch]:
4585         * shell/ev-sidebar-links.c:
4586         * shell/ev-window.[ch]:
4587         
4588         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4589         #348422
4590
4591 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4592
4593         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4594         * shell/ev-application-service.xml:
4595         * shell/ev-application.[ch]:
4596         * shell/ev-jobs.[ch]:
4597         * shell/ev-window.[ch]: (ev_window_run_preview):
4598         * shell/main.c: 
4599
4600         Add preview mode to use evince as a printing previewer. It also adds
4601         other command line options for fullscreen and presentation modes.
4602         Fixes bugs #347822, #317031
4603
4604 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4605
4606         * NEWS:
4607         * configure.ac:
4608         
4609         Update for release 0.5.4
4610
4611 2006-07-11  Bastien Nocera <hadess@hadess.net>
4612
4613         * Makefile.am:
4614         * backend/Makefile.am:
4615         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4616         * backend/ev-document-factory.h:
4617         * configure.ac:
4618         * impress/.cvsignore:
4619         * impress/Makefile.am:
4620         * impress/common.h:
4621         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4622         (imp_get_page), (imp_next_page), (imp_prev_page),
4623         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4624         * impress/f_oasis.c: (render_object), (render_page),
4625         (get_geometry), (_imp_oasis_load):
4626         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4627         (_imp_oo13_load):
4628         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4629         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4630         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4631         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4632         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4633         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4634         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4635         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4636         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4637         (iks_new_within), (iks_insert), (iks_insert_cdata),
4638         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4639         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4640         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4641         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4642         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4643         (iks_cdata), (iks_cdata_size), (iks_has_children),
4644         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4645         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4646         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4647         (iks_tree), (iks_load), (iks_save):
4648         * impress/iksemel.h:
4649         * impress/imposter.h:
4650         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4651         (imp_render_draw_bezier_real), (imp_render_get_size),
4652         (imp_render_set_fg_color), (imp_render_draw_line),
4653         (imp_render_draw_rect), (imp_render_draw_polygon),
4654         (imp_render_draw_arc), (imp_render_draw_bezier),
4655         (imp_render_open_image), (imp_render_get_image_size),
4656         (imp_render_scale_image), (imp_render_draw_image),
4657         (imp_render_close_image), (imp_render_markup),
4658         (imp_render_get_text_size), (imp_render_draw_text),
4659         (impress_document_load), (impress_document_save),
4660         (impress_document_get_n_pages), (impress_document_get_page_size),
4661         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4662         (impress_document_finalize), (impress_document_class_init),
4663         (impress_document_can_get_text), (impress_document_get_info),
4664         (impress_document_document_iface_init),
4665         (impress_document_thumbnails_get_thumbnail),
4666         (impress_document_thumbnails_get_dimensions),
4667         (impress_document_document_thumbnails_iface_init),
4668         (impress_document_init):
4669         * impress/impress-document.h:
4670         * impress/internal.h:
4671         * impress/r_back.c: (_imp_fill_back):
4672         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4673         (_imp_draw_image), (_imp_tile_image):
4674         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4675         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4676         (r_polyline):
4677         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4678         (r_draw_gradient_complex), (r_draw_gradient):
4679         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4680         (r_get_bullet):
4681         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4682         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4683         (r_text):
4684         * impress/render.c: (imp_create_context), (imp_context_set_page),
4685         (imp_context_set_step), (imp_render), (imp_delete_context):
4686         * impress/render.h:
4687         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4688         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4689         (zip_load_xml), (zip_get_size), (zip_load):
4690         * impress/zip.h:
4691         * shell/ev-utils.c:
4692         
4693         New backend to support impress slides. Fixes bug #30867.
4694
4695 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4696
4697         * shell/ev-utils.c: (using_postscript_printer):
4698         
4699         Fixes crash when print using PAPI backend,
4700         bug #345012.
4701
4702 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4703
4704         * shell/ev-jobs.c: (ev_job_xfer_run):
4705         * shell/ev-window.c: (password_dialog_response),
4706         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4707         (ev_window_dispose):
4708         Fixes bug #344160: if the xfer job doesn't complete
4709         because a password is required, reload the existing
4710         instance instead of creating a new one.
4711
4712 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4713
4714         * shell/main.c: (main): Call gdk_threads_init. Thus
4715         we'll avoid errors in auth dialog. Fix for the bug
4716         #343347.
4717
4718 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4719
4720         * configure.ac: Advertise pixbuf support, fix
4721         for the bug 343317.
4722
4723 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4724
4725         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4726         (ev_sidebar_thumbnails_set_document):
4727         
4728         Update sidebar thumbnails after reloading.
4729
4730 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4731
4732         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4733         * shell/ev-jobs.h:
4734         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4735         (ev_window_cmd_view_reload), (ev_window_init):
4736         
4737         Don't crash on reload. Fix for the bug #343167.
4738
4739 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4740
4741         * shell/ev-jobs.c: (ev_job_render_run):
4742         
4743         Check for document links.
4744
4745 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4746
4747         * backend/ev-attachment.c: (ev_attachment_save),
4748         (ev_attachment_launch_app), (ev_attachment_open):
4749         * backend/ev-document-factory.c: (get_document_from_uri):
4750         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4751         (egg_recent_view_uimanager_set_list):
4752         * ps/ps-document.c: (check_filecompressed), (document_load),
4753         (ps_document_load):
4754         * shell/ev-metadata-manager.c: (load_values):
4755         * shell/ev-password.c: (ev_password_dialog_set_property):
4756         * shell/ev-view.c: (tip_from_link):
4757         * shell/ev-window.c: (file_save_dialog_response_cb),
4758         (ev_window_print_dialog_response_cb):
4759         
4760         Use consistent quoting style. Fix for the bug #320285.
4761
4762 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * shell/ev-jobs.c: (ev_job_xfer_run):
4765         * shell/main.c: (load_files):
4766                 
4767         Open links with anchors. Fix for the bug #339836.
4768
4769 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4770
4771         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4772         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4773         (ev_link_dest_set_property), (ev_link_dest_finalize),
4774         (ev_link_dest_class_init), (ev_link_dest_new_named),
4775         (ev_link_dest_new_page_label):
4776         * backend/ev-link-dest.h:
4777         * shell/ev-application.c: (ev_application_open_uri):
4778         * shell/ev-view.c: (goto_dest):
4779         * shell/ev-window.c:
4780         * shell/ev-window.h:
4781         
4782         Fix page-label command line option. Bug #342070.
4783
4784 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4785
4786         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4787         
4788         Don't show highlight rects if page can't be showed. Fix for 
4789         the bug #342076
4790
4791 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4792
4793         * shell/ev-window.c: (setup_sidebar_from_metadata),
4794         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4795         
4796         Setup sidebar from metadata even if there is no document
4797         loaded. Fix for the bug #342807.
4798
4799 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4800
4801         * cut-n-paste/toolbar-editor/Makefile.am:
4802         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4803         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4804         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4805         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4806         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4807         (popup_context_menu_cb), (button_press_event_cb),
4808         (configure_item_sensitivity), (configure_item_cursor),
4809         (configure_item_tooltip), (connect_widget_signals),
4810         (action_sensitive_cb), (create_item_from_action),
4811         (create_item_from_position), (toolbar_drag_data_received_cb),
4812         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4813         (toolbar_drag_leave_cb), (configure_drag_dest),
4814         (toggled_visibility_cb), (toolbar_visibility_refresh),
4815         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4816         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4817         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4818         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4819         (egg_editable_toolbar_dispose),
4820         (egg_editable_toolbar_set_ui_manager),
4821         (egg_editable_toolbar_get_selected),
4822         (egg_editable_toolbar_set_selected), (set_edit_mode),
4823         (egg_editable_toolbar_set_property),
4824         (egg_editable_toolbar_get_property),
4825         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4826         (egg_editable_toolbar_new_with_model),
4827         (egg_editable_toolbar_get_edit_mode),
4828         (egg_editable_toolbar_set_edit_mode),
4829         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4830         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4831         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4832         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4833         (item_added_or_removed_cb), (toolbar_removed_cb),
4834         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4835         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4836         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4837         (editor_create_item_from_name), (append_table),
4838         (update_editor_sheet), (egg_toolbar_editor_init):
4839         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4840         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4841         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4842         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4843         (toolbar_node_free), (egg_toolbars_model_get_flags),
4844         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4845         (egg_toolbars_model_get_name), (impl_add_item),
4846         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4847         (parse_data_list), (parse_item_list), (parse_toolbars),
4848         (egg_toolbars_model_load_toolbars), (parse_available_list),
4849         (parse_names), (egg_toolbars_model_load_names),
4850         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4851         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4852         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4853         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4854         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4855         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4856         (egg_toolbars_model_set_types), (fill_avail_array),
4857         (egg_toolbars_model_get_name_avail),
4858         (egg_toolbars_model_get_name_flags),
4859         (egg_toolbars_model_set_name_flags):
4860         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4861         * cut-n-paste/toolbar-editor/eggintl.h:
4862         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4863         (egg_tree_multi_drag_source_get_type),
4864         (egg_tree_multi_drag_source_row_draggable),
4865         (egg_tree_multi_drag_source_drag_data_delete),
4866         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4867         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4868         (path_list_free), (set_context_data), (get_context_data),
4869         (get_info), (egg_tree_multi_drag_drag_data_get),
4870         (egg_tree_multi_drag_motion_event),
4871         (egg_tree_multi_drag_button_press_event),
4872         (egg_tree_multi_drag_add_drag_support):
4873         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4874         * shell/ev-application.c: (ev_application_init),
4875         (ev_application_save_toolbars_model):
4876         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4877         (ev_window_cmd_edit_toolbar), (ev_window_init):
4878         
4879         Sync toolbareditor with epiphany and libegg
4880
4881 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4882
4883         * configure.ac: 
4884
4885         Depend on poppler 0.5.2
4886
4887 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4888
4889         * shell/ev-jobs.c: (ev_job_render_run):
4890         
4891         Check if document supports links iterface.
4892
4893 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4894
4895         * NEWS:
4896         * configure.ac:
4897         
4898         Update for release 0.5.3
4899
4900 2006-05-13  Michael Plump  <plumpy@skylab.org>
4901
4902         * configure.ac:
4903         * shell/Makefile.am:
4904         * shell/main.c: (main):
4905         
4906         Port to GOption command line parsing. Fix for the 
4907         bug #327518
4908
4909 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4910
4911         * shell/ev-window.c: (ev_window_cmd_help_about):
4912         
4913         Do not wrap license. Fix for the bug #309460.
4914
4915 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4916
4917         * configure.ac:
4918         * properties/ev-properties-main.c: (ev_properties_get_pages):
4919         * shell/ev-application.c: (ev_application_open_window),
4920         (ev_application_open_uri_at_dest):
4921         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4922         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4923         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4924         * shell/ev-utils.c: (save_print_config_to_file):
4925         * shell/ev-window.c: (ev_window_cmd_save_as),
4926         (ev_attachment_popup_cmd_save_attachment_as):
4927         * shell/main.c: (load_files_remote):
4928         
4929         Bump requirements to gtk 2.8 and drop all ifdefs used.
4930
4931 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4932
4933         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4934         * shell/ev-window.c: (ev_window_init):
4935         
4936         Show attachments page.
4937
4938 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * po/POTFILES.in:
4941         * shell/ev-attachment-bar.c:
4942         * shell/ev-attachment-bar.h:
4943         * shell/ev-sidebar-attachments.c:
4944         (ev_sidebar_attachments_icon_cache_add),
4945         (icon_theme_get_pixbuf_from_mime_type),
4946         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4947         (ev_sidebar_attachments_icon_cache_refresh),
4948         (ev_sidebar_attachments_get_attachment_at_pos),
4949         (ev_sidebar_attachments_popup_menu_show),
4950         (ev_sidebar_attachments_popup_menu),
4951         (ev_sidebar_attachments_button_press),
4952         (ev_sidebar_attachments_update_icons),
4953         (ev_sidebar_attachments_drag_data_get),
4954         (ev_sidebar_attachments_get_property),
4955         (ev_sidebar_attachments_destroy),
4956         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4957         (ev_sidebar_attachments_new),
4958         (ev_sidebar_attachments_set_document),
4959         (ev_sidebar_attachments_support_document),
4960         (ev_sidebar_attachments_get_label),
4961         (ev_sidebar_attachments_page_iface_init):
4962         * shell/ev-sidebar-attachments.h:
4963         * shell/ev-window.c: (update_chrome_visibility),
4964         (setup_sidebar_from_metadata), (ev_window_setup_document),
4965         (ev_window_sidebar_current_page_changed_cb),
4966         (attachment_bar_menu_popup_cb), (ev_window_init):
4967         
4968         Move attachments bar to sidebar.
4969
4970 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4971
4972         * pdf/ev-poppler.cc:
4973         * shell/ev-application.[ch]:
4974         * shell/main.c:
4975
4976         Fix some memory leaks.
4977
4978 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4979
4980         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4981
4982         Change the properties dialog response to
4983         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4984         will make the dialog go away when the user presses
4985         enter. With gtk+ >= 2.9 this will happen anyway, but for
4986         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4987         escape by default. Fixes bug #340539. See also bug
4988         #101293 for the gtk+ part.
4989
4990 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4991
4992         * shell/ev-view.c (tip_from_action_named): Replace some strings
4993         that were wrong. Closes #340970.
4994
4995 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4996
4997         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4998
4999         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
5000         #341049
5001
5002 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * djvu/Makefile.am:
5005         * dvi/Makefile.am:
5006         * dvi/mdvi-lib/Makefile.am:
5007         * properties/Makefile.am:
5008         * ps/Makefile.am:
5009         * shell/Makefile.am:
5010         * thumbnailer/Makefile.am:
5011         
5012         Due to broken libtool that is unable to track dependencies
5013         of noinst libraries we are forced to explicitely point
5014         libraries for binary. Fix for the bug #333334.
5015
5016 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5017
5018         * data/evince.desktop.in.in:
5019         * shell/ev-view.c: (view_update_range_and_current_page),
5020         (ev_view_next_page), (ev_view_previous_page):
5021         * shell/ev-window.c: (update_chrome_visibility),
5022         (setup_sidebar_from_metadata), (ev_window_setup_document),
5023         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
5024         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5025         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
5026         (ev_window_stop_fullscreen), (ev_window_run_presentation),
5027         (ev_window_stop_presentation), (ev_window_focus_in_event),
5028         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
5029         (ev_window_init):
5030         * thumbnailer/Makefile.am:
5031         
5032         Update fullscreen and presentation timeout handling. Hide
5033         cursor in presentation after timeout. Fix for the bugs
5034         #136359 and #336981.
5035
5036 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5037
5038         * backend/ev-link-action.[ch]:
5039         * pdf/ev-poppler.cc: (ev_link_from_action):
5040         * shell/ev-view-private.h:
5041         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
5042         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
5043
5044         Add support for Named Action links
5045
5046 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
5047
5048         * backend/Makefile.am:
5049         * backend/ev-document-links.[ch]:
5050         * backend/ev-document.[ch]:
5051         * backend/ev-link-action.[ch]:
5052         * backend/ev-link-dest.[ch]:
5053         * backend/ev-link.[ch]:
5054         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
5055         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
5056         * shell/ev-page-action.c: (build_new_tree_cb):
5057         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
5058         (links_page_num_func), (update_page_callback):
5059         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
5060         (tip_from_link):
5061         * shell/ev-jobs.c:
5062         * shell/ev-window.[ch]: (ev_window_open_uri),
5063         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
5064         * shell/ev-application.[ch]: (ev_application_open_window),
5065         (ev_application_open_uri):
5066
5067         Rework links system, it adds support for remote links now and it makes
5068         easier to add new kinds of actions and destinations. Fixes bug #317292
5069
5070 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5071
5072         * data/Makefile.am:
5073         * data/evince.png:
5074         * data/evince-16.png:
5075         * data/evince-22.png:
5076         * data/evince.svg:
5077         * shell/main.c: (main):
5078         
5079         Evince use it's own icon. Fix for the bug #313392.
5080
5081         * shell/ev-window.c: (fullscreen_timeout_cb),
5082         (fullscreen_set_timeout), (fullscreen_clear_timeout),
5083         (ev_window_cmd_help_about), (ev_window_dispose):
5084         
5085         Simplify fullscreen timeout code.
5086
5087 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
5088
5089         * backend/ev-attachment.c: 
5090         * shell/ev-attachment-bar.c:
5091         * shell/ev-window.c:
5092
5093         Allow multiple selection of attachments
5094
5095 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5096
5097         * shell/ev-view.c: (view_update_range_and_current_page),
5098         (ev_view_scroll):
5099         
5100         Fix for the bug #312573 – Optimal selection of current 
5101         page among visible pages.
5102
5103 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5104
5105         * configure.ac:
5106         * djvu/Makefile.am:
5107         * djvu/djvu-text.h:
5108         
5109         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
5110         for the bug 339868.
5111
5112 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
5113
5114         * configure.ac: Fix the LINGUAS stuff here too so it builds.
5115
5116 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5117
5118         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
5119         dictated by the GNOME HIG. Fixes bug #339235.
5120
5121 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5122
5123         * data/evince-ui.xml:
5124         * shell/ev-view.c: (ev_view_can_find_previous):
5125         * shell/ev-view.h:
5126         * shell/ev-window.c: (ev_window_update_actions),
5127         (ev_window_cmd_edit_find_previous):
5128
5129         Add support for "Find Previous" as dictated by the GNOME HIG. A
5130         menu item is added and some glue code to make it all work is added
5131         to various files.
5132
5133 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5134
5135         * configure.ac: Award myself the "useless use of cat" award.
5136
5137 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
5138
5139         * po/LINGUAS: New file listing all supported languages.
5140
5141         * configure.in: Use po/LINGUAS instead of including all languages
5142         directly in this file. See the wiki for more information:
5143         http://live.gnome.org/GnomeGoals/PoLinguas
5144
5145 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
5146
5147         * backend/ev-document-factory.c:
5148
5149         Do not load the document twice when there isn't errors
5150
5151 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5152
5153         * backend/ev-attachment.c: 
5154
5155         Fix a crash when there isn't a default application to open an
5156         attachment
5157
5158 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5159
5160         * backend/ev-attachment.[ch]:
5161         * shell/ev-attachment-bar.[ch]:
5162
5163         Added missing files. 
5164
5165 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5166
5167         * backend/Makefile.am:
5168         * data/evince-ui.xml:
5169         * backend/ev-attachment.[ch]:
5170         * backend/ev-document.[ch]: (ev_document_has_attachments),
5171         (ev_document_get_attachments):
5172         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5173         (attachment_save_to_buffer), (pdf_document_get_attachments),
5174         (pdf_document_document_iface_init):
5175         * shell/Makefile.am:
5176         * shell/ev-attachment-bar.[ch]:
5177         * shell/ev-window.c:
5178
5179         Add support for PDF attachments. Fixes bug #325143
5180
5181 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5182
5183         * backend/ev-document-factory.c: (get_document_from_uri),
5184         (ev_document_factory_get_document):
5185         * backend/ev-document-factory.h:
5186         * properties/ev-properties-main.c: (ev_properties_get_pages):
5187         * shell/Makefile.am:
5188         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5189         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5190         (ev_job_queue_remove_job):
5191         * shell/ev-job-queue.h:
5192         * shell/ev-job-xfer.c:
5193         * shell/ev-job-xfer.h:
5194         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5195         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5196         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5197         (ev_job_xfer_run):
5198         * shell/ev-jobs.h:
5199         * shell/ev-window.c: (ev_window_is_empty),
5200         (password_dialog_response), (ev_window_clear_xfer_job),
5201         (ev_window_xfer_job_cb), (ev_window_open_uri),
5202         (ev_window_cmd_focus_page_selector),
5203         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5204         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5205         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5206         (ev_window_dispose):
5207         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5208         
5209         * Cleanup mime type detection on document load. Fix for the
5210         bug #336448.
5211
5212 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5213
5214         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5215         
5216         Fix crash on exit, described in the bug #336825.
5217
5218 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5219
5220         * backend/ev-document-factory.c:
5221         (ev_document_factory_get_from_mime),
5222         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5223         (ev_document_factory_get_document),
5224         (file_filter_add_mime_list_and_free),
5225         (ev_document_factory_add_filters):
5226         * backend/ev-document-factory.h:
5227         * properties/ev-properties-main.c: (ev_properties_get_pages):
5228         * shell/Makefile.am:
5229         * shell/ev-application.c:
5230         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5231         * shell/ev-window.c: (ev_window_cmd_file_open),
5232         (ev_window_cmd_save_as):
5233         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5234         
5235         Rework factory functions so they are placed now in a single 
5236         file ev-document-factory.c
5237
5238 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5239
5240         * shell/ev-window.c: (update_chrome_visibility):
5241         
5242         Fix for the bug 166566 - don't show menubar in fullscreen
5243         mode.
5244
5245 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5246
5247         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5248
5249 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5250
5251         * shell/ev-view.c: (ev_view_expose_event):
5252         
5253         More correctly draw loading text when document
5254         is empty.
5255
5256 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * shell/ev-view.c: (ev_view_scroll):
5259         
5260         Fix for the bug #334854, page down and page up switch
5261         pages in presentation mode.
5262
5263 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5264
5265         * shell/ev-window.c: (ev_window_set_action_sensitive),
5266         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5267         (ev_window_set_view_accels_sensitivity),
5268         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5269         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5270         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5271         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5272         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5273         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5274         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5275         (view_actions_focus_in_cb), (ev_window_init):
5276         
5277         Fix for the bug #333902, now it's possible to search
5278         words with slash.
5279
5280 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5281
5282         * configure.ac: Added Breton translation.
5283         * po/br.po: Added Breton translation.
5284
5285 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5286
5287         * shell/ev-window-title (ev_window_title_update):
5288
5289         Fix memory leak in window title. Fixes bug #333944
5290
5291 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5292
5293         * shell/ev-metadata-manager.c (parseItem):
5294
5295         Fix memory leaks. Fixes bug #333945
5296
5297 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5298         
5299         * NEWS, configure.ac, TODO:
5300         
5301         Update for release 0.5.2.
5302
5303 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5304
5305         * shell/ev-view.c: (view_update_range_and_current_page),
5306         (page_changed_cb):
5307         
5308         Don't jump on scrolling, fix for the bug #333127.
5309
5310 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5311
5312         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5313         
5314         Scroll by one page in presentation mode. Fix for the bug
5315         #332993.
5316
5317 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5318
5319         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5320
5321 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5322
5323         * configure.ac  Added lv in ALL_LINGUAS line.
5324
5325 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5326         
5327         * NEWS, configure.ac:
5328         
5329         Update for release 0.5.1
5330
5331 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5332
5333         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5334         * backend/ev-document-misc.h:
5335         * shell/ev-view.c: (draw_one_page):
5336         
5337          Clairfy what page the toolbar page number applies to. Fix
5338          for the bug #328102.
5339
5340 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5341
5342         * shell/ev-view-private.h:
5343         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5344         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5345         (ev_view_search_changed):
5346         * shell/ev-view.h:
5347         * shell/ev-window.c: (find_bar_search_changed_cb):
5348         
5349         Dont't jump to find result if window was scrolled during search.
5350         Fix for the bug #313266.
5351
5352 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5353
5354         * shell/eggfindbar.c: (egg_find_bar_class_init):
5355         * shell/eggfindbar.h:
5356         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5357         * shell/ev-view-private.h:
5358         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5359         (ev_view_class_init), (ev_sizing_mode_get_type),
5360         (ev_scroll_type_get_type):
5361         * shell/ev-view.h:
5362         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5363         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5364         (ev_window_init):
5365         
5366         Fix for the bug 319133 - Find entry should allow text scroll.
5367
5368 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5369
5370         * shell/ev-view-private.h:
5371         * shell/ev-view.c: (view_update_range_and_current_page),
5372         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5373         (ev_view_set_document), (update_find_status_message),
5374         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5375         (ev_view_find_previous):
5376         
5377         Fix for the bug #319137. Search now takes account for scrolling.
5378
5379 2006-02-19  Michael Hofmann <mh21@piware.de>
5380
5381         * configure.ac:
5382         * djvu/Makefile.am:
5383         * djvu/djvu-document-private.h:
5384         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5385         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5386         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5387         (djvu_document_can_get_text), (djvu_document_get_text),
5388         (djvu_document_document_iface_init),
5389         (djvu_document_thumbnails_get_thumbnail),
5390         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5391         (djvu_document_find_get_result),
5392         (djvu_document_find_page_has_results),
5393         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5394         (djvu_document_find_iface_init):
5395         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5396         (djvu_text_page_selection), (djvu_text_page_limits_process),
5397         (djvu_text_page_limits), (djvu_text_page_copy),
5398         (djvu_text_page_position), (djvu_text_page_union),
5399         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5400         (djvu_text_page_box), (djvu_text_page_append_text),
5401         (djvu_text_page_search), (djvu_text_page_prepare_search),
5402         (djvu_text_page_new), (djvu_text_page_free):
5403         * djvu/djvu-text-page.h:
5404         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5405         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5406         (djvu_text_n_results), (djvu_text_has_results),
5407         (djvu_text_get_result), (djvu_text_get_progress):
5408         * djvu/djvu-text.h:
5409         
5410         Text search in djvu. Fix for the bug #303415.
5411
5412 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5413
5414         * configure.ac:
5415         * shell/ev-window.c: (ev_window_cmd_save_as):
5416         
5417         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5418         Thanks to Gary Coady <gary@lyranthe.org>
5419
5420 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5421
5422         * shell/ev-print-job.c: (idle_print_handler):
5423         
5424         Inverse order printing, bug #320919.
5425
5426 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * data/evince-toolbar.xml:
5429         * shell/ev-window.c:
5430         
5431         Allow to add sidebar checkbutton on toolbar. Fix
5432         for the bug #144577.
5433
5434 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5435
5436         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5437         
5438         Add checks that have sense for empty ps document.
5439
5440 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5441
5442         * configure.ac: Include PS in mime types list. 
5443
5444 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5445
5446         * configure.ac:
5447         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5448         * ps/gsdefaults.h:
5449         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5450         
5451         Runtime check for gs interpreter. Fix for the bug #320868.
5452         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5453
5454 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5455
5456         * shell/ev-application.c: 
5457
5458         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5459         dbus>=0.60, so that the request is not queued. 
5460
5461 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * configure.ac:
5464         * shell/Makefile.am:
5465         * shell/ev-sidebar-links.c: (print_section_cb):
5466         * shell/ev-utils.c:
5467         * shell/ev-utils.h:
5468         * shell/ev-window.c: (update_action_sensitivity),
5469         (ev_window_close_dialogs), (ev_window_print):
5470         * shell/ev-window.h:
5471         
5472         Make printing support optional. Patch from Eduardo de Barros Lima
5473         <eduardo.lima@indt.org.br> for the bug #330546.
5474
5475 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5476
5477         * shell/ev-view-private.h:
5478         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5479         (ev_view_set_document):
5480         * shell/ev-view.h:
5481         * shell/ev-window.c: (ev_window_load_job_cb),
5482         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5483         (ev_window_init):
5484
5485         Draw Loading message during xfer job. Fix for the bug #329495.
5486
5487 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5488
5489         * comics/comics-document.c: (comics_regex_quote),
5490         (comics_document_load), (extract_argv):
5491         
5492         Correcly quote regexp before passing it to unzip.
5493
5494 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5495
5496         * shell/ev-page-cache.c: (build_height_to_page),
5497         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5498         (ev_page_cache_get_dual_even_left):
5499         * shell/ev-page-cache.h:
5500         * shell/ev-view.c: (view_update_range_and_current_page),
5501         (get_page_y_offset), (get_page_extents):
5502         
5503         Place even pages to the left if document has less then
5504         two pages. Fix for the bug #328856.
5505
5506 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5507
5508         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5509         
5510         Correct comics scheme. This make evince create thumbnails
5511         for comic books. Fix for the bug 329088.
5512
5513 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5514
5515         * data/evince-password.glade: Don't explicitly set
5516         invisible_char to the current default value in case
5517         the default changes; let GTK+ do its magic.
5518
5519 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5520
5521         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5522         real filename to tmp filename since often document
5523         type is determined by extension.
5524
5525 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5526
5527         * shell/ev-view.c: (add_scroll_binding_keypad),
5528         (ev_view_binding_activated), (ev_view_class_init):
5529         
5530         Add keybindings for percision-scrolling of display area. 
5531         Fix for the bug #314072.
5532
5533 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5534
5535         * data/evince.desktop.in.in:
5536         
5537         Add GTK to the list of categories. Fix for the bug #328034.
5538
5539 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5540
5541         * shell/ev-application.c: (ev_application_shutdown),
5542         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5543         * shell/ev-application.h:
5544         * shell/ev-window.c: (file_open_dialog_response_cb),
5545         (ev_window_cmd_file_open):
5546         
5547         Save last uri in file chooser dialog. Fix for the bug #327950.
5548
5549 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5550
5551         * NEWS:
5552         * README:
5553         
5554         Final update for release 0.5.0
5555         
5556         * shell/Makefile.am:
5557         
5558         Remove disable deprecated until we'll require libgnome-2.13.7
5559         and port to GOption argument parsing. See bug 327518.
5560
5561 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5562
5563         * comics/comics-document.c: (comics_document_save):
5564         * djvu/djvu-document.c: (djvu_document_save):
5565         * dvi/dvi-document.c: (dvi_document_save):
5566         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5567         * lib/ev-file-helpers.h:
5568         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5569         * tiff/tiff-document.c: (tiff_document_save):
5570         
5571         Use common save function for backends.
5572
5573 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5574
5575         * backend/ev-document-types.c:
5576         
5577         Fix crash on saving pixbuf.
5578
5579 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * cut-n-paste/recent-files/egg-recent-item.c:
5582         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5583         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5584         (parse_info_free), (valid_element), (start_element_handler),
5585         (end_element_handler), (text_handler), (egg_recent_model_filter),
5586         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5587         (egg_recent_model_monitor), (egg_recent_model_read),
5588         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5589         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5590         (egg_recent_model_set_property), (egg_recent_model_class_init),
5591         (egg_recent_model_init), (egg_recent_model_add_full),
5592         (egg_recent_model_delete), (egg_recent_model_get_list),
5593         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5594         (egg_recent_model_set_filter_mime_types),
5595         (egg_recent_model_clear_group_filter),
5596         (egg_recent_model_set_filter_groups),
5597         (egg_recent_model_clear_scheme_filter),
5598         (egg_recent_model_set_filter_uri_schemes),
5599         (egg_recent_model_remove_expired):
5600         * cut-n-paste/recent-files/egg-recent-util.c:
5601         (egg_recent_util_get_icon):
5602         * cut-n-paste/recent-files/egg-recent-util.h:
5603         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5604         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5605         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5606         (egg_recent_view_uimanager_set_property),
5607         (egg_recent_view_uimanager_get_property),
5608         (egg_recent_view_uimanager_class_init),
5609         (egg_recent_view_uimanager_init),
5610         (egg_recent_view_uimanager_set_label_width),
5611         (egg_recent_view_uimanager_get_label_width):
5612         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5613         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5614         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5615         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5616         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5617         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5618         
5619         Update from libegg.
5620
5621 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5622
5623         * shell/ev-page-cache.c: (build_height_to_page),
5624         (ev_page_cache_get_height_to_page):
5625         * shell/ev-page-cache.h:
5626         * shell/ev-view.c: (view_update_range_and_current_page),
5627         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5628         (ev_view_previous_page):
5629         
5630         Dual mode places even pages to the left. Fix for the bug #309393.
5631
5632         * shell/ev-view.h:
5633         * shell/ev-window.c: (update_action_sensitivity),
5634         (setup_view_from_metadata), (view_menu_popup_cb):
5635         
5636         Don't restore presentation in empty windows, more intelligent
5637         next page behaviour in dual mode.
5638
5639         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5640         (ev_pixbuf_cache_clear_job_sizes):
5641         
5642         Cleanup job callback on removal. Fix for the bug #325886.
5643
5644 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5645
5646         * ps/ps.c: (psscan):
5647         
5648         Commit workaround Mozilla problem. Fix for the bug #325919
5649         
5650         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5651         (save_item):
5652         
5653         Fix for year 2038 problem.
5654
5655 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5656
5657         * shell/ev-window.c: (setup_document_from_metadata),
5658         (ev_window_cmd_view_reload):
5659
5660         Clamp page recieved from metadata in valid values. Fix
5661         for the bug #325986.
5662
5663 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5664
5665         * MAINTAINERS: 
5666         Add MAINTAINERS as requested on desktop-devel-list.
5667
5668 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5669
5670         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5671         (mime_type_supported_by_gdk_pixbuf),
5672         (ev_document_factory_get_mime_types),
5673         (ev_document_factory_get_all_mime_types):
5674         
5675         Don't add pixbuf mime types if pixbuf backend is disabled.
5676         
5677         * shell/ev-application.c: (ev_application_get_uri_window):
5678         
5679         Fix for the bug 325815 - unhandled MIME type message doesn't 
5680         appear a second time. 
5681         
5682         * shell/ev-document-types.c: (ev_document_types_add_filters):
5683         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5684         (password_dialog_response), (ev_window_popup_password_dialog),
5685         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5686         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5687         (ev_window_run_presentation), (ev_window_stop_presentation),
5688         (save_sizing_mode), (ev_window_zoom_changed_cb),
5689         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5690         (ev_window_dual_mode_changed_cb),
5691         (ev_window_sidebar_current_page_changed_cb),
5692         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5693         (window_state_event_cb), (window_configure_event_cb):
5694         
5695         Cleanup additional uris holded by EvWindow.
5696
5697 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5698
5699         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5700         (ev_view_can_previous_page), (ev_view_can_next_page):
5701         * shell/ev-view.h:
5702         * shell/ev-window.c: (update_action_sensitivity):
5703         
5704         Two page scrolling with Space and PageUp in dual mode. Second fix 
5705         for the bug #316608.
5706
5707 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5708
5709         * shell/ev-view.c: (scroll_to_current_page):
5710         
5711         Correctly clamp adjustment value. Fix for the bug
5712         #325808.
5713
5714 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5715
5716         * shell/ev-sidebar-links.c: (print_section_cb):
5717         * shell/ev-window.c: (ev_window_get_uri),
5718         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5719         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5720         (ev_window_dispose):
5721         
5722         Make print dialog non-modal. Fix for the bug #325622.
5723
5724 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5725
5726         * shell/ev-metadata-manager.c:
5727         * shell/ev-utils.c: (using_pdf_printer),
5728         (using_postscript_printer), (load_print_config_from_file),
5729         (save_print_config_to_file):
5730         * shell/ev-utils.h:
5731         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5732         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5733         (setup_view_from_metadata), (ev_window_setup_document),
5734         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5735         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5736         (ev_window_run_presentation), (ev_window_stop_presentation),
5737         (save_sizing_mode), (ev_window_zoom_changed_cb),
5738         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5739         (ev_window_dual_mode_changed_cb),
5740         (ev_window_sidebar_current_page_changed_cb),
5741         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5742         (window_state_event_cb), (window_configure_event_cb),
5743         (ev_window_init):
5744         
5745         Setting saving behaviour fixes.
5746
5747 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5748
5749         * configure.ac:
5750         
5751         Make antialiasing gs options better and allow
5752         to change them during configure. Fix for the 
5753         bug #319049.
5754
5755 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5756
5757         * shell/ev-window.c: (setup_view_from_metadata):
5758         
5759         Remember if last window was maximized. Fix for the
5760         bug #323797.
5761
5762 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5763
5764         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5765
5766 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5767
5768         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5769         * shell/ev-page-action.c: (build_new_tree_cb):
5770         * shell/ev-sidebar-links.c: (links_page_num_func),
5771         (update_page_callback_foreach), (update_page_callback):
5772         * shell/ev-view.c: (scroll_to_current_page):
5773         
5774         Fix for the bug #325067 with more intelligent selection
5775         of current link in sidebar. Make sidebar handle links
5776         of FITR-like type more correctly.
5777
5778         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5779         (dvi_pixbuf_put_pixel):
5780         
5781         Fix memory consumtion with disabled alpha channel.
5782
5783 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5784
5785         * data/evince-ui.xml:
5786         * shell/ev-window.c: (view_menu_popup_cb),
5787         (ev_popup_cmd_open_link), (ev_window_init):
5788         
5789         Update context menu for internal links. Fix for the bug
5790         #325066.
5791
5792 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5793
5794         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5795         
5796         Bind context menu to keyboard also. Fix for the bug
5797         #325065.
5798
5799 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5800
5801         * shell/ev-view.c: (selection_scroll_timeout_cb):
5802         
5803         Horizontal scroll on selection also.
5804
5805 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5806
5807         * shell/ev-metadata-manager.c: (parse_value):
5808         * shell/ev-view.c: (goto_xyz_link):
5809         
5810         Correct zoom setup and metadata save broken in 
5811         some locales.
5812
5813 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5814
5815         * shell/ev-view-private.h:
5816         * shell/ev-view.c: (scroll_to_current_page),
5817         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5818         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5819         (page_changed_cb), (ev_view_set_continuous),
5820         (ev_view_set_dual_page), (ev_view_set_presentation):
5821         
5822         Delay scroll until allocation to correctly position page. Fix
5823         for the bug #317334.
5824
5825 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5826
5827         * NEWS:
5828         * configure.ac:
5829         
5830         Update NEWS and require poppler 0.5.0.
5831
5832 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5833         
5834         * data/evince-ui.xml:
5835         * shell/ev-view-private.h:
5836         * shell/ev-view.c: (ev_view_get_link_at_location),
5837         (handle_link_over_xy), (ev_view_button_press_event),
5838         (ev_view_button_release_event), (ev_view_class_init):
5839         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5840         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5841         (ev_window_init):
5842         
5843         Implement right-click context menu.
5844
5845 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5846
5847         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5848         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5849         (mdvi_pixbuf_device_render):
5850         * pdf/ev-poppler.cc:
5851
5852         Don't generate thumbnails with alpha. See bug #324077.
5853         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5854
5855 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5856
5857         * shell/ev-window.c: (setup_chrome_from_metadata):
5858         
5859         Fix typo that was hiding toolbar.
5860
5861 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5862
5863         * shell/ev-view-private.h:
5864         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5865         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5866         (ev_view_button_release_event), (ev_view_destroy):
5867         
5868         Small cleanup and autoscrolling during selection. Thanks to 
5869         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5870
5871 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5872
5873         * configure.ac:
5874         
5875         Correctly check for comics option.
5876
5877 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5878         * Makefile.am:
5879         * configure.ac:
5880         * backend/Makefile.am:
5881         * backend/ev-document-factory.c:
5882         * shell/ev-document-types.c:
5883
5884         Included option in configure to make ps backend 
5885         compilation optional with --disable-ps.
5886
5887 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5888
5889         * backend/ev-document-factory.c:
5890         * comics/Makefile.am:
5891         * comics/comics-document.c: (comics_document_load):
5892         * comics/ev-cbr-mime.xml:
5893         * configure.ac:
5894         
5895         Comics mime types are added to shared-mime-info CVS. Now
5896         we don't need to install our own mime types.
5897
5898 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5899
5900         * shell/ev-window.c:
5901         
5902         Add shortcut for "save a copy" menu entry. Fix for
5903         the bug #324582.
5904
5905 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5906
5907         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5908         (job_finished_cb), (new_selection_pixbuf_needed),
5909         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5910         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5911         
5912         Rework selection job info logic and fix critical warning.
5913
5914 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5915
5916         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5917
5918 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5919
5920         * data/evince-ui.xml:
5921         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5922         
5923         Enter as shortcut key for next page. Fix for the bug
5924         #321394.
5925
5926 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5927
5928         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5929
5930 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5931
5932         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5933         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5934         (new_selection_pixbuf_needed),
5935         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5936         (clear_job_selection):
5937         
5938         Too early for 0.5. Pixbuf cache code cleaned a bit.
5939
5940 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5941
5942         * NEWS:
5943         * configure.ac:
5944         
5945         Release 0.5.0 preparation
5946
5947 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5948
5949         * comics/Makefile.am:
5950         * configure.ac:
5951         * shell/ev-document-types.c: (ev_document_types_add_filters):
5952         
5953         More advanced handling of custom mime type installation.
5954
5955 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5956
5957         * data/evince.schemas.in:
5958         * shell/ev-metadata-manager.c: (value_free),
5959         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5960         (ev_metadata_manager_get), (ev_metadata_manager_set):
5961         * shell/ev-metadata-manager.h:
5962         * shell/ev-window.c: (update_chrome_flag),
5963         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5964         (setup_document_from_metadata), (setup_chrome_from_metadata),
5965         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5966         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5967         (ev_window_view_toolbar_cb),
5968         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5969         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5970         
5971         Save last document settings and reuse them for new documents.
5972
5973 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5974
5975         * Makefile.am:
5976         * backend/Makefile.am:
5977         * backend/ev-document-factory.c:
5978         * backend/ev-document-factory.h:
5979         * comics/Makefile.am:
5980         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5981         (comics_document_load), (comics_document_save),
5982         (comics_document_get_n_pages), (comics_document_get_page_size),
5983         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5984         (comics_document_class_init), (comics_document_can_get_text),
5985         (comics_document_get_info), (comics_document_document_iface_init),
5986         (comics_document_init), (get_supported_image_extensions),
5987         (comics_document_thumbnails_get_geometry),
5988         (comics_document_thumbnails_get_thumbnail),
5989         (comics_document_thumbnails_get_dimensions),
5990         (comics_document_document_thumbnails_iface_init), (extract_argv):
5991         * comics/comics-document.h:
5992         * comics/ev-cbr-mime.xml:
5993         * configure.ac:
5994         * po/POTFILES.in:
5995         * shell/ev-application.c: (ev_application_register_service):
5996         * shell/ev-document-types.c: (ev_document_types_add_filters):
5997         * thumbnailer/Makefile.am:
5998         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5999         
6000         New CBR/CBZ backend for comic books.
6001
6002 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6003
6004         * shell/main.c: (load_files_remote):
6005
6006         Thanks to Robert McQueen <robot101@debian.org>. Dbus
6007         warning on startup of second instance is fixed. It
6008         is bug #320353.
6009
6010 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6011
6012         * shell/ev-window.c: (ev_window_finalize):
6013         
6014         Fix double free that cause crash.
6015
6016 2005-10-29  Bastien Nocera <hadess@hadess.net>
6017
6018         * tiff/tiff-document.c: (tiff_document_load):
6019         
6020         Fix memory leak.
6021
6022 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6023
6024         * po/POTFILES.in:
6025         * shell/Makefile.am:
6026         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
6027         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
6028         (ev_view_accessible_get_text),
6029         (ev_view_accessible_get_character_at_offset),
6030         (ev_view_accessible_get_text_before_offset),
6031         (ev_view_accessible_get_text_at_offset),
6032         (ev_view_accessible_get_text_after_offset),
6033         (ev_view_accessible_get_character_count),
6034         (ev_view_accessible_get_caret_offset),
6035         (ev_view_accessible_set_caret_offset),
6036         (ev_view_accessible_get_run_attributes),
6037         (ev_view_accessible_get_default_attributes),
6038         (ev_view_accessible_get_character_extents),
6039         (ev_view_accessible_get_offset_at_point),
6040         (ev_view_accessible_get_n_selections),
6041         (ev_view_accessible_get_selection),
6042         (ev_view_accessible_add_selection),
6043         (ev_view_accessible_remove_selection),
6044         (ev_view_accessible_set_selection),
6045         (ev_view_accessible_text_iface_init),
6046         (ev_view_accessible_idle_do_action),
6047         (ev_view_accessible_action_do_action),
6048         (ev_view_accessible_action_get_n_actions),
6049         (ev_view_accessible_action_get_description),
6050         (ev_view_accessible_action_get_name),
6051         (ev_view_accessible_action_set_description),
6052         (ev_view_accessible_action_iface_init),
6053         (ev_view_accessible_get_type), (ev_view_accessible_new),
6054         (ev_view_accessible_factory_get_accessible_type),
6055         (ev_view_accessible_factory_create_accessible),
6056         (ev_view_accessible_factory_class_init),
6057         (ev_view_accessible_factory_get_type):
6058         * shell/ev-view-accessible.h:
6059         * shell/ev-view-private.h:
6060         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
6061         * shell/ev-view.h:
6062         
6063         Initial accessibility support.
6064
6065 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
6066
6067         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
6068
6069 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
6070
6071         * shell/ev-print-job.c: (idle_print_handler):
6072         
6073         Fix for bug Bug 318916: Printing multiple pages.
6074
6075 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
6076
6077         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
6078
6079 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6080
6081         * pdf/ev-poppler.cc:
6082         
6083         Thumnail dimensions unified with other backends.
6084         
6085         * shell/ev-window-title.c: (ev_window_title_update):
6086         
6087         Fix warning.
6088
6089 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6090
6091         * data/ev-stock-zoom-fit-width.png:
6092         
6093         Remove unused file.
6094
6095 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6096
6097         * configure.ac:
6098         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
6099         (djvu_document_finalize):
6100         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
6101         (dvi_document_finalize):
6102         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
6103         (pixbuf_document_save), (pixbuf_document_finalize):
6104         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
6105         (tiff_document_finalize):
6106         
6107         Save a copy implemented for various backends.
6108
6109 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
6110
6111         * configure.ac:
6112         
6113         Don't link with ltiff if tiff is disabled.
6114
6115 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6116
6117         * pdf/GDKSplashOutputDev.cc:
6118         * pdf/GDKSplashOutputDev.h:
6119         * pdf/Thumb.cc:
6120         * pdf/Thumb.h:
6121         * pdf/pdf-document.cc:
6122         * pdf/pdf-document.h:
6123         * pdf/test-gdk-output-dev.cc:
6124         
6125         Remove old unused files.
6126
6127 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6128
6129         * shell/ev-window.c: (ev_window_setup_document):
6130         
6131         Fixed warnings on reload and probably crash reason.
6132
6133 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6134
6135         * properties/ev-properties-view.c:
6136         (ev_properties_view_format_date):
6137         
6138         Check if date is invalid. Fix for bug 318134.
6139
6140 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
6141
6142         * shell/ev-window-title.c:
6143         
6144         Add .indd files (Adobe Indesign) to the list of "bad
6145         extensions".
6146
6147 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6148
6149         * data/evince-ui.xml:
6150         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
6151         
6152         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6153
6154 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6155
6156         * shell/ev-window.c: (launch_link), (launch_external_uri),
6157         (view_external_link_cb):
6158
6159         URL-escape link before passing it to gnome_vfs_url_show.
6160
6161 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6162
6163         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6164         there isn't text selected.
6165
6166 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6167
6168         * shell/ev-view.c: (handle_link_over_xy):
6169
6170         Check tooltip is valid utf8 before showing it
6171
6172 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6173
6174         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6175
6176 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6177
6178         * shell/ev-window-title.c: (ev_window_title_update):
6179
6180         Guard against using g_strstrip on NULL. Fixes bug #317291.
6181
6182 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6183
6184         * pdf/ev-poppler.cc:
6185
6186         Show title even for unknown links
6187
6188 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6189
6190         * shell/ev-window-title.c: (ev_window_title_update):
6191
6192         Strip the title string
6193
6194 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6195
6196         * shell/ev-window-title.c:
6197
6198         Add .rtf to the bad extensions list
6199
6200 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6201
6202         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6203         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6204
6205         Ignore link coordinates if they are outside page bounds
6206
6207 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6208
6209         * backend/ev-link.c: (ev_link_type_get_type),
6210         (ev_link_get_filename), (ev_link_get_params),
6211         (ev_link_get_property), (ev_link_set_property),
6212         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6213         * backend/ev-link.h:
6214         * pdf/ev-poppler.cc:
6215         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6216         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6217         (ev_window_init):
6218
6219         Implement launch links. Delegate external link opening to
6220         the window.
6221
6222 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6223
6224         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6225         (ev_link_get_right), (ev_link_get_property),
6226         (ev_link_set_property), (ev_link_class_init),
6227         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6228         * backend/ev-link.h:
6229         * pdf/ev-poppler.cc:
6230         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6231
6232         Implement fitr links
6233
6234 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6235
6236         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6237         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6238         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6239         (ev_view_size_request_continuous),
6240         (ev_view_size_request_dual_page),
6241         (ev_view_size_request_single_page), (ev_view_size_allocate),
6242         (ev_view_zoom_for_size_continuous_and_dual_page),
6243         (ev_view_zoom_for_size_continuous),
6244         (ev_view_zoom_for_size_dual_page),
6245         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6246         (ev_sizing_mode_get_type):
6247         * shell/ev-view.h:
6248         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6249
6250         Do not use modes for link, we need to calculate size ad hoc.
6251         Still not perfect because of the usual scrollbar issues grrr.
6252
6253 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6254
6255         * backend/ev-link.c: (ev_link_type_get_type),
6256         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6257         * backend/ev-link.h:
6258         * pdf/ev-poppler.cc:
6259         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6260         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6261         (ev_view_size_request_continuous),
6262         (ev_view_size_request_dual_page),
6263         (ev_view_size_request_single_page), (ev_view_size_allocate),
6264         (zoom_for_size_fit_height),
6265         (ev_view_zoom_for_size_continuous_and_dual_page),
6266         (ev_view_zoom_for_size_continuous),
6267         (ev_view_zoom_for_size_dual_page),
6268         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6269         (ev_sizing_mode_get_type):
6270         * shell/ev-view.h:
6271         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6272
6273         Implement FIT_HEIGHT mode (only for links).
6274         Implement FITH links
6275
6276 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6277
6278         * shell/ev-window-title.c: (get_filename_from_uri),
6279         (ev_window_title_sanitize_extension), (ev_window_title_update),
6280         (ev_window_title_set_document), (ev_window_title_set_uri),
6281         (ev_window_title_free):
6282         * shell/ev-window-title.h:
6283         * shell/ev-window.c: (ev_window_setup_document),
6284         (ev_window_popup_password_dialog):
6285
6286         Refactor window title building while fixing it for
6287         password documents.
6288
6289 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6290
6291         * pdf/ev-poppler.cc:
6292
6293         Escape link title before setting it in the model
6294
6295 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6296
6297         * shell/ev-application.c: (removed_from_session), (save_session),
6298         (init_session), (ev_application_get_empty_window),
6299         (ev_application_init), (ev_application_get_windows):
6300         * shell/ev-application.h:
6301         * shell/ev-window.c: (ev_window_finalize):
6302
6303         Add a function to retrieve window list and share it where
6304         necessary.
6305         Implement session handling, works pretty well thanks to the
6306         metadata system.
6307
6308 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6309
6310         * shell/ev-password.c: (ev_password_item_created_callback),
6311         (ev_password_dialog_save_password):
6312         
6313         Fix for bug 316972. Use async gnome-keyring API.
6314
6315 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6316
6317         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6318         Remove unused unrealize handler. Add scroll handling to
6319         ev_view_scroll_event for presentation mode (bug #316708),
6320         and fix the event state checks there.
6321
6322 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6323
6324         * shell/ev-page-action.c: (page_changed_cb):
6325
6326         "marco, maybe we should be crazy and jump right to 6! :)"
6327
6328         Bryan Clark, Sep 2005
6329
6330 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6331
6332         * ps/ps-document.c: (save_document), (ps_document_save),
6333         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6334         (ps_document_ps_export_end):
6335
6336         Fix unstructured documents save and print
6337
6338 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6339
6340         * shell/ev-application.c: (ev_application_open_uri):
6341
6342         Fix window size persistance
6343
6344 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6345
6346         * shell/ev-view.c: (ev_view_button_release_event):
6347
6348         Based on a patch from carlosgc@gnome.org. Mouse buttons
6349         switch pages in presentation mode.
6350
6351 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6352
6353         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6354
6355         Dont cast to int before scaling
6356
6357 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6358
6359         * backend/ev-link.c: (ev_link_type_get_type),
6360         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6361         (ev_link_new_page_fith):
6362         * backend/ev-link.h:
6363         * pdf/ev-poppler.cc:
6364         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6365
6366         Implement FIT and FITH links
6367
6368 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6369
6370         * pdf/ev-poppler.cc:
6371
6372         Return 0 results when search is not in progress.
6373
6374         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6375         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6376
6377         Update menu sensitivity when cancelling search
6378
6379 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6380
6381         * shell/ev-view.c: (ev_view_can_find_next):
6382
6383         Take all pages in consideration, not just current one
6384
6385 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6386
6387         * shell/ev-page-cache.c:
6388         * shell/ev-page-cache.h:
6389         * shell/ev-view.c: (ev_view_binding_activated),
6390         (ev_view_next_page), (ev_view_previous_page),
6391         (ev_sizing_mode_get_type):
6392         * shell/ev-view.h:
6393         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6394         (ev_window_cmd_go_next_page):
6395
6396         Move page next/previous functions from page chace to
6397         view and change it to move by 2 page steps in dual mode.
6398
6399 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6400
6401         * shell/ev-window.c: (update_sidebar_visibility),
6402         (setup_sidebar_from_metadata), (ev_window_setup_document),
6403         (setup_view_from_metadata):
6404
6405         Show the index by default when there is one     
6406
6407 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6408
6409         * shell/ev-window-title.c: (ev_window_title_set_document):
6410
6411         Missing null check
6412
6413 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6414
6415         * shell/ev-view.c: (view_update_range_and_current_page):
6416         
6417         Allow display of last odd page in dual view. Fix for 316347.
6418
6419 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6420
6421         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6422         
6423         Make close button default. Fix for 316383.
6424
6425 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6426
6427         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6428         
6429         Mark close button as default. Fix for 316381.
6430
6431 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6432
6433         * backend/ev-link.c: (ev_link_class_init):
6434
6435         Allow negative doubles in left/top properties
6436
6437 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6438
6439         * shell/ev-window.c:
6440
6441         Remove a bunch of strings that was used only
6442         by the statusbar.
6443
6444 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6445
6446         * shell/ev-window-title.c: (get_filename_from_uri),
6447         (ev_window_title_set_document):
6448
6449         When title has a confusing extension, show also
6450         the document filename inside ()
6451
6452 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6453
6454         * shell/Makefile.am:
6455         * shell/ev-window-title.c: (ev_window_title_new),
6456         (ev_window_title_update), (ev_window_title_set_type),
6457         (ev_window_title_set_document), (ev_window_title_free):
6458         * shell/ev-window-title.h:
6459         * shell/ev-window.c: (ev_window_setup_document),
6460         (password_dialog_response), (ev_window_popup_password_dialog),
6461         (ev_window_dispose), (ev_window_init):
6462
6463         Factor out and cleanup window title code
6464
6465 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6466
6467         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6468         (unable_to_load):
6469
6470         Make dialog transient so it doesnt block other windows
6471
6472 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6473
6474         * pdf/ev-poppler.cc:
6475         
6476         Fix pdf thumbnails rendering.
6477
6478 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6479
6480         * shell/ev-window.c: (fullscreen_set_timeout):
6481         
6482         Increase timeout to hide full screen popup. Bug 
6483         316123. 
6484
6485 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6486
6487         * data/evince.schemas.in:
6488         * shell/ev-window.c: (update_action_sensitivity):
6489
6490         Allow the user to override document restrictions. Fix for bug
6491         305818.
6492
6493 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6494
6495         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6496         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6497         (ev_window_class_init): Fix multihead behaviour of fullscreen
6498         toolbar popup. Fixes bug #315451.
6499
6500 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6501
6502         * configure.ac:
6503         * data/evince-password.glade:
6504         * shell/ev-password.c: (ev_password_dialog_set_property),
6505         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6506         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6507         (ev_password_dialog_entry_changed_cb),
6508         (ev_password_dialog_entry_activated_cb),
6509         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6510         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6511         (ev_password_dialog_set_bad_pass):
6512         * shell/ev-password.h:
6513         * shell/ev-window.c: (password_dialog_response),
6514         (ev_window_popup_password_dialog):
6515         
6516         Support for gnome-keyring for encrypted PDF's.
6517
6518 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519
6520         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6521         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6522         (ev_view_enter_notify_event), (ev_view_class_init):
6523         
6524         More precise handling of enter_notify/leave_notify events
6525         in EvView. Fix for bug 315470.
6526
6527 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6528
6529         * shell/ev-window.c: (fullscreen_timeout_cb),
6530         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6531         (ev_window_dispose):
6532
6533         leak fix: unref fullscreen_timeout_source before clearing it
6534
6535 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6536
6537         * configure.ac, dvi/mdvi/Makefile.am: 
6538         
6539         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6540
6541 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6542
6543         * backend/ev-link.c: (ev_link_new_page_xyz):
6544         * pdf/ev-poppler.cc:
6545         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6546
6547         Fix some bugs with xyz links, respect zoom
6548
6549 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6550
6551         * shell/ev-window.c: (page_changed_cb),
6552         (setup_document_from_metadata), (update_sidebar_visibility),
6553         (setup_view_from_metadata), (ev_window_run_fullscreen),
6554         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6555         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6556         (ev_window_dual_mode_changed_cb),
6557         (ev_window_sidebar_current_page_changed_cb):
6558
6559         null check uri before setting and getting metadata
6560
6561 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6562
6563         * dvi/Makefile.am:
6564         * properties/Makefile.am:
6565         * shell/Makefile.am:
6566         * thumbnailer/Makefile.am:
6567
6568         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6569
6570 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6571
6572         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6573         (selection_changed_callback):
6574         * shell/ev-sidebar-links.h:
6575
6576         Add a signal for link activation.
6577
6578         * shell/ev-view.c: (ev_view_goto_link),
6579         (ev_view_button_release_event):
6580         * shell/ev-view.h:
6581         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6582         (ev_window_init):
6583
6584         Implement the signal so that we can handle all link types.
6585
6586         * shell/ev-page-cache.c:
6587
6588         Remove unused set_link function
6589
6590 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6591
6592         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6593
6594         Add some space from the cursor, hardcoded but I couldnt
6595         find a better way.
6596
6597 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6598
6599         * lib/ev-tooltip.c:
6600
6601         Use mozilla style vs gtk style, way better for links.
6602
6603         * shell/ev-view.c: (ev_view_motion_notify_event),
6604         (ev_view_destroy), (ev_view_init):
6605
6606         Deactive tooltip when the link hovered is changed.
6607
6608 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6609
6610         * backend/ev-document.h:
6611         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6612         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6613         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6614         (ev_link_new_page), (ev_link_new_page_xyz):
6615         * backend/ev-link.h:
6616         * pdf/ev-poppler.cc:
6617         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6618         (go_to_link), (tip_from_link):
6619
6620         Implement xyz links, still not functional. Links are a total
6621         mess, will need to refactor and bugfix a lot :(
6622
6623 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6624
6625         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6626
6627 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6628
6629         * data/evince-ui.xml:
6630         * data/evince.schemas.in:
6631         * shell/Makefile.am:
6632         * shell/ev-window.c: (update_chrome_visibility),
6633         (password_dialog_response), (ev_window_load_job_cb),
6634         (ev_window_xfer_job_cb), (ev_window_open_uri),
6635         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6636         (ev_window_init):
6637
6638         Remove the statusbar. This regress loading feedback, need to
6639         check with Bryan what we want to do there...
6640
6641 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6642
6643         * lib/ev-tooltip.c: (ev_tooltip_init):
6644
6645         Fix tooltip border and size handling
6646
6647 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6648
6649         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6650         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6651         (ev_tooltip_timeout), (ev_tooltip_activate),
6652         (ev_tooltip_deactivate):
6653         * lib/ev-tooltip.h:
6654         * shell/ev-view.c: (ev_view_motion_notify_event):
6655
6656         Delay popup showing. Mirror gtk logic/times.
6657
6658 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6659
6660         * lib/Makefile.am:
6661         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6662         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6663         (ev_tooltip_set_text), (ev_tooltip_set_position):
6664         * lib/ev-tooltip.h:
6665
6666         Simple widget to show tooltips at a custom position
6667
6668         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6669         (ev_view_destroy):
6670
6671         Use it for links. First go, needs work
6672
6673 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6674
6675         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6676         HIG fixes.  Use title capitalization for window title. Use 12 
6677         pixels of space between the dialog's vbox and action area.
6678
6679 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6680
6681         * shell/ev-window.c: (file_open_dialog_response_cb),
6682         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6683         (ev_window_cmd_save_as):
6684
6685         Make file pickers not modal and refactor code some
6686
6687 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6688
6689         * shell/ev-sidebar.h:
6690         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6691         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6692         (ev_sidebar_class_init), (ev_sidebar_select_page),
6693         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6694         (ev_sidebar_set_page):
6695
6696         Add a current page property and allow to get/set it
6697
6698         * shell/ev-window.c: (setup_view_from_metadata),
6699         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6700
6701         Persist current sidebar page per document
6702
6703 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6704
6705         * data/evince.schemas.in:
6706         * shell/ev-window.c: (update_chrome_visibility),
6707         (setup_document_from_metadata), (update_sidebar_visibility),
6708         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6709         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6710         (ev_window_run_presentation), (ev_window_stop_presentation),
6711         (ev_window_view_sidebar_cb),
6712         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6713         (load_chrome), (ev_window_init):
6714
6715         Persist size/visibility of sidebar per document
6716
6717 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6718
6719         * shell/ev-view.c (draw_loading_text): Draw loading text.
6720
6721 2005-09-02  Dan Damian  <dand@gnome.ro>
6722
6723         * configure.in: Added "ro" to ALL_LINGUAS.
6724
6725 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6726
6727         * shell/ev-view.c: (clear_caches):
6728
6729         ev_page_cache_get doesnt return a reference,
6730         dont try to unref it.
6731
6732 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6733
6734         * shell/main.c: (load_files_remote):
6735
6736         Fix timestamp parameter with dbus <= 0.33
6737
6738 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6739
6740         * data/evince.schemas.in:
6741
6742         Add missing full stop
6743
6744 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6745
6746         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6747         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6748
6749         Plug some memory leaks
6750
6751 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6752
6753         * configure.ac:
6754         * lib/ev-debug.c: (trap_handler):
6755
6756         Check for execinfo.h and use it only if it exists.
6757         Ported from Epiphany (bug #314776).
6758
6759 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6760
6761         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6762
6763 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6764
6765         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6766         * po/id.po      : Added Indonesian translation
6767
6768 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6769
6770         * shell/main.c:
6771         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6772         * NEWS: Release 0.4.0
6773
6774 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6775
6776         * configure.ac: catch another gtk+-2.8ism
6777         * shell/main.c: Make work with gtk+-2.6
6778
6779 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6780
6781         * shell/ev-application-service.xml: Add 'timestamp' argument to
6782           ev_application_open_window and ev_application_open_uri methods.
6783
6784         * shell/ev-application.h: Add 'timestamp' argument to
6785           ev_application_open_window, ev_application_open_uri,
6786           and ev_application_open_uri_list functions.
6787
6788         * shell/ev-application.c (ev_application_open_window,
6789           ev_application_open_uri, ev_application_open_uri_list): Change
6790           functions that show/present windows to use a timestamp if one
6791           is passed in.
6792
6793         * shell/ev-window.c (ev_window_cmd_file_open,
6794           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6795         * shell/main.c (load_files): Modify calls to ev_application to
6796           include GDK_CURRENT_TIME as timestamp.
6797
6798         * shell/main.c (load_files_remote): Obtain timestamp for client
6799           instance from GDK and pass to server instance so new windows are
6800           focused properly.  Fix dbus_g_proxy_call() calls by including second
6801           G_TYPE_INVALID.
6802           
6803         Closes bug #314475.
6804
6805 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6806
6807         * shell/ev-window.c (ev_window_finalize): Check for
6808         avail. EvWindows when quiting to handle the finalize better,
6809         #314497
6810
6811 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6812         
6813         * properties/ev-properties-view.c: 
6814         
6815         Set textdomain to libglade. Fixes translation problem in property page.
6816
6817 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6820         * dvi/Makefile.am:
6821         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6822         * dvi/mdvi-lib/Makefile.am:
6823         
6824         Fix rotation of thumbnails, ported to new API. Moved library
6825         dependencies earlier, probably it will fix linkage problem.
6826
6827 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6828
6829         * backend/ev-document-misc.c:
6830         (ev_document_misc_get_thumbnail_frame):
6831         * backend/ev-document-misc.h:
6832         * configure.ac:
6833         * pdf/ev-poppler.cc:
6834         * shell/Makefile.am:
6835         * shell/ev-sidebar-thumbnails.c: (add_range),
6836         (ev_sidebar_thumbnails_set_loading_icon),
6837         (ev_sidebar_thumbnails_refresh),
6838         (ev_sidebar_thumbnails_set_document):
6839         * shell/ev-sidebar-thumbnails.h:
6840         * shell/ev-view.c: (ev_view_motion_notify_event),
6841         (ev_view_set_property), (ev_view_get_property),
6842         (ev_view_class_init), (ev_view_set_rotation):
6843         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6844         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6845         (ev_window_init):
6846         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6847         Redo rotation (again).  prepare for 0.4.0
6848
6849 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6850
6851         * configure.ac: Bump poppler requirement to 0.4.1.
6852
6853         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6854         argument to poppler_page_render_selection() call.
6855
6856 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6857
6858         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6859         (djvu_document_thumbnails_get_thumbnail):
6860         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6861         (dvi_document_thumbnails_get_thumbnail):
6862         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6863         (pixbuf_document_thumbnails_get_thumbnail):
6864         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6865         
6866         Update rotation direction of backends to fit with pdf and ps.
6867
6868 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6869
6870         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6871         * backend/ev-async-renderer.h:
6872         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6873         (setup_page), (ps_document_get_page_size),
6874         (ps_async_renderer_render_pixbuf):
6875         * ps/ps-document.h:
6876         * shell/ev-jobs.c: (ev_job_render_run):
6877
6878         Fix orientation in the postscript document
6879
6880 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6881
6882         * pdf/ev-poppler.cc:
6883         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6884         * shell/ev-view.c: (highlight_find_results):
6885
6886         Adapt to the new poppler rotation API. Fix text maps on landscape
6887         documents.
6888
6889 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6890
6891         * shell/ev-view.c (compute_new_selection_text): get the correct
6892         region when selecting in modes other than continuous.
6893
6894 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6895
6896         * shell/main.c (main): remove redundant g_warnings.
6897
6898 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6899
6900         * shell/Makefile.am: Don't include autogenerated
6901         file ev-application-service.h into distribution, since
6902         it causes dbus crash. Fix for bugs 313724 and 313443. 
6903
6904 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6905
6906         * configure.ac: Fix sed expression for FreeBSD. Thanks
6907         to Joe Marcus Clark <marcus@freebsd.org>
6908         
6909         * shell/eggfindbar.c: (entry_activate_callback),
6910         (entry_changed_callback), (egg_find_bar_init),
6911         (egg_find_bar_set_search_string):
6912         
6913         Made findbar buttons unsensitive if there is no text in
6914         entry. Fix for the bug 313285.
6915
6916 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6917
6918         * ps/ps-document.c: Use g_filename_display_name for displaying
6919         filenames and revert string freeze breackage
6920
6921 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6922
6923         * NEWS:
6924         * configure.ac:
6925
6926         Update for 0.3.4
6927
6928         * shell/Makefile.am:
6929
6930         Add ev-application-service.xml to extra dist
6931
6932         * shell/ev-view.c: (find_page_at_location):
6933
6934         Remove unused function (fix warning)
6935
6936 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6937
6938         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6939         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6940         
6941         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6942         bug 313623.
6943
6944 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6945
6946         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6947         * shell/ev-window.c:
6948         Fix build warnings
6949
6950 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6951
6952         * configure.ac: Update script to get dbus version.
6953         Fix for the bug #313443.
6954
6955 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6956
6957         * shell/ev-window.c: (ev_window_cmd_escape):
6958         
6959         Return focus back to view on escape. Fix for bug 313295.
6960
6961 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6962
6963         * shell/ev-window.c: (update_window_title),
6964         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6965         (ev_window_cmd_save_as):
6966         
6967         Correct conversion from uri to displayable string. Fix for
6968         bug 313296.
6969
6970 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6971
6972         * ps/ps-document.c: convert filename to utf8 when there is an error
6973         loading document. Fixes #309915
6974
6975 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6976
6977         * configure.ac:
6978
6979         We depend on poppler 0.4.0
6980
6981 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6982
6983         * configure.ac:
6984         * NEWS: Release 0.3.3.
6985         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6986
6987 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6988
6989         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6990         add a couple missing mnemonics to menu items, use title 
6991         capitalization for menu items and window titles, and add 
6992         ellipsis to open menu item.     
6993
6994 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6995
6996         * pdf/ev-poppler.cc:
6997         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6998         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6999         (ev_view_get_rotation):
7000         * shell/ev-view.h:
7001         * shell/ev-window.c: (setup_view_from_metadata),
7002         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
7003         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
7004         disk.
7005
7006 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
7007
7008         * configure.ac: Added tr to ALL_LINGUAS
7009
7010 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7011
7012         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
7013         requires several clicks to find word. Thanks to 
7014         Colin Slater <kiltedtaco@gmail.com>.
7015
7016 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
7017
7018         * data/evince.desktop.in.in: Hide menu entry and
7019         rename it to "Document Viewer". Fix for bug 
7020         #312399.
7021
7022 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
7023
7024         * shell/ev-page-action.c (ev_page_action_class_init): 
7025
7026         Point to the correct function in constructor of the
7027         activate_label signal
7028
7029 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
7030
7031         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7032         * shell/ev-jobs.h: Make thread safe.
7033
7034 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7035
7036         * shell/ev-view.c: (view_update_range_and_current_page):
7037         Don't update page range if we are scrolling to some document
7038         point.
7039
7040 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7041
7042         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
7043         when getting max_page_width, fix drawing in dual mode.
7044
7045 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
7046
7047         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
7048         getting the area for select_all.
7049
7050 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
7051
7052         * backend/ev-selection.c: (ev_selection_render_selection):
7053         * backend/ev-selection.h:
7054         * pdf/ev-poppler.cc:
7055         * shell/ev-jobs.c: (ev_job_render_new):
7056         * shell/ev-jobs.h:
7057         * shell/ev-pixbuf-cache.c: (get_selection_colors),
7058         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
7059         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
7060         (ev_view_class_init):
7061
7062         Change selection color on focus in and focus out events.  Also,
7063         poppler now uses GdkColor for specifying the selection colors, so
7064         drop some awkward conversion code.
7065
7066 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
7067
7068         * configure.ac: Added Hebrew translation
7069
7070 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
7071
7072         * NOTES:
7073         * backend/ev-selection.c: (ev_selection_render_selection):
7074         * backend/ev-selection.h:
7075         * pdf/ev-poppler.cc:
7076         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
7077         (ev_job_render_run):
7078         * shell/ev-jobs.h:
7079         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7080         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
7081         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
7082         (ev_pixbuf_cache_style_changed),
7083         (ev_pixbuf_cache_get_selection_pixbuf),
7084         (ev_pixbuf_cache_set_selection_list),
7085         (ev_pixbuf_cache_get_selection_list):
7086         * shell/ev-pixbuf-cache.h:
7087         * shell/ev-utils.c: (ev_print_region_contents):
7088         * shell/ev-utils.h:
7089         * shell/ev-view.c: (ev_view_queue_draw_page),
7090         (selection_update_idle_cb), (ev_view_motion_notify_event),
7091         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
7092         (setup_caches), (ev_view_find_next), (merge_selection_region),
7093         (selection_free):
7094         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
7095
7096         Clean up selection to be much smoother!
7097
7098 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
7099
7100         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
7101         to poppler_page_render_selection().
7102
7103 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * ps/ps-document.c: (save_page_list): Use
7106         unzipped document when printing. Thanks to 
7107         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
7108         311016.
7109
7110 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * shell/ev-window.c: (update_action_sensitivity):
7113         
7114         Disable print and save respect to lockdown gconf keys. Fix
7115         for 312342.
7116
7117 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7118
7119         * configure.ac:
7120         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
7121         (write_to_temp_file), (ev_file_set_contents):
7122         * shell/ev-utils.h:
7123         * shell/ev-window.c: (save_print_config_to_file):
7124         
7125         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
7126         Fix for bug 312238
7127
7128 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
7129
7130         * shell/ev-window.c: (load_print_config_from_file),
7131         (save_print_config_to_file), (ev_window_print_range):
7132
7133         Persist the print settings. Fixes bug #311578.
7134
7135 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7136
7137         * djvu/djvu-document.c: (djvu_document_get_page_size),
7138         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
7139         (djvu_document_thumbnails_get_thumbnail):
7140         * dvi/dvi-document.c: (dvi_document_get_page_size),
7141         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
7142         (dvi_document_thumbnails_get_dimensions),
7143         (dvi_document_thumbnails_get_thumbnail):
7144         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
7145         (pixbuf_document_render_pixbuf),
7146         (pixbuf_document_document_iface_init),
7147         (pixbuf_document_thumbnails_get_thumbnail):
7148         
7149         Update backends to make them build with new rotation system.
7150
7151 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7152
7153         * help/C/figures/evince_start_window.png:
7154         
7155         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7156
7157 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7158
7159         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7160         * shell/ev-pixbuf-cache.h:
7161         * shell/ev-sidebar-thumbnails.c:
7162         (ev_sidebar_thumbnails_get_property), (add_range),
7163         (adjustment_changed_cb):
7164         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7165         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7166         we were thumbnailing the entire docment on startup, slowing us
7167         down hugely. 
7168
7169 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7170
7171         * shell/ev-page-cache.c: (ev_page_cache_new):
7172         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7173         == 0, fixes #310306.
7174
7175 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7176
7177         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7178         (ev_view_rotate_left):
7179
7180         Account rotation in doc_rect_to_view_rect.
7181         Ensure rotation doesnt go out of bounds.
7182
7183 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7184
7185         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7186
7187         Correct and cleanup w/h swapping
7188
7189 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7190
7191         * backend/ev-document-thumbnails.c:
7192         (ev_document_thumbnails_get_thumbnail):
7193         * backend/ev-document-thumbnails.h:
7194         * backend/ev-document.c:
7195         * backend/ev-document.h:
7196         * backend/ev-render-context.c: (ev_render_context_new),
7197         (ev_render_context_set_rotation):
7198         * backend/ev-render-context.h:
7199         * pdf/ev-poppler.cc:
7200         * ps/ps-document.c: (ps_document_document_iface_init):
7201         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7202         * shell/ev-jobs.h:
7203         * shell/ev-page-cache.c: (build_height_to_page),
7204         (ev_page_cache_new), (ev_page_cache_get_size),
7205         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7206         (ev_page_cache_get_height_to_page):
7207         * shell/ev-page-cache.h:
7208         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7209         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7210         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7211         (ev_pixbuf_cache_get_selection_pixbuf):
7212         * shell/ev-pixbuf-cache.h:
7213         * shell/ev-print-job.c: (idle_print_handler):
7214         * shell/ev-sidebar-thumbnails.c: (add_range):
7215         * shell/ev-view.c: (view_update_range_and_current_page),
7216         (get_page_y_offset), (get_page_extents),
7217         (ev_view_size_request_continuous_dual_page),
7218         (ev_view_size_request_continuous),
7219         (ev_view_size_request_dual_page),
7220         (ev_view_size_request_single_page), (draw_one_page),
7221         (ev_view_set_rotation), (ev_view_rotate_right),
7222         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7223         (ev_view_zoom_for_size_continuous_and_dual_page),
7224         (ev_view_zoom_for_size_continuous),
7225         (ev_view_zoom_for_size_dual_page),
7226         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7227         (ev_view_select_all):
7228         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7229         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7230         (tiff_document_document_iface_init),
7231         (tiff_document_thumbnails_get_thumbnail):
7232
7233         Use rotation rather than orientation. It's easier and enough
7234         for our needs.
7235
7236 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7237
7238         * shell/ev-page-cache.c: (build_height_to_page),
7239         (ev_page_cache_new), (ev_page_cache_get_size),
7240         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7241         (ev_page_cache_get_height_to_page):
7242         * shell/ev-page-cache.h:
7243         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7244         (ev_view_size_request_continuous_dual_page),
7245         (ev_view_size_request_continuous),
7246         (ev_view_zoom_for_size_continuous_and_dual_page),
7247         (ev_view_zoom_for_size_continuous):
7248
7249         Make the page cache aware of page orientation.
7250
7251 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7252
7253         * backend/ev-document-thumbnails.c:
7254         (ev_document_thumbnails_get_thumbnail):
7255         * backend/ev-document-thumbnails.h:
7256         * backend/ev-document.c:
7257         * backend/ev-document.h:
7258         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7259         * backend/ev-ps-exporter.h:
7260         * pdf/ev-poppler.cc:
7261         * ps/ps-document.c: (ps_document_document_iface_init),
7262         (ps_document_ps_export_do_page):
7263         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7264         * shell/ev-jobs.h:
7265         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7266         (ev_page_cache_get):
7267         * shell/ev-page-cache.h:
7268         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7269         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7270         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7271         * shell/ev-pixbuf-cache.h:
7272         * shell/ev-print-job.c: (idle_print_handler):
7273         * shell/ev-sidebar-thumbnails.c: (add_range):
7274         * shell/ev-view.c: (view_update_range_and_current_page),
7275         (get_page_extents), (ev_view_size_request_dual_page),
7276         (ev_view_size_request_single_page), (draw_one_page),
7277         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7278         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7279         (ev_view_zoom_for_size_dual_page),
7280         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7281         (ev_view_select_all):
7282         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7283         * tiff/tiff-document.c: (tiff_document_get_page_size),
7284         (tiff_document_get_orientation), (rotate_pixbuf),
7285         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7286         (tiff_document_thumbnails_get_thumbnail),
7287         (tiff_document_ps_export_do_page), (tiff_document_init):
7288
7289         Really make use of the orientation bit of the render context.
7290         Use the render context in a few more places in the backend API.
7291         This regress orientation, but now it's done right. Will try to
7292         fix it up asap...
7293
7294 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7295
7296         * shell/ev-view.c: (ensure_rectangle_is_visible):
7297
7298         Patch by Nickolay V. Shmyrev to fix find flickering
7299
7300 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7301
7302         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7303         duplex parameters to ::begin.
7304
7305         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7306         * shell/ev-print-job.c (idle_print_handler): 
7307         * ps/ps-document.c (ps_document_ps_export_begin): 
7308         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7309         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7310         implementations. Poppler backend needs poppler cvs. Rest has
7311         unchanged behavior.
7312
7313 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7314
7315         * shell/ev-window.c (using_pdf_printer): new function.
7316         (ev_window_print_range): print a less techy message if someone
7317         tries to print to PDF.
7318
7319 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7320
7321         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7322         from "unknown font" string. Bug #311431
7323
7324 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7325
7326         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7327
7328 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7329
7330         Bug #311280
7331         
7332         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7333         name for PopplerFontTypes
7334         (pdf_document_fonts_fill_model): add font type to the detail column
7335
7336         * backend/ev-document-fonts.h: added
7337         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7338
7339         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7340         font name and font details, add a little markup.
7341         (ev_properties_fonts_init): use the new cell data func, specify ypad
7342         property for the cell renderer.
7343         (ev_properties_fonts_set_document): add the details column.
7344
7345 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7346
7347         * configure.ac: Added "pl" to ALL_LINGUAS.
7348
7349 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7350
7351         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7352
7353 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7354
7355         * help/ChangeLog: Started this for translations of manual.
7356         * configure.ac, autogen.sh, .cvsignore: Migrated to
7357         gnome-doc-utils. Patch in bug #311222.
7358
7359 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7360
7361         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7362         #ifdef this away to fix an unused-function warning.
7363
7364 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7365
7366         * configure.ac: Added 'gl' to ALL_LINGUAS.
7367
7368 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7369
7370         * configure.ac: Added ne in ALL_LINGUAS
7371         
7372 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7373
7374         * shell/ev-view.c: (ev_view_leave_notify_event):
7375         
7376         Clear status message when pointer leaves view. Fix for bug
7377         #310818 
7378
7379 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7380
7381         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7382
7383 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7384
7385         * shell/ev-view.c: (ev_view_leave_notify_event),
7386         (ev_view_class_init):
7387         
7388         Set cursor to normal then leaving view.
7389
7390 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7391
7392         * configure.ac:
7393         
7394         Fix required djvulibre version.
7395
7396 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7397
7398         *configure.ac: Hindi (hi) language added
7399
7400 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7401
7402         *configure.ac: Punjabi (pa) Language added
7403
7404 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7405
7406         * data/evince-ui.xml, shell/ev-window.c:
7407         
7408         Add keypad accelerators for zooming. Fix for bug 308128.
7409
7410 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7411
7412         * Makefile.am:
7413         * backend/Makefile.am:
7414         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7415         * configure.ac:
7416         * shell/ev-document-types.c: (ev_document_types_add_filters):
7417
7418         Allow to enable/disable the pixbuf backend.
7419         Default to off for now. If we want it enabled we should
7420         really put mime types in the desktop, implement properties etc.
7421
7422         * properties/evince-properties.c:
7423
7424         Initialize error to NULL.
7425         Check error is not NULL before freeing.
7426
7427 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7428
7429         * shell/ev-window.c:
7430
7431         Use F5 as presentation accell
7432
7433 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7434
7435         * shell/ev-window.c: (update_chrome_visibility),
7436         (ev_window_create_fullscreen_popup), (ev_window_init):
7437
7438         Do not leak the fullscreen toolbar
7439
7440 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7441
7442         * shell/ev-window.c: (view_actions_focus_in_cb),
7443         (view_actions_focus_out_cb):
7444
7445         These has a return value! Fix totally random focus
7446         issues we was seeing.
7447
7448 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7449
7450         * shell/main.c: (load_files_remote):
7451
7452         Allow open more than one file
7453
7454 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7455
7456         * shell/main.c: (load_files_remote):
7457
7458         Fix for dbus 0.33. bug #309975
7459
7460 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7461
7462         * properties/ev-properties-main.c: (ev_properties_get_pages):
7463
7464         Actually return NULL for types we dont support
7465
7466 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7467
7468         * po/POTFILES.in:
7469
7470         Remove empty lines.
7471
7472 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7473
7474         * backend/ev-document-factory.c:
7475         (ev_document_factory_get_document):
7476
7477         Do not try to create the object if type
7478         is invalid.
7479
7480 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7481
7482         * ps/ps-document.c: (ps_document_dispose),
7483         (ps_async_renderer_render_pixbuf):
7484         * ps/ps-document.h:
7485
7486         Do not leak the target window
7487
7488 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7489
7490         * shell/ev-application.c: (ev_application_init):
7491
7492         Let tbe check file existence for us.
7493         Add a comment about eggrecent mime filter.
7494
7495 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7496
7497         * data/evince-ui.xml:
7498         * shell/ev-application.c: (ev_application_shutdown),
7499         (ev_application_init), (ev_application_get_toolbars_model),
7500         (ev_application_get_recent_model),
7501         (ev_application_save_toolbars_model):
7502         * shell/ev-application.h:
7503         * shell/ev-window.c: (ev_window_add_recent),
7504         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7505         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7506         (ev_window_init):
7507
7508         Use common toolbar and recent models for all windows.
7509         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7510
7511 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7512
7513         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7514         successfully check for gtk_icon_view_get_visible_range.
7515
7516 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7517
7518         * djvu/Makefile.am:
7519         * dvi/Makefile.am:
7520         
7521         Fix djvu and dvi backend build.
7522
7523 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7524
7525         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7526         (new_separator_pixbuf):
7527
7528         Don't leak windows.
7529
7530 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7531
7532         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7533
7534         HIGification of toolbar editor dialogue.
7535
7536 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7537
7538         * configure.ac:
7539         * shell/Makefile.am:
7540
7541         Ever build metadata manager since it's just
7542         disabled at runtime now.
7543
7544 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7545
7546         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7547         (ev_metadata_manager_get), (ev_metadata_manager_set):
7548         * shell/ev-metadata-manager.h:
7549
7550         Add an _init functions that enabled metadata management
7551         at runtime.
7552
7553         * shell/ev-window.c: (page_changed_cb),
7554         (setup_document_from_metadata), (ev_window_setup_document),
7555         (setup_view_from_metadata), (ev_window_open_uri),
7556         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7557         (ev_window_run_presentation), (ev_window_stop_presentation),
7558         (save_sizing_mode), (ev_window_zoom_changed_cb),
7559         (ev_window_continuous_changed_cb),
7560         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7561         (window_configure_event_cb):
7562
7563         Remove all ugly metadata define since we deal with it
7564         at runtime now.
7565
7566         * shell/main.c: (load_files_remote), (main):
7567
7568         Add support for dbus cvs head. Hopefully didnt break one
7569         of the other versions now!
7570
7571         If we dont get a response from the dbus server just
7572         give up with it and not enable metadata.
7573
7574 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7575
7576         * Makefile.am:
7577         * backend/Makefile.am:
7578         * configure.ac:
7579         * cut-n-paste/recent-files/Makefile.am:
7580         * cut-n-paste/toolbar-editor/Makefile.am:
7581         * cut-n-paste/zoom-control/Makefile.am:
7582         * lib/Makefile.am:
7583         * pdf/Makefile.am:
7584         * pixbuf/Makefile.am:
7585         * properties/Makefile.am:
7586         * ps/Makefile.am:
7587         * shell/Makefile.am:
7588         * thumbnailer/Makefile.am:
7589         * tiff/Makefile.am:
7590
7591         Make frontends depend on just libev.
7592         Rework and group CFLAGS/LIBS definitions.
7593         Cleanups.
7594
7595 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7596
7597         * shell/ev-window:
7598
7599         do not unnecessarily save zoom
7600
7601         * configure.ac:
7602         * lib/ev-file-helpers.c: (ev_dot_dir):
7603         * shell/Makefile.am:
7604         * shell/dummy.cc:
7605
7606         Some cleanups
7607
7608 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7609
7610         * configure.ac:
7611         
7612         Remove unnecessary dependencies
7613
7614 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7615
7616         * properties/Makefile.am:
7617         * thumbnailer/Makefile.am:
7618         * tiff/Makefile.am:
7619
7620         Some more cleanups. Was really necessary
7621         but I probably introduced bugs, feel free
7622         to flame :)
7623
7624 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7625
7626         * backend/Makefile.am:
7627         * configure.ac:
7628         * cut-n-paste/recent-files/Makefile.am:
7629         * cut-n-paste/toolbar-editor/Makefile.am:
7630         * cut-n-paste/zoom-control/Makefile.am:
7631         * lib/Makefile.am:
7632         * pdf/Makefile.am:
7633         * pixbuf/Makefile.am:
7634         * properties/Makefile.am:
7635         * ps/Makefile.am:
7636         * shell/Makefile.am:
7637         * thumbnailer/Makefile.am:
7638         * tiff/Makefile.am:
7639
7640         Use gnome-common macros when possible.
7641         Cleanup dependencies.
7642         Actually disable deprecated where possible.
7643
7644 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7645
7646         * Makefile.am:
7647         * backend/Makefile.am:
7648         * properties/Makefile.am:
7649         * shell/Makefile.am:
7650         * thumbnailer/Makefile.am:
7651
7652         This should solve the circular dep without
7653         requiring dir reorg!
7654
7655         * shell/ev-window.c: (setup_view_from_metadata):
7656
7657         Never restore window size/position when the
7658         window is already visible.
7659
7660 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7661
7662         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7663
7664         Return a boolean from timeout func. Fix ported from gedit.
7665
7666 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7667
7668         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7669
7670 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7671
7672         * shell/ev-document-types.c: set "All Documents" as default filter in
7673         open dialog
7674
7675 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7676
7677         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7678         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7679         (ev_metadata_manager_set_boolean): fix value/val thinko.
7680
7681 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7682
7683         * shell/ev-window.c: (setup_view_from_metadata),
7684         (window_state_event_cb), (window_configure_event_cb),
7685         (ev_window_init):
7686
7687         Remember window position and maximized state
7688
7689 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7690
7691         * configure.ac:
7692
7693         Fix DBUS configure checks.
7694
7695         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7696         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7697         (ev_metadata_manager_set_boolean):
7698
7699         Plug mem leaks.
7700
7701         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7702         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7703         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7704         (ev_window_continuous_changed_cb),
7705         (ev_window_dual_mode_changed_cb), (ev_window_new):
7706
7707         Fix the build without DBUS.
7708
7709 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7710
7711         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7712         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7713         (ev_metadata_manager_set_string),
7714         (ev_metadata_manager_set_boolean):
7715         * shell/ev-metadata-manager.h:
7716
7717         Add support for some more types
7718
7719         * shell/ev-view.c: (scroll_to_current_page),
7720         (ev_view_get_continuous), (ev_view_set_continuous),
7721         (ev_view_get_dual_page):
7722         * shell/ev-view.h:
7723         * shell/ev-window.c: (page_changed_cb),
7724         (setup_document_from_metadata), (ev_window_setup_document),
7725         (setup_view_from_metadata), (ev_window_open_uri),
7726         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7727         (ev_window_run_presentation), (ev_window_stop_presentation),
7728         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7729         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7730         (ev_window_update_dual_page_action),
7731         (ev_window_continuous_changed_cb),
7732         (ev_window_dual_mode_changed_cb), (ev_window_init):
7733
7734         Remember a bunch of view/document properties. Prolly some
7735         are still missing but it's getting interesting.
7736
7737 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7738
7739         * configure.ac: check if dbus-binding-tool is installed. Not the
7740         case on current Ubuntu breezy, it seems.
7741
7742 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7743
7744         * data/evince.desktop.in.in:
7745         
7746         Allow open uri lists and add TryExec field.
7747
7748 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7749
7750         * configure.ac:
7751
7752         Enable dbus when available, do not require a configure
7753         option.
7754
7755 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7756
7757         * configure.ac:
7758
7759         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7760         disabled.
7761
7762 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7763         Marco Pesenti Gritti  <mpg@redhat.com>
7764
7765         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7766         
7767         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7768         functions to the format required by dbus
7769
7770         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7771         errors. Use the RPC parameters in the expected way
7772
7773 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7774
7775         * Makefile.am:
7776         * properties/Makefile.am:
7777         * properties/ev-properties-main.c: (ev_properties_get_pages):
7778
7779         Support all mime types
7780
7781         * shell/Makefile.am:
7782         * thumbnailer/Makefile.am:
7783         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7784         (evince_thumbnail_pngenc_get):
7785
7786         Use the document factory
7787
7788 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7789
7790         * backend/Makefile.am:
7791         * backend/ev-document-factory.c:
7792         (mime_type_supported_by_gdk_pixbuf),
7793         (ev_document_type_get_from_mime),
7794         (ev_document_factory_get_document),
7795         (ev_document_factory_get_backend),
7796         (ev_document_factory_get_mime_types),
7797         (ev_document_factory_get_all_mime_types):
7798         * backend/ev-document-factory.h:
7799         * shell/Makefile.am:
7800         * shell/ev-document-types.c: (get_document_from_uri),
7801         (ev_document_types_get_document),
7802         (file_filter_add_mime_list_and_free),
7803         (ev_document_types_add_filters):
7804         * shell/ev-document-types.h:
7805         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7806         * shell/ev-properties-dialog.c:
7807         (ev_properties_dialog_set_document):
7808         * shell/ev-window.c: (ev_window_cmd_file_open),
7809         (ev_window_cmd_save_as):
7810         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7811
7812         Rework document types managing to avoid code duplication
7813         and actually abstract from backend implementations.
7814         Also provide a minimal factory api that can be used by
7815         thumbnailer/properties.
7816
7817 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7818
7819         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7820         Plug a mem leak.
7821         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7822         HIG spacings.
7823
7824 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7825
7826         * shell/ev-properties-dialog.c
7827         (ev_properties_dialog_set_document): only call
7828         ev_properties_fonts_set_document() if the document implements the
7829         fonts interface
7830
7831 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7832
7833         * configure.ac:
7834         * properties/Makefile.am:
7835         * properties/ev-properties-view.c:
7836         (ev_properties_view_register_type):
7837         * properties/ev-properties-view.h:
7838         * properties/ev-properties-main.h:
7839
7840         Implement nautilus plugin for properties.
7841         Works only for pdf atm, I need to rework the
7842         document types stuff to get this to work
7843         for all backends...
7844
7845 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7846
7847         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7848         (ev_properties_fonts_set_document): use
7849         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7850
7851 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7852
7853         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7854         them
7855         (PlaceImage, tiff2ps_process_page): use
7856         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7857
7858
7859 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7860
7861         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7862         (main): to call gnome_authentication_manager_init. Should fix
7863         Bug #308510
7864
7865         * configure.ac: that requires libgnomeui 2.6.0.
7866
7867 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7868
7869         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7870         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7871         use the new tiff2ps interfaces
7872
7873         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7874         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7875
7876         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7877         structure instead of global variables.  Remove use of static
7878         variables in functions.
7879
7880 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7881
7882         * shell/ev-page-action.c: unref the completion after setting it to the
7883         entry
7884
7885 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7886
7887         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7888         postscript files
7889
7890 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7891
7892         * shell/ev-window.c (update_action_sensitivity): disable
7893         File->Print if the document does not implement the ps exporter
7894         interface
7895
7896 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7897
7898         * Makefile.am:
7899         * configure.ac:
7900         * data/evince-properties.glade:
7901         * properties/.cvsignore:
7902         * properties/Makefile.am:
7903         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7904         (ev_properties_view_class_init), (ev_properties_view_format_date),
7905         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7906         (ev_properties_view_init), (ev_properties_view_new):
7907         * properties/ev-properties-view.h:
7908         * shell/Makefile.am:
7909         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7910         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7911         (ev_properties_dialog_new):
7912         * shell/ev-properties-dialog.h:
7913         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7914         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7915         (update_progress_label), (job_fonts_finished_cb),
7916         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7917         * shell/ev-properties-fonts.h:
7918         * shell/ev-properties.c:
7919         * shell/ev-properties.h:
7920         * shell/ev-window.c: (ev_window_setup_document),
7921         (ev_window_cmd_file_properties):
7922
7923         Split the properties pages in two different objects, depend
7924         only on the backend where possible, use widgets instead
7925         of gobject for the glade part, reimplement the dialog
7926         itself with gtk.
7927         I need this to implement nautilus properties page.
7928
7929 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7930
7931         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7932         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7933         (tiff_document_document_ps_exporter_iface_init): implement the ps
7934         exporter interface for tiff documents
7935
7936         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7937         libtiff to implement TIFF postscript export
7938
7939         * tiff/tiff2ps.h: added a header file for external tiff2ps
7940         functions.
7941
7942         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7943         tiff2ps.h
7944
7945 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7946
7947         * shell/ev-view.c: (scroll_to_current_page),
7948         (ev_view_set_fullscreen), (ev_view_set_presentation):
7949         
7950         Scroll to current page when exit from presentation
7951
7952 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7953
7954         * shell/ev-window.c: (update_document_mode),
7955         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7956         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7957         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7958         
7959         Exit from fullscreen mode when switch to presentation. Fix for
7960         bug 309365
7961
7962 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7963
7964         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7965         return NULL if the document does not implement the selection
7966         interface.
7967
7968 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7969
7970         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7971         reported height by using the resolution aspect ratio
7972         (tiff_document_render_pixbuf): scale the pixbuf using the
7973         resolution aspect ratio
7974
7975 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7976
7977         * configure.ac:
7978         
7979         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7980         <kiltedaco@gmail.com>
7981         
7982         * djvu/djvu-document.c: (djvu_document_get_orientation),
7983         (djvu_document_set_orientation), (djvu_document_get_page_size),
7984         (rotate_pixbuf), (djvu_document_render_pixbuf),
7985         (djvu_document_document_iface_init):
7986         * dvi/dvi-document.c: (dvi_document_get_orientation),
7987         (dvi_document_set_orientation), (dvi_document_get_page_size),
7988         (rotate_pixbuf), (dvi_document_render_pixbuf),
7989         (dvi_document_document_iface_init):
7990         
7991         Dvi and djvu backends are ported to new API
7992
7993 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7994
7995         * backend/ev-selection.c: (ev_selection_get_selection_region),
7996         (ev_selection_get_selection_map):
7997         * backend/ev-selection.h:
7998         * pdf/ev-poppler.cc:
7999         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
8000         * shell/ev-jobs.h:
8001         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
8002         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
8003         (ev_pixbuf_cache_get_text_mapping):
8004         * shell/ev-pixbuf-cache.h:
8005         * shell/ev-view.c: (location_in_text),
8006         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
8007         support to EvView.  Now we can see where we can select!  Sweet!
8008
8009 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8010
8011         * shell/ev-view.c (ev_view_button_press_event): Fix
8012         event->y + view->scroll_x typo.
8013
8014 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
8015
8016         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
8017         sub-GdkPixbuf instead of passing dest_x and dest_y.
8018         
8019         * shell/ev-view.c: (view_point_to_doc_point),
8020         (view_rect_to_doc_rect), (ev_view_button_press_event),
8021         (ev_view_motion_notify_event), (compute_new_selection_rect),
8022         (gdk_rectangle_point_in), (compute_new_selection_text),
8023         (compute_selections): Update selection code to keep the selection
8024         around as two points and not as a normalized rectangle, and fix
8025         page level selection in two-column mode.
8026
8027 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
8028
8029         * shell/ev-window.c: (window_configure_event_cb): 
8030         
8031         Fix compilation
8032         
8033 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8034
8035         * pdf/ev-poppler.cc:
8036
8037         Fix compilation
8038
8039 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
8040
8041         * shell/Makefile.am:
8042         * shell/ev-metadata-manager.c: (item_free),
8043         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
8044         (parse_value), (parseItem), (load_values),
8045         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
8046         (save_values), (save_item), (get_oldest), (resize_items),
8047         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
8048         * shell/ev-metadata-manager.h:
8049
8050         Metadata manager from gedit but modified to use GValue, so that
8051         we dont need to keep converting from strings.
8052
8053         * configure.ac:
8054
8055         ENABLE_METADATA conditional, on when dbus is on
8056
8057         * shell/ev-application.c: (ev_application_open_uri):
8058
8059         Show the window after load so that we can initialize
8060         window size before it's showed.
8061
8062         * shell/ev-window.c: (ev_window_setup_from_metadata),
8063         (ev_window_open_uri), (window_configure_event_cb),
8064         (ev_window_init):
8065
8066         Save and load metadata information about window size.
8067         Not yet keeping states in account.
8068
8069         * shell/main.c: (main):
8070
8071         Shutdown metadata manager.
8072
8073 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8074
8075         * shell/ev-application-service.xml:
8076         * configure.ac:
8077         * shell/Makefile.am:
8078         * shell/ev-application.c:
8079         * shell/ev-application.h:
8080         * shell/ev-window.c:
8081         * shell/ev-window.h:
8082         * shell/main.c:
8083
8084         Add an optional dbus interface (--enable-dbus).
8085         Rework application code, mainly to be easier to
8086         use "remotely".
8087         Do not open multiple windows with the same document,
8088         spatial evince!
8089
8090 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
8091
8092         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
8093         pixbuf iff it exists.
8094
8095 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
8096
8097         * shell/*:
8098         * backend/ev-render-context.[ch]:
8099         * backend/ev-selection.[ch]:
8100
8101         Massive changes.  We now support text selection of pdfs, and not
8102         just rectangular selection.  This is pretty broken still, but I
8103         want to get something into CVS.
8104
8105 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8106
8107         * pdf/ev-poppler.cc:
8108         
8109         Fix for Bug 309080: crash on window close.
8110         
8111         * shell/ev-page-action.c: (page_changed_cb):
8112         
8113         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
8114         jensgr@gmx.net (Jens Granseuer).
8115
8116 2005-06-25  Marcel Telka  <marcel@telka.sk>
8117
8118         * configure.in (ALL_LINGUAS): Added sk.
8119
8120 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
8121
8122         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
8123         not a document open
8124
8125 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8126
8127         * NEWS:
8128         * configure.ac:
8129
8130         Release 0.3.2
8131
8132         * cut-n-paste/recent-files/Makefile.am:
8133
8134         Fix make distcheck
8135
8136 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8137
8138         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
8139         (pixbuf_document_set_orientation), (rotate_pixbuf),
8140         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
8141         (pixbuf_document_document_iface_init), (pixbuf_document_init):
8142
8143         Implement rotation and cleanup the code a bit.
8144
8145         * tiff/tiff-document.c: (tiff_document_get_page_size),
8146         (tiff_document_get_orientation), (tiff_document_set_orientation),
8147         (rotate_pixbuf), (tiff_document_render_pixbuf),
8148         (tiff_document_document_iface_init), (tiff_document_init):
8149
8150         Implement rotation. Was the quicker solution for the release
8151         but we really need to share this code in the shell.
8152
8153 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8154
8155         * pdf/ev-poppler.cc:
8156
8157         Enable rotation, require poppler cvs. Fix a leak.
8158
8159 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8160
8161         * shell/ev-window.c: (update_action_sensitivity):
8162         
8163         Make properties unsensitive if document backend doesn't provide
8164         any info
8165
8166 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8167
8168         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8169         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8170         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8171         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8172         (bitmap_flip_rotate_counter_clockwise):
8173         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8174         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8175         (buff_gets):
8176         * dvi/mdvi-lib/common.h:
8177         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8178         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8179         (opendvi), (mdvi_reload), (mdvi_init_context),
8180         (mdvi_destroy_context), (mdvi_dopage), (special):
8181         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8182         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8183         (file_hash_free), (register_encoding), (parse_spec),
8184         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8185         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8186         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8187         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8188         (mdvi_register_font_type), (mdvi_unregister_font_type),
8189         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8190         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8191         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8192         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8193         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8194         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8195         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8196         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8197         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8198         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8199         (mdvi_unregister_special), (mdvi_flush_specials):
8200         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8201         (t1_font_remove):
8202         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8203         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8204         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8205         (free_font_metrics), (flush_font_metrics):
8206         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8207         (tt_font_remove):
8208         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8209         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8210         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8211         (dstring_insert), (dstring_new), (dstring_reset):
8212         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8213         
8214         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8215         avoid conflict with libtool on FC4
8216         
8217         * shell/ev-window.c: (ev_window_cmd_help_about):
8218         
8219         Update copyright year. Fix for bug 308828.
8220
8221 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8222
8223         * shell/ev-view.c: (add_scroll_binding_keypad),
8224         (ev_view_binding_activated), (ev_view_class_init),
8225         (on_adjustment_value_changed):
8226         
8227         Bug 170874: Arrow keys switch pages in presentation mode
8228
8229 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8230
8231         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8232         
8233         Fix for Bug 308265: Sidebar dissappears coming out of 
8234         Presentation mode
8235
8236 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8237
8238         * shell/ev-application.c: (ev_application_open):
8239         * shell/ev-document-types.c: (ev_document_types_add_filters),
8240         (ev_document_types_add_filters_for_type):
8241         * shell/ev-document-types.h:
8242         * shell/ev-window.c: (ev_window_cmd_save_as):
8243         
8244         Suggest basename as template when saving, provide filters
8245         for save dialog. It's bug 308402
8246
8247 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8248
8249         * pdf/ev-poppler.cc:
8250         * shell/ev-sidebar-links.c: (job_finished_callback):
8251         * shell/ev-view.c: (update_find_status_message):
8252         
8253         Some leaks fixed
8254
8255 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8256
8257         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8258         (egg_recent_view_uimanager_set_list):
8259
8260         Fix buglet in !show_numbers case.
8261
8262 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8263
8264         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8265         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8266
8267         Use pango ellipsisation.
8268
8269         * pdf/ev-poppler.cc:
8270
8271         Fix refcount leak, from nsh.
8272
8273 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8274
8275         * cut-n-paste/recent-files/Makefile.am:
8276         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8277         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8278         
8279         Removed EggRecentViewGtk
8280         
8281         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8282         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8283         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8284         (ev_window_setup_recent):
8285         
8286         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8287         with other projects
8288
8289 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8290
8291         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8292         (egg_recent_view_gtk_finalize):
8293
8294         Fix memory leak
8295
8296         * cut-n-paste/toolbar-editor/Makefile.am:
8297         
8298         Fix location of cursor icon.
8299         
8300         * pdf/ev-poppler.cc:
8301         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8302         (display_completion_text), (match_completion):
8303         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8304         (selection_changed_callback), (create_loading_model),
8305         (print_section_cb), (links_page_num_func),
8306         (update_page_callback_foreach):
8307         * shell/ev-window.c: (ev_window_dispose):
8308         
8309         Small memory fixes. Links model now store objects instead
8310         of pointers to improve memory management. 
8311
8312 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8313
8314         * shell/ev-window.c: (zoom_control_changed_cb):
8315         
8316         Fix update of zoom control (bug 308268).
8317
8318 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8319
8320         * shell/ev-properties.c (set_property): escape the text correctly.
8321         Handles non-UTF-8 properties and escaped properties.  Also, sets
8322         the text to "<i>None</i>" if the property isn't set.
8323
8324         * data/evince-properties.glade: Change the label to be ellipsized,
8325         and give it a minimum size.
8326
8327 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8328
8329         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8330         * shell/ev-sidebar-links.c: (create_loading_model):
8331         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8332         * shell/ev-view.c: (ev_view_set_document):
8333         * shell/ev-window.c: (ev_window_dispose):
8334         
8335         Various small fixes, mostly memory leaks. Thanks to valgrind.
8336
8337 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8338
8339         * ps/ps-document.c: remove the locale.h include again ;-). And
8340         kill the (bogus) setlocale/savelocale business.
8341
8342 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8343
8344         * ps/ps-document.c:
8345         
8346         Include locale.h to fix build
8347         
8348         * shell/ev-sidebar.c:
8349         
8350         Remove unnecessary includes
8351
8352 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8353
8354         * dvi/dvi-document.c: (dvi_document_load):
8355         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8356         * po/POTFILES.in:
8357         
8358         Check for incorrect dvi files. Fix parsing dvi on AMD64
8359         platform. Thanks to tester@tester.ca (Olivier Crete).
8360
8361 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8362
8363         * shell/ev-page-action.c: (match_selected_cb),
8364         (display_completion_text), (match_completion), (update_model):
8365         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8366         (expand_open_links):
8367         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8368         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8369         (ev_sidebar_set_document):
8370         * shell/ev-window.c: (ev_window_xfer_job_cb),
8371         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8372         
8373         Fixed lot's of memory leaks, for example, memory leak on reload, 
8374         described in bug 307793.
8375
8376 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8377
8378         * pdf/ev-poppler.cc:
8379         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8380         (update_visible_range), (adjustment_changed_cb),
8381         (ev_sidebar_thumbnails_fill_model),
8382         (ev_sidebar_thumbnails_refresh),
8383         (ev_sidebar_tree_selection_changed),
8384         (ev_sidebar_icon_selection_changed),
8385         (ev_sidebar_thumbnails_use_icon_view),
8386         (ev_sidebar_thumbnails_set_document):
8387         * shell/ev-sidebar-thumbnails.h:
8388         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8389         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8390
8391         Refresh thumbnails when changing orientation. Not fully
8392         working yet becuase of a sidebar bug.
8393
8394         Set page orientation to poppler page everywhere. This sucks
8395         really need to fix poppler.
8396
8397 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8398
8399         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8400         (egg_recent_view_gtk_new_menu_item),
8401         (egg_recent_view_gtk_set_property),
8402         (egg_recent_view_gtk_get_property),
8403         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8404         (egg_recent_view_gtk_set_tooltip_func),
8405         (egg_recent_view_gtk_set_label_width),
8406         (egg_recent_view_gtk_get_label_width):
8407         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8408
8409         Sync with libegg (ellipsize labels)
8410
8411 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8412
8413         * data/evince-ui.xml:
8414         * shell/ev-window.c: (ev_window_cmd_go_forward),
8415         (ev_window_cmd_go_backward):
8416         
8417         Shift + PageUp moves 10 Pages. Fix for 306125
8418
8419 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8420
8421         * pdf/ev-poppler.cc:
8422
8423         Add a flag to check if orientation has been overriden
8424
8425 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8426
8427         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8428         field if necessary.
8429
8430         * ps/ps.h: add creator field to document.
8431
8432         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8433         set creator field.
8434
8435 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8436
8437         * data/evince-properties.glade:
8438         * shell/ev-properties.c: (ev_properties_set_document):
8439
8440         s/PDF Version/Format
8441
8442 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8443
8444         * shell/ev-properties.c: (ev_properties_set_document):
8445
8446         Remove unnecessary translations
8447
8448 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8449
8450         * cut-n-paste/toolbar-editor/Makefile.am:
8451
8452         Correct library name    
8453
8454 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8455
8456         * configure.ac:
8457         * cut-n-paste/recent-files/egg-recent-model.c:
8458         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8459         (egg_recent_model_unlock_file):
8460         * cut-n-paste/recent-files/egg-recent-util.c:
8461         (egg_recent_util_get_unique_id):
8462         * cut-n-paste/recent-files/update-from-egg.sh:
8463         * cut-n-paste/toolbar-editor/Makefile.am:
8464         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8465         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8466         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8467         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8468         (egg_toolbars_model_get_type):
8469         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8470
8471         Better makefile for toolbar editor and update everything
8472         to latest libegg.
8473
8474 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8475
8476         * shell/ev-window.c: (update_document_mode):
8477
8478         Prefer presentation mode when the document
8479         require fullscreen.
8480
8481 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8482
8483         * data/evince-ui.xml:
8484         * shell/ev-window.c:
8485
8486         Add control-equal for zooming
8487
8488 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8489
8490         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8491
8492 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8493
8494         * backend/ev-document.c: (ev_document_get_orientation):
8495         * backend/ev-document.h:
8496         * pdf/ev-poppler.cc:
8497         * ps/ps-document.c: (ps_document_get_orientation),
8498         (ps_document_set_orientation), (ps_document_document_iface_init):
8499
8500         Add a get_orientation api. Improve set_orientation.
8501
8502         * data/evince-ui.xml:
8503         * shell/ev-view.c: (ev_view_set_orientation),
8504         (ev_view_rotate_right), (ev_view_rotate_left):
8505         * shell/ev-view.h:
8506         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8507         (ev_window_cmd_edit_rotate_right):
8508
8509         Better ui for changing document orientation
8510
8511 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8512
8513         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8514         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8515         * shell/ev-sidebar-links.h:
8516         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8517         (ev_sidebar_page_iface_init):
8518         * shell/ev-sidebar-page.h:
8519         * shell/ev-sidebar-thumbnails.c:
8520         (ev_sidebar_thumbnails_get_property),
8521         (ev_sidebar_thumbnails_class_init),
8522         (ev_sidebar_thumbnails_set_document):
8523         * shell/ev-sidebar-thumbnails.h:
8524         * shell/ev-view.c: (ev_view_motion_notify_event):
8525         * shell/ev-window.c: (update_chrome_visibility),
8526         (ev_window_cmd_focus_page_selector),
8527         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8528         (sidebar_page_main_widget_update_cb), (ev_window_init):
8529         
8530         Autoraise toolbar on GoToPage binding and fix bindings in
8531         EvSidebarThumbnails page.
8532
8533 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8534
8535         * shell/ev-properties.c: (update_progress_label):
8536
8537         Hide the progress label when finished; bug #307697.
8538
8539 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8540
8541         * pdf/ev-poppler.cc:
8542
8543         Enable is_open for links, you will need poppler cvs
8544
8545         * shell/ev-properties.c: (job_fonts_finished_cb):
8546
8547         Get a lock on the document when filling the tree view
8548
8549 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8550
8551         * backend/ev-document-links.h:
8552         * pdf/ev-poppler.cc:
8553         * shell/ev-sidebar-links.c: (create_loading_model),
8554         (expand_open_links), (job_finished_callback):
8555
8556         Expand links when specified by the document.
8557         Depend on a poppler api (defined out for now)
8558
8559 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8560
8561         * shell/ev-properties.c: (ev_properties_dispose),
8562         (ev_properties_class_init), (dialog_destroy_cb),
8563         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8564         (ev_properties_set_document), (ev_properties_new),
8565         (ev_properties_show):
8566         * shell/ev-properties.h:
8567
8568         Make it an object, cleanup the code, api to show it as transient
8569         and to set the document.
8570
8571         * shell/ev-window.c: (ev_window_setup_document),
8572         (ev_window_cmd_file_properties):
8573
8574         Adapt to EvProperties changes, do not show multiple
8575         times, update it when document changes.
8576
8577 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8578
8579         * ps/gstypes.h:
8580         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8581         (ps_document_set_orientation), (ps_document_document_iface_init):
8582         * ps/ps-document.h:
8583
8584         Implement orientation here too
8585
8586         * shell/ev-properties.c: (ev_properties_new):
8587         * data/evince-properties.glade:
8588
8589         Hide the fonts page for backends that doesnt
8590         support it.     
8591
8592 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8593
8594         * backend/ev-document.c: (ev_document_set_orientation):
8595         * backend/ev-document.h:
8596         * pdf/ev-poppler.cc:
8597
8598         Add orientation api. Currently poppler api is not optimal,
8599         we need to set orientation every time we _get a page.
8600         I will try to fix that at some point.
8601
8602         * data/evince-ui.xml:
8603         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8604         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8605
8606         Add orientation menu items
8607
8608         * shell/ev-page-cache.c: (ev_page_cache_clear):
8609         * shell/ev-page-cache.h:
8610
8611         Add api to clear the cache
8612
8613         * shell/ev-view.c: (setup_caches), (clear_caches),
8614         (ev_view_set_document), (ev_view_zoom_out),
8615         (ev_view_set_orientation):
8616         * shell/ev-view.h:
8617
8618         Implement orientation changing
8619
8620 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8621
8622         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8623         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8624         * backend/ev-document-fonts.h:
8625
8626         Separate scan and fill so that we can incrementally fill from
8627         the main thread. Add a progress api.
8628
8629         * data/evince-properties.glade:
8630         * pdf/ev-poppler.cc:
8631         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8632         * shell/ev-jobs.h:
8633         * shell/ev-properties.c: (update_progress_label),
8634         (job_fonts_finished_cb), (setup_fonts_view):
8635
8636         Incrementally feel the list and show the progress
8637         percentage in a label like acrobat does.
8638
8639         You are going to need poppler cvs
8640
8641 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8642
8643         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8644         * backend/ev-document-fonts.h:
8645         * pdf/ev-poppler.cc:
8646
8647         Make fonts model fill incrementally.
8648
8649         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8650         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8651         (ev_job_queue_remove_job):
8652         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8653         (ev_job_fonts_new), (ev_job_fonts_run):
8654         * shell/ev-jobs.h:
8655
8656         New job for fonts scanning
8657
8658         * shell/ev-properties.c: (job_fonts_finished_cb),
8659         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8660         * shell/ev-properties.h:
8661         * shell/ev-window.c: (ev_window_cmd_file_properties):
8662
8663         Incrementally feel the treeview using the new job. Show Loading...
8664         message until scanning is completed.
8665
8666         Hopefully I didnt break the build without the poppler patch.
8667
8668 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8669
8670         * shell/ev-application.c: (ev_application_open):
8671         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8672         (ev_document_type_get_type), (ev_document_type_lookup):
8673         * shell/ev-document-types.h:
8674         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8675         * shell/ev-job-xfer.h:
8676         * shell/ev-window.c: (ev_window_clear_local_uri),
8677         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8678         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8679         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8680         
8681         Transfer remote documents to tmp directory to display them later.
8682
8683 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8684
8685         * backend/ev-document-info.h:
8686         * shell/ev-properties.c: (ev_properties_new):
8687
8688         s/GTime*/GTime. Not sure why we was using a pointer
8689         at all there!
8690
8691 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8692
8693         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8694         situations.  That situation is that you're using GTK+-HEAD with
8695         the patch at #306726 is applied, and you have a document with <
8696         1500 pages in it.  It's not quite as uniformly nice as the
8697         TreeView, but should be better in the long run.
8698
8699         I'm pretty sure I guarded against breaking compilation with
8700         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8701         I missed some.
8702
8703         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8704         widget yet, so I commented that code out
8705         enable_view_actions_for_widget() for now.  Need to figure this
8706         out.
8707
8708         * shell/ev-page-action.c (match_selected_cb): emit the right
8709         signals.  Our cool C-l completion now works.
8710
8711 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8712
8713         * backend/Makefile.am:
8714         * backend/ev-document-fonts.c:
8715         * backend/ev-document-links.c:
8716         * backend/ev-document.c: (ev_document_load):
8717         * backend/ev-document.h:
8718         * backend/ev-job-queue.c:
8719         * backend/ev-job-queue.h:
8720         * backend/ev-jobs.c:
8721         * backend/ev-jobs.h:
8722         * backend/ev-page-cache.c:
8723         * backend/ev-page-cache.h:
8724
8725         EvPageCache and EvJobs are moved to shell.
8726
8727         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8728         (ev_tmp_filename):
8729         * lib/ev-file-helpers.h:
8730         
8731         New helper to work with temporary files
8732         
8733         * shell/Makefile.am:
8734         * shell/ev-application.c: (ev_application_open):
8735         * shell/ev-application.h:
8736         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8737         (remove_job_from_async_queue), (add_job_to_async_queue),
8738         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8739         (handle_job), (search_for_jobs_unlocked),
8740         (no_jobs_available_unlocked), (ev_render_thread),
8741         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8742         (ev_job_queue_add_job), (move_job_async), (move_job),
8743         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8744         * shell/ev-job-queue.h:
8745         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8746         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8747         * shell/ev-job-xfer.h:
8748         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8749         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8750         (ev_job_links_class_init), (ev_job_render_init),
8751         (ev_job_render_dispose), (ev_job_render_class_init),
8752         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8753         (ev_job_thumbnail_class_init), (ev_job_load_init),
8754         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8755         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8756         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8757         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8758         * shell/ev-jobs.h:
8759         * shell/ev-page-action.c: (ev_page_action_set_document):
8760         * shell/ev-page-cache.c: (ev_page_cache_init),
8761         (ev_page_cache_class_init), (ev_page_cache_finalize),
8762         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8763         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8764         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8765         (ev_page_cache_get_title), (ev_page_cache_get_size),
8766         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8767         (ev_page_cache_get_height_to_page),
8768         (ev_page_cache_get_max_label_chars),
8769         (ev_page_cache_get_page_label),
8770         (ev_page_cache_has_nonnumeric_page_labels),
8771         (ev_page_cache_get_info), (ev_page_cache_next_page),
8772         (ev_page_cache_prev_page), (ev_page_cache_get):
8773         * shell/ev-page-cache.h:
8774         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8775         (ev_pixbuf_cache_clear_job_sizes),
8776         (ev_pixbuf_cache_add_jobs_if_needed),
8777         (ev_pixbuf_cache_set_page_range):
8778         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8779         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8780         * shell/ev-sidebar-thumbnails.c:
8781         (ev_sidebar_tree_selection_changed),
8782         (ev_sidebar_thumbnails_set_document):
8783         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8784         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8785         (ev_statusbar_get_context_id), (ev_statusbar_push),
8786         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8787         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8788         (ev_statusbar_set_progress):
8789         * shell/ev-statusbar.h:
8790         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8791         (ev_view_find_previous):
8792         * shell/ev-window.c: (ev_window_is_empty),
8793         (ev_window_setup_document), (password_dialog_response),
8794         (ev_window_clear_jobs), (ev_window_load_job_cb),
8795         (ev_window_xfer_job_cb), (ev_window_open_uri),
8796         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8797         (ev_window_print), (ev_window_print_range),
8798         (ev_window_state_event), (ev_window_cmd_view_reload),
8799         (menu_item_select_cb), (menu_item_deselect_cb),
8800         (view_status_changed_cb), (ev_window_dispose),
8801         (drag_data_received_cb), (ev_window_init):
8802         * shell/ev-window.h:
8803         * shell/main.c: (load_files):
8804         
8805         New statusbar to show progress on idle. Two new jobs - 
8806         xfer job and load job to load document in background. And update
8807         of page_cache clients to new location of code.
8808
8809 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8810
8811         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8812         selection in open dialog. It also remembers the last visited directory 
8813         in the current session.
8814
8815 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8816
8817         * shell/ev-properties.c: (ev_properties_new):
8818         * shell/ev-properties.h:
8819         * shell/ev-window.c: (ev_window_cmd_file_properties):
8820         
8821         Get document info from page cache instead of document itself.
8822         This should fix crash related to race conditions described in
8823         bug 306545.
8824
8825 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8826
8827         * ps/ps-document.c: (ps_document_init),
8828         (send_ps), (get_page_box), (output), (catchPipe), (input),
8829         (stop_interpreter), (file_length), (file_readable),
8830         (check_filecompressedb), (ps_document_enable_interpreter),
8831         (document_load), (ps_async_renderer_render_pixbuf):
8832         * ps/ps-document.h:
8833
8834         Big cleanup of the ps code
8835
8836 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8837
8838         * backend/Makefile.am:
8839         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8840         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8841         * backend/ev-async-renderer.h:
8842
8843         Add an async renderer interface (method + callback) which
8844         is useful for backends like ps.
8845
8846         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8847         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8848         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8849         (ev_job_queue_add_job), (move_job_async), (move_job),
8850         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8851
8852         Add queues for async renderer, these are executed on the
8853         main thread.
8854
8855         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8856         (ev_job_render_run):
8857         * backend/ev-jobs.h:
8858
8859         If the backend support async renderer interface use it.
8860
8861         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8862         (setup_pixmap), (ps_document_get_type),
8863         (ps_async_renderer_render_pixbuf),
8864         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8865
8866         Implement async renderer interface.
8867
8868 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8869
8870         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8871
8872         Cleanup links job on exit.
8873
8874 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8875
8876         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8877         (drag_data_get_cb), (drag_data_received_cb):
8878         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8879         (drag_data_get_cb), (parse_item_list),
8880         (egg_toolbar_editor_load_actions):
8881         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8882         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8883         (parse_item_list), (parse_toolbars):
8884         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8885         (dvi_pixbuf_put_pixel):
8886         
8887         Fix gcc 4.0 warnings
8888
8889 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8890
8891         * ps/ps-document.c: (start_interpreter):
8892
8893         Fix warning when loading ps
8894
8895 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8896
8897         * ps/ps-document.c: (output):
8898
8899         Fix crash when priting gs error messages.
8900
8901 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8902
8903         * backend/ev-page-cache.c: (_ev_page_cache_new):
8904         * backend/ev-page-cache.h:
8905
8906         Use a const to return title so that we dont double
8907         free it. Small cleanup and fix a leak.
8908
8909         * shell/ev-window.c: (update_window_title):
8910
8911         strdup value from get_title.
8912
8913 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8914
8915         * shell/ev-sidebar-links.c: (job_finished_callback),
8916         (ev_sidebar_links_set_document):
8917
8918         Cleanup the old job when changing document
8919
8920 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8921
8922         * shell/ev-stock-icons.c:
8923         * shell/ev-stock-icons.h:
8924         * shell/ev-window.c:
8925         
8926         Add stock icons for actions that can appear in toolbar. Fix for
8927         bug 306566.
8928
8929 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8930
8931         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8932         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8933         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8934         * backend/ev-page-cache.h:
8935         * shell/ev-view.c: (scroll_to_current_page),
8936         (view_update_range_and_current_page), (get_page_y_offset),
8937         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8938         (ev_view_size_request_continuous),
8939         (ev_view_zoom_for_size_continuous_and_dual_page),
8940         (ev_view_zoom_for_size_continuous):
8941         
8942         More compact EvView layout in document with pages of different size.
8943
8944 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8945
8946         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8947         compilation.
8948
8949 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8950
8951         * shell/ev-view.c: (view_set_adjustment_values):
8952         * shell/ev-window.c: (ev_window_cmd_file_properties):
8953         
8954         A bit different fix for rounding problem but it has no
8955         problems on startup. Make properties window transient to parent.
8956
8957 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8958
8959         * pdf/ev-poppler.cc:
8960         
8961         More commenting of font stuff.
8962
8963 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8964
8965         * pdf/ev-poppler.cc:
8966
8967         Comment out some more fonts stuff. Should really
8968         work without the poppler patch now.
8969
8970 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8971
8972         * pdf/ev-poppler.cc:
8973
8974         Adapt to api change
8975
8976 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8977
8978         * data/evince-properties.glade:
8979         * pdf/ev-poppler.cc:
8980         * shell/ev-properties.c: (setup_fonts_view):
8981
8982         Set the column title. Show the dialog only
8983         once everything is setup.
8984         Getting font info can be very slow... will
8985         prolly need to make this threaded too.
8986
8987 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8988
8989         * backend/Makefile.am:
8990         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8991         (ev_document_fonts_get_fonts_model):
8992         * backend/ev-document-fonts.h:
8993         * data/evince-properties.glade:
8994         * pdf/ev-poppler.cc:
8995         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8996         * shell/ev-properties.h:
8997         * shell/ev-window.c: (ev_window_cmd_file_properties):
8998
8999         Implement fonts list. Defined out for now, since it depends
9000         on a not yet committed poppler patch.
9001
9002 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
9003
9004         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
9005         page + 1.
9006
9007         * shell/ev-window.c: Make sure we add the timeout when we get a
9008         focus-in event.
9009
9010         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
9011         adjustment->value before calculating the zoom factor to average
9012         out all of our rounding errors.  The page no longer 'drifts' when
9013         resizing.
9014
9015 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9016
9017         * data/evince-properties.glade:
9018         * shell/ev-properties.c: (ev_properties_format_date),
9019         (set_property):
9020         
9021         Labels don't expand when the dialogue is resized.
9022         strftime result needs to be converted to UTF-8. Thanks
9023         to Christian Persch <chpe@gnome.org>.
9024
9025 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9026
9027         * data/evince-properties.glade:
9028
9029         Hide the fonts tab
9030
9031 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
9032
9033         * backend/ev-document-info.h:
9034         * backend/ev-document.c: (ev_document_info_free):
9035         * data/evince-properties.glade:
9036         * pdf/ev-poppler.cc:
9037         * ps/ps-document.c: (ps_document_get_info):
9038         * shell/ev-properties.c: (ev_properties_format_date),
9039         (set_property), (ev_properties_new):
9040         * shell/ev-properties.h:
9041         * shell/ev-window.c: (ev_window_cmd_file_properties):
9042
9043         Rework properties code to take only EvPropertyInfo
9044         in the constructor so that it can be useful for
9045         nautilus plugin too.
9046
9047         Deal with backends that doesnt support some properties.
9048         Make set property code generic.
9049
9050 2005-06-04  Christian Persch <chpe@gnome.org>
9051
9052         * data/evince-properties.glade:
9053
9054         fix spacings, make resizeable, and make data labels
9055         selectable + ellipsised
9056
9057 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
9058
9059         * backend/ev-document-info.h:
9060         * data/Makefile.am:
9061         * data/evince-ui.xml:
9062         * pdf/ev-poppler.cc:
9063         * shell/Makefile.am:
9064         * shell/ev-window.c: (update_action_sensitivity),
9065         (ev_window_cmd_file_properties):
9066
9067         Initial go at file properties. Patch by
9068         Emil Soleyman-Zomalan <emil@soleyman.com>.
9069         Needs love see #169583
9070
9071 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
9072
9073         * ps/ps-document.c: (output):
9074         * ps/ps.c: (psscan):
9075
9076         Try to render even if psscan fails.
9077
9078 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9079
9080         * ps/ps.c: (psscan), (pscopydoc):
9081
9082         Port buffered reading code from gv
9083
9084 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9085
9086         * ps/ps-document.c: (interpreter_message), (output):
9087
9088         Do not fail on interpreter messages
9089
9090 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
9091
9092         * backend/ev-document-misc.c:
9093         (ev_document_misc_get_thumbnail_frame):
9094
9095         Pages can be 0 x 0, dont assert on this case
9096
9097 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9098
9099         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
9100         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
9101
9102         Correctly manage our reference on document. Finally the reload
9103         huge leak is gone...
9104
9105 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9106
9107         * ps/ps-document.c: (ps_document_dispose):
9108
9109         Forgot to chain it to the parent. Thanks chpe.
9110
9111 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9112
9113         * ps/ps-document.c: (ps_document_dispose),
9114         (ps_document_class_init), (stop_interpreter), (document_load):
9115
9116         Cleanup dispose a bit. Dont leak the whole pixmap.
9117
9118 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9119
9120         * pdf/ev-poppler.cc:
9121
9122         Release the poppler document on dispose
9123
9124 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9125
9126         * shell/ev-view.c: (ev_view_set_document):
9127
9128         Release ref on the pixbuf cache when changing
9129         document.
9130
9131 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9132
9133         * ps/ps-document.c: (ps_document_get_info):
9134
9135         Fix a double free
9136
9137 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
9138
9139         * backend/ev-page-cache.c: (ev_page_cache_init),
9140         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
9141         * backend/ev-page-cache.h:
9142         * shell/ev-page-action.c: (page_changed_cb):
9143         
9144         Set page action entry width depending on labels width. Fix
9145         for bug 305202.
9146
9147 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
9148
9149         * backend/ev-link.c: (ev_link_class_init):
9150
9151         Allow -1 as page value (error)
9152
9153 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9154
9155         * shell/ev-sidebar-thumbnails.c:
9156         (ev_sidebar_thumbnails_set_document):
9157         * shell/ev-view.c: (scroll_to_current_page),
9158         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9159         (page_changed_cb), (on_adjustment_value_changed),
9160         (ev_view_set_document):
9161
9162         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9163         Fix bug 305377
9164
9165 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9166
9167         * configure.ac:
9168         * djvu/djvu-document.c: (djvu_document_get_page_size):
9169
9170         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9171         bug 301993.
9172
9173 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9174
9175         * shell/ev-view.c (draw_one_page): modify the expose handling to
9176         get the shadows.
9177
9178         * shell/ev-window.c (update_action_sensitivity): Respect
9179         permissions field.  Kowtow to the man.
9180
9181         * pdf/ev-poppler.cc: Get the permissions field.
9182
9183         * tiff/*c: Make a tiny bit more robust.
9184
9185 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9186
9187         * djvu/djvu-document.c:
9188         
9189         Pop messages from djvu context message queue.
9190
9191 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9192
9193         * configure.ac, Makefile.am, shell/Makefile.am:
9194         * tiff/Makefile.am, shell/ev-document-types.c:
9195         
9196         Cleanup tiff configure checks. Fix for bug 305218.
9197
9198 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9199
9200         * configure.ac: Added "uk" to ALL_LINGUAS.
9201
9202 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9203
9204         * cut-n-paste/zoom-control/ephy-zoom.c:
9205         (ephy_zoom_get_changed_zoom_level):
9206         * cut-n-paste/zoom-control/ephy-zoom.h:
9207         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9208         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9209         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9210         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9211         (zoom_control_changed_cb), (ev_window_init):
9212         
9213         Fix minor points related to moving best fit up. Introduce
9214         "zoom" property and make zoom control change it's value on
9215         notify::zoom signals. Fix for 305080.
9216
9217 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9218
9219         * data/evince-ui.xml:
9220         * shell/ev-window.c: (set_view_actions_sensitivity):
9221         
9222         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9223
9224 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9225
9226         * configure.ac:
9227
9228         Depends on poppler 0.3.2
9229
9230 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9231
9232         * cut-n-paste/recent-files/egg-recent-item.c:
9233         (egg_recent_item_get_short_name):
9234         * cut-n-paste/toolbar-editor/Makefile.am:
9235         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9236         (new_pixbuf_from_widget):
9237         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9238         * cut-n-paste/toolbar-editor/egg-marshal.c:
9239         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9240         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9241
9242         Sync
9243
9244 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9245
9246         * tiff/tiff-document.c: Rough TIFF backend.
9247
9248 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * NEWS:
9251         * configure.ac:
9252         * cut-n-paste/toolbar-editor/Makefile.am:
9253
9254         Release 0.3.1
9255
9256 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9257
9258         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9259         (ev_view_find_next), (ev_view_find_previous):
9260
9261         Remove the locks around get_n_results   
9262
9263 2005-05-21  Juerg Billeter  <j@bitron.ch>
9264
9265         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9266
9267         Pass correct number of pages to poppler.
9268
9269 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9270
9271         * configure.ac:
9272         * data/Makefile.am:
9273         * data/evince.desktop.in: 
9274         * data/evince.desktop.in.in:
9275         * po/POTFILES.in:
9276         
9277         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9278
9279 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9280
9281         * shell/ev-view.c: (view_update_adjustments),
9282         (view_set_adjustment_values): cast adjustmen->value to (int)
9283         before using it.  Otherwise, we get off by a pixel in some
9284         situations.
9285
9286         (draw_one_page): Draw the border on expose.
9287
9288 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9289
9290         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9291         adjustment when the mode changes, #304923
9292
9293 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9294
9295         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9296         flickering on resize but still use gdk_window_scroll on
9297         scrolling
9298
9299 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9300
9301         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9302         option, #170458
9303
9304 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9305
9306         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9307         second page on page_changed if possible, #304669
9308
9309 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9310
9311         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9312         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9313
9314 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9315
9316         * .cvsignore:
9317         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9318         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9319         (ev_view_zoom_for_size_presentation),
9320         (ev_view_zoom_for_size_continuous_and_dual_page),
9321         (ev_view_zoom_for_size_continuous),
9322         (ev_view_zoom_for_size_dual_page),
9323         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9324         * shell/ev-view.h:
9325         * shell/ev-window.c: (update_view_size),
9326         (ev_window_sizing_mode_changed_cb):
9327
9328         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9329         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9330         an infinite loop, #304769
9331
9332
9333 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9334
9335         * data/evince-ui.xml:
9336         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9337         * shell/ev-window.c: (set_view_actions_sensitivity):
9338
9339         Make PgUp/Down behave like Space
9340
9341 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9342
9343         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9344         * backend/ev-ps-exporter.h:
9345         * pdf/ev-poppler.cc:
9346         * ps/ps-document.c: (ps_document_ps_export_begin):
9347         * shell/ev-print-job.c: (idle_print_handler):
9348
9349         Adapt to new poppler api
9350
9351 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9352
9353         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9354         (ephy_zoom_control_init):
9355
9356         Translate zoom levels
9357
9358 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9359
9360         * cut-n-paste/zoom-control/ephy-zoom.c:
9361         (ephy_zoom_get_zoom_level_index):
9362
9363         Fix current zoom -> zoom control match
9364
9365 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9366
9367         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9368         rather than the scrolled_window that it's in. Fixes bug #304655.
9369
9370 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9371
9372         * shell/ev-view.c: (view_update_adjustments),
9373         (view_set_adjustment_values), (view_update_range_and_current_page),
9374         (view_scroll_to_page), (set_scroll_adjustment),
9375         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9376         (ev_view_scroll), (ev_view_scroll_view),
9377         (ensure_rectangle_is_visible), (find_page_at_location),
9378         (get_link_at_location), (go_to_link), (status_message_from_link),
9379         (ev_view_size_request_continuous_dual_page),
9380         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9381         (ev_view_unrealize), (ev_view_expose_event),
9382         (ev_view_button_press_event), (ev_view_motion_notify_event),
9383         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9384         (draw_rubberband), (highlight_find_results), (draw_one_page),
9385         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9386         (ev_view_init), (find_changed_cb), (page_changed_cb),
9387         (on_adjustment_value_changed), (ev_view_new),
9388         (ev_view_set_document), (ev_view_set_zoom),
9389         (ev_view_set_continuous), (ev_view_set_dual_page),
9390         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9391         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9392         (ev_view_zoom_for_size_presentation),
9393         (ev_view_zoom_for_size_continuous_dual_page),
9394         (ev_view_zoom_for_size_continuous),
9395         (ev_view_zoom_for_size_dual_page),
9396         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9397         (ev_view_get_status), (ev_view_set_status),
9398         (update_find_status_message), (ev_view_get_find_status),
9399         (ev_view_set_find_status), (jump_to_find_result),
9400         (jump_to_find_page), (compute_selections), (clear_selection),
9401         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9402         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9403         (ev_view_update_primary_selection),
9404         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9405         * shell/ev-view.h:
9406         * shell/ev-window.c: (ev_window_open_page_label),
9407         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9408         (ev_window_init):
9409         * shell/ev-window.h:
9410         * shell/main.c: (load_files):
9411
9412         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9413         when resizing.  Remove the bin_window().  Also, patch from James
9414         Bowes to fix command line page, #300641
9415         
9416 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9417
9418         * data/evince-ui.xml:
9419         * shell/ev-view.c:
9420         * shell/ev-view.h:
9421         * shell/ev-window.c: (update_action_sensitivity):
9422
9423         Get rid of View->Normal Size, it's just confusing
9424
9425 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9426
9427         * backend/ev-document-info.h:
9428         * backend/ev-document.c: (ev_document_info_free): Free the
9429         EvDocumentInfo.
9430
9431         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9432         (clear_range), (add_range), (update_visible_range),
9433         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9434         (ev_sidebar_thumbnails_set_document):
9435         * shell/ev-window.c: (ev_window_setup_document): Only render the
9436         visible thumbnails.  It takes an instant to render, but it uses
9437         much less memory.
9438
9439 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9440
9441         * shell/ev-sidebar-links.c: (popup_menu_cb):
9442
9443         Select first item
9444
9445 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9446
9447         * lib/Makefile.am:
9448         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9449         (button_press_cb), (ev_sidebar_links_construct):
9450
9451         Show the popup menu also on keybindings
9452
9453 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9454
9455         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9456         * shell/ev-window.h:
9457
9458         Expose api to print a range (with dialog). Make private _print use
9459         it.
9460
9461         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9462         (ev_sidebar_links_construct):
9463
9464         Show a print context menu on linkx, it prints the selected
9465         section.
9466
9467 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9468
9469         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9470         button.
9471
9472 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9473
9474         * AUTHORS:
9475
9476         Update
9477
9478         * shell/ev-window.c: (build_comments_string),
9479         (ev_window_cmd_help_about):
9480
9481         Show poppler version/backend and authors
9482
9483 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9484
9485         * cut-n-paste/zoom-control/ephy-zoom.c:
9486         (ephy_zoom_get_zoom_level_index):
9487         * cut-n-paste/zoom-control/ephy-zoom.h:
9488
9489         Move the best fit items at the top of the list
9490
9491 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9492
9493         * shell/ev-marshal.list:
9494         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9495         (activate_cb), (match_selected_cb), (activate_link_cb),
9496         (connect_proxy), (ev_page_action_class_init):
9497         * shell/ev-page-action.h:
9498
9499         Use signals to notify action activation. Hopefully
9500         I did not break completion since I cant test...
9501
9502         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9503         (register_custom_actions):
9504
9505         Connect to page selector actions and also grab focus on
9506         the view when activated.
9507
9508 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9509
9510         * pdf/ev-poppler.cc:
9511         * backend/ev-page-cache.c: make page size calculation consistent
9512         and set it to (int)( width * scale + 0.5).  This makes the weird
9513         line going through the middle of the page go away.
9514
9515         * shell/ev-view.c: move painting the background page after
9516         checking the expose area covers us.
9517
9518 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9519
9520         * data/evince-password.glade:
9521         
9522         Mark labels as not translatable. Fix for bug 302842.
9523
9524 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9525
9526         * configure.ac: Added "es" to ALL_LINGUAS.
9527
9528 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9529
9530         * data/evince-toolbar.xml:
9531         * shell/ev-window.c: (update_action_sensitivity),
9532         (ev_window_setup_document), (ev_window_set_page_mode),
9533         (ev_window_init):
9534
9535         Remove some leftover code from jrb first continous
9536         attempt. Use the new actions, we still need good icons
9537         though...
9538
9539 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9540
9541         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9542
9543         Update label when connecting proxy. Fix a warning with NULL
9544         page_cache.
9545
9546 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9547
9548         * data/evince-ui.xml:
9549         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9550         * shell/ev-page-action.h:
9551         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9552
9553         Add mnemonic for edit toolbar.
9554         ctrl+l focus the page entry.
9555
9556 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9557
9558         * lib/Makefile.am:
9559         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9560         (ev_window_init):
9561         * shell/main.c: (main):
9562
9563         Put the toolbar xml in evince own dot dir
9564
9565 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9566
9567         * shell/ev-window.c: (ev_window_init):
9568
9569         Make the toolbar not removable
9570
9571 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9572
9573         * data/evince-ui.xml:
9574         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9575         * shell/ev-sidebar-links.h:
9576         * shell/ev-sidebar-thumbnails.c:
9577         (ev_sidebar_thumbnails_get_treeview):
9578         * shell/ev-sidebar-thumbnails.h:
9579         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9580         (ev_view_class_init):
9581         * shell/ev-view.h:
9582         * shell/ev-window.c: (update_action_sensitivity),
9583         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9584         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9585         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9586         (ev_window_init):
9587
9588         This is evil... Make space/backspace global accelerators but
9589         enable them only for some widgets (sidebars and view).
9590         I dont like it, but I dont know a better way... :/
9591
9592 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9593
9594         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9595         (ev_page_action_widget_finalize),
9596         (ev_page_action_widget_class_init), (update_page_cache):
9597
9598         Keep a weak reference on proxy->page_cache so that we
9599         dont try to disconnect the signal if the object is already
9600         gone. Maybe there is a better way to cleanup reference handling
9601         in page action though...
9602
9603 2005-05-10  Juerg Billeter  <j@bitron.ch>
9604
9605         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9606         * backend/ev-ps-exporter.h:
9607         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9608         * ps/ps-document.c: (ps_document_ps_export_begin):
9609         
9610         Change api to pass print range to ps_exporter_begin. The pdf backend
9611         requires this information.
9612         
9613         * shell/ev-print-job.c: (idle_print_handler):
9614         
9615         Adapt to api change
9616
9617 2005-05-10  Juerg Billeter  <j@bitron.ch>
9618
9619         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9620         (idle_print_handler)
9621         * shell/ev-window.c: (ev_window_print):
9622
9623         Support printing page range, based on patch by Amaury Jacquot
9624
9625 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9626
9627         * data/evince-toolbar.xml:
9628
9629         Add zoom control to available items
9630
9631 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9632
9633         * shell/ev-window.c: (update_action_sensitivity):
9634
9635         Set slash action insensitive when appropriate
9636
9637 2005-05-10  Christian Persch <chpe@gnome.org>
9638
9639         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9640
9641         Fix warning on the overflow menu
9642
9643 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9644
9645         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9646
9647         Check for uri correctness/existence
9648
9649 2005-05-09  Juerg Billeter  <j@bitron.ch>
9650
9651         * shell/ev-window.c: (using_postscript_printer):
9652
9653         LPD printers use postscript, too
9654
9655 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9656
9657         * shell/ev-window.c: (register_custom_actions):
9658
9659         The zoom one is actually sort of useful,
9660         put it back
9661
9662 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9663
9664         * shell/ev-window.c: (register_custom_actions):
9665
9666         Hide page/zoom controls from overflow, they
9667         are useless.
9668
9669 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9670
9671         * cut-n-paste/update-from-egg.sh:
9672         
9673         Share it between all cut-n-paste subdirs
9674
9675         * cut-n-paste/recent-files/Makefile.am:
9676
9677         Fix to use "global" update-from-egg.sh
9678
9679         * cut-n-paste/recent-files/egg-recent-model.c:
9680         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9681         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9682         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9683         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9684
9685         Update from libegg
9686
9687         * cut-n-paste/toolbar-editor/Makefile.am:
9688
9689         Fix to use "global" update-from-egg.sh
9690
9691         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9692
9693         Update from libegg
9694
9695 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9696
9697         * configure.ac:
9698         * cut-n-paste/Makefile.am:
9699         * cut-n-paste/recent-files/Makefile.am:
9700         * cut-n-paste/toolbar-editor/.cvsignore:
9701         * cut-n-paste/toolbar-editor/Makefile.am:
9702         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9703         (egg_editable_toolbar_get_type), (get_toolbar_position),
9704         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9705         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9706         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9707         (set_item_drag_source), (create_item_from_action), (create_item),
9708         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9709         (popup_toolbar_context_menu_cb), (free_dragged_item),
9710         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9711         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9712         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9713         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9714         (item_added_cb), (item_removed_cb),
9715         (egg_editable_toolbar_construct),
9716         (egg_editable_toolbar_disconnect_model),
9717         (egg_editable_toolbar_deconstruct),
9718         (egg_editable_toolbar_set_model),
9719         (egg_editable_toolbar_set_ui_manager),
9720         (egg_editable_toolbar_set_property),
9721         (egg_editable_toolbar_get_property),
9722         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9723         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9724         (egg_editable_toolbar_new_with_model),
9725         (egg_editable_toolbar_get_edit_mode),
9726         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9727         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9728         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9729         (new_pixbuf_from_widget), (new_separator_pixbuf),
9730         (update_separator_image), (style_set_cb),
9731         (_egg_editable_toolbar_new_separator_image),
9732         (egg_editable_toolbar_get_model):
9733         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9734         * cut-n-paste/toolbar-editor/egg-marshal.c:
9735         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9736         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9737         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9738         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9739         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9740         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9741         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9742         (editor_drag_data_delete_cb), (drag_data_get_cb),
9743         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9744         (editor_create_item), (update_editor_sheet), (setup_editor),
9745         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9746         (parse_item_list), (model_has_action), (update_actions_list),
9747         (egg_toolbar_editor_load_actions):
9748         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9749         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9750         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9751         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9752         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9753         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9754         (egg_toolbars_model_add_separator), (impl_add_item),
9755         (parse_item_list), (egg_toolbars_model_add_toolbar),
9756         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9757         (impl_get_item_data), (impl_get_item_type),
9758         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9759         (egg_toolbars_model_init), (free_toolbar),
9760         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9761         (egg_toolbars_model_remove_toolbar),
9762         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9763         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9764         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9765         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9766         (egg_toolbars_model_get_item_data),
9767         (egg_toolbars_model_get_item_type):
9768         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9769         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9770         * data/Makefile.am:
9771         * data/evince-toolbar.xml:
9772         * data/evince-ui.xml:
9773         * data/hand-open.png:
9774         * po/POTFILES.in:
9775         * shell/Makefile.am:
9776         * shell/ev-window.c: (update_chrome_visibility),
9777         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9778         (ev_window_dispose), (ev_window_init):
9779
9780         Implement epiphany like toolbar editor. Based on patch by
9781         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9782
9783 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9784
9785         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9786
9787         Use set_cursor instead of set_selection, so that
9788         the keyboard focus moves too.
9789
9790 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9791
9792         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9793
9794         Fix infinite loop when loading Type1 fonts
9795
9796 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9797
9798         * data/evince-ui.xml:
9799         * shell/ev-window.c:
9800
9801         Slash -> Find
9802
9803 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9804
9805         * configure.ac:
9806
9807         Make --disable really disable
9808
9809 2005-05-07  Juerg Billeter  <j@bitron.ch>
9810
9811         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9812
9813         Compare page labels even without has_labels set, fixes setting page
9814         with entry
9815
9816 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9817
9818         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9819         (ev_view_set_cursor), (ev_view_button_press_event),
9820         (ev_view_motion_notify_event), (ev_view_button_release_event),
9821         (ev_view_init):
9822
9823         Implement middle button scrolling. Based on a patch
9824         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9825
9826 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9827
9828         * shell/ev-document-types.c: (get_slow_mime_type),
9829         (get_document_type_from_mime), (ev_document_type_lookup):
9830         * shell/ev-document-types.h:
9831
9832         Change api to lookup from uri. Do fast lookup first, if the
9833         type is unknown try with data sniffing.
9834
9835         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9836         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9837
9838         Adapt to api change
9839
9840 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9841
9842         * thumbnailer/Makefile.am:
9843
9844         Fix distcheck
9845
9846 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9847
9848         * NEWS:
9849         * configure.ac:
9850
9851         Release 0.3.0
9852
9853         * data/evince-ui.xml:
9854
9855         Hide presentation mode for now
9856
9857         * shell/ev-view.c: (highlight_find_results):
9858
9859         Show current find selection only on current page
9860
9861 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9862
9863         * shell/ev-view.c: (ev_view_select_all):
9864
9865         Compute size of the actual page, not of
9866         the current one.
9867
9868 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9869
9870         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9871         (view_rect_to_doc_rect), (compute_selections),
9872         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9873         (ev_view_copy), (ev_view_primary_get_cb),
9874         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9875         (ev_view_button_press_event), (ev_view_motion_notify_event),
9876         (ev_view_button_release_event), (page_changed_cb):
9877
9878         Fix text selection
9879
9880 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9881
9882         * shell/ev-view.c: (compute_border), (get_page_extents),
9883         (doc_rect_to_view_rect), (highlight_find_results),
9884         (ev_view_bin_expose), (ev_view_select_all),
9885         (ev_view_motion_notify_event), (update_find_status_message),
9886         (jump_to_find_result), (jump_to_find_page):
9887
9888         First go at fixing search, still buggy
9889
9890 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9891
9892         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9893         dropdown box and button at the top of the sidebar.
9894
9895 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9896
9897         * configure.ac: Output zoom-control Makefile.
9898         * cut-n-paste/Makefile.am: build zoom-control subdir.
9899         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9900         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9901         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9902         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9903         * cut-n-paste/zoom-control/ephy-zoom.c:
9904         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9905         from epiphany, and modified to add a separator into the menu.
9906         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9907         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9908         zoom-control action.
9909         * shell/Makefile.am: Include zoom-control flags.
9910         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9911         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9912         (ev_view_zoom_for_size_presentation),
9913         (ev_view_zoom_for_size_continuous_and_dual_page),
9914         (ev_view_zoom_for_size_continuous),
9915         (ev_view_zoom_for_size_dual_page),
9916         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9917         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9918         ev_view_get_zoom and ev_view_get_sizing_mode.
9919         * shell/ev-view.h:
9920         * shell/ev-window.c: (update_action_sensitivity),
9921         (update_sizing_buttons), (zoom_control_changed_cb),
9922         (register_custom_actions): Initialize and use the zoom-control 
9923         widget.
9924
9925 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9926
9927         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9928         preview cache back to 1.  Don't know when it got set to 0.
9929         
9930         * shell/ev-view.c: (compute_border), (ev_view_realize),
9931         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9932         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9933         (ev_view_get_fullscreen), (ev_view_set_presentation),
9934         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9935         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9936         * shell/ev-view.h:
9937         * shell/ev-window.c:
9938         (update_chrome_visibility),
9939         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9940         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9941         (update_document_mode), (ev_window_update_fullscreen_action),
9942         (ev_window_fullscreen), (ev_window_unfullscreen),
9943         (ev_window_cmd_view_fullscreen),
9944         (ev_window_update_presentation_action),
9945         (ev_window_run_presentation), (ev_window_stop_presentation),
9946         (ev_window_cmd_view_presentation), (ev_window_state_event),
9947         (ev_window_focus_in_event), (ev_window_focus_out_event),
9948         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9949         * data/evince-ui.xml: Initial presentation mode.  We should
9950         probably hide this until it's done, as it's quite rough.  Also,
9951         change full-screen to fullscreen and add two getters to EvView.
9952
9953 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9954
9955         * shell/ev-page-action.c: (update_page_cache),
9956         (ev_page_action_dispose):
9957         * shell/ev-window.c: (destroy_fullscreen_popup),
9958         (ev_window_create_fullscreen_popup):
9959
9960         Use connect_object rather than explicitly
9961         disconnect on dispose.
9962
9963 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9964
9965         * shell/ev-page-action.c: (update_page_cache),
9966         (ev_page_action_dispose):
9967
9968 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9969
9970         * backend/ev-page-cache.c: (_ev_page_cache_new),
9971         (ev_page_cache_set_page_label),
9972         (ev_page_cache_has_nonnumeric_page_labels):
9973         * backend/ev-page-cache.h:
9974         * shell/ev-page-action.c: (update_pages_label):
9975         
9976         If all page labels are numeric, fallback to default
9977         way to display number of pages. See bug 173185.
9978
9979 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9980
9981         * shell/ev-page-action.c: (ev_page_action_dispose):
9982         * shell/ev-view.c: (view_update_range_and_current_page):
9983         * shell/ev-window.c: (ev_window_dispose):
9984         
9985         Set page on scroll in continuous mode. Fixes bug 301986.
9986         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9987
9988 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9989
9990         * configure.ac:
9991
9992         Require poppler 0.3.0
9993
9994 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9995         
9996         * shell/Makefile.am, configure.ac: Fix build problems
9997         with t1lib. Bug 301996.
9998
9999 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10000
10001         * shell/ev-view.c: (ev_view_scroll_event):
10002         
10003         Scroll up increase zoom
10004
10005 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10006
10007         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
10008         (ev_view_set_sizing_mode),
10009         (ev_view_zoom_for_size_continuous_and_dual_page),
10010         (ev_view_zoom_for_size_continuous):
10011         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10012         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
10013         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
10014         (ev_window_init):
10015
10016         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
10017         Fix for 165473 and 165472.
10018
10019 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10020
10021         * po/POTFILES.in:
10022         * thumbnailer/Makefile.am:
10023         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
10024         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
10025         * thumbnailer/evince-thumbnailer.schemas.in:
10026         
10027         Make thumbnailer schemas translatable. Fix for bug 301773
10028         
10029         * thumbnailer/evince-thumbnailer-djvu.schemas:
10030         * thumbnailer/evince-thumbnailer-dvi.schemas:
10031         * thumbnailer/evince-thumbnailer.schemas:
10032
10033         Removed files
10034
10035 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
10036
10037         * shell/ev-view.c (ev_view_init): forgot to set this.
10038
10039 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
10040
10041         * shell/ev-view.c: (find_page_at_location),
10042         (get_link_at_location),
10043         (ev_view_set_show_border), (ev_view_set_spacing),
10044         (ev_view_zoom_for_size_continuous_and_dual_page),
10045         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
10046         Also, add a quick fix measuring of widths.  Also, removed
10047         ev_view_set_spacing and ev_view_set_show_border.
10048         
10049         * shell/ev-window.c: (ev_window_unfullscreen),
10050         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
10051
10052 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10053
10054         * shell/ev-view.c: (view_update_range_and_current_page),
10055         (page_changed_cb):
10056         
10057         Fix crash on exit and scrolling to page in continuous view.
10058
10059 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
10060
10061         * TODO:
10062         * backend/ev-page-cache.c: (_ev_page_cache_new),
10063         (ev_page_cache_get_max_width_size),
10064         (ev_page_cache_get_max_height_size):
10065         * backend/ev-page-cache.h:
10066         * data/evince-ui.xml:
10067         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
10068         * shell/ev-view.c: (view_update_adjustments),
10069         (view_update_range_and_current_page), (get_bounding_box_size),
10070         (ev_view_size_request_continuous_and_dual_page),
10071         (ev_view_size_request_continuous),
10072         (ev_view_size_request_dual_page),
10073         (ev_view_size_request_single_page), (ev_view_size_request),
10074         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
10075         (ev_view_bin_expose), (ev_view_expose_event),
10076         (ev_view_set_property), (ev_view_get_property),
10077         (ev_view_class_init), (ev_view_init), (ev_view_new),
10078         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
10079         (ev_view_set_dual_page), (ev_view_set_full_screen),
10080         (ev_view_set_presentation), (ev_view_set_sizing_mode),
10081         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
10082         (ev_view_zoom_out), (zoom_for_size_fit_width),
10083         (zoom_for_size_best_fit),
10084         (ev_view_zoom_for_size_continuous_and_dual_page),
10085         (ev_view_zoom_for_size_continuous),
10086         (ev_view_zoom_for_size_dual_page),
10087         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
10088         (ev_view_show_cursor), (ev_sizing_mode_get_type):
10089         * shell/ev-view.h:
10090         * shell/ev-window.c: (update_action_sensitivity),
10091         (ev_window_cmd_continuous), (ev_window_cmd_dual),
10092         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10093         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
10094         (ev_window_cmd_view_zoom_out), (update_view_size),
10095         (ev_window_set_sizing_mode), (ev_window_init):
10096
10097         Add Continuous and Dual page modes.
10098
10099 2005-04-23  James Bowes  <bowes@cs.dal.ca>
10100
10101         * dvi/dvi-document.c: (dvi_document_load),
10102         (dvi_document_thumbnails_get_thumbnail),
10103         (dvi_document_init_params): Fix up some mixups between
10104         width and height to correct thumbnail rendering.
10105
10106 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10107
10108         * dvi/mdvi-lib/private.h:
10109         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
10110         
10111         Suppess output for kpathsea during font generation. Thanks to
10112         James Bowes
10113
10114 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
10115
10116         * NEWS:
10117         * configure.ac:
10118
10119         Release 0.2.1
10120
10121         * Makefile.am: fix distcheck.
10122
10123 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10124
10125         * shell/ev-sidebar-links.c: (selection_changed_callback),
10126         (update_page_callback), (row_activated_callback),
10127         (job_finished_callback), (ev_sidebar_links_set_document):
10128         
10129         Fix for bug #169901. Double click on links expands tree.
10130
10131 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
10132
10133         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
10134         hard-coded style. Fix for bug 170111
10135
10136 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
10137
10138         * shell/ev-view.c (highlight_find_results): Remove unnecessary
10139         locking.
10140
10141 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10142
10143         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
10144
10145 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
10146
10147         * pdf/ev-poppler.cc:
10148         * shell/ev-view.c: (highlight_find_results):
10149
10150         Fix find on single page documents
10151
10152 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10153
10154         * data/evince.schemas.in: fix for bug 301390
10155
10156 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10157
10158         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10159         (ev_view_zoom_out), (ev_view_zoom_normal):
10160         * shell/ev-view.h:
10161         * shell/ev-window.c: (update_action_sensitivity),
10162         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10163         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10164         (ev_window_cmd_view_normal_size):
10165
10166         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10167         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10168         better than oom. 
10169
10170 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10171
10172         * configure.ac:
10173
10174         Depend on 2.57, 2.59 doesnt seem to be necessary
10175
10176 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10177
10178         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10179         (create_tool_item):
10180
10181         Put back total number of pages as (1 of 1234)
10182
10183 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10184
10185         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10186         remove the job.
10187
10188         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10189         function.  This helps debugging.
10190
10191 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10192
10193         * djvu/djvu-document.c: (djvu_document_class_init),
10194         (djvu_document_get_info), (djvu_document_document_iface_init):
10195         * dvi/dvi-document.c: (dvi_document_class_init),
10196         (dvi_document_get_info), (dvi_document_document_iface_init):
10197
10198         Dummy implementation of get_info method for dvi and
10199         djvu. Fix crashes with those backends
10200
10201 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10202
10203         * data/evince.desktop.in:
10204
10205         Add application/x-gzpostscript
10206
10207 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10208
10209         * data/evince.schemas.in: Added real long descriptions, 
10210         closes bug 172496 
10211
10212         * README: Added actual text, closes bug 171869
10213
10214 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10215
10216         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10217
10218         Thumbnail page 0
10219
10220 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10221
10222         * backend/ev-document-info.h:
10223
10224         s/GDate */GDate so we can just use g_free
10225
10226 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10227
10228         * shell/ev-window.c: (update_document_mode),
10229         (ev_window_setup_document):
10230
10231         Show the window in fullscreen when specified by
10232         the document
10233
10234 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10235
10236         * backend/ev-document.c: (ev_document_class_init),
10237         (ev_document_get_info), (ev_document_render_pixbuf):
10238         * backend/ev-document.h:
10239         * backend/ev-page-cache.c: (_ev_page_cache_new):
10240         * pdf/ev-poppler.cc:
10241         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10242         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10243         * ps/ps-document.c: (ps_document_class_init), (document_load),
10244         (ps_document_get_info), (ps_document_document_iface_init):
10245
10246         Remove get_title from the interface, we can just use document info
10247
10248 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10249
10250         * backend/Makefile.am:
10251         * backend/ev-document.c: (ev_document_render_get_info):
10252         * backend/ev-document.h:
10253         * pdf/ev-poppler.cc:
10254
10255         Initial support for document info. Based on jrb patch.
10256
10257 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10258
10259         * shell/ev-window.c: (ev_window_state_event),
10260         (ev_window_class_init), (ev_window_init):
10261         
10262         Doesn't show resize grip when maximized. See bug #301053
10263
10264 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10265
10266         * po/POTFILES.in:
10267         
10268         ev-sidebar-thumbnails now has translatable labels
10269         
10270         * shell/Makefile.am:
10271         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10272         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10273         (ev_sidebar_links_page_iface_init):
10274         * shell/ev-sidebar-links.h:
10275         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10276         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10277         (ev_sidebar_page_get_label):
10278         * shell/ev-sidebar-page.h:
10279         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10280         (ev_sidebar_thumbnails_set_document),
10281         (ev_sidebar_thumbnails_support_document),
10282         (ev_sidebar_thumbnails_get_label),
10283         (ev_sidebar_thumbnails_page_iface_init):
10284         * shell/ev-sidebar-thumbnails.h:
10285         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10286         (ev_sidebar_set_document):
10287         * shell/ev-sidebar.h:
10288         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10289         
10290         Small rework of sidebar code. Now sidebar pages should implement
10291         EvSidebarPage interface. That makes page management in EvSidebar
10292         easier. See bug #164811 for details
10293
10294 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10295
10296         * shell/ev-application.c: (ev_application_open):
10297         * shell/ev-document-types.c:
10298         
10299         Fix build error and small problem with application exit
10300
10301 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10302
10303         * thumbnailer/Makefile.am:
10304         * thumbnailer/evince-thumbnailer-djvu.schemas:
10305         * thumbnailer/evince-thumbnailer-dvi.schemas:
10306         
10307         Conditionally install schemas for djvu/dvi thumbnailer
10308
10309 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10310
10311         * shell/ev-document-types.h: 
10312         * shell/ev-document-types.c: 
10313         New files, handling the mapping from mimetypes to backends
10314         
10315         * shell/ev-window.c: 
10316         * thumbnailer/evince-thumbnailer.c:     
10317         Use the ev-document-types code
10318         
10319         * shell/Makefile.am: 
10320         Added new convenience library libevbackendfactory_la, containing
10321         the new mimetype->backend logic; moved the backends into it.
10322
10323         * thumbnailer/Makefile.am:
10324         Make the thumbnailer link with the libevbackend.la convenience
10325         library, rather than having a duplicate of the backend logic here.
10326
10327 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10328
10329         * shell/ev-stock-icons.c: constify some vars.
10330         * shell/ev-window.c: ditto.
10331
10332 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10333
10334         * ps/ps-document.c (get_page_orientation):
10335
10336         Respect document orientation 
10337
10338 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10339
10340         * djvu/Makefile.am:
10341         * dvi/Makefile.am:
10342         * shell/Makefile.am:
10343         
10344         Move library dependencies to components.
10345         
10346         * shell/ev-window.c: (update_window_title),
10347         (start_loading_document):
10348         
10349         Fix display of uris with spaces. Bug 168358.
10350
10351 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10352
10353         * shell/ev-sidebar-links.c: (selection_changed_cb):
10354         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10355         (ev_view_button_release_event), (ev_view_set_document):
10356         * shell/ev-view.h:
10357         * shell/ev-window.c: (find_bar_search_changed_cb):
10358         * shell/ev-window.h: Minor cleanups removing some dead code.
10359
10360 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10361
10362         * backend/ev-page-cache.c: (_ev_page_cache_new):
10363         
10364         Set current page to 0 if document has pages.
10365
10366 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10367
10368         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10369
10370         Initialize GError to NULL, fix a crash when loading fails.
10371
10372 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10373
10374         * shell/ev-window.c: (update_view_size):
10375
10376         Calculate shadow size only when there is actually
10377         a shadow.
10378
10379 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10380
10381         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10382         * shell/ev-view.h:
10383
10384         Allow setting view spacing, default to 0
10385
10386         * shell/ev-window.c: (ev_window_unfullscreen),
10387         (ev_window_cmd_view_fullscreen), (ev_window_init):
10388
10389         Remove spacing in fullscreen mode
10390
10391 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10392
10393         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10394         (ev_view_size_request), (expose_bin_window),
10395         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10396         * shell/ev-view.h:
10397         * shell/ev-window.c: (ev_window_unfullscreen),
10398         (ev_window_cmd_view_fullscreen):
10399
10400         Do not draw the border in fulscreen
10401
10402 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10403
10404         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10405         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10406         (find_page_at_location), (page_changed_cb):
10407
10408         Rework border calculation, so that I can more easily disable it.
10409         Code somewhat cleaner too.
10410
10411 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10412
10413         * backend/ev-page-cache.c: (ev_page_cache_init),
10414         (_ev_page_cache_new):
10415
10416         Remove some assertions, documents can have 0 pages.
10417         Make initial current page -1.
10418
10419         * shell/ev-page-action.c: (page_changed_cb):
10420
10421         Show "" if current page is -1
10422
10423         * shell/ev-window.c: (update_action_sensitivity),
10424         (ev_window_setup_document):
10425
10426         When document has 0 pages do not set the view
10427         and make nearly everything insensitive.
10428
10429 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10430
10431         * shell/ev-page-view.c:
10432         * shell/ev-page-view.h:
10433
10434         Remove unused files.
10435         
10436         * shell/ev-sidebar-thumbnails.c:
10437         (ev_sidebar_thumbnails_set_document):
10438         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10439         (ev_sidebar_supports_document):
10440         * shell/ev-sidebar.h:
10441         * shell/ev-window.c: (ev_window_setup_document):
10442         
10443         Doesn't show thumbnails if document has 1 page. Make
10444         sidebar menu entries sensitive only if if they have 
10445         sense. Fix bug 164811. 
10446
10447 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10448
10449         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10450         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10451         (ev_view_zoom_out), (ev_view_set_size):
10452
10453         Rework sizing to deal with documents with not uniform page
10454         size.
10455
10456 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10457
10458         * backend/ev-page-cache.c: (_ev_page_cache_new):
10459
10460         Fix several page size caching bugs
10461
10462 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10463
10464         * shell/ev-window.c: (set_action_properties):
10465
10466         Make all toolbar items translatable
10467
10468 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10469
10470         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10471         (save_page_list), (ps_document_save),
10472         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10473         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10474         (ps_document_ps_exporter_iface_init):
10475         * ps/ps-document.h:
10476
10477         Based on a patch by J�rg Billeter <j@bitron.ch>
10478         
10479         Implement print and save a copy for the ps backend.
10480
10481 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10482
10483         * backend/ev-document.h:
10484         * djvu/djvu-document.c: (djvu_document_can_get_text),
10485         (djvu_document_document_iface_init):
10486         * dvi/dvi-document.c: (dvi_document_can_get_text),
10487         (dvi_document_document_iface_init):
10488         * pdf/ev-poppler.cc:
10489         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10490         (pixbuf_document_document_iface_init):
10491         * ps/ps-document.c: (ps_document_can_get_text),
10492         (ps_document_document_iface_init):
10493         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10494         * shell/ev-window.c: (update_action_sensitivity):
10495
10496         Fix the crash when trying to copy in backends that doesnt
10497         support it. We can implement a better solution once we
10498         do real text selection.
10499
10500 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10501
10502         * data/evince-ui.xml:
10503         * shell/ev-window.c: (ev_window_cmd_escape):
10504         
10505         Work around the Escape conflict (find bar and unfullscreen)
10506
10507 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10508
10509         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10510         
10511         Fix for #300233. Next page correctly handles document end.
10512         
10513         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10514         (ev_sidebar_thumbnails_class_init),
10515         (ev_sidebar_thumbnails_set_document),
10516         (ev_sidebar_thumbnails_clear_job),
10517         (ev_sidebar_thumbnails_clear_model):
10518         
10519         Cleanup thumbnail jobs on document changes.
10520         
10521         * shell/ev-view.c: (add_scroll_binding_keypad),
10522         (add_scroll_binding_shifted), (ev_view_class_init):
10523         
10524         Shift + Space scrolls up. Fix for #173184
10525         
10526         * shell/ev-window.c: (ev_window_open_page),
10527         (ev_window_cmd_view_reload):
10528         
10529         Fix reload (Bug #300094)
10530
10531 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10532
10533         
10534         * dvi/mdvi-lib/assoc.c:
10535         * dvi/mdvi-lib/assoc.h: Removed garbage files
10536         
10537         * dvi/mdvi-lib/bitmap.c:
10538         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10539         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10540         * dvi/mdvi-lib/color.h: Antialias of rules
10541         
10542         * dvi/mdvi-lib/common.h:
10543         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10544         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10545         * dvi/mdvi-lib/files.c:
10546         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10547         * dvi/mdvi-lib/mdvi.h:
10548         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10549         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10550         * dvi/mdvi-lib/util.c: Fix compile warnings
10551         
10552         * dvi/dvi-document.c:
10553         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10554         (dvi_document_thumbnails_get_thumbnail),
10555         (dvi_document_document_thumbnails_iface_init):
10556         * dvi/mdvi-lib/Makefile.am:
10557         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10558         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10559         
10560         Dvi backend now renders thumbnails
10561
10562 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10563
10564         * shell/main.c: (main): 
10565         
10566         Save accelerators on exit. Fixes bug #172095.
10567
10568 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10569
10570         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10571         update priority" comment.
10572
10573         * backend/ev-job-queue.c: Give a way to change priority.
10574
10575 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10576
10577         * shell/ev-page-action.c: Fix logic.
10578
10579 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10580
10581         * shell/ev-view.c: (ev_view_can_find_next):
10582         * shell/ev-window.c: (ev_window_setup_document):
10583
10584         Check that the document supports find
10585
10586 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10587
10588         * data/evince-ui.xml:
10589         * shell/ev-view.c: (ev_view_can_find_next):
10590         * shell/ev-view.h:
10591         * shell/ev-window.c: (update_action_sensitivity),
10592         (find_changed_cb), (ev_window_setup_document),
10593         (ev_window_cmd_edit_find_next):
10594
10595         Add Edit->Find Next
10596
10597 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10598
10599         * pdf/ev-poppler.cc:
10600         * shell/ev-print-job.c: (idle_print_handler):
10601
10602         Make printing work again
10603
10604 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10605
10606         * shell/ev-page-action.h:
10607         * shell/ev-page-action.c: (ev_page_action_widget_init),
10608         (ev_page_action_widget_class_init), (page_changed_cb),
10609         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10610         (get_filter_model_from_model), (match_selected_cb),
10611         (display_completion_text), (match_completion), (update_model),
10612         (connect_proxy), (ev_page_action_set_property),
10613         (ev_page_action_get_property), (ev_page_action_set_document),
10614         (ev_page_action_set_model), (ev_page_action_class_init): Big
10615         reworking to make completions work iff we have >= GTK-2.7.0
10616                 
10617         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10618         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10619         (job_finished_cb): We now have a 'model' property that is set when
10620         the links are loaded.  This can be caught with "notify::model"
10621
10622         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10623         listen for the model to be set, and propagate it to the action.
10624
10625 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10626
10627         * cut-n-paste/recent-files/egg-recent-item.c:
10628         (egg_recent_item_set_uri), (make_valid_utf8),
10629         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10630         * cut-n-paste/recent-files/egg-recent-item.h:
10631         
10632         Update egg-recent from libegg. This should fix long
10633         startup problem. For details see
10634         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10635
10636 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10637
10638         * cut-n-paste/recent-files/Makefile.am:
10639         * data/evince-ui.xml, shell/Makefile.am:
10640         * shell/ev-application.c, shell/ev-application.h:
10641         * shell/ev-window.c: Recent files support.
10642         
10643         * configure.ac: Added "ru" to ALL_LINGUAS.
10644         
10645         * dvju: new backend to support DJVU files.
10646         * dvi: new backend to support DVI.
10647
10648         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10649         * ev-application.c: Support for new backends.
10650         
10651         * help, ev-window.c, main.c shell/Makefile.am: 
10652         Evince user documentation.
10653
10654 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10655
10656         * po/POTFILES.in:
10657         * shell/ev-window.c:
10658         * thumbnailer/evince-thumbnailer.c:
10659
10660         s/pdf-document/ev-poppler
10661
10662 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10663
10664         * NEWS:
10665         * configure.ac:
10666
10667         Release 0.2.0
10668
10669         * ps/ps-document.c: (setup_pixmap):
10670
10671         Remove debug code
10672
10673 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10674
10675         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10676         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10677         (ev_window_cmd_go_first_page): Fix of by one errors.
10678
10679 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10680
10681         * ps/ps-document.c: (get_page_box):
10682
10683         Fix page size calculation
10684
10685 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10686
10687         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10688         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10689         (get_page_orientation), (setup_page), (document_load),
10690         (ps_document_get_page_size), (render_pixbuf_idle):
10691         * ps/ps-document.h:
10692
10693         More refactoring to adapt to EvDocument changes
10694
10695 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10696
10697         * ps/ps-document.c: (start_interpreter):
10698
10699         Actually add alpha args
10700
10701 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10702
10703         * pdf/ev-poppler.cc:
10704
10705         Make clipboard work again
10706
10707 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10708
10709         Make searching work again.
10710         
10711         * backend/ev-document.c:
10712         * backend/ev-document.h:
10713         * backend/ev-document-find.c:
10714         * backend/ev-document-find.h: Change EvDocumentIface so we no
10715         longer store the current page or zoom level in the document.  The
10716         consequence is that all calls that operate on the current page now
10717         instead take the page number as an extra argument, and all
10718         coordinates are now doubles in document coordinate system.
10719
10720         * pdf/ev-poppler.cc:
10721         * pixbuf/pixbuf-document.c:
10722         * ps/ps-document.c: Update backends accordingly.
10723
10724 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10725
10726         * autogen.sh:
10727
10728         Add required gettext version
10729
10730 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10731
10732         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10733         make F1 bring up non-existent help.
10734
10735         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10736         epiphany's find bar, #167477
10737
10738         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10739         <emil@nishra.com> to add space-bar scrolling, 
10740
10741         * shell/ev-window.c (static GtkActionEntry entries): add default
10742         keybinding for Help (F1)
10743         Fixes #171068
10744
10745         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10746         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10747         170110
10748
10749 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10750
10751         * Makefile.am: 
10752         * pixbuf/pixbuf-document.c: 
10753
10754         Got pixbuf backend working again
10755
10756 2005-04-01  Steve Murphy  <murf@e-tools.com>
10757
10758         * configure.in: Added "rw" to ALL_LINGUAS.
10759
10760 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10761
10762         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10763         model types, noticed by Martin Kretzschmar.
10764
10765 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10766
10767         * pdf/ev-poppler.cc: Implement search based on
10768         poppler_page_find_text().  Currently a bit crude since we remember
10769         all matches from all pages.  Also, we grab the big document lock
10770         when we search since searching changes the underlying stream and
10771         thus conflicts with the rendering thread.
10772         
10773         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10774         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10775         (ev_view_find_previous): Fix some page indexes to be 0 based,
10776         offset rubber band by view offset,
10777
10778 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10779
10780         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10781
10782 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10783
10784         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10785         completely because I didn't understand GtkActions.  I should
10786         read Marco's code more carefully in the future.
10787
10788         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10789         function
10790
10791 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10792
10793         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10794         PopplerRectangle change from poppler CVS.
10795
10796 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10797
10798         * backend/ev-document.c: (ev_document_get_page_label):
10799         * backend/ev-document.h:
10800         * backend/ev-page-cache.c: (_ev_page_cache_new),
10801         (ev_page_cache_get_page_label):
10802         * backend/ev-page-cache.h:
10803         * pdf/ev-poppler.cc:
10804         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10805         (links_page_num_func):
10806         * shell/ev-sidebar-thumbnails.c:
10807         (ev_sidebar_thumbnails_set_document):
10808         * shell/ev-view.c: (status_message_from_link),
10809         (ev_view_motion_notify_event):
10810         * shell/ev-window.c: (document_supports_sidebar): Add in page
10811         label support.  It's not perfect yet, but it's the first 'feature'
10812         in a while.
10813         Also, fix a bogus comment noticed by crispin. 
10814
10815 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10816
10817         * Makefile.am: Remove pixbuf backend for now
10818
10819         * configure.ac: Require poppler-glib instead of just poppler.
10820
10821         * backend/ev-document-thumbnails.h: Add a comment
10822
10823         * backend/ev-document.h:
10824         * backend/ev-document.c: (ev_document_class_init),
10825         (ev_document_load), (ev_document_get_link),
10826         (ev_document_get_links): Remove 3 methods and add get_links.
10827         Also, made 0 based.
10828
10829         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10830         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10831
10832         * backend/ev-link.c: (ev_link_set_title),
10833         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10834         (ev_link_mapping_find):
10835         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10836         
10837         * backend/ev-page-cache.c: (ev_page_cache_init),
10838         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10839         (ev_page_cache_get_size), (ev_page_cache_next_page),
10840         (ev_page_cache_prev_page): Fix to be 0 based.
10841
10842         * pdf/Makefile.am: 
10843         * pdf/ev-poppler.h:
10844         * pdf/ev-poppler.cc: New backend.
10845         
10846         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10847         (ps_document_get_page), (ps_document_document_iface_init):
10848
10849         * shell/ev-pixbuf-cache.h:
10850         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10851         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10852         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10853         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10854         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10855         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10856         based.
10857         
10858         * shell/ev-sidebar-thumbnails.c:
10859         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10860         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10861
10862         * shell/ev-view.c: (status_message_from_link),
10863         (find_page_at_location), (get_link_at_location),
10864         (ev_view_motion_notify_event), (ev_view_button_release_event),
10865         (ev_view_init): Use the new link code.  Fix to be 0 based.
10866
10867         * shell/ev-window.c: (update_action_sensitivity),
10868         (document_supports_sidebar): 0 based.
10869
10870 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10871
10872         * pdf/pdf-document.cc: Patch from Fernando Herrera
10873         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10874         *blush*
10875
10876 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10877
10878         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10879         1 to the page, as this seems to be 1 based.  I thought we has this
10880         fixed.  grump.
10881
10882 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10883
10884         * TODO:
10885         * backend/Makefile.am:
10886         * backend/ev-document-links.c:
10887         (ev_document_links_has_document_links),
10888         (ev_document_links_get_links_model):
10889         * backend/ev-document-links.h:
10890         * backend/ev-document.c: (ev_document_get_page_cache),
10891         (ev_document_get_doc_mutex), (ev_document_load),
10892         (ev_document_save), (ev_document_get_title),
10893         (ev_document_get_n_pages), (ev_document_set_page),
10894         (ev_document_get_page), (ev_document_set_target),
10895         (ev_document_set_scale), (ev_document_set_page_offset),
10896         (ev_document_get_page_size), (ev_document_get_text),
10897         (ev_document_get_link), (ev_document_render),
10898         (ev_document_render_pixbuf), (ev_document_scale_changed):
10899         * backend/ev-document.h:
10900         * backend/ev-job-queue.c: (remove_object_from_queue),
10901         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10902         (no_jobs_available_unlocked), (ev_render_thread),
10903         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10904         (ev_job_queue_remove_job):
10905         * backend/ev-job-queue.h:
10906         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10907         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10908         (ev_job_links_class_init), (ev_job_render_init),
10909         (ev_job_render_dispose), (ev_job_render_class_init),
10910         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10911         (ev_job_thumbnail_class_init), (ev_job_finished),
10912         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10913         (ev_job_render_run), (ev_job_thumbnail_new),
10914         (ev_job_thumbnail_run):
10915         * backend/ev-jobs.h:
10916         * backend/ev-link.c:
10917         * backend/ev-link.h:
10918         * backend/ev-page-cache.c: (ev_page_cache_init),
10919         (ev_page_cache_class_init), (ev_page_cache_finalize),
10920         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10921         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10922         (ev_page_cache_set_link), (ev_page_cache_get_title),
10923         (ev_page_cache_get_size), (ev_page_cache_next_page),
10924         (ev_page_cache_prev_page):
10925         * backend/ev-page-cache.h:
10926         * pdf/pdf-document.cc:
10927         * ps/gsdefaults.c:
10928         * ps/gsdefaults.h:
10929         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10930         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10931         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10932         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10933         (is_interpreter_ready), (output), (catchPipe), (input),
10934         (start_interpreter), (check_filecompressed), (compute_dimensions),
10935         (ps_document_enable_interpreter), (document_load),
10936         (ps_document_next_page), (render_page), (ps_document_set_page),
10937         (ps_document_set_scale), (render_pixbuf_idle),
10938         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10939         * ps/ps-document.h:
10940         * shell/Makefile.am:
10941         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10942         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10943         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10944         (ev_pixbuf_cache_new), (job_finished_cb),
10945         (check_job_size_and_unref), (move_one_job),
10946         (ev_pixbuf_cache_update_range), (find_job_cache),
10947         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10948         (ev_pixbuf_cache_add_jobs_if_needed),
10949         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10950         * shell/ev-pixbuf-cache.h:
10951         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10952         (idle_print_handler):
10953         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10954         (selection_changed_cb), (create_loading_model),
10955         (ev_sidebar_links_construct), (links_page_num_func),
10956         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10957         (update_page_callback), (job_finished_cb),
10958         (ev_sidebar_links_set_document):
10959         * shell/ev-sidebar-thumbnails.c:
10960         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10961         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10962         (page_changed_cb), (thumbnail_job_completed_callback),
10963         (ev_sidebar_thumbnails_set_document):
10964         * shell/ev-sidebar-thumbnails.h:
10965         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10966         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10967         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10968         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10969         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10970         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10971         (ev_view_button_release_event), (ev_view_scroll_view),
10972         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10973         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10974         (ev_view_new), (job_finished_cb), (page_changed_cb),
10975         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10976         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10977         (ev_view_find_previous):
10978         * shell/ev-view.h:
10979         * shell/ev-window.c: (update_action_sensitivity),
10980         (ev_window_open_page), (update_window_title), (update_total_pages),
10981         (page_changed_cb), (ev_window_setup_document),
10982         (password_dialog_response), (ev_window_cmd_save_as),
10983         (ev_window_print), (ev_window_cmd_go_previous_page),
10984         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10985         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10986         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10987         * shell/main.c: (main):
10988
10989         Merge evince-threads branch
10990
10991 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10992
10993         * configure.ac: Added "lt" to ALL_LINGUAS.
10994
10995 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10996
10997         * NEWS:
10998         * configure.ac:
10999
11000         Release 0.1.9
11001
11002 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
11003
11004         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11005
11006         Fix here also the thumbnails 1-basedness :)
11007
11008 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11009
11010         * NEWS:
11011         * configure.ac:
11012
11013         Release 0.1.8
11014
11015 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
11016
11017         * pdf/pdf-document.cc:
11018         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
11019         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
11020
11021         Fix the mess we did with thumbnails and 1-basedness
11022
11023 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
11024
11025         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
11026
11027 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
11028
11029         * NEWS:
11030         * configure.ac:
11031
11032         Release 0.1.7
11033
11034 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
11035
11036         * ps/Makefile.am:
11037         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
11038         (gtk_gs_defaults_get_alpha_parameters),
11039         (gtk_gs_defaults_get_ungzip_cmd),
11040         (gtk_gs_defaults_get_unbzip2_cmd):
11041         * ps/gsdefaults.h:
11042         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
11043         (ps_document_get_orientation), (document_load),
11044         (ps_document_goto_page), (ps_document_set_page_size):
11045         * ps/ps-document.h:
11046
11047         Some more sanitization of the ps backend. Remove a lot
11048         of unused code and do not base our defaults on ggv
11049         preferences (ugh!)
11050
11051 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
11052
11053         * thumbnailer/evince-thumbnailer.schemas:
11054         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11055         (main): add -s option for thumbnail size.
11056
11057 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
11058
11059         * configure.ac:
11060
11061         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
11062         remove it.
11063
11064 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11065
11066         * pdf/pdf-document.cc:
11067
11068         Remove 4 pixels of useless border from the
11069         thumbnail.
11070
11071 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
11072
11073         * backend/ev-document-thumbnails.c:
11074         (ev_document_thumbnails_get_thumbnail):
11075         * backend/ev-document-thumbnails.h:
11076
11077         Rework API a bit. Add a border flag and
11078         change sizing logic (now the size we specify
11079         applies to the bigger dimension).
11080
11081         * pdf/pdf-document.cc:
11082         * pixbuf/pixbuf-document.c:
11083         (pixbuf_document_thumbnails_get_thumbnail):
11084         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
11085         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11086
11087         Adapt to the new API and do not draw a border for nautilus
11088         thumbnailer.
11089
11090 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
11091
11092         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
11093         take thumbnails from page "0" instead of "1". Added a copyright header.
11094
11095 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
11096
11097         * ps/ps-document.c: (set_up_page), (start_interpreter):
11098
11099         Make it C89 compliant
11100
11101 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
11102
11103         * Makefile.am:
11104         * configure.ac:
11105         * pdf/.cvsignore:
11106         * pdf/pdf-document.cc:
11107         * thumbnailer/Makefile.am:
11108         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
11109         (main):
11110         * thumbnailer/evince-thumbnailer.schemas:
11111         * thumbnailer/pdf-icon.png:
11112
11113         Add a nautilus thumbnailer.
11114         Based on patch by Fernando Herrera <fherrera@onirica.com>.
11115
11116 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
11117
11118         * NEWS:
11119         * configure.ac:
11120         * po/POTFILES.in:
11121
11122         Release 0.1.6
11123
11124 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
11125
11126         Use poppler instead of including xpdf source code.  Poppler is a
11127         fork of xpdf to build it as a shared library. See
11128         http://freedesktop.org/wiki/Software/poppler.
11129
11130         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
11131         xpdf fork.
11132         
11133         * pdf/Makefile.am: Build libpdfdocument.a here.
11134         
11135         * pdf/GDKSplashOutputDev.cc:
11136         * pdf/GDKSplashOutputDev.h:
11137         * pdf/GnomeVFSStream.cc:
11138         * pdf/GnomeVFSStream.h:
11139         * pdf-document.cc:
11140         * pdf-document.h:
11141         * test-gdk-output-dev.cc
11142         * Thumb.cc:
11143         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
11144         against poppler.
11145
11146 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11147
11148         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
11149
11150         Clear idle stack before unsetting the document
11151
11152 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11153
11154         * ps/ps-document.c: (ps_document_widget_event),
11155         (ps_document_set_target), (ps_document_finalize),
11156         (ps_document_get_page):
11157
11158         Disconnect the widget event signal on finalize.
11159         Some code cleanups.
11160
11161 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11162
11163         * ps/ps-document.c: (set_up_page):
11164
11165         If there is no bpixmap create one, even if size
11166         is not changed.
11167
11168 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11169
11170         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11171         (set_up_page), (document_load), (ps_document_set_zoom):
11172
11173         Default page is 0. Calculate size even when we have no
11174         target yet.
11175
11176 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11177
11178         * shell/ev-sidebar.c: expand the selection widget to be always as
11179         wide as the sidebar
11180
11181 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11182
11183         * shell/ev-sidebar-thumbnails.c:
11184         (ev_sidebar_thumbnails_set_document):
11185
11186         Clear the list store when setting document
11187
11188 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11189
11190         * shell/ev-page-action.c: (update_entry), (sync_entry),
11191         (activate_cb), (entry_size_request_cb), (create_tool_item),
11192         (connect_proxy):
11193
11194         Use an entry for the page control instead of spinbuttons
11195
11196 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11197
11198         * data/evince.schemas.in:
11199
11200         Correct confusing string
11201
11202 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11203
11204         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11205         for real.  Gosh, how long has this been broken.
11206
11207         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11208         check for a NULL link.  We crash otherwise.
11209
11210 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11211
11212         * NEWS:
11213         * configure.ac:
11214
11215         Release 0.1.5
11216
11217 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11218
11219         * configure.ac: add the french translation.
11220
11221 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11222
11223         * shell/ev-window.c:
11224
11225         Remove unused header -> fix distcheck
11226
11227 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11228
11229         * shell/ev-window.c: (update_window_title),
11230         (ev_window_popup_password_dialog):
11231
11232         Unescape filename for display
11233
11234 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11235
11236         * pdf/xpdf/pdf-document.cc:
11237
11238         In get_page_size deal with rotation. Also
11239         cleanup the function a bit.
11240
11241 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11242
11243         * pdf/xpdf/pdf-document.cc:
11244
11245         Fix crash when opening in new window
11246
11247 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11248
11249         * configure.ac:
11250
11251         Check ghostscript >= 7
11252
11253 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11254
11255         * shell/ev-window.c:
11256
11257         Make page width the default sizing mode
11258
11259 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11260         Marco Pesenti Gritti <marco@gnome.org>
11261
11262         * shell/ev-window.c: Remember the sidebar size
11263
11264         * data/evince.schemas.in: Add a new gconf key to store the size of
11265         the sidebar
11266
11267 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11268
11269         * data/evince-ui.xml:
11270         * shell/ev-window.c: (update_action_sensitivity),
11271         (ev_window_cmd_view_reload):
11272         
11273         Add a "Reload" action and menu entry
11274
11275 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11276
11277         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11278         iff the type doesn't support thumbnailing and indexing.
11279
11280 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11281
11282         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11283
11284 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11285
11286         * pdf/splash/Splash.cc:
11287
11288         Port fix for a crasher from kde bug
11289         http://bugs.kde.org/show_bug.cgi?id=97131
11290
11291 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11292
11293         * pdf/xpdf/pdf-document.cc:
11294
11295         Return a link even if it's of an unrecognized
11296         type. Otherwise we go in an infinte cycle.
11297
11298 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11299
11300         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11301         (size_allocate_cb), (ev_window_set_sizing_mode):
11302
11303         Update size when switching mode
11304
11305 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11306
11307         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11308         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11309         (ev_window_cmd_view_normal_size):
11310
11311         Fix size toggle buttons behavior
11312
11313 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11314
11315         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11316         (doc_rect_to_view_rect), (ev_view_size_allocate),
11317         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11318         (scale_changed_callback):
11319
11320         Do not cache offsets in size_allocate.
11321
11322 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11323
11324         * shell/ev-view.c: (ev_view_size_allocate):
11325
11326         Calculate offsets before calling the parent
11327         class (which does a redraw)
11328
11329 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11330
11331         * pdf/xpdf/pdf-document.cc:
11332
11333         Fix a crasher on exit. Unused code, put a TODO
11334
11335 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11336
11337         * backend/ev-document.c: (ev_document_class_init),
11338         (ev_document_page_changed), (ev_document_scale_changed):
11339         * backend/ev-document.h:
11340
11341         Separate page/scale notifications
11342
11343         * pdf/xpdf/pdf-document.cc:
11344
11345         Emit the new signals.
11346         Do not display the pdf page in _render, do it
11347         when scale/page are requested.
11348
11349         * ps/ps-document.c: (ps_document_set_zoom),
11350         (ps_document_widget_event):
11351         * ps/ps-document.h:
11352
11353         Emit the new signals.
11354
11355         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11356         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11357         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11358         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11359         * shell/ev-view.h:
11360         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11361         (ev_window_cmd_view_page_width), (size_allocate_cb),
11362         (ev_window_set_sizing_mode):
11363
11364         Rework sizing to be pixel based.
11365         There are bugs but should be already way better.
11366
11367 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11368
11369         * shell/ev-window.c: (ev_window_init):
11370
11371         Do not allow to shrink sidebar smaller then
11372         child requisition
11373
11374 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11375
11376         * shell/ev-sidebar.[ch]
11377         * shell/ev-window.c:
11378
11379         Improved sidebar widget. Fixes #166683
11380
11381 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11382
11383         * shell/ev-view.c (update_find_status_message): Give translators
11384         more flexibility with ngettext plural handling.
11385
11386 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11387
11388         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11389         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11390         page when we get the page size.
11391
11392 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11393
11394         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11395
11396         ps pages are 0 based, convert 
11397
11398 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11399
11400         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11401
11402         Initialize correct parent class. Set GError on document load
11403
11404 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11405
11406         * pdf/xpdf/pdf-document.cc:
11407
11408         Fixup selection offset calculation
11409
11410         * shell/ev-view.c: (view_rect_to_doc_rect),
11411         (doc_rect_to_view_rect), (ev_view_size_allocate),
11412         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11413         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11414
11415         Store selection as document relative, so that zooming
11416         and offset changing doesnt break it.
11417
11418 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11419
11420         * shell/ev-view.c: (ev_view_best_fit):
11421
11422         Do not try to best fit if the view is not realized
11423
11424 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11425           
11426         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11427
11428 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11429
11430         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11431
11432 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11433
11434         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11435         the popup window.  That prevents it resizing when in full screen
11436         mode.
11437
11438         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11439         multiple rerenders.  This pretty much sucks.
11440
11441         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11442         rest of the toolbar.
11443
11444 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11445
11446         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11447
11448 2005-02-17  Alexander Shopov  <ash@contact.bg>
11449
11450         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11451
11452 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11453
11454         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11455
11456 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11457
11458         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11459         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11460         (set_document_page), (document_changed_callback),
11461         (ev_view_set_document), (ev_view_find_previous),
11462         (ev_view_hide_cursor), (ev_view_show_cursor):
11463         * shell/ev-view.h:
11464         * shell/ev-window.c: (update_chrome_visibility),
11465         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11466         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11467         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11468         (ev_window_unfullscreen):
11469         * shell/main.c: (main):
11470
11471         Automatically hide the fullscreen button.
11472         Patch by Kristian Høgsberg <krh@redhat.com>
11473
11474 2005-02-16  Vincent Noel  <vnoel@cox.net>
11475
11476         * shell/main.c (main): Specify an icon for the window. Patch by
11477         Jaap A. Haitsma. Fixes #166177.
11478
11479 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11480
11481         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11482
11483 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11484
11485         * backend/ev-document-misc.h:
11486         * backend/ev-document-misc.c:
11487         (ev_document_misc_get_page_border_size),
11488         (ev_document_misc_paint_one_page): New function to canonicalize
11489         sizing/painting a border.
11490
11491         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11492         used.
11493
11494         * pdf/xpdf/pdf-document.cc: use new function
11495
11496         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11497         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11498         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11499         shell/ev-window.c: (update_sizing_buttons),
11500         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11501         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11502         (ev_window_cmd_view_page_width), (size_allocate_cb),
11503         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11504         and "fit width" values act as toggle buttons so they stay
11505         toggled.  It's not 100% perfect, and it's a little slow, but it's
11506         good enough to commit I think.
11507
11508 2005-02-15  David Lodge  <dave@cirt.net>
11509
11510         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11511
11512 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11513
11514         * shell/ev-window.c (update_window_title): replace newlines in
11515         the title by spaces. Bug #166107.
11516
11517 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11518
11519         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11520         parameters providing allocation width and height without
11521         scrollbars and width of a possible vertical scrollbar. With this
11522         additional information the functions can work as
11523         intended. Unfortunately they're not idempotent. We should
11524         transform these commands to toggles. Fixes Bug #164976
11525         Initial patch by Stephane Loeuillet, then heavily modified.
11526
11527         * shell/ev-view.h: update prototypes.
11528
11529         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11530         (ev_window_cmd_view_page_width): provide EvView fit functions with
11531         all the information they need. Formulas to calculate this
11532         information taken from GtkScrolledWindow.
11533
11534 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11535
11536         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11537         created a thumbnail, the list store is updated to know
11538         that the thumbnail is set. Fixes bug #166792
11539
11540 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11541
11542         * shell/ev-window.c: fixed typo, closes bug 166897
11543
11544         * TODO: updated TODO with bug numbers that are relevant
11545
11546 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11547
11548         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11549
11550 2005-02-09  Vincent Noel  <vnoel@cox.net>
11551
11552         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11553         and "Next" toolbar buttons as important to make them stand out.
11554
11555 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11556
11557         * lib/ev-debug.c:
11558         * lib/ev-debug.h:
11559         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11560         (start_interpreter), (stop_interpreter), (document_load),
11561         (ps_document_next_page), (ps_document_goto_page),
11562         (ps_document_set_page_size), (ps_document_widget_event),
11563         (ps_document_render):
11564         * shell/ev-page-view.c: (ev_page_view_dispose):
11565         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11566
11567         Fix compilation on non-gcc platforms
11568
11569 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11570
11571         * NEWS:
11572         * configure.ac:
11573
11574         Release 0.1.4
11575
11576         * pdf/xpdf/Catalog.cc:
11577         * pdf/xpdf/XRef.cc:
11578
11579         Fix the fix for CAN-2004-0888
11580
11581 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11582
11583         * data/Makefile.am:
11584         * data/evince-ui.xml:
11585         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11586         * shell/ev-stock-icons.h:
11587         * shell/ev-window.c: (update_action_sensitivity),
11588         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11589         (set_action_properties):
11590
11591         Improve toolbar layout/icons
11592
11593 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11594
11595         * pdf/xpdf/pdf-document.cc:
11596
11597         Add warnings about unimplemented/unknown link
11598         types.
11599
11600 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11601
11602         * ps/ps-document.c: (set_up_page):
11603
11604         Log gs property
11605
11606 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11607
11608         * ps/ps-document.c: (start_interpreter):
11609
11610         Log gs env var
11611
11612 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11613
11614         * shell/ev-page-view.c: (ev_page_view_dispose):
11615         * shell/ev-view.c: (ev_view_finalize):
11616         * shell/ev-window.c: (ev_window_setup_document),
11617         (ev_window_dispose), (ev_window_init):
11618
11619         Solve more refs issues.
11620
11621         I commented out the page_view initialization for now:
11622         it was never destroyed (because it's never added
11623         to a container). Because of that we was leaking
11624         gs processes. Couldnt think to a clean fix.
11625         We need to figure this out, password view has the
11626         same issue probably.
11627
11628 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11629
11630         * ps/ps-document.c: (ps_document_finalize),
11631         (ps_document_get_n_pages), (ps_document_get_page):
11632
11633         Some cleanups, stop the interpreter on finalize
11634
11635         * shell/ev-page-view.c: (ev_page_view_dispose),
11636         (ev_page_view_class_init):
11637
11638         Release our reference on the document
11639
11640 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11641
11642         * Makefile.am:
11643         * configure.ac:
11644         * doc/debugging.txt:
11645         * lib/.cvsignore:
11646         * lib/Makefile.am:
11647         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11648         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11649         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11650         * lib/ev-debug.h:
11651
11652         Add debugging helpers
11653
11654         * ps/Makefile.am:
11655         * ps/ps-document.c: (set_up_page), (start_interpreter),
11656         (stop_interpreter), (document_load), (ps_document_next_page),
11657         (ps_document_goto_page), (ps_document_set_page_size),
11658         (ps_document_widget_event), (ps_document_render):
11659         * shell/Makefile.am:
11660         * shell/ev-view.c: (expose_bin_window):
11661         * shell/main.c: (main):
11662
11663         Add some logs
11664         
11665 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11666
11667         * ps/ps-document.c: (ps_document_widget_event):
11668
11669         Initialize message_window, this should make ps
11670         rendering really work! (Never noticed because I was
11671         testing with a ps that is causing gs to exit every time!)
11672
11673 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11674
11675         * data/evince.schemas.in: updated simple error in applyto closing tag
11676
11677 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11678
11679         * Makefile.am:
11680         * configure.ac:
11681         * data/.cvsignore:
11682         * data/Makefile.am:
11683         * data/evince-ui.xml:
11684         A data/evince.schemas.in:
11685         * po/POTFILES.in:
11686         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11687         * shell/ev-stock-icons.h:
11688         * shell/ev-window.c: (update_chrome_visibility),
11689         (update_chrome_flag), (ev_window_cmd_edit_find),
11690         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11691         (ev_window_unfullscreen), (ev_window_focus_in_event),
11692         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11693         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11694         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11695         (ev_window_dispose), (ev_window_class_init),
11696         (set_action_properties), (set_chrome_actions), (load_chrome),
11697         (ev_window_init):
11698
11699         Implement fullscreen mode changes from bug #164776.
11700         Also implement persistent chrome toggles.
11701
11702 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11703
11704         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11705
11706 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11707
11708         * NEWS:
11709         * configure.ac:
11710         * shell/ev-view.c:
11711
11712         Add another check for find interface
11713
11714         Release 0.1.3
11715
11716 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11717
11718         * shell/ev-application.c: (ev_application_open):
11719         * shell/ev-window.c: (ev_window_open):
11720
11721         Open gzipped ps documents
11722
11723 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11724
11725         * TODO:
11726         * shell/ev-view.c: (set_document_page):
11727
11728         Clamp page number, dont try to move to
11729         not existant pages.
11730
11731 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11732
11733         * backend/ev-document-find.c: (ev_document_find_changed):
11734         * backend/ev-document-find.h:
11735         * pdf/xpdf/pdf-document.cc:
11736         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11737         * shell/ev-window.c: (find_bar_search_changed_cb):
11738
11739         Fix several bugs with find
11740
11741 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11742
11743         * shell/ev-sidebar-thumbnails.c
11744         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11745         document. Prevents warning from scroll_to_cell.
11746
11747 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11748
11749         * configure.ac: Add «nb» to ALL_LINGUAS too.
11750
11751 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11752
11753         * NOTES: New file with some random thoughts.
11754
11755         * TODO: Update.
11756
11757         * backend/ev-document-misc.c:
11758         (ev_document_misc_get_page_border_size): New function to
11759         canonicalize shadow drawing sizes.  Possibly goofy.
11760
11761         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11762         (ev_view_best_fit), (ev_view_fit_width):
11763         * pdf/xpdf/pdf-document.cc:
11764         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11765         * ps/ps-document.c: (ps_document_get_page_size):
11766         * backend/ev-document-misc.h:
11767         * backend/ev-document.c: (ev_document_get_page_size):
11768         * backend/ev-document.h: get_page_size now takes a page number
11769         parameter.  Made all the backends/frontends honor it.
11770
11771         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11772         see.  Doesn't work yet.
11773
11774         * shell/Makefile.am:
11775         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11776         Doesn't do anything yet.
11777
11778         * shell/ev-sidebar-thumbnails.c:
11779         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11780         [0..n_pages-1]
11781
11782         * shell/ev-window.c: (update_action_sensitivity),
11783         (ev_window_setup_document), (ev_window_set_page_mode),
11784         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11785         view-swapping code a bit so we can have multiple views on a
11786         document.  Add the multi-page view, though it can't be turned on
11787         yet.
11788
11789 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11790
11791         * shell/ev-application.c: (ev_application_open):
11792         * shell/ev-view.c: (expose_bin_window):
11793         * shell/ev-window.c: (ev_window_open):
11794
11795         Support eps and check document supports find
11796         before drawing highlightings in expose.
11797
11798 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11799
11800         * pixbuf/pixbuf-document.c:
11801         (pixbuf_document_thumbnails_get_dimensions),
11802         (pixbuf_document_document_thumbnails_iface_init):
11803
11804         implement get_dimensions
11805
11806 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11807
11808         * NEWS:
11809         * configure.ac:
11810
11811         Release 0.1.2
11812
11813 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11814
11815         * shell/ev-view.c: (set_document_page):
11816
11817         Scroll at the top of the page when changing page
11818
11819 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11820
11821         * shell/ev-view.c: (ev_view_motion_notify_event):
11822
11823         Do not redraw unnecessarily
11824
11825 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11826
11827         * pdf/xpdf/pdf-document.cc:
11828         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11829         (expose_bin_window), (find_changed_cb):
11830
11831         Yay! find works now... Now to find bugs...
11832
11833 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11834
11835         * backend/ev-document-find.c: (ev_document_find_base_init),
11836         (ev_document_find_changed):
11837         * backend/ev-document-find.h:
11838         * pdf/xpdf/pdf-document.cc:
11839         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11840         (expose_bin_window), (ev_view_init), (set_document_page),
11841         (ensure_rectangle_is_visible), (jump_to_find_result),
11842         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11843         (ev_view_find_next), (ev_view_find_previous):
11844         * shell/ev-view.h:
11845         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11846
11847         More work on find implementation, mostly there now
11848
11849 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11850
11851         * backend/ev-backend-marshalers.list:
11852         * backend/ev-document-find.c: (ev_document_find_base_init),
11853         (ev_document_find_cancel), (ev_document_find_page_has_results),
11854         (ev_document_find_get_n_results), (ev_document_find_get_result),
11855         (ev_document_find_get_progress), (ev_document_find_changed):
11856         * backend/ev-document-find.h:
11857
11858         Enanche the find interface to be really able to do
11859         multi page find.
11860
11861         * pdf/xpdf/pdf-document.cc:
11862
11863         Implement
11864
11865         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11866         (expose_bin_window), (ev_view_init),
11867         (ev_view_get_find_status_message), (find_changed_cb),
11868         (ev_view_set_document), (set_document_page):
11869
11870         Adapt to the new interface. A few things are regressed sorry,
11871         I will finish it soon.
11872
11873 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11874
11875         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11876         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11877         ev_sidebar_thumbnails_parent_class variable, don't define another
11878         parent_class variable.
11879
11880         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11881         (ev_page_action_class_init): ditto.
11882
11883         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11884         (pixbuf_document_class_init): ditto.
11885
11886         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11887         ditto.
11888
11889         * .cvsignore: ignore various valgrind output files.
11890
11891 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11892
11893         * data/evince-ui.xml:
11894         * shell/Makefile.am:
11895         * shell/ev-history.c:
11896         * shell/ev-history.h:
11897         * shell/ev-navigation-action.c:
11898         * shell/ev-navigation-action.h:
11899         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11900         (ev_view_set_page), (ev_view_fit_width):
11901         * shell/ev-view.h:
11902         * shell/ev-window.c: (update_action_sensitivity),
11903         (ev_window_setup_document), (register_custom_actions):
11904
11905         Kill session history
11906
11907 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11908
11909         * shell/ev-window.c: (update_action_sensitivity):
11910
11911         Fix inverted up/down buttons
11912
11913 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11914
11915         * shell/ev-sidebar-thumbnails.c
11916         (ev_sidebar_thumbnails_select_page): make sure the selected
11917         thumbnail stays visible.
11918
11919 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11920
11921         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11922         scrolled window for Federico.
11923
11924 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11925
11926         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11927
11928 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11929
11930         * configure.ac:
11931         * pdf/splash/SplashFTFontEngine.cc:
11932
11933         Fix CID fonts with freetype 2.1.9
11934
11935 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11936
11937         * TODO: added item for desktop icon thumbnailer
11938
11939 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11940
11941         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11942         unloaded docs when the title is accessed.
11943
11944         * shell/ev-password-view.[hc]: New widget for displaying password
11945         state.
11946
11947         * shell/ev-window.[ch]: Refactor password handling code to handle
11948         the new view.
11949
11950 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11951
11952         * NEWS:
11953         * configure.ac:
11954         * data/Makefile.am:
11955
11956         Release 0.1.1
11957
11958 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11959
11960         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11961         ignore page offset here, to make search results independent of it,
11962
11963         * shell/ev-view.c (expose_bin_window): but take offsets into
11964         account here. Bug #164932
11965
11966         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11967         scale at the right time. Bug #164996
11968
11969 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11970
11971         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11972         fix the problem. Now I just removed the Adobe font names and hope
11973         that the URW fonts are always in outline format. Bug #164934
11974
11975         * shell/ev-window.c (update_window_title): empty titles are
11976         useless, use filename in that case too.
11977
11978         * NEWS: Add some content.
11979
11980 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11981
11982         * TODO: added one more TODO item and a TODONE section :)
11983
11984 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11985
11986         * ps/ps-document.h: add page_[xy]_offset fields.
11987
11988         * ps/ps-document.c (ps_document_set_page_offset)
11989         (ps_document_render): Keep offset in consideration in a few
11990         places. Bug #164752 "postscript documents are not centered in
11991         window"
11992
11993         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11994         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11995
11996         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11997         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11998         stub out missing methods for complete EvDocument implementation.
11999         Fixes segfaults with Save A Copy and Copy actions.
12000
12001         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
12002         (ps_document_document_iface_init): ditto.
12003         
12004 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12005
12006         * data/.cvsignore:
12007         * data/Makefile.am:
12008         * data/evince.desktop.in:
12009
12010         Add desktop file
12011
12012 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12013
12014         * shell/ev-view.c: (ev_view_button_press_event),
12015         (ev_view_motion_notify_event):
12016
12017         Make selection work in any direction
12018
12019 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12020
12021         * TODO:
12022         * shell/ev-window.c: (set_short_labels), (ev_window_init):
12023
12024         Use shorter labels for some of the toolbars items
12025
12026 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
12027
12028         * pdf/xpdf/pdf-document.cc:
12029
12030         Check the links info is initialized before
12031         using it. Should fix a crash on startup.
12032
12033 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
12034
12035         * pixbuf/pixbuf-document.c
12036         (pixbuf_document_thumbnails_get_dimensions): force floating point
12037         division to calculate page_ratio. Fixes crash with landscape
12038         format pixbufs.
12039
12040 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
12041
12042         * shell/ev-view.c (ev_view_realize): make the bg color darker.
12043
12044 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
12045
12046         * shell/ev-view.c (set_document_page): unset has_selection when
12047         the page changes.
12048         (set_document_page): handle paper size changes when the page
12049         changes (test with Free Culture, page 2).
12050
12051 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12052
12053         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
12054         (expose_bin_window), (ev_view_class_init), (ev_view_init):
12055
12056         Use normal style color for the widget background and
12057         draw a black box around the page.
12058
12059 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12060
12061         * pdf/xpdf/pdf-document.cc:
12062
12063         Keep offset in consideration in a few places
12064
12065         * shell/ev-view.c: (expose_bin_window):
12066
12067         Set the offsets so that the document is ever centered
12068
12069 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
12070
12071         * TODO: Added TODO items and finished off the first todo item
12072
12073         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
12074         reflect current authors
12075
12076 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12077
12078         * pdf/xpdf/pdf-document.cc:
12079         * shell/ev-view.c: (ev_view_set_cursor),
12080         (ev_view_motion_notify_event), (document_changed_callback),
12081         (set_document_page):
12082
12083         Show a wait cursor while the page is rendering
12084
12085 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
12086
12087         * shell/ev-sidebar-thumbnails.c:
12088         (ev_sidebar_tree_selection_changed),
12089         (ev_sidebar_thumbnails_select_page):
12090         * shell/ev-sidebar-thumbnails.h:
12091         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
12092         (ev_view_can_go_forward):
12093         * shell/ev-window.c: (ev_window_open_page),
12094         (ev_window_setup_document), (update_current_page),
12095         (view_page_changed_cb), (ev_window_init):
12096         * shell/ev-window.h:
12097
12098         Ensure thumbnails selection, toolbar page control and
12099         current page are in sync.
12100
12101 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
12102
12103         * pdf/xpdf/XRef.cc:
12104
12105         Fix CAN-2005-0064
12106
12107 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
12108
12109         * backend/Makefile.am:
12110         * backend/ev-document-links.h:
12111         * backend/ev-document-security.c: (ev_document_security_get_type),
12112         (ev_document_security_has_document_security),
12113         (ev_document_security_set_password):
12114         * backend/ev-document-security.h:
12115         * backend/ev-document.c: (ev_document_error_quark):
12116         * backend/ev-document.h:
12117         * data/Makefile.am:
12118         * data/evince-password.glade:
12119         * pdf/xpdf/pdf-document.cc:
12120         * shell/Makefile.am:
12121         * shell/ev-password.c: (ev_password_set_bad_password_label),
12122         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
12123         (ev_password_dialog_get_password),
12124         (ev_password_dialog_set_bad_pass):
12125         * shell/ev-password.h:
12126         * shell/ev-window.c: (ev_window_get_attribute),
12127         (ev_window_set_property), (update_action_sensitivity),
12128         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
12129         (ev_window_setup_document), (ev_window_get_password),
12130         (ev_window_open), (ev_window_cmd_save_as),
12131         (using_postscript_printer), (ev_window_print),
12132         (find_not_supported_dialog), (ev_window_cmd_edit_find),
12133         (update_fullscreen_popup), (ev_window_fullscreen),
12134         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12135         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
12136         (menu_item_select_cb), (find_bar_search_changed_cb),
12137         (ev_window_dispose), (ev_window_init):
12138
12139         Add initial support for password-supported dialogs.  This could be
12140         a lot cooler, but it'll do for now.
12141
12142 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
12143
12144         * pdf/xpdf/pdf-document.cc:
12145         * shell/ev-view.c: (status_message_from_link),
12146         (ev_view_set_status), (ev_view_set_cursor),
12147         (ev_view_motion_notify_event), (ev_view_init):
12148         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
12149
12150         Fix bugs in the links implementation and change cursor
12151         when hovering a link.
12152
12153 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12154
12155         * viewer/.cvsignore: added cvsignore file for viewer directory
12156
12157         * TODO: created TODO document
12158
12159 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12160
12161         * shell/ev-view.h:
12162         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12163         new functions to help with implementation of sensitivity code
12164         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12165         of all actions that might require it.  Fixes a crash when you
12166         click on the Zoom actions in a window lacking a document.
12167
12168 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12169
12170         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12171         of the Find action
12172
12173 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12174
12175         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12176         (pixbuf_document_document_iface_init):
12177         * ps/ps-document.c: (ps_document_get_link),
12178         (ps_document_document_iface_init):
12179         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12180         (status_message_from_link), (ev_view_set_status),
12181         (ev_view_set_find_status), (ev_view_motion_notify_event),
12182         (ev_view_button_release_event), (ev_view_set_property),
12183         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12184         (ev_view_get_find_status_message), (update_find_results),
12185         (ev_view_get_status), (ev_view_get_find_status):
12186         * shell/ev-view.h:
12187         * shell/ev-window.c: (view_status_changed_cb),
12188         (view_find_status_changed_cb), (ev_window_init):
12189
12190         View status message support, use it to show the links.
12191         Needs work...
12192
12193 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12194
12195         * backend/ev-document.c: (ev_document_get_link):
12196         * backend/ev-document.h:
12197         * pdf/xpdf/pdf-document.cc:
12198         * shell/ev-application.c: (ev_application_open):
12199         * shell/ev-application.h:
12200         * shell/ev-sidebar-links.c: (selection_changed_cb):
12201         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12202         (ev_view_go_to_link):
12203
12204         Add support for document links
12205
12206 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12207
12208         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12209         (create_tool_item):
12210         Set the spin button limits correctly.
12211         
12212         * shell/ev-sidebar-thumbnails.c:
12213         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12214         Support changing pages by clicking on the thumbnails.
12215         
12216 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12217
12218         * pixbuf/pixbuf-document.c:
12219         (pixbuf_document_thumbnails_get_dimensions),
12220         (pixbuf_document_document_thumbnails_iface_init):
12221
12222         implement get_dimensions
12223
12224 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12225
12226         * ps/ps-document.c: (ps_document_goto_page):
12227
12228         Fix page switching on multipage documents
12229
12230 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12231
12232         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12233         
12234         check for NULL before assigning to width and height parameters
12235
12236 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12237
12238         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12239         (pixbuf_document_set_property), (pixbuf_document_get_property):
12240
12241         implement get/set properties
12242
12243 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12244
12245         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12246         
12247         return NULL instead of "Unknown", letting the title get set to
12248         the filename when the pdf has no title.
12249
12250 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12251
12252         * ps/ps-document.c: (ps_document_get_page_count),
12253         (ps_document_goto_page):
12254
12255 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12256
12257         * shell/ev-history.c: (ev_history_get_property),
12258         (ev_history_set_property), (ev_history_class_init),
12259         (ev_history_add_page), (ev_history_set_current_index):
12260         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12261         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12262         (ev_navigation_action_finalize):
12263         * shell/ev-navigation-action.h:
12264         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12265         (ev_view_go_forward), (ev_view_get_find_status_message),
12266         (history_index_changed_cb), (ev_view_set_history):
12267         * shell/ev-view.h:
12268         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12269         (update_current_page), (register_custom_actions):
12270
12271         Implement history dropdowns
12272
12273 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12274
12275         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12276         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12277         (ev_view_go_forward):
12278         * shell/ev-window.c: (register_custom_actions):
12279
12280         Fix several history bugs
12281
12282 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12283
12284         * configure.ac: Add «nb» to ALL_LINGUAS.
12285
12286 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12287
12288         * backend/Makefile.am:
12289         * backend/ev-bookmark.c:
12290         * backend/ev-bookmark.h:
12291         * backend/ev-document-bookmarks.c:
12292         * backend/ev-document-bookmarks.h:
12293         * backend/ev-document-links.c: (ev_document_links_get_type),
12294         (ev_document_links_has_document_links),
12295         (ev_document_links_begin_read), (ev_document_links_get_link),
12296         (ev_document_links_get_child), (ev_document_links_next),
12297         (ev_document_links_free_iter):
12298         * backend/ev-document-links.h:
12299         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12300         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12301         (ev_link_get_link_type), (ev_link_set_link_type),
12302         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12303         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12304         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12305         (ev_link_new_external):
12306         * backend/ev-link.h:
12307         * pdf/xpdf/pdf-document.cc:
12308         * shell/Makefile.am:
12309         * shell/ev-application.c: (ev_application_open_link):
12310         * shell/ev-application.h:
12311         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12312         (ev_history_get_link_nth):
12313         * shell/ev-history.h:
12314         * shell/ev-sidebar-bookmarks.c:
12315         * shell/ev-sidebar-bookmarks.h:
12316         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12317         (ev_sidebar_links_class_init), (selection_changed_cb),
12318         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12319         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12320         (do_one_iteration), (populate_links_idle),
12321         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12322         * shell/ev-sidebar-links.h:
12323         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12324         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12325         (go_to_index):
12326         * shell/ev-view.h:
12327         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12328         * shell/ev-window.h:
12329
12330         Rename bookmark to link, and use "Index" for the sidebar panel.
12331
12332 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12333
12334         * shell/Makefile.am:
12335         * shell/ev-application.c: (ev_application_open_bookmark):
12336         * shell/ev-application.h:
12337         * shell/ev-history.c: (ev_history_init), (free_links_list),
12338         (ev_history_finalize), (ev_history_class_init),
12339         (ev_history_add_link), (ev_history_add_page),
12340         (ev_history_get_link_nth), (ev_history_get_n_links),
12341         (ev_history_get_current_index), (ev_history_set_current_index),
12342         (ev_history_new):
12343         * shell/ev-history.h:
12344         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12345         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12346         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12347         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12348         (ev_view_set_page):
12349         * shell/ev-view.h:
12350         * shell/ev-window.c: (ev_window_open_bookmark),
12351         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12352         (goto_page_cb), (register_custom_actions):
12353         * shell/ev-window.h:
12354
12355         Initial history implementation. Needs work.
12356
12357 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12358
12359         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12360
12361 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12362
12363         * cut-n-paste/recent-files/egg-recent-item.c:
12364         * cut-n-paste/recent-files/egg-recent-item.h:
12365         * cut-n-paste/recent-files/egg-recent-model.c:
12366         * cut-n-paste/recent-files/egg-recent-util.c:
12367         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12368         * cut-n-paste/recent-files/egg-recent-view.c:
12369
12370         Update
12371
12372 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12373
12374         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12375         (fillGlyph, fillImageMask, drawImage):
12376         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12377         pdf/splash/SplashTypes.h:
12378         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12379         packed mode for Splash.
12380
12381         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12382         RGB8 packed mode, eliminates the pixbuf data creation loop.
12383
12384         * shell/ev-print-job.c (ev_print_job_finalize)
12385         (ev_print_job_set_property, ev_print_job_get_property)
12386         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12387         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12388         (print_closure_finalize, ev_print_job_print): implement
12389         printing (for backends with EvPsExporter)
12390
12391         * shell/ev_print_job.h: update prototypes.
12392
12393         * shell/ev-window.c (ev_window_print): unref print job after
12394         printing.
12395
12396         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12397         unless the document implements the EvDocumentFind interface.
12398
12399 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12400
12401         * configure.ac: Added ja to ALL_LINGUAS.
12402
12403 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12404
12405         * pdf/xpdf/pdf-document.cc:
12406
12407         add a FIXME. We should probably not allocate
12408         a bookmark object every time
12409
12410 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12411
12412         * shell/ev-application.c: (ev_application_open),
12413         (ev_application_open_bookmark):
12414         * shell/ev-application.h:
12415         
12416         Add a way to open bookmarks
12417
12418         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12419         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12420         (ev_bookmark_set_property), (ev_bookmark_class_init),
12421         (ev_bookmark_new_title), (ev_bookmark_new_link),
12422         (ev_bookmark_new_external):
12423
12424         Support for external uris, better constructors.
12425
12426         * backend/ev-bookmark.h:
12427         * pdf/xpdf/pdf-document.cc:
12428         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12429
12430         Handle external uris
12431
12432 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12433
12434         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12435         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12436
12437         Hook up bookmarks navigation
12438
12439 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12440
12441         * backend/Makefile.am:
12442         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12443         (ev_bookmark_get_title), (ev_bookmark_set_title),
12444         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12445         (ev_bookmark_get_page), (ev_bookmark_set_page),
12446         (ev_bookmark_get_property), (ev_bookmark_set_property),
12447         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12448         (ev_bookmark_new):
12449         * backend/ev-bookmark.h:
12450         * backend/ev-document-bookmarks.c:
12451         (ev_document_bookmarks_get_bookmark):
12452         * backend/ev-document-bookmarks.h:
12453         * pdf/xpdf/pdf-document.cc:
12454         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12455
12456         Add a bookmark object to the backend and use it instead of get_values
12457
12458 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12459
12460         * data/evince-ui.xml:
12461
12462         Cleanup and add select all.
12463
12464         * shell/ev-view.c: (ev_view_select_all),
12465         (ev_view_button_press_event):
12466         * shell/ev-view.h:
12467         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12468
12469         Add select all.
12470         Clear selection on click.
12471
12472 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12473
12474         * shell/ev-sidebar-thumbnails.c
12475         (ev_sidebar_thumbnails_set_document): forgot to unref the
12476         loading_icon.
12477
12478 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12479
12480         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12481         at the visible page, not just linearly.  This makes it look fast.
12482
12483 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12484
12485         * backend/ev-document-misc.c
12486         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12487         white.
12488         * backend/ev-document-thumbnails.h: New interface to get the size
12489         of a page.
12490
12491 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12492
12493         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12494         make dist works
12495
12496 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12497
12498         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12499         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12500         things up a bit.
12501
12502         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12503
12504 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12505
12506         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12507         fonts. Should fix font problems on systems that have the base
12508         fonts in bitmap format. Reported by James Henstridge
12509         <james@jamesh.id.au>.
12510
12511 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12512
12513         * pdf/xpdf/Gfx.cc:
12514         * pdf/xpdf/GfxState.cc:
12515
12516         Fix for CAN-2004-1125
12517
12518 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12519
12520         * shell/ev-view.c: (ev_view_copy):
12521         * shell/ev-view.h:
12522         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12523
12524         Implement Edit->Copy
12525
12526 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12527
12528         * backend/ev-document.c: (ev_document_get_text):
12529         * backend/ev-document.h:
12530         * pdf/xpdf/pdf-document.cc:
12531         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12532         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12533         (ev_view_update_primary_selection), (ev_view_button_press_event),
12534         (ev_view_motion_notify_event), (ev_view_button_release_event):
12535
12536         Beginnings of clipboard support. Incomplete but primary sort
12537         of work.
12538
12539 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12540
12541         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12542         (expose_bin_window):
12543
12544         Nicer rubberband drawing, from GtkIconView.
12545
12546 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12547
12548         * backend/ev-document.c: (ev_document_save):
12549         * backend/ev-document.h:
12550         * data/evince-ui.xml:
12551         * pdf/xpdf/pdf-document.cc:
12552         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12553
12554         Implement "Save a copy..." menu item
12555
12556 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12557
12558         * shell/ev-view.c: (ev_view_zoom):
12559
12560         Queue a resize when zoom changes
12561
12562 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12563
12564         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12565         shadows.
12566
12567         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12568         thumbnails..
12569
12570 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12571
12572         * pdf/xpdf/pdf-document.cc
12573         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12574
12575 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12576
12577         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12578         It's slow, but I'll speed it up next!
12579
12580 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12581
12582         * shell/main.c (load_files):
12583
12584         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12585         from the command line and because it seems more appropriate.
12586
12587 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12588
12589         * data/evince-ui.xml:
12590         * shell/ev-window.c: (update_action_sensitivity),
12591         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12592
12593         s/next page/page down
12594         s/previous page/page up
12595
12596 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12597
12598         * data/evince-ui.xml:
12599
12600         Change the layout to match clarkbw design.
12601
12602         * shell/Makefile.am:
12603         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12604         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12605         (ev_navigation_action_finalize),
12606         (ev_navigation_action_set_property),
12607         (ev_navigation_action_get_property),
12608         (ev_navigation_action_class_init):
12609         * shell/ev-navigation-action.h:
12610
12611         Implement clarkbw toolbar navigation controls (incomplete)
12612
12613         * shell/ev-page-action.c: (update_label), (update_spin),
12614         (value_changed_cb), (create_tool_item), (connect_proxy),
12615         (ev_page_action_init), (ev_page_action_finalize),
12616         (ev_page_action_set_property), (ev_page_action_get_property),
12617         (ev_page_action_set_current_page),
12618         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12619         * shell/ev-page-action.h:
12620
12621         Implement a page switcher in the toolbar
12622
12623         * shell/ev-view.c: (ev_view_scroll_view):
12624         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12625         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12626         (register_custom_actions), (ev_window_init):
12627
12628         Change page on PageUp/Down.
12629
12630 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12631
12632         * pdf/xpdf/pdf-document.cc
12633         (pdf_document_thumbnails_get_thumbnail): initial stab at
12634         implementing thumbnail support for pdfs.  It only does documents
12635         with precached pdfs now.
12636
12637 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12638
12639         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12640         thumbnail code into a time-based idle as well.  Also, turn off the
12641         shadow temporarily as it's really slow.
12642
12643 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12644
12645         * backend/ev-document.c: (ev_document_class_init):
12646         * pdf/xpdf/pdf-document.cc:
12647         * shell/ev-window.c: (ev_window_open):
12648
12649         Fix document title bugs and fallback to
12650         filename when not available.
12651
12652 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12653
12654         * backend/ev-document.c: (ev_document_get_type),
12655         (ev_document_class_init), (ev_document_load),
12656         (ev_document_get_title):
12657         * backend/ev-document.h:
12658         * pdf/xpdf/pdf-document.cc:
12659         * ps/ps-document.c: (ps_document_set_property),
12660         (ps_document_get_property), (ps_document_class_init),
12661         (document_load):
12662         * ps/ps-document.h:
12663         * ps/ps.h:
12664         * shell/ev-window.c: (update_window_title), (ev_window_open),
12665         (ev_window_init):
12666
12667         Initial support for document title. Not working yet.
12668
12669 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12670
12671         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12672
12673         Grab focus on the view when clicking it
12674
12675 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12676
12677         * shell/ev-marshal.list:
12678         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12679         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12680
12681         Add key bindings to the view. Now if the focus would work
12682         right...
12683
12684 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12685
12686         * Makefile.am:
12687         * backend/Makefile.am:
12688         * data/Makefile.am:
12689         * dvi/Makefile.am:
12690         * dvi/dvilib/Makefile.am:
12691         * pdf/xpdf/Makefile.am:
12692         * po/POTFILES.in:
12693         * ps/Makefile.am:
12694
12695         Fix distcheck
12696
12697 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12698
12699         * shell/ev-view.c: (ev_view_realize):
12700
12701         Fix mouse wheel scrolling
12702
12703 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12704
12705         * ps/Makefile.am:
12706         * ps/gstypes.h:
12707         * ps/gtkgs.c:
12708         * ps/gtkgs.h:
12709         * ps/ps-document.c: (catchPipe), (ps_document_init),
12710         (ps_document_class_init), (ps_document_cleanup),
12711         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12712         (set_up_page), (close_pipe), (is_interpreter_ready),
12713         (interpreter_failed), (output), (input), (start_interpreter),
12714         (stop_interpreter), (file_length), (file_readable),
12715         (check_filecompressed), (check_pdf), (compute_xdpi),
12716         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12717         (ps_document_get_type), (ps_document_emit_error_msg),
12718         (document_load), (ps_document_next_page),
12719         (ps_document_get_current_page), (ps_document_get_page_count),
12720         (ps_document_goto_page), (ps_document_set_page_size),
12721         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12722         (ps_document_load), (ps_document_get_n_pages),
12723         (ps_document_set_page), (ps_document_get_page),
12724         (ps_document_widget_event), (ps_document_set_target),
12725         (ps_document_set_scale), (ps_document_set_page_offset),
12726         (ps_document_get_page_size), (ps_document_render),
12727         (ps_document_document_iface_init):
12728         * ps/ps-document.h:
12729         * ps/ps.c:
12730         * shell/ev-window.c: (ev_window_open):
12731
12732         Rename GtkGS to PSDocument
12733
12734 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12735
12736         * ps/gtkgs.c: (gtk_gs_class_init):
12737         * ps/gtkgs.h:
12738
12739         Some more leftover...
12740
12741 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12742
12743         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12744         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12745         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12746         * ps/gtkgs.h:
12747
12748         Remove unused code and make a lot of stuff private
12749
12750 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12751
12752         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12753         (gtk_gs_defaults_changed):
12754         * ps/gsdefaults.h:
12755         * ps/gtkgs.c:
12756         * ps/gtkgs.h:
12757         * ps/ps.h:
12758
12759         Cleanup headers dependencies
12760
12761 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12762
12763         * ps/Makefile.am:
12764         * ps/ggvutils.c:
12765         * ps/ggvutils.h:
12766         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12767         * ps/gsdefaults.h:
12768         * ps/gtkgs.c: (file_length), (file_readable),
12769         (check_filecompressed), (check_pdf), (gtk_gs_load),
12770         (gtk_gs_get_postscript):
12771
12772         Get rid of ggvutils
12773
12774 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12775
12776         * ps/ggvutils.c:
12777         * ps/ggvutils.h:
12778         * ps/gsio.h:
12779         * ps/gtkgs.c: (gtk_gs_set_zoom):
12780
12781         Cleanups
12782
12783 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12784
12785         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12786
12787         Ensure the page is rerendered when changing zoom
12788
12789 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12790
12791         * backend/ev-document.c: (ev_document_base_init),
12792         (ev_document_changed):
12793         * backend/ev-document.h:
12794
12795         Add a changed event that is emitted when the page content
12796         changes. This is necessary to deal with the fact that
12797         in ps backend rendering happen asycrounously.
12798         This makes the ps backend mostly work.
12799
12800         * pdf/xpdf/pdf-document.cc:
12801
12802         Emit changed event
12803
12804         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12805         (ps_document_set_target):
12806
12807         Emit changed event
12808
12809         * shell/ev-view.c: (document_changed_callback),
12810         (ev_view_set_document), (ev_view_set_page):
12811
12812         Redraw on the changed signal
12813
12814 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12815
12816         * configure.ac: Added pt_BR to ALL_LINGUAS.
12817
12818 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12819
12820         * backend/ev-document-bookmarks.c:
12821         (ev_document_bookmarks_get_child): *
12822         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12823         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12824         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12825         (ev_sidebar_bookmarks_destroy),
12826         (ev_sidebar_bookmarks_class_init),
12827         (ev_sidebar_bookmarks_construct), (stack_data_free),
12828         (do_one_iteration), (populate_bookmarks_idle),
12829         (ev_sidebar_bookmarks_clear_document),
12830         (ev_sidebar_bookmarks_set_document): *
12831         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12832         (ev_sidebar_add_page),
12833         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12834         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12835         it displays both the topics and the page numbers.
12836
12837 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12838
12839         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12840         toggle.
12841         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12842         visible.
12843
12844 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12845
12846         * configure.ac: Added en_CA to ALL_LINGUAS.
12847
12848 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12849
12850         * ChangeLog: replace bottom of this ChangeLog (merged history of
12851         ggv and gpdf; where all paths were wrong and most of the files are
12852         not even in this tree) with ChangeLog (from arch) of the shell
12853         code.
12854
12855 2004-12-23  Havoc Pennington  <hp@redhat.com>
12856
12857         * shell/ev-window.c: hook up potentially-questionable "find
12858         results status text" feature - something involving the sidebar or
12859         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12860         might be better in the end.
12861
12862         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12863         with corresponding signal when it should be updated
12864
12865         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12866
12867 2004-12-22  Havoc Pennington  <hp@redhat.com>
12868
12869         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12870         find stuff on other pages, sort of (only returns one result on
12871         invisible pages, to show they have results; updates full results
12872         for a page when you view it). Currently repaints the current page
12873         every time a new result is found on any page, which isn't so nice.
12874
12875 2004-12-22  Havoc Pennington  <hp@redhat.com>
12876
12877         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12878         the document doesn't support find (better ideas?)
12879         (find_bar_search_changed_cb): handle missing document or document
12880         that doesn't support find
12881
12882         * pdf/xpdf/pdf-document.cc: port to implement the new
12883         EvDocumentFindIface
12884
12885         * backend/ev-document-find.c: create a new interface for searching
12886
12887         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12888
12889 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12890
12891         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12892         libevbackend.la.
12893
12894         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12895         EvPrintJob constructor arguments.
12896
12897         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12898         for documents that can export PostScript (page by page).
12899
12900         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12901         
12902         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12903         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12904         (pdf_document_ps_exporter_iface_init:
12905         Implement EvPSExporter.
12906
12907         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12908
12909 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12910
12911         * backend/Makefile.am:
12912         * backend/ev-document-thumbnails.c:
12913         (ev_document_thumbnails_get_type),
12914         (ev_document_thumbnails_get_thumbnail):
12915         * backend/ev-document-thumbnails.h:
12916         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12917         (pixbuf_document_thumbnails_get_thumbnail),
12918         (pixbuf_document_document_thumbnails_iface_init):
12919         * shell/Makefile.am:
12920         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12921         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12922         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12923         * shell/ev-sidebar-thumbnails.h:
12924         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12925         (ev_sidebar_set_document):
12926         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12927         (create_shadow), (ev_pixbuf_add_shadow):
12928         * shell/ev-utils.h:
12929         Add thumbnail support.
12930         
12931 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12932
12933         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12934         (using_postscript_printer): Set up a print dialog for "PostScript
12935         injection" method.
12936
12937         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12938         EvPrintJob.
12939
12940         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12941
12942 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12943
12944         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12945         (ps_document_set_target), (ps_document_get_page_size),
12946         (ps_document_render):
12947         * ps/gtkgs.h:
12948
12949         Fix a few bugs
12950
12951 2004-12-22  Christian Rose  <menthos@menthos.com>
12952
12953         * configure.ac: Added "sv" to ALL_LINGUAS.
12954
12955 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12956
12957         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12958         document supports bookmarks.
12959
12960 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12961
12962         * ps/ggvutils.c: (ggv_file_readable):
12963         * ps/ggvutils.h:
12964         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12965         (gtk_gs_get_postscript):
12966
12967         Remove unused utils
12968
12969 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12970
12971         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12972         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12973         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12974         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12975         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12976         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12977         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12978         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12979         (gtk_gs_set_antialiasing), (ps_document_load),
12980         (ps_document_render):
12981         * ps/gtkgs.h:
12982
12983         Another check point for the ps backend. Now I can get it to show
12984         pages!
12985
12986 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12987
12988         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12989         document setting code.
12990
12991 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12992
12993         * shell/eggfindbar.c: (entry_activate_callback):
12994         Animate the next button when activate is pressed.
12995         
12996 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12997
12998         * shell/ev-window.c: (ev_window_cmd_edit_find),
12999         (update_fullscreen_popup), (ev_window_fullscreen),
13000         (ev_window_unfullscreen), (ev_window_state_event_cb),
13001         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
13002         Fix bugs in fullscreen code.
13003         
13004 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13005
13006         * Makefile.am:
13007         * configure.ac:
13008         * pixbuf/Makefile.am:
13009         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
13010         (pixbuf_document_load), (pixbuf_document_get_n_pages),
13011         (pixbuf_document_set_page), (pixbuf_document_get_page),
13012         (pixbuf_document_set_target), (pixbuf_document_set_scale),
13013         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
13014         (pixbuf_document_render), (pixbuf_document_begin_find),
13015         (pixbuf_document_end_find), (pixbuf_document_finalize),
13016         (pixbuf_document_class_init),
13017         (pixbuf_document_document_iface_init), (pixbuf_document_init):
13018         * pixbuf/pixbuf-document.h:
13019         * shell/Makefile.am:
13020         * shell/ev-application.c: (ev_application_open):
13021         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
13022         (ev_window_open):
13023         Add pixbuf backend.
13024         
13025 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
13026
13027         * Makefile.am: 
13028         * dvi/dvilib/Makefile.am:
13029         * dvi/Makefile.am:
13030         * configure.ac: Auto*ify dvi and dvi/dvilib
13031
13032         * dvi/Makefile: Remove from CVS
13033         
13034         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
13035         confusion.
13036
13037         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
13038         
13039         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
13040         
13041 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13042
13043         * ps/Makefile.am:
13044         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
13045         (gtk_gs_value_adjustment_changed), (compute_size),
13046         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
13047         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
13048         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
13049         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
13050         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
13051         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
13052         (ps_document_load), (ps_document_get_n_pages),
13053         (ps_document_set_page), (ps_document_get_page),
13054         (ps_document_set_target), (ps_document_set_scale),
13055         (ps_document_set_page_offset), (ps_document_get_page_size),
13056         (ps_document_render), (ps_document_begin_find),
13057         (ps_document_end_find), (ps_document_document_iface_init):
13058         * ps/gtkgs.h:
13059         * shell/Makefile.am:
13060         * shell/ev-window.c: (ev_window_open):
13061
13062         Some work to integrate gtkgs with EvDocument
13063
13064 2004-12-22  Anders Carlsson  <andersca@gnome.org>
13065
13066         * shell/ev-window.c: (update_fullscreen_popup),
13067         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
13068         (exit_fullscreen_button_clicked_cb),
13069         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
13070         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
13071         (ev_window_state_event_cb), (ev_window_init):
13072         Add fullscreen support from Epiphany.
13073         
13074 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13075
13076         * data/ev-stock-zoom-fit-width.png: fit-width
13077         stock icon from gpdf.
13078         
13079         * shell/ev-stock-icons.[ch]: copied from gpdf.
13080         
13081         * shell/main.c: (main): init stock icons.
13082         
13083         * shell/ev-window.c: use the fit-width icon.
13084         
13085         * data/evince-ui.xml: add zooming toolbar items.
13086
13087 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13088
13089         * shell/ev-view.c: 
13090         (ev_view_best_fit), (ev_view_fit_width): because
13091         get_page_size() returns the scaled page size, we
13092         need to calculate the scale factor relative to
13093         the previous scale factor. Should really just
13094         add get_real_page_size().
13095
13096 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13097
13098         * shell/ev-view.[ch]:
13099         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
13100         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
13101         add zooming.
13102         
13103         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
13104         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
13105         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
13106         hook it up.
13107         
13108         * pdf/xpdf/pdf-document.cc:
13109         (pdf_document_begin_find),
13110         (pdf_document_end_find): make static.
13111
13112 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13113
13114         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
13115
13116         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
13117         names to fontconfig patterns.
13118         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
13119
13120         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
13121         setupBaseFontsFc.
13122
13123 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
13124
13125         * Makefile.am:
13126         * configure.ac:
13127         * ps/Makefile.am:
13128         * ps/ggvutils.c:
13129         * ps/ggvutils.h:
13130         * ps/gsdefaults.c:
13131         * ps/gsdefaults.h:
13132         * ps/gsio.c:
13133         * ps/gsio.h:
13134         * ps/gtkgs.c:
13135         * ps/gtkgs.h:
13136         * ps/ps.c:
13137         * ps/ps.h:
13138
13139         Import ggv backend. Not hooked up yet.
13140
13141 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13142
13143         * shell/main.c: (load_files), (main): load files
13144         from the command line.
13145
13146 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
13147
13148         * configure.ac: don't require bonobo.
13149         
13150         * cut-n-paste/recent-files/*: kill bonobo recent
13151         view.
13152
13153         * shell/ev-window.c:
13154         (ev_window_is_empty): upd.
13155         (unable_to_load), (ev_window_open): load backend
13156         based on the mime type.
13157
13158 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13159
13160         * backend/.cvsignore: ignore generated marshalers source.
13161
13162         * shell/main.c (main): this is not epiphany.
13163
13164 2004-12-22  Havoc Pennington  <hp@redhat.com>
13165
13166         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13167         (expose_bin_window): draw find highlights
13168
13169         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13170         
13171         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13172         (pdf_document_end_find): implement this interface
13173
13174         * backend/ev-document.c (ev_document_found): add this to emit
13175         signal
13176
13177 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13178
13179         * data/evince-ui.xml: Add a few more toolbar items.
13180
13181         * shell/ev-window.c: Hook up page navigation toolbar 
13182         items.
13183
13184         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13185         a page-changed signal.
13186
13187         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13188         Add ev_document_get_page().
13189
13190         * shell/ev-window.c: Sensitize/desensitize navigation
13191         actions.
13192
13193 2004-12-21  Havoc Pennington  <hp@redhat.com>
13194
13195         * backend/ev-backend-marshal.c,
13196         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13197         marshaler-generator thingy. I'm sure there's a better way to do
13198         this in the modern world.
13199
13200         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13201         end_find methods and "found" signal.
13202
13203         * configure.ac: find glib-genmarshal
13204
13205 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13206
13207         * shell/ev-sidebar.c: Construct an actual sidebar.
13208         * shell/ev-sidebar-bookmarks.[ch]:
13209         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13210
13211 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13212
13213         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13214         Redo size handling.
13215         
13216         * shell/ev-view.c: Track the size from the document.
13217
13218 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13219
13220         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13221         constructor assumes ownership of the string passed in.
13222         
13223         * shell/ev-window.c (ev_window_open): Destroy the error
13224         dialog once we've displayed it.
13225
13226 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13227
13228         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13229         a bit, it works! (sort of)
13230
13231         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13232         Move to .cc since we need to use C++ in the implementation.
13233
13234         * shell/dummy.cc: Add a CC file to force evince
13235         to be linked as a C++ program.
13236
13237 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13238
13239         * shell/ev-view.[ch]: Start of content-area widget.
13240
13241         * shell/ev-window.c: Create a EvView, update it
13242         as we change documents.
13243
13244         * shell/Makefile.am shell/ev-marshal.list: Add
13245         generated marshalers.
13246
13247 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13248
13249         * Makefile.am (SUBDIRS): move shell.
13250
13251 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13252
13253         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13254         .a to libtool convenience libraries.
13255
13256         * shell/ev-window.c (ev_window_open): Hard code loading
13257         a PDF document.
13258         
13259         * backend/ev-document.h: Add a boolean return to load(),
13260         fix GError * to GError **.
13261
13262         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13263         object for a PDF backend EvDocument.
13264
13265 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13266
13267         * dvi/*: New directory with the beginning of a .dvi backend.
13268
13269 2004-12-21  Havoc Pennington  <hp@redhat.com>
13270
13271         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13272         previous/next instead of back/forward
13273
13274 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13275
13276         * backend/ev-document.[ch]: Fix a couple of problems so
13277         it compile.
13278
13279 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13280
13281         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13282         to backend/ directory, rename EvViewer to EvDocument.
13283
13284 2004-12-21  Havoc Pennington  <hp@redhat.com>
13285
13286         * shell/ev-window.c: hook up the find bar widget; now we just need
13287         a document to find things in
13288
13289         * shell/eggfindbar.c: a find bar widget
13290
13291 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13292
13293         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13294
13295 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13296
13297         * pdf/**: Import of xpdf code from gpdf. 
13298
13299         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13300
13301         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13302         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13303         Fix FreeType includes.
13304
13305         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13306         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13307         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13308         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13309         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13310         Include xpdfconfig.h
13311         
13312 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13313
13314         * shell/ev-window.c (ev_window_dispose): dispose can be called
13315         multiple times.
13316
13317 2004-12-21  Havoc Pennington  <hp@redhat.com>
13318
13319         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13320         rather than Evince
13321
13322         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13323         items; really they should be synced with the strings, etc. from
13324         current gpdf, but just getting the boring typing out of the way 
13325
13326 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13327
13328         * po/POTFILES.in:
13329         * shell/ev-application.c: (window_destroy_cb):
13330         * shell/ev-window.c:
13331         * shell/main.c: (main):
13332
13333         Actually show the window...
13334
13335 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13336
13337         * Makefile.am:
13338         * shell/Makefile.am:
13339         * shell/ev-application.c: (ev_application_class_init):
13340         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13341
13342         Make it build again
13343
13344 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13345
13346         Import to gnome cvs.
13347         
13348         * Remove copies of gpdf and ggv trees.
13349         * Rip out all the recursive configure code.
13350         * Remove bonobo machinery.
13351         * viewer/*: GInterfaces that backends should/can implement.
13352
13353 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13354
13355         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13356         typo
13357
13358 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13359
13360         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13361         (ev_application_finalize, ev_application_class_init)
13362         (ev_application_init): use GType instance private data for priv.
13363
13364         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13365         (ev_window_finalize, ev_window_class_init)
13366         (ev_window_init): ditto.
13367
13368 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13369
13370         * shell/ev-application.c (ev_application_new_window): make public
13371         (ev_application_show_initial_window): kill.
13372
13373         * shell/ev-application.h: update prototypes.
13374
13375         * shell/main.cc (main): inline ev_application_show_initial_window.
13376
13377 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13378
13379         * shell/ev-application.c (ev_application_new_window): impl.
13380         (ev_application_show_initial_window): use it.
13381         (is_window_empty, ev_application_get_empty_window): returns an
13382         existing empty window or a new one.
13383         (ev_application_open): from ev_window_cmd_file_open.
13384
13385         * shell/ev-application.h: update prototypes
13386
13387         * shell/ev-window.c (ev_window_is_empty): impl.
13388         (ev_window_open): make public.
13389         (ev_window_cmd_file_open): use ev_application_open
13390
13391         * shell/ev-window.h: update prototypes, remove unused.
13392
13393 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13394
13395         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13396         move destroy handler out of here...
13397
13398         * shell/ev-application.c, shell/ev-application.h: ...into this new
13399         class. Also handles initial window creation.
13400
13401         * shell/main.cc (main): use EvApplication to create initial
13402         window.
13403
13404 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13405
13406         * Makefile.am (SUBDIRS): add cut-n-paste
13407
13408         * cut-n-paste/Makefile.am: add
13409
13410         * configure.ac: generate Makefiles in cut-n-paste
13411
13412 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13413
13414         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13415         (ev_window_class_init): install ev_window_dispose.
13416
13417 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13418
13419         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13420         char (gchar looks stupid).
13421
13422 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13423
13424         * po/de.po: updated German translation.
13425
13426 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13427
13428         * configure.ac: add more pkg-config library checks for gnome-vfs,
13429         bonobo etc.
13430
13431         * gpdf/configure.in: temporarily disable libpaper
13432         checks. Otherwise I'd have to add the checks for the shell, too.
13433
13434 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13435
13436         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13437         and * file filters to the file choose.
13438
13439 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13440
13441         * po/de.po: Updated German translation.
13442
13443 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13444
13445         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13446
13447 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13448
13449         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13450
13451         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13452         (ev_window_init): implement those menuitems.
13453
13454 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13455
13456         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13457
13458         * shell/ev-window.c (ev_window_init): use the toolbar.
13459
13460 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13461
13462         * shell/ev-window.c (ev_window_init): use menu translations
13463
13464 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13465
13466         * configure.ac: add "de" to ALL_LINGUAS.
13467
13468         * po/de.po: add German translation.
13469
13470 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13471
13472         * Makefile.am (SUBDIRS): add po
13473
13474         * configure.ac: check intltool, glib-gettext etc, generate
13475         po/Makefile.in
13476
13477         * po, po/POTFILES.in, po/POTFILES.skip: new.
13478
13479 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13480
13481         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13482         already use (#ifdef ENABLE_NLS)
13483
13484         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13485         pointer indirection thinko.
13486
13487         * shell/main.c: include gi18n.h for bindtextdomain etc.
13488
13489 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13490
13491         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13492         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13493         tooltips for menu items in the statusbar.
13494
13495 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13496
13497         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13498         pkgdatadir drop UIDIR
13499
13500 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13501
13502         * data/evince-ui.xml: Add File->Open menu item
13503
13504         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13505         chooser), hook it up in the ui manager.
13506
13507 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13508
13509         * shell/ev-window.c: fix Help->About tooltip.
13510
13511 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13512
13513         * configure.ac: set CFLAGS for libevprivate.
13514
13515         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13516         definitions, factory etc.
13517
13518         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13519
13520         * shell/Makefile.am: link against libevprivate.a.
13521
13522         * shell/ev-window.c (entries): add stock icon to Help->About.
13523
13524         * shell/main.c (main): init stock icon code.
13525
13526 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13527
13528         * lib/recent-files: egg recent files code
13529
13530         * lib/Makefile.am: add.
13531
13532         * Makefile.am: add lib subdir.
13533
13534         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13535         set CFLAGS for recent-files.
13536
13537 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13538
13539         * configure.ac: disable -ansi and -pedantic gcc flags. They
13540         disable POSIX stuff in stdio.h, but egg-recent uses them.
13541
13542 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13543
13544         * configure.ac: add --disable-deprecated flag (defaults to on in
13545         "cvs" builds).
13546
13547         * shell/Makefile.am (INCLUDES): use it.
13548
13549 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13550
13551         * shell/main.c: add missing #include.
13552
13553         * shell/ev-window.c: fix for pedantic gcc.
13554         (ev_window_cmd_help_about): split license into paragraphs for
13555         translators and pedantic compilers.
13556
13557 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13558
13559         * configure.ac: add more warning flags if compiling with gcc from
13560         cvs (or explicitly requested with --enable-more-warnings).
13561
13562 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13563
13564         * data/evince-ui.xml: add File and File->Close menu.
13565
13566         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13567         (ev_window_destroy): quit after destroy.
13568         (ev_window_class_init): override GtkObject::destroy.
13569         (entries): install close_window callback.
13570
13571 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13572
13573         * Makefile.am (SUBDIRS): add data subdir.
13574
13575         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13576         gtk+ 2.5.0 for GtkAboutDialog.
13577
13578         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13579         main window.
13580
13581         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13582
13583         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13584         manager.
13585         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13586
13587 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13588
13589         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13590
13591 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13592
13593         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13594
13595 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13596
13597         * shell/*: Added shell directory boilerplate, build it.
13598
13599 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13600
13601         * configure.ac, Makefile.am: Added top-level configure.ac and
13602         Makefile.am