]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Translation updated
[evince.git] / ChangeLog
1 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
4
5         Make sure print job is only run when the print button is
6         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
7         
8 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * backend/pdf/pdfdocument.evince-backend.in:
11         * libdocument/ev-backends-manager.c:
12         (ev_backends_manager_load_backend),
13         (ev_backends_manager_get_document):
14         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
15
16         Allow making backend modules resident. This is needed only for
17         some backends like pdf to avoid registering glib types more than
18         once.
19         
20 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
21
22         * backend/comics/comics-document.c:
23         * backend/djvu/djvu-document.c:
24         * backend/impress/impress-document.c:
25         * backend/pdf/ev-poppler.cc:
26         * backend/pixbuf/pixbuf-document.c:
27         * backend/ps/ev-spectre.c:
28         * backend/ps/ps-document.c:
29         * backend/tiff/tiff-document.c:
30         * libdocument/ev-document.h:
31         * properties/ev-properties-main.c:
32
33         Use g_type_module_add_interface instead of
34         g_type_add_interface_static. Fixes bug #519679.
35         
36 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
37
38         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
39         Added. Returns whether the animation has everything necessary to run.
40         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
41         is ready just because it's been created. Fixes #519106.
42         (draw_one_page): Do not show the "Loading..." text in presentation
43         mode, there was a slim probability that this could happen.
44
45 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
48
49         Duplicate mime_type string before freeing it so that it doesn't
50         always fail when getting mime type from uri. Fixes bug #518874.
51         
52 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * shell/ev-view.c: (ev_view_form_field_choice_changed):
55
56         Fix a crash when a choice form field doesn't have any item
57         selected. Fixes bug #518831
58         
59 2008-02-25  Alexander Larsson  <alexl@redhat.com>
60
61         * shell/ev-window.c (ev_window_clear_temp_file):
62         Use g_file_has_prefix instead of renamed
63         g_file_contains_file.
64
65         * configure.ac:
66         Require new glib for above change.
67         
68 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
69
70         * libdocument/ev-image.c: (ev_image_finalize),
71         (ev_image_save_tmp):
72
73         Return a real uri instead of a filename when saving an
74         image. Fixes images drag an drop from evince to nautilus. 
75         
76 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
77
78         * backend/pdf/ev-poppler.cc:
79         (pdf_document_images_get_image_mapping):
80
81         Return the image list in the right order. Fixes bug #516237.
82         
83 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
84
85         * backend/impress/impress-document.c:
86         (impress_document_thumbnails_get_thumbnail):
87
88         Remove unused variable to avoid a compiler warning.
89
90 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
91
92         * configure.ac:
93         
94         Update for release 2.21.91.
95
96 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * configure.ac:
99         * shell/Makefile.am:
100         * shell/ev-application.[ch]:
101         * shell/ev-sidebar-links.c:
102         * shell/ev-utils.[ch]:
103         * shell/ev-window.[ch]:
104
105         Remove libgnomeprint support. Fixes bug #512370.
106         
107 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
108
109         * thumbnailer/evince-thumbnailer.c: (main):
110
111         Initialize glib type system before using it. Fixes bug #513934.
112         
113 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
114
115         * properties/ev-properties-main.c:
116
117         Add missing #include.
118         
119 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
120
121         * configure.ac:
122         * backend/djvu/djvu-document.c: (djvu_document_render):
123         * backend/tiff/tiff-document.c: (tiff_document_render):
124
125         Use the new cairo function cairo_format_stride_for_width when
126         available. Fixes bug #482720.
127
128 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
131         (get_mime_type_from_data), (get_document_from_uri):
132
133         Use g_content_type_guess() only when slow is true in
134         get_document_from_uri(). Fix several memory leaks.
135         
136 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
137
138         * libdocument/ev-document-factory.c:
139         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
140         (get_document_from_uri):
141
142         Use g_content_type_guess () to get mimetype for files.
143         Bug #510401.
144
145 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * thumbnailer/Makefile.am:
148
149         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
150         
151 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * configure.ac:
154
155         Fix build with --without-libgnome. Fixes bug #512771.
156         
157 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
158
159         * backend/dvi/Makefile.am: Install only dvi
160         module. Fixes bug #512718.
161
162 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
163
164         * properties/ev-properties-main.c: (nautilus_module_initialize):
165         
166         Initialize backends in properties tab. Fixes bug
167         #512720.
168
169 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
170
171         * properties/Makefile.am: No need to link with 
172         libraries. Fixes bug #512719.
173
174 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
175
176         * NEWS:
177         * configure.ac:
178         
179         Update for release 2.21.90.
180
181 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
182
183         * shell/ev-window.c: (ev_window_cmd_escape):
184
185         Fix compile warning.
186         
187 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
188
189         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
190
191         Fix printing in dvi backend when filename contains white
192         espaces. Fixes bug #502839.
193         
194 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
195
196         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
197         (screensaver_disable_x11):
198         * shell/Makefile.am:
199         * shell/xdg-user-dir-lookup.c: Removed
200         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
201         * shell/ev-view.c: (ev_view_presentation_transition_start):
202         * shell/ev-window.c: (ev_window_cmd_file_open),
203         (ev_window_cmd_save_as), (presentation_set_timeout):
204
205         Remove #ifdefs that are no longer needed.
206         
207 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * shell/ev-view.[ch]: (ev_view_button_release_event),
210         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
211         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
212         (ev_window_cmd_escape):
213
214         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
215         
216 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
217
218         * configure.ac:
219         * backend/comics/comics-document.c: (comics_document_load):
220         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
221         (ev_attachment_set_property), (ev_attachment_init),
222         (ev_attachment_save), (ev_attachment_launch_app),
223         (ev_attachment_open):
224         * libdocument/ev-document-factory.c: (get_document_from_uri):
225         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
226         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
227         * shell/ev-jobs.c:
228         * shell/ev-password.c: (ev_password_dialog_set_property),
229         (ev_password_dialog_save_password):
230         * shell/ev-sidebar-attachments.c:
231         (ev_sidebar_attachments_drag_data_get):
232         * shell/ev-window-title.c: (get_filename_from_uri):
233         * shell/ev-window.c: (ev_window_clear_temp_file),
234         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
235         (ev_window_open_uri), (window_save_file_copy_ready_cb),
236         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
237         (launch_external_uri), (image_save_dialog_response_cb),
238         (attachment_save_dialog_response_cb):
239         * shell/main.c: (load_files), (load_files_remote), (main):
240         * thumbnailer/evince-thumbnailer.c: (main):
241
242         Port to gio and drop gnome-vfs dependency. Fixes bug
243         #510401. Based on patch by Cosimo Cecchi.
244         
245 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
246
247         * NEWS:
248
249         Fixed formatting inconsistencies (spaces vs. tabs)
250
251 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
252
253         * shell/ev-window.c:
254
255         Use top/up/bottom/down arrows instead of
256         first/left/last/right in the toolbar and menu actions.
257         This fixes issues with RTL languages and is visually
258         consistent with the page view. Fixes bug #170081.
259
260 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
261
262         * NEWS:
263
264         Fixed some inaccuracies pointed out by Carlos Garcia
265         Campos.
266
267 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
268
269         * NEWS:
270         * data/evince.schemas.in:
271         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
272
273         Override PDF restrictions by default. Fixes bug #382700.
274
275 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
276
277         * NEWS: Updated for upcoming release
278
279 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
280
281         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
282
283         Fix memory leak.
284         
285 2008-01-23  Gil Forcada <gilforcada@guifi.net>
286
287         * shell/ev-window.c: (register_custom_actions):
288         
289         Added comment for translators
290
291 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
292
293         * shell/ev-view.c: (ev_view_button_release_event):
294
295         Do not create the idle function for kinetic scrolling if we are
296         not in a drag operation.
297
298 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
299
300         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
301         (ev_view_button_press_event), (ev_view_motion_notify_event),
302         (ev_view_button_release_event):
303
304         Restore cursor after autoscrolling. Fixes bug #509958.
305
306 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * configure.ac:
309         * backend/pdf/ev-poppler.cc:
310         (pdf_document_images_get_image_mapping),
311         (pdf_document_images_get_image),
312         (pdf_document_document_images_iface_init):
313         * libdocument/ev-document-images.[ch]:
314         (ev_document_images_get_image_mapping),
315         (ev_document_images_get_image):
316         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
317         (ev_image_get_id), (ev_image_save_tmp):
318         * shell/ev-jobs.c: (ev_job_render_run):
319         * shell/ev-view.c: (ev_view_drag_data_get):
320         * shell/ev-window.c: (image_save_dialog_response_cb),
321         (ev_view_popup_cmd_copy_image):
322
323         Do not render images when rendering the page but on demand. It
324         reduces the memory comsumption.
325         
326 2008-01-18  Marcelo Lira  <setanta@gmail.com>
327
328         * configure.a:
329         * shell/ev-password.c:
330
331         Make gnome-keyring optional. Fixes bug #509676.
332         
333 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
334
335         * shell/ev-pixbuf-cache.c: (add_job):
336
337         Initialize include_images variable as FALSE instead of TRUE.
338         
339 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
340
341         * configure.ac:
342         * cut-n-paste/Makefile.am:
343         * cut-n-paste/fileformatchooser/Makefile.am:
344         * cut-n-paste/fileformatchooser/egg-macros.h:
345         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
346         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
347         * shell/Makefile.am:
348         * shell/ev-utils.c:
349         (file_chooser_dialog_add_writable_pixbuf_formats),
350         (get_gdk_pixbuf_format_by_extension):
351         * shell/ev-utils.h:
352         * shell/ev-window.c: (ev_window_error_message),
353         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
354         
355         Simplify image format selection on save.
356
357 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
358
359         * shell/ev-view.c: (ev_view_scroll_event):
360         
361         Repair gorizontal scrolling with shift. Fixes
362         bug #483412.
363
364 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
365         
366         * MAINTAINERS:
367
368         Fix formatting issues.
369         
370 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
371
372         * backend/comics/comics-document.c: (comics_regex_quote):
373         
374         Don't overquote special chars except of '. See bug 
375         502500. Thanks to Tom Parker.
376
377 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
378
379         * MAINTAINERS:
380         
381         Added Nickolay and Carlos, since they're doing most of
382         the releases nowadays.
383
384 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
385
386         * properties/Makefile.am:
387
388         Get the nautilus extension dir properly instead of using
389         a hack. Fixes bug #505359.
390
391 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
392
393         * properties/Makefile.am:
394         
395         Install nautilus extension into new place. See bug
396         #505359. Thanks to Matthias Clasen, Brian Pepple and
397         Damien Carbery.
398
399 2008-01-13  Djihed Afifi  <djihed@gmail.com>
400
401         * shell/ev-window.c: (ev_window_get_recent_file_label):
402         
403         RTL marker in recent file list. See bug #509076.
404
405 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
406
407         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
408         * shell/ev-window.c: (image_save_dialog_response_cb):
409
410         Fix compile warnings due to unused variables.
411         
412 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
413
414         * configure.ac:
415         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
416         * backend/ps/ev-spectre.c: (ps_document_render):
417
418         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
419
420 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
421
422         * shell/ev-transition-animation.c (ev_transition_animation_fade)
423         (ev_transition_animation_paint): Implement "fade" effect.
424
425 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
426
427         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
428         (ev_transition_animation_paint): Implement "uncover" effect.
429
430 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
431
432         * shell/ev-transition-animation.c (ev_transition_animation_cover)
433         (ev_transition_animation_paint): Implement "cover" effect.
434
435 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
436
437         * shell/ev-transition-animation.c (ev_transition_animation_push)
438         (ev_transition_animation_paint): Implement "push" effect.
439
440 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
441
442         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
443         (ev_transition_animation_paint): Implement "dissolve" effect.
444
445 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
446
447         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
448         (ev_transition_animation_paint): Implement "wipe" effect.
449
450 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
451
452         * shell/ev-transition-animation.c (ev_transition_animation_box)
453         (ev_transition_animation_paint): Implement "box" effect.
454
455 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
456
457         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
458         (ev_transition_animation_paint): Implement "blinds" effect.
459
460 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
461
462         * shell/ev-transition-animation.c (ev_transition_animation_split)
463         (ev_transition_animation_paint): Implement "split" effect.
464
465 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
466
467         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
468         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
469         (ev_view_transition_animation_start) 
470         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
471         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
472         (ev_view_next_page) (ev_view_previous_page):
473         
474         Use EvTransitionAnimation to drive page changes in the presentation
475         mode, the animation will wait to start until both the origin and 
476         destination page surfaces are available. Fixes #458460.
477
478         (draw_loading_text):
479
480         Remove workaround for bug #320352, it's now fixed properly.
481
482
483 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
484
485         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
486         will contain the implementations for page transition animations, at
487         the moment it just has the "replace" effect.
488         * shell/Makefile.am: Added these files to build.
489
490 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
491
492         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
493         animations.
494         * shell/Makefile.am: Added these files to build.
495
496 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
497
498         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
499         implementation to get_effect() in EvDocumentTransitionIface.
500
501 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
502
503         * libdocument/ev-transition-effect.[ch]: New files, define a page
504         transition effect, at the moment it maps PopplerPageTransition to a
505         GObject.
506         * libdocument/Makefile.am: Added these files to build.
507         * libdocument/ev-document-transition.[ch]
508         (ev_document_transition_get_effect): New method, gets the
509         EvTransitionEffect returned by the interface implementation, with
510         fallback to the "replace" effect.
511
512 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
513
514         * configure.ac:
515         * cut-n-paste/Makefile.am:
516         * cut-n-paste/fileformatchooser/Makefile.am:
517         * cut-n-paste/fileformatchooser/egg-macros.h:
518         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
519         * shell/Makefile.am:
520         * shell/ev-window.c: (image_save_dialog_response_cb),
521         (ev_view_popup_cmd_save_image_as):
522
523         Allow exporting images in any format supported by
524         GdkPixbuf. Fixes bug #500209.
525         
526 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
527
528         * backend/pixbuf/pixbuf-document.c:
529
530         More warnings fixed.
531         
532 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
533
534         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
535         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
536         * backend/djvu/djvu-text.h:
537         * backend/tiff/tiff-document.c: (tiff_document_render):
538
539         Fix compile warnings.
540         
541 2007-12-28  Christian Persch  <chpe@gnome.org>
542
543         * **/*.c: Include config.h. Bug #504721.
544
545 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
546
547         * configure.ac:
548         * Makefile.am:
549         * po/POTFILES.in:
550         * backend/comics/Makefile.am:
551         * backend/comics/comics-document.[ch]:
552         * backend/comics/comicsdocument.evince-backend.in:
553         * backend/djvu/Makefile.am:
554         * backend/djvu/djvu-document.[ch]:
555         * backend/djvu/djvudocument.evince-backend.in:
556         * backend/dvi/Makefile.am:
557         * backend/dvi/dvi-document.[c]:
558         * backend/dvi/dvidocument.evince-backend.in:
559         * backend/impress/Makefile.am:
560         * backend/impress/impress-document.[ch]:
561         * backend/impress/impressdocument.evince-backend.in:
562         * backend/pdf/Makefile.am:
563         * backend/pdf/ev-poppler.cc:
564         * backend/pdf/ev-poppler.h:
565         * backend/pdf/pdfdocument.evince-backend.in:
566         * backend/pixbuf/Makefile.am:
567         * backend/pixbuf/pixbuf-document.[ch]:
568         * backend/pixbuf/pixbufdocument.evince-backend.in:
569         * backend/ps/Makefile.am:
570         * backend/ps/ev-spectre.[ch]:
571         * backend/ps/ps-document.[ch]:
572         * backend/ps/psdocument.evince-backend.in:
573         * backend/tiff/Makefile.am:
574         * backend/tiff/tiff-document.[ch]:
575         * backend/tiff/tiffdocument.evince-backend.in:
576         * libdocument/Makefile.am:
577         * libdocument/ev-backends-manager.[ch]:
578         * libdocument/ev-module.[ch]:
579         * libdocument/ev-document.h:
580         * libdocument/ev-document-factory.[ch]:
581         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
582         (get_compression_from_mime_type), (get_document_from_uri),
583         (ev_document_factory_get_document), (file_filter_add_mime_types),
584         (ev_document_factory_add_filters):
585         * shell/Makefile.am:
586         * shell/ev-window-title.c: (get_filename_from_uri):
587         * shell/main.c: (main):
588         * thumbnailer/Makefile.am:
589         * thumbnailer/evince-thumbnailer.c: (main):
590
591         Plugin system for backends. Fixes bug #351348.
592         
593 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
594
595         * shell/ev-view-private.h:
596         * shell/ev-view.c: (ev_view_drag_update_momentum),
597         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
598         (ev_view_button_release_event), (ev_view_destroy):
599         
600         Kinetic scrolling implemented as requested in
601         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
602
603 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
604
605         * data/evince-toolbar.xml:
606         * data/evince-ui.xml:
607         * shell/ev-view-private.h:
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), (ev_view_init),
611         (ev_view_autoscroll_cb), (ev_view_autoscroll),
612         (ev_view_set_cursor):
613         * shell/ev-view.h:
614         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
615         (ev_window_cmd_view_autoscroll):
616         
617         Autoscroll feature with the context menu. Fixes bug 
618         #323670. Thanks to David Turner <cillian64@googlemail.com>.
619
620 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
623
624         Disconnect also page-ready signal when removing a job because the
625         page size has changed. Thanks to kripken
626         <kripkensteiner@gmail.com>.
627
628 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
629
630         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
631         
632         Scroll pages in page entry with mouse wheel. Fixes bug
633         #324122. Thanks to David Turner <cillian64@googlemail.com>.
634
635 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * backend/dvi/Makefile.am:
638         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
639         (mdvi_cairo_device_init):
640         * backend/dvi/mdvi-lib/common.h:
641         * backend/dvi/mdvi-lib/mdvi.h:
642         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
643         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
644         (mdvi_build_path_from_cwd):
645
646         Add ps specials support in dvi backend when libspectre is
647         present. Fixes bug #386005.
648         
649 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
650
651         * configure.ac:
652         * backend/ps/Makefile.am:
653         * backend/ps/ev-spectre.[ch]:
654         
655         Use libspectre, if available, for the ps backend. Fixes bugs
656         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
657
658 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
659         
660         * backend/comics/comics-document.c: (comics_document_load):
661         
662         Cygwin build issue fix.
663
664 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * shell/ev-view.c: (ev_view_set_zoom):
667
668         Do not limit the minimum zoom factor when sizing mode is best bit
669         or fit width. Fixes bug #503805.
670         
671 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
672
673         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
674         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
675         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
676         (ev_link_dest_get_property), (ev_link_dest_set_property),
677         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
678         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
679         (ev_link_dest_new_fitr):
680         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
681         (goto_fith_dest), (goto_xyz_dest):
682
683         Do not change left, top and zoom values when they are null in PDF
684         destinations. Fixes bug #460658.
685         
686 2007-12-10  Christian Persch  <chpe@gnome.org>
687
688         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
689         (ev_view_accessible_class_init),
690         (ev_view_accessible_idle_do_action),
691         (ev_view_accessible_action_do_action),
692         (ev_view_accessible_action_get_description),
693         (ev_view_accessible_action_set_description),
694         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
695         (ev_view_accessible_factory_init),
696         (ev_view_accessible_factory_get_accessible_type):
697         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
698         private data, and G_DEFINE_TYPE. Bug #502843.
699
700 2007-12-08  Christian Persch  <chpe@gnome.org>
701
702         * shell/ev-metadata-manager.c: (item_free),
703         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
704         (value_free), (parse_value), (parseItem),
705         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
706         (save_values): Use GSlice to allocate small amounts of memory. Bug
707         #475972.
708
709 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
710
711         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
712
713         Restore cursor to normal after a drag operation. Fixes bug
714         #501603.
715         
716 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
717
718         * NEWS:
719         * configure.ac:
720         
721         Update for release 2.21.1
722
723 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
724
725         * configure.ac:
726         * cut-n-paste/gedit-message-area/Makefile.am:
727         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
728         * shell/Makefile.am:
729         * shell/ev-message-area.[ch]:
730         * shell/ev-window.c: (ev_window_set_message_area),
731         (ev_window_error_message_response_cb), (ev_window_error_message),
732         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
733         (ev_window_save_job_cb), (image_save_dialog_response_cb),
734         (ev_attachment_popup_cmd_open_attachment),
735         (attachment_save_dialog_response_cb), (ev_window_set_document),
736         (ev_window_init):
737
738         Use a message area instead of a popup dialog for error
739         notifications. Fixes bug #337495.
740         
741 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
742
743         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
744         (ev_window_run_fullscreen):
745
746         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
747         
748 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
749
750         * ev-sidebar-thumbnails.c: (update_visible_range),
751         (ev_sidebar_thumbnails_refresh),
752         (ev_sidebar_thumbnails_set_document),
753         (ev_sidebar_thumbnails_support_document):
754
755         Show thumbnails for documents with one page. Fixes bug #358751.
756         
757 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
758
759         * shell/ev-window.c:
760         (ev_window_load_print_settings_from_metadata),
761         (ev_window_save_print_settings), (ev_window_print_finished),
762         (ev_window_print_range):
763
764         Print settings that are specific to the document are now saved per
765         document in the metadata file. Fixes bug #488806.
766         
767 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
768
769         * backend/tiff/tiff-document.c: (tiff_document_render):
770
771         Tiff documents were rendered with wrong colors. Fixes bug #497279.
772         
773 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
774
775         * shell/ev-application.[ch]: (get_find_string_from_args),
776         (ev_application_open_uri_at_dest), (ev_application_open_uri),
777         (ev_application_open_uri_list):
778         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
779         * shell/ev-window.[ch]: (ev_window_load_job_cb),
780         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
781         (ev_window_cmd_recent_file_activate),
782         (ev_window_open_recent_action_item_activated),
783         (ev_window_print_send), (open_remote_link):
784         * shell/main.c: (arguments_parse):
785
786         Add a command line option for search. Fixes bug #497710.
787         
788 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
789
790         * shell/ev-jobs.c: (ev_job_print_new):
791
792         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
793         
794 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
795
796         * data/evince-toolbar.xml:
797         * shell/Makefile.am:
798         * shell/ev-application.c: (ev_application_init):
799         * shell/ev-open-recent-action.[ch]:
800         * shell/ev-window.c:
801         (ev_window_open_recent_action_item_activated),
802         (register_custom_actions):
803
804         Add an expander to the open toolbar item which pops up a dropdown
805         menu with the recently used documents. Fixes bug #487215.
806         
807 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
808
809         * shell/ev-window.c: (ev_window_open_uri),
810         (ev_window_cmd_view_reload):
811
812         Do not jump to the first page when reloading by running evince
813         from the command line. Fixes bug #490847.
814         
815 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
816
817         * shell/ev-window.c: (ev_window_cmd_help_contents):
818
819         Plugged memory leak when help file is not found. Fixes bug
820         #490762.
821         
822 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * configure.ac:
825
826         Enable djvu, dvi and comics backends by default. Fixes bug
827         #437121.
828         
829 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
830
831         * configure.ac:
832         * cut-n-paste/Makefile.am:
833         * cut-n-paste/recent-files/*: Removed
834         * help/reference/Makefile.am:
835         * shell/Makefile.am:
836         * shell/ev-application.[ch]: (ev_application_shutdown),
837         (ev_application_init):
838         * shell/ev-window.c: (ev_window_add_recent),
839         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
840
841         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
842         
843 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
844
845         * shell/ev-window.c: (launch_external_uri):
846
847         Let GnomeVFS check the URL, this allow more URL (like mailto:),
848         and report error if the URL is not supported (#489910).
849
850 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
853         (pdf_document_file_exporter_begin_page),
854         (pdf_document_file_exporter_end_page):
855
856         Fix printing with poppler splash backend. Fixes bug #489774.
857         
858 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
859
860         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
861         * shell/ev-print-job.c: (ev_print_job_class_init):
862
863         Fix a crash when printing with the gnome-print dialog. Fixes bug
864         #488939.
865         
866 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
867
868         * backend/pixbuf/pixbuf-document.c:
869
870         Fix an implicit function definition warning (#487655)
871
872 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
873
874         * shell/ev-window.c:
875
876         Fix conflicting shortcut for view sade pane and presentation.
877         
878 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * backend/pdf/ev-poppler.cc:
881         (pdf_document_file_exporter_begin_page),
882         (pdf_document_file_exporter_do_page),
883         (pdf_document_file_exporter_end_page),
884         (pdf_document_file_exporter_iface_init):
885         * libdocument/ev-file-exporter.[ch]:
886         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
887         * shell/ev-jobs.c: (ev_job_print_get_page_list),
888         (ev_job_print_run):
889
890         When printing multiple pages per sheet in reverse option, do not
891         invert the order of the pages in every sheet, but the order of the
892         sheets. Do not print blank pages when page range is invalid. Fixes
893         bugs #484857 and #485521.
894         
895 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
896
897         * shell/ev-jobs.c: (ev_job_print_get_page_list),
898         (ev_job_print_run):
899         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
900
901         Respect ranges order when printing more than one range in random
902         order.
903         
904 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
905
906         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
907         (ev_window_setup_document), (ev_window_rotation_changed_cb):
908
909         Rotate also the window icon when document is rotated. Fixes bug
910         #474681.
911         
912 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
915         (pdf_document_forms_get_form_fields):
916
917         Silently ignore unknown form fields. Fixes bug #482654. Patch by
918         Matthias Drochner.
919         
920 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
921
922         * configure.ac:
923         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
924
925         Use poppler_page_render_for_printing() instead of
926         poppler_page_render() if available when exporting to a ps or pdf
927         file. Fixes bug #476627.
928         
929 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
930
931         * shell/ev-window.c: (ev_window_run_fullscreen):
932
933         Do not show the toolbar in fullscreen mode if the main toolbar is
934         not visible. Fixes bug #483048.
935         
936 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
937
938         * shell/ev-view.c: (ev_view_button_press_event):
939
940         Give priority to form fields over images when deciding whether a
941         button press event is over an image or form field. It allows edit
942         form fields when they are over a background image. Fixes bug
943         #477841.
944         
945 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
946
947         * NEWS:
948         * configure.ac:
949         
950         Update for release 2.20.0
951
952 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
953
954         * backend/pdf/ev-poppler.cc:
955
956         Remove #ifdef HAVE_FORMS, so that forms support works again.
957
958 2007-09-05  Götz Waschk  <waschk@mandriva.org>
959
960         * configure.ac:
961         * data/evince.desktop.in.in:
962         
963         Fixes desktop file issues. See bug #473471.
964
965 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
966
967         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
968         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
969         (ev_job_queue_remove_job):
970         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
971         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
972         * shell/ev-window.c: (ev_window_clear_save_job),
973         (ev_window_save_job_cb), (file_save_dialog_response_cb),
974         (ev_window_dispose):
975
976         Move save a copy task to its own job so that it's carried out in a
977         thread avoiding another lock in the main thread. Use
978         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
979         can be saved to a pathin another file system. Fixes bug #456891.
980         
981 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
982
983         * NEWS:
984         * configure.ac:
985         
986         Update for release 2.19.92
987
988 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
989
990         * configure.ac:
991         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
992         (pdf_selection_get_selection_region),
993         (pdf_selection_get_selection_map),
994         (ev_form_field_from_poppler_field):
995
996         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
997         and triple click selections are enabled again now.
998
999 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1000
1001         * shell/ev-window.c: (ev_window_add_history):
1002
1003         Make sure not to use the history with documents not supporting
1004         links. Fixes bug #468954.
1005
1006 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1007
1008         * shell/ev-window.c: (ev_window_load_job_cb):
1009
1010         Restart the search when reloading a document with the find bar
1011         visible. Fixes bug #461962.
1012
1013 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * shell/ev-window.c: (setup_document_from_metadata),
1016         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1017
1018         Do not jump to the first page when reloading a document from the
1019         last page.
1020
1021 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * shell/ev-window.c: (update_chrome_flag),
1024         (setup_sidebar_from_metadata),
1025         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1026         (ev_window_cmd_edit_find_next),
1027         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1028         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1029         (find_bar_close_cb), (view_actions_focus_in_cb):
1030
1031         Do not update visibility when changing a chrome flag so that it's
1032         possible to update several flags and update visibility only once
1033         for all of them.
1034
1035 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1036
1037         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1038
1039         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1040         supported by gtk+. Fixes bug #460907.
1041
1042 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1043
1044         * shell/ev-view.c: (view_update_range_and_current_page):
1045
1046         Make sure current-page <= end-page in continuous mode. Fixes bug
1047         #454950.
1048
1049 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * backend/pdf/ev-poppler.cc: (build_tree):
1052
1053         Ignore outline items without a title. Fixes bug #453913.
1054
1055 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1058         (ev_view_button_release_event), (ev_view_leave_notify_event):
1059
1060         Use always drag mouse cursor during a drag operation. Fixes bug
1061         #470564.
1062
1063 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1066         (pdf_selection_get_selection_region),
1067         (pdf_selection_get_selection_map):
1068
1069         Temporarily disable double and triple selections since it depends on
1070         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1071         released and the update of the external dependency minimal version
1072         approved.
1073
1074 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1075
1076         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1077         (pdf_document_file_exporter_do_page):
1078         * libdocument/ev-file-exporter.h:
1079         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1080         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1081
1082         Actually fix printing regressions. Remove orientation from
1083         EvPrintContext since it's redundant.
1084
1085 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1086
1087         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1088         * backend/impress/impress-document.c:
1089         (impress_document_document_iface_init):
1090         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1091         * backend/djvu/djvu-document.c:
1092         (djvu_document_document_iface_init),
1093         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1094         * backend/tiff/tiff-document.c:
1095         (tiff_document_document_iface_init):
1096         * backend/pixbuf/pixbuf-document.c:
1097         (pixbuf_document_document_iface_init):
1098         * backend/comics/comics-document.c:
1099         (comics_document_document_iface_init):
1100         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1101         (pdf_selection_render_selection),
1102         (pdf_selection_get_selected_text),
1103         (pdf_selection_get_selection_region),
1104         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1105         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1106         (ev_selection_get_selection_region),
1107         (ev_selection_get_selection_map):
1108         * libdocument/ev-document.[ch]:
1109         * shell/ev-pixbuf-cache.[ch]: (add_job),
1110         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1111         * shell/ev-view-private.h:
1112         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1113         (ev_job_render_run):
1114         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1115         * shell/ev-view.c: (start_selection_for_event),
1116         (ev_view_button_press_event), (ev_view_drag_data_get),
1117         (ev_view_drag_data_received), (ev_view_button_release_event),
1118         (compute_new_selection_text), (compute_selections),
1119         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1120         (ev_view_primary_get_cb):
1121
1122         Add support for double and triple click selections.
1123
1124 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1125
1126         * NEWS:
1127         * configure.ac:
1128
1129         Update for release 2.19.4
1130
1131 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1132
1133         * shell/ev-view-private.h:
1134         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1135         (ev_view_set_highlight_search):
1136         * shell/ev-view.h:
1137         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1138         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1139         (find_bar_visibility_changed_cb):
1140         
1141         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1142
1143 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1146         (pdf_document_file_exporter_begin),
1147         (pdf_document_file_exporter_do_page):
1148         * shell/ev-jobs.c: (ev_job_print_run):
1149         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1150
1151         Create always a portrait cairo surface and rotate when needed for
1152         landscape. It fixes printing problems in real printers.
1153
1154 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1157         * libdocument/ev-file-exporter.[ch]:
1158         (ev_file_exporter_get_capabilities):
1159         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1160         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1161
1162         Adjust number of pages per row according to page orientation when
1163         printing 2 or 6 pages per sheet.
1164
1165 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1166
1167         * shell/ev-window.c: (ev_window_print_send):
1168
1169         Reset also cups setting to 1 when printing multiple pages per
1170         sheet. Fixes bug #468853.
1171
1172 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1173
1174         * libdocument/ev-document-misc.c:
1175         (ev_document_misc_surface_rotate_and_scale):
1176
1177         Use directly cairo_surface_get_content() when creating a similar
1178         surface as suggested by Jeff Muizelaar. Thanks again.
1179
1180 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * backend/djvu/djvu-document.c: (djvu_document_render):
1183         * backend/tiff/tiff-document.c: (tiff_document_render):
1184         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1185         * libdocument/ev-document-misc.c:
1186         (ev_document_misc_surface_from_pixbuf),
1187         (ev_document_misc_surface_rotate_and_scale):
1188
1189         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1190         creating page surfaces. Fixes bug #453123. Thank you very much to
1191         Jeff Muizelaar <jeff@infidigm.net>.
1192
1193 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * shell/ev-page-cache.c: (ev_page_cache_new),
1196         (ev_page_cache_get_thumbnail_size):
1197         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1198         (ev_sidebar_thumbnails_set_loading_icon):
1199
1200         Also store in page-cache the dimensions of the thumbnails so that
1201         they can be used to create the correct loading icon in the side
1202         pane. Fixes bug #466857.
1203
1204 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * backend/pdf/ev-poppler.cc:
1207         (pdf_document_thumbnails_get_thumbnail):
1208
1209         Fix thumbnails rotation in pdf documents that include embedded 
1210         thumbnails.
1211
1212 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1213
1214         * backend/pdf/ev-poppler.cc:
1215
1216         Don't use #ifdef in macro expansion. Some compilers don't
1217         like that. Closes bug #467042.
1218
1219 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1220
1221         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1222         
1223         Fixes memory leak in djvu backend.
1224
1225 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1226
1227         * data/icons/32x32/Makefile.am:
1228         * data/icons/32x32/actions/Makefile.am:
1229         * data/icons/32x32/actions/view-page-cont.svg:
1230         * data/icons/32x32/actions/view-page-facing.svg:
1231         * data/icons/48x48/Makefile.am:
1232         * data/icons/48x48/actions/Makefile.am:
1233         * data/icons/48x48/actions/view-page-cont.svg:
1234         * data/icons/48x48/actions/view-page-facing.svg:
1235         
1236         Icons for a new sizes.
1237
1238 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1239
1240         * shell/ev-page-cache.c: (build_height_to_page),
1241         (ev_page_cache_get_height_to_page):
1242         
1243         Fixes invalid read, see bug #466401.
1244
1245 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1246
1247         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1248         (set_drag_cursor):
1249         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1250         (configure_item_cursor), (new_pixbuf_from_widget):
1251
1252         Fix multihead problems in toolbar editor. Fixes bug #382055.
1253
1254 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1255
1256         * shell/ev-window.c: (ev_window_cmd_file_open),
1257         (ev_window_cmd_save_as):
1258
1259         Use g_get_user_special_dir when available instead of
1260         xdg_user_dir_lookup.
1261
1262 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1263
1264         * MAINTAINERS:
1265         
1266         Updated according to request on desktop-devel.
1267
1268 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1271
1272         Do not use cairo_rectangle and cairo_clip since we are
1273         not using cairo_fill but cairo_paint. Use the same cairo context
1274         for every page in the same expose event.
1275
1276 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1277
1278         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1279         leak.
1280
1281 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1282
1283         * configure.ac:
1284         * NEWS:
1285
1286         Release 0.9.3
1287
1288 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1289
1290         * libdocument/ev-document-info.h:
1291         * libdocument/ev-document.h:
1292         * shell/ev-page-action.h:
1293         * shell/ev-sidebar-links.h:
1294
1295         Fix a headers problem with ev-link
1296         
1297         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1298         * shell/ev-view-private.h:
1299         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1300         (get_link_area), (ev_view_query_tooltip),
1301         (ev_view_leave_notify_event), (ev_view_destroy),
1302         (ev_view_class_init):
1303
1304         Use new gtk tooltips when available instead of ev-tooltip.
1305         
1306 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1307
1308         * shell/ev-window.c: (update_chrome_visibility),
1309         (ev_window_sidebar_visibility_changed_cb):
1310
1311         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1312         
1313 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1314
1315         * shell/ev-navigation-action.c:
1316         (ev_navigation_action_history_changed),
1317         (ev_navigation_action_set_history):
1318         * shell/ev-navigation-action-widget.c:
1319         (ev_navigation_action_widget_init):
1320         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1321
1322         Fix compile warnings.
1323         
1324 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1325
1326         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1327         (egg_editable_toolbar_dispose):
1328
1329         Fix memory leak.
1330         
1331 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1332
1333         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1334         (screensaver_disable_x11):
1335         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1336         * shell/ev-window.c: (presentation_set_timeout):
1337         * shell/ev-view.c: (ev_view_presentation_transition_start):
1338
1339         Use g_timeout_add_seconds instead of g_timeout_add when
1340         available.
1341         
1342 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1343
1344         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1345
1346         Set horizontal scrollbar policy to AUTOMATIC instead of
1347         NEVER. Workaround for bug #449462.
1348         
1349 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1350
1351         * shell/ev-jobs.c: (ev_job_render_page_ready):
1352
1353         Add page_ready callback to main loop with high priority and hold
1354         a reference to job during idle.
1355         
1356 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1357
1358         * configure.ac:
1359         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1360         (pdf_document_file_exporter_begin),
1361         (pdf_document_file_exporter_do_page),
1362         (pdf_document_file_exporter_get_capabilities):
1363         * libdocument/ev-file-exporter.h:
1364         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1365         * shell/ev-window.c: (ev_window_print_send),
1366         (ev_window_print_dialog_response_cb):
1367
1368         Allow printing multiple pages per sheet. Fixes bug #395573.
1369         
1370 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1371
1372         * shell/ev-view.c: (tip_from_link):
1373         
1374         Check for NULL, fixes bug #460862.
1375
1376 2007-07-29  Christian Persch  <chpe@gnome.org>
1377
1378         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1379         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1380         (ev_window_cmd_preview_print):
1381         
1382         Fixes bug #437681 - blocks while enumerating printers.
1383
1384 2007-07-29  Christian Persch  <chpe@gnome.org>
1385
1386         * shell/ev-window.c: (ev_window_screen_changed):
1387         
1388         Don't use deprecated gtk+ function. See bug #460909.
1389
1390 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1391
1392         * shell/ev-utils.c: (get_num_monitors):
1393         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1394
1395         Do not use display before initializing it. Remove compile
1396         warnings.
1397
1398 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1399
1400         * shell/ev-view.c: (ev_view_class_init):
1401         
1402         Unix-like hjkl bindings added. See bug #458111.
1403
1404 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1405
1406         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1407         * shell/ev-utils.h:
1408         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1409         (ev_view_update_view_size):
1410         * shell/ev-view.h:
1411         * shell/ev-window.c: (ev_window_update_actions),
1412         (setup_view_from_metadata), (ev_window_screen_changed),
1413         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1414         (zoom_control_changed_cb):
1415         * shell/ev-window.h:
1416         
1417         Reorganizes utility functions.
1418
1419 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1420
1421         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1422         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1423         (add_job), (ev_pixbuf_cache_get_surface),
1424         (ev_pixbuf_cache_get_link_mapping),
1425         (ev_pixbuf_cache_get_image_mapping),
1426         (ev_pixbuf_cache_get_form_field_mapping),
1427         (ev_pixbuf_cache_get_text_mapping):
1428         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1429         (notify_page_ready), (ev_job_render_page_ready),
1430         (ev_job_render_run):
1431
1432         Add page_ready signal to notify that page is ready as soon as
1433         possible even if other page elements like links, forms, images or
1434         text mapping are not ready yet.
1435
1436 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1439         (dvi_document_file_exporter_do_page),
1440         (dvi_document_file_exporter_get_capabilities),
1441         (dvi_document_file_exporter_iface_init):
1442         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1443         (ps_document_file_exporter_do_page),
1444         (ps_document_file_exporter_get_capabilities),
1445         (ps_document_file_exporter_iface_init):
1446         * backend/djvu/djvu-document.c:
1447         (djvu_document_file_exporter_begin),
1448         (djvu_document_file_exporter_end),
1449         (djvu_document_file_exporter_get_capabilities),
1450         (djvu_document_file_exporter_iface_init):
1451         * backend/tiff/tiff-document.c:
1452         (tiff_document_file_exporter_begin),
1453         (tiff_document_file_exporter_get_capabilities),
1454         (tiff_document_document_file_exporter_iface_init):
1455         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1456         (pdf_document_file_exporter_do_page),
1457         (pdf_document_file_exporter_get_capabilities),
1458         (pdf_document_file_exporter_iface_init):
1459         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1460         (ev_file_exporter_get_capabilities):
1461         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1462         (idle_print_handler), (ev_print_job_print):
1463         * shell/ev-jobs.c: (ev_job_print_run):
1464         * shell/ev-window.c: (ev_window_print_send),
1465         (ev_window_print_range):
1466
1467         Use capabilities to know which options should be offered by the
1468         print dialog depending on the document backend.
1469
1470 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1471
1472         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1473
1474         Give priority to forms over text to set the cursor.
1475
1476 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1477
1478         * shell/ev-view-private.h:
1479         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1480         (ev_view_leave_notify_event), (ev_view_finalize),
1481         (ev_view_get_property), (ev_view_class_init):
1482
1483         Use IBEAM cursor for text form fields and NORMAL cursor for read
1484         only fields. Remove unused status attribute.
1485
1486 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1489
1490         Update region for current selected items also for checkbox
1491         buttons, since they can behave as radio buttons when they are in a
1492         set.
1493
1494 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * configure.ac:
1497         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1498
1499         Get max length of text form fields.
1500
1501 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1504         * libdocument/ev-form-field.h:
1505         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1506
1507         Fix build with current poppler cvs head.
1508
1509 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1512         * shell/eggfindbar.c: (egg_find_bar_init):
1513
1514         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1515         deprecation. Fixes bug #455667
1516
1517 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1518
1519         * NEWS:
1520         * configure.ac:
1521         
1522         Update for release 0.9.2
1523
1524 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * shell/ev-view.c: (ev_view_form_field_text_save),
1527         (ev_view_form_field_choice_save):
1528
1529         Fix a crash when closing whith a form widget visible.
1530
1531 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1534
1535         Update also the region of the current selected button when
1536         clicking on another button if they are radio buttons.
1537
1538 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1539
1540         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1541         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1542         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1543         (ev_pixbuf_cache_get_link_mapping),
1544         (ev_pixbuf_cache_get_image_mapping),
1545         (ev_pixbuf_cache_get_form_field_mapping),
1546         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1547         * shell/ev-view.c: (ev_view_form_field_get_region),
1548         (ev_view_form_field_button_create_widget),
1549         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1550         (job_finished_cb):
1551
1552         Redraw only form field region instead of the whole page when
1553         reloading a page to show changes on the form field.
1554
1555 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1556
1557         * shell/ev-view.c: (ev_view_form_field_choice_save):
1558
1559         Fix selection of first item in list form fields.
1560
1561 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1562
1563         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1564         (ev_pixbuf_cache_reload_page),
1565         (ev_pixbuf_cache_get_form_field_mapping):
1566
1567         Some refactoring to avoid duplicated code.
1568
1569 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1570
1571         * configure.ac:
1572         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1573         (ev_form_field_from_poppler_field),
1574         (pdf_document_forms_get_form_fields),
1575         (pdf_document_forms_form_field_text_get_text),
1576         (pdf_document_forms_form_field_text_set_text),
1577         (pdf_document_forms_form_field_button_set_state),
1578         (pdf_document_forms_form_field_button_get_state),
1579         (pdf_document_forms_form_field_choice_get_item),
1580         (pdf_document_forms_form_field_choice_get_n_items),
1581         (pdf_document_forms_form_field_choice_is_item_selected),
1582         (pdf_document_forms_form_field_choice_select_item),
1583         (pdf_document_forms_form_field_choice_toggle_item),
1584         (pdf_document_forms_form_field_choice_unselect_all),
1585         (pdf_document_forms_form_field_choice_set_text),
1586         (pdf_document_forms_form_field_choice_get_text),
1587         (pdf_document_document_forms_iface_init):
1588         * libdocument/Makefile.am:
1589         * libdocument/ev-form-field.[ch]:
1590         * libdocument/ev-document-forms.[ch]:
1591         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1592         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1593         (add_job), (ev_pixbuf_cache_reload_page),
1594         (ev_pixbuf_cache_get_form_field_mapping):
1595         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1596         * shell/ev-view-private.h:
1597         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1598         (ev_view_handle_cursor_over_xy),
1599         (ev_view_get_form_field_at_location),
1600         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1601         (ev_view_form_field_button_create_widget),
1602         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1603         (ev_view_form_field_text_create_widget),
1604         (ev_view_form_field_choice_save),
1605         (ev_view_form_field_choice_changed),
1606         (ev_view_form_field_choice_create_widget),
1607         (ev_view_handle_form_field), (ev_view_size_allocate),
1608         (ev_view_realize), (draw_end_presentation_page),
1609         (ev_view_button_press_event), (ev_view_remove_all),
1610         (ev_view_motion_notify_event), (ev_view_key_press_event),
1611         (ev_view_enter_notify_event), (highlight_find_results),
1612         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1613         (ev_view_class_init), (page_changed_cb),
1614         (on_adjustment_value_changed), (ev_view_set_presentation),
1615         (merge_selection_region), (ev_view_set_cursor),
1616         (ev_view_reset_presentation_state):
1617         
1618         Merge evince-forms branch.
1619
1620 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1621
1622         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1623
1624         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1625         This script also updates itself from libegg
1626
1627         * cut-n-paste/toolbar-editor/egg*:
1628         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1629         libegg
1630
1631 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1632
1633         * shell/ev-window.c:
1634         
1635         Adds a nice icon to page action during toolbar editing.
1636         See bug #452872.
1637
1638 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1639
1640         * data/evince-toolbar.xml:
1641         * shell/ev-window.c:
1642         
1643         Let user add a presentation and fullscreen icons on toolbar.
1644         See bug #449734.
1645
1646 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1647
1648         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1649
1650         new script to keep in sync with toolbareditor in libegg
1651
1652         * cut-n-paste/toolbar-editor/*: 
1653
1654         Run update-toolbareditor-from-libegg so we are in sync again. 
1655         Fixes bug #452850.
1656         
1657
1658 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1659
1660         * shell/ev-sidebar-links.c: (job_finished_callback):
1661
1662         Do not connect selection changed signal more than once. Fixes bug
1663         #349433.
1664
1665 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1666
1667         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1668
1669         Do not change sidebar chrome flag when pressing F9 key in
1670         presentation mode.
1671
1672 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1673
1674         * backend/pdf/ev-poppler.cc:
1675         (pdf_document_thumbnails_get_dimensions):
1676
1677         Make sure thumbnails width and height is not <= 0. Fixes a crash
1678         with some pdf documents which have really small pages.
1679
1680 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1681
1682         * shell/main.c: (main):
1683
1684         Fixes program description translation issue.
1685         Bug #450148.
1686
1687 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1688
1689         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1690
1691         Do not change current page when returning from black/white mode
1692         in presentation. Fixes bug #415032.
1693
1694 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1695
1696         * NEWS:
1697         * configure.ac:
1698         
1699         Update for release 0.9.1
1700
1701 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1702
1703         * backend/dvi/dvi-document.c:
1704         (dvi_document_finalize),
1705         (dvi_document_file_exporter_format_supported),
1706         (dvi_document_file_exporter_begin),
1707         (dvi_document_file_exporter_do_page),
1708         (dvi_document_file_exporter_end),
1709         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1710         
1711         PDF exporter for dvi documents. Fixes bug #441319.
1712
1713 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * shell/ev-window.c: (ev_window_clear_print_job):
1716
1717         Clear gtk print job when job has finished. Fixes bug #447612.
1718
1719 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1720
1721         * shell/ev-window.c: (ev_window_print_send),
1722         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1723
1724         Add preview button to print dialog. Fixes bug #445419.
1725
1726 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1727
1728         * backend/dvi/Makefile.am:
1729         * backend/dvi/pixbuf-device.[ch]: Removed
1730         * backend/dvi/cairo-device.[ch]: Added
1731         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1732         * backend/dvi/dvi-document.c: (dvi_document_load),
1733         (dvi_document_render), (dvi_document_finalize),
1734         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1735         (dvi_document_do_color_special):
1736         * libdocument/ev-document-misc.[ch]:
1737         (ev_document_misc_pixbuf_from_surface):
1738
1739         Port dvi backend to cairo and fix a problem with colors. 
1740
1741 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * shell/ev-view.c: (draw_one_page):
1744
1745         Draw only visible region.
1746
1747 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * backend/djvu/djvu-document.c: (djvu_document_render):
1750
1751         Fix rotation in djvu backend.
1752
1753 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1754
1755         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1756         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1757         (ev_pixbuf_cache_get_image_mapping),
1758         (ev_pixbuf_cache_get_text_mapping):
1759
1760         Redraw view every time we have a new surface. Fixes bug #443587.
1761
1762 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * libdocument/ev-document.c: (ev_document_info_free):
1765
1766         Fix memory leaks.
1767
1768 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * backend/dvi/dvi-document.c: (dvi_document_render),
1771         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1772         * backend/impress/impress-document.c:
1773         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1774         (impress_document_render), (impress_document_document_iface_init),
1775         (impress_document_thumbnails_get_thumbnail):
1776         * backend/djvu/djvu-document-private.h:
1777         * backend/djvu/djvu-document.c: (djvu_document_render),
1778         (djvu_document_finalize), (djvu_document_document_iface_init),
1779         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1780         * backend/tiff/tiff-document.c: (tiff_document_render),
1781         (tiff_document_render_pixbuf),
1782         (tiff_document_document_iface_init):
1783         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1784         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1785         (pdf_selection_render_selection):
1786         * backend/comics/comics-document.c:
1787         (comics_document_render_pixbuf), (comics_document_render),
1788         (comics_document_document_iface_init):
1789         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1790         (pixbuf_document_document_iface_init):
1791         * libdocument/ev-document-misc.[ch]:
1792         (ev_document_misc_surface_from_pixbuf),
1793         (ev_document_misc_surface_rotate_and_scale):
1794         * libdocument/ev-document.[ch]: (ev_document_render):
1795         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1796         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1797         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1798         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1799         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1800         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1801         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1802         (render_finished_cb), (ev_job_render_run):
1803         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1804         (merge_selection_region):
1805
1806         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1807         and selections.
1808
1809 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1810
1811         * shell/ev-window-title.c: (ev_window_title_update):
1812
1813         Fix memory leak.
1814
1815 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1816
1817         * shell/ev-view.c: (draw_loading_text):
1818
1819         Show loading text centered. Fixes bug #433061
1820
1821 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1822
1823         * shell/ev-sidebar-thumbnails.c:
1824         (ev_sidebar_thumbnails_set_loading_icon):
1825
1826         Remove a mutex in the main thread that blocks the UI in heavy
1827         documents.
1828
1829 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1830
1831         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1832
1833         Set points_set to TRUE so that selections don't disappear after a
1834         zoom change.
1835
1836 2007-06-07  Michael Monreal  <infernux@web.de>
1837
1838         * data/icons/16x16/actions/Makefile.am:
1839         * data/icons/16x16/actions/zoom.svg:
1840         * data/icons/22x22/actions/Makefile.am:
1841         * data/icons/22x22/actions/zoom.svg:
1842         * data/icons/24x24/actions/Makefile.am:
1843         * shell/ev-stock-icons.c:
1844         * shell/ev-stock-icons.h:
1845         * shell/ev-window.c:
1846         
1847         Zoom icon artwork. See bug #444795.
1848
1849 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1850
1851         * shell/ev-metadata-manager.c: Remove extraneous function
1852         (Closes: #444386)
1853
1854 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1855
1856         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1857         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1858         (ev_metadata_manager_set), (ev_metadata_manager_save):
1859         Simplify the timeout, no need for modified anymore
1860
1861 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1862
1863         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1864         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1865         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1866         (ev_metadata_manager_save): Adapted patch from Arjan van de
1867         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1868         time, saves on power (Closes: #443851)
1869
1870 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * configure.ac:
1873         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1874         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1875
1876         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1877
1878 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1879
1880         * shell/ev-window.c: (ev_window_add_history):
1881
1882         Check if history is NULL
1883
1884 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * libdocument/ev-image.c: (ev_image_finalize):
1887         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1888         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1889         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1890         (ev_tmp_uri_unlink):
1891
1892         Add functions to delete temporary files created by evince in a safe
1893         way.
1894
1895         * shell/ev-window.c: (ev_window_clear_local_uri),
1896         (open_xfer_update_progress_callback),
1897         (save_xfer_update_progress_callback), (ev_window_save_remote),
1898         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1899         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1900         (attachment_save_dialog_response_cb),
1901         (ev_attachment_popup_cmd_save_attachment_as):
1902
1903         Allow saving a copy of a document, image or attachment to a remote
1904         location. Fixes bug #440754. 
1905
1906 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1907
1908         * configure.ac:
1909         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1910
1911         Fix build with current poppler from cvs head. 
1912
1913 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1914
1915         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1916
1917         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1918         directory exists.
1919
1920 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1921
1922         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1923         * shell/ev-window.c:
1924
1925         Change sidebar ordering. Fixes bug #439939.
1926
1927 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1928
1929         * backend/comics/Makefile.am:
1930         
1931         Fixes build with --without-libgnome.
1932
1933 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1934         
1935         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1936
1937         Update cursor and tooltip on page change and view scroll. Fixes bug
1938         #439217.
1939
1940 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1941
1942         * NEWS:
1943         * configure.ac:
1944         
1945         Update for release 0.9.0
1946
1947 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1948
1949         * backend/djvu/djvu-document-private.h:
1950         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1951         (djvu_document_finalize),
1952         (djvu_document_file_exporter_format_supported),
1953         (djvu_document_file_exporter_begin),
1954         (djvu_document_file_exporter_do_page),
1955         (djvu_document_file_exporter_end),
1956         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1957         
1958         Implemented printing with djvu. Bug #437998.
1959
1960 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1961
1962         * backend/impress/zip.c:
1963         Add missing ulong definition.
1964
1965         * backend/ps/ps-interpreter.c:
1966         Add missing headers.
1967
1968         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1969
1970 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1973
1974         Add missing call to parent class dispose method. 
1975
1976 2007-05-12  Ross Burton  <ross@openedhand.com>
1977
1978         * shell/main.c:
1979         Sync keybindings manually when building without libgnome
1980         (#437925).
1981
1982 2007-05-12  Ross Burton  <ross@openedhand.com>
1983
1984         * shell/ev-window.c:
1985         Respect the screen when opening help (#437866).
1986
1987 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1988
1989         * data/evince-ui.xml:
1990         * shell/ev-application.[ch]: (get_print_settings_from_args),
1991         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1992         (ev_application_open_uri_list):
1993         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1994         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1995         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1996         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1997         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1998         (ev_window_dispose):
1999         * shell/main.c: (arguments_parse):
2000
2001         Add print button in preview mode. Fixes bug #396475. 
2002
2003 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2004
2005         * cut-n-paste/zoom-control/ephy-zoom.h:
2006         
2007         Fixes zoom level factors. See bug #408119 for details.
2008
2009 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2010
2011         * backend/comics/comics-document.c: (comics_regex_quote),
2012         (extract_argv):
2013         
2014         Correctly quote symbols. Fixes crash in the bug
2015         #415370.
2016
2017 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2018
2019         * shell/ev-navigation-action-widget.c:
2020         (ev_navigation_action_widget_init),
2021         (ev_navigation_action_widget_class_init),
2022         (ev_navigation_action_widget_button_press_event):
2023         
2024         Connect to button-press event on correct widget. Fixes
2025         bug #431988
2026
2027 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2028
2029         * shell/ev-application.c: (ev_application_open_window),
2030         (ev_application_add_icon_path_for_screen),
2031         (ev_application_open_uri_at_dest):
2032         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2033         * shell/ev-navigation-action.c: (build_menu):
2034         
2035         Add app-specific icons to our icon theme. Fixes bug
2036         #425508.
2037
2038 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2039
2040         * shell/ev-history.c: (ev_history_class_init),
2041         (ev_history_add_link):
2042         * shell/ev-history.h:
2043         * shell/ev-navigation-action.c:
2044         (ev_navigation_action_history_changed),
2045         (ev_navigation_action_set_history), (build_menu),
2046         (ev_navigation_action_finalize):
2047         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2048         
2049         Make navigation action unsensitive instead of showing
2050         menu with unsensitive word. Fixes bug #417392.
2051
2052 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2053
2054         * shell/ev-application.[ch]: (ev_application_shutdown),
2055         (ev_application_get_print_settings),
2056         (ev_application_set_print_settings):
2057         * shell/ev-window.c:
2058
2059         Remember print settings. Fixes bug #349102. 
2060
2061 2007-05-08  Christian Persch  <chpe@gnome.org>
2062
2063         * configure.ac:
2064         * properties/ev-properties-view.c:
2065
2066         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2067         Bug #382438.
2068
2069 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2070
2071         * configure.ac:
2072         * properties/ev-properties-view.c: (ev_regular_paper_size):
2073
2074         Use gtk+ builtin paper list to identify the document's paper size.
2075         Fixes bug #382438. 
2076
2077 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2078
2079         * configure.ac:
2080
2081         Fix build when compiling with thumbnailer and libgnome support. 
2082
2083 2007-05-04  Ross Burton  <ross@openedhand.com>
2084
2085         * configure.ac:
2086         Add --without-libgnome, check for libgnome and libgnomeui
2087         separately, and add them to the symbols as required.
2088
2089         * libdocument/ev-file-helpers.c:
2090         When building without libgnome, use g_get_user_config_dir instead
2091         of gnome_user_dir_get.
2092
2093         * shell/ev-application.c:
2094         When building without libgnome, don't use session management.
2095
2096         * shell/main.c:
2097         When building without libgnome, don't use GnomeProgram or
2098         initialise the authentication manager.
2099
2100         This fixes #328842.
2101
2102 2007-05-04  Ross Burton  <ross@openedhand.com>
2103
2104         * shell/ev-window.c:
2105         Don't use libgnome to open help, instead call Yelp directly.
2106
2107 2007-05-04  Ross Burton  <ross@openedhand.com>
2108
2109         * shell/ev-sidebar-attachments.c:
2110         Don't use libgnome to lookup icons for MIME types, instead copy
2111         code from GTK+ to do it manually.
2112
2113 2007-05-04  Ross Burton  <ross@openedhand.com>
2114
2115         * configure.ac:
2116         Add libxml to the dependencies for SHELL_CORE (#435818).
2117
2118 2007-05-02  Ross Burton  <ross@openedhand.com>
2119
2120         * configure.ac:
2121         * Makefile.am:
2122         Add --disable-thumbnailer (#434825)
2123
2124 2007-05-02  Ross Burton  <ross@openedhand.com>
2125
2126         * shell/ev-window.c:
2127         Add missing includes, fix indentation.
2128
2129         * shell/main.c:
2130         Fix indentation.
2131
2132 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2133
2134         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2135         ev_application_open_uri_at_dest instead of ev_application_open_uri
2136         preventing new document always being opened in a new window even if there
2137         is an empty window.
2138
2139 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2140
2141         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2142         (egg_recent_view_uimanager_finalize):
2143         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2144         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2145         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2146         (ev_pixbuf_cache_dispose):
2147         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2148         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2149         
2150         Add missing chain to parent class methods. Fixes
2151         bug #433128.
2152
2153 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2154
2155         * data/Makefile.am (update-icon-cache): Updates
2156         gtk-update-icon-cache in uninstall-hook.
2157
2158 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2159
2160         * shell/ev-window.c: (ev_window_setup_document),
2161         (ev_window_set_document), (ev_window_load_job_cb):
2162         * shell/ev-view.c: (setup_caches):
2163         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2164
2165         Start rendering pages before any other jobs. 
2166
2167 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2168
2169         * shell/ev-window.c: (ev_window_stop_fullscreen),
2170         (ev_window_stop_presentation):
2171
2172         Update chrome visibility before window unfullscreen. 
2173
2174 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2175
2176         * data/Makefile.am:
2177         * data/evince-ui.xml:
2178         * shell/ev-stock-icons.[ch]:
2179         * shell/ev-application.[ch]: (ev_application_shutdown),
2180         (ev_application_init), (ev_application_get_toolbars_model):
2181         * shell/ev-window.c: (update_chrome_visibility),
2182         (fullscreen_toolbar_setup_item_properties),
2183         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2184         (ev_window_run_presentation), (ev_window_stop_presentation),
2185         (ev_window_run_preview), (ev_window_screen_changed),
2186         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2187         (ev_window_dispose), (ev_window_init):
2188
2189         Make fullscreen toolbar always visible. Do not use egg toolbars for
2190         fullscreen and preview modes since such toolbars are not editables.
2191         Fixes bugs #300278, #338910 and #316188.  
2192
2193 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2194
2195         * shell/ev-application.c:
2196         * shell/ev-job-queue.c:
2197         * shell/ev-metadata-manager.c:
2198         * shell/ev-stock-icons.c:
2199         * shell/ev-window.c:
2200         * shell/main.c:
2201         
2202         Developers documentation updated.
2203
2204 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2205
2206         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2207
2208         Check whether uri is valid before launching it. Fixes bug #427664.
2209
2210 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2211
2212         * shell/ev-window.c:
2213
2214         Change key accelerator for Open a Copy menu entry which is in conflict
2215         with Close. Fixes bug #427321.
2216
2217 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2218
2219         * NEWS:
2220         * configure.ac:
2221         
2222         Update for release 0.8.1
2223
2224 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2225
2226         * shell/ev-window.c: (setup_size_from_metadata):
2227         
2228         Do not make window bigger than screen. Fixes bug 
2229         #388985.
2230
2231 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2234         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2235
2236         Use default resolution when it's not provided by document. Fixes bug
2237         #408762.
2238
2239 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2240
2241         * configure.ac:
2242         * thumbnailer/Makefile.am:
2243         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2244         * thumbnailer/evince-thumbnailer.schemas.in:
2245         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2246
2247         Add support for ps, eps and compressed documents thumbnails. Do not
2248         ignore size parameter. 
2249
2250 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2251
2252         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2253         (dvi_document_do_color_special):
2254         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2255
2256         Implement font color specials in the DVI backend. Fixes bug #303651.
2257
2258 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2259
2260         Fixup the previous commit:
2261
2262         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2263         * shell/xdg-user-dir-lookup.c: Make the function non-static
2264         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2265
2266 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2267
2268         * shell/ev-window.c (file_open_dialog_response_cb): Use
2269         the xdg-user-dirs DOCUMENTS folder as default folder when
2270         opening a file chooser.  (#424858)
2271
2272         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2273         xdg-user-dirs.
2274
2275 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2276
2277         * shell/ev-window.c: (ev_window_load_job_cb):
2278
2279         Do not setup view from metadata on preview mode. 
2280
2281 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2282
2283         * shell/main.c:
2284
2285         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2286
2287 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2288
2289         * shell/ev-view.c: (ev_view_primary_get_cb):
2290
2291         Check pointer != NULL before using it. Fixes bug #416841. 
2292
2293 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2294
2295         * NEWS:
2296         * configure.ac:
2297         
2298         Release 0.8.0
2299
2300 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2303
2304         Do not render thumbnails when sidebar thumbnail page is not visible
2305         at startup. Fixes bug #416447. 
2306
2307 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2308
2309         * data/evince.desktop.in.in:
2310
2311         "Application" is not a valid category in the freedesktop specification.
2312
2313 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * libdocument/ev-file-helpers.[ch]: (compression_run),
2316         (ev_file_uncompress), (ev_file_compress):
2317         * shell/ev-window.c: (file_save_dialog_response_cb):
2318
2319         Save document compressed when saving a copy of a compressed document.
2320         Fixes bug #334542.
2321
2322 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2325
2326         Allow deleting in goto window entry in presentation mode. 
2327
2328 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2329
2330         * Makefile.am: Dist MAINTAINERS.
2331
2332 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2333
2334         * shell/ev-window.c: (ev_window_update_actions):
2335
2336         Fix zoom shortcut keys when searching. Fixes bug #409828.
2337
2338 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2339
2340         * shell/ev-window.c: (ev_window_setup_document):
2341
2342         Fix crash when loading documents with only one page. 
2343
2344 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2345
2346         * backend/dvi/dvi-document.c:
2347         (dvi_document_thumbnails_get_dimensions),
2348         (dvi_document_thumbnails_get_thumbnail):
2349         * backend/impress/impress-document.c:
2350         (impress_document_thumbnails_get_thumbnail),
2351         (impress_document_thumbnails_get_dimensions):
2352         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2353         (ps_document_thumbnails_get_dimensions):
2354         * backend/djvu/djvu-document.c:
2355         (djvu_document_thumbnails_get_dimensions),
2356         (djvu_document_thumbnails_get_thumbnail):
2357         * backend/tiff/tiff-document.c:
2358         (tiff_document_thumbnails_get_thumbnail),
2359         (tiff_document_thumbnails_get_dimensions):
2360         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2361         (pdf_document_thumbnails_get_thumbnail),
2362         (pdf_document_thumbnails_get_dimensions):
2363         * backend/comics/comics-document.c:
2364         (comics_document_thumbnails_get_thumbnail),
2365         (comics_document_thumbnails_get_dimensions):
2366         * backend/pixbuf/pixbuf-document.c:
2367         (pixbuf_document_thumbnails_get_thumbnail),
2368         (pixbuf_document_thumbnails_get_dimensions):
2369         * libdocument/ev-document-thumbnails.[ch]:
2370         (ev_document_thumbnails_get_thumbnail),
2371         (ev_document_thumbnails_get_dimensions):
2372         * libdocument/ev-document-misc.[ch]:
2373         (ev_document_misc_get_thumbnail_frame):
2374         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2375         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2376         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2377         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2378         (ev_sidebar_thumbnails_refresh):
2379         * shell/ev-window.c: (ev_window_setup_document):
2380         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2381
2382         Use an EvRenderContext for rendering thumbnails instead of a suggested
2383         width, so that different sized pages get sized proportionally.
2384
2385 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2386
2387         * shell/ev-view.c: (ev_view_button_press_event),
2388         (ev_view_key_press_event):
2389
2390         Fix critical warnings when there is no document loaded. 
2391
2392 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2393
2394         * shell/ev-page-action-widget.c:
2395         * shell/ev-navigation-action.c:
2396         * shell/ev-window.c:
2397
2398         Fix compile warnings. 
2399
2400 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * backend/djvu/djvu-text.h:
2403         * backend/djvu/djvu-document.c:
2404         * backend/djvu/djvu-text-page.c:
2405         * backend/djvu/djvu-links.c:
2406         * backend/djvu/djvu-text-page.h:
2407         * backend/djvu/djvu-text.c:
2408         
2409         Fix build on Mac. Fixes bug #392186. Patch by
2410         <ephraim_owns@hotmail.com>
2411
2412 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2415
2416         Restore cairo context before rendering every page when printing a PDF
2417         document into a PDF file. 
2418
2419 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2420
2421         * backend/ps/gstypes.h:
2422         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2423         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2424         (ps_document_thumbnails_get_thumbnail):
2425
2426         Handle PostScript page orientation. Fixes bug #318568.
2427
2428 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2429
2430         * backend/ps/Makefile.am:
2431         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2432         (document_load), (ps_document_load), (save_document),
2433         (save_page_list), (ps_document_get_n_pages),
2434         (ps_document_get_page_size), (ps_document_get_info),
2435         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2436         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2437         (ps_document_thumbnails_get_thumbnail),
2438         (ps_document_thumbnails_get_dimensions),
2439         (ps_document_document_thumbnails_iface_init):
2440         * backend/ps/ps.[ch]: (psgetpagebox):
2441         * backend/ps/ps-interpreter.[ch]:
2442
2443         Add support for thumbnails in ps backend. Fixes bug #164755. 
2444
2445 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2446
2447         * NEWS:
2448         * configure.ac:
2449         
2450         Release 0.7.2
2451
2452 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2453
2454         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2455         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2456         (ev_window_dispose):
2457
2458         Use document thumbnail as window icon. Fixes bug #384442.
2459
2460 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2461
2462         * configure.ac:
2463
2464         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2465         duplicated adding application/x-bzpostscript instead. 
2466
2467 2007-02-11  Tom Parker  <palfrey@tevp.net>
2468
2469         * backend/ps/ps-document.c: (document_load):
2470
2471         Check return value of psscan before trying
2472         to use it. Fixes bug #372414.
2473
2474 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2477
2478         Fix invalid free in ev-page-cache. Fixes bug #404745.
2479
2480 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2481
2482         * test/Makefile.am:
2483         * test/test3.py:
2484         
2485         Added reload test case.
2486
2487 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2488
2489         * po/POTFILES.in:
2490         * backend/djvu/djvu-document.c: (djvu_document_load):
2491
2492         Check whether there are missing files in indirect multipage djvu
2493         documents. Fixes bug #361683. 
2494
2495 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2496
2497         * test/Makefile.am:
2498         * test/test-mime.bin:
2499         * test/test3.py:
2500         
2501         Added test for slow mime type
2502
2503 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2504
2505         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2506
2507         Add some checks and call parent_class->finalize. Fixes bug #404745.
2508
2509 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2510
2511         * shell/ev-navigation-action.c: (connect_proxy):
2512         
2513         Fixes dropdown history menu. Thanks a lot Carlos!
2514
2515 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2518
2519         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2520         bug #373715.
2521
2522 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2523
2524         * backend/ps/ps.c: (psscan):
2525
2526         Fix memory leak. 
2527
2528 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2529
2530         * configure.ac:
2531         * libdocument/ev-file-helpers.c: 
2532
2533         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2534
2535 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2536
2537         * configure.ac:
2538         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2539         (ps_interpreter_start), (document_load), (save_document),
2540         (save_page_list):
2541         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2542         * libdocument/ev-document-factory.c:
2543         (ev_document_factory_get_from_mime), (get_document_from_uri),
2544         (free_uncompressed_uri), (ev_document_factory_get_document):
2545         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2546
2547         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2548
2549 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * libdocument/ev-document.h:
2552
2553         Fix typo in function name. 
2554
2555 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2556
2557         * backend/ps/ps-document.c: (ps_interpreter_finished),
2558         (ps_interpreter_start), (ps_interpreter_failed):
2559
2560         Handle ghostscript interpreter crashes. 
2561
2562 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2563
2564         * shell/ev-window.c: (ev_window_open_uri),
2565         (window_configure_event_cb):
2566
2567         Setup window size and position before showing it. Fixes bug #401711.
2568
2569 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2570
2571         * backend/ps/Makefile.am:
2572         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2573         (ps_document_dispose), (ps_document_class_init),
2574         (ps_interpreter_input), (ps_interpreter_output),
2575         (ps_interpreter_error), (setup_interpreter_env),
2576         (ps_interpreter_start), (ps_interpreter_stop),
2577         (ps_interpreter_failed), (ps_interpreter_is_ready),
2578         (check_filecompressed), (document_load), (ps_document_load),
2579         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2580         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2581         (render_page):
2582
2583         Rework ps-document. Code cleanups, remove deprecated code. 
2584
2585 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2586
2587         * shell/ev-view.c: (ev_view_button_press_event):
2588
2589         Do not start an image drag and drop operation when pointer is on 
2590         text, so that we can select text when the whole background is an
2591         image. 
2592
2593 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2594
2595         * shell/ev-window.c: (ev_window_update_actions): 
2596
2597         Disable all zoom related actions during presentation mode. 
2598
2599 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2600
2601         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2602
2603         Do not zoom in or out on presentation mode. Fixes bug #401305.
2604
2605 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2606
2607         * shell/ev-navigation-action.c: (connect_proxy),
2608         (create_menu_item), (ev_navigation_action_class_init):
2609         
2610         Correctly show menu and fix crash when navigaton 
2611         action is out of toolbar visible area.
2612
2613 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2614
2615         * data/Makefile.am:
2616         * data/evince.1:
2617         
2618         Added man file
2619
2620 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2621
2622         * help/reference/* :
2623         * configure.ac:
2624         
2625         Added gtk-doc based documentation for Evince.
2626         Still in initial state but I hope it will
2627         grow.
2628         
2629         * configure.ac:
2630         
2631         Lower dbus requirement to 0.70
2632
2633 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2634
2635         * shell/ev-window.c: (ev_window_add_history):
2636
2637         Fix memory leak. 
2638
2639 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2640
2641         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2642         * shell/ev-view.h:
2643         * shell/ev-window.c: (ev_window_add_history):
2644         
2645         Correctly handle named destination links
2646
2647 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2648
2649         * NOTES:
2650         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2651         * backend/pdf/ev-poppler.cc:
2652         * libdocument/ev-document-links.h:
2653         * libdocument/ev-link.c: (ev_link_get_page):
2654         * libdocument/ev-link.h:
2655         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2656         (ev_history_add_link):
2657         * shell/ev-history.h:
2658         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2659         (new_history_menu_item), (build_menu):
2660         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2661         * shell/ev-sidebar-links.c: (create_loading_model),
2662         (print_section_cb), (ev_sidebar_links_construct),
2663         (fill_page_labels), (update_page_callback_foreach),
2664         (update_page_callback), (job_finished_callback):
2665         * shell/ev-view.c: (ev_view_handle_link):
2666         * shell/ev-window.c: (ev_window_find_chapter),
2667         (ev_window_add_history), (view_handle_link_cb),
2668         (history_changed_cb):
2669         
2670         Implements another history variant
2671
2672 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * shell/ev-window.c: (view_external_link_cb):
2675         * shell/ev-view.c: (ev_view_button_release_event):
2676
2677         Open links in new window when clicking with middle button. 
2678
2679 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2680
2681         * shell/ev-navigation-action.c: (new_history_menu_item):
2682         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2683         * shell/ev-view.c: (ev_view_handle_link):
2684         * shell/ev-window.c:
2685         
2686         Store link before jump, not the destination. For me it 
2687         seems like more natural history behavior.
2688
2689 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2690
2691         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2692         (ev_navigation_action_class_init):
2693         * shell/ev-navigation-action.h:
2694         * shell/ev-page-action.c: (activate_cb):
2695         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2696         (ev_page_cache_set_current_page_history):
2697         * shell/ev-page-cache.h:
2698         * shell/ev-sidebar-thumbnails.c:
2699         (ev_sidebar_tree_selection_changed),
2700         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2701         * shell/ev-view-private.h:
2702         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2703         * shell/ev-view.h:
2704         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2705         (ev_window_setup_document), (ev_window_load_job_cb):
2706         * shell/ev-window.h:
2707         
2708         History finally works as expected.
2709
2710 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2713
2714         Do not update links treeview if it doesn't have a model assigned yet. 
2715
2716 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2717
2718         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2719         (ev_sidebar_links_class_init), (update_page_callback):
2720
2721         Do not update links treeview when sidepane is not visible. 
2722
2723 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2724
2725         * shell/ev-marshal.list:
2726         * shell/ev-page-action.c: (activate_cb),
2727         (ev_page_action_class_init):
2728         * shell/ev-page-action.h:
2729         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2730         * shell/ev-window.c:
2731         
2732         Remove activate_link signal, not required.
2733
2734 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * shell/ev-navigation-action.c: (build_menu):
2737         
2738         Reorder menu items and build menu with fixed length.
2739
2740 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2741
2742         * shell/ev-view.c: (get_selected_text):
2743         
2744         Normalize text to fix ligatures problem. See bug
2745         #341947 for details.
2746
2747 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2748
2749         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2750
2751         Fix memory leak in ev-page-cache. 
2752
2753 2007-01-25  Tom Parker <palfrey@tevp.net>
2754
2755         * backend/impress/impress-document.c: (impress_document_load),
2756         (impress_document_finalize), (impress_document_init):
2757         * properties/ev-properties-main.c: (ev_properties_get_pages):
2758         
2759         Correctly handle impress document errors. Fixes nautilus
2760         crash in property page #370491.
2761
2762 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2765         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2766         (ev_job_queue_remove_job):
2767         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2768         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2769         (ev_job_load_run):
2770         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2771         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2772         (ev_window_load_job_cb), (xfer_update_progress_callback),
2773         (ev_window_open_uri), (ev_window_dispose):
2774         * shell/main.c: (main):
2775
2776         Do file transfer asynchronously in the main thread instead of
2777         synchronously in the load thread. Fixes bugs #399694, #398307 and
2778         #343542.
2779
2780 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2781
2782         * shell/ev-jobs.c: (ev_job_xfer_run):
2783
2784         Load the document with the font-config lock held. 
2785
2786 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2787
2788         * backend/ps/ps-document.c: (start_interpreter):
2789
2790         Fix memory leaks in ps backend. 
2791
2792 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2793
2794         * backend/impress/impress-document.c:
2795         (impress_document_render_pixbuf):
2796
2797         Do not acquire fontconfig lock in impress backend, since it is using
2798         the main loop for rendering. 
2799
2800 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2801
2802         * po/POTFILES.in: 
2803
2804         Remove mdvi files that shouldn't be translated. 
2805
2806 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * shell/ev-view-private.h:
2809         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2810         (ev_view_set_zoom):
2811
2812         Render "loading..." text into a cairo surface instead of directly into
2813         the window so that fontconfig lock is only needed once and UI is not
2814         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2815
2816 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2817
2818         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2819         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2820
2821         Use icon theme associated with the window screen rather than default. 
2822
2823 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2824
2825         * configure.ac:
2826
2827         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2828
2829 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2830
2831         * data/icons/*/apps/evince.*:
2832
2833         Move Evince icons under new apps directory.
2834
2835         * data/icons/*/actions/*:
2836
2837         Add new custom themeable Evince icons: view-page-continuous, 
2838         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2839         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2840
2841         * configure.ac:
2842
2843         Add new directories to AC_CONFIG_FILES.
2844
2845         * shell/ev-stock-icons.c:
2846         * shell/ev-stock-icons.h:
2847
2848         Use new custom themeable icons.
2849
2850 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2851
2852         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2853
2854         Do not draw white background page in presentation mode. 
2855
2856 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2857
2858         * shell/ev-view.c: Remove unused gnome-vfs include.
2859
2860 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2861
2862         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2863         
2864         Format string is corrected, fixes bug #397129.
2865
2866 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2867
2868         * shell/ev-window.c: (ev_window_setup_recent):
2869
2870         Do not include in recent menu inexistent documents. Fixes
2871         bug #339171.
2872
2873 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2874
2875         * po/POTFILES.skip: 
2876
2877         Update POTFILES.skip file according to current source tree. 
2878
2879 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * shell/ev-window.c: (file_save_dialog_response_cb):
2882
2883         Do Save a copy in atomic way. Fixes bug #328266. 
2884
2885 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2886
2887         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2888
2889         Keep selected cell always visible in index treeview.
2890
2891 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2892         
2893         * shell/ev-view.c: (ev_view_size_allocate):
2894
2895         Restore horizontal scrollbar after switching to/from fullscreen
2896         or presentation mode. Fixes bug #331728.
2897
2898 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2899
2900         * shell/ev-view-private.h:
2901         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2902         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2903         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2904         (ev_view_can_zoom_out):
2905
2906         Use max and min scale values in the view iby taking dpi into account. 
2907
2908 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2909
2910         * configure.ac:
2911         * NEWS:
2912
2913         Release 0.7.1
2914
2915 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2916
2917         * shell/ev-window.c: (ev_window_print_send):
2918
2919         Send print job to printer with some settings set to default values,
2920         since we have already exported to a file according to such settings
2921         and they could be taken twice by some printers. 
2922
2923 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * shell/ev-jobs.c: (ev_job_xfer_run):
2926         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2927
2928         Show main window and load document with the font-config lock held. 
2929
2930 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2931
2932         * configure.ac:
2933         * shell/ev-application.c: (ev_application_register_service):
2934         * shell/main.c: (load_files_remote):
2935
2936         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2937
2938 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2939
2940         * doc/debugging.txt:
2941         
2942         Remove obsolete documentation.
2943
2944 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2945
2946         * Makefile.am:
2947         * backend/Makefile.am:
2948         * backend/comics/Makefile.am:
2949         * backend/djvu/Makefile.am:
2950         * backend/dvi/Makefile.am:
2951         * backend/ev-async-renderer.c:
2952         * backend/ev-async-renderer.h:
2953         * backend/ev-attachment.c:
2954         * backend/ev-attachment.h:
2955         * backend/ev-backend-marshal.c:
2956         * backend/ev-document-factory.c:
2957         * backend/ev-document-factory.h:
2958         * backend/ev-document-find.c:
2959         * backend/ev-document-find.h:
2960         * backend/ev-document-fonts.c:
2961         * backend/ev-document-fonts.h:
2962         * backend/ev-document-images.c:
2963         * backend/ev-document-images.h:
2964         * backend/ev-document-info.h:
2965         * backend/ev-document-links.c:
2966         * backend/ev-document-links.h:
2967         * backend/ev-document-misc.c:
2968         * backend/ev-document-misc.h:
2969         * backend/ev-document-security.c:
2970         * backend/ev-document-security.h:
2971         * backend/ev-document-thumbnails.c:
2972         * backend/ev-document-thumbnails.h:
2973         * backend/ev-document-transition.c:
2974         * backend/ev-document-transition.h:
2975         * backend/ev-document.c:
2976         * backend/ev-document.h:
2977         * backend/ev-file-exporter.c:
2978         * backend/ev-file-exporter.h:
2979         * backend/ev-image.c:
2980         * backend/ev-image.h:
2981         * backend/ev-link-action.c:
2982         * backend/ev-link-action.h:
2983         * backend/ev-link-dest.c:
2984         * backend/ev-link-dest.h:
2985         * backend/ev-link.c:
2986         * backend/ev-link.h:
2987         * backend/ev-render-context.c:
2988         * backend/ev-render-context.h:
2989         * backend/ev-selection.c:
2990         * backend/ev-selection.h:
2991         * backend/impress/Makefile.am:
2992         * backend/pdf/Makefile.am:
2993         * backend/pixbuf/Makefile.am:
2994         * backend/ps/Makefile.am:
2995         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2996         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2997         (start_interpreter), (stop_interpreter), (document_load),
2998         (ps_document_next_page), (render_page):
2999         * backend/tiff/Makefile.am:
3000         * comics/Makefile.am:
3001         * comics/comics-document.c:
3002         * comics/comics-document.h:
3003         * configure.ac:
3004         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3005         * djvu/Makefile.am:
3006         * djvu/djvu-document-private.h:
3007         * djvu/djvu-document.c:
3008         * djvu/djvu-document.h:
3009         * djvu/djvu-links.c:
3010         * djvu/djvu-links.h:
3011         * djvu/djvu-text-page.c:
3012         * djvu/djvu-text-page.h:
3013         * djvu/djvu-text.c:
3014         * djvu/djvu-text.h:
3015         * dvi/Makefile.am:
3016         * dvi/dvi-document.c:
3017         * dvi/dvi-document.h:
3018         * dvi/fonts.c:
3019         * dvi/fonts.h:
3020         * dvi/mdvi-lib/Makefile.am:
3021         * dvi/mdvi-lib/afmparse.c:
3022         * dvi/mdvi-lib/afmparse.h:
3023         * dvi/mdvi-lib/bitmap.c:
3024         * dvi/mdvi-lib/bitmap.h:
3025         * dvi/mdvi-lib/color.c:
3026         * dvi/mdvi-lib/color.h:
3027         * dvi/mdvi-lib/common.c:
3028         * dvi/mdvi-lib/common.h:
3029         * dvi/mdvi-lib/defaults.h:
3030         * dvi/mdvi-lib/dvimisc.c:
3031         * dvi/mdvi-lib/dviopcodes.h:
3032         * dvi/mdvi-lib/dviread.c:
3033         * dvi/mdvi-lib/files.c:
3034         * dvi/mdvi-lib/font.c:
3035         * dvi/mdvi-lib/fontmap.c:
3036         * dvi/mdvi-lib/fontmap.h:
3037         * dvi/mdvi-lib/fontsrch.c:
3038         * dvi/mdvi-lib/gf.c:
3039         * dvi/mdvi-lib/hash.c:
3040         * dvi/mdvi-lib/hash.h:
3041         * dvi/mdvi-lib/list.c:
3042         * dvi/mdvi-lib/mdvi.h:
3043         * dvi/mdvi-lib/pagesel.c:
3044         * dvi/mdvi-lib/paper.c:
3045         * dvi/mdvi-lib/paper.h:
3046         * dvi/mdvi-lib/pk.c:
3047         * dvi/mdvi-lib/private.h:
3048         * dvi/mdvi-lib/setup.c:
3049         * dvi/mdvi-lib/sp-epsf.c:
3050         * dvi/mdvi-lib/special.c:
3051         * dvi/mdvi-lib/sysdeps.h:
3052         * dvi/mdvi-lib/t1.c:
3053         * dvi/mdvi-lib/tfm.c:
3054         * dvi/mdvi-lib/tfmfile.c:
3055         * dvi/mdvi-lib/tt.c:
3056         * dvi/mdvi-lib/util.c:
3057         * dvi/mdvi-lib/vf.c:
3058         * dvi/pixbuf-device.c:
3059         * dvi/pixbuf-device.h:
3060         * impress/Makefile.am:
3061         * impress/common.h:
3062         * impress/document.c:
3063         * impress/f_oasis.c:
3064         * impress/f_oo13.c:
3065         * impress/iksemel.c:
3066         * impress/iksemel.h:
3067         * impress/imposter.h:
3068         * impress/impress-document.c:
3069         * impress/impress-document.h:
3070         * impress/internal.h:
3071         * impress/r_back.c:
3072         * impress/r_draw.c:
3073         * impress/r_geometry.c:
3074         * impress/r_gradient.c:
3075         * impress/r_style.c:
3076         * impress/r_text.c:
3077         * impress/render.c:
3078         * impress/render.h:
3079         * impress/zip.c:
3080         * impress/zip.h:
3081         * lib/Makefile.am:
3082         * lib/ev-debug.c:
3083         * lib/ev-debug.h:
3084         * lib/ev-file-helpers.c:
3085         * lib/ev-file-helpers.h:
3086         * lib/ev-gui.c:
3087         * lib/ev-gui.h:
3088         * lib/ev-tooltip.c:
3089         * lib/ev-tooltip.h:
3090         * libdocument/Makefile.am:
3091         * libdocument/ev-file-helpers.c:
3092         * pdf/Makefile.am:
3093         * pdf/ev-poppler.cc:
3094         * pdf/ev-poppler.h:
3095         * pixbuf/Makefile.am:
3096         * pixbuf/pixbuf-document.c:
3097         * pixbuf/pixbuf-document.h:
3098         * properties/Makefile.am:
3099         * ps/Makefile.am:
3100         * ps/gsdefaults.c:
3101         * ps/gsdefaults.h:
3102         * ps/gsio.c:
3103         * ps/gsio.h:
3104         * ps/gstypes.h:
3105         * ps/ps-document.c:
3106         * ps/ps-document.h:
3107         * ps/ps.c:
3108         * ps/ps.h:
3109         * shell/Makefile.am:
3110         * shell/ev-application.h:
3111         * shell/ev-sidebar-links.c:
3112         * shell/ev-sidebar-links.h:
3113         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3114         (ev_gui_menu_position_tree_selection):
3115         * shell/ev-utils.h:
3116         * shell/ev-view.c: (ev_view_finalize):
3117         * shell/ev-window.c:
3118         * shell/main.c: (main):
3119         * thumbnailer/Makefile.am:
3120         * tiff/Makefile.am:
3121         * tiff/tiff-document.c:
3122         * tiff/tiff-document.h:
3123         * tiff/tiff2ps.c:
3124         * tiff/tiff2ps.h:
3125         
3126         Reorganize source tree.
3127
3128 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * backend/ev-document-factory.c:
3131
3132         Do not include ev-poppler.h when pdf is disabled. 
3133
3134 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3135
3136         * configure.ac:
3137         * data/evince-ui.xml:
3138         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3139         (pdf_document_document_images_iface_init):
3140         * backend/Makefile.am:
3141         * backend/ev-document-images.[ch]:
3142         * backend/ev-image.[ch]:
3143         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3144         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3145         (ev_job_xfer_run):
3146         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3147         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3148         (ev_pixbuf_cache_get_image_mapping):
3149         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3150         (view_menu_popup_cb), (ev_window_dispose),
3151         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3152         (ev_view_popup_cmd_copy_image):
3153         * shell/ev-view-private.h:
3154         * shell/ev-view.c: (ev_view_get_image_at_location),
3155         (ev_view_do_popup_menu), (ev_view_popup_menu),
3156         (ev_view_button_press_event), (ev_view_drag_data_get),
3157         (ev_view_drag_motion), (ev_view_drag_data_received),
3158         (ev_view_motion_notify_event), (ev_view_button_release_event),
3159         (ev_view_finalize), (ev_view_class_init):
3160
3161         Add image handling support. Fixes bugs #310008 and #325047. Images
3162         selection is not supported yet. 
3163
3164 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3165
3166         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3167         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3168         (ev_view_init):
3169
3170         Move view drag and drop stuff to ev-view.
3171
3172 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3173
3174         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3175         * shell/ev-view.c: (clear_selection): 
3176
3177         Clear selection also in pixbuf cache.
3178
3179 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3180
3181         * data/evince.desktop.in.in:
3182         
3183         Change icon name in desktop file. See bug #390734
3184         for details.
3185
3186 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3187
3188         * thumbnailer/Makefile.am:
3189
3190         Use top_builddir instead top_srcdir for generated schema
3191         file installation. Fixes bug #390161.
3192
3193 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3194
3195         * configure.ac:
3196         * backend/Makefile.am:
3197         * backend/ev-document-transition.[ch]:
3198         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3199         (pdf_document_page_transition_iface_init):
3200         * shell/ev-view-private.h:
3201         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3202         (ev_view_set_presentation), (transition_next_page),
3203         (ev_view_presentation_transition_stop),
3204         (ev_view_presentation_transition_start), (ev_view_next_page):
3205
3206         Add page transition support in presentation mode. At the moment only
3207         page duration is supported, but not transition effects. Fixes bug
3208         #309815.
3209
3210 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3211
3212         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3213
3214         Run find_link_dest with document lock held, since it's called by links
3215         thread and main thread at the same time. 
3216
3217 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3218
3219         * shell/ev-view.c: (goto_dest):
3220
3221         Update page-cache when page is changed by the view, so that
3222         page-changed signal is emitted. 
3223
3224 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3225
3226         * test/test1.py:
3227         * test/test2.py:
3228
3229         Use C locale in tests. 
3230
3231 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3232
3233         * shell/ev-window.c: (ev_window_run_presentation):
3234         * shell/ev-view-private.h:
3235         * shell/ev-view.c: (ev_view_set_presentation):
3236
3237         Restore zoom settings when back from presentation mode. 
3238
3239 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3240
3241         * shell/ev-window.c: (ev_window_run_presentation):
3242
3243         Always use "best fit" zoom in presentation mode.
3244         Fixes bug #389195.
3245
3246 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3247
3248         * shell/ev-view.c: (ev_view_goto_window_create):
3249
3250         Show "Jump to page" label in the page jumping popup in
3251         presentation mode instead of just a GtkEntry.
3252
3253 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * shell/ev-window.c: (launch_external_uri):
3256
3257         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3258         #378085.
3259
3260 2006-12-22  Elijah Newren  <newren gmail com>
3261
3262         * configure.ac: explicitly check for libxml2.  Fixes #388795
3263
3264 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * shell/ev-view-private.h:
3267         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3268         (ev_view_goto_window_delete_event), (key_is_numeric),
3269         (ev_view_goto_window_key_press_event),
3270         (ev_view_goto_window_button_press_event),
3271         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3272         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3273         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3274
3275         Allow jumping to another page by typing a page number in presentation
3276         mode. It uses a popup window with an entry. Fixes bug #353625.
3277
3278 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3279
3280         * configure.ac:
3281         * properties/ev-properties-view.c: (ev_get_default_user_units),
3282         (ev_regular_paper_size):
3283         
3284         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3285         to Damien Carbery <damien.carbery@sun.com> and
3286         Yevgen Muntyan <muntyan@tamu.edu>.
3287
3288 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3289
3290         * shell/ev-window.c: (setup_document_from_metadata):
3291
3292         Make sure Evince doesn't restore the view on the last
3293         page when a document is reopened. Fixes bug #383381.
3294
3295 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3296
3297         * shell/ev-view.c: (draw_loading_text):
3298
3299         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3300
3301 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3302
3303         * configure.ac:
3304         * NEWS:
3305
3306         Release 0.7.0
3307
3308 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * configure.ac:
3311         * pdf/ev-poppler.cc: (pdf_print_context_free),
3312         (pdf_document_file_exporter_begin),
3313         (pdf_document_file_exporter_do_page):
3314
3315         Make cairo-pdf depedency optional. 
3316
3317 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3318
3319         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3320
3321         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3322
3323 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3326         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3327         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3328         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3329         * shell/ev-view.c: (draw_loading_text):
3330         * shell/ev-window.c: (ev_window_cmd_file_properties):
3331
3332         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3333         related to using FontConfig from different threads.
3334         
3335 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * shell/ev-view.c: (draw_loading_text):
3338
3339         Acquire lock document when drawing "Loading..." text so that only one
3340         thread will use FontConfig at the same time. Fixes bug #374750.
3341
3342 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * shell/ev-page-action.[ch]: (activate_cb):
3345         * shell/ev-window.c: (activate_label_cb):
3346
3347         Check if text inserted in page entry is a valid page number when it
3348         doesn't match to any document page label. Fixes bug #383165.
3349
3350 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3351         * shell/ev-window.c:
3352
3353         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3354         available with GTK < 2.10. Added an ifdef to avoid compilation
3355         error.
3356
3357 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * configure.ac:
3360         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3361
3362         Fix ps backend in multihead systems.
3363
3364 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3365
3366         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3367         * shell/ev-window.c: (ev_window_get_screen_dpi),
3368         (ev_window_update_actions), (setup_view_from_metadata),
3369         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3370
3371         Take screen DPI into account when zooming. Fixes bug #318285.
3372
3373 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3374
3375         * data/Makefile.am:
3376
3377         Cleaned up/slightly refactored Makefile.am. Added GConf
3378         schemas uninstallation as well.
3379
3380 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3381
3382         * Makefile.am:
3383         * test/Makefile.am:
3384
3385         Fight with autotools to fix make check. Make distcheck
3386         works fine as well now!
3387
3388 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3389
3390         * shell/ev-view.c: (draw_end_presentation_page):
3391
3392         Corrected "end of presentation" string.
3393
3394 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3395
3396         * shell/ev-view.c: (ev_view_key_press_event):
3397
3398         Correctly propagate key press event so that up/down keys
3399         work as expected (correct behaviour was broken by
3400         black/white screen key bindings for presentations).
3401
3402 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3403
3404         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3405         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3406         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3407         (pdf_selection_get_selection_region),
3408         (pdf_selection_get_selection_map):
3409
3410         Add "static" to some private functions. 
3411
3412 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3413
3414         * lib/ev-tooltip.h:
3415         * properties/ev-properties-view.h:
3416         * shell/ev-jobs.h:
3417         * shell/ev-properties-dialog.h:
3418         * shell/ev-properties-fonts.h:
3419         * shell/ev-sidebar-links.h:
3420         * shell/ev-sidebar-thumbnails.h:
3421         * shell/ev-sidebar.h:
3422         * shell/ev-window.h:
3423         
3424         Fixes CHACK type in class casts. See bug #385343
3425         for details.
3426
3427 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3428
3429         * shell/ev-view-private.h:
3430         * shell/ev-view.c: (draw_end_presentation_page),
3431         (ev_view_expose_event), (ev_view_key_press_event),
3432         (ev_view_class_init), (ev_view_init):
3433
3434         Blank screen in presentation mode when pressing 'b' (filling with
3435         black) or 'w' (filling with white) keys. Fixes bug #358132.
3436
3437 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3438
3439         * data/evince-toolbar.xml:
3440         * shell/ev-window.c:
3441         
3442         Use stock icon for Select All action. Fixes
3443         bug #382652.
3444
3445 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3446
3447         * shell/ev-view.c: (get_doc_point_from_offset),
3448         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3449
3450         Add links support in rotated documents. Fixes bug #343733.
3451
3452 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3453
3454         * shell/ev-view-private.h:
3455         * shell/ev-view.c: (draw_end_presentation_page),
3456         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3457
3458         Show a blank page after the last page in presentation mode with a
3459         message indicating that presentation has finished and how to exit. 
3460
3461 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3462
3463         * shell/ev-window.c: (fullscreen_timeout_cb):
3464
3465         Hide cursor after a while in presentation mode. 
3466
3467 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3468
3469         * backend/ev-document-info.h:
3470         * data/evince-properties.glade:
3471         * pdf/ev-poppler.cc:
3472         * properties/ev-properties-view.c: (ev_regular_paper_size),
3473         (ev_properties_view_set_info):
3474         * ps/ps-document.c: (ps_document_get_info):
3475
3476         Adds a paper size field to the properties dialog. Fixes
3477         bug #307315. Patch by Kasper Svendsen (with some i18n
3478         changes done by me).
3479
3480 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3481
3482         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3483         (screensaver_init_dbus), (totem_scrsaver_new),
3484         (totem_scrsaver_init):
3485         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3486         * shell/ev-application.c: (ev_application_register_service),
3487         (ev_application_screensaver_enable),
3488         (ev_application_screensaver_disable):
3489         * shell/ev-application.h:
3490         * shell/ev-window.c: (ev_window_run_presentation),
3491         (ev_window_stop_presentation), (build_comments_string),
3492         (ev_window_init):
3493         
3494         Move screensaver handling to application. No more
3495         message on startup.
3496
3497 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * configure.ac:
3500         * backend/Makefile.am:
3501         * backend/ev-file-exporter.[ch]:
3502         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3503         * ps/ps-document.c: (ps_document_file_exporter_*):
3504         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3505         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3506         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3507         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3508
3509         Allow printing to PDF when suppoted by the backend.
3510         
3511 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3512
3513         * shell/ev-window.c: (build_comments_string):
3514
3515         Use always "Document Viewer" in about dialog. 
3516
3517 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3518
3519         * djvu/djvu-document.c: (djvu_document_get_page_size):
3520
3521         Display a warning message when get_pageinfo fails. 
3522
3523 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3524
3525         * Makefile.am:
3526         * backend/Makefile.am:
3527         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3528         * configure.ac:
3529         * shell/ev-window.c: (build_comments_string):
3530         
3531         Make pdf compilation optional. See bug #38007.
3532
3533 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3534
3535         * ps/ps.c: (get_next_text):
3536
3537         Fix CVE-2006-5864.
3538
3539 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3542         * shell/ev-navigation-action.c: (connect_proxy),
3543         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3544         
3545         Do not call g_type_class_peek_parent twice.
3546
3547 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3548
3549         * configure.ac:
3550         * data/icons/24x24/.cvsignore:
3551         * data/icons/24x24/Makefile.am:
3552         * data/icons/24x24/evince.png:
3553         * data/icons/Makefile.am:
3554         
3555         Add 24x24 icon. Thanks to 
3556         Michael Monreal <infernux@web.de>.
3557
3558 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3559
3560         * configure.ac: Fix typo in configure.ac. Thanks
3561         to dmacks@netspace.org for notification.
3562
3563 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3564
3565         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3566         
3567         Drop dbus include, fixes compilation with older dbus.
3568
3569 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3570
3571         * configure.ac:
3572         * cut-n-paste/Makefile.am:
3573         * cut-n-paste/totem-screensaver/.cvsignore
3574         * cut-n-paste/totem-screensaver/Makefile.am:
3575         * cut-n-paste/totem-screensaver/README:
3576         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3577         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3578         * shell/Makefile.am:
3579         * shell/ev-window.c: (ev_window_run_presentation),
3580         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3581         (ev_window_init):
3582
3583         Implemented screensaver enabling/disabling for
3584         presentation mode (not fullscreen mode). Code stolen
3585         from Totem (with some minor tweaks). Fixes bug #338889.
3586
3587 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3588
3589         * configure.ac:
3590
3591         Bump gnome-icon-theme requirements. We use the rotation
3592         icons that appeared recently.
3593
3594 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3595
3596         * shell/ev-history.c: (ev_history_add_page):
3597         * shell/ev-history.h:
3598         * shell/ev-window.c: (page_changed_cb):
3599         
3600         Use page labels instead of numbers.
3601
3602 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3603
3604         * data/evince-toolbar.xml:
3605         * po/POTFILES.in:
3606         * shell/Makefile.am:
3607         * shell/ev-navigation-action-widget.c:
3608         (ev_navigation_action_widget_init),
3609         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3610         (menu_detacher), (ev_navigation_action_widget_set_menu),
3611         (menu_position_func), (popup_menu_under_arrow),
3612         (ev_navigation_action_widget_toggled),
3613         (ev_navigation_action_widget_button_press_event):
3614         * shell/ev-navigation-action-widget.h:
3615         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3616         (ev_navigation_action_set_window), (activate_menu_item_cb),
3617         (new_history_menu_item), (new_empty_history_menu_item),
3618         (build_menu), (menu_activated_cb), (connect_proxy),
3619         (create_tool_item), (ev_navigation_action_init),
3620         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3621         * shell/ev-navigation-action.h:
3622         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3623         (ev_page_action_widget_set_page_cache),
3624         (ev_page_action_widget_finalize),
3625         (ev_page_action_widget_class_init), (match_selected_cb),
3626         (display_completion_text), (match_completion), (build_new_tree_cb),
3627         (get_filter_model_from_model),
3628         (ev_page_action_widget_update_model):
3629         * shell/ev-page-action-widget.h:
3630         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3631         (connect_proxy):
3632         * shell/ev-page-action.h:
3633         * shell/ev-stock-icons.c:
3634         * shell/ev-stock-icons.h:
3635         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3636         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3637         (register_custom_actions):
3638         * shell/main.c:
3639         
3640         Preliminary history implementation
3641
3642 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3643
3644         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3645         (dvi_document_class_init), (dvi_document_init_params):
3646         * dvi/mdvi-lib/font.c: (font_reference):
3647         
3648         Add reference to subfont. Fixes bug #374277.
3649
3650 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3651
3652         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3653         (ev_window_cmd_file_open_copy_at_dest):
3654
3655         Fix a race condition when creating symlink. Increase the counter
3656         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3657         Mathias Hasselmann).
3658
3659 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * backend/Makefile.am:
3662         * backend/ev-attachment.c: (ev_attachment_open):
3663         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3664         (ev_tmp_dir), (ev_tmp_filename):
3665         * shell/ev-sidebar-attachments.c:
3666         (ev_sidebar_attachments_drag_data_get):
3667         * shell/ev-window.c: (ev_window_clear_temp_file):
3668
3669         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3670         in ensure_dir_exists. Abort without crashing when we can't create
3671         user's directory.
3672
3673 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3674
3675         * data/evince-ui.xml:
3676         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3677         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3678         (ev_window_cmd_file_open_copy_at_dest),
3679         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3680         (ev_view_popup_cmd_open_link_new_window):
3681
3682         Allow opening a copy of the current document in a new window. Fixes bug
3683         #357472
3684
3685 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3686
3687         * data/evince-toolbar.xml:
3688         
3689         Add rotate right and rotate left to available items for toolbar.
3690         
3691         * data/evince-ui.xml:
3692         * shell/ev-window.c: (ev_window_init):
3693         
3694         Customize toolbar with right click. Fixes bug #372451.
3695
3696 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3697
3698         * shell/ev-window.c: 
3699         
3700         Use "object-rotate-{left,right}" stock icons. Fixes 
3701         bug #373863.
3702
3703 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3704
3705         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3706         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3707         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3708         (ev_window_open_uri):
3709         * shell/main.c: (arguments_parse):
3710
3711         Remove temp file created when evince is used by GTK+ in
3712         preview mode. Fixes bug #365282. 
3713
3714 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3715
3716         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3717         
3718         Fixes bug #372474 - Side pane disabled when entering 
3719         and leaving fullscreen mode.
3720
3721 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3722
3723         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3724         * data/Makefile.am:
3725         * data/evince-preview-toolbar.xml:
3726         * data/evince-toolbar.xml:
3727         * shell/ev-application.c: (ev_application_shutdown),
3728         (ev_application_init), (ev_application_get_toolbars_model):
3729         * shell/ev-application.h:
3730         * shell/ev-window.c: (update_chrome_visibility),
3731         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3732         (ev_window_cmd_edit_toolbar), (ev_window_init):
3733         
3734         Fixes bug #364364 - toolbar editor shows zoom actions again.
3735
3736 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3737
3738         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3739
3740         Do not take margins into consideration for paper size when printing.
3741         Really fixes bug #350491.
3742
3743 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3744
3745         * data/evince-ui.xml:
3746         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3747         (ev_window_cmd_file_print_setup),
3748         (ev_window_print_dialog_response_cb),
3749         (ev_window_setup_action_sensitivity):
3750
3751         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3752
3753 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3754
3755         * shell/ev-window.c: (ev_window_print_range):
3756
3757         Revert my previuos commit, since printing to PDF is not supported by
3758         evince yet. 
3759
3760 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3761
3762         * shell/ev-window.c: (ev_window_print_range):
3763
3764         Enable print to a PDF. Fixes bug #332121.
3765
3766 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3767
3768         * shell/ev-application-service.xml:
3769         * shell/ev-application.[ch]: (ev_application_open_window),
3770         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3771         (ev_application_open_uri), (ev_application_open_uri_list):
3772         * shell/ev-window.c: (file_open_dialog_response_cb),
3773         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3774         (drag_data_received_cb), (open_remote_link):
3775         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3776
3777         Add support for multiscreen systems. Fixes bug #316206.
3778
3779 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3780
3781         * shell/ev-jobs.[ch]: (ev_job_print_new),
3782         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3783         (ev_job_print_do_page):
3784         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3785
3786         Allow printing only odd/even pages. Fixes bug #367289.
3787
3788 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3789
3790         * test/test1.py:
3791         * test/test2.py:
3792
3793         Re-add locale settings to test files.
3794
3795 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3796
3797         * data/evince-ui.xml:
3798         * shell/ev-window.c: (set_action_properties):
3799         
3800         Removed garbage from code and ui.
3801
3802 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3803
3804         * shell/ev-window.c: (ev_window_cmd_help_about):
3805
3806         Shamelessly add my name to the list of contributors.
3807
3808 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3809
3810         * test/test1.py:
3811         * test/test2.py:
3812
3813         Cleaned up the dogtail scripts.
3814
3815 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3816
3817         * shell/ev-view.c: (draw_loading_text): Don't render
3818         "loading..." text in presentation mode. Temporary
3819         workaround for bug #320352.
3820
3821 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3824         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3825
3826         Use print settings scale, copies, collate and reverse which were
3827         ignored. Fixes bug #359032.
3828
3829 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3830
3831         * configure.ac:
3832         * data/evince-password.glade:
3833         * test/Makefile.am:
3834         * test/test-encrypt.pdf:
3835         * test/test-links.pdf:
3836         * test/test1.py:
3837         * test/test2.py:
3838
3839         Add automated UI tests for evince with dogtail. See
3840         bug #300948.    
3841
3842 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3843
3844         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3845
3846         Hide fullscreen toolbar when switching to another desktop workspace.
3847         Fixes bug #338871
3848
3849 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3850
3851         * shell/ev-window-title.c: 
3852         
3853         Test for .dvi in title of pdf documents.
3854
3855 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3856
3857         * shell/ev-view.c: (ev_view_scroll):
3858
3859         Page Up/Down should do page jumps in "Best fit" mode.
3860         If a user has explicitly chosen to view exactly one page
3861         at a time, scrolling just a part of the page when
3862         pressing Page Up/Down is not right. Fixes bug #323107.
3863
3864 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3865
3866         * NEWS:
3867         * configure.ac:
3868         
3869         Update for 0.6.1
3870
3871 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3872
3873         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3874         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3875         
3876         Correctly disconnect from job signals on destroy.
3877
3878 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3879
3880         * shell/ev-view-private.h:
3881         * shell/ev-view.c: (view_set_adjustment_values),
3882         (view_update_range_and_current_page),
3883         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3884         
3885         Fixes bug #343199, current page now follows find page.
3886
3887 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3888
3889         * backend/ev-document-factory.c:
3890         * configure.ac:
3891         Assigned OpenDocument presenation MIME type to the
3892         Impress backend. Added some missing (but harmless)
3893         #ifdefs in the document factory as well to make things
3894         consistent again. Fixes bug #360658.
3895
3896 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3897
3898         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3899         * backend/ev-document-find.c: (ev_document_find_get_type):
3900         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3901         * backend/ev-document-links.c: (ev_document_links_get_type):
3902         * backend/ev-document-security.c: (ev_document_security_get_type):
3903         * backend/ev-document-thumbnails.c:
3904         (ev_document_thumbnails_get_type):
3905         * backend/ev-document.c: (ev_document_get_type):
3906         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3907         * backend/ev-selection.c: (ev_selection_get_type):
3908         * cut-n-paste/recent-files/egg-recent-model.c:
3909         (egg_recent_model_get_type):
3910         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3911         (egg_recent_view_uimanager_get_type):
3912         * cut-n-paste/recent-files/egg-recent-view.c:
3913         (egg_recent_view_get_type):
3914         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3915         (egg_editable_toolbar_get_type):
3916         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3917         (egg_toolbar_editor_get_type):
3918         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3919         (egg_toolbars_model_get_type):
3920         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3921         (egg_tree_multi_drag_source_get_type):
3922         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3923         (ephy_zoom_action_get_type):
3924         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3925         (ephy_zoom_control_get_type):
3926         * impress/r_back.c: (_imp_fill_back):
3927         * properties/ev-properties-main.c:
3928         (ev_properties_plugin_register_type):
3929         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3930         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3931         (ev_view_accessible_factory_get_type):
3932
3933         Reduce relocations. Bug #360616.
3934
3935 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3936
3937         * backend/ev-document-factory.c:
3938         (ev_document_factory_get_document):
3939         
3940         Load document even if extension is wrong.
3941
3942 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3943
3944         * shell/ev-metadata-manager.c: (save_values):
3945         * shell/ev-window.c: (setup_size_from_metadata),
3946         (setup_view_from_metadata), (ev_window_setup_document),
3947         (ev_window_xfer_job_cb), (window_configure_event_cb):
3948         
3949         Set size according to the document size/page size ratio.
3950         That should correct rather wierd behaviour of the previous
3951         commit.
3952
3953 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3954
3955         * shell/ev-window.c: (setup_view_from_metadata):
3956         
3957         Set size for new windows from previous window size.
3958         See bugs #354968 and #168450 for details. Thanks
3959         to Meik Hellmund.
3960
3961 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3962
3963         * djvu/djvu-links.c: (build_tree):
3964
3965         Fix memory leak.
3966
3967 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3968
3969         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3970         
3971         Don't make sidebar close button insensitive. Fixes
3972         bug #357871.
3973
3974 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3975
3976         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3977         (ev_window_set_view_accels_sensitivity):
3978         
3979         Don't enable Slash on documents which don't support
3980         find. Fixes bug #358648.
3981
3982 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3983
3984         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3985         open dialog fall back to the current document uri if the
3986         filechooser hasn't been used before. Fixes bug #356980.
3987
3988 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3989
3990         * shell/ev-window.c: (ev_window_setup_recent), 
3991         (ev_window_get_recent_file_label):
3992
3993         Escape underscores in filenames of recent file items.
3994
3995 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3996
3997         * configure.ac:
3998         
3999         Bumped poppler requirements, really 0.5.3 is very 
4000         buggy, now we require 0.5.4.
4001
4002 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4003
4004         * djvu/Makefile.am:
4005         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4006         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4007         (djvu_document_document_links_iface_init):
4008         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4009         (number_from_string_10), (get_djvu_link_dest),
4010         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4011         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4012         (djvu_links_get_links), (djvu_links_find_link_dest),
4013         (djvu_links_get_links_model):
4014         * djvu/djvu-links.h:
4015         
4016         Add support for links and bookmarks in djvu documents. Thanks
4017         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4018         patch.
4019
4020 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4021
4022         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4023         
4024         Reopen should reload document. Fixes 
4025         bug 327951.
4026
4027 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4028
4029         * configure.ac:
4030         * data/Makefile.am:
4031         * data/evince-16.png:
4032         * data/evince-22.png:
4033         * data/evince.png:
4034         * data/evince.svg:
4035         * data/icons/16x16/Makefile.am:
4036         * data/icons/16x16/evince.png:
4037         * data/icons/22x22/Makefile.am:
4038         * data/icons/22x22/evince.png:
4039         * data/icons/48x48/Makefile.am:
4040         * data/icons/48x48/evince.png:
4041         * data/icons/Makefile.am:
4042         * data/icons/scalable/Makefile.am:
4043         * data/icons/scalable/evince.svg:
4044         
4045         Install icons with correct names. Fixes
4046         bug #354429.
4047
4048 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4049
4050         * shell/ev-view.c: (ev_view_button_release_event):
4051
4052         Don't open links with middle mouse button. Fixes bug #353649
4053
4054 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4055
4056         * NEWS:
4057         * configure.ac:
4058         
4059         Update for release 0.6.0
4060
4061 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4062
4063         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4064         Implement Close named action. Patch by Carlos Garcia Campos.
4065
4066 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4067
4068         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4069         
4070         Don't clear link mapping on copy_job_to_job_info. Fixes
4071         bug 346168.
4072
4073 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4074
4075         * shell/main.c: (main):
4076
4077         Revert my previous commit, gnome_program_init owns the option context.
4078         Fix another memory leak in main. Both caught by Christian Persch. 
4079
4080 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4081
4082         * shell/main.c: (main):
4083
4084         Fix memory leak.
4085
4086 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4089
4090         Fix crash when opening a pdf with password protection. 
4091
4092 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4093
4094         * pdf/ev-poppler.cc: (pdf_document_search_free):
4095
4096         Fix memory leak. 
4097
4098 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4099
4100         * backend/ev-document-factory.c:
4101         (ev_document_factory_get_document):
4102         * tiff/tiff-document.c: (tiff_document_finalize):
4103         
4104         More correct handling of document loading. Fixes
4105         bug #349043.
4106
4107 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4108
4109         * backend/ev-attachment.c: (ev_attachment_save):
4110
4111         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4112         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4113
4114 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4115         
4116         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4117         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4118
4119 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4120
4121         * shell/ev-sidebar-thumbnails.c:
4122
4123         Do not render thumbnails unless thumbnails page is active in the
4124         sidebar.
4125
4126 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4127
4128         * shell/ev-properties-dialog.c:
4129
4130         Fix dialogue spacing. Bug #351370.
4131
4132 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4133
4134         * configure.ac:
4135
4136         Use lowercase gettext catalog file names (evince.mo
4137         instead of Evince.mo)
4138
4139 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4140
4141         * shell/ev-sidebar-attachments.c:
4142
4143         GtkIconTheme is now screen safe too. Fixes bug #350878
4144
4145 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4146
4147         * shell/ev-window.c:
4148
4149         GtkRecent manager is now screen safe. Fixes bug #350145
4150
4151 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4152
4153         * shell/ev-sidebar.c: (ev_sidebar_init):
4154         
4155         Make sidebar close icon smaller. Fix for bug 350177.
4156         See also bugs 350176 and 165770.
4157
4158 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4159
4160         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4161
4162         Ignore zoom for xyz destinations when it's <= 1, keeping user
4163         preferences instead. Set correct sizing-mode for fith and fitv
4164         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4165
4166 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4167
4168         * NEWS:
4169         * configure.ac:
4170         
4171         Update for release 0.5.5
4172
4173 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4174         
4175         * shell/ev-window.c: (ev_window_cmd_escape)
4176
4177         Escape unfocus page entry. Fixes bug #345809.
4178
4179 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4180
4181         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4182         (build_tree), (pdf_document_links_get_links),
4183         (pdf_document_links_find_link_dest):
4184         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4185         (goto_xyz_dest):
4186
4187         Convert from PDF style coordinates to X style coordinates in the
4188         backend rather than in the view. Fixes bug #338440
4189
4190 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4191
4192         * shell/ev-window.c:
4193         
4194         Remove Ctrl+Shift+T shortcut for toolbars. See
4195         the bug #350098.
4196
4197 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4198
4199         * configure.ac:
4200
4201         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4202         of this. 
4203
4204 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4205
4206         * configure.ac:
4207         * cut-n-paste/Makefile.am:
4208         * data/evince-ui.xml:
4209         * shell/Makefile.am:
4210         * shell/ev-application.[ch]:
4211         * shell/ev-window.c:
4212
4213         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4214         #349273
4215
4216 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4217
4218         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4219         findbar code: s/help/search/
4220
4221 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4222
4223         * shell/ev-window.c: (setup_document_from_metadata),
4224         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4225         (setup_view_from_metadata):
4226         
4227         Fix memory leaks.
4228
4229 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4230
4231         * autogen.sh, configure.ac: 
4232         
4233         Update automake usage. See bug 349292.
4234
4235 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4236
4237         * shell/eggfindbar.c: (egg_find_bar_class_init),
4238         (entry_activate_callback), (egg_find_bar_init),
4239         (egg_find_bar_set_status_text):
4240         * shell/eggfindbar.h:
4241         
4242         Unify Evince findbar with Epiphany. Nice patch
4243         from Fabricio Silva <silva@crans.org> and
4244         Frederic Peters <fpeters@entrouvert.com>. See
4245         bug #339966 for details.
4246
4247 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4248
4249         * data/evince.desktop.in.in:
4250         
4251         Correct information for bugzilla. Thanks to
4252         Olaf Vitters, see bug #348855.
4253
4254 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4255
4256         * shell/ev-jobs.[ch]:
4257         * shell/ev-sidebar-links.c:
4258         * shell/ev-window.[ch]:
4259
4260         GtkPrintJob doesn't support print ranges or current page, so we export
4261         to a ps file now when printing ranges or current page.
4262
4263 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4264
4265         * pdf/ev-poppler.cc:
4266         * shell/ev-window.c: (do_action_named):
4267
4268         We should be more clear about bugzilla. See the
4269         poppler bug #7623.
4270
4271 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4272
4273         * configure.ac:
4274         * shell/Makefile.am:
4275         * shell/ev-job-queue.c:
4276         * shell/ev-jobs.[ch]:
4277         * shell/ev-sidebar-links.c:
4278         * shell/ev-window.[ch]:
4279         
4280         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4281         #348422
4282
4283 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4286         * shell/ev-application-service.xml:
4287         * shell/ev-application.[ch]:
4288         * shell/ev-jobs.[ch]:
4289         * shell/ev-window.[ch]: (ev_window_run_preview):
4290         * shell/main.c: 
4291
4292         Add preview mode to use evince as a printing previewer. It also adds
4293         other command line options for fullscreen and presentation modes.
4294         Fixes bugs #347822, #317031
4295
4296 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * NEWS:
4299         * configure.ac:
4300         
4301         Update for release 0.5.4
4302
4303 2006-07-11  Bastien Nocera <hadess@hadess.net>
4304
4305         * Makefile.am:
4306         * backend/Makefile.am:
4307         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4308         * backend/ev-document-factory.h:
4309         * configure.ac:
4310         * impress/.cvsignore:
4311         * impress/Makefile.am:
4312         * impress/common.h:
4313         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4314         (imp_get_page), (imp_next_page), (imp_prev_page),
4315         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4316         * impress/f_oasis.c: (render_object), (render_page),
4317         (get_geometry), (_imp_oasis_load):
4318         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4319         (_imp_oo13_load):
4320         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4321         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4322         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4323         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4324         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4325         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4326         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4327         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4328         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4329         (iks_new_within), (iks_insert), (iks_insert_cdata),
4330         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4331         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4332         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4333         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4334         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4335         (iks_cdata), (iks_cdata_size), (iks_has_children),
4336         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4337         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4338         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4339         (iks_tree), (iks_load), (iks_save):
4340         * impress/iksemel.h:
4341         * impress/imposter.h:
4342         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4343         (imp_render_draw_bezier_real), (imp_render_get_size),
4344         (imp_render_set_fg_color), (imp_render_draw_line),
4345         (imp_render_draw_rect), (imp_render_draw_polygon),
4346         (imp_render_draw_arc), (imp_render_draw_bezier),
4347         (imp_render_open_image), (imp_render_get_image_size),
4348         (imp_render_scale_image), (imp_render_draw_image),
4349         (imp_render_close_image), (imp_render_markup),
4350         (imp_render_get_text_size), (imp_render_draw_text),
4351         (impress_document_load), (impress_document_save),
4352         (impress_document_get_n_pages), (impress_document_get_page_size),
4353         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4354         (impress_document_finalize), (impress_document_class_init),
4355         (impress_document_can_get_text), (impress_document_get_info),
4356         (impress_document_document_iface_init),
4357         (impress_document_thumbnails_get_thumbnail),
4358         (impress_document_thumbnails_get_dimensions),
4359         (impress_document_document_thumbnails_iface_init),
4360         (impress_document_init):
4361         * impress/impress-document.h:
4362         * impress/internal.h:
4363         * impress/r_back.c: (_imp_fill_back):
4364         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4365         (_imp_draw_image), (_imp_tile_image):
4366         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4367         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4368         (r_polyline):
4369         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4370         (r_draw_gradient_complex), (r_draw_gradient):
4371         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4372         (r_get_bullet):
4373         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4374         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4375         (r_text):
4376         * impress/render.c: (imp_create_context), (imp_context_set_page),
4377         (imp_context_set_step), (imp_render), (imp_delete_context):
4378         * impress/render.h:
4379         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4380         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4381         (zip_load_xml), (zip_get_size), (zip_load):
4382         * impress/zip.h:
4383         * shell/ev-utils.c:
4384         
4385         New backend to support impress slides. Fixes bug #30867.
4386
4387 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4388
4389         * shell/ev-utils.c: (using_postscript_printer):
4390         
4391         Fixes crash when print using PAPI backend,
4392         bug #345012.
4393
4394 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4395
4396         * shell/ev-jobs.c: (ev_job_xfer_run):
4397         * shell/ev-window.c: (password_dialog_response),
4398         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4399         (ev_window_dispose):
4400         Fixes bug #344160: if the xfer job doesn't complete
4401         because a password is required, reload the existing
4402         instance instead of creating a new one.
4403
4404 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4405
4406         * shell/main.c: (main): Call gdk_threads_init. Thus
4407         we'll avoid errors in auth dialog. Fix for the bug
4408         #343347.
4409
4410 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4411
4412         * configure.ac: Advertise pixbuf support, fix
4413         for the bug 343317.
4414
4415 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4416
4417         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4418         (ev_sidebar_thumbnails_set_document):
4419         
4420         Update sidebar thumbnails after reloading.
4421
4422 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4423
4424         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4425         * shell/ev-jobs.h:
4426         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4427         (ev_window_cmd_view_reload), (ev_window_init):
4428         
4429         Don't crash on reload. Fix for the bug #343167.
4430
4431 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4432
4433         * shell/ev-jobs.c: (ev_job_render_run):
4434         
4435         Check for document links.
4436
4437 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4438
4439         * backend/ev-attachment.c: (ev_attachment_save),
4440         (ev_attachment_launch_app), (ev_attachment_open):
4441         * backend/ev-document-factory.c: (get_document_from_uri):
4442         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4443         (egg_recent_view_uimanager_set_list):
4444         * ps/ps-document.c: (check_filecompressed), (document_load),
4445         (ps_document_load):
4446         * shell/ev-metadata-manager.c: (load_values):
4447         * shell/ev-password.c: (ev_password_dialog_set_property):
4448         * shell/ev-view.c: (tip_from_link):
4449         * shell/ev-window.c: (file_save_dialog_response_cb),
4450         (ev_window_print_dialog_response_cb):
4451         
4452         Use consistent quoting style. Fix for the bug #320285.
4453
4454 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4455
4456         * shell/ev-jobs.c: (ev_job_xfer_run):
4457         * shell/main.c: (load_files):
4458                 
4459         Open links with anchors. Fix for the bug #339836.
4460
4461 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4462
4463         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4464         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4465         (ev_link_dest_set_property), (ev_link_dest_finalize),
4466         (ev_link_dest_class_init), (ev_link_dest_new_named),
4467         (ev_link_dest_new_page_label):
4468         * backend/ev-link-dest.h:
4469         * shell/ev-application.c: (ev_application_open_uri):
4470         * shell/ev-view.c: (goto_dest):
4471         * shell/ev-window.c:
4472         * shell/ev-window.h:
4473         
4474         Fix page-label command line option. Bug #342070.
4475
4476 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4477
4478         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4479         
4480         Don't show highlight rects if page can't be showed. Fix for 
4481         the bug #342076
4482
4483 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4484
4485         * shell/ev-window.c: (setup_sidebar_from_metadata),
4486         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4487         
4488         Setup sidebar from metadata even if there is no document
4489         loaded. Fix for the bug #342807.
4490
4491 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4492
4493         * cut-n-paste/toolbar-editor/Makefile.am:
4494         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4495         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4496         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4497         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4498         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4499         (popup_context_menu_cb), (button_press_event_cb),
4500         (configure_item_sensitivity), (configure_item_cursor),
4501         (configure_item_tooltip), (connect_widget_signals),
4502         (action_sensitive_cb), (create_item_from_action),
4503         (create_item_from_position), (toolbar_drag_data_received_cb),
4504         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4505         (toolbar_drag_leave_cb), (configure_drag_dest),
4506         (toggled_visibility_cb), (toolbar_visibility_refresh),
4507         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4508         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4509         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4510         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4511         (egg_editable_toolbar_dispose),
4512         (egg_editable_toolbar_set_ui_manager),
4513         (egg_editable_toolbar_get_selected),
4514         (egg_editable_toolbar_set_selected), (set_edit_mode),
4515         (egg_editable_toolbar_set_property),
4516         (egg_editable_toolbar_get_property),
4517         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4518         (egg_editable_toolbar_new_with_model),
4519         (egg_editable_toolbar_get_edit_mode),
4520         (egg_editable_toolbar_set_edit_mode),
4521         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4522         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4523         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4524         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4525         (item_added_or_removed_cb), (toolbar_removed_cb),
4526         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4527         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4528         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4529         (editor_create_item_from_name), (append_table),
4530         (update_editor_sheet), (egg_toolbar_editor_init):
4531         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4532         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4533         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4534         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4535         (toolbar_node_free), (egg_toolbars_model_get_flags),
4536         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4537         (egg_toolbars_model_get_name), (impl_add_item),
4538         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4539         (parse_data_list), (parse_item_list), (parse_toolbars),
4540         (egg_toolbars_model_load_toolbars), (parse_available_list),
4541         (parse_names), (egg_toolbars_model_load_names),
4542         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4543         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4544         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4545         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4546         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4547         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4548         (egg_toolbars_model_set_types), (fill_avail_array),
4549         (egg_toolbars_model_get_name_avail),
4550         (egg_toolbars_model_get_name_flags),
4551         (egg_toolbars_model_set_name_flags):
4552         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4553         * cut-n-paste/toolbar-editor/eggintl.h:
4554         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4555         (egg_tree_multi_drag_source_get_type),
4556         (egg_tree_multi_drag_source_row_draggable),
4557         (egg_tree_multi_drag_source_drag_data_delete),
4558         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4559         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4560         (path_list_free), (set_context_data), (get_context_data),
4561         (get_info), (egg_tree_multi_drag_drag_data_get),
4562         (egg_tree_multi_drag_motion_event),
4563         (egg_tree_multi_drag_button_press_event),
4564         (egg_tree_multi_drag_add_drag_support):
4565         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4566         * shell/ev-application.c: (ev_application_init),
4567         (ev_application_save_toolbars_model):
4568         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4569         (ev_window_cmd_edit_toolbar), (ev_window_init):
4570         
4571         Sync toolbareditor with epiphany and libegg
4572
4573 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4574
4575         * configure.ac: 
4576
4577         Depend on poppler 0.5.2
4578
4579 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4580
4581         * shell/ev-jobs.c: (ev_job_render_run):
4582         
4583         Check if document supports links iterface.
4584
4585 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4586
4587         * NEWS:
4588         * configure.ac:
4589         
4590         Update for release 0.5.3
4591
4592 2006-05-13  Michael Plump  <plumpy@skylab.org>
4593
4594         * configure.ac:
4595         * shell/Makefile.am:
4596         * shell/main.c: (main):
4597         
4598         Port to GOption command line parsing. Fix for the 
4599         bug #327518
4600
4601 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4602
4603         * shell/ev-window.c: (ev_window_cmd_help_about):
4604         
4605         Do not wrap license. Fix for the bug #309460.
4606
4607 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4608
4609         * configure.ac:
4610         * properties/ev-properties-main.c: (ev_properties_get_pages):
4611         * shell/ev-application.c: (ev_application_open_window),
4612         (ev_application_open_uri_at_dest):
4613         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4614         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4615         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4616         * shell/ev-utils.c: (save_print_config_to_file):
4617         * shell/ev-window.c: (ev_window_cmd_save_as),
4618         (ev_attachment_popup_cmd_save_attachment_as):
4619         * shell/main.c: (load_files_remote):
4620         
4621         Bump requirements to gtk 2.8 and drop all ifdefs used.
4622
4623 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4624
4625         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4626         * shell/ev-window.c: (ev_window_init):
4627         
4628         Show attachments page.
4629
4630 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4631
4632         * po/POTFILES.in:
4633         * shell/ev-attachment-bar.c:
4634         * shell/ev-attachment-bar.h:
4635         * shell/ev-sidebar-attachments.c:
4636         (ev_sidebar_attachments_icon_cache_add),
4637         (icon_theme_get_pixbuf_from_mime_type),
4638         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4639         (ev_sidebar_attachments_icon_cache_refresh),
4640         (ev_sidebar_attachments_get_attachment_at_pos),
4641         (ev_sidebar_attachments_popup_menu_show),
4642         (ev_sidebar_attachments_popup_menu),
4643         (ev_sidebar_attachments_button_press),
4644         (ev_sidebar_attachments_update_icons),
4645         (ev_sidebar_attachments_drag_data_get),
4646         (ev_sidebar_attachments_get_property),
4647         (ev_sidebar_attachments_destroy),
4648         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4649         (ev_sidebar_attachments_new),
4650         (ev_sidebar_attachments_set_document),
4651         (ev_sidebar_attachments_support_document),
4652         (ev_sidebar_attachments_get_label),
4653         (ev_sidebar_attachments_page_iface_init):
4654         * shell/ev-sidebar-attachments.h:
4655         * shell/ev-window.c: (update_chrome_visibility),
4656         (setup_sidebar_from_metadata), (ev_window_setup_document),
4657         (ev_window_sidebar_current_page_changed_cb),
4658         (attachment_bar_menu_popup_cb), (ev_window_init):
4659         
4660         Move attachments bar to sidebar.
4661
4662 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4663
4664         * pdf/ev-poppler.cc:
4665         * shell/ev-application.[ch]:
4666         * shell/main.c:
4667
4668         Fix some memory leaks.
4669
4670 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4671
4672         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4673
4674         Change the properties dialog response to
4675         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4676         will make the dialog go away when the user presses
4677         enter. With gtk+ >= 2.9 this will happen anyway, but for
4678         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4679         escape by default. Fixes bug #340539. See also bug
4680         #101293 for the gtk+ part.
4681
4682 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4683
4684         * shell/ev-view.c (tip_from_action_named): Replace some strings
4685         that were wrong. Closes #340970.
4686
4687 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4688
4689         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4690
4691         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4692         #341049
4693
4694 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4695
4696         * djvu/Makefile.am:
4697         * dvi/Makefile.am:
4698         * dvi/mdvi-lib/Makefile.am:
4699         * properties/Makefile.am:
4700         * ps/Makefile.am:
4701         * shell/Makefile.am:
4702         * thumbnailer/Makefile.am:
4703         
4704         Due to broken libtool that is unable to track dependencies
4705         of noinst libraries we are forced to explicitely point
4706         libraries for binary. Fix for the bug #333334.
4707
4708 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4709
4710         * data/evince.desktop.in.in:
4711         * shell/ev-view.c: (view_update_range_and_current_page),
4712         (ev_view_next_page), (ev_view_previous_page):
4713         * shell/ev-window.c: (update_chrome_visibility),
4714         (setup_sidebar_from_metadata), (ev_window_setup_document),
4715         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4716         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4717         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4718         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4719         (ev_window_stop_presentation), (ev_window_focus_in_event),
4720         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4721         (ev_window_init):
4722         * thumbnailer/Makefile.am:
4723         
4724         Update fullscreen and presentation timeout handling. Hide
4725         cursor in presentation after timeout. Fix for the bugs
4726         #136359 and #336981.
4727
4728 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4729
4730         * backend/ev-link-action.[ch]:
4731         * pdf/ev-poppler.cc: (ev_link_from_action):
4732         * shell/ev-view-private.h:
4733         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4734         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4735
4736         Add support for Named Action links
4737
4738 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4739
4740         * backend/Makefile.am:
4741         * backend/ev-document-links.[ch]:
4742         * backend/ev-document.[ch]:
4743         * backend/ev-link-action.[ch]:
4744         * backend/ev-link-dest.[ch]:
4745         * backend/ev-link.[ch]:
4746         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4747         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4748         * shell/ev-page-action.c: (build_new_tree_cb):
4749         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4750         (links_page_num_func), (update_page_callback):
4751         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4752         (tip_from_link):
4753         * shell/ev-jobs.c:
4754         * shell/ev-window.[ch]: (ev_window_open_uri),
4755         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4756         * shell/ev-application.[ch]: (ev_application_open_window),
4757         (ev_application_open_uri):
4758
4759         Rework links system, it adds support for remote links now and it makes
4760         easier to add new kinds of actions and destinations. Fixes bug #317292
4761
4762 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * data/Makefile.am:
4765         * data/evince.png:
4766         * data/evince-16.png:
4767         * data/evince-22.png:
4768         * data/evince.svg:
4769         * shell/main.c: (main):
4770         
4771         Evince use it's own icon. Fix for the bug #313392.
4772
4773         * shell/ev-window.c: (fullscreen_timeout_cb),
4774         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4775         (ev_window_cmd_help_about), (ev_window_dispose):
4776         
4777         Simplify fullscreen timeout code.
4778
4779 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4780
4781         * backend/ev-attachment.c: 
4782         * shell/ev-attachment-bar.c:
4783         * shell/ev-window.c:
4784
4785         Allow multiple selection of attachments
4786
4787 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4788
4789         * shell/ev-view.c: (view_update_range_and_current_page),
4790         (ev_view_scroll):
4791         
4792         Fix for the bug #312573 – Optimal selection of current 
4793         page among visible pages.
4794
4795 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4796
4797         * configure.ac:
4798         * djvu/Makefile.am:
4799         * djvu/djvu-text.h:
4800         
4801         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4802         for the bug 339868.
4803
4804 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4805
4806         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4807
4808 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4809
4810         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4811         dictated by the GNOME HIG. Fixes bug #339235.
4812
4813 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4814
4815         * data/evince-ui.xml:
4816         * shell/ev-view.c: (ev_view_can_find_previous):
4817         * shell/ev-view.h:
4818         * shell/ev-window.c: (ev_window_update_actions),
4819         (ev_window_cmd_edit_find_previous):
4820
4821         Add support for "Find Previous" as dictated by the GNOME HIG. A
4822         menu item is added and some glue code to make it all work is added
4823         to various files.
4824
4825 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4826
4827         * configure.ac: Award myself the "useless use of cat" award.
4828
4829 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4830
4831         * po/LINGUAS: New file listing all supported languages.
4832
4833         * configure.in: Use po/LINGUAS instead of including all languages
4834         directly in this file. See the wiki for more information:
4835         http://live.gnome.org/GnomeGoals/PoLinguas
4836
4837 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4838
4839         * backend/ev-document-factory.c:
4840
4841         Do not load the document twice when there isn't errors
4842
4843 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4844
4845         * backend/ev-attachment.c: 
4846
4847         Fix a crash when there isn't a default application to open an
4848         attachment
4849
4850 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4851
4852         * backend/ev-attachment.[ch]:
4853         * shell/ev-attachment-bar.[ch]:
4854
4855         Added missing files. 
4856
4857 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4858
4859         * backend/Makefile.am:
4860         * data/evince-ui.xml:
4861         * backend/ev-attachment.[ch]:
4862         * backend/ev-document.[ch]: (ev_document_has_attachments),
4863         (ev_document_get_attachments):
4864         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4865         (attachment_save_to_buffer), (pdf_document_get_attachments),
4866         (pdf_document_document_iface_init):
4867         * shell/Makefile.am:
4868         * shell/ev-attachment-bar.[ch]:
4869         * shell/ev-window.c:
4870
4871         Add support for PDF attachments. Fixes bug #325143
4872
4873 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4874
4875         * backend/ev-document-factory.c: (get_document_from_uri),
4876         (ev_document_factory_get_document):
4877         * backend/ev-document-factory.h:
4878         * properties/ev-properties-main.c: (ev_properties_get_pages):
4879         * shell/Makefile.am:
4880         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4881         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4882         (ev_job_queue_remove_job):
4883         * shell/ev-job-queue.h:
4884         * shell/ev-job-xfer.c:
4885         * shell/ev-job-xfer.h:
4886         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4887         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4888         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4889         (ev_job_xfer_run):
4890         * shell/ev-jobs.h:
4891         * shell/ev-window.c: (ev_window_is_empty),
4892         (password_dialog_response), (ev_window_clear_xfer_job),
4893         (ev_window_xfer_job_cb), (ev_window_open_uri),
4894         (ev_window_cmd_focus_page_selector),
4895         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4896         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4897         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4898         (ev_window_dispose):
4899         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4900         
4901         * Cleanup mime type detection on document load. Fix for the
4902         bug #336448.
4903
4904 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4905
4906         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4907         
4908         Fix crash on exit, described in the bug #336825.
4909
4910 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4911
4912         * backend/ev-document-factory.c:
4913         (ev_document_factory_get_from_mime),
4914         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4915         (ev_document_factory_get_document),
4916         (file_filter_add_mime_list_and_free),
4917         (ev_document_factory_add_filters):
4918         * backend/ev-document-factory.h:
4919         * properties/ev-properties-main.c: (ev_properties_get_pages):
4920         * shell/Makefile.am:
4921         * shell/ev-application.c:
4922         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4923         * shell/ev-window.c: (ev_window_cmd_file_open),
4924         (ev_window_cmd_save_as):
4925         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4926         
4927         Rework factory functions so they are placed now in a single 
4928         file ev-document-factory.c
4929
4930 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4931
4932         * shell/ev-window.c: (update_chrome_visibility):
4933         
4934         Fix for the bug 166566 - don't show menubar in fullscreen
4935         mode.
4936
4937 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4938
4939         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4940
4941 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4942
4943         * shell/ev-view.c: (ev_view_expose_event):
4944         
4945         More correctly draw loading text when document
4946         is empty.
4947
4948 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4949
4950         * shell/ev-view.c: (ev_view_scroll):
4951         
4952         Fix for the bug #334854, page down and page up switch
4953         pages in presentation mode.
4954
4955 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4956
4957         * shell/ev-window.c: (ev_window_set_action_sensitive),
4958         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4959         (ev_window_set_view_accels_sensitivity),
4960         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4961         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4962         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4963         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4964         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4965         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4966         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4967         (view_actions_focus_in_cb), (ev_window_init):
4968         
4969         Fix for the bug #333902, now it's possible to search
4970         words with slash.
4971
4972 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4973
4974         * configure.ac: Added Breton translation.
4975         * po/br.po: Added Breton translation.
4976
4977 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4978
4979         * shell/ev-window-title (ev_window_title_update):
4980
4981         Fix memory leak in window title. Fixes bug #333944
4982
4983 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4984
4985         * shell/ev-metadata-manager.c (parseItem):
4986
4987         Fix memory leaks. Fixes bug #333945
4988
4989 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4990         
4991         * NEWS, configure.ac, TODO:
4992         
4993         Update for release 0.5.2.
4994
4995 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4996
4997         * shell/ev-view.c: (view_update_range_and_current_page),
4998         (page_changed_cb):
4999         
5000         Don't jump on scrolling, fix for the bug #333127.
5001
5002 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5003
5004         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5005         
5006         Scroll by one page in presentation mode. Fix for the bug
5007         #332993.
5008
5009 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5010
5011         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5012
5013 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5014
5015         * configure.ac  Added lv in ALL_LINGUAS line.
5016
5017 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5018         
5019         * NEWS, configure.ac:
5020         
5021         Update for release 0.5.1
5022
5023 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5024
5025         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5026         * backend/ev-document-misc.h:
5027         * shell/ev-view.c: (draw_one_page):
5028         
5029          Clairfy what page the toolbar page number applies to. Fix
5030          for the bug #328102.
5031
5032 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5033
5034         * shell/ev-view-private.h:
5035         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5036         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5037         (ev_view_search_changed):
5038         * shell/ev-view.h:
5039         * shell/ev-window.c: (find_bar_search_changed_cb):
5040         
5041         Dont't jump to find result if window was scrolled during search.
5042         Fix for the bug #313266.
5043
5044 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5045
5046         * shell/eggfindbar.c: (egg_find_bar_class_init):
5047         * shell/eggfindbar.h:
5048         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5049         * shell/ev-view-private.h:
5050         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5051         (ev_view_class_init), (ev_sizing_mode_get_type),
5052         (ev_scroll_type_get_type):
5053         * shell/ev-view.h:
5054         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5055         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5056         (ev_window_init):
5057         
5058         Fix for the bug 319133 - Find entry should allow text scroll.
5059
5060 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5061
5062         * shell/ev-view-private.h:
5063         * shell/ev-view.c: (view_update_range_and_current_page),
5064         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5065         (ev_view_set_document), (update_find_status_message),
5066         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5067         (ev_view_find_previous):
5068         
5069         Fix for the bug #319137. Search now takes account for scrolling.
5070
5071 2006-02-19  Michael Hofmann <mh21@piware.de>
5072
5073         * configure.ac:
5074         * djvu/Makefile.am:
5075         * djvu/djvu-document-private.h:
5076         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5077         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5078         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5079         (djvu_document_can_get_text), (djvu_document_get_text),
5080         (djvu_document_document_iface_init),
5081         (djvu_document_thumbnails_get_thumbnail),
5082         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5083         (djvu_document_find_get_result),
5084         (djvu_document_find_page_has_results),
5085         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5086         (djvu_document_find_iface_init):
5087         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5088         (djvu_text_page_selection), (djvu_text_page_limits_process),
5089         (djvu_text_page_limits), (djvu_text_page_copy),
5090         (djvu_text_page_position), (djvu_text_page_union),
5091         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5092         (djvu_text_page_box), (djvu_text_page_append_text),
5093         (djvu_text_page_search), (djvu_text_page_prepare_search),
5094         (djvu_text_page_new), (djvu_text_page_free):
5095         * djvu/djvu-text-page.h:
5096         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5097         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5098         (djvu_text_n_results), (djvu_text_has_results),
5099         (djvu_text_get_result), (djvu_text_get_progress):
5100         * djvu/djvu-text.h:
5101         
5102         Text search in djvu. Fix for the bug #303415.
5103
5104 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5105
5106         * configure.ac:
5107         * shell/ev-window.c: (ev_window_cmd_save_as):
5108         
5109         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5110         Thanks to Gary Coady <gary@lyranthe.org>
5111
5112 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5113
5114         * shell/ev-print-job.c: (idle_print_handler):
5115         
5116         Inverse order printing, bug #320919.
5117
5118 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5119
5120         * data/evince-toolbar.xml:
5121         * shell/ev-window.c:
5122         
5123         Allow to add sidebar checkbutton on toolbar. Fix
5124         for the bug #144577.
5125
5126 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5127
5128         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5129         
5130         Add checks that have sense for empty ps document.
5131
5132 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5133
5134         * configure.ac: Include PS in mime types list. 
5135
5136 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5137
5138         * configure.ac:
5139         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5140         * ps/gsdefaults.h:
5141         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5142         
5143         Runtime check for gs interpreter. Fix for the bug #320868.
5144         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5145
5146 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5147
5148         * shell/ev-application.c: 
5149
5150         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5151         dbus>=0.60, so that the request is not queued. 
5152
5153 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5154
5155         * configure.ac:
5156         * shell/Makefile.am:
5157         * shell/ev-sidebar-links.c: (print_section_cb):
5158         * shell/ev-utils.c:
5159         * shell/ev-utils.h:
5160         * shell/ev-window.c: (update_action_sensitivity),
5161         (ev_window_close_dialogs), (ev_window_print):
5162         * shell/ev-window.h:
5163         
5164         Make printing support optional. Patch from Eduardo de Barros Lima
5165         <eduardo.lima@indt.org.br> for the bug #330546.
5166
5167 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5168
5169         * shell/ev-view-private.h:
5170         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5171         (ev_view_set_document):
5172         * shell/ev-view.h:
5173         * shell/ev-window.c: (ev_window_load_job_cb),
5174         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5175         (ev_window_init):
5176
5177         Draw Loading message during xfer job. Fix for the bug #329495.
5178
5179 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5180
5181         * comics/comics-document.c: (comics_regex_quote),
5182         (comics_document_load), (extract_argv):
5183         
5184         Correcly quote regexp before passing it to unzip.
5185
5186 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5187
5188         * shell/ev-page-cache.c: (build_height_to_page),
5189         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5190         (ev_page_cache_get_dual_even_left):
5191         * shell/ev-page-cache.h:
5192         * shell/ev-view.c: (view_update_range_and_current_page),
5193         (get_page_y_offset), (get_page_extents):
5194         
5195         Place even pages to the left if document has less then
5196         two pages. Fix for the bug #328856.
5197
5198 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5199
5200         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5201         
5202         Correct comics scheme. This make evince create thumbnails
5203         for comic books. Fix for the bug 329088.
5204
5205 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5206
5207         * data/evince-password.glade: Don't explicitly set
5208         invisible_char to the current default value in case
5209         the default changes; let GTK+ do its magic.
5210
5211 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5212
5213         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5214         real filename to tmp filename since often document
5215         type is determined by extension.
5216
5217 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5218
5219         * shell/ev-view.c: (add_scroll_binding_keypad),
5220         (ev_view_binding_activated), (ev_view_class_init):
5221         
5222         Add keybindings for percision-scrolling of display area. 
5223         Fix for the bug #314072.
5224
5225 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5226
5227         * data/evince.desktop.in.in:
5228         
5229         Add GTK to the list of categories. Fix for the bug #328034.
5230
5231 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5232
5233         * shell/ev-application.c: (ev_application_shutdown),
5234         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5235         * shell/ev-application.h:
5236         * shell/ev-window.c: (file_open_dialog_response_cb),
5237         (ev_window_cmd_file_open):
5238         
5239         Save last uri in file chooser dialog. Fix for the bug #327950.
5240
5241 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * NEWS:
5244         * README:
5245         
5246         Final update for release 0.5.0
5247         
5248         * shell/Makefile.am:
5249         
5250         Remove disable deprecated until we'll require libgnome-2.13.7
5251         and port to GOption argument parsing. See bug 327518.
5252
5253 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5254
5255         * comics/comics-document.c: (comics_document_save):
5256         * djvu/djvu-document.c: (djvu_document_save):
5257         * dvi/dvi-document.c: (dvi_document_save):
5258         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5259         * lib/ev-file-helpers.h:
5260         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5261         * tiff/tiff-document.c: (tiff_document_save):
5262         
5263         Use common save function for backends.
5264
5265 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5266
5267         * backend/ev-document-types.c:
5268         
5269         Fix crash on saving pixbuf.
5270
5271 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5272
5273         * cut-n-paste/recent-files/egg-recent-item.c:
5274         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5275         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5276         (parse_info_free), (valid_element), (start_element_handler),
5277         (end_element_handler), (text_handler), (egg_recent_model_filter),
5278         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5279         (egg_recent_model_monitor), (egg_recent_model_read),
5280         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5281         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5282         (egg_recent_model_set_property), (egg_recent_model_class_init),
5283         (egg_recent_model_init), (egg_recent_model_add_full),
5284         (egg_recent_model_delete), (egg_recent_model_get_list),
5285         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5286         (egg_recent_model_set_filter_mime_types),
5287         (egg_recent_model_clear_group_filter),
5288         (egg_recent_model_set_filter_groups),
5289         (egg_recent_model_clear_scheme_filter),
5290         (egg_recent_model_set_filter_uri_schemes),
5291         (egg_recent_model_remove_expired):
5292         * cut-n-paste/recent-files/egg-recent-util.c:
5293         (egg_recent_util_get_icon):
5294         * cut-n-paste/recent-files/egg-recent-util.h:
5295         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5296         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5297         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5298         (egg_recent_view_uimanager_set_property),
5299         (egg_recent_view_uimanager_get_property),
5300         (egg_recent_view_uimanager_class_init),
5301         (egg_recent_view_uimanager_init),
5302         (egg_recent_view_uimanager_set_label_width),
5303         (egg_recent_view_uimanager_get_label_width):
5304         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5305         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5306         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5307         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5308         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5309         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5310         
5311         Update from libegg.
5312
5313 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5314
5315         * shell/ev-page-cache.c: (build_height_to_page),
5316         (ev_page_cache_get_height_to_page):
5317         * shell/ev-page-cache.h:
5318         * shell/ev-view.c: (view_update_range_and_current_page),
5319         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5320         (ev_view_previous_page):
5321         
5322         Dual mode places even pages to the left. Fix for the bug #309393.
5323
5324         * shell/ev-view.h:
5325         * shell/ev-window.c: (update_action_sensitivity),
5326         (setup_view_from_metadata), (view_menu_popup_cb):
5327         
5328         Don't restore presentation in empty windows, more intelligent
5329         next page behaviour in dual mode.
5330
5331         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5332         (ev_pixbuf_cache_clear_job_sizes):
5333         
5334         Cleanup job callback on removal. Fix for the bug #325886.
5335
5336 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5337
5338         * ps/ps.c: (psscan):
5339         
5340         Commit workaround Mozilla problem. Fix for the bug #325919
5341         
5342         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5343         (save_item):
5344         
5345         Fix for year 2038 problem.
5346
5347 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5348
5349         * shell/ev-window.c: (setup_document_from_metadata),
5350         (ev_window_cmd_view_reload):
5351
5352         Clamp page recieved from metadata in valid values. Fix
5353         for the bug #325986.
5354
5355 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5356
5357         * MAINTAINERS: 
5358         Add MAINTAINERS as requested on desktop-devel-list.
5359
5360 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5361
5362         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5363         (mime_type_supported_by_gdk_pixbuf),
5364         (ev_document_factory_get_mime_types),
5365         (ev_document_factory_get_all_mime_types):
5366         
5367         Don't add pixbuf mime types if pixbuf backend is disabled.
5368         
5369         * shell/ev-application.c: (ev_application_get_uri_window):
5370         
5371         Fix for the bug 325815 - unhandled MIME type message doesn't 
5372         appear a second time. 
5373         
5374         * shell/ev-document-types.c: (ev_document_types_add_filters):
5375         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5376         (password_dialog_response), (ev_window_popup_password_dialog),
5377         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5378         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5379         (ev_window_run_presentation), (ev_window_stop_presentation),
5380         (save_sizing_mode), (ev_window_zoom_changed_cb),
5381         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5382         (ev_window_dual_mode_changed_cb),
5383         (ev_window_sidebar_current_page_changed_cb),
5384         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5385         (window_state_event_cb), (window_configure_event_cb):
5386         
5387         Cleanup additional uris holded by EvWindow.
5388
5389 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5390
5391         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5392         (ev_view_can_previous_page), (ev_view_can_next_page):
5393         * shell/ev-view.h:
5394         * shell/ev-window.c: (update_action_sensitivity):
5395         
5396         Two page scrolling with Space and PageUp in dual mode. Second fix 
5397         for the bug #316608.
5398
5399 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5400
5401         * shell/ev-view.c: (scroll_to_current_page):
5402         
5403         Correctly clamp adjustment value. Fix for the bug
5404         #325808.
5405
5406 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5407
5408         * shell/ev-sidebar-links.c: (print_section_cb):
5409         * shell/ev-window.c: (ev_window_get_uri),
5410         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5411         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5412         (ev_window_dispose):
5413         
5414         Make print dialog non-modal. Fix for the bug #325622.
5415
5416 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5417
5418         * shell/ev-metadata-manager.c:
5419         * shell/ev-utils.c: (using_pdf_printer),
5420         (using_postscript_printer), (load_print_config_from_file),
5421         (save_print_config_to_file):
5422         * shell/ev-utils.h:
5423         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5424         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5425         (setup_view_from_metadata), (ev_window_setup_document),
5426         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5427         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5428         (ev_window_run_presentation), (ev_window_stop_presentation),
5429         (save_sizing_mode), (ev_window_zoom_changed_cb),
5430         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5431         (ev_window_dual_mode_changed_cb),
5432         (ev_window_sidebar_current_page_changed_cb),
5433         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5434         (window_state_event_cb), (window_configure_event_cb),
5435         (ev_window_init):
5436         
5437         Setting saving behaviour fixes.
5438
5439 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5440
5441         * configure.ac:
5442         
5443         Make antialiasing gs options better and allow
5444         to change them during configure. Fix for the 
5445         bug #319049.
5446
5447 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5448
5449         * shell/ev-window.c: (setup_view_from_metadata):
5450         
5451         Remember if last window was maximized. Fix for the
5452         bug #323797.
5453
5454 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5455
5456         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5457
5458 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5459
5460         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5461         * shell/ev-page-action.c: (build_new_tree_cb):
5462         * shell/ev-sidebar-links.c: (links_page_num_func),
5463         (update_page_callback_foreach), (update_page_callback):
5464         * shell/ev-view.c: (scroll_to_current_page):
5465         
5466         Fix for the bug #325067 with more intelligent selection
5467         of current link in sidebar. Make sidebar handle links
5468         of FITR-like type more correctly.
5469
5470         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5471         (dvi_pixbuf_put_pixel):
5472         
5473         Fix memory consumtion with disabled alpha channel.
5474
5475 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5476
5477         * data/evince-ui.xml:
5478         * shell/ev-window.c: (view_menu_popup_cb),
5479         (ev_popup_cmd_open_link), (ev_window_init):
5480         
5481         Update context menu for internal links. Fix for the bug
5482         #325066.
5483
5484 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5485
5486         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5487         
5488         Bind context menu to keyboard also. Fix for the bug
5489         #325065.
5490
5491 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5492
5493         * shell/ev-view.c: (selection_scroll_timeout_cb):
5494         
5495         Horizontal scroll on selection also.
5496
5497 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5498
5499         * shell/ev-metadata-manager.c: (parse_value):
5500         * shell/ev-view.c: (goto_xyz_link):
5501         
5502         Correct zoom setup and metadata save broken in 
5503         some locales.
5504
5505 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5506
5507         * shell/ev-view-private.h:
5508         * shell/ev-view.c: (scroll_to_current_page),
5509         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5510         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5511         (page_changed_cb), (ev_view_set_continuous),
5512         (ev_view_set_dual_page), (ev_view_set_presentation):
5513         
5514         Delay scroll until allocation to correctly position page. Fix
5515         for the bug #317334.
5516
5517 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5518
5519         * NEWS:
5520         * configure.ac:
5521         
5522         Update NEWS and require poppler 0.5.0.
5523
5524 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5525         
5526         * data/evince-ui.xml:
5527         * shell/ev-view-private.h:
5528         * shell/ev-view.c: (ev_view_get_link_at_location),
5529         (handle_link_over_xy), (ev_view_button_press_event),
5530         (ev_view_button_release_event), (ev_view_class_init):
5531         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5532         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5533         (ev_window_init):
5534         
5535         Implement right-click context menu.
5536
5537 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5538
5539         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5540         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5541         (mdvi_pixbuf_device_render):
5542         * pdf/ev-poppler.cc:
5543
5544         Don't generate thumbnails with alpha. See bug #324077.
5545         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5546
5547 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5548
5549         * shell/ev-window.c: (setup_chrome_from_metadata):
5550         
5551         Fix typo that was hiding toolbar.
5552
5553 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5554
5555         * shell/ev-view-private.h:
5556         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5557         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5558         (ev_view_button_release_event), (ev_view_destroy):
5559         
5560         Small cleanup and autoscrolling during selection. Thanks to 
5561         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5562
5563 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5564
5565         * configure.ac:
5566         
5567         Correctly check for comics option.
5568
5569 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5570         * Makefile.am:
5571         * configure.ac:
5572         * backend/Makefile.am:
5573         * backend/ev-document-factory.c:
5574         * shell/ev-document-types.c:
5575
5576         Included option in configure to make ps backend 
5577         compilation optional with --disable-ps.
5578
5579 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5580
5581         * backend/ev-document-factory.c:
5582         * comics/Makefile.am:
5583         * comics/comics-document.c: (comics_document_load):
5584         * comics/ev-cbr-mime.xml:
5585         * configure.ac:
5586         
5587         Comics mime types are added to shared-mime-info CVS. Now
5588         we don't need to install our own mime types.
5589
5590 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5591
5592         * shell/ev-window.c:
5593         
5594         Add shortcut for "save a copy" menu entry. Fix for
5595         the bug #324582.
5596
5597 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5598
5599         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5600         (job_finished_cb), (new_selection_pixbuf_needed),
5601         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5602         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5603         
5604         Rework selection job info logic and fix critical warning.
5605
5606 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5607
5608         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5609
5610 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5611
5612         * data/evince-ui.xml:
5613         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5614         
5615         Enter as shortcut key for next page. Fix for the bug
5616         #321394.
5617
5618 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5619
5620         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5621
5622 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5623
5624         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5625         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5626         (new_selection_pixbuf_needed),
5627         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5628         (clear_job_selection):
5629         
5630         Too early for 0.5. Pixbuf cache code cleaned a bit.
5631
5632 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5633
5634         * NEWS:
5635         * configure.ac:
5636         
5637         Release 0.5.0 preparation
5638
5639 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * comics/Makefile.am:
5642         * configure.ac:
5643         * shell/ev-document-types.c: (ev_document_types_add_filters):
5644         
5645         More advanced handling of custom mime type installation.
5646
5647 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5648
5649         * data/evince.schemas.in:
5650         * shell/ev-metadata-manager.c: (value_free),
5651         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5652         (ev_metadata_manager_get), (ev_metadata_manager_set):
5653         * shell/ev-metadata-manager.h:
5654         * shell/ev-window.c: (update_chrome_flag),
5655         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5656         (setup_document_from_metadata), (setup_chrome_from_metadata),
5657         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5658         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5659         (ev_window_view_toolbar_cb),
5660         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5661         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5662         
5663         Save last document settings and reuse them for new documents.
5664
5665 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5666
5667         * Makefile.am:
5668         * backend/Makefile.am:
5669         * backend/ev-document-factory.c:
5670         * backend/ev-document-factory.h:
5671         * comics/Makefile.am:
5672         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5673         (comics_document_load), (comics_document_save),
5674         (comics_document_get_n_pages), (comics_document_get_page_size),
5675         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5676         (comics_document_class_init), (comics_document_can_get_text),
5677         (comics_document_get_info), (comics_document_document_iface_init),
5678         (comics_document_init), (get_supported_image_extensions),
5679         (comics_document_thumbnails_get_geometry),
5680         (comics_document_thumbnails_get_thumbnail),
5681         (comics_document_thumbnails_get_dimensions),
5682         (comics_document_document_thumbnails_iface_init), (extract_argv):
5683         * comics/comics-document.h:
5684         * comics/ev-cbr-mime.xml:
5685         * configure.ac:
5686         * po/POTFILES.in:
5687         * shell/ev-application.c: (ev_application_register_service):
5688         * shell/ev-document-types.c: (ev_document_types_add_filters):
5689         * thumbnailer/Makefile.am:
5690         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5691         
5692         New CBR/CBZ backend for comic books.
5693
5694 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5695
5696         * shell/main.c: (load_files_remote):
5697
5698         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5699         warning on startup of second instance is fixed. It
5700         is bug #320353.
5701
5702 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5703
5704         * shell/ev-window.c: (ev_window_finalize):
5705         
5706         Fix double free that cause crash.
5707
5708 2005-10-29  Bastien Nocera <hadess@hadess.net>
5709
5710         * tiff/tiff-document.c: (tiff_document_load):
5711         
5712         Fix memory leak.
5713
5714 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5715
5716         * po/POTFILES.in:
5717         * shell/Makefile.am:
5718         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5719         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5720         (ev_view_accessible_get_text),
5721         (ev_view_accessible_get_character_at_offset),
5722         (ev_view_accessible_get_text_before_offset),
5723         (ev_view_accessible_get_text_at_offset),
5724         (ev_view_accessible_get_text_after_offset),
5725         (ev_view_accessible_get_character_count),
5726         (ev_view_accessible_get_caret_offset),
5727         (ev_view_accessible_set_caret_offset),
5728         (ev_view_accessible_get_run_attributes),
5729         (ev_view_accessible_get_default_attributes),
5730         (ev_view_accessible_get_character_extents),
5731         (ev_view_accessible_get_offset_at_point),
5732         (ev_view_accessible_get_n_selections),
5733         (ev_view_accessible_get_selection),
5734         (ev_view_accessible_add_selection),
5735         (ev_view_accessible_remove_selection),
5736         (ev_view_accessible_set_selection),
5737         (ev_view_accessible_text_iface_init),
5738         (ev_view_accessible_idle_do_action),
5739         (ev_view_accessible_action_do_action),
5740         (ev_view_accessible_action_get_n_actions),
5741         (ev_view_accessible_action_get_description),
5742         (ev_view_accessible_action_get_name),
5743         (ev_view_accessible_action_set_description),
5744         (ev_view_accessible_action_iface_init),
5745         (ev_view_accessible_get_type), (ev_view_accessible_new),
5746         (ev_view_accessible_factory_get_accessible_type),
5747         (ev_view_accessible_factory_create_accessible),
5748         (ev_view_accessible_factory_class_init),
5749         (ev_view_accessible_factory_get_type):
5750         * shell/ev-view-accessible.h:
5751         * shell/ev-view-private.h:
5752         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5753         * shell/ev-view.h:
5754         
5755         Initial accessibility support.
5756
5757 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5758
5759         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5760
5761 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5762
5763         * shell/ev-print-job.c: (idle_print_handler):
5764         
5765         Fix for bug Bug 318916: Printing multiple pages.
5766
5767 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5768
5769         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5770
5771 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5772
5773         * pdf/ev-poppler.cc:
5774         
5775         Thumnail dimensions unified with other backends.
5776         
5777         * shell/ev-window-title.c: (ev_window_title_update):
5778         
5779         Fix warning.
5780
5781 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * data/ev-stock-zoom-fit-width.png:
5784         
5785         Remove unused file.
5786
5787 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5788
5789         * configure.ac:
5790         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5791         (djvu_document_finalize):
5792         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5793         (dvi_document_finalize):
5794         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5795         (pixbuf_document_save), (pixbuf_document_finalize):
5796         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5797         (tiff_document_finalize):
5798         
5799         Save a copy implemented for various backends.
5800
5801 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5802
5803         * configure.ac:
5804         
5805         Don't link with ltiff if tiff is disabled.
5806
5807 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5808
5809         * pdf/GDKSplashOutputDev.cc:
5810         * pdf/GDKSplashOutputDev.h:
5811         * pdf/Thumb.cc:
5812         * pdf/Thumb.h:
5813         * pdf/pdf-document.cc:
5814         * pdf/pdf-document.h:
5815         * pdf/test-gdk-output-dev.cc:
5816         
5817         Remove old unused files.
5818
5819 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5820
5821         * shell/ev-window.c: (ev_window_setup_document):
5822         
5823         Fixed warnings on reload and probably crash reason.
5824
5825 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5826
5827         * properties/ev-properties-view.c:
5828         (ev_properties_view_format_date):
5829         
5830         Check if date is invalid. Fix for bug 318134.
5831
5832 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5833
5834         * shell/ev-window-title.c:
5835         
5836         Add .indd files (Adobe Indesign) to the list of "bad
5837         extensions".
5838
5839 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5840
5841         * data/evince-ui.xml:
5842         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5843         
5844         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5845
5846 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5847
5848         * shell/ev-window.c: (launch_link), (launch_external_uri),
5849         (view_external_link_cb):
5850
5851         URL-escape link before passing it to gnome_vfs_url_show.
5852
5853 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5854
5855         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5856         there isn't text selected.
5857
5858 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5859
5860         * shell/ev-view.c: (handle_link_over_xy):
5861
5862         Check tooltip is valid utf8 before showing it
5863
5864 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5865
5866         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5867
5868 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5869
5870         * shell/ev-window-title.c: (ev_window_title_update):
5871
5872         Guard against using g_strstrip on NULL. Fixes bug #317291.
5873
5874 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5875
5876         * pdf/ev-poppler.cc:
5877
5878         Show title even for unknown links
5879
5880 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5881
5882         * shell/ev-window-title.c: (ev_window_title_update):
5883
5884         Strip the title string
5885
5886 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5887
5888         * shell/ev-window-title.c:
5889
5890         Add .rtf to the bad extensions list
5891
5892 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5893
5894         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5895         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5896
5897         Ignore link coordinates if they are outside page bounds
5898
5899 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5900
5901         * backend/ev-link.c: (ev_link_type_get_type),
5902         (ev_link_get_filename), (ev_link_get_params),
5903         (ev_link_get_property), (ev_link_set_property),
5904         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5905         * backend/ev-link.h:
5906         * pdf/ev-poppler.cc:
5907         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5908         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5909         (ev_window_init):
5910
5911         Implement launch links. Delegate external link opening to
5912         the window.
5913
5914 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5915
5916         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5917         (ev_link_get_right), (ev_link_get_property),
5918         (ev_link_set_property), (ev_link_class_init),
5919         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5920         * backend/ev-link.h:
5921         * pdf/ev-poppler.cc:
5922         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5923
5924         Implement fitr links
5925
5926 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5927
5928         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5929         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5930         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5931         (ev_view_size_request_continuous),
5932         (ev_view_size_request_dual_page),
5933         (ev_view_size_request_single_page), (ev_view_size_allocate),
5934         (ev_view_zoom_for_size_continuous_and_dual_page),
5935         (ev_view_zoom_for_size_continuous),
5936         (ev_view_zoom_for_size_dual_page),
5937         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5938         (ev_sizing_mode_get_type):
5939         * shell/ev-view.h:
5940         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5941
5942         Do not use modes for link, we need to calculate size ad hoc.
5943         Still not perfect because of the usual scrollbar issues grrr.
5944
5945 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5946
5947         * backend/ev-link.c: (ev_link_type_get_type),
5948         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5949         * backend/ev-link.h:
5950         * pdf/ev-poppler.cc:
5951         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5952         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5953         (ev_view_size_request_continuous),
5954         (ev_view_size_request_dual_page),
5955         (ev_view_size_request_single_page), (ev_view_size_allocate),
5956         (zoom_for_size_fit_height),
5957         (ev_view_zoom_for_size_continuous_and_dual_page),
5958         (ev_view_zoom_for_size_continuous),
5959         (ev_view_zoom_for_size_dual_page),
5960         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5961         (ev_sizing_mode_get_type):
5962         * shell/ev-view.h:
5963         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5964
5965         Implement FIT_HEIGHT mode (only for links).
5966         Implement FITH links
5967
5968 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5969
5970         * shell/ev-window-title.c: (get_filename_from_uri),
5971         (ev_window_title_sanitize_extension), (ev_window_title_update),
5972         (ev_window_title_set_document), (ev_window_title_set_uri),
5973         (ev_window_title_free):
5974         * shell/ev-window-title.h:
5975         * shell/ev-window.c: (ev_window_setup_document),
5976         (ev_window_popup_password_dialog):
5977
5978         Refactor window title building while fixing it for
5979         password documents.
5980
5981 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5982
5983         * pdf/ev-poppler.cc:
5984
5985         Escape link title before setting it in the model
5986
5987 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5988
5989         * shell/ev-application.c: (removed_from_session), (save_session),
5990         (init_session), (ev_application_get_empty_window),
5991         (ev_application_init), (ev_application_get_windows):
5992         * shell/ev-application.h:
5993         * shell/ev-window.c: (ev_window_finalize):
5994
5995         Add a function to retrieve window list and share it where
5996         necessary.
5997         Implement session handling, works pretty well thanks to the
5998         metadata system.
5999
6000 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6001
6002         * shell/ev-password.c: (ev_password_item_created_callback),
6003         (ev_password_dialog_save_password):
6004         
6005         Fix for bug 316972. Use async gnome-keyring API.
6006
6007 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6008
6009         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6010         Remove unused unrealize handler. Add scroll handling to
6011         ev_view_scroll_event for presentation mode (bug #316708),
6012         and fix the event state checks there.
6013
6014 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6015
6016         * shell/ev-page-action.c: (page_changed_cb):
6017
6018         "marco, maybe we should be crazy and jump right to 6! :)"
6019
6020         Bryan Clark, Sep 2005
6021
6022 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6023
6024         * ps/ps-document.c: (save_document), (ps_document_save),
6025         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6026         (ps_document_ps_export_end):
6027
6028         Fix unstructured documents save and print
6029
6030 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6031
6032         * shell/ev-application.c: (ev_application_open_uri):
6033
6034         Fix window size persistance
6035
6036 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6037
6038         * shell/ev-view.c: (ev_view_button_release_event):
6039
6040         Based on a patch from carlosgc@gnome.org. Mouse buttons
6041         switch pages in presentation mode.
6042
6043 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6044
6045         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6046
6047         Dont cast to int before scaling
6048
6049 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6050
6051         * backend/ev-link.c: (ev_link_type_get_type),
6052         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6053         (ev_link_new_page_fith):
6054         * backend/ev-link.h:
6055         * pdf/ev-poppler.cc:
6056         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6057
6058         Implement FIT and FITH links
6059
6060 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6061
6062         * pdf/ev-poppler.cc:
6063
6064         Return 0 results when search is not in progress.
6065
6066         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6067         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6068
6069         Update menu sensitivity when cancelling search
6070
6071 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6072
6073         * shell/ev-view.c: (ev_view_can_find_next):
6074
6075         Take all pages in consideration, not just current one
6076
6077 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6078
6079         * shell/ev-page-cache.c:
6080         * shell/ev-page-cache.h:
6081         * shell/ev-view.c: (ev_view_binding_activated),
6082         (ev_view_next_page), (ev_view_previous_page),
6083         (ev_sizing_mode_get_type):
6084         * shell/ev-view.h:
6085         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6086         (ev_window_cmd_go_next_page):
6087
6088         Move page next/previous functions from page chace to
6089         view and change it to move by 2 page steps in dual mode.
6090
6091 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6092
6093         * shell/ev-window.c: (update_sidebar_visibility),
6094         (setup_sidebar_from_metadata), (ev_window_setup_document),
6095         (setup_view_from_metadata):
6096
6097         Show the index by default when there is one     
6098
6099 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6100
6101         * shell/ev-window-title.c: (ev_window_title_set_document):
6102
6103         Missing null check
6104
6105 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6106
6107         * shell/ev-view.c: (view_update_range_and_current_page):
6108         
6109         Allow display of last odd page in dual view. Fix for 316347.
6110
6111 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6112
6113         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6114         
6115         Make close button default. Fix for 316383.
6116
6117 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6118
6119         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6120         
6121         Mark close button as default. Fix for 316381.
6122
6123 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6124
6125         * backend/ev-link.c: (ev_link_class_init):
6126
6127         Allow negative doubles in left/top properties
6128
6129 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6130
6131         * shell/ev-window.c:
6132
6133         Remove a bunch of strings that was used only
6134         by the statusbar.
6135
6136 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6137
6138         * shell/ev-window-title.c: (get_filename_from_uri),
6139         (ev_window_title_set_document):
6140
6141         When title has a confusing extension, show also
6142         the document filename inside ()
6143
6144 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6145
6146         * shell/Makefile.am:
6147         * shell/ev-window-title.c: (ev_window_title_new),
6148         (ev_window_title_update), (ev_window_title_set_type),
6149         (ev_window_title_set_document), (ev_window_title_free):
6150         * shell/ev-window-title.h:
6151         * shell/ev-window.c: (ev_window_setup_document),
6152         (password_dialog_response), (ev_window_popup_password_dialog),
6153         (ev_window_dispose), (ev_window_init):
6154
6155         Factor out and cleanup window title code
6156
6157 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6158
6159         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6160         (unable_to_load):
6161
6162         Make dialog transient so it doesnt block other windows
6163
6164 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6165
6166         * pdf/ev-poppler.cc:
6167         
6168         Fix pdf thumbnails rendering.
6169
6170 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6171
6172         * shell/ev-window.c: (fullscreen_set_timeout):
6173         
6174         Increase timeout to hide full screen popup. Bug 
6175         316123. 
6176
6177 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6178
6179         * data/evince.schemas.in:
6180         * shell/ev-window.c: (update_action_sensitivity):
6181
6182         Allow the user to override document restrictions. Fix for bug
6183         305818.
6184
6185 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6186
6187         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6188         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6189         (ev_window_class_init): Fix multihead behaviour of fullscreen
6190         toolbar popup. Fixes bug #315451.
6191
6192 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * configure.ac:
6195         * data/evince-password.glade:
6196         * shell/ev-password.c: (ev_password_dialog_set_property),
6197         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6198         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6199         (ev_password_dialog_entry_changed_cb),
6200         (ev_password_dialog_entry_activated_cb),
6201         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6202         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6203         (ev_password_dialog_set_bad_pass):
6204         * shell/ev-password.h:
6205         * shell/ev-window.c: (password_dialog_response),
6206         (ev_window_popup_password_dialog):
6207         
6208         Support for gnome-keyring for encrypted PDF's.
6209
6210 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6211
6212         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6213         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6214         (ev_view_enter_notify_event), (ev_view_class_init):
6215         
6216         More precise handling of enter_notify/leave_notify events
6217         in EvView. Fix for bug 315470.
6218
6219 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6220
6221         * shell/ev-window.c: (fullscreen_timeout_cb),
6222         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6223         (ev_window_dispose):
6224
6225         leak fix: unref fullscreen_timeout_source before clearing it
6226
6227 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6228
6229         * configure.ac, dvi/mdvi/Makefile.am: 
6230         
6231         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6232
6233 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6234
6235         * backend/ev-link.c: (ev_link_new_page_xyz):
6236         * pdf/ev-poppler.cc:
6237         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6238
6239         Fix some bugs with xyz links, respect zoom
6240
6241 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6242
6243         * shell/ev-window.c: (page_changed_cb),
6244         (setup_document_from_metadata), (update_sidebar_visibility),
6245         (setup_view_from_metadata), (ev_window_run_fullscreen),
6246         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6247         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6248         (ev_window_dual_mode_changed_cb),
6249         (ev_window_sidebar_current_page_changed_cb):
6250
6251         null check uri before setting and getting metadata
6252
6253 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6254
6255         * dvi/Makefile.am:
6256         * properties/Makefile.am:
6257         * shell/Makefile.am:
6258         * thumbnailer/Makefile.am:
6259
6260         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6261
6262 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6263
6264         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6265         (selection_changed_callback):
6266         * shell/ev-sidebar-links.h:
6267
6268         Add a signal for link activation.
6269
6270         * shell/ev-view.c: (ev_view_goto_link),
6271         (ev_view_button_release_event):
6272         * shell/ev-view.h:
6273         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6274         (ev_window_init):
6275
6276         Implement the signal so that we can handle all link types.
6277
6278         * shell/ev-page-cache.c:
6279
6280         Remove unused set_link function
6281
6282 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6283
6284         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6285
6286         Add some space from the cursor, hardcoded but I couldnt
6287         find a better way.
6288
6289 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6290
6291         * lib/ev-tooltip.c:
6292
6293         Use mozilla style vs gtk style, way better for links.
6294
6295         * shell/ev-view.c: (ev_view_motion_notify_event),
6296         (ev_view_destroy), (ev_view_init):
6297
6298         Deactive tooltip when the link hovered is changed.
6299
6300 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6301
6302         * backend/ev-document.h:
6303         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6304         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6305         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6306         (ev_link_new_page), (ev_link_new_page_xyz):
6307         * backend/ev-link.h:
6308         * pdf/ev-poppler.cc:
6309         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6310         (go_to_link), (tip_from_link):
6311
6312         Implement xyz links, still not functional. Links are a total
6313         mess, will need to refactor and bugfix a lot :(
6314
6315 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6316
6317         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6318
6319 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6320
6321         * data/evince-ui.xml:
6322         * data/evince.schemas.in:
6323         * shell/Makefile.am:
6324         * shell/ev-window.c: (update_chrome_visibility),
6325         (password_dialog_response), (ev_window_load_job_cb),
6326         (ev_window_xfer_job_cb), (ev_window_open_uri),
6327         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6328         (ev_window_init):
6329
6330         Remove the statusbar. This regress loading feedback, need to
6331         check with Bryan what we want to do there...
6332
6333 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6334
6335         * lib/ev-tooltip.c: (ev_tooltip_init):
6336
6337         Fix tooltip border and size handling
6338
6339 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6340
6341         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6342         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6343         (ev_tooltip_timeout), (ev_tooltip_activate),
6344         (ev_tooltip_deactivate):
6345         * lib/ev-tooltip.h:
6346         * shell/ev-view.c: (ev_view_motion_notify_event):
6347
6348         Delay popup showing. Mirror gtk logic/times.
6349
6350 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6351
6352         * lib/Makefile.am:
6353         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6354         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6355         (ev_tooltip_set_text), (ev_tooltip_set_position):
6356         * lib/ev-tooltip.h:
6357
6358         Simple widget to show tooltips at a custom position
6359
6360         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6361         (ev_view_destroy):
6362
6363         Use it for links. First go, needs work
6364
6365 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6366
6367         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6368         HIG fixes.  Use title capitalization for window title. Use 12 
6369         pixels of space between the dialog's vbox and action area.
6370
6371 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6372
6373         * shell/ev-window.c: (file_open_dialog_response_cb),
6374         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6375         (ev_window_cmd_save_as):
6376
6377         Make file pickers not modal and refactor code some
6378
6379 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6380
6381         * shell/ev-sidebar.h:
6382         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6383         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6384         (ev_sidebar_class_init), (ev_sidebar_select_page),
6385         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6386         (ev_sidebar_set_page):
6387
6388         Add a current page property and allow to get/set it
6389
6390         * shell/ev-window.c: (setup_view_from_metadata),
6391         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6392
6393         Persist current sidebar page per document
6394
6395 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6396
6397         * data/evince.schemas.in:
6398         * shell/ev-window.c: (update_chrome_visibility),
6399         (setup_document_from_metadata), (update_sidebar_visibility),
6400         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6401         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6402         (ev_window_run_presentation), (ev_window_stop_presentation),
6403         (ev_window_view_sidebar_cb),
6404         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6405         (load_chrome), (ev_window_init):
6406
6407         Persist size/visibility of sidebar per document
6408
6409 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6410
6411         * shell/ev-view.c (draw_loading_text): Draw loading text.
6412
6413 2005-09-02  Dan Damian  <dand@gnome.ro>
6414
6415         * configure.in: Added "ro" to ALL_LINGUAS.
6416
6417 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * shell/ev-view.c: (clear_caches):
6420
6421         ev_page_cache_get doesnt return a reference,
6422         dont try to unref it.
6423
6424 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6425
6426         * shell/main.c: (load_files_remote):
6427
6428         Fix timestamp parameter with dbus <= 0.33
6429
6430 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6431
6432         * data/evince.schemas.in:
6433
6434         Add missing full stop
6435
6436 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6437
6438         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6439         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6440
6441         Plug some memory leaks
6442
6443 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6444
6445         * configure.ac:
6446         * lib/ev-debug.c: (trap_handler):
6447
6448         Check for execinfo.h and use it only if it exists.
6449         Ported from Epiphany (bug #314776).
6450
6451 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6452
6453         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6454
6455 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6456
6457         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6458         * po/id.po      : Added Indonesian translation
6459
6460 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6461
6462         * shell/main.c:
6463         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6464         * NEWS: Release 0.4.0
6465
6466 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6467
6468         * configure.ac: catch another gtk+-2.8ism
6469         * shell/main.c: Make work with gtk+-2.6
6470
6471 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6472
6473         * shell/ev-application-service.xml: Add 'timestamp' argument to
6474           ev_application_open_window and ev_application_open_uri methods.
6475
6476         * shell/ev-application.h: Add 'timestamp' argument to
6477           ev_application_open_window, ev_application_open_uri,
6478           and ev_application_open_uri_list functions.
6479
6480         * shell/ev-application.c (ev_application_open_window,
6481           ev_application_open_uri, ev_application_open_uri_list): Change
6482           functions that show/present windows to use a timestamp if one
6483           is passed in.
6484
6485         * shell/ev-window.c (ev_window_cmd_file_open,
6486           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6487         * shell/main.c (load_files): Modify calls to ev_application to
6488           include GDK_CURRENT_TIME as timestamp.
6489
6490         * shell/main.c (load_files_remote): Obtain timestamp for client
6491           instance from GDK and pass to server instance so new windows are
6492           focused properly.  Fix dbus_g_proxy_call() calls by including second
6493           G_TYPE_INVALID.
6494           
6495         Closes bug #314475.
6496
6497 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6498
6499         * shell/ev-window.c (ev_window_finalize): Check for
6500         avail. EvWindows when quiting to handle the finalize better,
6501         #314497
6502
6503 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6504         
6505         * properties/ev-properties-view.c: 
6506         
6507         Set textdomain to libglade. Fixes translation problem in property page.
6508
6509 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6510
6511         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6512         * dvi/Makefile.am:
6513         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6514         * dvi/mdvi-lib/Makefile.am:
6515         
6516         Fix rotation of thumbnails, ported to new API. Moved library
6517         dependencies earlier, probably it will fix linkage problem.
6518
6519 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6520
6521         * backend/ev-document-misc.c:
6522         (ev_document_misc_get_thumbnail_frame):
6523         * backend/ev-document-misc.h:
6524         * configure.ac:
6525         * pdf/ev-poppler.cc:
6526         * shell/Makefile.am:
6527         * shell/ev-sidebar-thumbnails.c: (add_range),
6528         (ev_sidebar_thumbnails_set_loading_icon),
6529         (ev_sidebar_thumbnails_refresh),
6530         (ev_sidebar_thumbnails_set_document):
6531         * shell/ev-sidebar-thumbnails.h:
6532         * shell/ev-view.c: (ev_view_motion_notify_event),
6533         (ev_view_set_property), (ev_view_get_property),
6534         (ev_view_class_init), (ev_view_set_rotation):
6535         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6536         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6537         (ev_window_init):
6538         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6539         Redo rotation (again).  prepare for 0.4.0
6540
6541 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6542
6543         * configure.ac: Bump poppler requirement to 0.4.1.
6544
6545         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6546         argument to poppler_page_render_selection() call.
6547
6548 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6549
6550         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6551         (djvu_document_thumbnails_get_thumbnail):
6552         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6553         (dvi_document_thumbnails_get_thumbnail):
6554         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6555         (pixbuf_document_thumbnails_get_thumbnail):
6556         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6557         
6558         Update rotation direction of backends to fit with pdf and ps.
6559
6560 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6561
6562         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6563         * backend/ev-async-renderer.h:
6564         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6565         (setup_page), (ps_document_get_page_size),
6566         (ps_async_renderer_render_pixbuf):
6567         * ps/ps-document.h:
6568         * shell/ev-jobs.c: (ev_job_render_run):
6569
6570         Fix orientation in the postscript document
6571
6572 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6573
6574         * pdf/ev-poppler.cc:
6575         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6576         * shell/ev-view.c: (highlight_find_results):
6577
6578         Adapt to the new poppler rotation API. Fix text maps on landscape
6579         documents.
6580
6581 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6582
6583         * shell/ev-view.c (compute_new_selection_text): get the correct
6584         region when selecting in modes other than continuous.
6585
6586 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6587
6588         * shell/main.c (main): remove redundant g_warnings.
6589
6590 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6591
6592         * shell/Makefile.am: Don't include autogenerated
6593         file ev-application-service.h into distribution, since
6594         it causes dbus crash. Fix for bugs 313724 and 313443. 
6595
6596 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6597
6598         * configure.ac: Fix sed expression for FreeBSD. Thanks
6599         to Joe Marcus Clark <marcus@freebsd.org>
6600         
6601         * shell/eggfindbar.c: (entry_activate_callback),
6602         (entry_changed_callback), (egg_find_bar_init),
6603         (egg_find_bar_set_search_string):
6604         
6605         Made findbar buttons unsensitive if there is no text in
6606         entry. Fix for the bug 313285.
6607
6608 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6609
6610         * ps/ps-document.c: Use g_filename_display_name for displaying
6611         filenames and revert string freeze breackage
6612
6613 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6614
6615         * NEWS:
6616         * configure.ac:
6617
6618         Update for 0.3.4
6619
6620         * shell/Makefile.am:
6621
6622         Add ev-application-service.xml to extra dist
6623
6624         * shell/ev-view.c: (find_page_at_location):
6625
6626         Remove unused function (fix warning)
6627
6628 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6629
6630         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6631         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6632         
6633         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6634         bug 313623.
6635
6636 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6637
6638         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6639         * shell/ev-window.c:
6640         Fix build warnings
6641
6642 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6643
6644         * configure.ac: Update script to get dbus version.
6645         Fix for the bug #313443.
6646
6647 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6648
6649         * shell/ev-window.c: (ev_window_cmd_escape):
6650         
6651         Return focus back to view on escape. Fix for bug 313295.
6652
6653 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6654
6655         * shell/ev-window.c: (update_window_title),
6656         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6657         (ev_window_cmd_save_as):
6658         
6659         Correct conversion from uri to displayable string. Fix for
6660         bug 313296.
6661
6662 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6663
6664         * ps/ps-document.c: convert filename to utf8 when there is an error
6665         loading document. Fixes #309915
6666
6667 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6668
6669         * configure.ac:
6670
6671         We depend on poppler 0.4.0
6672
6673 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6674
6675         * configure.ac:
6676         * NEWS: Release 0.3.3.
6677         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6678
6679 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6680
6681         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6682         add a couple missing mnemonics to menu items, use title 
6683         capitalization for menu items and window titles, and add 
6684         ellipsis to open menu item.     
6685
6686 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6687
6688         * pdf/ev-poppler.cc:
6689         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6690         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6691         (ev_view_get_rotation):
6692         * shell/ev-view.h:
6693         * shell/ev-window.c: (setup_view_from_metadata),
6694         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6695         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6696         disk.
6697
6698 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6699
6700         * configure.ac: Added tr to ALL_LINGUAS
6701
6702 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6703
6704         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6705         requires several clicks to find word. Thanks to 
6706         Colin Slater <kiltedtaco@gmail.com>.
6707
6708 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6709
6710         * data/evince.desktop.in.in: Hide menu entry and
6711         rename it to "Document Viewer". Fix for bug 
6712         #312399.
6713
6714 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6715
6716         * shell/ev-page-action.c (ev_page_action_class_init): 
6717
6718         Point to the correct function in constructor of the
6719         activate_label signal
6720
6721 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6722
6723         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6724         * shell/ev-jobs.h: Make thread safe.
6725
6726 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6727
6728         * shell/ev-view.c: (view_update_range_and_current_page):
6729         Don't update page range if we are scrolling to some document
6730         point.
6731
6732 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6733
6734         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6735         when getting max_page_width, fix drawing in dual mode.
6736
6737 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6738
6739         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6740         getting the area for select_all.
6741
6742 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6743
6744         * backend/ev-selection.c: (ev_selection_render_selection):
6745         * backend/ev-selection.h:
6746         * pdf/ev-poppler.cc:
6747         * shell/ev-jobs.c: (ev_job_render_new):
6748         * shell/ev-jobs.h:
6749         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6750         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6751         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6752         (ev_view_class_init):
6753
6754         Change selection color on focus in and focus out events.  Also,
6755         poppler now uses GdkColor for specifying the selection colors, so
6756         drop some awkward conversion code.
6757
6758 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6759
6760         * configure.ac: Added Hebrew translation
6761
6762 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6763
6764         * NOTES:
6765         * backend/ev-selection.c: (ev_selection_render_selection):
6766         * backend/ev-selection.h:
6767         * pdf/ev-poppler.cc:
6768         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6769         (ev_job_render_run):
6770         * shell/ev-jobs.h:
6771         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6772         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6773         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6774         (ev_pixbuf_cache_style_changed),
6775         (ev_pixbuf_cache_get_selection_pixbuf),
6776         (ev_pixbuf_cache_set_selection_list),
6777         (ev_pixbuf_cache_get_selection_list):
6778         * shell/ev-pixbuf-cache.h:
6779         * shell/ev-utils.c: (ev_print_region_contents):
6780         * shell/ev-utils.h:
6781         * shell/ev-view.c: (ev_view_queue_draw_page),
6782         (selection_update_idle_cb), (ev_view_motion_notify_event),
6783         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6784         (setup_caches), (ev_view_find_next), (merge_selection_region),
6785         (selection_free):
6786         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6787
6788         Clean up selection to be much smoother!
6789
6790 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6791
6792         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6793         to poppler_page_render_selection().
6794
6795 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6796
6797         * ps/ps-document.c: (save_page_list): Use
6798         unzipped document when printing. Thanks to 
6799         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6800         311016.
6801
6802 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * shell/ev-window.c: (update_action_sensitivity):
6805         
6806         Disable print and save respect to lockdown gconf keys. Fix
6807         for 312342.
6808
6809 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6810
6811         * configure.ac:
6812         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6813         (write_to_temp_file), (ev_file_set_contents):
6814         * shell/ev-utils.h:
6815         * shell/ev-window.c: (save_print_config_to_file):
6816         
6817         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6818         Fix for bug 312238
6819
6820 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6821
6822         * shell/ev-window.c: (load_print_config_from_file),
6823         (save_print_config_to_file), (ev_window_print_range):
6824
6825         Persist the print settings. Fixes bug #311578.
6826
6827 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6828
6829         * djvu/djvu-document.c: (djvu_document_get_page_size),
6830         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6831         (djvu_document_thumbnails_get_thumbnail):
6832         * dvi/dvi-document.c: (dvi_document_get_page_size),
6833         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6834         (dvi_document_thumbnails_get_dimensions),
6835         (dvi_document_thumbnails_get_thumbnail):
6836         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6837         (pixbuf_document_render_pixbuf),
6838         (pixbuf_document_document_iface_init),
6839         (pixbuf_document_thumbnails_get_thumbnail):
6840         
6841         Update backends to make them build with new rotation system.
6842
6843 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6844
6845         * help/C/figures/evince_start_window.png:
6846         
6847         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6848
6849 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6850
6851         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6852         * shell/ev-pixbuf-cache.h:
6853         * shell/ev-sidebar-thumbnails.c:
6854         (ev_sidebar_thumbnails_get_property), (add_range),
6855         (adjustment_changed_cb):
6856         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6857         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6858         we were thumbnailing the entire docment on startup, slowing us
6859         down hugely. 
6860
6861 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6862
6863         * shell/ev-page-cache.c: (ev_page_cache_new):
6864         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6865         == 0, fixes #310306.
6866
6867 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6868
6869         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6870         (ev_view_rotate_left):
6871
6872         Account rotation in doc_rect_to_view_rect.
6873         Ensure rotation doesnt go out of bounds.
6874
6875 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6876
6877         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6878
6879         Correct and cleanup w/h swapping
6880
6881 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6882
6883         * backend/ev-document-thumbnails.c:
6884         (ev_document_thumbnails_get_thumbnail):
6885         * backend/ev-document-thumbnails.h:
6886         * backend/ev-document.c:
6887         * backend/ev-document.h:
6888         * backend/ev-render-context.c: (ev_render_context_new),
6889         (ev_render_context_set_rotation):
6890         * backend/ev-render-context.h:
6891         * pdf/ev-poppler.cc:
6892         * ps/ps-document.c: (ps_document_document_iface_init):
6893         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6894         * shell/ev-jobs.h:
6895         * shell/ev-page-cache.c: (build_height_to_page),
6896         (ev_page_cache_new), (ev_page_cache_get_size),
6897         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6898         (ev_page_cache_get_height_to_page):
6899         * shell/ev-page-cache.h:
6900         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6901         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6902         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6903         (ev_pixbuf_cache_get_selection_pixbuf):
6904         * shell/ev-pixbuf-cache.h:
6905         * shell/ev-print-job.c: (idle_print_handler):
6906         * shell/ev-sidebar-thumbnails.c: (add_range):
6907         * shell/ev-view.c: (view_update_range_and_current_page),
6908         (get_page_y_offset), (get_page_extents),
6909         (ev_view_size_request_continuous_dual_page),
6910         (ev_view_size_request_continuous),
6911         (ev_view_size_request_dual_page),
6912         (ev_view_size_request_single_page), (draw_one_page),
6913         (ev_view_set_rotation), (ev_view_rotate_right),
6914         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6915         (ev_view_zoom_for_size_continuous_and_dual_page),
6916         (ev_view_zoom_for_size_continuous),
6917         (ev_view_zoom_for_size_dual_page),
6918         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6919         (ev_view_select_all):
6920         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6921         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6922         (tiff_document_document_iface_init),
6923         (tiff_document_thumbnails_get_thumbnail):
6924
6925         Use rotation rather than orientation. It's easier and enough
6926         for our needs.
6927
6928 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6929
6930         * shell/ev-page-cache.c: (build_height_to_page),
6931         (ev_page_cache_new), (ev_page_cache_get_size),
6932         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6933         (ev_page_cache_get_height_to_page):
6934         * shell/ev-page-cache.h:
6935         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6936         (ev_view_size_request_continuous_dual_page),
6937         (ev_view_size_request_continuous),
6938         (ev_view_zoom_for_size_continuous_and_dual_page),
6939         (ev_view_zoom_for_size_continuous):
6940
6941         Make the page cache aware of page orientation.
6942
6943 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6944
6945         * backend/ev-document-thumbnails.c:
6946         (ev_document_thumbnails_get_thumbnail):
6947         * backend/ev-document-thumbnails.h:
6948         * backend/ev-document.c:
6949         * backend/ev-document.h:
6950         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6951         * backend/ev-ps-exporter.h:
6952         * pdf/ev-poppler.cc:
6953         * ps/ps-document.c: (ps_document_document_iface_init),
6954         (ps_document_ps_export_do_page):
6955         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6956         * shell/ev-jobs.h:
6957         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6958         (ev_page_cache_get):
6959         * shell/ev-page-cache.h:
6960         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6961         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6962         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6963         * shell/ev-pixbuf-cache.h:
6964         * shell/ev-print-job.c: (idle_print_handler):
6965         * shell/ev-sidebar-thumbnails.c: (add_range):
6966         * shell/ev-view.c: (view_update_range_and_current_page),
6967         (get_page_extents), (ev_view_size_request_dual_page),
6968         (ev_view_size_request_single_page), (draw_one_page),
6969         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6970         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6971         (ev_view_zoom_for_size_dual_page),
6972         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6973         (ev_view_select_all):
6974         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6975         * tiff/tiff-document.c: (tiff_document_get_page_size),
6976         (tiff_document_get_orientation), (rotate_pixbuf),
6977         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6978         (tiff_document_thumbnails_get_thumbnail),
6979         (tiff_document_ps_export_do_page), (tiff_document_init):
6980
6981         Really make use of the orientation bit of the render context.
6982         Use the render context in a few more places in the backend API.
6983         This regress orientation, but now it's done right. Will try to
6984         fix it up asap...
6985
6986 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6987
6988         * shell/ev-view.c: (ensure_rectangle_is_visible):
6989
6990         Patch by Nickolay V. Shmyrev to fix find flickering
6991
6992 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6993
6994         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6995         duplex parameters to ::begin.
6996
6997         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6998         * shell/ev-print-job.c (idle_print_handler): 
6999         * ps/ps-document.c (ps_document_ps_export_begin): 
7000         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7001         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7002         implementations. Poppler backend needs poppler cvs. Rest has
7003         unchanged behavior.
7004
7005 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7006
7007         * shell/ev-window.c (using_pdf_printer): new function.
7008         (ev_window_print_range): print a less techy message if someone
7009         tries to print to PDF.
7010
7011 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7012
7013         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7014         from "unknown font" string. Bug #311431
7015
7016 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7017
7018         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7019
7020 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7021
7022         Bug #311280
7023         
7024         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7025         name for PopplerFontTypes
7026         (pdf_document_fonts_fill_model): add font type to the detail column
7027
7028         * backend/ev-document-fonts.h: added
7029         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7030
7031         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7032         font name and font details, add a little markup.
7033         (ev_properties_fonts_init): use the new cell data func, specify ypad
7034         property for the cell renderer.
7035         (ev_properties_fonts_set_document): add the details column.
7036
7037 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7038
7039         * configure.ac: Added "pl" to ALL_LINGUAS.
7040
7041 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7042
7043         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7044
7045 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7046
7047         * help/ChangeLog: Started this for translations of manual.
7048         * configure.ac, autogen.sh, .cvsignore: Migrated to
7049         gnome-doc-utils. Patch in bug #311222.
7050
7051 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7052
7053         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7054         #ifdef this away to fix an unused-function warning.
7055
7056 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7057
7058         * configure.ac: Added 'gl' to ALL_LINGUAS.
7059
7060 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7061
7062         * configure.ac: Added ne in ALL_LINGUAS
7063         
7064 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7065
7066         * shell/ev-view.c: (ev_view_leave_notify_event):
7067         
7068         Clear status message when pointer leaves view. Fix for bug
7069         #310818 
7070
7071 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7072
7073         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7074
7075 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7076
7077         * shell/ev-view.c: (ev_view_leave_notify_event),
7078         (ev_view_class_init):
7079         
7080         Set cursor to normal then leaving view.
7081
7082 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7083
7084         * configure.ac:
7085         
7086         Fix required djvulibre version.
7087
7088 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7089
7090         *configure.ac: Hindi (hi) language added
7091
7092 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7093
7094         *configure.ac: Punjabi (pa) Language added
7095
7096 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7097
7098         * data/evince-ui.xml, shell/ev-window.c:
7099         
7100         Add keypad accelerators for zooming. Fix for bug 308128.
7101
7102 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * Makefile.am:
7105         * backend/Makefile.am:
7106         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7107         * configure.ac:
7108         * shell/ev-document-types.c: (ev_document_types_add_filters):
7109
7110         Allow to enable/disable the pixbuf backend.
7111         Default to off for now. If we want it enabled we should
7112         really put mime types in the desktop, implement properties etc.
7113
7114         * properties/evince-properties.c:
7115
7116         Initialize error to NULL.
7117         Check error is not NULL before freeing.
7118
7119 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7120
7121         * shell/ev-window.c:
7122
7123         Use F5 as presentation accell
7124
7125 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7126
7127         * shell/ev-window.c: (update_chrome_visibility),
7128         (ev_window_create_fullscreen_popup), (ev_window_init):
7129
7130         Do not leak the fullscreen toolbar
7131
7132 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7133
7134         * shell/ev-window.c: (view_actions_focus_in_cb),
7135         (view_actions_focus_out_cb):
7136
7137         These has a return value! Fix totally random focus
7138         issues we was seeing.
7139
7140 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7141
7142         * shell/main.c: (load_files_remote):
7143
7144         Allow open more than one file
7145
7146 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7147
7148         * shell/main.c: (load_files_remote):
7149
7150         Fix for dbus 0.33. bug #309975
7151
7152 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7153
7154         * properties/ev-properties-main.c: (ev_properties_get_pages):
7155
7156         Actually return NULL for types we dont support
7157
7158 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7159
7160         * po/POTFILES.in:
7161
7162         Remove empty lines.
7163
7164 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7165
7166         * backend/ev-document-factory.c:
7167         (ev_document_factory_get_document):
7168
7169         Do not try to create the object if type
7170         is invalid.
7171
7172 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7173
7174         * ps/ps-document.c: (ps_document_dispose),
7175         (ps_async_renderer_render_pixbuf):
7176         * ps/ps-document.h:
7177
7178         Do not leak the target window
7179
7180 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7181
7182         * shell/ev-application.c: (ev_application_init):
7183
7184         Let tbe check file existence for us.
7185         Add a comment about eggrecent mime filter.
7186
7187 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * data/evince-ui.xml:
7190         * shell/ev-application.c: (ev_application_shutdown),
7191         (ev_application_init), (ev_application_get_toolbars_model),
7192         (ev_application_get_recent_model),
7193         (ev_application_save_toolbars_model):
7194         * shell/ev-application.h:
7195         * shell/ev-window.c: (ev_window_add_recent),
7196         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7197         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7198         (ev_window_init):
7199
7200         Use common toolbar and recent models for all windows.
7201         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7202
7203 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7204
7205         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7206         successfully check for gtk_icon_view_get_visible_range.
7207
7208 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7209
7210         * djvu/Makefile.am:
7211         * dvi/Makefile.am:
7212         
7213         Fix djvu and dvi backend build.
7214
7215 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7216
7217         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7218         (new_separator_pixbuf):
7219
7220         Don't leak windows.
7221
7222 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7223
7224         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7225
7226         HIGification of toolbar editor dialogue.
7227
7228 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7229
7230         * configure.ac:
7231         * shell/Makefile.am:
7232
7233         Ever build metadata manager since it's just
7234         disabled at runtime now.
7235
7236 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7237
7238         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7239         (ev_metadata_manager_get), (ev_metadata_manager_set):
7240         * shell/ev-metadata-manager.h:
7241
7242         Add an _init functions that enabled metadata management
7243         at runtime.
7244
7245         * shell/ev-window.c: (page_changed_cb),
7246         (setup_document_from_metadata), (ev_window_setup_document),
7247         (setup_view_from_metadata), (ev_window_open_uri),
7248         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7249         (ev_window_run_presentation), (ev_window_stop_presentation),
7250         (save_sizing_mode), (ev_window_zoom_changed_cb),
7251         (ev_window_continuous_changed_cb),
7252         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7253         (window_configure_event_cb):
7254
7255         Remove all ugly metadata define since we deal with it
7256         at runtime now.
7257
7258         * shell/main.c: (load_files_remote), (main):
7259
7260         Add support for dbus cvs head. Hopefully didnt break one
7261         of the other versions now!
7262
7263         If we dont get a response from the dbus server just
7264         give up with it and not enable metadata.
7265
7266 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7267
7268         * Makefile.am:
7269         * backend/Makefile.am:
7270         * configure.ac:
7271         * cut-n-paste/recent-files/Makefile.am:
7272         * cut-n-paste/toolbar-editor/Makefile.am:
7273         * cut-n-paste/zoom-control/Makefile.am:
7274         * lib/Makefile.am:
7275         * pdf/Makefile.am:
7276         * pixbuf/Makefile.am:
7277         * properties/Makefile.am:
7278         * ps/Makefile.am:
7279         * shell/Makefile.am:
7280         * thumbnailer/Makefile.am:
7281         * tiff/Makefile.am:
7282
7283         Make frontends depend on just libev.
7284         Rework and group CFLAGS/LIBS definitions.
7285         Cleanups.
7286
7287 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7288
7289         * shell/ev-window:
7290
7291         do not unnecessarily save zoom
7292
7293         * configure.ac:
7294         * lib/ev-file-helpers.c: (ev_dot_dir):
7295         * shell/Makefile.am:
7296         * shell/dummy.cc:
7297
7298         Some cleanups
7299
7300 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7301
7302         * configure.ac:
7303         
7304         Remove unnecessary dependencies
7305
7306 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7307
7308         * properties/Makefile.am:
7309         * thumbnailer/Makefile.am:
7310         * tiff/Makefile.am:
7311
7312         Some more cleanups. Was really necessary
7313         but I probably introduced bugs, feel free
7314         to flame :)
7315
7316 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7317
7318         * backend/Makefile.am:
7319         * configure.ac:
7320         * cut-n-paste/recent-files/Makefile.am:
7321         * cut-n-paste/toolbar-editor/Makefile.am:
7322         * cut-n-paste/zoom-control/Makefile.am:
7323         * lib/Makefile.am:
7324         * pdf/Makefile.am:
7325         * pixbuf/Makefile.am:
7326         * properties/Makefile.am:
7327         * ps/Makefile.am:
7328         * shell/Makefile.am:
7329         * thumbnailer/Makefile.am:
7330         * tiff/Makefile.am:
7331
7332         Use gnome-common macros when possible.
7333         Cleanup dependencies.
7334         Actually disable deprecated where possible.
7335
7336 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7337
7338         * Makefile.am:
7339         * backend/Makefile.am:
7340         * properties/Makefile.am:
7341         * shell/Makefile.am:
7342         * thumbnailer/Makefile.am:
7343
7344         This should solve the circular dep without
7345         requiring dir reorg!
7346
7347         * shell/ev-window.c: (setup_view_from_metadata):
7348
7349         Never restore window size/position when the
7350         window is already visible.
7351
7352 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7353
7354         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7355
7356         Return a boolean from timeout func. Fix ported from gedit.
7357
7358 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7359
7360         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7361
7362 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7363
7364         * shell/ev-document-types.c: set "All Documents" as default filter in
7365         open dialog
7366
7367 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7368
7369         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7370         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7371         (ev_metadata_manager_set_boolean): fix value/val thinko.
7372
7373 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7374
7375         * shell/ev-window.c: (setup_view_from_metadata),
7376         (window_state_event_cb), (window_configure_event_cb),
7377         (ev_window_init):
7378
7379         Remember window position and maximized state
7380
7381 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7382
7383         * configure.ac:
7384
7385         Fix DBUS configure checks.
7386
7387         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7388         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7389         (ev_metadata_manager_set_boolean):
7390
7391         Plug mem leaks.
7392
7393         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7394         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7395         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7396         (ev_window_continuous_changed_cb),
7397         (ev_window_dual_mode_changed_cb), (ev_window_new):
7398
7399         Fix the build without DBUS.
7400
7401 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7402
7403         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7404         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7405         (ev_metadata_manager_set_string),
7406         (ev_metadata_manager_set_boolean):
7407         * shell/ev-metadata-manager.h:
7408
7409         Add support for some more types
7410
7411         * shell/ev-view.c: (scroll_to_current_page),
7412         (ev_view_get_continuous), (ev_view_set_continuous),
7413         (ev_view_get_dual_page):
7414         * shell/ev-view.h:
7415         * shell/ev-window.c: (page_changed_cb),
7416         (setup_document_from_metadata), (ev_window_setup_document),
7417         (setup_view_from_metadata), (ev_window_open_uri),
7418         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7419         (ev_window_run_presentation), (ev_window_stop_presentation),
7420         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7421         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7422         (ev_window_update_dual_page_action),
7423         (ev_window_continuous_changed_cb),
7424         (ev_window_dual_mode_changed_cb), (ev_window_init):
7425
7426         Remember a bunch of view/document properties. Prolly some
7427         are still missing but it's getting interesting.
7428
7429 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7430
7431         * configure.ac: check if dbus-binding-tool is installed. Not the
7432         case on current Ubuntu breezy, it seems.
7433
7434 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7435
7436         * data/evince.desktop.in.in:
7437         
7438         Allow open uri lists and add TryExec field.
7439
7440 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7441
7442         * configure.ac:
7443
7444         Enable dbus when available, do not require a configure
7445         option.
7446
7447 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7448
7449         * configure.ac:
7450
7451         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7452         disabled.
7453
7454 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7455         Marco Pesenti Gritti  <mpg@redhat.com>
7456
7457         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7458         
7459         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7460         functions to the format required by dbus
7461
7462         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7463         errors. Use the RPC parameters in the expected way
7464
7465 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7466
7467         * Makefile.am:
7468         * properties/Makefile.am:
7469         * properties/ev-properties-main.c: (ev_properties_get_pages):
7470
7471         Support all mime types
7472
7473         * shell/Makefile.am:
7474         * thumbnailer/Makefile.am:
7475         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7476         (evince_thumbnail_pngenc_get):
7477
7478         Use the document factory
7479
7480 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7481
7482         * backend/Makefile.am:
7483         * backend/ev-document-factory.c:
7484         (mime_type_supported_by_gdk_pixbuf),
7485         (ev_document_type_get_from_mime),
7486         (ev_document_factory_get_document),
7487         (ev_document_factory_get_backend),
7488         (ev_document_factory_get_mime_types),
7489         (ev_document_factory_get_all_mime_types):
7490         * backend/ev-document-factory.h:
7491         * shell/Makefile.am:
7492         * shell/ev-document-types.c: (get_document_from_uri),
7493         (ev_document_types_get_document),
7494         (file_filter_add_mime_list_and_free),
7495         (ev_document_types_add_filters):
7496         * shell/ev-document-types.h:
7497         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7498         * shell/ev-properties-dialog.c:
7499         (ev_properties_dialog_set_document):
7500         * shell/ev-window.c: (ev_window_cmd_file_open),
7501         (ev_window_cmd_save_as):
7502         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7503
7504         Rework document types managing to avoid code duplication
7505         and actually abstract from backend implementations.
7506         Also provide a minimal factory api that can be used by
7507         thumbnailer/properties.
7508
7509 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7510
7511         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7512         Plug a mem leak.
7513         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7514         HIG spacings.
7515
7516 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7517
7518         * shell/ev-properties-dialog.c
7519         (ev_properties_dialog_set_document): only call
7520         ev_properties_fonts_set_document() if the document implements the
7521         fonts interface
7522
7523 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7524
7525         * configure.ac:
7526         * properties/Makefile.am:
7527         * properties/ev-properties-view.c:
7528         (ev_properties_view_register_type):
7529         * properties/ev-properties-view.h:
7530         * properties/ev-properties-main.h:
7531
7532         Implement nautilus plugin for properties.
7533         Works only for pdf atm, I need to rework the
7534         document types stuff to get this to work
7535         for all backends...
7536
7537 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7538
7539         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7540         (ev_properties_fonts_set_document): use
7541         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7542
7543 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7544
7545         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7546         them
7547         (PlaceImage, tiff2ps_process_page): use
7548         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7549
7550
7551 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7552
7553         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7554         (main): to call gnome_authentication_manager_init. Should fix
7555         Bug #308510
7556
7557         * configure.ac: that requires libgnomeui 2.6.0.
7558
7559 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7560
7561         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7562         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7563         use the new tiff2ps interfaces
7564
7565         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7566         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7567
7568         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7569         structure instead of global variables.  Remove use of static
7570         variables in functions.
7571
7572 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7573
7574         * shell/ev-page-action.c: unref the completion after setting it to the
7575         entry
7576
7577 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7578
7579         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7580         postscript files
7581
7582 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7583
7584         * shell/ev-window.c (update_action_sensitivity): disable
7585         File->Print if the document does not implement the ps exporter
7586         interface
7587
7588 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7589
7590         * Makefile.am:
7591         * configure.ac:
7592         * data/evince-properties.glade:
7593         * properties/.cvsignore:
7594         * properties/Makefile.am:
7595         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7596         (ev_properties_view_class_init), (ev_properties_view_format_date),
7597         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7598         (ev_properties_view_init), (ev_properties_view_new):
7599         * properties/ev-properties-view.h:
7600         * shell/Makefile.am:
7601         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7602         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7603         (ev_properties_dialog_new):
7604         * shell/ev-properties-dialog.h:
7605         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7606         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7607         (update_progress_label), (job_fonts_finished_cb),
7608         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7609         * shell/ev-properties-fonts.h:
7610         * shell/ev-properties.c:
7611         * shell/ev-properties.h:
7612         * shell/ev-window.c: (ev_window_setup_document),
7613         (ev_window_cmd_file_properties):
7614
7615         Split the properties pages in two different objects, depend
7616         only on the backend where possible, use widgets instead
7617         of gobject for the glade part, reimplement the dialog
7618         itself with gtk.
7619         I need this to implement nautilus properties page.
7620
7621 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7622
7623         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7624         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7625         (tiff_document_document_ps_exporter_iface_init): implement the ps
7626         exporter interface for tiff documents
7627
7628         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7629         libtiff to implement TIFF postscript export
7630
7631         * tiff/tiff2ps.h: added a header file for external tiff2ps
7632         functions.
7633
7634         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7635         tiff2ps.h
7636
7637 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7638
7639         * shell/ev-view.c: (scroll_to_current_page),
7640         (ev_view_set_fullscreen), (ev_view_set_presentation):
7641         
7642         Scroll to current page when exit from presentation
7643
7644 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7645
7646         * shell/ev-window.c: (update_document_mode),
7647         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7648         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7649         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7650         
7651         Exit from fullscreen mode when switch to presentation. Fix for
7652         bug 309365
7653
7654 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7655
7656         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7657         return NULL if the document does not implement the selection
7658         interface.
7659
7660 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7661
7662         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7663         reported height by using the resolution aspect ratio
7664         (tiff_document_render_pixbuf): scale the pixbuf using the
7665         resolution aspect ratio
7666
7667 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7668
7669         * configure.ac:
7670         
7671         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7672         <kiltedaco@gmail.com>
7673         
7674         * djvu/djvu-document.c: (djvu_document_get_orientation),
7675         (djvu_document_set_orientation), (djvu_document_get_page_size),
7676         (rotate_pixbuf), (djvu_document_render_pixbuf),
7677         (djvu_document_document_iface_init):
7678         * dvi/dvi-document.c: (dvi_document_get_orientation),
7679         (dvi_document_set_orientation), (dvi_document_get_page_size),
7680         (rotate_pixbuf), (dvi_document_render_pixbuf),
7681         (dvi_document_document_iface_init):
7682         
7683         Dvi and djvu backends are ported to new API
7684
7685 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7686
7687         * backend/ev-selection.c: (ev_selection_get_selection_region),
7688         (ev_selection_get_selection_map):
7689         * backend/ev-selection.h:
7690         * pdf/ev-poppler.cc:
7691         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7692         * shell/ev-jobs.h:
7693         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7694         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7695         (ev_pixbuf_cache_get_text_mapping):
7696         * shell/ev-pixbuf-cache.h:
7697         * shell/ev-view.c: (location_in_text),
7698         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7699         support to EvView.  Now we can see where we can select!  Sweet!
7700
7701 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7702
7703         * shell/ev-view.c (ev_view_button_press_event): Fix
7704         event->y + view->scroll_x typo.
7705
7706 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7707
7708         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7709         sub-GdkPixbuf instead of passing dest_x and dest_y.
7710         
7711         * shell/ev-view.c: (view_point_to_doc_point),
7712         (view_rect_to_doc_rect), (ev_view_button_press_event),
7713         (ev_view_motion_notify_event), (compute_new_selection_rect),
7714         (gdk_rectangle_point_in), (compute_new_selection_text),
7715         (compute_selections): Update selection code to keep the selection
7716         around as two points and not as a normalized rectangle, and fix
7717         page level selection in two-column mode.
7718
7719 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7720
7721         * shell/ev-window.c: (window_configure_event_cb): 
7722         
7723         Fix compilation
7724         
7725 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7726
7727         * pdf/ev-poppler.cc:
7728
7729         Fix compilation
7730
7731 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7732
7733         * shell/Makefile.am:
7734         * shell/ev-metadata-manager.c: (item_free),
7735         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7736         (parse_value), (parseItem), (load_values),
7737         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7738         (save_values), (save_item), (get_oldest), (resize_items),
7739         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7740         * shell/ev-metadata-manager.h:
7741
7742         Metadata manager from gedit but modified to use GValue, so that
7743         we dont need to keep converting from strings.
7744
7745         * configure.ac:
7746
7747         ENABLE_METADATA conditional, on when dbus is on
7748
7749         * shell/ev-application.c: (ev_application_open_uri):
7750
7751         Show the window after load so that we can initialize
7752         window size before it's showed.
7753
7754         * shell/ev-window.c: (ev_window_setup_from_metadata),
7755         (ev_window_open_uri), (window_configure_event_cb),
7756         (ev_window_init):
7757
7758         Save and load metadata information about window size.
7759         Not yet keeping states in account.
7760
7761         * shell/main.c: (main):
7762
7763         Shutdown metadata manager.
7764
7765 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7766
7767         * shell/ev-application-service.xml:
7768         * configure.ac:
7769         * shell/Makefile.am:
7770         * shell/ev-application.c:
7771         * shell/ev-application.h:
7772         * shell/ev-window.c:
7773         * shell/ev-window.h:
7774         * shell/main.c:
7775
7776         Add an optional dbus interface (--enable-dbus).
7777         Rework application code, mainly to be easier to
7778         use "remotely".
7779         Do not open multiple windows with the same document,
7780         spatial evince!
7781
7782 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7783
7784         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7785         pixbuf iff it exists.
7786
7787 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7788
7789         * shell/*:
7790         * backend/ev-render-context.[ch]:
7791         * backend/ev-selection.[ch]:
7792
7793         Massive changes.  We now support text selection of pdfs, and not
7794         just rectangular selection.  This is pretty broken still, but I
7795         want to get something into CVS.
7796
7797 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7798
7799         * pdf/ev-poppler.cc:
7800         
7801         Fix for Bug 309080: crash on window close.
7802         
7803         * shell/ev-page-action.c: (page_changed_cb):
7804         
7805         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7806         jensgr@gmx.net (Jens Granseuer).
7807
7808 2005-06-25  Marcel Telka  <marcel@telka.sk>
7809
7810         * configure.in (ALL_LINGUAS): Added sk.
7811
7812 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7813
7814         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7815         not a document open
7816
7817 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7818
7819         * NEWS:
7820         * configure.ac:
7821
7822         Release 0.3.2
7823
7824         * cut-n-paste/recent-files/Makefile.am:
7825
7826         Fix make distcheck
7827
7828 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7829
7830         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7831         (pixbuf_document_set_orientation), (rotate_pixbuf),
7832         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7833         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7834
7835         Implement rotation and cleanup the code a bit.
7836
7837         * tiff/tiff-document.c: (tiff_document_get_page_size),
7838         (tiff_document_get_orientation), (tiff_document_set_orientation),
7839         (rotate_pixbuf), (tiff_document_render_pixbuf),
7840         (tiff_document_document_iface_init), (tiff_document_init):
7841
7842         Implement rotation. Was the quicker solution for the release
7843         but we really need to share this code in the shell.
7844
7845 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7846
7847         * pdf/ev-poppler.cc:
7848
7849         Enable rotation, require poppler cvs. Fix a leak.
7850
7851 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7852
7853         * shell/ev-window.c: (update_action_sensitivity):
7854         
7855         Make properties unsensitive if document backend doesn't provide
7856         any info
7857
7858 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7859
7860         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7861         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7862         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7863         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7864         (bitmap_flip_rotate_counter_clockwise):
7865         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7866         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7867         (buff_gets):
7868         * dvi/mdvi-lib/common.h:
7869         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7870         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7871         (opendvi), (mdvi_reload), (mdvi_init_context),
7872         (mdvi_destroy_context), (mdvi_dopage), (special):
7873         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7874         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7875         (file_hash_free), (register_encoding), (parse_spec),
7876         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7877         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7878         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7879         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7880         (mdvi_register_font_type), (mdvi_unregister_font_type),
7881         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7882         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7883         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7884         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7885         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7886         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7887         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7888         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7889         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7890         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7891         (mdvi_unregister_special), (mdvi_flush_specials):
7892         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7893         (t1_font_remove):
7894         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7895         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7896         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7897         (free_font_metrics), (flush_font_metrics):
7898         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7899         (tt_font_remove):
7900         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7901         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7902         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7903         (dstring_insert), (dstring_new), (dstring_reset):
7904         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7905         
7906         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7907         avoid conflict with libtool on FC4
7908         
7909         * shell/ev-window.c: (ev_window_cmd_help_about):
7910         
7911         Update copyright year. Fix for bug 308828.
7912
7913 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7914
7915         * shell/ev-view.c: (add_scroll_binding_keypad),
7916         (ev_view_binding_activated), (ev_view_class_init),
7917         (on_adjustment_value_changed):
7918         
7919         Bug 170874: Arrow keys switch pages in presentation mode
7920
7921 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7922
7923         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7924         
7925         Fix for Bug 308265: Sidebar dissappears coming out of 
7926         Presentation mode
7927
7928 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7929
7930         * shell/ev-application.c: (ev_application_open):
7931         * shell/ev-document-types.c: (ev_document_types_add_filters),
7932         (ev_document_types_add_filters_for_type):
7933         * shell/ev-document-types.h:
7934         * shell/ev-window.c: (ev_window_cmd_save_as):
7935         
7936         Suggest basename as template when saving, provide filters
7937         for save dialog. It's bug 308402
7938
7939 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7940
7941         * pdf/ev-poppler.cc:
7942         * shell/ev-sidebar-links.c: (job_finished_callback):
7943         * shell/ev-view.c: (update_find_status_message):
7944         
7945         Some leaks fixed
7946
7947 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7948
7949         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7950         (egg_recent_view_uimanager_set_list):
7951
7952         Fix buglet in !show_numbers case.
7953
7954 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7955
7956         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7957         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7958
7959         Use pango ellipsisation.
7960
7961         * pdf/ev-poppler.cc:
7962
7963         Fix refcount leak, from nsh.
7964
7965 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7966
7967         * cut-n-paste/recent-files/Makefile.am:
7968         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7969         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7970         
7971         Removed EggRecentViewGtk
7972         
7973         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7974         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7975         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7976         (ev_window_setup_recent):
7977         
7978         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7979         with other projects
7980
7981 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7982
7983         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7984         (egg_recent_view_gtk_finalize):
7985
7986         Fix memory leak
7987
7988         * cut-n-paste/toolbar-editor/Makefile.am:
7989         
7990         Fix location of cursor icon.
7991         
7992         * pdf/ev-poppler.cc:
7993         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7994         (display_completion_text), (match_completion):
7995         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7996         (selection_changed_callback), (create_loading_model),
7997         (print_section_cb), (links_page_num_func),
7998         (update_page_callback_foreach):
7999         * shell/ev-window.c: (ev_window_dispose):
8000         
8001         Small memory fixes. Links model now store objects instead
8002         of pointers to improve memory management. 
8003
8004 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8005
8006         * shell/ev-window.c: (zoom_control_changed_cb):
8007         
8008         Fix update of zoom control (bug 308268).
8009
8010 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8011
8012         * shell/ev-properties.c (set_property): escape the text correctly.
8013         Handles non-UTF-8 properties and escaped properties.  Also, sets
8014         the text to "<i>None</i>" if the property isn't set.
8015
8016         * data/evince-properties.glade: Change the label to be ellipsized,
8017         and give it a minimum size.
8018
8019 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8020
8021         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8022         * shell/ev-sidebar-links.c: (create_loading_model):
8023         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8024         * shell/ev-view.c: (ev_view_set_document):
8025         * shell/ev-window.c: (ev_window_dispose):
8026         
8027         Various small fixes, mostly memory leaks. Thanks to valgrind.
8028
8029 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8030
8031         * ps/ps-document.c: remove the locale.h include again ;-). And
8032         kill the (bogus) setlocale/savelocale business.
8033
8034 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8035
8036         * ps/ps-document.c:
8037         
8038         Include locale.h to fix build
8039         
8040         * shell/ev-sidebar.c:
8041         
8042         Remove unnecessary includes
8043
8044 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8045
8046         * dvi/dvi-document.c: (dvi_document_load):
8047         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8048         * po/POTFILES.in:
8049         
8050         Check for incorrect dvi files. Fix parsing dvi on AMD64
8051         platform. Thanks to tester@tester.ca (Olivier Crete).
8052
8053 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8054
8055         * shell/ev-page-action.c: (match_selected_cb),
8056         (display_completion_text), (match_completion), (update_model):
8057         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8058         (expand_open_links):
8059         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8060         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8061         (ev_sidebar_set_document):
8062         * shell/ev-window.c: (ev_window_xfer_job_cb),
8063         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8064         
8065         Fixed lot's of memory leaks, for example, memory leak on reload, 
8066         described in bug 307793.
8067
8068 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8069
8070         * pdf/ev-poppler.cc:
8071         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8072         (update_visible_range), (adjustment_changed_cb),
8073         (ev_sidebar_thumbnails_fill_model),
8074         (ev_sidebar_thumbnails_refresh),
8075         (ev_sidebar_tree_selection_changed),
8076         (ev_sidebar_icon_selection_changed),
8077         (ev_sidebar_thumbnails_use_icon_view),
8078         (ev_sidebar_thumbnails_set_document):
8079         * shell/ev-sidebar-thumbnails.h:
8080         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8081         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8082
8083         Refresh thumbnails when changing orientation. Not fully
8084         working yet becuase of a sidebar bug.
8085
8086         Set page orientation to poppler page everywhere. This sucks
8087         really need to fix poppler.
8088
8089 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8090
8091         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8092         (egg_recent_view_gtk_new_menu_item),
8093         (egg_recent_view_gtk_set_property),
8094         (egg_recent_view_gtk_get_property),
8095         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8096         (egg_recent_view_gtk_set_tooltip_func),
8097         (egg_recent_view_gtk_set_label_width),
8098         (egg_recent_view_gtk_get_label_width):
8099         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8100
8101         Sync with libegg (ellipsize labels)
8102
8103 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8104
8105         * data/evince-ui.xml:
8106         * shell/ev-window.c: (ev_window_cmd_go_forward),
8107         (ev_window_cmd_go_backward):
8108         
8109         Shift + PageUp moves 10 Pages. Fix for 306125
8110
8111 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8112
8113         * pdf/ev-poppler.cc:
8114
8115         Add a flag to check if orientation has been overriden
8116
8117 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8118
8119         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8120         field if necessary.
8121
8122         * ps/ps.h: add creator field to document.
8123
8124         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8125         set creator field.
8126
8127 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8128
8129         * data/evince-properties.glade:
8130         * shell/ev-properties.c: (ev_properties_set_document):
8131
8132         s/PDF Version/Format
8133
8134 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8135
8136         * shell/ev-properties.c: (ev_properties_set_document):
8137
8138         Remove unnecessary translations
8139
8140 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8141
8142         * cut-n-paste/toolbar-editor/Makefile.am:
8143
8144         Correct library name    
8145
8146 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8147
8148         * configure.ac:
8149         * cut-n-paste/recent-files/egg-recent-model.c:
8150         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8151         (egg_recent_model_unlock_file):
8152         * cut-n-paste/recent-files/egg-recent-util.c:
8153         (egg_recent_util_get_unique_id):
8154         * cut-n-paste/recent-files/update-from-egg.sh:
8155         * cut-n-paste/toolbar-editor/Makefile.am:
8156         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8157         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8158         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8159         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8160         (egg_toolbars_model_get_type):
8161         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8162
8163         Better makefile for toolbar editor and update everything
8164         to latest libegg.
8165
8166 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8167
8168         * shell/ev-window.c: (update_document_mode):
8169
8170         Prefer presentation mode when the document
8171         require fullscreen.
8172
8173 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8174
8175         * data/evince-ui.xml:
8176         * shell/ev-window.c:
8177
8178         Add control-equal for zooming
8179
8180 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8181
8182         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8183
8184 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8185
8186         * backend/ev-document.c: (ev_document_get_orientation):
8187         * backend/ev-document.h:
8188         * pdf/ev-poppler.cc:
8189         * ps/ps-document.c: (ps_document_get_orientation),
8190         (ps_document_set_orientation), (ps_document_document_iface_init):
8191
8192         Add a get_orientation api. Improve set_orientation.
8193
8194         * data/evince-ui.xml:
8195         * shell/ev-view.c: (ev_view_set_orientation),
8196         (ev_view_rotate_right), (ev_view_rotate_left):
8197         * shell/ev-view.h:
8198         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8199         (ev_window_cmd_edit_rotate_right):
8200
8201         Better ui for changing document orientation
8202
8203 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8204
8205         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8206         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8207         * shell/ev-sidebar-links.h:
8208         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8209         (ev_sidebar_page_iface_init):
8210         * shell/ev-sidebar-page.h:
8211         * shell/ev-sidebar-thumbnails.c:
8212         (ev_sidebar_thumbnails_get_property),
8213         (ev_sidebar_thumbnails_class_init),
8214         (ev_sidebar_thumbnails_set_document):
8215         * shell/ev-sidebar-thumbnails.h:
8216         * shell/ev-view.c: (ev_view_motion_notify_event):
8217         * shell/ev-window.c: (update_chrome_visibility),
8218         (ev_window_cmd_focus_page_selector),
8219         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8220         (sidebar_page_main_widget_update_cb), (ev_window_init):
8221         
8222         Autoraise toolbar on GoToPage binding and fix bindings in
8223         EvSidebarThumbnails page.
8224
8225 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8226
8227         * shell/ev-properties.c: (update_progress_label):
8228
8229         Hide the progress label when finished; bug #307697.
8230
8231 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8232
8233         * pdf/ev-poppler.cc:
8234
8235         Enable is_open for links, you will need poppler cvs
8236
8237         * shell/ev-properties.c: (job_fonts_finished_cb):
8238
8239         Get a lock on the document when filling the tree view
8240
8241 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8242
8243         * backend/ev-document-links.h:
8244         * pdf/ev-poppler.cc:
8245         * shell/ev-sidebar-links.c: (create_loading_model),
8246         (expand_open_links), (job_finished_callback):
8247
8248         Expand links when specified by the document.
8249         Depend on a poppler api (defined out for now)
8250
8251 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8252
8253         * shell/ev-properties.c: (ev_properties_dispose),
8254         (ev_properties_class_init), (dialog_destroy_cb),
8255         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8256         (ev_properties_set_document), (ev_properties_new),
8257         (ev_properties_show):
8258         * shell/ev-properties.h:
8259
8260         Make it an object, cleanup the code, api to show it as transient
8261         and to set the document.
8262
8263         * shell/ev-window.c: (ev_window_setup_document),
8264         (ev_window_cmd_file_properties):
8265
8266         Adapt to EvProperties changes, do not show multiple
8267         times, update it when document changes.
8268
8269 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8270
8271         * ps/gstypes.h:
8272         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8273         (ps_document_set_orientation), (ps_document_document_iface_init):
8274         * ps/ps-document.h:
8275
8276         Implement orientation here too
8277
8278         * shell/ev-properties.c: (ev_properties_new):
8279         * data/evince-properties.glade:
8280
8281         Hide the fonts page for backends that doesnt
8282         support it.     
8283
8284 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8285
8286         * backend/ev-document.c: (ev_document_set_orientation):
8287         * backend/ev-document.h:
8288         * pdf/ev-poppler.cc:
8289
8290         Add orientation api. Currently poppler api is not optimal,
8291         we need to set orientation every time we _get a page.
8292         I will try to fix that at some point.
8293
8294         * data/evince-ui.xml:
8295         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8296         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8297
8298         Add orientation menu items
8299
8300         * shell/ev-page-cache.c: (ev_page_cache_clear):
8301         * shell/ev-page-cache.h:
8302
8303         Add api to clear the cache
8304
8305         * shell/ev-view.c: (setup_caches), (clear_caches),
8306         (ev_view_set_document), (ev_view_zoom_out),
8307         (ev_view_set_orientation):
8308         * shell/ev-view.h:
8309
8310         Implement orientation changing
8311
8312 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8313
8314         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8315         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8316         * backend/ev-document-fonts.h:
8317
8318         Separate scan and fill so that we can incrementally fill from
8319         the main thread. Add a progress api.
8320
8321         * data/evince-properties.glade:
8322         * pdf/ev-poppler.cc:
8323         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8324         * shell/ev-jobs.h:
8325         * shell/ev-properties.c: (update_progress_label),
8326         (job_fonts_finished_cb), (setup_fonts_view):
8327
8328         Incrementally feel the list and show the progress
8329         percentage in a label like acrobat does.
8330
8331         You are going to need poppler cvs
8332
8333 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8334
8335         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8336         * backend/ev-document-fonts.h:
8337         * pdf/ev-poppler.cc:
8338
8339         Make fonts model fill incrementally.
8340
8341         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8342         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8343         (ev_job_queue_remove_job):
8344         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8345         (ev_job_fonts_new), (ev_job_fonts_run):
8346         * shell/ev-jobs.h:
8347
8348         New job for fonts scanning
8349
8350         * shell/ev-properties.c: (job_fonts_finished_cb),
8351         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8352         * shell/ev-properties.h:
8353         * shell/ev-window.c: (ev_window_cmd_file_properties):
8354
8355         Incrementally feel the treeview using the new job. Show Loading...
8356         message until scanning is completed.
8357
8358         Hopefully I didnt break the build without the poppler patch.
8359
8360 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8361
8362         * shell/ev-application.c: (ev_application_open):
8363         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8364         (ev_document_type_get_type), (ev_document_type_lookup):
8365         * shell/ev-document-types.h:
8366         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8367         * shell/ev-job-xfer.h:
8368         * shell/ev-window.c: (ev_window_clear_local_uri),
8369         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8370         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8371         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8372         
8373         Transfer remote documents to tmp directory to display them later.
8374
8375 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8376
8377         * backend/ev-document-info.h:
8378         * shell/ev-properties.c: (ev_properties_new):
8379
8380         s/GTime*/GTime. Not sure why we was using a pointer
8381         at all there!
8382
8383 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8384
8385         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8386         situations.  That situation is that you're using GTK+-HEAD with
8387         the patch at #306726 is applied, and you have a document with <
8388         1500 pages in it.  It's not quite as uniformly nice as the
8389         TreeView, but should be better in the long run.
8390
8391         I'm pretty sure I guarded against breaking compilation with
8392         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8393         I missed some.
8394
8395         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8396         widget yet, so I commented that code out
8397         enable_view_actions_for_widget() for now.  Need to figure this
8398         out.
8399
8400         * shell/ev-page-action.c (match_selected_cb): emit the right
8401         signals.  Our cool C-l completion now works.
8402
8403 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8404
8405         * backend/Makefile.am:
8406         * backend/ev-document-fonts.c:
8407         * backend/ev-document-links.c:
8408         * backend/ev-document.c: (ev_document_load):
8409         * backend/ev-document.h:
8410         * backend/ev-job-queue.c:
8411         * backend/ev-job-queue.h:
8412         * backend/ev-jobs.c:
8413         * backend/ev-jobs.h:
8414         * backend/ev-page-cache.c:
8415         * backend/ev-page-cache.h:
8416
8417         EvPageCache and EvJobs are moved to shell.
8418
8419         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8420         (ev_tmp_filename):
8421         * lib/ev-file-helpers.h:
8422         
8423         New helper to work with temporary files
8424         
8425         * shell/Makefile.am:
8426         * shell/ev-application.c: (ev_application_open):
8427         * shell/ev-application.h:
8428         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8429         (remove_job_from_async_queue), (add_job_to_async_queue),
8430         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8431         (handle_job), (search_for_jobs_unlocked),
8432         (no_jobs_available_unlocked), (ev_render_thread),
8433         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8434         (ev_job_queue_add_job), (move_job_async), (move_job),
8435         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8436         * shell/ev-job-queue.h:
8437         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8438         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8439         * shell/ev-job-xfer.h:
8440         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8441         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8442         (ev_job_links_class_init), (ev_job_render_init),
8443         (ev_job_render_dispose), (ev_job_render_class_init),
8444         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8445         (ev_job_thumbnail_class_init), (ev_job_load_init),
8446         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8447         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8448         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8449         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8450         * shell/ev-jobs.h:
8451         * shell/ev-page-action.c: (ev_page_action_set_document):
8452         * shell/ev-page-cache.c: (ev_page_cache_init),
8453         (ev_page_cache_class_init), (ev_page_cache_finalize),
8454         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8455         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8456         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8457         (ev_page_cache_get_title), (ev_page_cache_get_size),
8458         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8459         (ev_page_cache_get_height_to_page),
8460         (ev_page_cache_get_max_label_chars),
8461         (ev_page_cache_get_page_label),
8462         (ev_page_cache_has_nonnumeric_page_labels),
8463         (ev_page_cache_get_info), (ev_page_cache_next_page),
8464         (ev_page_cache_prev_page), (ev_page_cache_get):
8465         * shell/ev-page-cache.h:
8466         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8467         (ev_pixbuf_cache_clear_job_sizes),
8468         (ev_pixbuf_cache_add_jobs_if_needed),
8469         (ev_pixbuf_cache_set_page_range):
8470         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8471         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8472         * shell/ev-sidebar-thumbnails.c:
8473         (ev_sidebar_tree_selection_changed),
8474         (ev_sidebar_thumbnails_set_document):
8475         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8476         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8477         (ev_statusbar_get_context_id), (ev_statusbar_push),
8478         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8479         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8480         (ev_statusbar_set_progress):
8481         * shell/ev-statusbar.h:
8482         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8483         (ev_view_find_previous):
8484         * shell/ev-window.c: (ev_window_is_empty),
8485         (ev_window_setup_document), (password_dialog_response),
8486         (ev_window_clear_jobs), (ev_window_load_job_cb),
8487         (ev_window_xfer_job_cb), (ev_window_open_uri),
8488         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8489         (ev_window_print), (ev_window_print_range),
8490         (ev_window_state_event), (ev_window_cmd_view_reload),
8491         (menu_item_select_cb), (menu_item_deselect_cb),
8492         (view_status_changed_cb), (ev_window_dispose),
8493         (drag_data_received_cb), (ev_window_init):
8494         * shell/ev-window.h:
8495         * shell/main.c: (load_files):
8496         
8497         New statusbar to show progress on idle. Two new jobs - 
8498         xfer job and load job to load document in background. And update
8499         of page_cache clients to new location of code.
8500
8501 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8502
8503         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8504         selection in open dialog. It also remembers the last visited directory 
8505         in the current session.
8506
8507 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8508
8509         * shell/ev-properties.c: (ev_properties_new):
8510         * shell/ev-properties.h:
8511         * shell/ev-window.c: (ev_window_cmd_file_properties):
8512         
8513         Get document info from page cache instead of document itself.
8514         This should fix crash related to race conditions described in
8515         bug 306545.
8516
8517 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8518
8519         * ps/ps-document.c: (ps_document_init),
8520         (send_ps), (get_page_box), (output), (catchPipe), (input),
8521         (stop_interpreter), (file_length), (file_readable),
8522         (check_filecompressedb), (ps_document_enable_interpreter),
8523         (document_load), (ps_async_renderer_render_pixbuf):
8524         * ps/ps-document.h:
8525
8526         Big cleanup of the ps code
8527
8528 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8529
8530         * backend/Makefile.am:
8531         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8532         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8533         * backend/ev-async-renderer.h:
8534
8535         Add an async renderer interface (method + callback) which
8536         is useful for backends like ps.
8537
8538         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8539         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8540         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8541         (ev_job_queue_add_job), (move_job_async), (move_job),
8542         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8543
8544         Add queues for async renderer, these are executed on the
8545         main thread.
8546
8547         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8548         (ev_job_render_run):
8549         * backend/ev-jobs.h:
8550
8551         If the backend support async renderer interface use it.
8552
8553         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8554         (setup_pixmap), (ps_document_get_type),
8555         (ps_async_renderer_render_pixbuf),
8556         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8557
8558         Implement async renderer interface.
8559
8560 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8561
8562         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8563
8564         Cleanup links job on exit.
8565
8566 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8567
8568         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8569         (drag_data_get_cb), (drag_data_received_cb):
8570         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8571         (drag_data_get_cb), (parse_item_list),
8572         (egg_toolbar_editor_load_actions):
8573         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8574         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8575         (parse_item_list), (parse_toolbars):
8576         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8577         (dvi_pixbuf_put_pixel):
8578         
8579         Fix gcc 4.0 warnings
8580
8581 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8582
8583         * ps/ps-document.c: (start_interpreter):
8584
8585         Fix warning when loading ps
8586
8587 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8588
8589         * ps/ps-document.c: (output):
8590
8591         Fix crash when priting gs error messages.
8592
8593 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8594
8595         * backend/ev-page-cache.c: (_ev_page_cache_new):
8596         * backend/ev-page-cache.h:
8597
8598         Use a const to return title so that we dont double
8599         free it. Small cleanup and fix a leak.
8600
8601         * shell/ev-window.c: (update_window_title):
8602
8603         strdup value from get_title.
8604
8605 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8606
8607         * shell/ev-sidebar-links.c: (job_finished_callback),
8608         (ev_sidebar_links_set_document):
8609
8610         Cleanup the old job when changing document
8611
8612 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8613
8614         * shell/ev-stock-icons.c:
8615         * shell/ev-stock-icons.h:
8616         * shell/ev-window.c:
8617         
8618         Add stock icons for actions that can appear in toolbar. Fix for
8619         bug 306566.
8620
8621 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8622
8623         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8624         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8625         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8626         * backend/ev-page-cache.h:
8627         * shell/ev-view.c: (scroll_to_current_page),
8628         (view_update_range_and_current_page), (get_page_y_offset),
8629         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8630         (ev_view_size_request_continuous),
8631         (ev_view_zoom_for_size_continuous_and_dual_page),
8632         (ev_view_zoom_for_size_continuous):
8633         
8634         More compact EvView layout in document with pages of different size.
8635
8636 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8637
8638         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8639         compilation.
8640
8641 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8642
8643         * shell/ev-view.c: (view_set_adjustment_values):
8644         * shell/ev-window.c: (ev_window_cmd_file_properties):
8645         
8646         A bit different fix for rounding problem but it has no
8647         problems on startup. Make properties window transient to parent.
8648
8649 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8650
8651         * pdf/ev-poppler.cc:
8652         
8653         More commenting of font stuff.
8654
8655 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8656
8657         * pdf/ev-poppler.cc:
8658
8659         Comment out some more fonts stuff. Should really
8660         work without the poppler patch now.
8661
8662 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8663
8664         * pdf/ev-poppler.cc:
8665
8666         Adapt to api change
8667
8668 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8669
8670         * data/evince-properties.glade:
8671         * pdf/ev-poppler.cc:
8672         * shell/ev-properties.c: (setup_fonts_view):
8673
8674         Set the column title. Show the dialog only
8675         once everything is setup.
8676         Getting font info can be very slow... will
8677         prolly need to make this threaded too.
8678
8679 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8680
8681         * backend/Makefile.am:
8682         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8683         (ev_document_fonts_get_fonts_model):
8684         * backend/ev-document-fonts.h:
8685         * data/evince-properties.glade:
8686         * pdf/ev-poppler.cc:
8687         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8688         * shell/ev-properties.h:
8689         * shell/ev-window.c: (ev_window_cmd_file_properties):
8690
8691         Implement fonts list. Defined out for now, since it depends
8692         on a not yet committed poppler patch.
8693
8694 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8695
8696         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8697         page + 1.
8698
8699         * shell/ev-window.c: Make sure we add the timeout when we get a
8700         focus-in event.
8701
8702         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8703         adjustment->value before calculating the zoom factor to average
8704         out all of our rounding errors.  The page no longer 'drifts' when
8705         resizing.
8706
8707 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8708
8709         * data/evince-properties.glade:
8710         * shell/ev-properties.c: (ev_properties_format_date),
8711         (set_property):
8712         
8713         Labels don't expand when the dialogue is resized.
8714         strftime result needs to be converted to UTF-8. Thanks
8715         to Christian Persch <chpe@gnome.org>.
8716
8717 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8718
8719         * data/evince-properties.glade:
8720
8721         Hide the fonts tab
8722
8723 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8724
8725         * backend/ev-document-info.h:
8726         * backend/ev-document.c: (ev_document_info_free):
8727         * data/evince-properties.glade:
8728         * pdf/ev-poppler.cc:
8729         * ps/ps-document.c: (ps_document_get_info):
8730         * shell/ev-properties.c: (ev_properties_format_date),
8731         (set_property), (ev_properties_new):
8732         * shell/ev-properties.h:
8733         * shell/ev-window.c: (ev_window_cmd_file_properties):
8734
8735         Rework properties code to take only EvPropertyInfo
8736         in the constructor so that it can be useful for
8737         nautilus plugin too.
8738
8739         Deal with backends that doesnt support some properties.
8740         Make set property code generic.
8741
8742 2005-06-04  Christian Persch <chpe@gnome.org>
8743
8744         * data/evince-properties.glade:
8745
8746         fix spacings, make resizeable, and make data labels
8747         selectable + ellipsised
8748
8749 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8750
8751         * backend/ev-document-info.h:
8752         * data/Makefile.am:
8753         * data/evince-ui.xml:
8754         * pdf/ev-poppler.cc:
8755         * shell/Makefile.am:
8756         * shell/ev-window.c: (update_action_sensitivity),
8757         (ev_window_cmd_file_properties):
8758
8759         Initial go at file properties. Patch by
8760         Emil Soleyman-Zomalan <emil@soleyman.com>.
8761         Needs love see #169583
8762
8763 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8764
8765         * ps/ps-document.c: (output):
8766         * ps/ps.c: (psscan):
8767
8768         Try to render even if psscan fails.
8769
8770 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8771
8772         * ps/ps.c: (psscan), (pscopydoc):
8773
8774         Port buffered reading code from gv
8775
8776 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8777
8778         * ps/ps-document.c: (interpreter_message), (output):
8779
8780         Do not fail on interpreter messages
8781
8782 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8783
8784         * backend/ev-document-misc.c:
8785         (ev_document_misc_get_thumbnail_frame):
8786
8787         Pages can be 0 x 0, dont assert on this case
8788
8789 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8790
8791         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8792         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8793
8794         Correctly manage our reference on document. Finally the reload
8795         huge leak is gone...
8796
8797 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8798
8799         * ps/ps-document.c: (ps_document_dispose):
8800
8801         Forgot to chain it to the parent. Thanks chpe.
8802
8803 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8804
8805         * ps/ps-document.c: (ps_document_dispose),
8806         (ps_document_class_init), (stop_interpreter), (document_load):
8807
8808         Cleanup dispose a bit. Dont leak the whole pixmap.
8809
8810 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8811
8812         * pdf/ev-poppler.cc:
8813
8814         Release the poppler document on dispose
8815
8816 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8817
8818         * shell/ev-view.c: (ev_view_set_document):
8819
8820         Release ref on the pixbuf cache when changing
8821         document.
8822
8823 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8824
8825         * ps/ps-document.c: (ps_document_get_info):
8826
8827         Fix a double free
8828
8829 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8830
8831         * backend/ev-page-cache.c: (ev_page_cache_init),
8832         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8833         * backend/ev-page-cache.h:
8834         * shell/ev-page-action.c: (page_changed_cb):
8835         
8836         Set page action entry width depending on labels width. Fix
8837         for bug 305202.
8838
8839 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8840
8841         * backend/ev-link.c: (ev_link_class_init):
8842
8843         Allow -1 as page value (error)
8844
8845 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8846
8847         * shell/ev-sidebar-thumbnails.c:
8848         (ev_sidebar_thumbnails_set_document):
8849         * shell/ev-view.c: (scroll_to_current_page),
8850         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8851         (page_changed_cb), (on_adjustment_value_changed),
8852         (ev_view_set_document):
8853
8854         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8855         Fix bug 305377
8856
8857 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8858
8859         * configure.ac:
8860         * djvu/djvu-document.c: (djvu_document_get_page_size):
8861
8862         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8863         bug 301993.
8864
8865 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8866
8867         * shell/ev-view.c (draw_one_page): modify the expose handling to
8868         get the shadows.
8869
8870         * shell/ev-window.c (update_action_sensitivity): Respect
8871         permissions field.  Kowtow to the man.
8872
8873         * pdf/ev-poppler.cc: Get the permissions field.
8874
8875         * tiff/*c: Make a tiny bit more robust.
8876
8877 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8878
8879         * djvu/djvu-document.c:
8880         
8881         Pop messages from djvu context message queue.
8882
8883 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8884
8885         * configure.ac, Makefile.am, shell/Makefile.am:
8886         * tiff/Makefile.am, shell/ev-document-types.c:
8887         
8888         Cleanup tiff configure checks. Fix for bug 305218.
8889
8890 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8891
8892         * configure.ac: Added "uk" to ALL_LINGUAS.
8893
8894 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8895
8896         * cut-n-paste/zoom-control/ephy-zoom.c:
8897         (ephy_zoom_get_changed_zoom_level):
8898         * cut-n-paste/zoom-control/ephy-zoom.h:
8899         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8900         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8901         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8902         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8903         (zoom_control_changed_cb), (ev_window_init):
8904         
8905         Fix minor points related to moving best fit up. Introduce
8906         "zoom" property and make zoom control change it's value on
8907         notify::zoom signals. Fix for 305080.
8908
8909 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8910
8911         * data/evince-ui.xml:
8912         * shell/ev-window.c: (set_view_actions_sensitivity):
8913         
8914         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8915
8916 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8917
8918         * configure.ac:
8919
8920         Depends on poppler 0.3.2
8921
8922 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8923
8924         * cut-n-paste/recent-files/egg-recent-item.c:
8925         (egg_recent_item_get_short_name):
8926         * cut-n-paste/toolbar-editor/Makefile.am:
8927         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8928         (new_pixbuf_from_widget):
8929         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8930         * cut-n-paste/toolbar-editor/egg-marshal.c:
8931         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8932         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8933
8934         Sync
8935
8936 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8937
8938         * tiff/tiff-document.c: Rough TIFF backend.
8939
8940 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8941
8942         * NEWS:
8943         * configure.ac:
8944         * cut-n-paste/toolbar-editor/Makefile.am:
8945
8946         Release 0.3.1
8947
8948 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8949
8950         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8951         (ev_view_find_next), (ev_view_find_previous):
8952
8953         Remove the locks around get_n_results   
8954
8955 2005-05-21  Juerg Billeter  <j@bitron.ch>
8956
8957         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8958
8959         Pass correct number of pages to poppler.
8960
8961 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8962
8963         * configure.ac:
8964         * data/Makefile.am:
8965         * data/evince.desktop.in: 
8966         * data/evince.desktop.in.in:
8967         * po/POTFILES.in:
8968         
8969         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8970
8971 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8972
8973         * shell/ev-view.c: (view_update_adjustments),
8974         (view_set_adjustment_values): cast adjustmen->value to (int)
8975         before using it.  Otherwise, we get off by a pixel in some
8976         situations.
8977
8978         (draw_one_page): Draw the border on expose.
8979
8980 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8981
8982         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8983         adjustment when the mode changes, #304923
8984
8985 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8986
8987         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8988         flickering on resize but still use gdk_window_scroll on
8989         scrolling
8990
8991 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8992
8993         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8994         option, #170458
8995
8996 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8997
8998         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8999         second page on page_changed if possible, #304669
9000
9001 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9002
9003         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9004         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9005
9006 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9007
9008         * .cvsignore:
9009         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9010         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9011         (ev_view_zoom_for_size_presentation),
9012         (ev_view_zoom_for_size_continuous_and_dual_page),
9013         (ev_view_zoom_for_size_continuous),
9014         (ev_view_zoom_for_size_dual_page),
9015         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9016         * shell/ev-view.h:
9017         * shell/ev-window.c: (update_view_size),
9018         (ev_window_sizing_mode_changed_cb):
9019
9020         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9021         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9022         an infinite loop, #304769
9023
9024
9025 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9026
9027         * data/evince-ui.xml:
9028         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9029         * shell/ev-window.c: (set_view_actions_sensitivity):
9030
9031         Make PgUp/Down behave like Space
9032
9033 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9034
9035         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9036         * backend/ev-ps-exporter.h:
9037         * pdf/ev-poppler.cc:
9038         * ps/ps-document.c: (ps_document_ps_export_begin):
9039         * shell/ev-print-job.c: (idle_print_handler):
9040
9041         Adapt to new poppler api
9042
9043 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9044
9045         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9046         (ephy_zoom_control_init):
9047
9048         Translate zoom levels
9049
9050 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9051
9052         * cut-n-paste/zoom-control/ephy-zoom.c:
9053         (ephy_zoom_get_zoom_level_index):
9054
9055         Fix current zoom -> zoom control match
9056
9057 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9058
9059         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9060         rather than the scrolled_window that it's in. Fixes bug #304655.
9061
9062 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9063
9064         * shell/ev-view.c: (view_update_adjustments),
9065         (view_set_adjustment_values), (view_update_range_and_current_page),
9066         (view_scroll_to_page), (set_scroll_adjustment),
9067         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9068         (ev_view_scroll), (ev_view_scroll_view),
9069         (ensure_rectangle_is_visible), (find_page_at_location),
9070         (get_link_at_location), (go_to_link), (status_message_from_link),
9071         (ev_view_size_request_continuous_dual_page),
9072         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9073         (ev_view_unrealize), (ev_view_expose_event),
9074         (ev_view_button_press_event), (ev_view_motion_notify_event),
9075         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9076         (draw_rubberband), (highlight_find_results), (draw_one_page),
9077         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9078         (ev_view_init), (find_changed_cb), (page_changed_cb),
9079         (on_adjustment_value_changed), (ev_view_new),
9080         (ev_view_set_document), (ev_view_set_zoom),
9081         (ev_view_set_continuous), (ev_view_set_dual_page),
9082         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9083         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9084         (ev_view_zoom_for_size_presentation),
9085         (ev_view_zoom_for_size_continuous_dual_page),
9086         (ev_view_zoom_for_size_continuous),
9087         (ev_view_zoom_for_size_dual_page),
9088         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9089         (ev_view_get_status), (ev_view_set_status),
9090         (update_find_status_message), (ev_view_get_find_status),
9091         (ev_view_set_find_status), (jump_to_find_result),
9092         (jump_to_find_page), (compute_selections), (clear_selection),
9093         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9094         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9095         (ev_view_update_primary_selection),
9096         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9097         * shell/ev-view.h:
9098         * shell/ev-window.c: (ev_window_open_page_label),
9099         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9100         (ev_window_init):
9101         * shell/ev-window.h:
9102         * shell/main.c: (load_files):
9103
9104         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9105         when resizing.  Remove the bin_window().  Also, patch from James
9106         Bowes to fix command line page, #300641
9107         
9108 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9109
9110         * data/evince-ui.xml:
9111         * shell/ev-view.c:
9112         * shell/ev-view.h:
9113         * shell/ev-window.c: (update_action_sensitivity):
9114
9115         Get rid of View->Normal Size, it's just confusing
9116
9117 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9118
9119         * backend/ev-document-info.h:
9120         * backend/ev-document.c: (ev_document_info_free): Free the
9121         EvDocumentInfo.
9122
9123         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9124         (clear_range), (add_range), (update_visible_range),
9125         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9126         (ev_sidebar_thumbnails_set_document):
9127         * shell/ev-window.c: (ev_window_setup_document): Only render the
9128         visible thumbnails.  It takes an instant to render, but it uses
9129         much less memory.
9130
9131 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9132
9133         * shell/ev-sidebar-links.c: (popup_menu_cb):
9134
9135         Select first item
9136
9137 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9138
9139         * lib/Makefile.am:
9140         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9141         (button_press_cb), (ev_sidebar_links_construct):
9142
9143         Show the popup menu also on keybindings
9144
9145 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9146
9147         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9148         * shell/ev-window.h:
9149
9150         Expose api to print a range (with dialog). Make private _print use
9151         it.
9152
9153         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9154         (ev_sidebar_links_construct):
9155
9156         Show a print context menu on linkx, it prints the selected
9157         section.
9158
9159 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9160
9161         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9162         button.
9163
9164 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9165
9166         * AUTHORS:
9167
9168         Update
9169
9170         * shell/ev-window.c: (build_comments_string),
9171         (ev_window_cmd_help_about):
9172
9173         Show poppler version/backend and authors
9174
9175 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9176
9177         * cut-n-paste/zoom-control/ephy-zoom.c:
9178         (ephy_zoom_get_zoom_level_index):
9179         * cut-n-paste/zoom-control/ephy-zoom.h:
9180
9181         Move the best fit items at the top of the list
9182
9183 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9184
9185         * shell/ev-marshal.list:
9186         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9187         (activate_cb), (match_selected_cb), (activate_link_cb),
9188         (connect_proxy), (ev_page_action_class_init):
9189         * shell/ev-page-action.h:
9190
9191         Use signals to notify action activation. Hopefully
9192         I did not break completion since I cant test...
9193
9194         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9195         (register_custom_actions):
9196
9197         Connect to page selector actions and also grab focus on
9198         the view when activated.
9199
9200 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9201
9202         * pdf/ev-poppler.cc:
9203         * backend/ev-page-cache.c: make page size calculation consistent
9204         and set it to (int)( width * scale + 0.5).  This makes the weird
9205         line going through the middle of the page go away.
9206
9207         * shell/ev-view.c: move painting the background page after
9208         checking the expose area covers us.
9209
9210 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9211
9212         * data/evince-password.glade:
9213         
9214         Mark labels as not translatable. Fix for bug 302842.
9215
9216 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9217
9218         * configure.ac: Added "es" to ALL_LINGUAS.
9219
9220 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9221
9222         * data/evince-toolbar.xml:
9223         * shell/ev-window.c: (update_action_sensitivity),
9224         (ev_window_setup_document), (ev_window_set_page_mode),
9225         (ev_window_init):
9226
9227         Remove some leftover code from jrb first continous
9228         attempt. Use the new actions, we still need good icons
9229         though...
9230
9231 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9232
9233         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9234
9235         Update label when connecting proxy. Fix a warning with NULL
9236         page_cache.
9237
9238 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9239
9240         * data/evince-ui.xml:
9241         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9242         * shell/ev-page-action.h:
9243         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9244
9245         Add mnemonic for edit toolbar.
9246         ctrl+l focus the page entry.
9247
9248 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * lib/Makefile.am:
9251         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9252         (ev_window_init):
9253         * shell/main.c: (main):
9254
9255         Put the toolbar xml in evince own dot dir
9256
9257 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9258
9259         * shell/ev-window.c: (ev_window_init):
9260
9261         Make the toolbar not removable
9262
9263 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9264
9265         * data/evince-ui.xml:
9266         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9267         * shell/ev-sidebar-links.h:
9268         * shell/ev-sidebar-thumbnails.c:
9269         (ev_sidebar_thumbnails_get_treeview):
9270         * shell/ev-sidebar-thumbnails.h:
9271         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9272         (ev_view_class_init):
9273         * shell/ev-view.h:
9274         * shell/ev-window.c: (update_action_sensitivity),
9275         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9276         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9277         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9278         (ev_window_init):
9279
9280         This is evil... Make space/backspace global accelerators but
9281         enable them only for some widgets (sidebars and view).
9282         I dont like it, but I dont know a better way... :/
9283
9284 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9285
9286         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9287         (ev_page_action_widget_finalize),
9288         (ev_page_action_widget_class_init), (update_page_cache):
9289
9290         Keep a weak reference on proxy->page_cache so that we
9291         dont try to disconnect the signal if the object is already
9292         gone. Maybe there is a better way to cleanup reference handling
9293         in page action though...
9294
9295 2005-05-10  Juerg Billeter  <j@bitron.ch>
9296
9297         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9298         * backend/ev-ps-exporter.h:
9299         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9300         * ps/ps-document.c: (ps_document_ps_export_begin):
9301         
9302         Change api to pass print range to ps_exporter_begin. The pdf backend
9303         requires this information.
9304         
9305         * shell/ev-print-job.c: (idle_print_handler):
9306         
9307         Adapt to api change
9308
9309 2005-05-10  Juerg Billeter  <j@bitron.ch>
9310
9311         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9312         (idle_print_handler)
9313         * shell/ev-window.c: (ev_window_print):
9314
9315         Support printing page range, based on patch by Amaury Jacquot
9316
9317 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9318
9319         * data/evince-toolbar.xml:
9320
9321         Add zoom control to available items
9322
9323 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9324
9325         * shell/ev-window.c: (update_action_sensitivity):
9326
9327         Set slash action insensitive when appropriate
9328
9329 2005-05-10  Christian Persch <chpe@gnome.org>
9330
9331         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9332
9333         Fix warning on the overflow menu
9334
9335 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9336
9337         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9338
9339         Check for uri correctness/existence
9340
9341 2005-05-09  Juerg Billeter  <j@bitron.ch>
9342
9343         * shell/ev-window.c: (using_postscript_printer):
9344
9345         LPD printers use postscript, too
9346
9347 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9348
9349         * shell/ev-window.c: (register_custom_actions):
9350
9351         The zoom one is actually sort of useful,
9352         put it back
9353
9354 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9355
9356         * shell/ev-window.c: (register_custom_actions):
9357
9358         Hide page/zoom controls from overflow, they
9359         are useless.
9360
9361 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9362
9363         * cut-n-paste/update-from-egg.sh:
9364         
9365         Share it between all cut-n-paste subdirs
9366
9367         * cut-n-paste/recent-files/Makefile.am:
9368
9369         Fix to use "global" update-from-egg.sh
9370
9371         * cut-n-paste/recent-files/egg-recent-model.c:
9372         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9373         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9374         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9375         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9376
9377         Update from libegg
9378
9379         * cut-n-paste/toolbar-editor/Makefile.am:
9380
9381         Fix to use "global" update-from-egg.sh
9382
9383         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9384
9385         Update from libegg
9386
9387 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9388
9389         * configure.ac:
9390         * cut-n-paste/Makefile.am:
9391         * cut-n-paste/recent-files/Makefile.am:
9392         * cut-n-paste/toolbar-editor/.cvsignore:
9393         * cut-n-paste/toolbar-editor/Makefile.am:
9394         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9395         (egg_editable_toolbar_get_type), (get_toolbar_position),
9396         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9397         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9398         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9399         (set_item_drag_source), (create_item_from_action), (create_item),
9400         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9401         (popup_toolbar_context_menu_cb), (free_dragged_item),
9402         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9403         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9404         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9405         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9406         (item_added_cb), (item_removed_cb),
9407         (egg_editable_toolbar_construct),
9408         (egg_editable_toolbar_disconnect_model),
9409         (egg_editable_toolbar_deconstruct),
9410         (egg_editable_toolbar_set_model),
9411         (egg_editable_toolbar_set_ui_manager),
9412         (egg_editable_toolbar_set_property),
9413         (egg_editable_toolbar_get_property),
9414         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9415         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9416         (egg_editable_toolbar_new_with_model),
9417         (egg_editable_toolbar_get_edit_mode),
9418         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9419         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9420         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9421         (new_pixbuf_from_widget), (new_separator_pixbuf),
9422         (update_separator_image), (style_set_cb),
9423         (_egg_editable_toolbar_new_separator_image),
9424         (egg_editable_toolbar_get_model):
9425         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9426         * cut-n-paste/toolbar-editor/egg-marshal.c:
9427         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9428         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9429         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9430         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9431         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9432         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9433         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9434         (editor_drag_data_delete_cb), (drag_data_get_cb),
9435         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9436         (editor_create_item), (update_editor_sheet), (setup_editor),
9437         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9438         (parse_item_list), (model_has_action), (update_actions_list),
9439         (egg_toolbar_editor_load_actions):
9440         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9441         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9442         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9443         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9444         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9445         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9446         (egg_toolbars_model_add_separator), (impl_add_item),
9447         (parse_item_list), (egg_toolbars_model_add_toolbar),
9448         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9449         (impl_get_item_data), (impl_get_item_type),
9450         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9451         (egg_toolbars_model_init), (free_toolbar),
9452         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9453         (egg_toolbars_model_remove_toolbar),
9454         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9455         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9456         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9457         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9458         (egg_toolbars_model_get_item_data),
9459         (egg_toolbars_model_get_item_type):
9460         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9461         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9462         * data/Makefile.am:
9463         * data/evince-toolbar.xml:
9464         * data/evince-ui.xml:
9465         * data/hand-open.png:
9466         * po/POTFILES.in:
9467         * shell/Makefile.am:
9468         * shell/ev-window.c: (update_chrome_visibility),
9469         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9470         (ev_window_dispose), (ev_window_init):
9471
9472         Implement epiphany like toolbar editor. Based on patch by
9473         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9474
9475 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9476
9477         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9478
9479         Use set_cursor instead of set_selection, so that
9480         the keyboard focus moves too.
9481
9482 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9483
9484         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9485
9486         Fix infinite loop when loading Type1 fonts
9487
9488 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9489
9490         * data/evince-ui.xml:
9491         * shell/ev-window.c:
9492
9493         Slash -> Find
9494
9495 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9496
9497         * configure.ac:
9498
9499         Make --disable really disable
9500
9501 2005-05-07  Juerg Billeter  <j@bitron.ch>
9502
9503         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9504
9505         Compare page labels even without has_labels set, fixes setting page
9506         with entry
9507
9508 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9509
9510         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9511         (ev_view_set_cursor), (ev_view_button_press_event),
9512         (ev_view_motion_notify_event), (ev_view_button_release_event),
9513         (ev_view_init):
9514
9515         Implement middle button scrolling. Based on a patch
9516         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9517
9518 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9519
9520         * shell/ev-document-types.c: (get_slow_mime_type),
9521         (get_document_type_from_mime), (ev_document_type_lookup):
9522         * shell/ev-document-types.h:
9523
9524         Change api to lookup from uri. Do fast lookup first, if the
9525         type is unknown try with data sniffing.
9526
9527         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9528         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9529
9530         Adapt to api change
9531
9532 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9533
9534         * thumbnailer/Makefile.am:
9535
9536         Fix distcheck
9537
9538 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9539
9540         * NEWS:
9541         * configure.ac:
9542
9543         Release 0.3.0
9544
9545         * data/evince-ui.xml:
9546
9547         Hide presentation mode for now
9548
9549         * shell/ev-view.c: (highlight_find_results):
9550
9551         Show current find selection only on current page
9552
9553 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9554
9555         * shell/ev-view.c: (ev_view_select_all):
9556
9557         Compute size of the actual page, not of
9558         the current one.
9559
9560 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9561
9562         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9563         (view_rect_to_doc_rect), (compute_selections),
9564         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9565         (ev_view_copy), (ev_view_primary_get_cb),
9566         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9567         (ev_view_button_press_event), (ev_view_motion_notify_event),
9568         (ev_view_button_release_event), (page_changed_cb):
9569
9570         Fix text selection
9571
9572 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9573
9574         * shell/ev-view.c: (compute_border), (get_page_extents),
9575         (doc_rect_to_view_rect), (highlight_find_results),
9576         (ev_view_bin_expose), (ev_view_select_all),
9577         (ev_view_motion_notify_event), (update_find_status_message),
9578         (jump_to_find_result), (jump_to_find_page):
9579
9580         First go at fixing search, still buggy
9581
9582 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9583
9584         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9585         dropdown box and button at the top of the sidebar.
9586
9587 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9588
9589         * configure.ac: Output zoom-control Makefile.
9590         * cut-n-paste/Makefile.am: build zoom-control subdir.
9591         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9592         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9593         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9594         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9595         * cut-n-paste/zoom-control/ephy-zoom.c:
9596         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9597         from epiphany, and modified to add a separator into the menu.
9598         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9599         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9600         zoom-control action.
9601         * shell/Makefile.am: Include zoom-control flags.
9602         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9603         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9604         (ev_view_zoom_for_size_presentation),
9605         (ev_view_zoom_for_size_continuous_and_dual_page),
9606         (ev_view_zoom_for_size_continuous),
9607         (ev_view_zoom_for_size_dual_page),
9608         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9609         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9610         ev_view_get_zoom and ev_view_get_sizing_mode.
9611         * shell/ev-view.h:
9612         * shell/ev-window.c: (update_action_sensitivity),
9613         (update_sizing_buttons), (zoom_control_changed_cb),
9614         (register_custom_actions): Initialize and use the zoom-control 
9615         widget.
9616
9617 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9618
9619         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9620         preview cache back to 1.  Don't know when it got set to 0.
9621         
9622         * shell/ev-view.c: (compute_border), (ev_view_realize),
9623         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9624         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9625         (ev_view_get_fullscreen), (ev_view_set_presentation),
9626         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9627         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9628         * shell/ev-view.h:
9629         * shell/ev-window.c:
9630         (update_chrome_visibility),
9631         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9632         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9633         (update_document_mode), (ev_window_update_fullscreen_action),
9634         (ev_window_fullscreen), (ev_window_unfullscreen),
9635         (ev_window_cmd_view_fullscreen),
9636         (ev_window_update_presentation_action),
9637         (ev_window_run_presentation), (ev_window_stop_presentation),
9638         (ev_window_cmd_view_presentation), (ev_window_state_event),
9639         (ev_window_focus_in_event), (ev_window_focus_out_event),
9640         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9641         * data/evince-ui.xml: Initial presentation mode.  We should
9642         probably hide this until it's done, as it's quite rough.  Also,
9643         change full-screen to fullscreen and add two getters to EvView.
9644
9645 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9646
9647         * shell/ev-page-action.c: (update_page_cache),
9648         (ev_page_action_dispose):
9649         * shell/ev-window.c: (destroy_fullscreen_popup),
9650         (ev_window_create_fullscreen_popup):
9651
9652         Use connect_object rather than explicitly
9653         disconnect on dispose.
9654
9655 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9656
9657         * shell/ev-page-action.c: (update_page_cache),
9658         (ev_page_action_dispose):
9659
9660 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9661
9662         * backend/ev-page-cache.c: (_ev_page_cache_new),
9663         (ev_page_cache_set_page_label),
9664         (ev_page_cache_has_nonnumeric_page_labels):
9665         * backend/ev-page-cache.h:
9666         * shell/ev-page-action.c: (update_pages_label):
9667         
9668         If all page labels are numeric, fallback to default
9669         way to display number of pages. See bug 173185.
9670
9671 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9672
9673         * shell/ev-page-action.c: (ev_page_action_dispose):
9674         * shell/ev-view.c: (view_update_range_and_current_page):
9675         * shell/ev-window.c: (ev_window_dispose):
9676         
9677         Set page on scroll in continuous mode. Fixes bug 301986.
9678         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9679
9680 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9681
9682         * configure.ac:
9683
9684         Require poppler 0.3.0
9685
9686 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9687         
9688         * shell/Makefile.am, configure.ac: Fix build problems
9689         with t1lib. Bug 301996.
9690
9691 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9692
9693         * shell/ev-view.c: (ev_view_scroll_event):
9694         
9695         Scroll up increase zoom
9696
9697 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9698
9699         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9700         (ev_view_set_sizing_mode),
9701         (ev_view_zoom_for_size_continuous_and_dual_page),
9702         (ev_view_zoom_for_size_continuous):
9703         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9704         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9705         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9706         (ev_window_init):
9707
9708         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9709         Fix for 165473 and 165472.
9710
9711 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9712
9713         * po/POTFILES.in:
9714         * thumbnailer/Makefile.am:
9715         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9716         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9717         * thumbnailer/evince-thumbnailer.schemas.in:
9718         
9719         Make thumbnailer schemas translatable. Fix for bug 301773
9720         
9721         * thumbnailer/evince-thumbnailer-djvu.schemas:
9722         * thumbnailer/evince-thumbnailer-dvi.schemas:
9723         * thumbnailer/evince-thumbnailer.schemas:
9724
9725         Removed files
9726
9727 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9728
9729         * shell/ev-view.c (ev_view_init): forgot to set this.
9730
9731 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9732
9733         * shell/ev-view.c: (find_page_at_location),
9734         (get_link_at_location),
9735         (ev_view_set_show_border), (ev_view_set_spacing),
9736         (ev_view_zoom_for_size_continuous_and_dual_page),
9737         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9738         Also, add a quick fix measuring of widths.  Also, removed
9739         ev_view_set_spacing and ev_view_set_show_border.
9740         
9741         * shell/ev-window.c: (ev_window_unfullscreen),
9742         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9743
9744 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9745
9746         * shell/ev-view.c: (view_update_range_and_current_page),
9747         (page_changed_cb):
9748         
9749         Fix crash on exit and scrolling to page in continuous view.
9750
9751 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9752
9753         * TODO:
9754         * backend/ev-page-cache.c: (_ev_page_cache_new),
9755         (ev_page_cache_get_max_width_size),
9756         (ev_page_cache_get_max_height_size):
9757         * backend/ev-page-cache.h:
9758         * data/evince-ui.xml:
9759         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9760         * shell/ev-view.c: (view_update_adjustments),
9761         (view_update_range_and_current_page), (get_bounding_box_size),
9762         (ev_view_size_request_continuous_and_dual_page),
9763         (ev_view_size_request_continuous),
9764         (ev_view_size_request_dual_page),
9765         (ev_view_size_request_single_page), (ev_view_size_request),
9766         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9767         (ev_view_bin_expose), (ev_view_expose_event),
9768         (ev_view_set_property), (ev_view_get_property),
9769         (ev_view_class_init), (ev_view_init), (ev_view_new),
9770         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9771         (ev_view_set_dual_page), (ev_view_set_full_screen),
9772         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9773         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9774         (ev_view_zoom_out), (zoom_for_size_fit_width),
9775         (zoom_for_size_best_fit),
9776         (ev_view_zoom_for_size_continuous_and_dual_page),
9777         (ev_view_zoom_for_size_continuous),
9778         (ev_view_zoom_for_size_dual_page),
9779         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9780         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9781         * shell/ev-view.h:
9782         * shell/ev-window.c: (update_action_sensitivity),
9783         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9784         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9785         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9786         (ev_window_cmd_view_zoom_out), (update_view_size),
9787         (ev_window_set_sizing_mode), (ev_window_init):
9788
9789         Add Continuous and Dual page modes.
9790
9791 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9792
9793         * dvi/dvi-document.c: (dvi_document_load),
9794         (dvi_document_thumbnails_get_thumbnail),
9795         (dvi_document_init_params): Fix up some mixups between
9796         width and height to correct thumbnail rendering.
9797
9798 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9799
9800         * dvi/mdvi-lib/private.h:
9801         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9802         
9803         Suppess output for kpathsea during font generation. Thanks to
9804         James Bowes
9805
9806 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9807
9808         * NEWS:
9809         * configure.ac:
9810
9811         Release 0.2.1
9812
9813         * Makefile.am: fix distcheck.
9814
9815 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9816
9817         * shell/ev-sidebar-links.c: (selection_changed_callback),
9818         (update_page_callback), (row_activated_callback),
9819         (job_finished_callback), (ev_sidebar_links_set_document):
9820         
9821         Fix for bug #169901. Double click on links expands tree.
9822
9823 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9824
9825         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9826         hard-coded style. Fix for bug 170111
9827
9828 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9829
9830         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9831         locking.
9832
9833 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9834
9835         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9836
9837 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9838
9839         * pdf/ev-poppler.cc:
9840         * shell/ev-view.c: (highlight_find_results):
9841
9842         Fix find on single page documents
9843
9844 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9845
9846         * data/evince.schemas.in: fix for bug 301390
9847
9848 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9849
9850         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9851         (ev_view_zoom_out), (ev_view_zoom_normal):
9852         * shell/ev-view.h:
9853         * shell/ev-window.c: (update_action_sensitivity),
9854         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9855         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9856         (ev_window_cmd_view_normal_size):
9857
9858         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9859         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9860         better than oom. 
9861
9862 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9863
9864         * configure.ac:
9865
9866         Depend on 2.57, 2.59 doesnt seem to be necessary
9867
9868 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9869
9870         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9871         (create_tool_item):
9872
9873         Put back total number of pages as (1 of 1234)
9874
9875 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9876
9877         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9878         remove the job.
9879
9880         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9881         function.  This helps debugging.
9882
9883 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9884
9885         * djvu/djvu-document.c: (djvu_document_class_init),
9886         (djvu_document_get_info), (djvu_document_document_iface_init):
9887         * dvi/dvi-document.c: (dvi_document_class_init),
9888         (dvi_document_get_info), (dvi_document_document_iface_init):
9889
9890         Dummy implementation of get_info method for dvi and
9891         djvu. Fix crashes with those backends
9892
9893 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9894
9895         * data/evince.desktop.in:
9896
9897         Add application/x-gzpostscript
9898
9899 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9900
9901         * data/evince.schemas.in: Added real long descriptions, 
9902         closes bug 172496 
9903
9904         * README: Added actual text, closes bug 171869
9905
9906 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9907
9908         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9909
9910         Thumbnail page 0
9911
9912 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9913
9914         * backend/ev-document-info.h:
9915
9916         s/GDate */GDate so we can just use g_free
9917
9918 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9919
9920         * shell/ev-window.c: (update_document_mode),
9921         (ev_window_setup_document):
9922
9923         Show the window in fullscreen when specified by
9924         the document
9925
9926 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9927
9928         * backend/ev-document.c: (ev_document_class_init),
9929         (ev_document_get_info), (ev_document_render_pixbuf):
9930         * backend/ev-document.h:
9931         * backend/ev-page-cache.c: (_ev_page_cache_new):
9932         * pdf/ev-poppler.cc:
9933         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9934         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9935         * ps/ps-document.c: (ps_document_class_init), (document_load),
9936         (ps_document_get_info), (ps_document_document_iface_init):
9937
9938         Remove get_title from the interface, we can just use document info
9939
9940 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9941
9942         * backend/Makefile.am:
9943         * backend/ev-document.c: (ev_document_render_get_info):
9944         * backend/ev-document.h:
9945         * pdf/ev-poppler.cc:
9946
9947         Initial support for document info. Based on jrb patch.
9948
9949 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9950
9951         * shell/ev-window.c: (ev_window_state_event),
9952         (ev_window_class_init), (ev_window_init):
9953         
9954         Doesn't show resize grip when maximized. See bug #301053
9955
9956 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9957
9958         * po/POTFILES.in:
9959         
9960         ev-sidebar-thumbnails now has translatable labels
9961         
9962         * shell/Makefile.am:
9963         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9964         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9965         (ev_sidebar_links_page_iface_init):
9966         * shell/ev-sidebar-links.h:
9967         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9968         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9969         (ev_sidebar_page_get_label):
9970         * shell/ev-sidebar-page.h:
9971         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9972         (ev_sidebar_thumbnails_set_document),
9973         (ev_sidebar_thumbnails_support_document),
9974         (ev_sidebar_thumbnails_get_label),
9975         (ev_sidebar_thumbnails_page_iface_init):
9976         * shell/ev-sidebar-thumbnails.h:
9977         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9978         (ev_sidebar_set_document):
9979         * shell/ev-sidebar.h:
9980         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9981         
9982         Small rework of sidebar code. Now sidebar pages should implement
9983         EvSidebarPage interface. That makes page management in EvSidebar
9984         easier. See bug #164811 for details
9985
9986 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9987
9988         * shell/ev-application.c: (ev_application_open):
9989         * shell/ev-document-types.c:
9990         
9991         Fix build error and small problem with application exit
9992
9993 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9994
9995         * thumbnailer/Makefile.am:
9996         * thumbnailer/evince-thumbnailer-djvu.schemas:
9997         * thumbnailer/evince-thumbnailer-dvi.schemas:
9998         
9999         Conditionally install schemas for djvu/dvi thumbnailer
10000
10001 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10002
10003         * shell/ev-document-types.h: 
10004         * shell/ev-document-types.c: 
10005         New files, handling the mapping from mimetypes to backends
10006         
10007         * shell/ev-window.c: 
10008         * thumbnailer/evince-thumbnailer.c:     
10009         Use the ev-document-types code
10010         
10011         * shell/Makefile.am: 
10012         Added new convenience library libevbackendfactory_la, containing
10013         the new mimetype->backend logic; moved the backends into it.
10014
10015         * thumbnailer/Makefile.am:
10016         Make the thumbnailer link with the libevbackend.la convenience
10017         library, rather than having a duplicate of the backend logic here.
10018
10019 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10020
10021         * shell/ev-stock-icons.c: constify some vars.
10022         * shell/ev-window.c: ditto.
10023
10024 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10025
10026         * ps/ps-document.c (get_page_orientation):
10027
10028         Respect document orientation 
10029
10030 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10031
10032         * djvu/Makefile.am:
10033         * dvi/Makefile.am:
10034         * shell/Makefile.am:
10035         
10036         Move library dependencies to components.
10037         
10038         * shell/ev-window.c: (update_window_title),
10039         (start_loading_document):
10040         
10041         Fix display of uris with spaces. Bug 168358.
10042
10043 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10044
10045         * shell/ev-sidebar-links.c: (selection_changed_cb):
10046         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10047         (ev_view_button_release_event), (ev_view_set_document):
10048         * shell/ev-view.h:
10049         * shell/ev-window.c: (find_bar_search_changed_cb):
10050         * shell/ev-window.h: Minor cleanups removing some dead code.
10051
10052 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10053
10054         * backend/ev-page-cache.c: (_ev_page_cache_new):
10055         
10056         Set current page to 0 if document has pages.
10057
10058 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10059
10060         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10061
10062         Initialize GError to NULL, fix a crash when loading fails.
10063
10064 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10065
10066         * shell/ev-window.c: (update_view_size):
10067
10068         Calculate shadow size only when there is actually
10069         a shadow.
10070
10071 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10072
10073         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10074         * shell/ev-view.h:
10075
10076         Allow setting view spacing, default to 0
10077
10078         * shell/ev-window.c: (ev_window_unfullscreen),
10079         (ev_window_cmd_view_fullscreen), (ev_window_init):
10080
10081         Remove spacing in fullscreen mode
10082
10083 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10084
10085         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10086         (ev_view_size_request), (expose_bin_window),
10087         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10088         * shell/ev-view.h:
10089         * shell/ev-window.c: (ev_window_unfullscreen),
10090         (ev_window_cmd_view_fullscreen):
10091
10092         Do not draw the border in fulscreen
10093
10094 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10095
10096         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10097         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10098         (find_page_at_location), (page_changed_cb):
10099
10100         Rework border calculation, so that I can more easily disable it.
10101         Code somewhat cleaner too.
10102
10103 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10104
10105         * backend/ev-page-cache.c: (ev_page_cache_init),
10106         (_ev_page_cache_new):
10107
10108         Remove some assertions, documents can have 0 pages.
10109         Make initial current page -1.
10110
10111         * shell/ev-page-action.c: (page_changed_cb):
10112
10113         Show "" if current page is -1
10114
10115         * shell/ev-window.c: (update_action_sensitivity),
10116         (ev_window_setup_document):
10117
10118         When document has 0 pages do not set the view
10119         and make nearly everything insensitive.
10120
10121 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10122
10123         * shell/ev-page-view.c:
10124         * shell/ev-page-view.h:
10125
10126         Remove unused files.
10127         
10128         * shell/ev-sidebar-thumbnails.c:
10129         (ev_sidebar_thumbnails_set_document):
10130         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10131         (ev_sidebar_supports_document):
10132         * shell/ev-sidebar.h:
10133         * shell/ev-window.c: (ev_window_setup_document):
10134         
10135         Doesn't show thumbnails if document has 1 page. Make
10136         sidebar menu entries sensitive only if if they have 
10137         sense. Fix bug 164811. 
10138
10139 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10140
10141         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10142         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10143         (ev_view_zoom_out), (ev_view_set_size):
10144
10145         Rework sizing to deal with documents with not uniform page
10146         size.
10147
10148 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10149
10150         * backend/ev-page-cache.c: (_ev_page_cache_new):
10151
10152         Fix several page size caching bugs
10153
10154 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10155
10156         * shell/ev-window.c: (set_action_properties):
10157
10158         Make all toolbar items translatable
10159
10160 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10161
10162         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10163         (save_page_list), (ps_document_save),
10164         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10165         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10166         (ps_document_ps_exporter_iface_init):
10167         * ps/ps-document.h:
10168
10169         Based on a patch by J�rg Billeter <j@bitron.ch>
10170         
10171         Implement print and save a copy for the ps backend.
10172
10173 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10174
10175         * backend/ev-document.h:
10176         * djvu/djvu-document.c: (djvu_document_can_get_text),
10177         (djvu_document_document_iface_init):
10178         * dvi/dvi-document.c: (dvi_document_can_get_text),
10179         (dvi_document_document_iface_init):
10180         * pdf/ev-poppler.cc:
10181         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10182         (pixbuf_document_document_iface_init):
10183         * ps/ps-document.c: (ps_document_can_get_text),
10184         (ps_document_document_iface_init):
10185         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10186         * shell/ev-window.c: (update_action_sensitivity):
10187
10188         Fix the crash when trying to copy in backends that doesnt
10189         support it. We can implement a better solution once we
10190         do real text selection.
10191
10192 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10193
10194         * data/evince-ui.xml:
10195         * shell/ev-window.c: (ev_window_cmd_escape):
10196         
10197         Work around the Escape conflict (find bar and unfullscreen)
10198
10199 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10200
10201         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10202         
10203         Fix for #300233. Next page correctly handles document end.
10204         
10205         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10206         (ev_sidebar_thumbnails_class_init),
10207         (ev_sidebar_thumbnails_set_document),
10208         (ev_sidebar_thumbnails_clear_job),
10209         (ev_sidebar_thumbnails_clear_model):
10210         
10211         Cleanup thumbnail jobs on document changes.
10212         
10213         * shell/ev-view.c: (add_scroll_binding_keypad),
10214         (add_scroll_binding_shifted), (ev_view_class_init):
10215         
10216         Shift + Space scrolls up. Fix for #173184
10217         
10218         * shell/ev-window.c: (ev_window_open_page),
10219         (ev_window_cmd_view_reload):
10220         
10221         Fix reload (Bug #300094)
10222
10223 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10224
10225         
10226         * dvi/mdvi-lib/assoc.c:
10227         * dvi/mdvi-lib/assoc.h: Removed garbage files
10228         
10229         * dvi/mdvi-lib/bitmap.c:
10230         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10231         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10232         * dvi/mdvi-lib/color.h: Antialias of rules
10233         
10234         * dvi/mdvi-lib/common.h:
10235         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10236         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10237         * dvi/mdvi-lib/files.c:
10238         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10239         * dvi/mdvi-lib/mdvi.h:
10240         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10241         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10242         * dvi/mdvi-lib/util.c: Fix compile warnings
10243         
10244         * dvi/dvi-document.c:
10245         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10246         (dvi_document_thumbnails_get_thumbnail),
10247         (dvi_document_document_thumbnails_iface_init):
10248         * dvi/mdvi-lib/Makefile.am:
10249         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10250         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10251         
10252         Dvi backend now renders thumbnails
10253
10254 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10255
10256         * shell/main.c: (main): 
10257         
10258         Save accelerators on exit. Fixes bug #172095.
10259
10260 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10261
10262         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10263         update priority" comment.
10264
10265         * backend/ev-job-queue.c: Give a way to change priority.
10266
10267 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10268
10269         * shell/ev-page-action.c: Fix logic.
10270
10271 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10272
10273         * shell/ev-view.c: (ev_view_can_find_next):
10274         * shell/ev-window.c: (ev_window_setup_document):
10275
10276         Check that the document supports find
10277
10278 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10279
10280         * data/evince-ui.xml:
10281         * shell/ev-view.c: (ev_view_can_find_next):
10282         * shell/ev-view.h:
10283         * shell/ev-window.c: (update_action_sensitivity),
10284         (find_changed_cb), (ev_window_setup_document),
10285         (ev_window_cmd_edit_find_next):
10286
10287         Add Edit->Find Next
10288
10289 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10290
10291         * pdf/ev-poppler.cc:
10292         * shell/ev-print-job.c: (idle_print_handler):
10293
10294         Make printing work again
10295
10296 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10297
10298         * shell/ev-page-action.h:
10299         * shell/ev-page-action.c: (ev_page_action_widget_init),
10300         (ev_page_action_widget_class_init), (page_changed_cb),
10301         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10302         (get_filter_model_from_model), (match_selected_cb),
10303         (display_completion_text), (match_completion), (update_model),
10304         (connect_proxy), (ev_page_action_set_property),
10305         (ev_page_action_get_property), (ev_page_action_set_document),
10306         (ev_page_action_set_model), (ev_page_action_class_init): Big
10307         reworking to make completions work iff we have >= GTK-2.7.0
10308                 
10309         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10310         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10311         (job_finished_cb): We now have a 'model' property that is set when
10312         the links are loaded.  This can be caught with "notify::model"
10313
10314         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10315         listen for the model to be set, and propagate it to the action.
10316
10317 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10318
10319         * cut-n-paste/recent-files/egg-recent-item.c:
10320         (egg_recent_item_set_uri), (make_valid_utf8),
10321         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10322         * cut-n-paste/recent-files/egg-recent-item.h:
10323         
10324         Update egg-recent from libegg. This should fix long
10325         startup problem. For details see
10326         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10327
10328 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10329
10330         * cut-n-paste/recent-files/Makefile.am:
10331         * data/evince-ui.xml, shell/Makefile.am:
10332         * shell/ev-application.c, shell/ev-application.h:
10333         * shell/ev-window.c: Recent files support.
10334         
10335         * configure.ac: Added "ru" to ALL_LINGUAS.
10336         
10337         * dvju: new backend to support DJVU files.
10338         * dvi: new backend to support DVI.
10339
10340         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10341         * ev-application.c: Support for new backends.
10342         
10343         * help, ev-window.c, main.c shell/Makefile.am: 
10344         Evince user documentation.
10345
10346 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10347
10348         * po/POTFILES.in:
10349         * shell/ev-window.c:
10350         * thumbnailer/evince-thumbnailer.c:
10351
10352         s/pdf-document/ev-poppler
10353
10354 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10355
10356         * NEWS:
10357         * configure.ac:
10358
10359         Release 0.2.0
10360
10361         * ps/ps-document.c: (setup_pixmap):
10362
10363         Remove debug code
10364
10365 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10366
10367         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10368         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10369         (ev_window_cmd_go_first_page): Fix of by one errors.
10370
10371 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10372
10373         * ps/ps-document.c: (get_page_box):
10374
10375         Fix page size calculation
10376
10377 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10378
10379         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10380         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10381         (get_page_orientation), (setup_page), (document_load),
10382         (ps_document_get_page_size), (render_pixbuf_idle):
10383         * ps/ps-document.h:
10384
10385         More refactoring to adapt to EvDocument changes
10386
10387 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10388
10389         * ps/ps-document.c: (start_interpreter):
10390
10391         Actually add alpha args
10392
10393 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10394
10395         * pdf/ev-poppler.cc:
10396
10397         Make clipboard work again
10398
10399 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10400
10401         Make searching work again.
10402         
10403         * backend/ev-document.c:
10404         * backend/ev-document.h:
10405         * backend/ev-document-find.c:
10406         * backend/ev-document-find.h: Change EvDocumentIface so we no
10407         longer store the current page or zoom level in the document.  The
10408         consequence is that all calls that operate on the current page now
10409         instead take the page number as an extra argument, and all
10410         coordinates are now doubles in document coordinate system.
10411
10412         * pdf/ev-poppler.cc:
10413         * pixbuf/pixbuf-document.c:
10414         * ps/ps-document.c: Update backends accordingly.
10415
10416 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10417
10418         * autogen.sh:
10419
10420         Add required gettext version
10421
10422 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10423
10424         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10425         make F1 bring up non-existent help.
10426
10427         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10428         epiphany's find bar, #167477
10429
10430         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10431         <emil@nishra.com> to add space-bar scrolling, 
10432
10433         * shell/ev-window.c (static GtkActionEntry entries): add default
10434         keybinding for Help (F1)
10435         Fixes #171068
10436
10437         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10438         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10439         170110
10440
10441 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10442
10443         * Makefile.am: 
10444         * pixbuf/pixbuf-document.c: 
10445
10446         Got pixbuf backend working again
10447
10448 2005-04-01  Steve Murphy  <murf@e-tools.com>
10449
10450         * configure.in: Added "rw" to ALL_LINGUAS.
10451
10452 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10453
10454         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10455         model types, noticed by Martin Kretzschmar.
10456
10457 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10458
10459         * pdf/ev-poppler.cc: Implement search based on
10460         poppler_page_find_text().  Currently a bit crude since we remember
10461         all matches from all pages.  Also, we grab the big document lock
10462         when we search since searching changes the underlying stream and
10463         thus conflicts with the rendering thread.
10464         
10465         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10466         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10467         (ev_view_find_previous): Fix some page indexes to be 0 based,
10468         offset rubber band by view offset,
10469
10470 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10471
10472         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10473
10474 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10475
10476         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10477         completely because I didn't understand GtkActions.  I should
10478         read Marco's code more carefully in the future.
10479
10480         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10481         function
10482
10483 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10484
10485         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10486         PopplerRectangle change from poppler CVS.
10487
10488 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10489
10490         * backend/ev-document.c: (ev_document_get_page_label):
10491         * backend/ev-document.h:
10492         * backend/ev-page-cache.c: (_ev_page_cache_new),
10493         (ev_page_cache_get_page_label):
10494         * backend/ev-page-cache.h:
10495         * pdf/ev-poppler.cc:
10496         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10497         (links_page_num_func):
10498         * shell/ev-sidebar-thumbnails.c:
10499         (ev_sidebar_thumbnails_set_document):
10500         * shell/ev-view.c: (status_message_from_link),
10501         (ev_view_motion_notify_event):
10502         * shell/ev-window.c: (document_supports_sidebar): Add in page
10503         label support.  It's not perfect yet, but it's the first 'feature'
10504         in a while.
10505         Also, fix a bogus comment noticed by crispin. 
10506
10507 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10508
10509         * Makefile.am: Remove pixbuf backend for now
10510
10511         * configure.ac: Require poppler-glib instead of just poppler.
10512
10513         * backend/ev-document-thumbnails.h: Add a comment
10514
10515         * backend/ev-document.h:
10516         * backend/ev-document.c: (ev_document_class_init),
10517         (ev_document_load), (ev_document_get_link),
10518         (ev_document_get_links): Remove 3 methods and add get_links.
10519         Also, made 0 based.
10520
10521         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10522         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10523
10524         * backend/ev-link.c: (ev_link_set_title),
10525         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10526         (ev_link_mapping_find):
10527         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10528         
10529         * backend/ev-page-cache.c: (ev_page_cache_init),
10530         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10531         (ev_page_cache_get_size), (ev_page_cache_next_page),
10532         (ev_page_cache_prev_page): Fix to be 0 based.
10533
10534         * pdf/Makefile.am: 
10535         * pdf/ev-poppler.h:
10536         * pdf/ev-poppler.cc: New backend.
10537         
10538         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10539         (ps_document_get_page), (ps_document_document_iface_init):
10540
10541         * shell/ev-pixbuf-cache.h:
10542         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10543         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10544         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10545         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10546         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10547         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10548         based.
10549         
10550         * shell/ev-sidebar-thumbnails.c:
10551         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10552         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10553
10554         * shell/ev-view.c: (status_message_from_link),
10555         (find_page_at_location), (get_link_at_location),
10556         (ev_view_motion_notify_event), (ev_view_button_release_event),
10557         (ev_view_init): Use the new link code.  Fix to be 0 based.
10558
10559         * shell/ev-window.c: (update_action_sensitivity),
10560         (document_supports_sidebar): 0 based.
10561
10562 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10563
10564         * pdf/pdf-document.cc: Patch from Fernando Herrera
10565         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10566         *blush*
10567
10568 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10569
10570         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10571         1 to the page, as this seems to be 1 based.  I thought we has this
10572         fixed.  grump.
10573
10574 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10575
10576         * TODO:
10577         * backend/Makefile.am:
10578         * backend/ev-document-links.c:
10579         (ev_document_links_has_document_links),
10580         (ev_document_links_get_links_model):
10581         * backend/ev-document-links.h:
10582         * backend/ev-document.c: (ev_document_get_page_cache),
10583         (ev_document_get_doc_mutex), (ev_document_load),
10584         (ev_document_save), (ev_document_get_title),
10585         (ev_document_get_n_pages), (ev_document_set_page),
10586         (ev_document_get_page), (ev_document_set_target),
10587         (ev_document_set_scale), (ev_document_set_page_offset),
10588         (ev_document_get_page_size), (ev_document_get_text),
10589         (ev_document_get_link), (ev_document_render),
10590         (ev_document_render_pixbuf), (ev_document_scale_changed):
10591         * backend/ev-document.h:
10592         * backend/ev-job-queue.c: (remove_object_from_queue),
10593         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10594         (no_jobs_available_unlocked), (ev_render_thread),
10595         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10596         (ev_job_queue_remove_job):
10597         * backend/ev-job-queue.h:
10598         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10599         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10600         (ev_job_links_class_init), (ev_job_render_init),
10601         (ev_job_render_dispose), (ev_job_render_class_init),
10602         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10603         (ev_job_thumbnail_class_init), (ev_job_finished),
10604         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10605         (ev_job_render_run), (ev_job_thumbnail_new),
10606         (ev_job_thumbnail_run):
10607         * backend/ev-jobs.h:
10608         * backend/ev-link.c:
10609         * backend/ev-link.h:
10610         * backend/ev-page-cache.c: (ev_page_cache_init),
10611         (ev_page_cache_class_init), (ev_page_cache_finalize),
10612         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10613         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10614         (ev_page_cache_set_link), (ev_page_cache_get_title),
10615         (ev_page_cache_get_size), (ev_page_cache_next_page),
10616         (ev_page_cache_prev_page):
10617         * backend/ev-page-cache.h:
10618         * pdf/pdf-document.cc:
10619         * ps/gsdefaults.c:
10620         * ps/gsdefaults.h:
10621         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10622         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10623         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10624         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10625         (is_interpreter_ready), (output), (catchPipe), (input),
10626         (start_interpreter), (check_filecompressed), (compute_dimensions),
10627         (ps_document_enable_interpreter), (document_load),
10628         (ps_document_next_page), (render_page), (ps_document_set_page),
10629         (ps_document_set_scale), (render_pixbuf_idle),
10630         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10631         * ps/ps-document.h:
10632         * shell/Makefile.am:
10633         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10634         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10635         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10636         (ev_pixbuf_cache_new), (job_finished_cb),
10637         (check_job_size_and_unref), (move_one_job),
10638         (ev_pixbuf_cache_update_range), (find_job_cache),
10639         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10640         (ev_pixbuf_cache_add_jobs_if_needed),
10641         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10642         * shell/ev-pixbuf-cache.h:
10643         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10644         (idle_print_handler):
10645         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10646         (selection_changed_cb), (create_loading_model),
10647         (ev_sidebar_links_construct), (links_page_num_func),
10648         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10649         (update_page_callback), (job_finished_cb),
10650         (ev_sidebar_links_set_document):
10651         * shell/ev-sidebar-thumbnails.c:
10652         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10653         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10654         (page_changed_cb), (thumbnail_job_completed_callback),
10655         (ev_sidebar_thumbnails_set_document):
10656         * shell/ev-sidebar-thumbnails.h:
10657         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10658         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10659         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10660         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10661         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10662         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10663         (ev_view_button_release_event), (ev_view_scroll_view),
10664         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10665         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10666         (ev_view_new), (job_finished_cb), (page_changed_cb),
10667         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10668         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10669         (ev_view_find_previous):
10670         * shell/ev-view.h:
10671         * shell/ev-window.c: (update_action_sensitivity),
10672         (ev_window_open_page), (update_window_title), (update_total_pages),
10673         (page_changed_cb), (ev_window_setup_document),
10674         (password_dialog_response), (ev_window_cmd_save_as),
10675         (ev_window_print), (ev_window_cmd_go_previous_page),
10676         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10677         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10678         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10679         * shell/main.c: (main):
10680
10681         Merge evince-threads branch
10682
10683 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10684
10685         * configure.ac: Added "lt" to ALL_LINGUAS.
10686
10687 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10688
10689         * NEWS:
10690         * configure.ac:
10691
10692         Release 0.1.9
10693
10694 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10695
10696         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10697
10698         Fix here also the thumbnails 1-basedness :)
10699
10700 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10701
10702         * NEWS:
10703         * configure.ac:
10704
10705         Release 0.1.8
10706
10707 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10708
10709         * pdf/pdf-document.cc:
10710         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10711         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10712
10713         Fix the mess we did with thumbnails and 1-basedness
10714
10715 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10716
10717         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10718
10719 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10720
10721         * NEWS:
10722         * configure.ac:
10723
10724         Release 0.1.7
10725
10726 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10727
10728         * ps/Makefile.am:
10729         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10730         (gtk_gs_defaults_get_alpha_parameters),
10731         (gtk_gs_defaults_get_ungzip_cmd),
10732         (gtk_gs_defaults_get_unbzip2_cmd):
10733         * ps/gsdefaults.h:
10734         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10735         (ps_document_get_orientation), (document_load),
10736         (ps_document_goto_page), (ps_document_set_page_size):
10737         * ps/ps-document.h:
10738
10739         Some more sanitization of the ps backend. Remove a lot
10740         of unused code and do not base our defaults on ggv
10741         preferences (ugh!)
10742
10743 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10744
10745         * thumbnailer/evince-thumbnailer.schemas:
10746         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10747         (main): add -s option for thumbnail size.
10748
10749 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10750
10751         * configure.ac:
10752
10753         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10754         remove it.
10755
10756 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10757
10758         * pdf/pdf-document.cc:
10759
10760         Remove 4 pixels of useless border from the
10761         thumbnail.
10762
10763 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10764
10765         * backend/ev-document-thumbnails.c:
10766         (ev_document_thumbnails_get_thumbnail):
10767         * backend/ev-document-thumbnails.h:
10768
10769         Rework API a bit. Add a border flag and
10770         change sizing logic (now the size we specify
10771         applies to the bigger dimension).
10772
10773         * pdf/pdf-document.cc:
10774         * pixbuf/pixbuf-document.c:
10775         (pixbuf_document_thumbnails_get_thumbnail):
10776         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10777         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10778
10779         Adapt to the new API and do not draw a border for nautilus
10780         thumbnailer.
10781
10782 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10783
10784         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10785         take thumbnails from page "0" instead of "1". Added a copyright header.
10786
10787 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10788
10789         * ps/ps-document.c: (set_up_page), (start_interpreter):
10790
10791         Make it C89 compliant
10792
10793 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10794
10795         * Makefile.am:
10796         * configure.ac:
10797         * pdf/.cvsignore:
10798         * pdf/pdf-document.cc:
10799         * thumbnailer/Makefile.am:
10800         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10801         (main):
10802         * thumbnailer/evince-thumbnailer.schemas:
10803         * thumbnailer/pdf-icon.png:
10804
10805         Add a nautilus thumbnailer.
10806         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10807
10808 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10809
10810         * NEWS:
10811         * configure.ac:
10812         * po/POTFILES.in:
10813
10814         Release 0.1.6
10815
10816 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10817
10818         Use poppler instead of including xpdf source code.  Poppler is a
10819         fork of xpdf to build it as a shared library. See
10820         http://freedesktop.org/wiki/Software/poppler.
10821
10822         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10823         xpdf fork.
10824         
10825         * pdf/Makefile.am: Build libpdfdocument.a here.
10826         
10827         * pdf/GDKSplashOutputDev.cc:
10828         * pdf/GDKSplashOutputDev.h:
10829         * pdf/GnomeVFSStream.cc:
10830         * pdf/GnomeVFSStream.h:
10831         * pdf-document.cc:
10832         * pdf-document.h:
10833         * test-gdk-output-dev.cc
10834         * Thumb.cc:
10835         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10836         against poppler.
10837
10838 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10839
10840         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10841
10842         Clear idle stack before unsetting the document
10843
10844 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10845
10846         * ps/ps-document.c: (ps_document_widget_event),
10847         (ps_document_set_target), (ps_document_finalize),
10848         (ps_document_get_page):
10849
10850         Disconnect the widget event signal on finalize.
10851         Some code cleanups.
10852
10853 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10854
10855         * ps/ps-document.c: (set_up_page):
10856
10857         If there is no bpixmap create one, even if size
10858         is not changed.
10859
10860 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10861
10862         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10863         (set_up_page), (document_load), (ps_document_set_zoom):
10864
10865         Default page is 0. Calculate size even when we have no
10866         target yet.
10867
10868 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10869
10870         * shell/ev-sidebar.c: expand the selection widget to be always as
10871         wide as the sidebar
10872
10873 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10874
10875         * shell/ev-sidebar-thumbnails.c:
10876         (ev_sidebar_thumbnails_set_document):
10877
10878         Clear the list store when setting document
10879
10880 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10881
10882         * shell/ev-page-action.c: (update_entry), (sync_entry),
10883         (activate_cb), (entry_size_request_cb), (create_tool_item),
10884         (connect_proxy):
10885
10886         Use an entry for the page control instead of spinbuttons
10887
10888 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10889
10890         * data/evince.schemas.in:
10891
10892         Correct confusing string
10893
10894 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10895
10896         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10897         for real.  Gosh, how long has this been broken.
10898
10899         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10900         check for a NULL link.  We crash otherwise.
10901
10902 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10903
10904         * NEWS:
10905         * configure.ac:
10906
10907         Release 0.1.5
10908
10909 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10910
10911         * configure.ac: add the french translation.
10912
10913 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10914
10915         * shell/ev-window.c:
10916
10917         Remove unused header -> fix distcheck
10918
10919 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10920
10921         * shell/ev-window.c: (update_window_title),
10922         (ev_window_popup_password_dialog):
10923
10924         Unescape filename for display
10925
10926 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10927
10928         * pdf/xpdf/pdf-document.cc:
10929
10930         In get_page_size deal with rotation. Also
10931         cleanup the function a bit.
10932
10933 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10934
10935         * pdf/xpdf/pdf-document.cc:
10936
10937         Fix crash when opening in new window
10938
10939 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10940
10941         * configure.ac:
10942
10943         Check ghostscript >= 7
10944
10945 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10946
10947         * shell/ev-window.c:
10948
10949         Make page width the default sizing mode
10950
10951 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10952         Marco Pesenti Gritti <marco@gnome.org>
10953
10954         * shell/ev-window.c: Remember the sidebar size
10955
10956         * data/evince.schemas.in: Add a new gconf key to store the size of
10957         the sidebar
10958
10959 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10960
10961         * data/evince-ui.xml:
10962         * shell/ev-window.c: (update_action_sensitivity),
10963         (ev_window_cmd_view_reload):
10964         
10965         Add a "Reload" action and menu entry
10966
10967 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10968
10969         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10970         iff the type doesn't support thumbnailing and indexing.
10971
10972 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10973
10974         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10975
10976 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10977
10978         * pdf/splash/Splash.cc:
10979
10980         Port fix for a crasher from kde bug
10981         http://bugs.kde.org/show_bug.cgi?id=97131
10982
10983 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10984
10985         * pdf/xpdf/pdf-document.cc:
10986
10987         Return a link even if it's of an unrecognized
10988         type. Otherwise we go in an infinte cycle.
10989
10990 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10991
10992         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10993         (size_allocate_cb), (ev_window_set_sizing_mode):
10994
10995         Update size when switching mode
10996
10997 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10998
10999         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11000         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11001         (ev_window_cmd_view_normal_size):
11002
11003         Fix size toggle buttons behavior
11004
11005 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11006
11007         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11008         (doc_rect_to_view_rect), (ev_view_size_allocate),
11009         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11010         (scale_changed_callback):
11011
11012         Do not cache offsets in size_allocate.
11013
11014 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11015
11016         * shell/ev-view.c: (ev_view_size_allocate):
11017
11018         Calculate offsets before calling the parent
11019         class (which does a redraw)
11020
11021 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11022
11023         * pdf/xpdf/pdf-document.cc:
11024
11025         Fix a crasher on exit. Unused code, put a TODO
11026
11027 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11028
11029         * backend/ev-document.c: (ev_document_class_init),
11030         (ev_document_page_changed), (ev_document_scale_changed):
11031         * backend/ev-document.h:
11032
11033         Separate page/scale notifications
11034
11035         * pdf/xpdf/pdf-document.cc:
11036
11037         Emit the new signals.
11038         Do not display the pdf page in _render, do it
11039         when scale/page are requested.
11040
11041         * ps/ps-document.c: (ps_document_set_zoom),
11042         (ps_document_widget_event):
11043         * ps/ps-document.h:
11044
11045         Emit the new signals.
11046
11047         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11048         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11049         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11050         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11051         * shell/ev-view.h:
11052         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11053         (ev_window_cmd_view_page_width), (size_allocate_cb),
11054         (ev_window_set_sizing_mode):
11055
11056         Rework sizing to be pixel based.
11057         There are bugs but should be already way better.
11058
11059 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11060
11061         * shell/ev-window.c: (ev_window_init):
11062
11063         Do not allow to shrink sidebar smaller then
11064         child requisition
11065
11066 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11067
11068         * shell/ev-sidebar.[ch]
11069         * shell/ev-window.c:
11070
11071         Improved sidebar widget. Fixes #166683
11072
11073 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11074
11075         * shell/ev-view.c (update_find_status_message): Give translators
11076         more flexibility with ngettext plural handling.
11077
11078 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11079
11080         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11081         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11082         page when we get the page size.
11083
11084 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11085
11086         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11087
11088         ps pages are 0 based, convert 
11089
11090 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11091
11092         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11093
11094         Initialize correct parent class. Set GError on document load
11095
11096 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11097
11098         * pdf/xpdf/pdf-document.cc:
11099
11100         Fixup selection offset calculation
11101
11102         * shell/ev-view.c: (view_rect_to_doc_rect),
11103         (doc_rect_to_view_rect), (ev_view_size_allocate),
11104         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11105         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11106
11107         Store selection as document relative, so that zooming
11108         and offset changing doesnt break it.
11109
11110 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11111
11112         * shell/ev-view.c: (ev_view_best_fit):
11113
11114         Do not try to best fit if the view is not realized
11115
11116 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11117           
11118         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11119
11120 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11121
11122         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11123
11124 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11125
11126         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11127         the popup window.  That prevents it resizing when in full screen
11128         mode.
11129
11130         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11131         multiple rerenders.  This pretty much sucks.
11132
11133         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11134         rest of the toolbar.
11135
11136 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11137
11138         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11139
11140 2005-02-17  Alexander Shopov  <ash@contact.bg>
11141
11142         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11143
11144 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11145
11146         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11147
11148 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11149
11150         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11151         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11152         (set_document_page), (document_changed_callback),
11153         (ev_view_set_document), (ev_view_find_previous),
11154         (ev_view_hide_cursor), (ev_view_show_cursor):
11155         * shell/ev-view.h:
11156         * shell/ev-window.c: (update_chrome_visibility),
11157         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11158         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11159         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11160         (ev_window_unfullscreen):
11161         * shell/main.c: (main):
11162
11163         Automatically hide the fullscreen button.
11164         Patch by Kristian Høgsberg <krh@redhat.com>
11165
11166 2005-02-16  Vincent Noel  <vnoel@cox.net>
11167
11168         * shell/main.c (main): Specify an icon for the window. Patch by
11169         Jaap A. Haitsma. Fixes #166177.
11170
11171 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11172
11173         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11174
11175 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11176
11177         * backend/ev-document-misc.h:
11178         * backend/ev-document-misc.c:
11179         (ev_document_misc_get_page_border_size),
11180         (ev_document_misc_paint_one_page): New function to canonicalize
11181         sizing/painting a border.
11182
11183         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11184         used.
11185
11186         * pdf/xpdf/pdf-document.cc: use new function
11187
11188         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11189         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11190         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11191         shell/ev-window.c: (update_sizing_buttons),
11192         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11193         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11194         (ev_window_cmd_view_page_width), (size_allocate_cb),
11195         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11196         and "fit width" values act as toggle buttons so they stay
11197         toggled.  It's not 100% perfect, and it's a little slow, but it's
11198         good enough to commit I think.
11199
11200 2005-02-15  David Lodge  <dave@cirt.net>
11201
11202         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11203
11204 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11205
11206         * shell/ev-window.c (update_window_title): replace newlines in
11207         the title by spaces. Bug #166107.
11208
11209 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11210
11211         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11212         parameters providing allocation width and height without
11213         scrollbars and width of a possible vertical scrollbar. With this
11214         additional information the functions can work as
11215         intended. Unfortunately they're not idempotent. We should
11216         transform these commands to toggles. Fixes Bug #164976
11217         Initial patch by Stephane Loeuillet, then heavily modified.
11218
11219         * shell/ev-view.h: update prototypes.
11220
11221         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11222         (ev_window_cmd_view_page_width): provide EvView fit functions with
11223         all the information they need. Formulas to calculate this
11224         information taken from GtkScrolledWindow.
11225
11226 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11227
11228         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11229         created a thumbnail, the list store is updated to know
11230         that the thumbnail is set. Fixes bug #166792
11231
11232 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11233
11234         * shell/ev-window.c: fixed typo, closes bug 166897
11235
11236         * TODO: updated TODO with bug numbers that are relevant
11237
11238 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11239
11240         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11241
11242 2005-02-09  Vincent Noel  <vnoel@cox.net>
11243
11244         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11245         and "Next" toolbar buttons as important to make them stand out.
11246
11247 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11248
11249         * lib/ev-debug.c:
11250         * lib/ev-debug.h:
11251         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11252         (start_interpreter), (stop_interpreter), (document_load),
11253         (ps_document_next_page), (ps_document_goto_page),
11254         (ps_document_set_page_size), (ps_document_widget_event),
11255         (ps_document_render):
11256         * shell/ev-page-view.c: (ev_page_view_dispose):
11257         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11258
11259         Fix compilation on non-gcc platforms
11260
11261 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11262
11263         * NEWS:
11264         * configure.ac:
11265
11266         Release 0.1.4
11267
11268         * pdf/xpdf/Catalog.cc:
11269         * pdf/xpdf/XRef.cc:
11270
11271         Fix the fix for CAN-2004-0888
11272
11273 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11274
11275         * data/Makefile.am:
11276         * data/evince-ui.xml:
11277         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11278         * shell/ev-stock-icons.h:
11279         * shell/ev-window.c: (update_action_sensitivity),
11280         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11281         (set_action_properties):
11282
11283         Improve toolbar layout/icons
11284
11285 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11286
11287         * pdf/xpdf/pdf-document.cc:
11288
11289         Add warnings about unimplemented/unknown link
11290         types.
11291
11292 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11293
11294         * ps/ps-document.c: (set_up_page):
11295
11296         Log gs property
11297
11298 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11299
11300         * ps/ps-document.c: (start_interpreter):
11301
11302         Log gs env var
11303
11304 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11305
11306         * shell/ev-page-view.c: (ev_page_view_dispose):
11307         * shell/ev-view.c: (ev_view_finalize):
11308         * shell/ev-window.c: (ev_window_setup_document),
11309         (ev_window_dispose), (ev_window_init):
11310
11311         Solve more refs issues.
11312
11313         I commented out the page_view initialization for now:
11314         it was never destroyed (because it's never added
11315         to a container). Because of that we was leaking
11316         gs processes. Couldnt think to a clean fix.
11317         We need to figure this out, password view has the
11318         same issue probably.
11319
11320 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11321
11322         * ps/ps-document.c: (ps_document_finalize),
11323         (ps_document_get_n_pages), (ps_document_get_page):
11324
11325         Some cleanups, stop the interpreter on finalize
11326
11327         * shell/ev-page-view.c: (ev_page_view_dispose),
11328         (ev_page_view_class_init):
11329
11330         Release our reference on the document
11331
11332 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11333
11334         * Makefile.am:
11335         * configure.ac:
11336         * doc/debugging.txt:
11337         * lib/.cvsignore:
11338         * lib/Makefile.am:
11339         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11340         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11341         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11342         * lib/ev-debug.h:
11343
11344         Add debugging helpers
11345
11346         * ps/Makefile.am:
11347         * ps/ps-document.c: (set_up_page), (start_interpreter),
11348         (stop_interpreter), (document_load), (ps_document_next_page),
11349         (ps_document_goto_page), (ps_document_set_page_size),
11350         (ps_document_widget_event), (ps_document_render):
11351         * shell/Makefile.am:
11352         * shell/ev-view.c: (expose_bin_window):
11353         * shell/main.c: (main):
11354
11355         Add some logs
11356         
11357 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11358
11359         * ps/ps-document.c: (ps_document_widget_event):
11360
11361         Initialize message_window, this should make ps
11362         rendering really work! (Never noticed because I was
11363         testing with a ps that is causing gs to exit every time!)
11364
11365 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11366
11367         * data/evince.schemas.in: updated simple error in applyto closing tag
11368
11369 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11370
11371         * Makefile.am:
11372         * configure.ac:
11373         * data/.cvsignore:
11374         * data/Makefile.am:
11375         * data/evince-ui.xml:
11376         A data/evince.schemas.in:
11377         * po/POTFILES.in:
11378         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11379         * shell/ev-stock-icons.h:
11380         * shell/ev-window.c: (update_chrome_visibility),
11381         (update_chrome_flag), (ev_window_cmd_edit_find),
11382         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11383         (ev_window_unfullscreen), (ev_window_focus_in_event),
11384         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11385         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11386         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11387         (ev_window_dispose), (ev_window_class_init),
11388         (set_action_properties), (set_chrome_actions), (load_chrome),
11389         (ev_window_init):
11390
11391         Implement fullscreen mode changes from bug #164776.
11392         Also implement persistent chrome toggles.
11393
11394 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11395
11396         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11397
11398 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11399
11400         * NEWS:
11401         * configure.ac:
11402         * shell/ev-view.c:
11403
11404         Add another check for find interface
11405
11406         Release 0.1.3
11407
11408 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11409
11410         * shell/ev-application.c: (ev_application_open):
11411         * shell/ev-window.c: (ev_window_open):
11412
11413         Open gzipped ps documents
11414
11415 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11416
11417         * TODO:
11418         * shell/ev-view.c: (set_document_page):
11419
11420         Clamp page number, dont try to move to
11421         not existant pages.
11422
11423 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11424
11425         * backend/ev-document-find.c: (ev_document_find_changed):
11426         * backend/ev-document-find.h:
11427         * pdf/xpdf/pdf-document.cc:
11428         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11429         * shell/ev-window.c: (find_bar_search_changed_cb):
11430
11431         Fix several bugs with find
11432
11433 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11434
11435         * shell/ev-sidebar-thumbnails.c
11436         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11437         document. Prevents warning from scroll_to_cell.
11438
11439 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11440
11441         * configure.ac: Add «nb» to ALL_LINGUAS too.
11442
11443 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11444
11445         * NOTES: New file with some random thoughts.
11446
11447         * TODO: Update.
11448
11449         * backend/ev-document-misc.c:
11450         (ev_document_misc_get_page_border_size): New function to
11451         canonicalize shadow drawing sizes.  Possibly goofy.
11452
11453         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11454         (ev_view_best_fit), (ev_view_fit_width):
11455         * pdf/xpdf/pdf-document.cc:
11456         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11457         * ps/ps-document.c: (ps_document_get_page_size):
11458         * backend/ev-document-misc.h:
11459         * backend/ev-document.c: (ev_document_get_page_size):
11460         * backend/ev-document.h: get_page_size now takes a page number
11461         parameter.  Made all the backends/frontends honor it.
11462
11463         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11464         see.  Doesn't work yet.
11465
11466         * shell/Makefile.am:
11467         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11468         Doesn't do anything yet.
11469
11470         * shell/ev-sidebar-thumbnails.c:
11471         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11472         [0..n_pages-1]
11473
11474         * shell/ev-window.c: (update_action_sensitivity),
11475         (ev_window_setup_document), (ev_window_set_page_mode),
11476         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11477         view-swapping code a bit so we can have multiple views on a
11478         document.  Add the multi-page view, though it can't be turned on
11479         yet.
11480
11481 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11482
11483         * shell/ev-application.c: (ev_application_open):
11484         * shell/ev-view.c: (expose_bin_window):
11485         * shell/ev-window.c: (ev_window_open):
11486
11487         Support eps and check document supports find
11488         before drawing highlightings in expose.
11489
11490 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11491
11492         * pixbuf/pixbuf-document.c:
11493         (pixbuf_document_thumbnails_get_dimensions),
11494         (pixbuf_document_document_thumbnails_iface_init):
11495
11496         implement get_dimensions
11497
11498 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11499
11500         * NEWS:
11501         * configure.ac:
11502
11503         Release 0.1.2
11504
11505 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11506
11507         * shell/ev-view.c: (set_document_page):
11508
11509         Scroll at the top of the page when changing page
11510
11511 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11512
11513         * shell/ev-view.c: (ev_view_motion_notify_event):
11514
11515         Do not redraw unnecessarily
11516
11517 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11518
11519         * pdf/xpdf/pdf-document.cc:
11520         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11521         (expose_bin_window), (find_changed_cb):
11522
11523         Yay! find works now... Now to find bugs...
11524
11525 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11526
11527         * backend/ev-document-find.c: (ev_document_find_base_init),
11528         (ev_document_find_changed):
11529         * backend/ev-document-find.h:
11530         * pdf/xpdf/pdf-document.cc:
11531         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11532         (expose_bin_window), (ev_view_init), (set_document_page),
11533         (ensure_rectangle_is_visible), (jump_to_find_result),
11534         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11535         (ev_view_find_next), (ev_view_find_previous):
11536         * shell/ev-view.h:
11537         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11538
11539         More work on find implementation, mostly there now
11540
11541 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11542
11543         * backend/ev-backend-marshalers.list:
11544         * backend/ev-document-find.c: (ev_document_find_base_init),
11545         (ev_document_find_cancel), (ev_document_find_page_has_results),
11546         (ev_document_find_get_n_results), (ev_document_find_get_result),
11547         (ev_document_find_get_progress), (ev_document_find_changed):
11548         * backend/ev-document-find.h:
11549
11550         Enanche the find interface to be really able to do
11551         multi page find.
11552
11553         * pdf/xpdf/pdf-document.cc:
11554
11555         Implement
11556
11557         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11558         (expose_bin_window), (ev_view_init),
11559         (ev_view_get_find_status_message), (find_changed_cb),
11560         (ev_view_set_document), (set_document_page):
11561
11562         Adapt to the new interface. A few things are regressed sorry,
11563         I will finish it soon.
11564
11565 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11566
11567         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11568         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11569         ev_sidebar_thumbnails_parent_class variable, don't define another
11570         parent_class variable.
11571
11572         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11573         (ev_page_action_class_init): ditto.
11574
11575         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11576         (pixbuf_document_class_init): ditto.
11577
11578         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11579         ditto.
11580
11581         * .cvsignore: ignore various valgrind output files.
11582
11583 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11584
11585         * data/evince-ui.xml:
11586         * shell/Makefile.am:
11587         * shell/ev-history.c:
11588         * shell/ev-history.h:
11589         * shell/ev-navigation-action.c:
11590         * shell/ev-navigation-action.h:
11591         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11592         (ev_view_set_page), (ev_view_fit_width):
11593         * shell/ev-view.h:
11594         * shell/ev-window.c: (update_action_sensitivity),
11595         (ev_window_setup_document), (register_custom_actions):
11596
11597         Kill session history
11598
11599 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11600
11601         * shell/ev-window.c: (update_action_sensitivity):
11602
11603         Fix inverted up/down buttons
11604
11605 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11606
11607         * shell/ev-sidebar-thumbnails.c
11608         (ev_sidebar_thumbnails_select_page): make sure the selected
11609         thumbnail stays visible.
11610
11611 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11612
11613         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11614         scrolled window for Federico.
11615
11616 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11617
11618         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11619
11620 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11621
11622         * configure.ac:
11623         * pdf/splash/SplashFTFontEngine.cc:
11624
11625         Fix CID fonts with freetype 2.1.9
11626
11627 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11628
11629         * TODO: added item for desktop icon thumbnailer
11630
11631 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11632
11633         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11634         unloaded docs when the title is accessed.
11635
11636         * shell/ev-password-view.[hc]: New widget for displaying password
11637         state.
11638
11639         * shell/ev-window.[ch]: Refactor password handling code to handle
11640         the new view.
11641
11642 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11643
11644         * NEWS:
11645         * configure.ac:
11646         * data/Makefile.am:
11647
11648         Release 0.1.1
11649
11650 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11651
11652         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11653         ignore page offset here, to make search results independent of it,
11654
11655         * shell/ev-view.c (expose_bin_window): but take offsets into
11656         account here. Bug #164932
11657
11658         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11659         scale at the right time. Bug #164996
11660
11661 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11662
11663         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11664         fix the problem. Now I just removed the Adobe font names and hope
11665         that the URW fonts are always in outline format. Bug #164934
11666
11667         * shell/ev-window.c (update_window_title): empty titles are
11668         useless, use filename in that case too.
11669
11670         * NEWS: Add some content.
11671
11672 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11673
11674         * TODO: added one more TODO item and a TODONE section :)
11675
11676 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11677
11678         * ps/ps-document.h: add page_[xy]_offset fields.
11679
11680         * ps/ps-document.c (ps_document_set_page_offset)
11681         (ps_document_render): Keep offset in consideration in a few
11682         places. Bug #164752 "postscript documents are not centered in
11683         window"
11684
11685         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11686         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11687
11688         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11689         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11690         stub out missing methods for complete EvDocument implementation.
11691         Fixes segfaults with Save A Copy and Copy actions.
11692
11693         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11694         (ps_document_document_iface_init): ditto.
11695         
11696 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11697
11698         * data/.cvsignore:
11699         * data/Makefile.am:
11700         * data/evince.desktop.in:
11701
11702         Add desktop file
11703
11704 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11705
11706         * shell/ev-view.c: (ev_view_button_press_event),
11707         (ev_view_motion_notify_event):
11708
11709         Make selection work in any direction
11710
11711 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11712
11713         * TODO:
11714         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11715
11716         Use shorter labels for some of the toolbars items
11717
11718 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11719
11720         * pdf/xpdf/pdf-document.cc:
11721
11722         Check the links info is initialized before
11723         using it. Should fix a crash on startup.
11724
11725 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11726
11727         * pixbuf/pixbuf-document.c
11728         (pixbuf_document_thumbnails_get_dimensions): force floating point
11729         division to calculate page_ratio. Fixes crash with landscape
11730         format pixbufs.
11731
11732 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11733
11734         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11735
11736 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11737
11738         * shell/ev-view.c (set_document_page): unset has_selection when
11739         the page changes.
11740         (set_document_page): handle paper size changes when the page
11741         changes (test with Free Culture, page 2).
11742
11743 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11744
11745         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11746         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11747
11748         Use normal style color for the widget background and
11749         draw a black box around the page.
11750
11751 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11752
11753         * pdf/xpdf/pdf-document.cc:
11754
11755         Keep offset in consideration in a few places
11756
11757         * shell/ev-view.c: (expose_bin_window):
11758
11759         Set the offsets so that the document is ever centered
11760
11761 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11762
11763         * TODO: Added TODO items and finished off the first todo item
11764
11765         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11766         reflect current authors
11767
11768 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11769
11770         * pdf/xpdf/pdf-document.cc:
11771         * shell/ev-view.c: (ev_view_set_cursor),
11772         (ev_view_motion_notify_event), (document_changed_callback),
11773         (set_document_page):
11774
11775         Show a wait cursor while the page is rendering
11776
11777 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11778
11779         * shell/ev-sidebar-thumbnails.c:
11780         (ev_sidebar_tree_selection_changed),
11781         (ev_sidebar_thumbnails_select_page):
11782         * shell/ev-sidebar-thumbnails.h:
11783         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11784         (ev_view_can_go_forward):
11785         * shell/ev-window.c: (ev_window_open_page),
11786         (ev_window_setup_document), (update_current_page),
11787         (view_page_changed_cb), (ev_window_init):
11788         * shell/ev-window.h:
11789
11790         Ensure thumbnails selection, toolbar page control and
11791         current page are in sync.
11792
11793 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11794
11795         * pdf/xpdf/XRef.cc:
11796
11797         Fix CAN-2005-0064
11798
11799 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11800
11801         * backend/Makefile.am:
11802         * backend/ev-document-links.h:
11803         * backend/ev-document-security.c: (ev_document_security_get_type),
11804         (ev_document_security_has_document_security),
11805         (ev_document_security_set_password):
11806         * backend/ev-document-security.h:
11807         * backend/ev-document.c: (ev_document_error_quark):
11808         * backend/ev-document.h:
11809         * data/Makefile.am:
11810         * data/evince-password.glade:
11811         * pdf/xpdf/pdf-document.cc:
11812         * shell/Makefile.am:
11813         * shell/ev-password.c: (ev_password_set_bad_password_label),
11814         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11815         (ev_password_dialog_get_password),
11816         (ev_password_dialog_set_bad_pass):
11817         * shell/ev-password.h:
11818         * shell/ev-window.c: (ev_window_get_attribute),
11819         (ev_window_set_property), (update_action_sensitivity),
11820         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11821         (ev_window_setup_document), (ev_window_get_password),
11822         (ev_window_open), (ev_window_cmd_save_as),
11823         (using_postscript_printer), (ev_window_print),
11824         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11825         (update_fullscreen_popup), (ev_window_fullscreen),
11826         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11827         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11828         (menu_item_select_cb), (find_bar_search_changed_cb),
11829         (ev_window_dispose), (ev_window_init):
11830
11831         Add initial support for password-supported dialogs.  This could be
11832         a lot cooler, but it'll do for now.
11833
11834 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11835
11836         * pdf/xpdf/pdf-document.cc:
11837         * shell/ev-view.c: (status_message_from_link),
11838         (ev_view_set_status), (ev_view_set_cursor),
11839         (ev_view_motion_notify_event), (ev_view_init):
11840         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11841
11842         Fix bugs in the links implementation and change cursor
11843         when hovering a link.
11844
11845 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11846
11847         * viewer/.cvsignore: added cvsignore file for viewer directory
11848
11849         * TODO: created TODO document
11850
11851 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11852
11853         * shell/ev-view.h:
11854         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11855         new functions to help with implementation of sensitivity code
11856         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11857         of all actions that might require it.  Fixes a crash when you
11858         click on the Zoom actions in a window lacking a document.
11859
11860 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11861
11862         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11863         of the Find action
11864
11865 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11866
11867         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11868         (pixbuf_document_document_iface_init):
11869         * ps/ps-document.c: (ps_document_get_link),
11870         (ps_document_document_iface_init):
11871         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11872         (status_message_from_link), (ev_view_set_status),
11873         (ev_view_set_find_status), (ev_view_motion_notify_event),
11874         (ev_view_button_release_event), (ev_view_set_property),
11875         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11876         (ev_view_get_find_status_message), (update_find_results),
11877         (ev_view_get_status), (ev_view_get_find_status):
11878         * shell/ev-view.h:
11879         * shell/ev-window.c: (view_status_changed_cb),
11880         (view_find_status_changed_cb), (ev_window_init):
11881
11882         View status message support, use it to show the links.
11883         Needs work...
11884
11885 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11886
11887         * backend/ev-document.c: (ev_document_get_link):
11888         * backend/ev-document.h:
11889         * pdf/xpdf/pdf-document.cc:
11890         * shell/ev-application.c: (ev_application_open):
11891         * shell/ev-application.h:
11892         * shell/ev-sidebar-links.c: (selection_changed_cb):
11893         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11894         (ev_view_go_to_link):
11895
11896         Add support for document links
11897
11898 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11899
11900         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11901         (create_tool_item):
11902         Set the spin button limits correctly.
11903         
11904         * shell/ev-sidebar-thumbnails.c:
11905         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11906         Support changing pages by clicking on the thumbnails.
11907         
11908 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11909
11910         * pixbuf/pixbuf-document.c:
11911         (pixbuf_document_thumbnails_get_dimensions),
11912         (pixbuf_document_document_thumbnails_iface_init):
11913
11914         implement get_dimensions
11915
11916 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11917
11918         * ps/ps-document.c: (ps_document_goto_page):
11919
11920         Fix page switching on multipage documents
11921
11922 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11923
11924         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11925         
11926         check for NULL before assigning to width and height parameters
11927
11928 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11929
11930         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11931         (pixbuf_document_set_property), (pixbuf_document_get_property):
11932
11933         implement get/set properties
11934
11935 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11936
11937         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11938         
11939         return NULL instead of "Unknown", letting the title get set to
11940         the filename when the pdf has no title.
11941
11942 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11943
11944         * ps/ps-document.c: (ps_document_get_page_count),
11945         (ps_document_goto_page):
11946
11947 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11948
11949         * shell/ev-history.c: (ev_history_get_property),
11950         (ev_history_set_property), (ev_history_class_init),
11951         (ev_history_add_page), (ev_history_set_current_index):
11952         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11953         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11954         (ev_navigation_action_finalize):
11955         * shell/ev-navigation-action.h:
11956         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11957         (ev_view_go_forward), (ev_view_get_find_status_message),
11958         (history_index_changed_cb), (ev_view_set_history):
11959         * shell/ev-view.h:
11960         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11961         (update_current_page), (register_custom_actions):
11962
11963         Implement history dropdowns
11964
11965 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11966
11967         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11968         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11969         (ev_view_go_forward):
11970         * shell/ev-window.c: (register_custom_actions):
11971
11972         Fix several history bugs
11973
11974 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11975
11976         * configure.ac: Add «nb» to ALL_LINGUAS.
11977
11978 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11979
11980         * backend/Makefile.am:
11981         * backend/ev-bookmark.c:
11982         * backend/ev-bookmark.h:
11983         * backend/ev-document-bookmarks.c:
11984         * backend/ev-document-bookmarks.h:
11985         * backend/ev-document-links.c: (ev_document_links_get_type),
11986         (ev_document_links_has_document_links),
11987         (ev_document_links_begin_read), (ev_document_links_get_link),
11988         (ev_document_links_get_child), (ev_document_links_next),
11989         (ev_document_links_free_iter):
11990         * backend/ev-document-links.h:
11991         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11992         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11993         (ev_link_get_link_type), (ev_link_set_link_type),
11994         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11995         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11996         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11997         (ev_link_new_external):
11998         * backend/ev-link.h:
11999         * pdf/xpdf/pdf-document.cc:
12000         * shell/Makefile.am:
12001         * shell/ev-application.c: (ev_application_open_link):
12002         * shell/ev-application.h:
12003         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12004         (ev_history_get_link_nth):
12005         * shell/ev-history.h:
12006         * shell/ev-sidebar-bookmarks.c:
12007         * shell/ev-sidebar-bookmarks.h:
12008         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12009         (ev_sidebar_links_class_init), (selection_changed_cb),
12010         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12011         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12012         (do_one_iteration), (populate_links_idle),
12013         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12014         * shell/ev-sidebar-links.h:
12015         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12016         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12017         (go_to_index):
12018         * shell/ev-view.h:
12019         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12020         * shell/ev-window.h:
12021
12022         Rename bookmark to link, and use "Index" for the sidebar panel.
12023
12024 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12025
12026         * shell/Makefile.am:
12027         * shell/ev-application.c: (ev_application_open_bookmark):
12028         * shell/ev-application.h:
12029         * shell/ev-history.c: (ev_history_init), (free_links_list),
12030         (ev_history_finalize), (ev_history_class_init),
12031         (ev_history_add_link), (ev_history_add_page),
12032         (ev_history_get_link_nth), (ev_history_get_n_links),
12033         (ev_history_get_current_index), (ev_history_set_current_index),
12034         (ev_history_new):
12035         * shell/ev-history.h:
12036         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12037         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12038         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12039         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12040         (ev_view_set_page):
12041         * shell/ev-view.h:
12042         * shell/ev-window.c: (ev_window_open_bookmark),
12043         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12044         (goto_page_cb), (register_custom_actions):
12045         * shell/ev-window.h:
12046
12047         Initial history implementation. Needs work.
12048
12049 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12050
12051         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12052
12053 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12054
12055         * cut-n-paste/recent-files/egg-recent-item.c:
12056         * cut-n-paste/recent-files/egg-recent-item.h:
12057         * cut-n-paste/recent-files/egg-recent-model.c:
12058         * cut-n-paste/recent-files/egg-recent-util.c:
12059         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12060         * cut-n-paste/recent-files/egg-recent-view.c:
12061
12062         Update
12063
12064 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12065
12066         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12067         (fillGlyph, fillImageMask, drawImage):
12068         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12069         pdf/splash/SplashTypes.h:
12070         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12071         packed mode for Splash.
12072
12073         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12074         RGB8 packed mode, eliminates the pixbuf data creation loop.
12075
12076         * shell/ev-print-job.c (ev_print_job_finalize)
12077         (ev_print_job_set_property, ev_print_job_get_property)
12078         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12079         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12080         (print_closure_finalize, ev_print_job_print): implement
12081         printing (for backends with EvPsExporter)
12082
12083         * shell/ev_print_job.h: update prototypes.
12084
12085         * shell/ev-window.c (ev_window_print): unref print job after
12086         printing.
12087
12088         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12089         unless the document implements the EvDocumentFind interface.
12090
12091 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12092
12093         * configure.ac: Added ja to ALL_LINGUAS.
12094
12095 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12096
12097         * pdf/xpdf/pdf-document.cc:
12098
12099         add a FIXME. We should probably not allocate
12100         a bookmark object every time
12101
12102 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12103
12104         * shell/ev-application.c: (ev_application_open),
12105         (ev_application_open_bookmark):
12106         * shell/ev-application.h:
12107         
12108         Add a way to open bookmarks
12109
12110         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12111         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12112         (ev_bookmark_set_property), (ev_bookmark_class_init),
12113         (ev_bookmark_new_title), (ev_bookmark_new_link),
12114         (ev_bookmark_new_external):
12115
12116         Support for external uris, better constructors.
12117
12118         * backend/ev-bookmark.h:
12119         * pdf/xpdf/pdf-document.cc:
12120         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12121
12122         Handle external uris
12123
12124 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12125
12126         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12127         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12128
12129         Hook up bookmarks navigation
12130
12131 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12132
12133         * backend/Makefile.am:
12134         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12135         (ev_bookmark_get_title), (ev_bookmark_set_title),
12136         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12137         (ev_bookmark_get_page), (ev_bookmark_set_page),
12138         (ev_bookmark_get_property), (ev_bookmark_set_property),
12139         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12140         (ev_bookmark_new):
12141         * backend/ev-bookmark.h:
12142         * backend/ev-document-bookmarks.c:
12143         (ev_document_bookmarks_get_bookmark):
12144         * backend/ev-document-bookmarks.h:
12145         * pdf/xpdf/pdf-document.cc:
12146         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12147
12148         Add a bookmark object to the backend and use it instead of get_values
12149
12150 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12151
12152         * data/evince-ui.xml:
12153
12154         Cleanup and add select all.
12155
12156         * shell/ev-view.c: (ev_view_select_all),
12157         (ev_view_button_press_event):
12158         * shell/ev-view.h:
12159         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12160
12161         Add select all.
12162         Clear selection on click.
12163
12164 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12165
12166         * shell/ev-sidebar-thumbnails.c
12167         (ev_sidebar_thumbnails_set_document): forgot to unref the
12168         loading_icon.
12169
12170 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12171
12172         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12173         at the visible page, not just linearly.  This makes it look fast.
12174
12175 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12176
12177         * backend/ev-document-misc.c
12178         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12179         white.
12180         * backend/ev-document-thumbnails.h: New interface to get the size
12181         of a page.
12182
12183 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12184
12185         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12186         make dist works
12187
12188 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12189
12190         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12191         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12192         things up a bit.
12193
12194         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12195
12196 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12197
12198         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12199         fonts. Should fix font problems on systems that have the base
12200         fonts in bitmap format. Reported by James Henstridge
12201         <james@jamesh.id.au>.
12202
12203 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12204
12205         * pdf/xpdf/Gfx.cc:
12206         * pdf/xpdf/GfxState.cc:
12207
12208         Fix for CAN-2004-1125
12209
12210 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12211
12212         * shell/ev-view.c: (ev_view_copy):
12213         * shell/ev-view.h:
12214         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12215
12216         Implement Edit->Copy
12217
12218 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12219
12220         * backend/ev-document.c: (ev_document_get_text):
12221         * backend/ev-document.h:
12222         * pdf/xpdf/pdf-document.cc:
12223         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12224         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12225         (ev_view_update_primary_selection), (ev_view_button_press_event),
12226         (ev_view_motion_notify_event), (ev_view_button_release_event):
12227
12228         Beginnings of clipboard support. Incomplete but primary sort
12229         of work.
12230
12231 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12232
12233         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12234         (expose_bin_window):
12235
12236         Nicer rubberband drawing, from GtkIconView.
12237
12238 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12239
12240         * backend/ev-document.c: (ev_document_save):
12241         * backend/ev-document.h:
12242         * data/evince-ui.xml:
12243         * pdf/xpdf/pdf-document.cc:
12244         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12245
12246         Implement "Save a copy..." menu item
12247
12248 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12249
12250         * shell/ev-view.c: (ev_view_zoom):
12251
12252         Queue a resize when zoom changes
12253
12254 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12255
12256         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12257         shadows.
12258
12259         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12260         thumbnails..
12261
12262 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12263
12264         * pdf/xpdf/pdf-document.cc
12265         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12266
12267 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12268
12269         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12270         It's slow, but I'll speed it up next!
12271
12272 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12273
12274         * shell/main.c (load_files):
12275
12276         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12277         from the command line and because it seems more appropriate.
12278
12279 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12280
12281         * data/evince-ui.xml:
12282         * shell/ev-window.c: (update_action_sensitivity),
12283         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12284
12285         s/next page/page down
12286         s/previous page/page up
12287
12288 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12289
12290         * data/evince-ui.xml:
12291
12292         Change the layout to match clarkbw design.
12293
12294         * shell/Makefile.am:
12295         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12296         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12297         (ev_navigation_action_finalize),
12298         (ev_navigation_action_set_property),
12299         (ev_navigation_action_get_property),
12300         (ev_navigation_action_class_init):
12301         * shell/ev-navigation-action.h:
12302
12303         Implement clarkbw toolbar navigation controls (incomplete)
12304
12305         * shell/ev-page-action.c: (update_label), (update_spin),
12306         (value_changed_cb), (create_tool_item), (connect_proxy),
12307         (ev_page_action_init), (ev_page_action_finalize),
12308         (ev_page_action_set_property), (ev_page_action_get_property),
12309         (ev_page_action_set_current_page),
12310         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12311         * shell/ev-page-action.h:
12312
12313         Implement a page switcher in the toolbar
12314
12315         * shell/ev-view.c: (ev_view_scroll_view):
12316         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12317         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12318         (register_custom_actions), (ev_window_init):
12319
12320         Change page on PageUp/Down.
12321
12322 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12323
12324         * pdf/xpdf/pdf-document.cc
12325         (pdf_document_thumbnails_get_thumbnail): initial stab at
12326         implementing thumbnail support for pdfs.  It only does documents
12327         with precached pdfs now.
12328
12329 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12330
12331         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12332         thumbnail code into a time-based idle as well.  Also, turn off the
12333         shadow temporarily as it's really slow.
12334
12335 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12336
12337         * backend/ev-document.c: (ev_document_class_init):
12338         * pdf/xpdf/pdf-document.cc:
12339         * shell/ev-window.c: (ev_window_open):
12340
12341         Fix document title bugs and fallback to
12342         filename when not available.
12343
12344 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12345
12346         * backend/ev-document.c: (ev_document_get_type),
12347         (ev_document_class_init), (ev_document_load),
12348         (ev_document_get_title):
12349         * backend/ev-document.h:
12350         * pdf/xpdf/pdf-document.cc:
12351         * ps/ps-document.c: (ps_document_set_property),
12352         (ps_document_get_property), (ps_document_class_init),
12353         (document_load):
12354         * ps/ps-document.h:
12355         * ps/ps.h:
12356         * shell/ev-window.c: (update_window_title), (ev_window_open),
12357         (ev_window_init):
12358
12359         Initial support for document title. Not working yet.
12360
12361 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12362
12363         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12364
12365         Grab focus on the view when clicking it
12366
12367 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12368
12369         * shell/ev-marshal.list:
12370         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12371         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12372
12373         Add key bindings to the view. Now if the focus would work
12374         right...
12375
12376 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12377
12378         * Makefile.am:
12379         * backend/Makefile.am:
12380         * data/Makefile.am:
12381         * dvi/Makefile.am:
12382         * dvi/dvilib/Makefile.am:
12383         * pdf/xpdf/Makefile.am:
12384         * po/POTFILES.in:
12385         * ps/Makefile.am:
12386
12387         Fix distcheck
12388
12389 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * shell/ev-view.c: (ev_view_realize):
12392
12393         Fix mouse wheel scrolling
12394
12395 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12396
12397         * ps/Makefile.am:
12398         * ps/gstypes.h:
12399         * ps/gtkgs.c:
12400         * ps/gtkgs.h:
12401         * ps/ps-document.c: (catchPipe), (ps_document_init),
12402         (ps_document_class_init), (ps_document_cleanup),
12403         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12404         (set_up_page), (close_pipe), (is_interpreter_ready),
12405         (interpreter_failed), (output), (input), (start_interpreter),
12406         (stop_interpreter), (file_length), (file_readable),
12407         (check_filecompressed), (check_pdf), (compute_xdpi),
12408         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12409         (ps_document_get_type), (ps_document_emit_error_msg),
12410         (document_load), (ps_document_next_page),
12411         (ps_document_get_current_page), (ps_document_get_page_count),
12412         (ps_document_goto_page), (ps_document_set_page_size),
12413         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12414         (ps_document_load), (ps_document_get_n_pages),
12415         (ps_document_set_page), (ps_document_get_page),
12416         (ps_document_widget_event), (ps_document_set_target),
12417         (ps_document_set_scale), (ps_document_set_page_offset),
12418         (ps_document_get_page_size), (ps_document_render),
12419         (ps_document_document_iface_init):
12420         * ps/ps-document.h:
12421         * ps/ps.c:
12422         * shell/ev-window.c: (ev_window_open):
12423
12424         Rename GtkGS to PSDocument
12425
12426 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12427
12428         * ps/gtkgs.c: (gtk_gs_class_init):
12429         * ps/gtkgs.h:
12430
12431         Some more leftover...
12432
12433 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12434
12435         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12436         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12437         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12438         * ps/gtkgs.h:
12439
12440         Remove unused code and make a lot of stuff private
12441
12442 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12443
12444         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12445         (gtk_gs_defaults_changed):
12446         * ps/gsdefaults.h:
12447         * ps/gtkgs.c:
12448         * ps/gtkgs.h:
12449         * ps/ps.h:
12450
12451         Cleanup headers dependencies
12452
12453 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12454
12455         * ps/Makefile.am:
12456         * ps/ggvutils.c:
12457         * ps/ggvutils.h:
12458         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12459         * ps/gsdefaults.h:
12460         * ps/gtkgs.c: (file_length), (file_readable),
12461         (check_filecompressed), (check_pdf), (gtk_gs_load),
12462         (gtk_gs_get_postscript):
12463
12464         Get rid of ggvutils
12465
12466 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12467
12468         * ps/ggvutils.c:
12469         * ps/ggvutils.h:
12470         * ps/gsio.h:
12471         * ps/gtkgs.c: (gtk_gs_set_zoom):
12472
12473         Cleanups
12474
12475 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12476
12477         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12478
12479         Ensure the page is rerendered when changing zoom
12480
12481 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12482
12483         * backend/ev-document.c: (ev_document_base_init),
12484         (ev_document_changed):
12485         * backend/ev-document.h:
12486
12487         Add a changed event that is emitted when the page content
12488         changes. This is necessary to deal with the fact that
12489         in ps backend rendering happen asycrounously.
12490         This makes the ps backend mostly work.
12491
12492         * pdf/xpdf/pdf-document.cc:
12493
12494         Emit changed event
12495
12496         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12497         (ps_document_set_target):
12498
12499         Emit changed event
12500
12501         * shell/ev-view.c: (document_changed_callback),
12502         (ev_view_set_document), (ev_view_set_page):
12503
12504         Redraw on the changed signal
12505
12506 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12507
12508         * configure.ac: Added pt_BR to ALL_LINGUAS.
12509
12510 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12511
12512         * backend/ev-document-bookmarks.c:
12513         (ev_document_bookmarks_get_child): *
12514         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12515         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12516         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12517         (ev_sidebar_bookmarks_destroy),
12518         (ev_sidebar_bookmarks_class_init),
12519         (ev_sidebar_bookmarks_construct), (stack_data_free),
12520         (do_one_iteration), (populate_bookmarks_idle),
12521         (ev_sidebar_bookmarks_clear_document),
12522         (ev_sidebar_bookmarks_set_document): *
12523         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12524         (ev_sidebar_add_page),
12525         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12526         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12527         it displays both the topics and the page numbers.
12528
12529 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12530
12531         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12532         toggle.
12533         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12534         visible.
12535
12536 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12537
12538         * configure.ac: Added en_CA to ALL_LINGUAS.
12539
12540 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12541
12542         * ChangeLog: replace bottom of this ChangeLog (merged history of
12543         ggv and gpdf; where all paths were wrong and most of the files are
12544         not even in this tree) with ChangeLog (from arch) of the shell
12545         code.
12546
12547 2004-12-23  Havoc Pennington  <hp@redhat.com>
12548
12549         * shell/ev-window.c: hook up potentially-questionable "find
12550         results status text" feature - something involving the sidebar or
12551         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12552         might be better in the end.
12553
12554         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12555         with corresponding signal when it should be updated
12556
12557         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12558
12559 2004-12-22  Havoc Pennington  <hp@redhat.com>
12560
12561         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12562         find stuff on other pages, sort of (only returns one result on
12563         invisible pages, to show they have results; updates full results
12564         for a page when you view it). Currently repaints the current page
12565         every time a new result is found on any page, which isn't so nice.
12566
12567 2004-12-22  Havoc Pennington  <hp@redhat.com>
12568
12569         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12570         the document doesn't support find (better ideas?)
12571         (find_bar_search_changed_cb): handle missing document or document
12572         that doesn't support find
12573
12574         * pdf/xpdf/pdf-document.cc: port to implement the new
12575         EvDocumentFindIface
12576
12577         * backend/ev-document-find.c: create a new interface for searching
12578
12579         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12580
12581 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12582
12583         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12584         libevbackend.la.
12585
12586         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12587         EvPrintJob constructor arguments.
12588
12589         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12590         for documents that can export PostScript (page by page).
12591
12592         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12593         
12594         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12595         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12596         (pdf_document_ps_exporter_iface_init:
12597         Implement EvPSExporter.
12598
12599         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12600
12601 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12602
12603         * backend/Makefile.am:
12604         * backend/ev-document-thumbnails.c:
12605         (ev_document_thumbnails_get_type),
12606         (ev_document_thumbnails_get_thumbnail):
12607         * backend/ev-document-thumbnails.h:
12608         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12609         (pixbuf_document_thumbnails_get_thumbnail),
12610         (pixbuf_document_document_thumbnails_iface_init):
12611         * shell/Makefile.am:
12612         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12613         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12614         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12615         * shell/ev-sidebar-thumbnails.h:
12616         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12617         (ev_sidebar_set_document):
12618         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12619         (create_shadow), (ev_pixbuf_add_shadow):
12620         * shell/ev-utils.h:
12621         Add thumbnail support.
12622         
12623 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12624
12625         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12626         (using_postscript_printer): Set up a print dialog for "PostScript
12627         injection" method.
12628
12629         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12630         EvPrintJob.
12631
12632         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12633
12634 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12635
12636         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12637         (ps_document_set_target), (ps_document_get_page_size),
12638         (ps_document_render):
12639         * ps/gtkgs.h:
12640
12641         Fix a few bugs
12642
12643 2004-12-22  Christian Rose  <menthos@menthos.com>
12644
12645         * configure.ac: Added "sv" to ALL_LINGUAS.
12646
12647 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12648
12649         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12650         document supports bookmarks.
12651
12652 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12653
12654         * ps/ggvutils.c: (ggv_file_readable):
12655         * ps/ggvutils.h:
12656         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12657         (gtk_gs_get_postscript):
12658
12659         Remove unused utils
12660
12661 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12662
12663         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12664         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12665         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12666         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12667         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12668         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12669         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12670         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12671         (gtk_gs_set_antialiasing), (ps_document_load),
12672         (ps_document_render):
12673         * ps/gtkgs.h:
12674
12675         Another check point for the ps backend. Now I can get it to show
12676         pages!
12677
12678 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12679
12680         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12681         document setting code.
12682
12683 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12684
12685         * shell/eggfindbar.c: (entry_activate_callback):
12686         Animate the next button when activate is pressed.
12687         
12688 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12689
12690         * shell/ev-window.c: (ev_window_cmd_edit_find),
12691         (update_fullscreen_popup), (ev_window_fullscreen),
12692         (ev_window_unfullscreen), (ev_window_state_event_cb),
12693         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12694         Fix bugs in fullscreen code.
12695         
12696 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12697
12698         * Makefile.am:
12699         * configure.ac:
12700         * pixbuf/Makefile.am:
12701         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12702         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12703         (pixbuf_document_set_page), (pixbuf_document_get_page),
12704         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12705         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12706         (pixbuf_document_render), (pixbuf_document_begin_find),
12707         (pixbuf_document_end_find), (pixbuf_document_finalize),
12708         (pixbuf_document_class_init),
12709         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12710         * pixbuf/pixbuf-document.h:
12711         * shell/Makefile.am:
12712         * shell/ev-application.c: (ev_application_open):
12713         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12714         (ev_window_open):
12715         Add pixbuf backend.
12716         
12717 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12718
12719         * Makefile.am: 
12720         * dvi/dvilib/Makefile.am:
12721         * dvi/Makefile.am:
12722         * configure.ac: Auto*ify dvi and dvi/dvilib
12723
12724         * dvi/Makefile: Remove from CVS
12725         
12726         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12727         confusion.
12728
12729         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12730         
12731         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12732         
12733 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12734
12735         * ps/Makefile.am:
12736         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12737         (gtk_gs_value_adjustment_changed), (compute_size),
12738         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12739         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12740         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12741         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12742         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12743         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12744         (ps_document_load), (ps_document_get_n_pages),
12745         (ps_document_set_page), (ps_document_get_page),
12746         (ps_document_set_target), (ps_document_set_scale),
12747         (ps_document_set_page_offset), (ps_document_get_page_size),
12748         (ps_document_render), (ps_document_begin_find),
12749         (ps_document_end_find), (ps_document_document_iface_init):
12750         * ps/gtkgs.h:
12751         * shell/Makefile.am:
12752         * shell/ev-window.c: (ev_window_open):
12753
12754         Some work to integrate gtkgs with EvDocument
12755
12756 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12757
12758         * shell/ev-window.c: (update_fullscreen_popup),
12759         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12760         (exit_fullscreen_button_clicked_cb),
12761         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12762         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12763         (ev_window_state_event_cb), (ev_window_init):
12764         Add fullscreen support from Epiphany.
12765         
12766 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12767
12768         * data/ev-stock-zoom-fit-width.png: fit-width
12769         stock icon from gpdf.
12770         
12771         * shell/ev-stock-icons.[ch]: copied from gpdf.
12772         
12773         * shell/main.c: (main): init stock icons.
12774         
12775         * shell/ev-window.c: use the fit-width icon.
12776         
12777         * data/evince-ui.xml: add zooming toolbar items.
12778
12779 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12780
12781         * shell/ev-view.c: 
12782         (ev_view_best_fit), (ev_view_fit_width): because
12783         get_page_size() returns the scaled page size, we
12784         need to calculate the scale factor relative to
12785         the previous scale factor. Should really just
12786         add get_real_page_size().
12787
12788 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12789
12790         * shell/ev-view.[ch]:
12791         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12792         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12793         add zooming.
12794         
12795         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12796         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12797         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12798         hook it up.
12799         
12800         * pdf/xpdf/pdf-document.cc:
12801         (pdf_document_begin_find),
12802         (pdf_document_end_find): make static.
12803
12804 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12805
12806         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12807
12808         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12809         names to fontconfig patterns.
12810         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12811
12812         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12813         setupBaseFontsFc.
12814
12815 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12816
12817         * Makefile.am:
12818         * configure.ac:
12819         * ps/Makefile.am:
12820         * ps/ggvutils.c:
12821         * ps/ggvutils.h:
12822         * ps/gsdefaults.c:
12823         * ps/gsdefaults.h:
12824         * ps/gsio.c:
12825         * ps/gsio.h:
12826         * ps/gtkgs.c:
12827         * ps/gtkgs.h:
12828         * ps/ps.c:
12829         * ps/ps.h:
12830
12831         Import ggv backend. Not hooked up yet.
12832
12833 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12834
12835         * shell/main.c: (load_files), (main): load files
12836         from the command line.
12837
12838 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12839
12840         * configure.ac: don't require bonobo.
12841         
12842         * cut-n-paste/recent-files/*: kill bonobo recent
12843         view.
12844
12845         * shell/ev-window.c:
12846         (ev_window_is_empty): upd.
12847         (unable_to_load), (ev_window_open): load backend
12848         based on the mime type.
12849
12850 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12851
12852         * backend/.cvsignore: ignore generated marshalers source.
12853
12854         * shell/main.c (main): this is not epiphany.
12855
12856 2004-12-22  Havoc Pennington  <hp@redhat.com>
12857
12858         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12859         (expose_bin_window): draw find highlights
12860
12861         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12862         
12863         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12864         (pdf_document_end_find): implement this interface
12865
12866         * backend/ev-document.c (ev_document_found): add this to emit
12867         signal
12868
12869 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12870
12871         * data/evince-ui.xml: Add a few more toolbar items.
12872
12873         * shell/ev-window.c: Hook up page navigation toolbar 
12874         items.
12875
12876         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12877         a page-changed signal.
12878
12879         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12880         Add ev_document_get_page().
12881
12882         * shell/ev-window.c: Sensitize/desensitize navigation
12883         actions.
12884
12885 2004-12-21  Havoc Pennington  <hp@redhat.com>
12886
12887         * backend/ev-backend-marshal.c,
12888         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12889         marshaler-generator thingy. I'm sure there's a better way to do
12890         this in the modern world.
12891
12892         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12893         end_find methods and "found" signal.
12894
12895         * configure.ac: find glib-genmarshal
12896
12897 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12898
12899         * shell/ev-sidebar.c: Construct an actual sidebar.
12900         * shell/ev-sidebar-bookmarks.[ch]:
12901         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12902
12903 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12904
12905         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12906         Redo size handling.
12907         
12908         * shell/ev-view.c: Track the size from the document.
12909
12910 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12911
12912         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12913         constructor assumes ownership of the string passed in.
12914         
12915         * shell/ev-window.c (ev_window_open): Destroy the error
12916         dialog once we've displayed it.
12917
12918 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12919
12920         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12921         a bit, it works! (sort of)
12922
12923         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12924         Move to .cc since we need to use C++ in the implementation.
12925
12926         * shell/dummy.cc: Add a CC file to force evince
12927         to be linked as a C++ program.
12928
12929 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12930
12931         * shell/ev-view.[ch]: Start of content-area widget.
12932
12933         * shell/ev-window.c: Create a EvView, update it
12934         as we change documents.
12935
12936         * shell/Makefile.am shell/ev-marshal.list: Add
12937         generated marshalers.
12938
12939 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12940
12941         * Makefile.am (SUBDIRS): move shell.
12942
12943 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12944
12945         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12946         .a to libtool convenience libraries.
12947
12948         * shell/ev-window.c (ev_window_open): Hard code loading
12949         a PDF document.
12950         
12951         * backend/ev-document.h: Add a boolean return to load(),
12952         fix GError * to GError **.
12953
12954         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12955         object for a PDF backend EvDocument.
12956
12957 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12958
12959         * dvi/*: New directory with the beginning of a .dvi backend.
12960
12961 2004-12-21  Havoc Pennington  <hp@redhat.com>
12962
12963         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12964         previous/next instead of back/forward
12965
12966 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12967
12968         * backend/ev-document.[ch]: Fix a couple of problems so
12969         it compile.
12970
12971 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12972
12973         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12974         to backend/ directory, rename EvViewer to EvDocument.
12975
12976 2004-12-21  Havoc Pennington  <hp@redhat.com>
12977
12978         * shell/ev-window.c: hook up the find bar widget; now we just need
12979         a document to find things in
12980
12981         * shell/eggfindbar.c: a find bar widget
12982
12983 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12984
12985         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12986
12987 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12988
12989         * pdf/**: Import of xpdf code from gpdf. 
12990
12991         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12992
12993         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12994         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12995         Fix FreeType includes.
12996
12997         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12998         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12999         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13000         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13001         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13002         Include xpdfconfig.h
13003         
13004 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13005
13006         * shell/ev-window.c (ev_window_dispose): dispose can be called
13007         multiple times.
13008
13009 2004-12-21  Havoc Pennington  <hp@redhat.com>
13010
13011         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13012         rather than Evince
13013
13014         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13015         items; really they should be synced with the strings, etc. from
13016         current gpdf, but just getting the boring typing out of the way 
13017
13018 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13019
13020         * po/POTFILES.in:
13021         * shell/ev-application.c: (window_destroy_cb):
13022         * shell/ev-window.c:
13023         * shell/main.c: (main):
13024
13025         Actually show the window...
13026
13027 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13028
13029         * Makefile.am:
13030         * shell/Makefile.am:
13031         * shell/ev-application.c: (ev_application_class_init):
13032         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13033
13034         Make it build again
13035
13036 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13037
13038         Import to gnome cvs.
13039         
13040         * Remove copies of gpdf and ggv trees.
13041         * Rip out all the recursive configure code.
13042         * Remove bonobo machinery.
13043         * viewer/*: GInterfaces that backends should/can implement.
13044
13045 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13046
13047         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13048         typo
13049
13050 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13051
13052         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13053         (ev_application_finalize, ev_application_class_init)
13054         (ev_application_init): use GType instance private data for priv.
13055
13056         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13057         (ev_window_finalize, ev_window_class_init)
13058         (ev_window_init): ditto.
13059
13060 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13061
13062         * shell/ev-application.c (ev_application_new_window): make public
13063         (ev_application_show_initial_window): kill.
13064
13065         * shell/ev-application.h: update prototypes.
13066
13067         * shell/main.cc (main): inline ev_application_show_initial_window.
13068
13069 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13070
13071         * shell/ev-application.c (ev_application_new_window): impl.
13072         (ev_application_show_initial_window): use it.
13073         (is_window_empty, ev_application_get_empty_window): returns an
13074         existing empty window or a new one.
13075         (ev_application_open): from ev_window_cmd_file_open.
13076
13077         * shell/ev-application.h: update prototypes
13078
13079         * shell/ev-window.c (ev_window_is_empty): impl.
13080         (ev_window_open): make public.
13081         (ev_window_cmd_file_open): use ev_application_open
13082
13083         * shell/ev-window.h: update prototypes, remove unused.
13084
13085 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13086
13087         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13088         move destroy handler out of here...
13089
13090         * shell/ev-application.c, shell/ev-application.h: ...into this new
13091         class. Also handles initial window creation.
13092
13093         * shell/main.cc (main): use EvApplication to create initial
13094         window.
13095
13096 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13097
13098         * Makefile.am (SUBDIRS): add cut-n-paste
13099
13100         * cut-n-paste/Makefile.am: add
13101
13102         * configure.ac: generate Makefiles in cut-n-paste
13103
13104 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13105
13106         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13107         (ev_window_class_init): install ev_window_dispose.
13108
13109 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13110
13111         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13112         char (gchar looks stupid).
13113
13114 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13115
13116         * po/de.po: updated German translation.
13117
13118 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13119
13120         * configure.ac: add more pkg-config library checks for gnome-vfs,
13121         bonobo etc.
13122
13123         * gpdf/configure.in: temporarily disable libpaper
13124         checks. Otherwise I'd have to add the checks for the shell, too.
13125
13126 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13127
13128         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13129         and * file filters to the file choose.
13130
13131 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13132
13133         * po/de.po: Updated German translation.
13134
13135 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13136
13137         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13138
13139 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13140
13141         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13142
13143         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13144         (ev_window_init): implement those menuitems.
13145
13146 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13147
13148         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13149
13150         * shell/ev-window.c (ev_window_init): use the toolbar.
13151
13152 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13153
13154         * shell/ev-window.c (ev_window_init): use menu translations
13155
13156 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13157
13158         * configure.ac: add "de" to ALL_LINGUAS.
13159
13160         * po/de.po: add German translation.
13161
13162 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13163
13164         * Makefile.am (SUBDIRS): add po
13165
13166         * configure.ac: check intltool, glib-gettext etc, generate
13167         po/Makefile.in
13168
13169         * po, po/POTFILES.in, po/POTFILES.skip: new.
13170
13171 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13172
13173         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13174         already use (#ifdef ENABLE_NLS)
13175
13176         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13177         pointer indirection thinko.
13178
13179         * shell/main.c: include gi18n.h for bindtextdomain etc.
13180
13181 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13182
13183         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13184         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13185         tooltips for menu items in the statusbar.
13186
13187 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13188
13189         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13190         pkgdatadir drop UIDIR
13191
13192 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13193
13194         * data/evince-ui.xml: Add File->Open menu item
13195
13196         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13197         chooser), hook it up in the ui manager.
13198
13199 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13200
13201         * shell/ev-window.c: fix Help->About tooltip.
13202
13203 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13204
13205         * configure.ac: set CFLAGS for libevprivate.
13206
13207         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13208         definitions, factory etc.
13209
13210         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13211
13212         * shell/Makefile.am: link against libevprivate.a.
13213
13214         * shell/ev-window.c (entries): add stock icon to Help->About.
13215
13216         * shell/main.c (main): init stock icon code.
13217
13218 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13219
13220         * lib/recent-files: egg recent files code
13221
13222         * lib/Makefile.am: add.
13223
13224         * Makefile.am: add lib subdir.
13225
13226         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13227         set CFLAGS for recent-files.
13228
13229 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13230
13231         * configure.ac: disable -ansi and -pedantic gcc flags. They
13232         disable POSIX stuff in stdio.h, but egg-recent uses them.
13233
13234 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13235
13236         * configure.ac: add --disable-deprecated flag (defaults to on in
13237         "cvs" builds).
13238
13239         * shell/Makefile.am (INCLUDES): use it.
13240
13241 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13242
13243         * shell/main.c: add missing #include.
13244
13245         * shell/ev-window.c: fix for pedantic gcc.
13246         (ev_window_cmd_help_about): split license into paragraphs for
13247         translators and pedantic compilers.
13248
13249 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13250
13251         * configure.ac: add more warning flags if compiling with gcc from
13252         cvs (or explicitly requested with --enable-more-warnings).
13253
13254 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13255
13256         * data/evince-ui.xml: add File and File->Close menu.
13257
13258         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13259         (ev_window_destroy): quit after destroy.
13260         (ev_window_class_init): override GtkObject::destroy.
13261         (entries): install close_window callback.
13262
13263 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13264
13265         * Makefile.am (SUBDIRS): add data subdir.
13266
13267         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13268         gtk+ 2.5.0 for GtkAboutDialog.
13269
13270         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13271         main window.
13272
13273         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13274
13275         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13276         manager.
13277         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13278
13279 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13280
13281         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13282
13283 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13284
13285         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13286
13287 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13288
13289         * shell/*: Added shell directory boilerplate, build it.
13290
13291 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13292
13293         * configure.ac, Makefile.am: Added top-level configure.ac and
13294         Makefile.am