]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
dca4f69446d20ac785dc90ca5ee3ea0b65119aae
[evince.git] / ChangeLog
1 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * backend/pdf/ev-poppler.cc:
5
6         Fix build with poppler >= 0.7.2
7         
8 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9
10         * configure.ac:
11         
12         Update for release 2.22.0
13
14 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
15
16         * NEWS:
17
18         Update for upcoming release.
19
20 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
21
22         * shell/ev-window.c (ev_window_print_dialog_response_cb):
23
24         Bug 495107 – Handle print dialog responses correctly
25
26         Correctly handle print dialog response. Properly fixes
27         the above mentioned bug.
28
29 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
30
31         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
32
33         Make sure print job is only run when the print button is
34         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
35         
36 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
37
38         * backend/pdf/pdfdocument.evince-backend.in:
39         * libdocument/ev-backends-manager.c:
40         (ev_backends_manager_load_backend),
41         (ev_backends_manager_get_document):
42         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
43
44         Allow making backend modules resident. This is needed only for
45         some backends like pdf to avoid registering glib types more than
46         once.
47         
48 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
49
50         * backend/comics/comics-document.c:
51         * backend/djvu/djvu-document.c:
52         * backend/impress/impress-document.c:
53         * backend/pdf/ev-poppler.cc:
54         * backend/pixbuf/pixbuf-document.c:
55         * backend/ps/ev-spectre.c:
56         * backend/ps/ps-document.c:
57         * backend/tiff/tiff-document.c:
58         * libdocument/ev-document.h:
59         * properties/ev-properties-main.c:
60
61         Use g_type_module_add_interface instead of
62         g_type_add_interface_static. Fixes bug #519679.
63         
64 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
65
66         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
67         Added. Returns whether the animation has everything necessary to run.
68         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
69         is ready just because it's been created. Fixes #519106.
70         (draw_one_page): Do not show the "Loading..." text in presentation
71         mode, there was a slim probability that this could happen.
72
73 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
74
75         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
76
77         Duplicate mime_type string before freeing it so that it doesn't
78         always fail when getting mime type from uri. Fixes bug #518874.
79         
80 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
81
82         * shell/ev-view.c: (ev_view_form_field_choice_changed):
83
84         Fix a crash when a choice form field doesn't have any item
85         selected. Fixes bug #518831
86         
87 2008-02-25  Alexander Larsson  <alexl@redhat.com>
88
89         * shell/ev-window.c (ev_window_clear_temp_file):
90         Use g_file_has_prefix instead of renamed
91         g_file_contains_file.
92
93         * configure.ac:
94         Require new glib for above change.
95         
96 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
97
98         * libdocument/ev-image.c: (ev_image_finalize),
99         (ev_image_save_tmp):
100
101         Return a real uri instead of a filename when saving an
102         image. Fixes images drag an drop from evince to nautilus. 
103         
104 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
105
106         * backend/pdf/ev-poppler.cc:
107         (pdf_document_images_get_image_mapping):
108
109         Return the image list in the right order. Fixes bug #516237.
110         
111 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
112
113         * backend/impress/impress-document.c:
114         (impress_document_thumbnails_get_thumbnail):
115
116         Remove unused variable to avoid a compiler warning.
117
118 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
119
120         * configure.ac:
121         
122         Update for release 2.21.91.
123
124 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
125
126         * configure.ac:
127         * shell/Makefile.am:
128         * shell/ev-application.[ch]:
129         * shell/ev-sidebar-links.c:
130         * shell/ev-utils.[ch]:
131         * shell/ev-window.[ch]:
132
133         Remove libgnomeprint support. Fixes bug #512370.
134         
135 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
136
137         * thumbnailer/evince-thumbnailer.c: (main):
138
139         Initialize glib type system before using it. Fixes bug #513934.
140         
141 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * properties/ev-properties-main.c:
144
145         Add missing #include.
146         
147 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
148
149         * configure.ac:
150         * backend/djvu/djvu-document.c: (djvu_document_render):
151         * backend/tiff/tiff-document.c: (tiff_document_render):
152
153         Use the new cairo function cairo_format_stride_for_width when
154         available. Fixes bug #482720.
155
156 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
159         (get_mime_type_from_data), (get_document_from_uri):
160
161         Use g_content_type_guess() only when slow is true in
162         get_document_from_uri(). Fix several memory leaks.
163         
164 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
165
166         * libdocument/ev-document-factory.c:
167         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
168         (get_document_from_uri):
169
170         Use g_content_type_guess () to get mimetype for files.
171         Bug #510401.
172
173 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
174
175         * thumbnailer/Makefile.am:
176
177         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
178         
179 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
180
181         * configure.ac:
182
183         Fix build with --without-libgnome. Fixes bug #512771.
184         
185 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
186
187         * backend/dvi/Makefile.am: Install only dvi
188         module. Fixes bug #512718.
189
190 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
191
192         * properties/ev-properties-main.c: (nautilus_module_initialize):
193         
194         Initialize backends in properties tab. Fixes bug
195         #512720.
196
197 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
198
199         * properties/Makefile.am: No need to link with 
200         libraries. Fixes bug #512719.
201
202 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
203
204         * NEWS:
205         * configure.ac:
206         
207         Update for release 2.21.90.
208
209 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
210
211         * shell/ev-window.c: (ev_window_cmd_escape):
212
213         Fix compile warning.
214         
215 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
216
217         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
218
219         Fix printing in dvi backend when filename contains white
220         espaces. Fixes bug #502839.
221         
222 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
225         (screensaver_disable_x11):
226         * shell/Makefile.am:
227         * shell/xdg-user-dir-lookup.c: Removed
228         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
229         * shell/ev-view.c: (ev_view_presentation_transition_start):
230         * shell/ev-window.c: (ev_window_cmd_file_open),
231         (ev_window_cmd_save_as), (presentation_set_timeout):
232
233         Remove #ifdefs that are no longer needed.
234         
235 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * shell/ev-view.[ch]: (ev_view_button_release_event),
238         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
239         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
240         (ev_window_cmd_escape):
241
242         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
243         
244 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * configure.ac:
247         * backend/comics/comics-document.c: (comics_document_load):
248         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
249         (ev_attachment_set_property), (ev_attachment_init),
250         (ev_attachment_save), (ev_attachment_launch_app),
251         (ev_attachment_open):
252         * libdocument/ev-document-factory.c: (get_document_from_uri):
253         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
254         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
255         * shell/ev-jobs.c:
256         * shell/ev-password.c: (ev_password_dialog_set_property),
257         (ev_password_dialog_save_password):
258         * shell/ev-sidebar-attachments.c:
259         (ev_sidebar_attachments_drag_data_get):
260         * shell/ev-window-title.c: (get_filename_from_uri):
261         * shell/ev-window.c: (ev_window_clear_temp_file),
262         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
263         (ev_window_open_uri), (window_save_file_copy_ready_cb),
264         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
265         (launch_external_uri), (image_save_dialog_response_cb),
266         (attachment_save_dialog_response_cb):
267         * shell/main.c: (load_files), (load_files_remote), (main):
268         * thumbnailer/evince-thumbnailer.c: (main):
269
270         Port to gio and drop gnome-vfs dependency. Fixes bug
271         #510401. Based on patch by Cosimo Cecchi.
272         
273 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
274
275         * NEWS:
276
277         Fixed formatting inconsistencies (spaces vs. tabs)
278
279 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
280
281         * shell/ev-window.c:
282
283         Use top/up/bottom/down arrows instead of
284         first/left/last/right in the toolbar and menu actions.
285         This fixes issues with RTL languages and is visually
286         consistent with the page view. Fixes bug #170081.
287
288 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
289
290         * NEWS:
291
292         Fixed some inaccuracies pointed out by Carlos Garcia
293         Campos.
294
295 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
296
297         * NEWS:
298         * data/evince.schemas.in:
299         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
300
301         Override PDF restrictions by default. Fixes bug #382700.
302
303 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
304
305         * NEWS: Updated for upcoming release
306
307 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
308
309         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
310
311         Fix memory leak.
312         
313 2008-01-23  Gil Forcada <gilforcada@guifi.net>
314
315         * shell/ev-window.c: (register_custom_actions):
316         
317         Added comment for translators
318
319 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * shell/ev-view.c: (ev_view_button_release_event):
322
323         Do not create the idle function for kinetic scrolling if we are
324         not in a drag operation.
325
326 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
327
328         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
329         (ev_view_button_press_event), (ev_view_motion_notify_event),
330         (ev_view_button_release_event):
331
332         Restore cursor after autoscrolling. Fixes bug #509958.
333
334 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * configure.ac:
337         * backend/pdf/ev-poppler.cc:
338         (pdf_document_images_get_image_mapping),
339         (pdf_document_images_get_image),
340         (pdf_document_document_images_iface_init):
341         * libdocument/ev-document-images.[ch]:
342         (ev_document_images_get_image_mapping),
343         (ev_document_images_get_image):
344         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
345         (ev_image_get_id), (ev_image_save_tmp):
346         * shell/ev-jobs.c: (ev_job_render_run):
347         * shell/ev-view.c: (ev_view_drag_data_get):
348         * shell/ev-window.c: (image_save_dialog_response_cb),
349         (ev_view_popup_cmd_copy_image):
350
351         Do not render images when rendering the page but on demand. It
352         reduces the memory comsumption.
353         
354 2008-01-18  Marcelo Lira  <setanta@gmail.com>
355
356         * configure.a:
357         * shell/ev-password.c:
358
359         Make gnome-keyring optional. Fixes bug #509676.
360         
361 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * shell/ev-pixbuf-cache.c: (add_job):
364
365         Initialize include_images variable as FALSE instead of TRUE.
366         
367 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
368
369         * configure.ac:
370         * cut-n-paste/Makefile.am:
371         * cut-n-paste/fileformatchooser/Makefile.am:
372         * cut-n-paste/fileformatchooser/egg-macros.h:
373         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
374         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
375         * shell/Makefile.am:
376         * shell/ev-utils.c:
377         (file_chooser_dialog_add_writable_pixbuf_formats),
378         (get_gdk_pixbuf_format_by_extension):
379         * shell/ev-utils.h:
380         * shell/ev-window.c: (ev_window_error_message),
381         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
382         
383         Simplify image format selection on save.
384
385 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
386
387         * shell/ev-view.c: (ev_view_scroll_event):
388         
389         Repair gorizontal scrolling with shift. Fixes
390         bug #483412.
391
392 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
393         
394         * MAINTAINERS:
395
396         Fix formatting issues.
397         
398 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
399
400         * backend/comics/comics-document.c: (comics_regex_quote):
401         
402         Don't overquote special chars except of '. See bug 
403         502500. Thanks to Tom Parker.
404
405 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
406
407         * MAINTAINERS:
408         
409         Added Nickolay and Carlos, since they're doing most of
410         the releases nowadays.
411
412 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
413
414         * properties/Makefile.am:
415
416         Get the nautilus extension dir properly instead of using
417         a hack. Fixes bug #505359.
418
419 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
420
421         * properties/Makefile.am:
422         
423         Install nautilus extension into new place. See bug
424         #505359. Thanks to Matthias Clasen, Brian Pepple and
425         Damien Carbery.
426
427 2008-01-13  Djihed Afifi  <djihed@gmail.com>
428
429         * shell/ev-window.c: (ev_window_get_recent_file_label):
430         
431         RTL marker in recent file list. See bug #509076.
432
433 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
434
435         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
436         * shell/ev-window.c: (image_save_dialog_response_cb):
437
438         Fix compile warnings due to unused variables.
439         
440 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
441
442         * configure.ac:
443         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
444         * backend/ps/ev-spectre.c: (ps_document_render):
445
446         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
447
448 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
449
450         * shell/ev-transition-animation.c (ev_transition_animation_fade)
451         (ev_transition_animation_paint): Implement "fade" effect.
452
453 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
454
455         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
456         (ev_transition_animation_paint): Implement "uncover" effect.
457
458 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
459
460         * shell/ev-transition-animation.c (ev_transition_animation_cover)
461         (ev_transition_animation_paint): Implement "cover" effect.
462
463 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
464
465         * shell/ev-transition-animation.c (ev_transition_animation_push)
466         (ev_transition_animation_paint): Implement "push" effect.
467
468 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
469
470         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
471         (ev_transition_animation_paint): Implement "dissolve" effect.
472
473 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
474
475         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
476         (ev_transition_animation_paint): Implement "wipe" effect.
477
478 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
479
480         * shell/ev-transition-animation.c (ev_transition_animation_box)
481         (ev_transition_animation_paint): Implement "box" effect.
482
483 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
484
485         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
486         (ev_transition_animation_paint): Implement "blinds" effect.
487
488 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
489
490         * shell/ev-transition-animation.c (ev_transition_animation_split)
491         (ev_transition_animation_paint): Implement "split" effect.
492
493 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
494
495         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
496         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
497         (ev_view_transition_animation_start) 
498         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
499         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
500         (ev_view_next_page) (ev_view_previous_page):
501         
502         Use EvTransitionAnimation to drive page changes in the presentation
503         mode, the animation will wait to start until both the origin and 
504         destination page surfaces are available. Fixes #458460.
505
506         (draw_loading_text):
507
508         Remove workaround for bug #320352, it's now fixed properly.
509
510
511 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
512
513         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
514         will contain the implementations for page transition animations, at
515         the moment it just has the "replace" effect.
516         * shell/Makefile.am: Added these files to build.
517
518 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
519
520         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
521         animations.
522         * shell/Makefile.am: Added these files to build.
523
524 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
525
526         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
527         implementation to get_effect() in EvDocumentTransitionIface.
528
529 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
530
531         * libdocument/ev-transition-effect.[ch]: New files, define a page
532         transition effect, at the moment it maps PopplerPageTransition to a
533         GObject.
534         * libdocument/Makefile.am: Added these files to build.
535         * libdocument/ev-document-transition.[ch]
536         (ev_document_transition_get_effect): New method, gets the
537         EvTransitionEffect returned by the interface implementation, with
538         fallback to the "replace" effect.
539
540 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
541
542         * configure.ac:
543         * cut-n-paste/Makefile.am:
544         * cut-n-paste/fileformatchooser/Makefile.am:
545         * cut-n-paste/fileformatchooser/egg-macros.h:
546         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
547         * shell/Makefile.am:
548         * shell/ev-window.c: (image_save_dialog_response_cb),
549         (ev_view_popup_cmd_save_image_as):
550
551         Allow exporting images in any format supported by
552         GdkPixbuf. Fixes bug #500209.
553         
554 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
555
556         * backend/pixbuf/pixbuf-document.c:
557
558         More warnings fixed.
559         
560 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
563         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
564         * backend/djvu/djvu-text.h:
565         * backend/tiff/tiff-document.c: (tiff_document_render):
566
567         Fix compile warnings.
568         
569 2007-12-28  Christian Persch  <chpe@gnome.org>
570
571         * **/*.c: Include config.h. Bug #504721.
572
573 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
574
575         * configure.ac:
576         * Makefile.am:
577         * po/POTFILES.in:
578         * backend/comics/Makefile.am:
579         * backend/comics/comics-document.[ch]:
580         * backend/comics/comicsdocument.evince-backend.in:
581         * backend/djvu/Makefile.am:
582         * backend/djvu/djvu-document.[ch]:
583         * backend/djvu/djvudocument.evince-backend.in:
584         * backend/dvi/Makefile.am:
585         * backend/dvi/dvi-document.[c]:
586         * backend/dvi/dvidocument.evince-backend.in:
587         * backend/impress/Makefile.am:
588         * backend/impress/impress-document.[ch]:
589         * backend/impress/impressdocument.evince-backend.in:
590         * backend/pdf/Makefile.am:
591         * backend/pdf/ev-poppler.cc:
592         * backend/pdf/ev-poppler.h:
593         * backend/pdf/pdfdocument.evince-backend.in:
594         * backend/pixbuf/Makefile.am:
595         * backend/pixbuf/pixbuf-document.[ch]:
596         * backend/pixbuf/pixbufdocument.evince-backend.in:
597         * backend/ps/Makefile.am:
598         * backend/ps/ev-spectre.[ch]:
599         * backend/ps/ps-document.[ch]:
600         * backend/ps/psdocument.evince-backend.in:
601         * backend/tiff/Makefile.am:
602         * backend/tiff/tiff-document.[ch]:
603         * backend/tiff/tiffdocument.evince-backend.in:
604         * libdocument/Makefile.am:
605         * libdocument/ev-backends-manager.[ch]:
606         * libdocument/ev-module.[ch]:
607         * libdocument/ev-document.h:
608         * libdocument/ev-document-factory.[ch]:
609         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
610         (get_compression_from_mime_type), (get_document_from_uri),
611         (ev_document_factory_get_document), (file_filter_add_mime_types),
612         (ev_document_factory_add_filters):
613         * shell/Makefile.am:
614         * shell/ev-window-title.c: (get_filename_from_uri):
615         * shell/main.c: (main):
616         * thumbnailer/Makefile.am:
617         * thumbnailer/evince-thumbnailer.c: (main):
618
619         Plugin system for backends. Fixes bug #351348.
620         
621 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
622
623         * shell/ev-view-private.h:
624         * shell/ev-view.c: (ev_view_drag_update_momentum),
625         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
626         (ev_view_button_release_event), (ev_view_destroy):
627         
628         Kinetic scrolling implemented as requested in
629         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
630
631 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
632
633         * data/evince-toolbar.xml:
634         * data/evince-ui.xml:
635         * shell/ev-view-private.h:
636         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
637         (ev_view_button_press_event), (ev_view_motion_notify_event),
638         (ev_view_button_release_event), (ev_view_init),
639         (ev_view_autoscroll_cb), (ev_view_autoscroll),
640         (ev_view_set_cursor):
641         * shell/ev-view.h:
642         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
643         (ev_window_cmd_view_autoscroll):
644         
645         Autoscroll feature with the context menu. Fixes bug 
646         #323670. Thanks to David Turner <cillian64@googlemail.com>.
647
648 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
649
650         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
651
652         Disconnect also page-ready signal when removing a job because the
653         page size has changed. Thanks to kripken
654         <kripkensteiner@gmail.com>.
655
656 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
657
658         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
659         
660         Scroll pages in page entry with mouse wheel. Fixes bug
661         #324122. Thanks to David Turner <cillian64@googlemail.com>.
662
663 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
664
665         * backend/dvi/Makefile.am:
666         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
667         (mdvi_cairo_device_init):
668         * backend/dvi/mdvi-lib/common.h:
669         * backend/dvi/mdvi-lib/mdvi.h:
670         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
671         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
672         (mdvi_build_path_from_cwd):
673
674         Add ps specials support in dvi backend when libspectre is
675         present. Fixes bug #386005.
676         
677 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
678
679         * configure.ac:
680         * backend/ps/Makefile.am:
681         * backend/ps/ev-spectre.[ch]:
682         
683         Use libspectre, if available, for the ps backend. Fixes bugs
684         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
685
686 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
687         
688         * backend/comics/comics-document.c: (comics_document_load):
689         
690         Cygwin build issue fix.
691
692 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
693
694         * shell/ev-view.c: (ev_view_set_zoom):
695
696         Do not limit the minimum zoom factor when sizing mode is best bit
697         or fit width. Fixes bug #503805.
698         
699 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
700
701         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
702         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
703         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
704         (ev_link_dest_get_property), (ev_link_dest_set_property),
705         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
706         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
707         (ev_link_dest_new_fitr):
708         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
709         (goto_fith_dest), (goto_xyz_dest):
710
711         Do not change left, top and zoom values when they are null in PDF
712         destinations. Fixes bug #460658.
713         
714 2007-12-10  Christian Persch  <chpe@gnome.org>
715
716         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
717         (ev_view_accessible_class_init),
718         (ev_view_accessible_idle_do_action),
719         (ev_view_accessible_action_do_action),
720         (ev_view_accessible_action_get_description),
721         (ev_view_accessible_action_set_description),
722         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
723         (ev_view_accessible_factory_init),
724         (ev_view_accessible_factory_get_accessible_type):
725         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
726         private data, and G_DEFINE_TYPE. Bug #502843.
727
728 2007-12-08  Christian Persch  <chpe@gnome.org>
729
730         * shell/ev-metadata-manager.c: (item_free),
731         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
732         (value_free), (parse_value), (parseItem),
733         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
734         (save_values): Use GSlice to allocate small amounts of memory. Bug
735         #475972.
736
737 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
738
739         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
740
741         Restore cursor to normal after a drag operation. Fixes bug
742         #501603.
743         
744 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
745
746         * NEWS:
747         * configure.ac:
748         
749         Update for release 2.21.1
750
751 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
752
753         * configure.ac:
754         * cut-n-paste/gedit-message-area/Makefile.am:
755         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
756         * shell/Makefile.am:
757         * shell/ev-message-area.[ch]:
758         * shell/ev-window.c: (ev_window_set_message_area),
759         (ev_window_error_message_response_cb), (ev_window_error_message),
760         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
761         (ev_window_save_job_cb), (image_save_dialog_response_cb),
762         (ev_attachment_popup_cmd_open_attachment),
763         (attachment_save_dialog_response_cb), (ev_window_set_document),
764         (ev_window_init):
765
766         Use a message area instead of a popup dialog for error
767         notifications. Fixes bug #337495.
768         
769 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
770
771         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
772         (ev_window_run_fullscreen):
773
774         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
775         
776 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
777
778         * ev-sidebar-thumbnails.c: (update_visible_range),
779         (ev_sidebar_thumbnails_refresh),
780         (ev_sidebar_thumbnails_set_document),
781         (ev_sidebar_thumbnails_support_document):
782
783         Show thumbnails for documents with one page. Fixes bug #358751.
784         
785 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * shell/ev-window.c:
788         (ev_window_load_print_settings_from_metadata),
789         (ev_window_save_print_settings), (ev_window_print_finished),
790         (ev_window_print_range):
791
792         Print settings that are specific to the document are now saved per
793         document in the metadata file. Fixes bug #488806.
794         
795 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
796
797         * backend/tiff/tiff-document.c: (tiff_document_render):
798
799         Tiff documents were rendered with wrong colors. Fixes bug #497279.
800         
801 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
802
803         * shell/ev-application.[ch]: (get_find_string_from_args),
804         (ev_application_open_uri_at_dest), (ev_application_open_uri),
805         (ev_application_open_uri_list):
806         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
807         * shell/ev-window.[ch]: (ev_window_load_job_cb),
808         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
809         (ev_window_cmd_recent_file_activate),
810         (ev_window_open_recent_action_item_activated),
811         (ev_window_print_send), (open_remote_link):
812         * shell/main.c: (arguments_parse):
813
814         Add a command line option for search. Fixes bug #497710.
815         
816 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
817
818         * shell/ev-jobs.c: (ev_job_print_new):
819
820         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
821         
822 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * data/evince-toolbar.xml:
825         * shell/Makefile.am:
826         * shell/ev-application.c: (ev_application_init):
827         * shell/ev-open-recent-action.[ch]:
828         * shell/ev-window.c:
829         (ev_window_open_recent_action_item_activated),
830         (register_custom_actions):
831
832         Add an expander to the open toolbar item which pops up a dropdown
833         menu with the recently used documents. Fixes bug #487215.
834         
835 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
836
837         * shell/ev-window.c: (ev_window_open_uri),
838         (ev_window_cmd_view_reload):
839
840         Do not jump to the first page when reloading by running evince
841         from the command line. Fixes bug #490847.
842         
843 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
844
845         * shell/ev-window.c: (ev_window_cmd_help_contents):
846
847         Plugged memory leak when help file is not found. Fixes bug
848         #490762.
849         
850 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
851
852         * configure.ac:
853
854         Enable djvu, dvi and comics backends by default. Fixes bug
855         #437121.
856         
857 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
858
859         * configure.ac:
860         * cut-n-paste/Makefile.am:
861         * cut-n-paste/recent-files/*: Removed
862         * help/reference/Makefile.am:
863         * shell/Makefile.am:
864         * shell/ev-application.[ch]: (ev_application_shutdown),
865         (ev_application_init):
866         * shell/ev-window.c: (ev_window_add_recent),
867         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
868
869         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
870         
871 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
872
873         * shell/ev-window.c: (launch_external_uri):
874
875         Let GnomeVFS check the URL, this allow more URL (like mailto:),
876         and report error if the URL is not supported (#489910).
877
878 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
881         (pdf_document_file_exporter_begin_page),
882         (pdf_document_file_exporter_end_page):
883
884         Fix printing with poppler splash backend. Fixes bug #489774.
885         
886 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
887
888         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
889         * shell/ev-print-job.c: (ev_print_job_class_init):
890
891         Fix a crash when printing with the gnome-print dialog. Fixes bug
892         #488939.
893         
894 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
895
896         * backend/pixbuf/pixbuf-document.c:
897
898         Fix an implicit function definition warning (#487655)
899
900 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
901
902         * shell/ev-window.c:
903
904         Fix conflicting shortcut for view sade pane and presentation.
905         
906 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
907
908         * backend/pdf/ev-poppler.cc:
909         (pdf_document_file_exporter_begin_page),
910         (pdf_document_file_exporter_do_page),
911         (pdf_document_file_exporter_end_page),
912         (pdf_document_file_exporter_iface_init):
913         * libdocument/ev-file-exporter.[ch]:
914         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
915         * shell/ev-jobs.c: (ev_job_print_get_page_list),
916         (ev_job_print_run):
917
918         When printing multiple pages per sheet in reverse option, do not
919         invert the order of the pages in every sheet, but the order of the
920         sheets. Do not print blank pages when page range is invalid. Fixes
921         bugs #484857 and #485521.
922         
923 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
924
925         * shell/ev-jobs.c: (ev_job_print_get_page_list),
926         (ev_job_print_run):
927         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
928
929         Respect ranges order when printing more than one range in random
930         order.
931         
932 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
933
934         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
935         (ev_window_setup_document), (ev_window_rotation_changed_cb):
936
937         Rotate also the window icon when document is rotated. Fixes bug
938         #474681.
939         
940 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
941
942         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
943         (pdf_document_forms_get_form_fields):
944
945         Silently ignore unknown form fields. Fixes bug #482654. Patch by
946         Matthias Drochner.
947         
948 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
949
950         * configure.ac:
951         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
952
953         Use poppler_page_render_for_printing() instead of
954         poppler_page_render() if available when exporting to a ps or pdf
955         file. Fixes bug #476627.
956         
957 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
958
959         * shell/ev-window.c: (ev_window_run_fullscreen):
960
961         Do not show the toolbar in fullscreen mode if the main toolbar is
962         not visible. Fixes bug #483048.
963         
964 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
965
966         * shell/ev-view.c: (ev_view_button_press_event):
967
968         Give priority to form fields over images when deciding whether a
969         button press event is over an image or form field. It allows edit
970         form fields when they are over a background image. Fixes bug
971         #477841.
972         
973 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
974
975         * NEWS:
976         * configure.ac:
977         
978         Update for release 2.20.0
979
980 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * backend/pdf/ev-poppler.cc:
983
984         Remove #ifdef HAVE_FORMS, so that forms support works again.
985
986 2007-09-05  Götz Waschk  <waschk@mandriva.org>
987
988         * configure.ac:
989         * data/evince.desktop.in.in:
990         
991         Fixes desktop file issues. See bug #473471.
992
993 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
994
995         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
996         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
997         (ev_job_queue_remove_job):
998         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
999         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1000         * shell/ev-window.c: (ev_window_clear_save_job),
1001         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1002         (ev_window_dispose):
1003
1004         Move save a copy task to its own job so that it's carried out in a
1005         thread avoiding another lock in the main thread. Use
1006         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1007         can be saved to a pathin another file system. Fixes bug #456891.
1008         
1009 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1010
1011         * NEWS:
1012         * configure.ac:
1013         
1014         Update for release 2.19.92
1015
1016 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1017
1018         * configure.ac:
1019         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1020         (pdf_selection_get_selection_region),
1021         (pdf_selection_get_selection_map),
1022         (ev_form_field_from_poppler_field):
1023
1024         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1025         and triple click selections are enabled again now.
1026
1027 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * shell/ev-window.c: (ev_window_add_history):
1030
1031         Make sure not to use the history with documents not supporting
1032         links. Fixes bug #468954.
1033
1034 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1035
1036         * shell/ev-window.c: (ev_window_load_job_cb):
1037
1038         Restart the search when reloading a document with the find bar
1039         visible. Fixes bug #461962.
1040
1041 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * shell/ev-window.c: (setup_document_from_metadata),
1044         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1045
1046         Do not jump to the first page when reloading a document from the
1047         last page.
1048
1049 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1050
1051         * shell/ev-window.c: (update_chrome_flag),
1052         (setup_sidebar_from_metadata),
1053         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1054         (ev_window_cmd_edit_find_next),
1055         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1056         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1057         (find_bar_close_cb), (view_actions_focus_in_cb):
1058
1059         Do not update visibility when changing a chrome flag so that it's
1060         possible to update several flags and update visibility only once
1061         for all of them.
1062
1063 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1064
1065         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1066
1067         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1068         supported by gtk+. Fixes bug #460907.
1069
1070 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * shell/ev-view.c: (view_update_range_and_current_page):
1073
1074         Make sure current-page <= end-page in continuous mode. Fixes bug
1075         #454950.
1076
1077 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * backend/pdf/ev-poppler.cc: (build_tree):
1080
1081         Ignore outline items without a title. Fixes bug #453913.
1082
1083 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1084
1085         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1086         (ev_view_button_release_event), (ev_view_leave_notify_event):
1087
1088         Use always drag mouse cursor during a drag operation. Fixes bug
1089         #470564.
1090
1091 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1094         (pdf_selection_get_selection_region),
1095         (pdf_selection_get_selection_map):
1096
1097         Temporarily disable double and triple selections since it depends on
1098         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1099         released and the update of the external dependency minimal version
1100         approved.
1101
1102 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1103
1104         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1105         (pdf_document_file_exporter_do_page):
1106         * libdocument/ev-file-exporter.h:
1107         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1108         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1109
1110         Actually fix printing regressions. Remove orientation from
1111         EvPrintContext since it's redundant.
1112
1113 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1116         * backend/impress/impress-document.c:
1117         (impress_document_document_iface_init):
1118         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1119         * backend/djvu/djvu-document.c:
1120         (djvu_document_document_iface_init),
1121         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1122         * backend/tiff/tiff-document.c:
1123         (tiff_document_document_iface_init):
1124         * backend/pixbuf/pixbuf-document.c:
1125         (pixbuf_document_document_iface_init):
1126         * backend/comics/comics-document.c:
1127         (comics_document_document_iface_init):
1128         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1129         (pdf_selection_render_selection),
1130         (pdf_selection_get_selected_text),
1131         (pdf_selection_get_selection_region),
1132         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1133         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1134         (ev_selection_get_selection_region),
1135         (ev_selection_get_selection_map):
1136         * libdocument/ev-document.[ch]:
1137         * shell/ev-pixbuf-cache.[ch]: (add_job),
1138         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1139         * shell/ev-view-private.h:
1140         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1141         (ev_job_render_run):
1142         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1143         * shell/ev-view.c: (start_selection_for_event),
1144         (ev_view_button_press_event), (ev_view_drag_data_get),
1145         (ev_view_drag_data_received), (ev_view_button_release_event),
1146         (compute_new_selection_text), (compute_selections),
1147         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1148         (ev_view_primary_get_cb):
1149
1150         Add support for double and triple click selections.
1151
1152 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1153
1154         * NEWS:
1155         * configure.ac:
1156
1157         Update for release 2.19.4
1158
1159 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1160
1161         * shell/ev-view-private.h:
1162         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1163         (ev_view_set_highlight_search):
1164         * shell/ev-view.h:
1165         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1166         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1167         (find_bar_visibility_changed_cb):
1168         
1169         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1170
1171 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1172
1173         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1174         (pdf_document_file_exporter_begin),
1175         (pdf_document_file_exporter_do_page):
1176         * shell/ev-jobs.c: (ev_job_print_run):
1177         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1178
1179         Create always a portrait cairo surface and rotate when needed for
1180         landscape. It fixes printing problems in real printers.
1181
1182 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1183
1184         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1185         * libdocument/ev-file-exporter.[ch]:
1186         (ev_file_exporter_get_capabilities):
1187         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1188         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1189
1190         Adjust number of pages per row according to page orientation when
1191         printing 2 or 6 pages per sheet.
1192
1193 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1194
1195         * shell/ev-window.c: (ev_window_print_send):
1196
1197         Reset also cups setting to 1 when printing multiple pages per
1198         sheet. Fixes bug #468853.
1199
1200 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1201
1202         * libdocument/ev-document-misc.c:
1203         (ev_document_misc_surface_rotate_and_scale):
1204
1205         Use directly cairo_surface_get_content() when creating a similar
1206         surface as suggested by Jeff Muizelaar. Thanks again.
1207
1208 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * backend/djvu/djvu-document.c: (djvu_document_render):
1211         * backend/tiff/tiff-document.c: (tiff_document_render):
1212         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1213         * libdocument/ev-document-misc.c:
1214         (ev_document_misc_surface_from_pixbuf),
1215         (ev_document_misc_surface_rotate_and_scale):
1216
1217         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1218         creating page surfaces. Fixes bug #453123. Thank you very much to
1219         Jeff Muizelaar <jeff@infidigm.net>.
1220
1221 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * shell/ev-page-cache.c: (ev_page_cache_new),
1224         (ev_page_cache_get_thumbnail_size):
1225         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1226         (ev_sidebar_thumbnails_set_loading_icon):
1227
1228         Also store in page-cache the dimensions of the thumbnails so that
1229         they can be used to create the correct loading icon in the side
1230         pane. Fixes bug #466857.
1231
1232 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1233
1234         * backend/pdf/ev-poppler.cc:
1235         (pdf_document_thumbnails_get_thumbnail):
1236
1237         Fix thumbnails rotation in pdf documents that include embedded 
1238         thumbnails.
1239
1240 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1241
1242         * backend/pdf/ev-poppler.cc:
1243
1244         Don't use #ifdef in macro expansion. Some compilers don't
1245         like that. Closes bug #467042.
1246
1247 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1248
1249         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1250         
1251         Fixes memory leak in djvu backend.
1252
1253 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1254
1255         * data/icons/32x32/Makefile.am:
1256         * data/icons/32x32/actions/Makefile.am:
1257         * data/icons/32x32/actions/view-page-cont.svg:
1258         * data/icons/32x32/actions/view-page-facing.svg:
1259         * data/icons/48x48/Makefile.am:
1260         * data/icons/48x48/actions/Makefile.am:
1261         * data/icons/48x48/actions/view-page-cont.svg:
1262         * data/icons/48x48/actions/view-page-facing.svg:
1263         
1264         Icons for a new sizes.
1265
1266 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1267
1268         * shell/ev-page-cache.c: (build_height_to_page),
1269         (ev_page_cache_get_height_to_page):
1270         
1271         Fixes invalid read, see bug #466401.
1272
1273 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1274
1275         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1276         (set_drag_cursor):
1277         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1278         (configure_item_cursor), (new_pixbuf_from_widget):
1279
1280         Fix multihead problems in toolbar editor. Fixes bug #382055.
1281
1282 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1283
1284         * shell/ev-window.c: (ev_window_cmd_file_open),
1285         (ev_window_cmd_save_as):
1286
1287         Use g_get_user_special_dir when available instead of
1288         xdg_user_dir_lookup.
1289
1290 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1291
1292         * MAINTAINERS:
1293         
1294         Updated according to request on desktop-devel.
1295
1296 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1299
1300         Do not use cairo_rectangle and cairo_clip since we are
1301         not using cairo_fill but cairo_paint. Use the same cairo context
1302         for every page in the same expose event.
1303
1304 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1305
1306         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1307         leak.
1308
1309 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * configure.ac:
1312         * NEWS:
1313
1314         Release 0.9.3
1315
1316 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1317
1318         * libdocument/ev-document-info.h:
1319         * libdocument/ev-document.h:
1320         * shell/ev-page-action.h:
1321         * shell/ev-sidebar-links.h:
1322
1323         Fix a headers problem with ev-link
1324         
1325         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1326         * shell/ev-view-private.h:
1327         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1328         (get_link_area), (ev_view_query_tooltip),
1329         (ev_view_leave_notify_event), (ev_view_destroy),
1330         (ev_view_class_init):
1331
1332         Use new gtk tooltips when available instead of ev-tooltip.
1333         
1334 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1335
1336         * shell/ev-window.c: (update_chrome_visibility),
1337         (ev_window_sidebar_visibility_changed_cb):
1338
1339         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1340         
1341 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1342
1343         * shell/ev-navigation-action.c:
1344         (ev_navigation_action_history_changed),
1345         (ev_navigation_action_set_history):
1346         * shell/ev-navigation-action-widget.c:
1347         (ev_navigation_action_widget_init):
1348         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1349
1350         Fix compile warnings.
1351         
1352 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1353
1354         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1355         (egg_editable_toolbar_dispose):
1356
1357         Fix memory leak.
1358         
1359 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1362         (screensaver_disable_x11):
1363         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1364         * shell/ev-window.c: (presentation_set_timeout):
1365         * shell/ev-view.c: (ev_view_presentation_transition_start):
1366
1367         Use g_timeout_add_seconds instead of g_timeout_add when
1368         available.
1369         
1370 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1373
1374         Set horizontal scrollbar policy to AUTOMATIC instead of
1375         NEVER. Workaround for bug #449462.
1376         
1377 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1378
1379         * shell/ev-jobs.c: (ev_job_render_page_ready):
1380
1381         Add page_ready callback to main loop with high priority and hold
1382         a reference to job during idle.
1383         
1384 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1385
1386         * configure.ac:
1387         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1388         (pdf_document_file_exporter_begin),
1389         (pdf_document_file_exporter_do_page),
1390         (pdf_document_file_exporter_get_capabilities):
1391         * libdocument/ev-file-exporter.h:
1392         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1393         * shell/ev-window.c: (ev_window_print_send),
1394         (ev_window_print_dialog_response_cb):
1395
1396         Allow printing multiple pages per sheet. Fixes bug #395573.
1397         
1398 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1399
1400         * shell/ev-view.c: (tip_from_link):
1401         
1402         Check for NULL, fixes bug #460862.
1403
1404 2007-07-29  Christian Persch  <chpe@gnome.org>
1405
1406         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1407         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1408         (ev_window_cmd_preview_print):
1409         
1410         Fixes bug #437681 - blocks while enumerating printers.
1411
1412 2007-07-29  Christian Persch  <chpe@gnome.org>
1413
1414         * shell/ev-window.c: (ev_window_screen_changed):
1415         
1416         Don't use deprecated gtk+ function. See bug #460909.
1417
1418 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1419
1420         * shell/ev-utils.c: (get_num_monitors):
1421         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1422
1423         Do not use display before initializing it. Remove compile
1424         warnings.
1425
1426 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1427
1428         * shell/ev-view.c: (ev_view_class_init):
1429         
1430         Unix-like hjkl bindings added. See bug #458111.
1431
1432 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1433
1434         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1435         * shell/ev-utils.h:
1436         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1437         (ev_view_update_view_size):
1438         * shell/ev-view.h:
1439         * shell/ev-window.c: (ev_window_update_actions),
1440         (setup_view_from_metadata), (ev_window_screen_changed),
1441         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1442         (zoom_control_changed_cb):
1443         * shell/ev-window.h:
1444         
1445         Reorganizes utility functions.
1446
1447 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1448
1449         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1450         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1451         (add_job), (ev_pixbuf_cache_get_surface),
1452         (ev_pixbuf_cache_get_link_mapping),
1453         (ev_pixbuf_cache_get_image_mapping),
1454         (ev_pixbuf_cache_get_form_field_mapping),
1455         (ev_pixbuf_cache_get_text_mapping):
1456         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1457         (notify_page_ready), (ev_job_render_page_ready),
1458         (ev_job_render_run):
1459
1460         Add page_ready signal to notify that page is ready as soon as
1461         possible even if other page elements like links, forms, images or
1462         text mapping are not ready yet.
1463
1464 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1465
1466         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1467         (dvi_document_file_exporter_do_page),
1468         (dvi_document_file_exporter_get_capabilities),
1469         (dvi_document_file_exporter_iface_init):
1470         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1471         (ps_document_file_exporter_do_page),
1472         (ps_document_file_exporter_get_capabilities),
1473         (ps_document_file_exporter_iface_init):
1474         * backend/djvu/djvu-document.c:
1475         (djvu_document_file_exporter_begin),
1476         (djvu_document_file_exporter_end),
1477         (djvu_document_file_exporter_get_capabilities),
1478         (djvu_document_file_exporter_iface_init):
1479         * backend/tiff/tiff-document.c:
1480         (tiff_document_file_exporter_begin),
1481         (tiff_document_file_exporter_get_capabilities),
1482         (tiff_document_document_file_exporter_iface_init):
1483         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1484         (pdf_document_file_exporter_do_page),
1485         (pdf_document_file_exporter_get_capabilities),
1486         (pdf_document_file_exporter_iface_init):
1487         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1488         (ev_file_exporter_get_capabilities):
1489         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1490         (idle_print_handler), (ev_print_job_print):
1491         * shell/ev-jobs.c: (ev_job_print_run):
1492         * shell/ev-window.c: (ev_window_print_send),
1493         (ev_window_print_range):
1494
1495         Use capabilities to know which options should be offered by the
1496         print dialog depending on the document backend.
1497
1498 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1499
1500         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1501
1502         Give priority to forms over text to set the cursor.
1503
1504 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * shell/ev-view-private.h:
1507         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1508         (ev_view_leave_notify_event), (ev_view_finalize),
1509         (ev_view_get_property), (ev_view_class_init):
1510
1511         Use IBEAM cursor for text form fields and NORMAL cursor for read
1512         only fields. Remove unused status attribute.
1513
1514 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1515
1516         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1517
1518         Update region for current selected items also for checkbox
1519         buttons, since they can behave as radio buttons when they are in a
1520         set.
1521
1522 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1523
1524         * configure.ac:
1525         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1526
1527         Get max length of text form fields.
1528
1529 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1530
1531         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1532         * libdocument/ev-form-field.h:
1533         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1534
1535         Fix build with current poppler cvs head.
1536
1537 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1538
1539         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1540         * shell/eggfindbar.c: (egg_find_bar_init):
1541
1542         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1543         deprecation. Fixes bug #455667
1544
1545 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1546
1547         * NEWS:
1548         * configure.ac:
1549         
1550         Update for release 0.9.2
1551
1552 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1553
1554         * shell/ev-view.c: (ev_view_form_field_text_save),
1555         (ev_view_form_field_choice_save):
1556
1557         Fix a crash when closing whith a form widget visible.
1558
1559 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1560
1561         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1562
1563         Update also the region of the current selected button when
1564         clicking on another button if they are radio buttons.
1565
1566 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1567
1568         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1569         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1570         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1571         (ev_pixbuf_cache_get_link_mapping),
1572         (ev_pixbuf_cache_get_image_mapping),
1573         (ev_pixbuf_cache_get_form_field_mapping),
1574         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1575         * shell/ev-view.c: (ev_view_form_field_get_region),
1576         (ev_view_form_field_button_create_widget),
1577         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1578         (job_finished_cb):
1579
1580         Redraw only form field region instead of the whole page when
1581         reloading a page to show changes on the form field.
1582
1583 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1584
1585         * shell/ev-view.c: (ev_view_form_field_choice_save):
1586
1587         Fix selection of first item in list form fields.
1588
1589 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1590
1591         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1592         (ev_pixbuf_cache_reload_page),
1593         (ev_pixbuf_cache_get_form_field_mapping):
1594
1595         Some refactoring to avoid duplicated code.
1596
1597 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1598
1599         * configure.ac:
1600         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1601         (ev_form_field_from_poppler_field),
1602         (pdf_document_forms_get_form_fields),
1603         (pdf_document_forms_form_field_text_get_text),
1604         (pdf_document_forms_form_field_text_set_text),
1605         (pdf_document_forms_form_field_button_set_state),
1606         (pdf_document_forms_form_field_button_get_state),
1607         (pdf_document_forms_form_field_choice_get_item),
1608         (pdf_document_forms_form_field_choice_get_n_items),
1609         (pdf_document_forms_form_field_choice_is_item_selected),
1610         (pdf_document_forms_form_field_choice_select_item),
1611         (pdf_document_forms_form_field_choice_toggle_item),
1612         (pdf_document_forms_form_field_choice_unselect_all),
1613         (pdf_document_forms_form_field_choice_set_text),
1614         (pdf_document_forms_form_field_choice_get_text),
1615         (pdf_document_document_forms_iface_init):
1616         * libdocument/Makefile.am:
1617         * libdocument/ev-form-field.[ch]:
1618         * libdocument/ev-document-forms.[ch]:
1619         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1620         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1621         (add_job), (ev_pixbuf_cache_reload_page),
1622         (ev_pixbuf_cache_get_form_field_mapping):
1623         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1624         * shell/ev-view-private.h:
1625         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1626         (ev_view_handle_cursor_over_xy),
1627         (ev_view_get_form_field_at_location),
1628         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1629         (ev_view_form_field_button_create_widget),
1630         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1631         (ev_view_form_field_text_create_widget),
1632         (ev_view_form_field_choice_save),
1633         (ev_view_form_field_choice_changed),
1634         (ev_view_form_field_choice_create_widget),
1635         (ev_view_handle_form_field), (ev_view_size_allocate),
1636         (ev_view_realize), (draw_end_presentation_page),
1637         (ev_view_button_press_event), (ev_view_remove_all),
1638         (ev_view_motion_notify_event), (ev_view_key_press_event),
1639         (ev_view_enter_notify_event), (highlight_find_results),
1640         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1641         (ev_view_class_init), (page_changed_cb),
1642         (on_adjustment_value_changed), (ev_view_set_presentation),
1643         (merge_selection_region), (ev_view_set_cursor),
1644         (ev_view_reset_presentation_state):
1645         
1646         Merge evince-forms branch.
1647
1648 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1649
1650         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1651
1652         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1653         This script also updates itself from libegg
1654
1655         * cut-n-paste/toolbar-editor/egg*:
1656         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1657         libegg
1658
1659 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1660
1661         * shell/ev-window.c:
1662         
1663         Adds a nice icon to page action during toolbar editing.
1664         See bug #452872.
1665
1666 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1667
1668         * data/evince-toolbar.xml:
1669         * shell/ev-window.c:
1670         
1671         Let user add a presentation and fullscreen icons on toolbar.
1672         See bug #449734.
1673
1674 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1675
1676         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1677
1678         new script to keep in sync with toolbareditor in libegg
1679
1680         * cut-n-paste/toolbar-editor/*: 
1681
1682         Run update-toolbareditor-from-libegg so we are in sync again. 
1683         Fixes bug #452850.
1684         
1685
1686 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * shell/ev-sidebar-links.c: (job_finished_callback):
1689
1690         Do not connect selection changed signal more than once. Fixes bug
1691         #349433.
1692
1693 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1696
1697         Do not change sidebar chrome flag when pressing F9 key in
1698         presentation mode.
1699
1700 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1701
1702         * backend/pdf/ev-poppler.cc:
1703         (pdf_document_thumbnails_get_dimensions):
1704
1705         Make sure thumbnails width and height is not <= 0. Fixes a crash
1706         with some pdf documents which have really small pages.
1707
1708 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1709
1710         * shell/main.c: (main):
1711
1712         Fixes program description translation issue.
1713         Bug #450148.
1714
1715 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1716
1717         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1718
1719         Do not change current page when returning from black/white mode
1720         in presentation. Fixes bug #415032.
1721
1722 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1723
1724         * NEWS:
1725         * configure.ac:
1726         
1727         Update for release 0.9.1
1728
1729 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1730
1731         * backend/dvi/dvi-document.c:
1732         (dvi_document_finalize),
1733         (dvi_document_file_exporter_format_supported),
1734         (dvi_document_file_exporter_begin),
1735         (dvi_document_file_exporter_do_page),
1736         (dvi_document_file_exporter_end),
1737         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1738         
1739         PDF exporter for dvi documents. Fixes bug #441319.
1740
1741 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * shell/ev-window.c: (ev_window_clear_print_job):
1744
1745         Clear gtk print job when job has finished. Fixes bug #447612.
1746
1747 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1748
1749         * shell/ev-window.c: (ev_window_print_send),
1750         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1751
1752         Add preview button to print dialog. Fixes bug #445419.
1753
1754 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1755
1756         * backend/dvi/Makefile.am:
1757         * backend/dvi/pixbuf-device.[ch]: Removed
1758         * backend/dvi/cairo-device.[ch]: Added
1759         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1760         * backend/dvi/dvi-document.c: (dvi_document_load),
1761         (dvi_document_render), (dvi_document_finalize),
1762         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1763         (dvi_document_do_color_special):
1764         * libdocument/ev-document-misc.[ch]:
1765         (ev_document_misc_pixbuf_from_surface):
1766
1767         Port dvi backend to cairo and fix a problem with colors. 
1768
1769 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1770
1771         * shell/ev-view.c: (draw_one_page):
1772
1773         Draw only visible region.
1774
1775 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * backend/djvu/djvu-document.c: (djvu_document_render):
1778
1779         Fix rotation in djvu backend.
1780
1781 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1784         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1785         (ev_pixbuf_cache_get_image_mapping),
1786         (ev_pixbuf_cache_get_text_mapping):
1787
1788         Redraw view every time we have a new surface. Fixes bug #443587.
1789
1790 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * libdocument/ev-document.c: (ev_document_info_free):
1793
1794         Fix memory leaks.
1795
1796 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * backend/dvi/dvi-document.c: (dvi_document_render),
1799         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1800         * backend/impress/impress-document.c:
1801         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1802         (impress_document_render), (impress_document_document_iface_init),
1803         (impress_document_thumbnails_get_thumbnail):
1804         * backend/djvu/djvu-document-private.h:
1805         * backend/djvu/djvu-document.c: (djvu_document_render),
1806         (djvu_document_finalize), (djvu_document_document_iface_init),
1807         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1808         * backend/tiff/tiff-document.c: (tiff_document_render),
1809         (tiff_document_render_pixbuf),
1810         (tiff_document_document_iface_init):
1811         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1812         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1813         (pdf_selection_render_selection):
1814         * backend/comics/comics-document.c:
1815         (comics_document_render_pixbuf), (comics_document_render),
1816         (comics_document_document_iface_init):
1817         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1818         (pixbuf_document_document_iface_init):
1819         * libdocument/ev-document-misc.[ch]:
1820         (ev_document_misc_surface_from_pixbuf),
1821         (ev_document_misc_surface_rotate_and_scale):
1822         * libdocument/ev-document.[ch]: (ev_document_render):
1823         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1824         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1825         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1826         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1827         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1828         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1829         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1830         (render_finished_cb), (ev_job_render_run):
1831         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1832         (merge_selection_region):
1833
1834         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1835         and selections.
1836
1837 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1838
1839         * shell/ev-window-title.c: (ev_window_title_update):
1840
1841         Fix memory leak.
1842
1843 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1844
1845         * shell/ev-view.c: (draw_loading_text):
1846
1847         Show loading text centered. Fixes bug #433061
1848
1849 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1850
1851         * shell/ev-sidebar-thumbnails.c:
1852         (ev_sidebar_thumbnails_set_loading_icon):
1853
1854         Remove a mutex in the main thread that blocks the UI in heavy
1855         documents.
1856
1857 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1858
1859         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1860
1861         Set points_set to TRUE so that selections don't disappear after a
1862         zoom change.
1863
1864 2007-06-07  Michael Monreal  <infernux@web.de>
1865
1866         * data/icons/16x16/actions/Makefile.am:
1867         * data/icons/16x16/actions/zoom.svg:
1868         * data/icons/22x22/actions/Makefile.am:
1869         * data/icons/22x22/actions/zoom.svg:
1870         * data/icons/24x24/actions/Makefile.am:
1871         * shell/ev-stock-icons.c:
1872         * shell/ev-stock-icons.h:
1873         * shell/ev-window.c:
1874         
1875         Zoom icon artwork. See bug #444795.
1876
1877 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1878
1879         * shell/ev-metadata-manager.c: Remove extraneous function
1880         (Closes: #444386)
1881
1882 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1883
1884         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1885         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1886         (ev_metadata_manager_set), (ev_metadata_manager_save):
1887         Simplify the timeout, no need for modified anymore
1888
1889 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1890
1891         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1892         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1893         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1894         (ev_metadata_manager_save): Adapted patch from Arjan van de
1895         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1896         time, saves on power (Closes: #443851)
1897
1898 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1899
1900         * configure.ac:
1901         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1902         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1903
1904         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1905
1906 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1907
1908         * shell/ev-window.c: (ev_window_add_history):
1909
1910         Check if history is NULL
1911
1912 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1913
1914         * libdocument/ev-image.c: (ev_image_finalize):
1915         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1916         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1917         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1918         (ev_tmp_uri_unlink):
1919
1920         Add functions to delete temporary files created by evince in a safe
1921         way.
1922
1923         * shell/ev-window.c: (ev_window_clear_local_uri),
1924         (open_xfer_update_progress_callback),
1925         (save_xfer_update_progress_callback), (ev_window_save_remote),
1926         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1927         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1928         (attachment_save_dialog_response_cb),
1929         (ev_attachment_popup_cmd_save_attachment_as):
1930
1931         Allow saving a copy of a document, image or attachment to a remote
1932         location. Fixes bug #440754. 
1933
1934 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * configure.ac:
1937         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1938
1939         Fix build with current poppler from cvs head. 
1940
1941 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1942
1943         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1944
1945         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1946         directory exists.
1947
1948 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1949
1950         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1951         * shell/ev-window.c:
1952
1953         Change sidebar ordering. Fixes bug #439939.
1954
1955 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1956
1957         * backend/comics/Makefile.am:
1958         
1959         Fixes build with --without-libgnome.
1960
1961 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1962         
1963         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1964
1965         Update cursor and tooltip on page change and view scroll. Fixes bug
1966         #439217.
1967
1968 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1969
1970         * NEWS:
1971         * configure.ac:
1972         
1973         Update for release 0.9.0
1974
1975 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1976
1977         * backend/djvu/djvu-document-private.h:
1978         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1979         (djvu_document_finalize),
1980         (djvu_document_file_exporter_format_supported),
1981         (djvu_document_file_exporter_begin),
1982         (djvu_document_file_exporter_do_page),
1983         (djvu_document_file_exporter_end),
1984         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1985         
1986         Implemented printing with djvu. Bug #437998.
1987
1988 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1989
1990         * backend/impress/zip.c:
1991         Add missing ulong definition.
1992
1993         * backend/ps/ps-interpreter.c:
1994         Add missing headers.
1995
1996         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1997
1998 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1999
2000         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2001
2002         Add missing call to parent class dispose method. 
2003
2004 2007-05-12  Ross Burton  <ross@openedhand.com>
2005
2006         * shell/main.c:
2007         Sync keybindings manually when building without libgnome
2008         (#437925).
2009
2010 2007-05-12  Ross Burton  <ross@openedhand.com>
2011
2012         * shell/ev-window.c:
2013         Respect the screen when opening help (#437866).
2014
2015 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * data/evince-ui.xml:
2018         * shell/ev-application.[ch]: (get_print_settings_from_args),
2019         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2020         (ev_application_open_uri_list):
2021         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2022         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2023         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2024         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2025         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2026         (ev_window_dispose):
2027         * shell/main.c: (arguments_parse):
2028
2029         Add print button in preview mode. Fixes bug #396475. 
2030
2031 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2032
2033         * cut-n-paste/zoom-control/ephy-zoom.h:
2034         
2035         Fixes zoom level factors. See bug #408119 for details.
2036
2037 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2038
2039         * backend/comics/comics-document.c: (comics_regex_quote),
2040         (extract_argv):
2041         
2042         Correctly quote symbols. Fixes crash in the bug
2043         #415370.
2044
2045 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2046
2047         * shell/ev-navigation-action-widget.c:
2048         (ev_navigation_action_widget_init),
2049         (ev_navigation_action_widget_class_init),
2050         (ev_navigation_action_widget_button_press_event):
2051         
2052         Connect to button-press event on correct widget. Fixes
2053         bug #431988
2054
2055 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2056
2057         * shell/ev-application.c: (ev_application_open_window),
2058         (ev_application_add_icon_path_for_screen),
2059         (ev_application_open_uri_at_dest):
2060         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2061         * shell/ev-navigation-action.c: (build_menu):
2062         
2063         Add app-specific icons to our icon theme. Fixes bug
2064         #425508.
2065
2066 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2067
2068         * shell/ev-history.c: (ev_history_class_init),
2069         (ev_history_add_link):
2070         * shell/ev-history.h:
2071         * shell/ev-navigation-action.c:
2072         (ev_navigation_action_history_changed),
2073         (ev_navigation_action_set_history), (build_menu),
2074         (ev_navigation_action_finalize):
2075         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2076         
2077         Make navigation action unsensitive instead of showing
2078         menu with unsensitive word. Fixes bug #417392.
2079
2080 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2081
2082         * shell/ev-application.[ch]: (ev_application_shutdown),
2083         (ev_application_get_print_settings),
2084         (ev_application_set_print_settings):
2085         * shell/ev-window.c:
2086
2087         Remember print settings. Fixes bug #349102. 
2088
2089 2007-05-08  Christian Persch  <chpe@gnome.org>
2090
2091         * configure.ac:
2092         * properties/ev-properties-view.c:
2093
2094         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2095         Bug #382438.
2096
2097 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2098
2099         * configure.ac:
2100         * properties/ev-properties-view.c: (ev_regular_paper_size):
2101
2102         Use gtk+ builtin paper list to identify the document's paper size.
2103         Fixes bug #382438. 
2104
2105 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2106
2107         * configure.ac:
2108
2109         Fix build when compiling with thumbnailer and libgnome support. 
2110
2111 2007-05-04  Ross Burton  <ross@openedhand.com>
2112
2113         * configure.ac:
2114         Add --without-libgnome, check for libgnome and libgnomeui
2115         separately, and add them to the symbols as required.
2116
2117         * libdocument/ev-file-helpers.c:
2118         When building without libgnome, use g_get_user_config_dir instead
2119         of gnome_user_dir_get.
2120
2121         * shell/ev-application.c:
2122         When building without libgnome, don't use session management.
2123
2124         * shell/main.c:
2125         When building without libgnome, don't use GnomeProgram or
2126         initialise the authentication manager.
2127
2128         This fixes #328842.
2129
2130 2007-05-04  Ross Burton  <ross@openedhand.com>
2131
2132         * shell/ev-window.c:
2133         Don't use libgnome to open help, instead call Yelp directly.
2134
2135 2007-05-04  Ross Burton  <ross@openedhand.com>
2136
2137         * shell/ev-sidebar-attachments.c:
2138         Don't use libgnome to lookup icons for MIME types, instead copy
2139         code from GTK+ to do it manually.
2140
2141 2007-05-04  Ross Burton  <ross@openedhand.com>
2142
2143         * configure.ac:
2144         Add libxml to the dependencies for SHELL_CORE (#435818).
2145
2146 2007-05-02  Ross Burton  <ross@openedhand.com>
2147
2148         * configure.ac:
2149         * Makefile.am:
2150         Add --disable-thumbnailer (#434825)
2151
2152 2007-05-02  Ross Burton  <ross@openedhand.com>
2153
2154         * shell/ev-window.c:
2155         Add missing includes, fix indentation.
2156
2157         * shell/main.c:
2158         Fix indentation.
2159
2160 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2161
2162         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2163         ev_application_open_uri_at_dest instead of ev_application_open_uri
2164         preventing new document always being opened in a new window even if there
2165         is an empty window.
2166
2167 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2168
2169         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2170         (egg_recent_view_uimanager_finalize):
2171         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2172         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2173         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2174         (ev_pixbuf_cache_dispose):
2175         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2176         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2177         
2178         Add missing chain to parent class methods. Fixes
2179         bug #433128.
2180
2181 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2182
2183         * data/Makefile.am (update-icon-cache): Updates
2184         gtk-update-icon-cache in uninstall-hook.
2185
2186 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2187
2188         * shell/ev-window.c: (ev_window_setup_document),
2189         (ev_window_set_document), (ev_window_load_job_cb):
2190         * shell/ev-view.c: (setup_caches):
2191         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2192
2193         Start rendering pages before any other jobs. 
2194
2195 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * shell/ev-window.c: (ev_window_stop_fullscreen),
2198         (ev_window_stop_presentation):
2199
2200         Update chrome visibility before window unfullscreen. 
2201
2202 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * data/Makefile.am:
2205         * data/evince-ui.xml:
2206         * shell/ev-stock-icons.[ch]:
2207         * shell/ev-application.[ch]: (ev_application_shutdown),
2208         (ev_application_init), (ev_application_get_toolbars_model):
2209         * shell/ev-window.c: (update_chrome_visibility),
2210         (fullscreen_toolbar_setup_item_properties),
2211         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2212         (ev_window_run_presentation), (ev_window_stop_presentation),
2213         (ev_window_run_preview), (ev_window_screen_changed),
2214         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2215         (ev_window_dispose), (ev_window_init):
2216
2217         Make fullscreen toolbar always visible. Do not use egg toolbars for
2218         fullscreen and preview modes since such toolbars are not editables.
2219         Fixes bugs #300278, #338910 and #316188.  
2220
2221 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2222
2223         * shell/ev-application.c:
2224         * shell/ev-job-queue.c:
2225         * shell/ev-metadata-manager.c:
2226         * shell/ev-stock-icons.c:
2227         * shell/ev-window.c:
2228         * shell/main.c:
2229         
2230         Developers documentation updated.
2231
2232 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2235
2236         Check whether uri is valid before launching it. Fixes bug #427664.
2237
2238 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2239
2240         * shell/ev-window.c:
2241
2242         Change key accelerator for Open a Copy menu entry which is in conflict
2243         with Close. Fixes bug #427321.
2244
2245 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2246
2247         * NEWS:
2248         * configure.ac:
2249         
2250         Update for release 0.8.1
2251
2252 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2253
2254         * shell/ev-window.c: (setup_size_from_metadata):
2255         
2256         Do not make window bigger than screen. Fixes bug 
2257         #388985.
2258
2259 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2262         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2263
2264         Use default resolution when it's not provided by document. Fixes bug
2265         #408762.
2266
2267 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2268
2269         * configure.ac:
2270         * thumbnailer/Makefile.am:
2271         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2272         * thumbnailer/evince-thumbnailer.schemas.in:
2273         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2274
2275         Add support for ps, eps and compressed documents thumbnails. Do not
2276         ignore size parameter. 
2277
2278 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2279
2280         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2281         (dvi_document_do_color_special):
2282         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2283
2284         Implement font color specials in the DVI backend. Fixes bug #303651.
2285
2286 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2287
2288         Fixup the previous commit:
2289
2290         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2291         * shell/xdg-user-dir-lookup.c: Make the function non-static
2292         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2293
2294 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2295
2296         * shell/ev-window.c (file_open_dialog_response_cb): Use
2297         the xdg-user-dirs DOCUMENTS folder as default folder when
2298         opening a file chooser.  (#424858)
2299
2300         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2301         xdg-user-dirs.
2302
2303 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2304
2305         * shell/ev-window.c: (ev_window_load_job_cb):
2306
2307         Do not setup view from metadata on preview mode. 
2308
2309 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2310
2311         * shell/main.c:
2312
2313         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2314
2315 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * shell/ev-view.c: (ev_view_primary_get_cb):
2318
2319         Check pointer != NULL before using it. Fixes bug #416841. 
2320
2321 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2322
2323         * NEWS:
2324         * configure.ac:
2325         
2326         Release 0.8.0
2327
2328 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2331
2332         Do not render thumbnails when sidebar thumbnail page is not visible
2333         at startup. Fixes bug #416447. 
2334
2335 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2336
2337         * data/evince.desktop.in.in:
2338
2339         "Application" is not a valid category in the freedesktop specification.
2340
2341 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * libdocument/ev-file-helpers.[ch]: (compression_run),
2344         (ev_file_uncompress), (ev_file_compress):
2345         * shell/ev-window.c: (file_save_dialog_response_cb):
2346
2347         Save document compressed when saving a copy of a compressed document.
2348         Fixes bug #334542.
2349
2350 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2351
2352         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2353
2354         Allow deleting in goto window entry in presentation mode. 
2355
2356 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2357
2358         * Makefile.am: Dist MAINTAINERS.
2359
2360 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2361
2362         * shell/ev-window.c: (ev_window_update_actions):
2363
2364         Fix zoom shortcut keys when searching. Fixes bug #409828.
2365
2366 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2367
2368         * shell/ev-window.c: (ev_window_setup_document):
2369
2370         Fix crash when loading documents with only one page. 
2371
2372 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2373
2374         * backend/dvi/dvi-document.c:
2375         (dvi_document_thumbnails_get_dimensions),
2376         (dvi_document_thumbnails_get_thumbnail):
2377         * backend/impress/impress-document.c:
2378         (impress_document_thumbnails_get_thumbnail),
2379         (impress_document_thumbnails_get_dimensions):
2380         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2381         (ps_document_thumbnails_get_dimensions):
2382         * backend/djvu/djvu-document.c:
2383         (djvu_document_thumbnails_get_dimensions),
2384         (djvu_document_thumbnails_get_thumbnail):
2385         * backend/tiff/tiff-document.c:
2386         (tiff_document_thumbnails_get_thumbnail),
2387         (tiff_document_thumbnails_get_dimensions):
2388         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2389         (pdf_document_thumbnails_get_thumbnail),
2390         (pdf_document_thumbnails_get_dimensions):
2391         * backend/comics/comics-document.c:
2392         (comics_document_thumbnails_get_thumbnail),
2393         (comics_document_thumbnails_get_dimensions):
2394         * backend/pixbuf/pixbuf-document.c:
2395         (pixbuf_document_thumbnails_get_thumbnail),
2396         (pixbuf_document_thumbnails_get_dimensions):
2397         * libdocument/ev-document-thumbnails.[ch]:
2398         (ev_document_thumbnails_get_thumbnail),
2399         (ev_document_thumbnails_get_dimensions):
2400         * libdocument/ev-document-misc.[ch]:
2401         (ev_document_misc_get_thumbnail_frame):
2402         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2403         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2404         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2405         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2406         (ev_sidebar_thumbnails_refresh):
2407         * shell/ev-window.c: (ev_window_setup_document):
2408         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2409
2410         Use an EvRenderContext for rendering thumbnails instead of a suggested
2411         width, so that different sized pages get sized proportionally.
2412
2413 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2414
2415         * shell/ev-view.c: (ev_view_button_press_event),
2416         (ev_view_key_press_event):
2417
2418         Fix critical warnings when there is no document loaded. 
2419
2420 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2421
2422         * shell/ev-page-action-widget.c:
2423         * shell/ev-navigation-action.c:
2424         * shell/ev-window.c:
2425
2426         Fix compile warnings. 
2427
2428 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2429
2430         * backend/djvu/djvu-text.h:
2431         * backend/djvu/djvu-document.c:
2432         * backend/djvu/djvu-text-page.c:
2433         * backend/djvu/djvu-links.c:
2434         * backend/djvu/djvu-text-page.h:
2435         * backend/djvu/djvu-text.c:
2436         
2437         Fix build on Mac. Fixes bug #392186. Patch by
2438         <ephraim_owns@hotmail.com>
2439
2440 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2443
2444         Restore cairo context before rendering every page when printing a PDF
2445         document into a PDF file. 
2446
2447 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * backend/ps/gstypes.h:
2450         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2451         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2452         (ps_document_thumbnails_get_thumbnail):
2453
2454         Handle PostScript page orientation. Fixes bug #318568.
2455
2456 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2457
2458         * backend/ps/Makefile.am:
2459         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2460         (document_load), (ps_document_load), (save_document),
2461         (save_page_list), (ps_document_get_n_pages),
2462         (ps_document_get_page_size), (ps_document_get_info),
2463         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2464         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2465         (ps_document_thumbnails_get_thumbnail),
2466         (ps_document_thumbnails_get_dimensions),
2467         (ps_document_document_thumbnails_iface_init):
2468         * backend/ps/ps.[ch]: (psgetpagebox):
2469         * backend/ps/ps-interpreter.[ch]:
2470
2471         Add support for thumbnails in ps backend. Fixes bug #164755. 
2472
2473 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2474
2475         * NEWS:
2476         * configure.ac:
2477         
2478         Release 0.7.2
2479
2480 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2481
2482         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2483         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2484         (ev_window_dispose):
2485
2486         Use document thumbnail as window icon. Fixes bug #384442.
2487
2488 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2489
2490         * configure.ac:
2491
2492         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2493         duplicated adding application/x-bzpostscript instead. 
2494
2495 2007-02-11  Tom Parker  <palfrey@tevp.net>
2496
2497         * backend/ps/ps-document.c: (document_load):
2498
2499         Check return value of psscan before trying
2500         to use it. Fixes bug #372414.
2501
2502 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2505
2506         Fix invalid free in ev-page-cache. Fixes bug #404745.
2507
2508 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2509
2510         * test/Makefile.am:
2511         * test/test3.py:
2512         
2513         Added reload test case.
2514
2515 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2516
2517         * po/POTFILES.in:
2518         * backend/djvu/djvu-document.c: (djvu_document_load):
2519
2520         Check whether there are missing files in indirect multipage djvu
2521         documents. Fixes bug #361683. 
2522
2523 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2524
2525         * test/Makefile.am:
2526         * test/test-mime.bin:
2527         * test/test3.py:
2528         
2529         Added test for slow mime type
2530
2531 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2532
2533         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2534
2535         Add some checks and call parent_class->finalize. Fixes bug #404745.
2536
2537 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2538
2539         * shell/ev-navigation-action.c: (connect_proxy):
2540         
2541         Fixes dropdown history menu. Thanks a lot Carlos!
2542
2543 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2546
2547         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2548         bug #373715.
2549
2550 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * backend/ps/ps.c: (psscan):
2553
2554         Fix memory leak. 
2555
2556 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2557
2558         * configure.ac:
2559         * libdocument/ev-file-helpers.c: 
2560
2561         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2562
2563 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2564
2565         * configure.ac:
2566         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2567         (ps_interpreter_start), (document_load), (save_document),
2568         (save_page_list):
2569         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2570         * libdocument/ev-document-factory.c:
2571         (ev_document_factory_get_from_mime), (get_document_from_uri),
2572         (free_uncompressed_uri), (ev_document_factory_get_document):
2573         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2574
2575         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2576
2577 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * libdocument/ev-document.h:
2580
2581         Fix typo in function name. 
2582
2583 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * backend/ps/ps-document.c: (ps_interpreter_finished),
2586         (ps_interpreter_start), (ps_interpreter_failed):
2587
2588         Handle ghostscript interpreter crashes. 
2589
2590 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * shell/ev-window.c: (ev_window_open_uri),
2593         (window_configure_event_cb):
2594
2595         Setup window size and position before showing it. Fixes bug #401711.
2596
2597 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2598
2599         * backend/ps/Makefile.am:
2600         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2601         (ps_document_dispose), (ps_document_class_init),
2602         (ps_interpreter_input), (ps_interpreter_output),
2603         (ps_interpreter_error), (setup_interpreter_env),
2604         (ps_interpreter_start), (ps_interpreter_stop),
2605         (ps_interpreter_failed), (ps_interpreter_is_ready),
2606         (check_filecompressed), (document_load), (ps_document_load),
2607         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2608         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2609         (render_page):
2610
2611         Rework ps-document. Code cleanups, remove deprecated code. 
2612
2613 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2614
2615         * shell/ev-view.c: (ev_view_button_press_event):
2616
2617         Do not start an image drag and drop operation when pointer is on 
2618         text, so that we can select text when the whole background is an
2619         image. 
2620
2621 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2622
2623         * shell/ev-window.c: (ev_window_update_actions): 
2624
2625         Disable all zoom related actions during presentation mode. 
2626
2627 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2628
2629         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2630
2631         Do not zoom in or out on presentation mode. Fixes bug #401305.
2632
2633 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2634
2635         * shell/ev-navigation-action.c: (connect_proxy),
2636         (create_menu_item), (ev_navigation_action_class_init):
2637         
2638         Correctly show menu and fix crash when navigaton 
2639         action is out of toolbar visible area.
2640
2641 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2642
2643         * data/Makefile.am:
2644         * data/evince.1:
2645         
2646         Added man file
2647
2648 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2649
2650         * help/reference/* :
2651         * configure.ac:
2652         
2653         Added gtk-doc based documentation for Evince.
2654         Still in initial state but I hope it will
2655         grow.
2656         
2657         * configure.ac:
2658         
2659         Lower dbus requirement to 0.70
2660
2661 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2662
2663         * shell/ev-window.c: (ev_window_add_history):
2664
2665         Fix memory leak. 
2666
2667 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2668
2669         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2670         * shell/ev-view.h:
2671         * shell/ev-window.c: (ev_window_add_history):
2672         
2673         Correctly handle named destination links
2674
2675 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2676
2677         * NOTES:
2678         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2679         * backend/pdf/ev-poppler.cc:
2680         * libdocument/ev-document-links.h:
2681         * libdocument/ev-link.c: (ev_link_get_page):
2682         * libdocument/ev-link.h:
2683         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2684         (ev_history_add_link):
2685         * shell/ev-history.h:
2686         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2687         (new_history_menu_item), (build_menu):
2688         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2689         * shell/ev-sidebar-links.c: (create_loading_model),
2690         (print_section_cb), (ev_sidebar_links_construct),
2691         (fill_page_labels), (update_page_callback_foreach),
2692         (update_page_callback), (job_finished_callback):
2693         * shell/ev-view.c: (ev_view_handle_link):
2694         * shell/ev-window.c: (ev_window_find_chapter),
2695         (ev_window_add_history), (view_handle_link_cb),
2696         (history_changed_cb):
2697         
2698         Implements another history variant
2699
2700 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2701
2702         * shell/ev-window.c: (view_external_link_cb):
2703         * shell/ev-view.c: (ev_view_button_release_event):
2704
2705         Open links in new window when clicking with middle button. 
2706
2707 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2708
2709         * shell/ev-navigation-action.c: (new_history_menu_item):
2710         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2711         * shell/ev-view.c: (ev_view_handle_link):
2712         * shell/ev-window.c:
2713         
2714         Store link before jump, not the destination. For me it 
2715         seems like more natural history behavior.
2716
2717 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2718
2719         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2720         (ev_navigation_action_class_init):
2721         * shell/ev-navigation-action.h:
2722         * shell/ev-page-action.c: (activate_cb):
2723         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2724         (ev_page_cache_set_current_page_history):
2725         * shell/ev-page-cache.h:
2726         * shell/ev-sidebar-thumbnails.c:
2727         (ev_sidebar_tree_selection_changed),
2728         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2729         * shell/ev-view-private.h:
2730         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2731         * shell/ev-view.h:
2732         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2733         (ev_window_setup_document), (ev_window_load_job_cb):
2734         * shell/ev-window.h:
2735         
2736         History finally works as expected.
2737
2738 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2739
2740         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2741
2742         Do not update links treeview if it doesn't have a model assigned yet. 
2743
2744 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2745
2746         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2747         (ev_sidebar_links_class_init), (update_page_callback):
2748
2749         Do not update links treeview when sidepane is not visible. 
2750
2751 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2752
2753         * shell/ev-marshal.list:
2754         * shell/ev-page-action.c: (activate_cb),
2755         (ev_page_action_class_init):
2756         * shell/ev-page-action.h:
2757         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2758         * shell/ev-window.c:
2759         
2760         Remove activate_link signal, not required.
2761
2762 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2763
2764         * shell/ev-navigation-action.c: (build_menu):
2765         
2766         Reorder menu items and build menu with fixed length.
2767
2768 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2769
2770         * shell/ev-view.c: (get_selected_text):
2771         
2772         Normalize text to fix ligatures problem. See bug
2773         #341947 for details.
2774
2775 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2776
2777         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2778
2779         Fix memory leak in ev-page-cache. 
2780
2781 2007-01-25  Tom Parker <palfrey@tevp.net>
2782
2783         * backend/impress/impress-document.c: (impress_document_load),
2784         (impress_document_finalize), (impress_document_init):
2785         * properties/ev-properties-main.c: (ev_properties_get_pages):
2786         
2787         Correctly handle impress document errors. Fixes nautilus
2788         crash in property page #370491.
2789
2790 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2791
2792         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2793         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2794         (ev_job_queue_remove_job):
2795         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2796         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2797         (ev_job_load_run):
2798         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2799         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2800         (ev_window_load_job_cb), (xfer_update_progress_callback),
2801         (ev_window_open_uri), (ev_window_dispose):
2802         * shell/main.c: (main):
2803
2804         Do file transfer asynchronously in the main thread instead of
2805         synchronously in the load thread. Fixes bugs #399694, #398307 and
2806         #343542.
2807
2808 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2809
2810         * shell/ev-jobs.c: (ev_job_xfer_run):
2811
2812         Load the document with the font-config lock held. 
2813
2814 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2815
2816         * backend/ps/ps-document.c: (start_interpreter):
2817
2818         Fix memory leaks in ps backend. 
2819
2820 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2821
2822         * backend/impress/impress-document.c:
2823         (impress_document_render_pixbuf):
2824
2825         Do not acquire fontconfig lock in impress backend, since it is using
2826         the main loop for rendering. 
2827
2828 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2829
2830         * po/POTFILES.in: 
2831
2832         Remove mdvi files that shouldn't be translated. 
2833
2834 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2835
2836         * shell/ev-view-private.h:
2837         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2838         (ev_view_set_zoom):
2839
2840         Render "loading..." text into a cairo surface instead of directly into
2841         the window so that fontconfig lock is only needed once and UI is not
2842         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2843
2844 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2845
2846         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2847         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2848
2849         Use icon theme associated with the window screen rather than default. 
2850
2851 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2852
2853         * configure.ac:
2854
2855         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2856
2857 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2858
2859         * data/icons/*/apps/evince.*:
2860
2861         Move Evince icons under new apps directory.
2862
2863         * data/icons/*/actions/*:
2864
2865         Add new custom themeable Evince icons: view-page-continuous, 
2866         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2867         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2868
2869         * configure.ac:
2870
2871         Add new directories to AC_CONFIG_FILES.
2872
2873         * shell/ev-stock-icons.c:
2874         * shell/ev-stock-icons.h:
2875
2876         Use new custom themeable icons.
2877
2878 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2879
2880         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2881
2882         Do not draw white background page in presentation mode. 
2883
2884 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2885
2886         * shell/ev-view.c: Remove unused gnome-vfs include.
2887
2888 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2889
2890         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2891         
2892         Format string is corrected, fixes bug #397129.
2893
2894 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * shell/ev-window.c: (ev_window_setup_recent):
2897
2898         Do not include in recent menu inexistent documents. Fixes
2899         bug #339171.
2900
2901 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2902
2903         * po/POTFILES.skip: 
2904
2905         Update POTFILES.skip file according to current source tree. 
2906
2907 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2908
2909         * shell/ev-window.c: (file_save_dialog_response_cb):
2910
2911         Do Save a copy in atomic way. Fixes bug #328266. 
2912
2913 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2916
2917         Keep selected cell always visible in index treeview.
2918
2919 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2920         
2921         * shell/ev-view.c: (ev_view_size_allocate):
2922
2923         Restore horizontal scrollbar after switching to/from fullscreen
2924         or presentation mode. Fixes bug #331728.
2925
2926 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2927
2928         * shell/ev-view-private.h:
2929         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2930         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2931         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2932         (ev_view_can_zoom_out):
2933
2934         Use max and min scale values in the view iby taking dpi into account. 
2935
2936 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2937
2938         * configure.ac:
2939         * NEWS:
2940
2941         Release 0.7.1
2942
2943 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2944
2945         * shell/ev-window.c: (ev_window_print_send):
2946
2947         Send print job to printer with some settings set to default values,
2948         since we have already exported to a file according to such settings
2949         and they could be taken twice by some printers. 
2950
2951 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2952
2953         * shell/ev-jobs.c: (ev_job_xfer_run):
2954         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2955
2956         Show main window and load document with the font-config lock held. 
2957
2958 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2959
2960         * configure.ac:
2961         * shell/ev-application.c: (ev_application_register_service):
2962         * shell/main.c: (load_files_remote):
2963
2964         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2965
2966 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2967
2968         * doc/debugging.txt:
2969         
2970         Remove obsolete documentation.
2971
2972 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2973
2974         * Makefile.am:
2975         * backend/Makefile.am:
2976         * backend/comics/Makefile.am:
2977         * backend/djvu/Makefile.am:
2978         * backend/dvi/Makefile.am:
2979         * backend/ev-async-renderer.c:
2980         * backend/ev-async-renderer.h:
2981         * backend/ev-attachment.c:
2982         * backend/ev-attachment.h:
2983         * backend/ev-backend-marshal.c:
2984         * backend/ev-document-factory.c:
2985         * backend/ev-document-factory.h:
2986         * backend/ev-document-find.c:
2987         * backend/ev-document-find.h:
2988         * backend/ev-document-fonts.c:
2989         * backend/ev-document-fonts.h:
2990         * backend/ev-document-images.c:
2991         * backend/ev-document-images.h:
2992         * backend/ev-document-info.h:
2993         * backend/ev-document-links.c:
2994         * backend/ev-document-links.h:
2995         * backend/ev-document-misc.c:
2996         * backend/ev-document-misc.h:
2997         * backend/ev-document-security.c:
2998         * backend/ev-document-security.h:
2999         * backend/ev-document-thumbnails.c:
3000         * backend/ev-document-thumbnails.h:
3001         * backend/ev-document-transition.c:
3002         * backend/ev-document-transition.h:
3003         * backend/ev-document.c:
3004         * backend/ev-document.h:
3005         * backend/ev-file-exporter.c:
3006         * backend/ev-file-exporter.h:
3007         * backend/ev-image.c:
3008         * backend/ev-image.h:
3009         * backend/ev-link-action.c:
3010         * backend/ev-link-action.h:
3011         * backend/ev-link-dest.c:
3012         * backend/ev-link-dest.h:
3013         * backend/ev-link.c:
3014         * backend/ev-link.h:
3015         * backend/ev-render-context.c:
3016         * backend/ev-render-context.h:
3017         * backend/ev-selection.c:
3018         * backend/ev-selection.h:
3019         * backend/impress/Makefile.am:
3020         * backend/pdf/Makefile.am:
3021         * backend/pixbuf/Makefile.am:
3022         * backend/ps/Makefile.am:
3023         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3024         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3025         (start_interpreter), (stop_interpreter), (document_load),
3026         (ps_document_next_page), (render_page):
3027         * backend/tiff/Makefile.am:
3028         * comics/Makefile.am:
3029         * comics/comics-document.c:
3030         * comics/comics-document.h:
3031         * configure.ac:
3032         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3033         * djvu/Makefile.am:
3034         * djvu/djvu-document-private.h:
3035         * djvu/djvu-document.c:
3036         * djvu/djvu-document.h:
3037         * djvu/djvu-links.c:
3038         * djvu/djvu-links.h:
3039         * djvu/djvu-text-page.c:
3040         * djvu/djvu-text-page.h:
3041         * djvu/djvu-text.c:
3042         * djvu/djvu-text.h:
3043         * dvi/Makefile.am:
3044         * dvi/dvi-document.c:
3045         * dvi/dvi-document.h:
3046         * dvi/fonts.c:
3047         * dvi/fonts.h:
3048         * dvi/mdvi-lib/Makefile.am:
3049         * dvi/mdvi-lib/afmparse.c:
3050         * dvi/mdvi-lib/afmparse.h:
3051         * dvi/mdvi-lib/bitmap.c:
3052         * dvi/mdvi-lib/bitmap.h:
3053         * dvi/mdvi-lib/color.c:
3054         * dvi/mdvi-lib/color.h:
3055         * dvi/mdvi-lib/common.c:
3056         * dvi/mdvi-lib/common.h:
3057         * dvi/mdvi-lib/defaults.h:
3058         * dvi/mdvi-lib/dvimisc.c:
3059         * dvi/mdvi-lib/dviopcodes.h:
3060         * dvi/mdvi-lib/dviread.c:
3061         * dvi/mdvi-lib/files.c:
3062         * dvi/mdvi-lib/font.c:
3063         * dvi/mdvi-lib/fontmap.c:
3064         * dvi/mdvi-lib/fontmap.h:
3065         * dvi/mdvi-lib/fontsrch.c:
3066         * dvi/mdvi-lib/gf.c:
3067         * dvi/mdvi-lib/hash.c:
3068         * dvi/mdvi-lib/hash.h:
3069         * dvi/mdvi-lib/list.c:
3070         * dvi/mdvi-lib/mdvi.h:
3071         * dvi/mdvi-lib/pagesel.c:
3072         * dvi/mdvi-lib/paper.c:
3073         * dvi/mdvi-lib/paper.h:
3074         * dvi/mdvi-lib/pk.c:
3075         * dvi/mdvi-lib/private.h:
3076         * dvi/mdvi-lib/setup.c:
3077         * dvi/mdvi-lib/sp-epsf.c:
3078         * dvi/mdvi-lib/special.c:
3079         * dvi/mdvi-lib/sysdeps.h:
3080         * dvi/mdvi-lib/t1.c:
3081         * dvi/mdvi-lib/tfm.c:
3082         * dvi/mdvi-lib/tfmfile.c:
3083         * dvi/mdvi-lib/tt.c:
3084         * dvi/mdvi-lib/util.c:
3085         * dvi/mdvi-lib/vf.c:
3086         * dvi/pixbuf-device.c:
3087         * dvi/pixbuf-device.h:
3088         * impress/Makefile.am:
3089         * impress/common.h:
3090         * impress/document.c:
3091         * impress/f_oasis.c:
3092         * impress/f_oo13.c:
3093         * impress/iksemel.c:
3094         * impress/iksemel.h:
3095         * impress/imposter.h:
3096         * impress/impress-document.c:
3097         * impress/impress-document.h:
3098         * impress/internal.h:
3099         * impress/r_back.c:
3100         * impress/r_draw.c:
3101         * impress/r_geometry.c:
3102         * impress/r_gradient.c:
3103         * impress/r_style.c:
3104         * impress/r_text.c:
3105         * impress/render.c:
3106         * impress/render.h:
3107         * impress/zip.c:
3108         * impress/zip.h:
3109         * lib/Makefile.am:
3110         * lib/ev-debug.c:
3111         * lib/ev-debug.h:
3112         * lib/ev-file-helpers.c:
3113         * lib/ev-file-helpers.h:
3114         * lib/ev-gui.c:
3115         * lib/ev-gui.h:
3116         * lib/ev-tooltip.c:
3117         * lib/ev-tooltip.h:
3118         * libdocument/Makefile.am:
3119         * libdocument/ev-file-helpers.c:
3120         * pdf/Makefile.am:
3121         * pdf/ev-poppler.cc:
3122         * pdf/ev-poppler.h:
3123         * pixbuf/Makefile.am:
3124         * pixbuf/pixbuf-document.c:
3125         * pixbuf/pixbuf-document.h:
3126         * properties/Makefile.am:
3127         * ps/Makefile.am:
3128         * ps/gsdefaults.c:
3129         * ps/gsdefaults.h:
3130         * ps/gsio.c:
3131         * ps/gsio.h:
3132         * ps/gstypes.h:
3133         * ps/ps-document.c:
3134         * ps/ps-document.h:
3135         * ps/ps.c:
3136         * ps/ps.h:
3137         * shell/Makefile.am:
3138         * shell/ev-application.h:
3139         * shell/ev-sidebar-links.c:
3140         * shell/ev-sidebar-links.h:
3141         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3142         (ev_gui_menu_position_tree_selection):
3143         * shell/ev-utils.h:
3144         * shell/ev-view.c: (ev_view_finalize):
3145         * shell/ev-window.c:
3146         * shell/main.c: (main):
3147         * thumbnailer/Makefile.am:
3148         * tiff/Makefile.am:
3149         * tiff/tiff-document.c:
3150         * tiff/tiff-document.h:
3151         * tiff/tiff2ps.c:
3152         * tiff/tiff2ps.h:
3153         
3154         Reorganize source tree.
3155
3156 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3157
3158         * backend/ev-document-factory.c:
3159
3160         Do not include ev-poppler.h when pdf is disabled. 
3161
3162 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3163
3164         * configure.ac:
3165         * data/evince-ui.xml:
3166         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3167         (pdf_document_document_images_iface_init):
3168         * backend/Makefile.am:
3169         * backend/ev-document-images.[ch]:
3170         * backend/ev-image.[ch]:
3171         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3172         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3173         (ev_job_xfer_run):
3174         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3175         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3176         (ev_pixbuf_cache_get_image_mapping):
3177         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3178         (view_menu_popup_cb), (ev_window_dispose),
3179         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3180         (ev_view_popup_cmd_copy_image):
3181         * shell/ev-view-private.h:
3182         * shell/ev-view.c: (ev_view_get_image_at_location),
3183         (ev_view_do_popup_menu), (ev_view_popup_menu),
3184         (ev_view_button_press_event), (ev_view_drag_data_get),
3185         (ev_view_drag_motion), (ev_view_drag_data_received),
3186         (ev_view_motion_notify_event), (ev_view_button_release_event),
3187         (ev_view_finalize), (ev_view_class_init):
3188
3189         Add image handling support. Fixes bugs #310008 and #325047. Images
3190         selection is not supported yet. 
3191
3192 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3193
3194         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3195         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3196         (ev_view_init):
3197
3198         Move view drag and drop stuff to ev-view.
3199
3200 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3201
3202         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3203         * shell/ev-view.c: (clear_selection): 
3204
3205         Clear selection also in pixbuf cache.
3206
3207 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3208
3209         * data/evince.desktop.in.in:
3210         
3211         Change icon name in desktop file. See bug #390734
3212         for details.
3213
3214 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3215
3216         * thumbnailer/Makefile.am:
3217
3218         Use top_builddir instead top_srcdir for generated schema
3219         file installation. Fixes bug #390161.
3220
3221 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * configure.ac:
3224         * backend/Makefile.am:
3225         * backend/ev-document-transition.[ch]:
3226         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3227         (pdf_document_page_transition_iface_init):
3228         * shell/ev-view-private.h:
3229         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3230         (ev_view_set_presentation), (transition_next_page),
3231         (ev_view_presentation_transition_stop),
3232         (ev_view_presentation_transition_start), (ev_view_next_page):
3233
3234         Add page transition support in presentation mode. At the moment only
3235         page duration is supported, but not transition effects. Fixes bug
3236         #309815.
3237
3238 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3239
3240         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3241
3242         Run find_link_dest with document lock held, since it's called by links
3243         thread and main thread at the same time. 
3244
3245 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3246
3247         * shell/ev-view.c: (goto_dest):
3248
3249         Update page-cache when page is changed by the view, so that
3250         page-changed signal is emitted. 
3251
3252 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3253
3254         * test/test1.py:
3255         * test/test2.py:
3256
3257         Use C locale in tests. 
3258
3259 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * shell/ev-window.c: (ev_window_run_presentation):
3262         * shell/ev-view-private.h:
3263         * shell/ev-view.c: (ev_view_set_presentation):
3264
3265         Restore zoom settings when back from presentation mode. 
3266
3267 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3268
3269         * shell/ev-window.c: (ev_window_run_presentation):
3270
3271         Always use "best fit" zoom in presentation mode.
3272         Fixes bug #389195.
3273
3274 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3275
3276         * shell/ev-view.c: (ev_view_goto_window_create):
3277
3278         Show "Jump to page" label in the page jumping popup in
3279         presentation mode instead of just a GtkEntry.
3280
3281 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3282
3283         * shell/ev-window.c: (launch_external_uri):
3284
3285         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3286         #378085.
3287
3288 2006-12-22  Elijah Newren  <newren gmail com>
3289
3290         * configure.ac: explicitly check for libxml2.  Fixes #388795
3291
3292 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3293
3294         * shell/ev-view-private.h:
3295         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3296         (ev_view_goto_window_delete_event), (key_is_numeric),
3297         (ev_view_goto_window_key_press_event),
3298         (ev_view_goto_window_button_press_event),
3299         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3300         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3301         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3302
3303         Allow jumping to another page by typing a page number in presentation
3304         mode. It uses a popup window with an entry. Fixes bug #353625.
3305
3306 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3307
3308         * configure.ac:
3309         * properties/ev-properties-view.c: (ev_get_default_user_units),
3310         (ev_regular_paper_size):
3311         
3312         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3313         to Damien Carbery <damien.carbery@sun.com> and
3314         Yevgen Muntyan <muntyan@tamu.edu>.
3315
3316 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3317
3318         * shell/ev-window.c: (setup_document_from_metadata):
3319
3320         Make sure Evince doesn't restore the view on the last
3321         page when a document is reopened. Fixes bug #383381.
3322
3323 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3324
3325         * shell/ev-view.c: (draw_loading_text):
3326
3327         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3328
3329 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3330
3331         * configure.ac:
3332         * NEWS:
3333
3334         Release 0.7.0
3335
3336 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3337
3338         * configure.ac:
3339         * pdf/ev-poppler.cc: (pdf_print_context_free),
3340         (pdf_document_file_exporter_begin),
3341         (pdf_document_file_exporter_do_page):
3342
3343         Make cairo-pdf depedency optional. 
3344
3345 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3346
3347         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3348
3349         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3350
3351 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3352
3353         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3354         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3355         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3356         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3357         * shell/ev-view.c: (draw_loading_text):
3358         * shell/ev-window.c: (ev_window_cmd_file_properties):
3359
3360         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3361         related to using FontConfig from different threads.
3362         
3363 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * shell/ev-view.c: (draw_loading_text):
3366
3367         Acquire lock document when drawing "Loading..." text so that only one
3368         thread will use FontConfig at the same time. Fixes bug #374750.
3369
3370 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3371
3372         * shell/ev-page-action.[ch]: (activate_cb):
3373         * shell/ev-window.c: (activate_label_cb):
3374
3375         Check if text inserted in page entry is a valid page number when it
3376         doesn't match to any document page label. Fixes bug #383165.
3377
3378 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3379         * shell/ev-window.c:
3380
3381         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3382         available with GTK < 2.10. Added an ifdef to avoid compilation
3383         error.
3384
3385 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3386
3387         * configure.ac:
3388         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3389
3390         Fix ps backend in multihead systems.
3391
3392 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3393
3394         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3395         * shell/ev-window.c: (ev_window_get_screen_dpi),
3396         (ev_window_update_actions), (setup_view_from_metadata),
3397         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3398
3399         Take screen DPI into account when zooming. Fixes bug #318285.
3400
3401 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3402
3403         * data/Makefile.am:
3404
3405         Cleaned up/slightly refactored Makefile.am. Added GConf
3406         schemas uninstallation as well.
3407
3408 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3409
3410         * Makefile.am:
3411         * test/Makefile.am:
3412
3413         Fight with autotools to fix make check. Make distcheck
3414         works fine as well now!
3415
3416 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3417
3418         * shell/ev-view.c: (draw_end_presentation_page):
3419
3420         Corrected "end of presentation" string.
3421
3422 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3423
3424         * shell/ev-view.c: (ev_view_key_press_event):
3425
3426         Correctly propagate key press event so that up/down keys
3427         work as expected (correct behaviour was broken by
3428         black/white screen key bindings for presentations).
3429
3430 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3431
3432         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3433         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3434         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3435         (pdf_selection_get_selection_region),
3436         (pdf_selection_get_selection_map):
3437
3438         Add "static" to some private functions. 
3439
3440 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3441
3442         * lib/ev-tooltip.h:
3443         * properties/ev-properties-view.h:
3444         * shell/ev-jobs.h:
3445         * shell/ev-properties-dialog.h:
3446         * shell/ev-properties-fonts.h:
3447         * shell/ev-sidebar-links.h:
3448         * shell/ev-sidebar-thumbnails.h:
3449         * shell/ev-sidebar.h:
3450         * shell/ev-window.h:
3451         
3452         Fixes CHACK type in class casts. See bug #385343
3453         for details.
3454
3455 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3456
3457         * shell/ev-view-private.h:
3458         * shell/ev-view.c: (draw_end_presentation_page),
3459         (ev_view_expose_event), (ev_view_key_press_event),
3460         (ev_view_class_init), (ev_view_init):
3461
3462         Blank screen in presentation mode when pressing 'b' (filling with
3463         black) or 'w' (filling with white) keys. Fixes bug #358132.
3464
3465 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3466
3467         * data/evince-toolbar.xml:
3468         * shell/ev-window.c:
3469         
3470         Use stock icon for Select All action. Fixes
3471         bug #382652.
3472
3473 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3474
3475         * shell/ev-view.c: (get_doc_point_from_offset),
3476         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3477
3478         Add links support in rotated documents. Fixes bug #343733.
3479
3480 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3481
3482         * shell/ev-view-private.h:
3483         * shell/ev-view.c: (draw_end_presentation_page),
3484         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3485
3486         Show a blank page after the last page in presentation mode with a
3487         message indicating that presentation has finished and how to exit. 
3488
3489 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * shell/ev-window.c: (fullscreen_timeout_cb):
3492
3493         Hide cursor after a while in presentation mode. 
3494
3495 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3496
3497         * backend/ev-document-info.h:
3498         * data/evince-properties.glade:
3499         * pdf/ev-poppler.cc:
3500         * properties/ev-properties-view.c: (ev_regular_paper_size),
3501         (ev_properties_view_set_info):
3502         * ps/ps-document.c: (ps_document_get_info):
3503
3504         Adds a paper size field to the properties dialog. Fixes
3505         bug #307315. Patch by Kasper Svendsen (with some i18n
3506         changes done by me).
3507
3508 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3509
3510         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3511         (screensaver_init_dbus), (totem_scrsaver_new),
3512         (totem_scrsaver_init):
3513         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3514         * shell/ev-application.c: (ev_application_register_service),
3515         (ev_application_screensaver_enable),
3516         (ev_application_screensaver_disable):
3517         * shell/ev-application.h:
3518         * shell/ev-window.c: (ev_window_run_presentation),
3519         (ev_window_stop_presentation), (build_comments_string),
3520         (ev_window_init):
3521         
3522         Move screensaver handling to application. No more
3523         message on startup.
3524
3525 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3526
3527         * configure.ac:
3528         * backend/Makefile.am:
3529         * backend/ev-file-exporter.[ch]:
3530         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3531         * ps/ps-document.c: (ps_document_file_exporter_*):
3532         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3533         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3534         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3535         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3536
3537         Allow printing to PDF when suppoted by the backend.
3538         
3539 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3540
3541         * shell/ev-window.c: (build_comments_string):
3542
3543         Use always "Document Viewer" in about dialog. 
3544
3545 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3546
3547         * djvu/djvu-document.c: (djvu_document_get_page_size):
3548
3549         Display a warning message when get_pageinfo fails. 
3550
3551 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3552
3553         * Makefile.am:
3554         * backend/Makefile.am:
3555         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3556         * configure.ac:
3557         * shell/ev-window.c: (build_comments_string):
3558         
3559         Make pdf compilation optional. See bug #38007.
3560
3561 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3562
3563         * ps/ps.c: (get_next_text):
3564
3565         Fix CVE-2006-5864.
3566
3567 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3568
3569         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3570         * shell/ev-navigation-action.c: (connect_proxy),
3571         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3572         
3573         Do not call g_type_class_peek_parent twice.
3574
3575 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3576
3577         * configure.ac:
3578         * data/icons/24x24/.cvsignore:
3579         * data/icons/24x24/Makefile.am:
3580         * data/icons/24x24/evince.png:
3581         * data/icons/Makefile.am:
3582         
3583         Add 24x24 icon. Thanks to 
3584         Michael Monreal <infernux@web.de>.
3585
3586 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3587
3588         * configure.ac: Fix typo in configure.ac. Thanks
3589         to dmacks@netspace.org for notification.
3590
3591 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3592
3593         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3594         
3595         Drop dbus include, fixes compilation with older dbus.
3596
3597 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3598
3599         * configure.ac:
3600         * cut-n-paste/Makefile.am:
3601         * cut-n-paste/totem-screensaver/.cvsignore
3602         * cut-n-paste/totem-screensaver/Makefile.am:
3603         * cut-n-paste/totem-screensaver/README:
3604         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3605         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3606         * shell/Makefile.am:
3607         * shell/ev-window.c: (ev_window_run_presentation),
3608         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3609         (ev_window_init):
3610
3611         Implemented screensaver enabling/disabling for
3612         presentation mode (not fullscreen mode). Code stolen
3613         from Totem (with some minor tweaks). Fixes bug #338889.
3614
3615 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3616
3617         * configure.ac:
3618
3619         Bump gnome-icon-theme requirements. We use the rotation
3620         icons that appeared recently.
3621
3622 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3623
3624         * shell/ev-history.c: (ev_history_add_page):
3625         * shell/ev-history.h:
3626         * shell/ev-window.c: (page_changed_cb):
3627         
3628         Use page labels instead of numbers.
3629
3630 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3631
3632         * data/evince-toolbar.xml:
3633         * po/POTFILES.in:
3634         * shell/Makefile.am:
3635         * shell/ev-navigation-action-widget.c:
3636         (ev_navigation_action_widget_init),
3637         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3638         (menu_detacher), (ev_navigation_action_widget_set_menu),
3639         (menu_position_func), (popup_menu_under_arrow),
3640         (ev_navigation_action_widget_toggled),
3641         (ev_navigation_action_widget_button_press_event):
3642         * shell/ev-navigation-action-widget.h:
3643         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3644         (ev_navigation_action_set_window), (activate_menu_item_cb),
3645         (new_history_menu_item), (new_empty_history_menu_item),
3646         (build_menu), (menu_activated_cb), (connect_proxy),
3647         (create_tool_item), (ev_navigation_action_init),
3648         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3649         * shell/ev-navigation-action.h:
3650         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3651         (ev_page_action_widget_set_page_cache),
3652         (ev_page_action_widget_finalize),
3653         (ev_page_action_widget_class_init), (match_selected_cb),
3654         (display_completion_text), (match_completion), (build_new_tree_cb),
3655         (get_filter_model_from_model),
3656         (ev_page_action_widget_update_model):
3657         * shell/ev-page-action-widget.h:
3658         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3659         (connect_proxy):
3660         * shell/ev-page-action.h:
3661         * shell/ev-stock-icons.c:
3662         * shell/ev-stock-icons.h:
3663         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3664         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3665         (register_custom_actions):
3666         * shell/main.c:
3667         
3668         Preliminary history implementation
3669
3670 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3671
3672         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3673         (dvi_document_class_init), (dvi_document_init_params):
3674         * dvi/mdvi-lib/font.c: (font_reference):
3675         
3676         Add reference to subfont. Fixes bug #374277.
3677
3678 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3679
3680         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3681         (ev_window_cmd_file_open_copy_at_dest):
3682
3683         Fix a race condition when creating symlink. Increase the counter
3684         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3685         Mathias Hasselmann).
3686
3687 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3688
3689         * backend/Makefile.am:
3690         * backend/ev-attachment.c: (ev_attachment_open):
3691         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3692         (ev_tmp_dir), (ev_tmp_filename):
3693         * shell/ev-sidebar-attachments.c:
3694         (ev_sidebar_attachments_drag_data_get):
3695         * shell/ev-window.c: (ev_window_clear_temp_file):
3696
3697         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3698         in ensure_dir_exists. Abort without crashing when we can't create
3699         user's directory.
3700
3701 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3702
3703         * data/evince-ui.xml:
3704         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3705         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3706         (ev_window_cmd_file_open_copy_at_dest),
3707         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3708         (ev_view_popup_cmd_open_link_new_window):
3709
3710         Allow opening a copy of the current document in a new window. Fixes bug
3711         #357472
3712
3713 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * data/evince-toolbar.xml:
3716         
3717         Add rotate right and rotate left to available items for toolbar.
3718         
3719         * data/evince-ui.xml:
3720         * shell/ev-window.c: (ev_window_init):
3721         
3722         Customize toolbar with right click. Fixes bug #372451.
3723
3724 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3725
3726         * shell/ev-window.c: 
3727         
3728         Use "object-rotate-{left,right}" stock icons. Fixes 
3729         bug #373863.
3730
3731 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3732
3733         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3734         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3735         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3736         (ev_window_open_uri):
3737         * shell/main.c: (arguments_parse):
3738
3739         Remove temp file created when evince is used by GTK+ in
3740         preview mode. Fixes bug #365282. 
3741
3742 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3743
3744         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3745         
3746         Fixes bug #372474 - Side pane disabled when entering 
3747         and leaving fullscreen mode.
3748
3749 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3750
3751         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3752         * data/Makefile.am:
3753         * data/evince-preview-toolbar.xml:
3754         * data/evince-toolbar.xml:
3755         * shell/ev-application.c: (ev_application_shutdown),
3756         (ev_application_init), (ev_application_get_toolbars_model):
3757         * shell/ev-application.h:
3758         * shell/ev-window.c: (update_chrome_visibility),
3759         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3760         (ev_window_cmd_edit_toolbar), (ev_window_init):
3761         
3762         Fixes bug #364364 - toolbar editor shows zoom actions again.
3763
3764 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3765
3766         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3767
3768         Do not take margins into consideration for paper size when printing.
3769         Really fixes bug #350491.
3770
3771 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3772
3773         * data/evince-ui.xml:
3774         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3775         (ev_window_cmd_file_print_setup),
3776         (ev_window_print_dialog_response_cb),
3777         (ev_window_setup_action_sensitivity):
3778
3779         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3780
3781 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * shell/ev-window.c: (ev_window_print_range):
3784
3785         Revert my previuos commit, since printing to PDF is not supported by
3786         evince yet. 
3787
3788 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3789
3790         * shell/ev-window.c: (ev_window_print_range):
3791
3792         Enable print to a PDF. Fixes bug #332121.
3793
3794 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * shell/ev-application-service.xml:
3797         * shell/ev-application.[ch]: (ev_application_open_window),
3798         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3799         (ev_application_open_uri), (ev_application_open_uri_list):
3800         * shell/ev-window.c: (file_open_dialog_response_cb),
3801         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3802         (drag_data_received_cb), (open_remote_link):
3803         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3804
3805         Add support for multiscreen systems. Fixes bug #316206.
3806
3807 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3808
3809         * shell/ev-jobs.[ch]: (ev_job_print_new),
3810         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3811         (ev_job_print_do_page):
3812         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3813
3814         Allow printing only odd/even pages. Fixes bug #367289.
3815
3816 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3817
3818         * test/test1.py:
3819         * test/test2.py:
3820
3821         Re-add locale settings to test files.
3822
3823 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3824
3825         * data/evince-ui.xml:
3826         * shell/ev-window.c: (set_action_properties):
3827         
3828         Removed garbage from code and ui.
3829
3830 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3831
3832         * shell/ev-window.c: (ev_window_cmd_help_about):
3833
3834         Shamelessly add my name to the list of contributors.
3835
3836 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3837
3838         * test/test1.py:
3839         * test/test2.py:
3840
3841         Cleaned up the dogtail scripts.
3842
3843 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3844
3845         * shell/ev-view.c: (draw_loading_text): Don't render
3846         "loading..." text in presentation mode. Temporary
3847         workaround for bug #320352.
3848
3849 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3850
3851         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3852         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3853
3854         Use print settings scale, copies, collate and reverse which were
3855         ignored. Fixes bug #359032.
3856
3857 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3858
3859         * configure.ac:
3860         * data/evince-password.glade:
3861         * test/Makefile.am:
3862         * test/test-encrypt.pdf:
3863         * test/test-links.pdf:
3864         * test/test1.py:
3865         * test/test2.py:
3866
3867         Add automated UI tests for evince with dogtail. See
3868         bug #300948.    
3869
3870 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3873
3874         Hide fullscreen toolbar when switching to another desktop workspace.
3875         Fixes bug #338871
3876
3877 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3878
3879         * shell/ev-window-title.c: 
3880         
3881         Test for .dvi in title of pdf documents.
3882
3883 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3884
3885         * shell/ev-view.c: (ev_view_scroll):
3886
3887         Page Up/Down should do page jumps in "Best fit" mode.
3888         If a user has explicitly chosen to view exactly one page
3889         at a time, scrolling just a part of the page when
3890         pressing Page Up/Down is not right. Fixes bug #323107.
3891
3892 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3893
3894         * NEWS:
3895         * configure.ac:
3896         
3897         Update for 0.6.1
3898
3899 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3900
3901         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3902         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3903         
3904         Correctly disconnect from job signals on destroy.
3905
3906 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3907
3908         * shell/ev-view-private.h:
3909         * shell/ev-view.c: (view_set_adjustment_values),
3910         (view_update_range_and_current_page),
3911         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3912         
3913         Fixes bug #343199, current page now follows find page.
3914
3915 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3916
3917         * backend/ev-document-factory.c:
3918         * configure.ac:
3919         Assigned OpenDocument presenation MIME type to the
3920         Impress backend. Added some missing (but harmless)
3921         #ifdefs in the document factory as well to make things
3922         consistent again. Fixes bug #360658.
3923
3924 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3925
3926         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3927         * backend/ev-document-find.c: (ev_document_find_get_type):
3928         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3929         * backend/ev-document-links.c: (ev_document_links_get_type):
3930         * backend/ev-document-security.c: (ev_document_security_get_type):
3931         * backend/ev-document-thumbnails.c:
3932         (ev_document_thumbnails_get_type):
3933         * backend/ev-document.c: (ev_document_get_type):
3934         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3935         * backend/ev-selection.c: (ev_selection_get_type):
3936         * cut-n-paste/recent-files/egg-recent-model.c:
3937         (egg_recent_model_get_type):
3938         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3939         (egg_recent_view_uimanager_get_type):
3940         * cut-n-paste/recent-files/egg-recent-view.c:
3941         (egg_recent_view_get_type):
3942         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3943         (egg_editable_toolbar_get_type):
3944         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3945         (egg_toolbar_editor_get_type):
3946         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3947         (egg_toolbars_model_get_type):
3948         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3949         (egg_tree_multi_drag_source_get_type):
3950         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3951         (ephy_zoom_action_get_type):
3952         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3953         (ephy_zoom_control_get_type):
3954         * impress/r_back.c: (_imp_fill_back):
3955         * properties/ev-properties-main.c:
3956         (ev_properties_plugin_register_type):
3957         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3958         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3959         (ev_view_accessible_factory_get_type):
3960
3961         Reduce relocations. Bug #360616.
3962
3963 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3964
3965         * backend/ev-document-factory.c:
3966         (ev_document_factory_get_document):
3967         
3968         Load document even if extension is wrong.
3969
3970 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3971
3972         * shell/ev-metadata-manager.c: (save_values):
3973         * shell/ev-window.c: (setup_size_from_metadata),
3974         (setup_view_from_metadata), (ev_window_setup_document),
3975         (ev_window_xfer_job_cb), (window_configure_event_cb):
3976         
3977         Set size according to the document size/page size ratio.
3978         That should correct rather wierd behaviour of the previous
3979         commit.
3980
3981 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3982
3983         * shell/ev-window.c: (setup_view_from_metadata):
3984         
3985         Set size for new windows from previous window size.
3986         See bugs #354968 and #168450 for details. Thanks
3987         to Meik Hellmund.
3988
3989 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3990
3991         * djvu/djvu-links.c: (build_tree):
3992
3993         Fix memory leak.
3994
3995 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3996
3997         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3998         
3999         Don't make sidebar close button insensitive. Fixes
4000         bug #357871.
4001
4002 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4003
4004         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4005         (ev_window_set_view_accels_sensitivity):
4006         
4007         Don't enable Slash on documents which don't support
4008         find. Fixes bug #358648.
4009
4010 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4011
4012         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4013         open dialog fall back to the current document uri if the
4014         filechooser hasn't been used before. Fixes bug #356980.
4015
4016 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4017
4018         * shell/ev-window.c: (ev_window_setup_recent), 
4019         (ev_window_get_recent_file_label):
4020
4021         Escape underscores in filenames of recent file items.
4022
4023 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4024
4025         * configure.ac:
4026         
4027         Bumped poppler requirements, really 0.5.3 is very 
4028         buggy, now we require 0.5.4.
4029
4030 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4031
4032         * djvu/Makefile.am:
4033         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4034         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4035         (djvu_document_document_links_iface_init):
4036         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4037         (number_from_string_10), (get_djvu_link_dest),
4038         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4039         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4040         (djvu_links_get_links), (djvu_links_find_link_dest),
4041         (djvu_links_get_links_model):
4042         * djvu/djvu-links.h:
4043         
4044         Add support for links and bookmarks in djvu documents. Thanks
4045         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4046         patch.
4047
4048 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4049
4050         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4051         
4052         Reopen should reload document. Fixes 
4053         bug 327951.
4054
4055 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4056
4057         * configure.ac:
4058         * data/Makefile.am:
4059         * data/evince-16.png:
4060         * data/evince-22.png:
4061         * data/evince.png:
4062         * data/evince.svg:
4063         * data/icons/16x16/Makefile.am:
4064         * data/icons/16x16/evince.png:
4065         * data/icons/22x22/Makefile.am:
4066         * data/icons/22x22/evince.png:
4067         * data/icons/48x48/Makefile.am:
4068         * data/icons/48x48/evince.png:
4069         * data/icons/Makefile.am:
4070         * data/icons/scalable/Makefile.am:
4071         * data/icons/scalable/evince.svg:
4072         
4073         Install icons with correct names. Fixes
4074         bug #354429.
4075
4076 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4077
4078         * shell/ev-view.c: (ev_view_button_release_event):
4079
4080         Don't open links with middle mouse button. Fixes bug #353649
4081
4082 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4083
4084         * NEWS:
4085         * configure.ac:
4086         
4087         Update for release 0.6.0
4088
4089 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4090
4091         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4092         Implement Close named action. Patch by Carlos Garcia Campos.
4093
4094 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4095
4096         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4097         
4098         Don't clear link mapping on copy_job_to_job_info. Fixes
4099         bug 346168.
4100
4101 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * shell/main.c: (main):
4104
4105         Revert my previous commit, gnome_program_init owns the option context.
4106         Fix another memory leak in main. Both caught by Christian Persch. 
4107
4108 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4109
4110         * shell/main.c: (main):
4111
4112         Fix memory leak.
4113
4114 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4117
4118         Fix crash when opening a pdf with password protection. 
4119
4120 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4121
4122         * pdf/ev-poppler.cc: (pdf_document_search_free):
4123
4124         Fix memory leak. 
4125
4126 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4127
4128         * backend/ev-document-factory.c:
4129         (ev_document_factory_get_document):
4130         * tiff/tiff-document.c: (tiff_document_finalize):
4131         
4132         More correct handling of document loading. Fixes
4133         bug #349043.
4134
4135 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4136
4137         * backend/ev-attachment.c: (ev_attachment_save):
4138
4139         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4140         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4141
4142 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4143         
4144         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4145         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4146
4147 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * shell/ev-sidebar-thumbnails.c:
4150
4151         Do not render thumbnails unless thumbnails page is active in the
4152         sidebar.
4153
4154 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4155
4156         * shell/ev-properties-dialog.c:
4157
4158         Fix dialogue spacing. Bug #351370.
4159
4160 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4161
4162         * configure.ac:
4163
4164         Use lowercase gettext catalog file names (evince.mo
4165         instead of Evince.mo)
4166
4167 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4168
4169         * shell/ev-sidebar-attachments.c:
4170
4171         GtkIconTheme is now screen safe too. Fixes bug #350878
4172
4173 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * shell/ev-window.c:
4176
4177         GtkRecent manager is now screen safe. Fixes bug #350145
4178
4179 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4180
4181         * shell/ev-sidebar.c: (ev_sidebar_init):
4182         
4183         Make sidebar close icon smaller. Fix for bug 350177.
4184         See also bugs 350176 and 165770.
4185
4186 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4187
4188         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4189
4190         Ignore zoom for xyz destinations when it's <= 1, keeping user
4191         preferences instead. Set correct sizing-mode for fith and fitv
4192         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4193
4194 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4195
4196         * NEWS:
4197         * configure.ac:
4198         
4199         Update for release 0.5.5
4200
4201 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4202         
4203         * shell/ev-window.c: (ev_window_cmd_escape)
4204
4205         Escape unfocus page entry. Fixes bug #345809.
4206
4207 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4210         (build_tree), (pdf_document_links_get_links),
4211         (pdf_document_links_find_link_dest):
4212         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4213         (goto_xyz_dest):
4214
4215         Convert from PDF style coordinates to X style coordinates in the
4216         backend rather than in the view. Fixes bug #338440
4217
4218 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4219
4220         * shell/ev-window.c:
4221         
4222         Remove Ctrl+Shift+T shortcut for toolbars. See
4223         the bug #350098.
4224
4225 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4226
4227         * configure.ac:
4228
4229         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4230         of this. 
4231
4232 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4233
4234         * configure.ac:
4235         * cut-n-paste/Makefile.am:
4236         * data/evince-ui.xml:
4237         * shell/Makefile.am:
4238         * shell/ev-application.[ch]:
4239         * shell/ev-window.c:
4240
4241         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4242         #349273
4243
4244 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4245
4246         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4247         findbar code: s/help/search/
4248
4249 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4250
4251         * shell/ev-window.c: (setup_document_from_metadata),
4252         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4253         (setup_view_from_metadata):
4254         
4255         Fix memory leaks.
4256
4257 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4258
4259         * autogen.sh, configure.ac: 
4260         
4261         Update automake usage. See bug 349292.
4262
4263 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4264
4265         * shell/eggfindbar.c: (egg_find_bar_class_init),
4266         (entry_activate_callback), (egg_find_bar_init),
4267         (egg_find_bar_set_status_text):
4268         * shell/eggfindbar.h:
4269         
4270         Unify Evince findbar with Epiphany. Nice patch
4271         from Fabricio Silva <silva@crans.org> and
4272         Frederic Peters <fpeters@entrouvert.com>. See
4273         bug #339966 for details.
4274
4275 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4276
4277         * data/evince.desktop.in.in:
4278         
4279         Correct information for bugzilla. Thanks to
4280         Olaf Vitters, see bug #348855.
4281
4282 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4283
4284         * shell/ev-jobs.[ch]:
4285         * shell/ev-sidebar-links.c:
4286         * shell/ev-window.[ch]:
4287
4288         GtkPrintJob doesn't support print ranges or current page, so we export
4289         to a ps file now when printing ranges or current page.
4290
4291 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4292
4293         * pdf/ev-poppler.cc:
4294         * shell/ev-window.c: (do_action_named):
4295
4296         We should be more clear about bugzilla. See the
4297         poppler bug #7623.
4298
4299 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4300
4301         * configure.ac:
4302         * shell/Makefile.am:
4303         * shell/ev-job-queue.c:
4304         * shell/ev-jobs.[ch]:
4305         * shell/ev-sidebar-links.c:
4306         * shell/ev-window.[ch]:
4307         
4308         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4309         #348422
4310
4311 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4312
4313         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4314         * shell/ev-application-service.xml:
4315         * shell/ev-application.[ch]:
4316         * shell/ev-jobs.[ch]:
4317         * shell/ev-window.[ch]: (ev_window_run_preview):
4318         * shell/main.c: 
4319
4320         Add preview mode to use evince as a printing previewer. It also adds
4321         other command line options for fullscreen and presentation modes.
4322         Fixes bugs #347822, #317031
4323
4324 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4325
4326         * NEWS:
4327         * configure.ac:
4328         
4329         Update for release 0.5.4
4330
4331 2006-07-11  Bastien Nocera <hadess@hadess.net>
4332
4333         * Makefile.am:
4334         * backend/Makefile.am:
4335         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4336         * backend/ev-document-factory.h:
4337         * configure.ac:
4338         * impress/.cvsignore:
4339         * impress/Makefile.am:
4340         * impress/common.h:
4341         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4342         (imp_get_page), (imp_next_page), (imp_prev_page),
4343         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4344         * impress/f_oasis.c: (render_object), (render_page),
4345         (get_geometry), (_imp_oasis_load):
4346         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4347         (_imp_oo13_load):
4348         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4349         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4350         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4351         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4352         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4353         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4354         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4355         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4356         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4357         (iks_new_within), (iks_insert), (iks_insert_cdata),
4358         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4359         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4360         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4361         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4362         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4363         (iks_cdata), (iks_cdata_size), (iks_has_children),
4364         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4365         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4366         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4367         (iks_tree), (iks_load), (iks_save):
4368         * impress/iksemel.h:
4369         * impress/imposter.h:
4370         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4371         (imp_render_draw_bezier_real), (imp_render_get_size),
4372         (imp_render_set_fg_color), (imp_render_draw_line),
4373         (imp_render_draw_rect), (imp_render_draw_polygon),
4374         (imp_render_draw_arc), (imp_render_draw_bezier),
4375         (imp_render_open_image), (imp_render_get_image_size),
4376         (imp_render_scale_image), (imp_render_draw_image),
4377         (imp_render_close_image), (imp_render_markup),
4378         (imp_render_get_text_size), (imp_render_draw_text),
4379         (impress_document_load), (impress_document_save),
4380         (impress_document_get_n_pages), (impress_document_get_page_size),
4381         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4382         (impress_document_finalize), (impress_document_class_init),
4383         (impress_document_can_get_text), (impress_document_get_info),
4384         (impress_document_document_iface_init),
4385         (impress_document_thumbnails_get_thumbnail),
4386         (impress_document_thumbnails_get_dimensions),
4387         (impress_document_document_thumbnails_iface_init),
4388         (impress_document_init):
4389         * impress/impress-document.h:
4390         * impress/internal.h:
4391         * impress/r_back.c: (_imp_fill_back):
4392         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4393         (_imp_draw_image), (_imp_tile_image):
4394         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4395         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4396         (r_polyline):
4397         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4398         (r_draw_gradient_complex), (r_draw_gradient):
4399         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4400         (r_get_bullet):
4401         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4402         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4403         (r_text):
4404         * impress/render.c: (imp_create_context), (imp_context_set_page),
4405         (imp_context_set_step), (imp_render), (imp_delete_context):
4406         * impress/render.h:
4407         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4408         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4409         (zip_load_xml), (zip_get_size), (zip_load):
4410         * impress/zip.h:
4411         * shell/ev-utils.c:
4412         
4413         New backend to support impress slides. Fixes bug #30867.
4414
4415 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4416
4417         * shell/ev-utils.c: (using_postscript_printer):
4418         
4419         Fixes crash when print using PAPI backend,
4420         bug #345012.
4421
4422 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4423
4424         * shell/ev-jobs.c: (ev_job_xfer_run):
4425         * shell/ev-window.c: (password_dialog_response),
4426         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4427         (ev_window_dispose):
4428         Fixes bug #344160: if the xfer job doesn't complete
4429         because a password is required, reload the existing
4430         instance instead of creating a new one.
4431
4432 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4433
4434         * shell/main.c: (main): Call gdk_threads_init. Thus
4435         we'll avoid errors in auth dialog. Fix for the bug
4436         #343347.
4437
4438 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4439
4440         * configure.ac: Advertise pixbuf support, fix
4441         for the bug 343317.
4442
4443 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4444
4445         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4446         (ev_sidebar_thumbnails_set_document):
4447         
4448         Update sidebar thumbnails after reloading.
4449
4450 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4451
4452         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4453         * shell/ev-jobs.h:
4454         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4455         (ev_window_cmd_view_reload), (ev_window_init):
4456         
4457         Don't crash on reload. Fix for the bug #343167.
4458
4459 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * shell/ev-jobs.c: (ev_job_render_run):
4462         
4463         Check for document links.
4464
4465 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4466
4467         * backend/ev-attachment.c: (ev_attachment_save),
4468         (ev_attachment_launch_app), (ev_attachment_open):
4469         * backend/ev-document-factory.c: (get_document_from_uri):
4470         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4471         (egg_recent_view_uimanager_set_list):
4472         * ps/ps-document.c: (check_filecompressed), (document_load),
4473         (ps_document_load):
4474         * shell/ev-metadata-manager.c: (load_values):
4475         * shell/ev-password.c: (ev_password_dialog_set_property):
4476         * shell/ev-view.c: (tip_from_link):
4477         * shell/ev-window.c: (file_save_dialog_response_cb),
4478         (ev_window_print_dialog_response_cb):
4479         
4480         Use consistent quoting style. Fix for the bug #320285.
4481
4482 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4483
4484         * shell/ev-jobs.c: (ev_job_xfer_run):
4485         * shell/main.c: (load_files):
4486                 
4487         Open links with anchors. Fix for the bug #339836.
4488
4489 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4490
4491         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4492         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4493         (ev_link_dest_set_property), (ev_link_dest_finalize),
4494         (ev_link_dest_class_init), (ev_link_dest_new_named),
4495         (ev_link_dest_new_page_label):
4496         * backend/ev-link-dest.h:
4497         * shell/ev-application.c: (ev_application_open_uri):
4498         * shell/ev-view.c: (goto_dest):
4499         * shell/ev-window.c:
4500         * shell/ev-window.h:
4501         
4502         Fix page-label command line option. Bug #342070.
4503
4504 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4505
4506         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4507         
4508         Don't show highlight rects if page can't be showed. Fix for 
4509         the bug #342076
4510
4511 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4512
4513         * shell/ev-window.c: (setup_sidebar_from_metadata),
4514         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4515         
4516         Setup sidebar from metadata even if there is no document
4517         loaded. Fix for the bug #342807.
4518
4519 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4520
4521         * cut-n-paste/toolbar-editor/Makefile.am:
4522         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4523         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4524         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4525         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4526         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4527         (popup_context_menu_cb), (button_press_event_cb),
4528         (configure_item_sensitivity), (configure_item_cursor),
4529         (configure_item_tooltip), (connect_widget_signals),
4530         (action_sensitive_cb), (create_item_from_action),
4531         (create_item_from_position), (toolbar_drag_data_received_cb),
4532         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4533         (toolbar_drag_leave_cb), (configure_drag_dest),
4534         (toggled_visibility_cb), (toolbar_visibility_refresh),
4535         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4536         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4537         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4538         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4539         (egg_editable_toolbar_dispose),
4540         (egg_editable_toolbar_set_ui_manager),
4541         (egg_editable_toolbar_get_selected),
4542         (egg_editable_toolbar_set_selected), (set_edit_mode),
4543         (egg_editable_toolbar_set_property),
4544         (egg_editable_toolbar_get_property),
4545         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4546         (egg_editable_toolbar_new_with_model),
4547         (egg_editable_toolbar_get_edit_mode),
4548         (egg_editable_toolbar_set_edit_mode),
4549         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4550         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4551         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4552         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4553         (item_added_or_removed_cb), (toolbar_removed_cb),
4554         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4555         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4556         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4557         (editor_create_item_from_name), (append_table),
4558         (update_editor_sheet), (egg_toolbar_editor_init):
4559         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4560         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4561         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4562         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4563         (toolbar_node_free), (egg_toolbars_model_get_flags),
4564         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4565         (egg_toolbars_model_get_name), (impl_add_item),
4566         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4567         (parse_data_list), (parse_item_list), (parse_toolbars),
4568         (egg_toolbars_model_load_toolbars), (parse_available_list),
4569         (parse_names), (egg_toolbars_model_load_names),
4570         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4571         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4572         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4573         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4574         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4575         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4576         (egg_toolbars_model_set_types), (fill_avail_array),
4577         (egg_toolbars_model_get_name_avail),
4578         (egg_toolbars_model_get_name_flags),
4579         (egg_toolbars_model_set_name_flags):
4580         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4581         * cut-n-paste/toolbar-editor/eggintl.h:
4582         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4583         (egg_tree_multi_drag_source_get_type),
4584         (egg_tree_multi_drag_source_row_draggable),
4585         (egg_tree_multi_drag_source_drag_data_delete),
4586         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4587         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4588         (path_list_free), (set_context_data), (get_context_data),
4589         (get_info), (egg_tree_multi_drag_drag_data_get),
4590         (egg_tree_multi_drag_motion_event),
4591         (egg_tree_multi_drag_button_press_event),
4592         (egg_tree_multi_drag_add_drag_support):
4593         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4594         * shell/ev-application.c: (ev_application_init),
4595         (ev_application_save_toolbars_model):
4596         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4597         (ev_window_cmd_edit_toolbar), (ev_window_init):
4598         
4599         Sync toolbareditor with epiphany and libegg
4600
4601 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4602
4603         * configure.ac: 
4604
4605         Depend on poppler 0.5.2
4606
4607 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4608
4609         * shell/ev-jobs.c: (ev_job_render_run):
4610         
4611         Check if document supports links iterface.
4612
4613 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4614
4615         * NEWS:
4616         * configure.ac:
4617         
4618         Update for release 0.5.3
4619
4620 2006-05-13  Michael Plump  <plumpy@skylab.org>
4621
4622         * configure.ac:
4623         * shell/Makefile.am:
4624         * shell/main.c: (main):
4625         
4626         Port to GOption command line parsing. Fix for the 
4627         bug #327518
4628
4629 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4630
4631         * shell/ev-window.c: (ev_window_cmd_help_about):
4632         
4633         Do not wrap license. Fix for the bug #309460.
4634
4635 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4636
4637         * configure.ac:
4638         * properties/ev-properties-main.c: (ev_properties_get_pages):
4639         * shell/ev-application.c: (ev_application_open_window),
4640         (ev_application_open_uri_at_dest):
4641         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4642         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4643         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4644         * shell/ev-utils.c: (save_print_config_to_file):
4645         * shell/ev-window.c: (ev_window_cmd_save_as),
4646         (ev_attachment_popup_cmd_save_attachment_as):
4647         * shell/main.c: (load_files_remote):
4648         
4649         Bump requirements to gtk 2.8 and drop all ifdefs used.
4650
4651 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4652
4653         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4654         * shell/ev-window.c: (ev_window_init):
4655         
4656         Show attachments page.
4657
4658 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4659
4660         * po/POTFILES.in:
4661         * shell/ev-attachment-bar.c:
4662         * shell/ev-attachment-bar.h:
4663         * shell/ev-sidebar-attachments.c:
4664         (ev_sidebar_attachments_icon_cache_add),
4665         (icon_theme_get_pixbuf_from_mime_type),
4666         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4667         (ev_sidebar_attachments_icon_cache_refresh),
4668         (ev_sidebar_attachments_get_attachment_at_pos),
4669         (ev_sidebar_attachments_popup_menu_show),
4670         (ev_sidebar_attachments_popup_menu),
4671         (ev_sidebar_attachments_button_press),
4672         (ev_sidebar_attachments_update_icons),
4673         (ev_sidebar_attachments_drag_data_get),
4674         (ev_sidebar_attachments_get_property),
4675         (ev_sidebar_attachments_destroy),
4676         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4677         (ev_sidebar_attachments_new),
4678         (ev_sidebar_attachments_set_document),
4679         (ev_sidebar_attachments_support_document),
4680         (ev_sidebar_attachments_get_label),
4681         (ev_sidebar_attachments_page_iface_init):
4682         * shell/ev-sidebar-attachments.h:
4683         * shell/ev-window.c: (update_chrome_visibility),
4684         (setup_sidebar_from_metadata), (ev_window_setup_document),
4685         (ev_window_sidebar_current_page_changed_cb),
4686         (attachment_bar_menu_popup_cb), (ev_window_init):
4687         
4688         Move attachments bar to sidebar.
4689
4690 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4691
4692         * pdf/ev-poppler.cc:
4693         * shell/ev-application.[ch]:
4694         * shell/main.c:
4695
4696         Fix some memory leaks.
4697
4698 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4699
4700         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4701
4702         Change the properties dialog response to
4703         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4704         will make the dialog go away when the user presses
4705         enter. With gtk+ >= 2.9 this will happen anyway, but for
4706         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4707         escape by default. Fixes bug #340539. See also bug
4708         #101293 for the gtk+ part.
4709
4710 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4711
4712         * shell/ev-view.c (tip_from_action_named): Replace some strings
4713         that were wrong. Closes #340970.
4714
4715 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4716
4717         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4718
4719         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4720         #341049
4721
4722 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4723
4724         * djvu/Makefile.am:
4725         * dvi/Makefile.am:
4726         * dvi/mdvi-lib/Makefile.am:
4727         * properties/Makefile.am:
4728         * ps/Makefile.am:
4729         * shell/Makefile.am:
4730         * thumbnailer/Makefile.am:
4731         
4732         Due to broken libtool that is unable to track dependencies
4733         of noinst libraries we are forced to explicitely point
4734         libraries for binary. Fix for the bug #333334.
4735
4736 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4737
4738         * data/evince.desktop.in.in:
4739         * shell/ev-view.c: (view_update_range_and_current_page),
4740         (ev_view_next_page), (ev_view_previous_page):
4741         * shell/ev-window.c: (update_chrome_visibility),
4742         (setup_sidebar_from_metadata), (ev_window_setup_document),
4743         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4744         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4745         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4746         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4747         (ev_window_stop_presentation), (ev_window_focus_in_event),
4748         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4749         (ev_window_init):
4750         * thumbnailer/Makefile.am:
4751         
4752         Update fullscreen and presentation timeout handling. Hide
4753         cursor in presentation after timeout. Fix for the bugs
4754         #136359 and #336981.
4755
4756 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4757
4758         * backend/ev-link-action.[ch]:
4759         * pdf/ev-poppler.cc: (ev_link_from_action):
4760         * shell/ev-view-private.h:
4761         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4762         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4763
4764         Add support for Named Action links
4765
4766 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4767
4768         * backend/Makefile.am:
4769         * backend/ev-document-links.[ch]:
4770         * backend/ev-document.[ch]:
4771         * backend/ev-link-action.[ch]:
4772         * backend/ev-link-dest.[ch]:
4773         * backend/ev-link.[ch]:
4774         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4775         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4776         * shell/ev-page-action.c: (build_new_tree_cb):
4777         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4778         (links_page_num_func), (update_page_callback):
4779         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4780         (tip_from_link):
4781         * shell/ev-jobs.c:
4782         * shell/ev-window.[ch]: (ev_window_open_uri),
4783         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4784         * shell/ev-application.[ch]: (ev_application_open_window),
4785         (ev_application_open_uri):
4786
4787         Rework links system, it adds support for remote links now and it makes
4788         easier to add new kinds of actions and destinations. Fixes bug #317292
4789
4790 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4791
4792         * data/Makefile.am:
4793         * data/evince.png:
4794         * data/evince-16.png:
4795         * data/evince-22.png:
4796         * data/evince.svg:
4797         * shell/main.c: (main):
4798         
4799         Evince use it's own icon. Fix for the bug #313392.
4800
4801         * shell/ev-window.c: (fullscreen_timeout_cb),
4802         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4803         (ev_window_cmd_help_about), (ev_window_dispose):
4804         
4805         Simplify fullscreen timeout code.
4806
4807 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4808
4809         * backend/ev-attachment.c: 
4810         * shell/ev-attachment-bar.c:
4811         * shell/ev-window.c:
4812
4813         Allow multiple selection of attachments
4814
4815 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4816
4817         * shell/ev-view.c: (view_update_range_and_current_page),
4818         (ev_view_scroll):
4819         
4820         Fix for the bug #312573 – Optimal selection of current 
4821         page among visible pages.
4822
4823 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4824
4825         * configure.ac:
4826         * djvu/Makefile.am:
4827         * djvu/djvu-text.h:
4828         
4829         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4830         for the bug 339868.
4831
4832 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4833
4834         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4835
4836 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4837
4838         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4839         dictated by the GNOME HIG. Fixes bug #339235.
4840
4841 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4842
4843         * data/evince-ui.xml:
4844         * shell/ev-view.c: (ev_view_can_find_previous):
4845         * shell/ev-view.h:
4846         * shell/ev-window.c: (ev_window_update_actions),
4847         (ev_window_cmd_edit_find_previous):
4848
4849         Add support for "Find Previous" as dictated by the GNOME HIG. A
4850         menu item is added and some glue code to make it all work is added
4851         to various files.
4852
4853 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4854
4855         * configure.ac: Award myself the "useless use of cat" award.
4856
4857 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4858
4859         * po/LINGUAS: New file listing all supported languages.
4860
4861         * configure.in: Use po/LINGUAS instead of including all languages
4862         directly in this file. See the wiki for more information:
4863         http://live.gnome.org/GnomeGoals/PoLinguas
4864
4865 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * backend/ev-document-factory.c:
4868
4869         Do not load the document twice when there isn't errors
4870
4871 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4872
4873         * backend/ev-attachment.c: 
4874
4875         Fix a crash when there isn't a default application to open an
4876         attachment
4877
4878 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4879
4880         * backend/ev-attachment.[ch]:
4881         * shell/ev-attachment-bar.[ch]:
4882
4883         Added missing files. 
4884
4885 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4886
4887         * backend/Makefile.am:
4888         * data/evince-ui.xml:
4889         * backend/ev-attachment.[ch]:
4890         * backend/ev-document.[ch]: (ev_document_has_attachments),
4891         (ev_document_get_attachments):
4892         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4893         (attachment_save_to_buffer), (pdf_document_get_attachments),
4894         (pdf_document_document_iface_init):
4895         * shell/Makefile.am:
4896         * shell/ev-attachment-bar.[ch]:
4897         * shell/ev-window.c:
4898
4899         Add support for PDF attachments. Fixes bug #325143
4900
4901 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4902
4903         * backend/ev-document-factory.c: (get_document_from_uri),
4904         (ev_document_factory_get_document):
4905         * backend/ev-document-factory.h:
4906         * properties/ev-properties-main.c: (ev_properties_get_pages):
4907         * shell/Makefile.am:
4908         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4909         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4910         (ev_job_queue_remove_job):
4911         * shell/ev-job-queue.h:
4912         * shell/ev-job-xfer.c:
4913         * shell/ev-job-xfer.h:
4914         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4915         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4916         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4917         (ev_job_xfer_run):
4918         * shell/ev-jobs.h:
4919         * shell/ev-window.c: (ev_window_is_empty),
4920         (password_dialog_response), (ev_window_clear_xfer_job),
4921         (ev_window_xfer_job_cb), (ev_window_open_uri),
4922         (ev_window_cmd_focus_page_selector),
4923         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4924         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4925         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4926         (ev_window_dispose):
4927         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4928         
4929         * Cleanup mime type detection on document load. Fix for the
4930         bug #336448.
4931
4932 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4933
4934         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4935         
4936         Fix crash on exit, described in the bug #336825.
4937
4938 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4939
4940         * backend/ev-document-factory.c:
4941         (ev_document_factory_get_from_mime),
4942         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4943         (ev_document_factory_get_document),
4944         (file_filter_add_mime_list_and_free),
4945         (ev_document_factory_add_filters):
4946         * backend/ev-document-factory.h:
4947         * properties/ev-properties-main.c: (ev_properties_get_pages):
4948         * shell/Makefile.am:
4949         * shell/ev-application.c:
4950         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4951         * shell/ev-window.c: (ev_window_cmd_file_open),
4952         (ev_window_cmd_save_as):
4953         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4954         
4955         Rework factory functions so they are placed now in a single 
4956         file ev-document-factory.c
4957
4958 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4959
4960         * shell/ev-window.c: (update_chrome_visibility):
4961         
4962         Fix for the bug 166566 - don't show menubar in fullscreen
4963         mode.
4964
4965 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4966
4967         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4968
4969 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4970
4971         * shell/ev-view.c: (ev_view_expose_event):
4972         
4973         More correctly draw loading text when document
4974         is empty.
4975
4976 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4977
4978         * shell/ev-view.c: (ev_view_scroll):
4979         
4980         Fix for the bug #334854, page down and page up switch
4981         pages in presentation mode.
4982
4983 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4984
4985         * shell/ev-window.c: (ev_window_set_action_sensitive),
4986         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4987         (ev_window_set_view_accels_sensitivity),
4988         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4989         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4990         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4991         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4992         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4993         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4994         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4995         (view_actions_focus_in_cb), (ev_window_init):
4996         
4997         Fix for the bug #333902, now it's possible to search
4998         words with slash.
4999
5000 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5001
5002         * configure.ac: Added Breton translation.
5003         * po/br.po: Added Breton translation.
5004
5005 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5006
5007         * shell/ev-window-title (ev_window_title_update):
5008
5009         Fix memory leak in window title. Fixes bug #333944
5010
5011 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5012
5013         * shell/ev-metadata-manager.c (parseItem):
5014
5015         Fix memory leaks. Fixes bug #333945
5016
5017 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5018         
5019         * NEWS, configure.ac, TODO:
5020         
5021         Update for release 0.5.2.
5022
5023 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5024
5025         * shell/ev-view.c: (view_update_range_and_current_page),
5026         (page_changed_cb):
5027         
5028         Don't jump on scrolling, fix for the bug #333127.
5029
5030 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5031
5032         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5033         
5034         Scroll by one page in presentation mode. Fix for the bug
5035         #332993.
5036
5037 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5038
5039         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5040
5041 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5042
5043         * configure.ac  Added lv in ALL_LINGUAS line.
5044
5045 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5046         
5047         * NEWS, configure.ac:
5048         
5049         Update for release 0.5.1
5050
5051 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5052
5053         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5054         * backend/ev-document-misc.h:
5055         * shell/ev-view.c: (draw_one_page):
5056         
5057          Clairfy what page the toolbar page number applies to. Fix
5058          for the bug #328102.
5059
5060 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5061
5062         * shell/ev-view-private.h:
5063         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5064         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5065         (ev_view_search_changed):
5066         * shell/ev-view.h:
5067         * shell/ev-window.c: (find_bar_search_changed_cb):
5068         
5069         Dont't jump to find result if window was scrolled during search.
5070         Fix for the bug #313266.
5071
5072 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5073
5074         * shell/eggfindbar.c: (egg_find_bar_class_init):
5075         * shell/eggfindbar.h:
5076         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5077         * shell/ev-view-private.h:
5078         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5079         (ev_view_class_init), (ev_sizing_mode_get_type),
5080         (ev_scroll_type_get_type):
5081         * shell/ev-view.h:
5082         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5083         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5084         (ev_window_init):
5085         
5086         Fix for the bug 319133 - Find entry should allow text scroll.
5087
5088 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5089
5090         * shell/ev-view-private.h:
5091         * shell/ev-view.c: (view_update_range_and_current_page),
5092         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5093         (ev_view_set_document), (update_find_status_message),
5094         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5095         (ev_view_find_previous):
5096         
5097         Fix for the bug #319137. Search now takes account for scrolling.
5098
5099 2006-02-19  Michael Hofmann <mh21@piware.de>
5100
5101         * configure.ac:
5102         * djvu/Makefile.am:
5103         * djvu/djvu-document-private.h:
5104         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5105         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5106         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5107         (djvu_document_can_get_text), (djvu_document_get_text),
5108         (djvu_document_document_iface_init),
5109         (djvu_document_thumbnails_get_thumbnail),
5110         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5111         (djvu_document_find_get_result),
5112         (djvu_document_find_page_has_results),
5113         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5114         (djvu_document_find_iface_init):
5115         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5116         (djvu_text_page_selection), (djvu_text_page_limits_process),
5117         (djvu_text_page_limits), (djvu_text_page_copy),
5118         (djvu_text_page_position), (djvu_text_page_union),
5119         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5120         (djvu_text_page_box), (djvu_text_page_append_text),
5121         (djvu_text_page_search), (djvu_text_page_prepare_search),
5122         (djvu_text_page_new), (djvu_text_page_free):
5123         * djvu/djvu-text-page.h:
5124         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5125         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5126         (djvu_text_n_results), (djvu_text_has_results),
5127         (djvu_text_get_result), (djvu_text_get_progress):
5128         * djvu/djvu-text.h:
5129         
5130         Text search in djvu. Fix for the bug #303415.
5131
5132 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5133
5134         * configure.ac:
5135         * shell/ev-window.c: (ev_window_cmd_save_as):
5136         
5137         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5138         Thanks to Gary Coady <gary@lyranthe.org>
5139
5140 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5141
5142         * shell/ev-print-job.c: (idle_print_handler):
5143         
5144         Inverse order printing, bug #320919.
5145
5146 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5147
5148         * data/evince-toolbar.xml:
5149         * shell/ev-window.c:
5150         
5151         Allow to add sidebar checkbutton on toolbar. Fix
5152         for the bug #144577.
5153
5154 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5157         
5158         Add checks that have sense for empty ps document.
5159
5160 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5161
5162         * configure.ac: Include PS in mime types list. 
5163
5164 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5165
5166         * configure.ac:
5167         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5168         * ps/gsdefaults.h:
5169         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5170         
5171         Runtime check for gs interpreter. Fix for the bug #320868.
5172         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5173
5174 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5175
5176         * shell/ev-application.c: 
5177
5178         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5179         dbus>=0.60, so that the request is not queued. 
5180
5181 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5182
5183         * configure.ac:
5184         * shell/Makefile.am:
5185         * shell/ev-sidebar-links.c: (print_section_cb):
5186         * shell/ev-utils.c:
5187         * shell/ev-utils.h:
5188         * shell/ev-window.c: (update_action_sensitivity),
5189         (ev_window_close_dialogs), (ev_window_print):
5190         * shell/ev-window.h:
5191         
5192         Make printing support optional. Patch from Eduardo de Barros Lima
5193         <eduardo.lima@indt.org.br> for the bug #330546.
5194
5195 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5196
5197         * shell/ev-view-private.h:
5198         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5199         (ev_view_set_document):
5200         * shell/ev-view.h:
5201         * shell/ev-window.c: (ev_window_load_job_cb),
5202         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5203         (ev_window_init):
5204
5205         Draw Loading message during xfer job. Fix for the bug #329495.
5206
5207 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5208
5209         * comics/comics-document.c: (comics_regex_quote),
5210         (comics_document_load), (extract_argv):
5211         
5212         Correcly quote regexp before passing it to unzip.
5213
5214 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5215
5216         * shell/ev-page-cache.c: (build_height_to_page),
5217         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5218         (ev_page_cache_get_dual_even_left):
5219         * shell/ev-page-cache.h:
5220         * shell/ev-view.c: (view_update_range_and_current_page),
5221         (get_page_y_offset), (get_page_extents):
5222         
5223         Place even pages to the left if document has less then
5224         two pages. Fix for the bug #328856.
5225
5226 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5227
5228         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5229         
5230         Correct comics scheme. This make evince create thumbnails
5231         for comic books. Fix for the bug 329088.
5232
5233 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5234
5235         * data/evince-password.glade: Don't explicitly set
5236         invisible_char to the current default value in case
5237         the default changes; let GTK+ do its magic.
5238
5239 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5240
5241         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5242         real filename to tmp filename since often document
5243         type is determined by extension.
5244
5245 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5246
5247         * shell/ev-view.c: (add_scroll_binding_keypad),
5248         (ev_view_binding_activated), (ev_view_class_init):
5249         
5250         Add keybindings for percision-scrolling of display area. 
5251         Fix for the bug #314072.
5252
5253 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5254
5255         * data/evince.desktop.in.in:
5256         
5257         Add GTK to the list of categories. Fix for the bug #328034.
5258
5259 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5260
5261         * shell/ev-application.c: (ev_application_shutdown),
5262         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5263         * shell/ev-application.h:
5264         * shell/ev-window.c: (file_open_dialog_response_cb),
5265         (ev_window_cmd_file_open):
5266         
5267         Save last uri in file chooser dialog. Fix for the bug #327950.
5268
5269 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * NEWS:
5272         * README:
5273         
5274         Final update for release 0.5.0
5275         
5276         * shell/Makefile.am:
5277         
5278         Remove disable deprecated until we'll require libgnome-2.13.7
5279         and port to GOption argument parsing. See bug 327518.
5280
5281 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5282
5283         * comics/comics-document.c: (comics_document_save):
5284         * djvu/djvu-document.c: (djvu_document_save):
5285         * dvi/dvi-document.c: (dvi_document_save):
5286         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5287         * lib/ev-file-helpers.h:
5288         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5289         * tiff/tiff-document.c: (tiff_document_save):
5290         
5291         Use common save function for backends.
5292
5293 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5294
5295         * backend/ev-document-types.c:
5296         
5297         Fix crash on saving pixbuf.
5298
5299 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5300
5301         * cut-n-paste/recent-files/egg-recent-item.c:
5302         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5303         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5304         (parse_info_free), (valid_element), (start_element_handler),
5305         (end_element_handler), (text_handler), (egg_recent_model_filter),
5306         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5307         (egg_recent_model_monitor), (egg_recent_model_read),
5308         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5309         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5310         (egg_recent_model_set_property), (egg_recent_model_class_init),
5311         (egg_recent_model_init), (egg_recent_model_add_full),
5312         (egg_recent_model_delete), (egg_recent_model_get_list),
5313         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5314         (egg_recent_model_set_filter_mime_types),
5315         (egg_recent_model_clear_group_filter),
5316         (egg_recent_model_set_filter_groups),
5317         (egg_recent_model_clear_scheme_filter),
5318         (egg_recent_model_set_filter_uri_schemes),
5319         (egg_recent_model_remove_expired):
5320         * cut-n-paste/recent-files/egg-recent-util.c:
5321         (egg_recent_util_get_icon):
5322         * cut-n-paste/recent-files/egg-recent-util.h:
5323         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5324         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5325         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5326         (egg_recent_view_uimanager_set_property),
5327         (egg_recent_view_uimanager_get_property),
5328         (egg_recent_view_uimanager_class_init),
5329         (egg_recent_view_uimanager_init),
5330         (egg_recent_view_uimanager_set_label_width),
5331         (egg_recent_view_uimanager_get_label_width):
5332         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5333         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5334         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5335         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5336         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5337         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5338         
5339         Update from libegg.
5340
5341 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5342
5343         * shell/ev-page-cache.c: (build_height_to_page),
5344         (ev_page_cache_get_height_to_page):
5345         * shell/ev-page-cache.h:
5346         * shell/ev-view.c: (view_update_range_and_current_page),
5347         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5348         (ev_view_previous_page):
5349         
5350         Dual mode places even pages to the left. Fix for the bug #309393.
5351
5352         * shell/ev-view.h:
5353         * shell/ev-window.c: (update_action_sensitivity),
5354         (setup_view_from_metadata), (view_menu_popup_cb):
5355         
5356         Don't restore presentation in empty windows, more intelligent
5357         next page behaviour in dual mode.
5358
5359         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5360         (ev_pixbuf_cache_clear_job_sizes):
5361         
5362         Cleanup job callback on removal. Fix for the bug #325886.
5363
5364 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5365
5366         * ps/ps.c: (psscan):
5367         
5368         Commit workaround Mozilla problem. Fix for the bug #325919
5369         
5370         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5371         (save_item):
5372         
5373         Fix for year 2038 problem.
5374
5375 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5376
5377         * shell/ev-window.c: (setup_document_from_metadata),
5378         (ev_window_cmd_view_reload):
5379
5380         Clamp page recieved from metadata in valid values. Fix
5381         for the bug #325986.
5382
5383 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5384
5385         * MAINTAINERS: 
5386         Add MAINTAINERS as requested on desktop-devel-list.
5387
5388 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5389
5390         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5391         (mime_type_supported_by_gdk_pixbuf),
5392         (ev_document_factory_get_mime_types),
5393         (ev_document_factory_get_all_mime_types):
5394         
5395         Don't add pixbuf mime types if pixbuf backend is disabled.
5396         
5397         * shell/ev-application.c: (ev_application_get_uri_window):
5398         
5399         Fix for the bug 325815 - unhandled MIME type message doesn't 
5400         appear a second time. 
5401         
5402         * shell/ev-document-types.c: (ev_document_types_add_filters):
5403         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5404         (password_dialog_response), (ev_window_popup_password_dialog),
5405         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5406         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5407         (ev_window_run_presentation), (ev_window_stop_presentation),
5408         (save_sizing_mode), (ev_window_zoom_changed_cb),
5409         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5410         (ev_window_dual_mode_changed_cb),
5411         (ev_window_sidebar_current_page_changed_cb),
5412         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5413         (window_state_event_cb), (window_configure_event_cb):
5414         
5415         Cleanup additional uris holded by EvWindow.
5416
5417 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5418
5419         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5420         (ev_view_can_previous_page), (ev_view_can_next_page):
5421         * shell/ev-view.h:
5422         * shell/ev-window.c: (update_action_sensitivity):
5423         
5424         Two page scrolling with Space and PageUp in dual mode. Second fix 
5425         for the bug #316608.
5426
5427 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5428
5429         * shell/ev-view.c: (scroll_to_current_page):
5430         
5431         Correctly clamp adjustment value. Fix for the bug
5432         #325808.
5433
5434 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5435
5436         * shell/ev-sidebar-links.c: (print_section_cb):
5437         * shell/ev-window.c: (ev_window_get_uri),
5438         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5439         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5440         (ev_window_dispose):
5441         
5442         Make print dialog non-modal. Fix for the bug #325622.
5443
5444 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5445
5446         * shell/ev-metadata-manager.c:
5447         * shell/ev-utils.c: (using_pdf_printer),
5448         (using_postscript_printer), (load_print_config_from_file),
5449         (save_print_config_to_file):
5450         * shell/ev-utils.h:
5451         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5452         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5453         (setup_view_from_metadata), (ev_window_setup_document),
5454         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5455         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5456         (ev_window_run_presentation), (ev_window_stop_presentation),
5457         (save_sizing_mode), (ev_window_zoom_changed_cb),
5458         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5459         (ev_window_dual_mode_changed_cb),
5460         (ev_window_sidebar_current_page_changed_cb),
5461         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5462         (window_state_event_cb), (window_configure_event_cb),
5463         (ev_window_init):
5464         
5465         Setting saving behaviour fixes.
5466
5467 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5468
5469         * configure.ac:
5470         
5471         Make antialiasing gs options better and allow
5472         to change them during configure. Fix for the 
5473         bug #319049.
5474
5475 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5476
5477         * shell/ev-window.c: (setup_view_from_metadata):
5478         
5479         Remember if last window was maximized. Fix for the
5480         bug #323797.
5481
5482 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5483
5484         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5485
5486 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5487
5488         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5489         * shell/ev-page-action.c: (build_new_tree_cb):
5490         * shell/ev-sidebar-links.c: (links_page_num_func),
5491         (update_page_callback_foreach), (update_page_callback):
5492         * shell/ev-view.c: (scroll_to_current_page):
5493         
5494         Fix for the bug #325067 with more intelligent selection
5495         of current link in sidebar. Make sidebar handle links
5496         of FITR-like type more correctly.
5497
5498         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5499         (dvi_pixbuf_put_pixel):
5500         
5501         Fix memory consumtion with disabled alpha channel.
5502
5503 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5504
5505         * data/evince-ui.xml:
5506         * shell/ev-window.c: (view_menu_popup_cb),
5507         (ev_popup_cmd_open_link), (ev_window_init):
5508         
5509         Update context menu for internal links. Fix for the bug
5510         #325066.
5511
5512 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5513
5514         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5515         
5516         Bind context menu to keyboard also. Fix for the bug
5517         #325065.
5518
5519 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5520
5521         * shell/ev-view.c: (selection_scroll_timeout_cb):
5522         
5523         Horizontal scroll on selection also.
5524
5525 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5526
5527         * shell/ev-metadata-manager.c: (parse_value):
5528         * shell/ev-view.c: (goto_xyz_link):
5529         
5530         Correct zoom setup and metadata save broken in 
5531         some locales.
5532
5533 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5534
5535         * shell/ev-view-private.h:
5536         * shell/ev-view.c: (scroll_to_current_page),
5537         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5538         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5539         (page_changed_cb), (ev_view_set_continuous),
5540         (ev_view_set_dual_page), (ev_view_set_presentation):
5541         
5542         Delay scroll until allocation to correctly position page. Fix
5543         for the bug #317334.
5544
5545 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5546
5547         * NEWS:
5548         * configure.ac:
5549         
5550         Update NEWS and require poppler 0.5.0.
5551
5552 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5553         
5554         * data/evince-ui.xml:
5555         * shell/ev-view-private.h:
5556         * shell/ev-view.c: (ev_view_get_link_at_location),
5557         (handle_link_over_xy), (ev_view_button_press_event),
5558         (ev_view_button_release_event), (ev_view_class_init):
5559         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5560         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5561         (ev_window_init):
5562         
5563         Implement right-click context menu.
5564
5565 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5566
5567         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5568         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5569         (mdvi_pixbuf_device_render):
5570         * pdf/ev-poppler.cc:
5571
5572         Don't generate thumbnails with alpha. See bug #324077.
5573         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5574
5575 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5576
5577         * shell/ev-window.c: (setup_chrome_from_metadata):
5578         
5579         Fix typo that was hiding toolbar.
5580
5581 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5582
5583         * shell/ev-view-private.h:
5584         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5585         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5586         (ev_view_button_release_event), (ev_view_destroy):
5587         
5588         Small cleanup and autoscrolling during selection. Thanks to 
5589         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5590
5591 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5592
5593         * configure.ac:
5594         
5595         Correctly check for comics option.
5596
5597 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5598         * Makefile.am:
5599         * configure.ac:
5600         * backend/Makefile.am:
5601         * backend/ev-document-factory.c:
5602         * shell/ev-document-types.c:
5603
5604         Included option in configure to make ps backend 
5605         compilation optional with --disable-ps.
5606
5607 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5608
5609         * backend/ev-document-factory.c:
5610         * comics/Makefile.am:
5611         * comics/comics-document.c: (comics_document_load):
5612         * comics/ev-cbr-mime.xml:
5613         * configure.ac:
5614         
5615         Comics mime types are added to shared-mime-info CVS. Now
5616         we don't need to install our own mime types.
5617
5618 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5619
5620         * shell/ev-window.c:
5621         
5622         Add shortcut for "save a copy" menu entry. Fix for
5623         the bug #324582.
5624
5625 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5626
5627         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5628         (job_finished_cb), (new_selection_pixbuf_needed),
5629         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5630         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5631         
5632         Rework selection job info logic and fix critical warning.
5633
5634 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5635
5636         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5637
5638 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5639
5640         * data/evince-ui.xml:
5641         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5642         
5643         Enter as shortcut key for next page. Fix for the bug
5644         #321394.
5645
5646 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5647
5648         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5649
5650 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5651
5652         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5653         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5654         (new_selection_pixbuf_needed),
5655         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5656         (clear_job_selection):
5657         
5658         Too early for 0.5. Pixbuf cache code cleaned a bit.
5659
5660 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5661
5662         * NEWS:
5663         * configure.ac:
5664         
5665         Release 0.5.0 preparation
5666
5667 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5668
5669         * comics/Makefile.am:
5670         * configure.ac:
5671         * shell/ev-document-types.c: (ev_document_types_add_filters):
5672         
5673         More advanced handling of custom mime type installation.
5674
5675 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5676
5677         * data/evince.schemas.in:
5678         * shell/ev-metadata-manager.c: (value_free),
5679         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5680         (ev_metadata_manager_get), (ev_metadata_manager_set):
5681         * shell/ev-metadata-manager.h:
5682         * shell/ev-window.c: (update_chrome_flag),
5683         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5684         (setup_document_from_metadata), (setup_chrome_from_metadata),
5685         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5686         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5687         (ev_window_view_toolbar_cb),
5688         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5689         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5690         
5691         Save last document settings and reuse them for new documents.
5692
5693 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5694
5695         * Makefile.am:
5696         * backend/Makefile.am:
5697         * backend/ev-document-factory.c:
5698         * backend/ev-document-factory.h:
5699         * comics/Makefile.am:
5700         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5701         (comics_document_load), (comics_document_save),
5702         (comics_document_get_n_pages), (comics_document_get_page_size),
5703         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5704         (comics_document_class_init), (comics_document_can_get_text),
5705         (comics_document_get_info), (comics_document_document_iface_init),
5706         (comics_document_init), (get_supported_image_extensions),
5707         (comics_document_thumbnails_get_geometry),
5708         (comics_document_thumbnails_get_thumbnail),
5709         (comics_document_thumbnails_get_dimensions),
5710         (comics_document_document_thumbnails_iface_init), (extract_argv):
5711         * comics/comics-document.h:
5712         * comics/ev-cbr-mime.xml:
5713         * configure.ac:
5714         * po/POTFILES.in:
5715         * shell/ev-application.c: (ev_application_register_service):
5716         * shell/ev-document-types.c: (ev_document_types_add_filters):
5717         * thumbnailer/Makefile.am:
5718         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5719         
5720         New CBR/CBZ backend for comic books.
5721
5722 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5723
5724         * shell/main.c: (load_files_remote):
5725
5726         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5727         warning on startup of second instance is fixed. It
5728         is bug #320353.
5729
5730 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5731
5732         * shell/ev-window.c: (ev_window_finalize):
5733         
5734         Fix double free that cause crash.
5735
5736 2005-10-29  Bastien Nocera <hadess@hadess.net>
5737
5738         * tiff/tiff-document.c: (tiff_document_load):
5739         
5740         Fix memory leak.
5741
5742 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5743
5744         * po/POTFILES.in:
5745         * shell/Makefile.am:
5746         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5747         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5748         (ev_view_accessible_get_text),
5749         (ev_view_accessible_get_character_at_offset),
5750         (ev_view_accessible_get_text_before_offset),
5751         (ev_view_accessible_get_text_at_offset),
5752         (ev_view_accessible_get_text_after_offset),
5753         (ev_view_accessible_get_character_count),
5754         (ev_view_accessible_get_caret_offset),
5755         (ev_view_accessible_set_caret_offset),
5756         (ev_view_accessible_get_run_attributes),
5757         (ev_view_accessible_get_default_attributes),
5758         (ev_view_accessible_get_character_extents),
5759         (ev_view_accessible_get_offset_at_point),
5760         (ev_view_accessible_get_n_selections),
5761         (ev_view_accessible_get_selection),
5762         (ev_view_accessible_add_selection),
5763         (ev_view_accessible_remove_selection),
5764         (ev_view_accessible_set_selection),
5765         (ev_view_accessible_text_iface_init),
5766         (ev_view_accessible_idle_do_action),
5767         (ev_view_accessible_action_do_action),
5768         (ev_view_accessible_action_get_n_actions),
5769         (ev_view_accessible_action_get_description),
5770         (ev_view_accessible_action_get_name),
5771         (ev_view_accessible_action_set_description),
5772         (ev_view_accessible_action_iface_init),
5773         (ev_view_accessible_get_type), (ev_view_accessible_new),
5774         (ev_view_accessible_factory_get_accessible_type),
5775         (ev_view_accessible_factory_create_accessible),
5776         (ev_view_accessible_factory_class_init),
5777         (ev_view_accessible_factory_get_type):
5778         * shell/ev-view-accessible.h:
5779         * shell/ev-view-private.h:
5780         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5781         * shell/ev-view.h:
5782         
5783         Initial accessibility support.
5784
5785 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5786
5787         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5788
5789 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5790
5791         * shell/ev-print-job.c: (idle_print_handler):
5792         
5793         Fix for bug Bug 318916: Printing multiple pages.
5794
5795 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5796
5797         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5798
5799 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5800
5801         * pdf/ev-poppler.cc:
5802         
5803         Thumnail dimensions unified with other backends.
5804         
5805         * shell/ev-window-title.c: (ev_window_title_update):
5806         
5807         Fix warning.
5808
5809 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5810
5811         * data/ev-stock-zoom-fit-width.png:
5812         
5813         Remove unused file.
5814
5815 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5816
5817         * configure.ac:
5818         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5819         (djvu_document_finalize):
5820         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5821         (dvi_document_finalize):
5822         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5823         (pixbuf_document_save), (pixbuf_document_finalize):
5824         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5825         (tiff_document_finalize):
5826         
5827         Save a copy implemented for various backends.
5828
5829 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5830
5831         * configure.ac:
5832         
5833         Don't link with ltiff if tiff is disabled.
5834
5835 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5836
5837         * pdf/GDKSplashOutputDev.cc:
5838         * pdf/GDKSplashOutputDev.h:
5839         * pdf/Thumb.cc:
5840         * pdf/Thumb.h:
5841         * pdf/pdf-document.cc:
5842         * pdf/pdf-document.h:
5843         * pdf/test-gdk-output-dev.cc:
5844         
5845         Remove old unused files.
5846
5847 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5848
5849         * shell/ev-window.c: (ev_window_setup_document):
5850         
5851         Fixed warnings on reload and probably crash reason.
5852
5853 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5854
5855         * properties/ev-properties-view.c:
5856         (ev_properties_view_format_date):
5857         
5858         Check if date is invalid. Fix for bug 318134.
5859
5860 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5861
5862         * shell/ev-window-title.c:
5863         
5864         Add .indd files (Adobe Indesign) to the list of "bad
5865         extensions".
5866
5867 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5868
5869         * data/evince-ui.xml:
5870         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5871         
5872         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5873
5874 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5875
5876         * shell/ev-window.c: (launch_link), (launch_external_uri),
5877         (view_external_link_cb):
5878
5879         URL-escape link before passing it to gnome_vfs_url_show.
5880
5881 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5882
5883         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5884         there isn't text selected.
5885
5886 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5887
5888         * shell/ev-view.c: (handle_link_over_xy):
5889
5890         Check tooltip is valid utf8 before showing it
5891
5892 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5893
5894         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5895
5896 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5897
5898         * shell/ev-window-title.c: (ev_window_title_update):
5899
5900         Guard against using g_strstrip on NULL. Fixes bug #317291.
5901
5902 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5903
5904         * pdf/ev-poppler.cc:
5905
5906         Show title even for unknown links
5907
5908 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5909
5910         * shell/ev-window-title.c: (ev_window_title_update):
5911
5912         Strip the title string
5913
5914 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5915
5916         * shell/ev-window-title.c:
5917
5918         Add .rtf to the bad extensions list
5919
5920 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5921
5922         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5923         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5924
5925         Ignore link coordinates if they are outside page bounds
5926
5927 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5928
5929         * backend/ev-link.c: (ev_link_type_get_type),
5930         (ev_link_get_filename), (ev_link_get_params),
5931         (ev_link_get_property), (ev_link_set_property),
5932         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5933         * backend/ev-link.h:
5934         * pdf/ev-poppler.cc:
5935         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5936         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5937         (ev_window_init):
5938
5939         Implement launch links. Delegate external link opening to
5940         the window.
5941
5942 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5943
5944         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5945         (ev_link_get_right), (ev_link_get_property),
5946         (ev_link_set_property), (ev_link_class_init),
5947         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5948         * backend/ev-link.h:
5949         * pdf/ev-poppler.cc:
5950         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5951
5952         Implement fitr links
5953
5954 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5955
5956         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5957         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5958         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5959         (ev_view_size_request_continuous),
5960         (ev_view_size_request_dual_page),
5961         (ev_view_size_request_single_page), (ev_view_size_allocate),
5962         (ev_view_zoom_for_size_continuous_and_dual_page),
5963         (ev_view_zoom_for_size_continuous),
5964         (ev_view_zoom_for_size_dual_page),
5965         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5966         (ev_sizing_mode_get_type):
5967         * shell/ev-view.h:
5968         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5969
5970         Do not use modes for link, we need to calculate size ad hoc.
5971         Still not perfect because of the usual scrollbar issues grrr.
5972
5973 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5974
5975         * backend/ev-link.c: (ev_link_type_get_type),
5976         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5977         * backend/ev-link.h:
5978         * pdf/ev-poppler.cc:
5979         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5980         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5981         (ev_view_size_request_continuous),
5982         (ev_view_size_request_dual_page),
5983         (ev_view_size_request_single_page), (ev_view_size_allocate),
5984         (zoom_for_size_fit_height),
5985         (ev_view_zoom_for_size_continuous_and_dual_page),
5986         (ev_view_zoom_for_size_continuous),
5987         (ev_view_zoom_for_size_dual_page),
5988         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5989         (ev_sizing_mode_get_type):
5990         * shell/ev-view.h:
5991         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5992
5993         Implement FIT_HEIGHT mode (only for links).
5994         Implement FITH links
5995
5996 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5997
5998         * shell/ev-window-title.c: (get_filename_from_uri),
5999         (ev_window_title_sanitize_extension), (ev_window_title_update),
6000         (ev_window_title_set_document), (ev_window_title_set_uri),
6001         (ev_window_title_free):
6002         * shell/ev-window-title.h:
6003         * shell/ev-window.c: (ev_window_setup_document),
6004         (ev_window_popup_password_dialog):
6005
6006         Refactor window title building while fixing it for
6007         password documents.
6008
6009 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6010
6011         * pdf/ev-poppler.cc:
6012
6013         Escape link title before setting it in the model
6014
6015 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6016
6017         * shell/ev-application.c: (removed_from_session), (save_session),
6018         (init_session), (ev_application_get_empty_window),
6019         (ev_application_init), (ev_application_get_windows):
6020         * shell/ev-application.h:
6021         * shell/ev-window.c: (ev_window_finalize):
6022
6023         Add a function to retrieve window list and share it where
6024         necessary.
6025         Implement session handling, works pretty well thanks to the
6026         metadata system.
6027
6028 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6029
6030         * shell/ev-password.c: (ev_password_item_created_callback),
6031         (ev_password_dialog_save_password):
6032         
6033         Fix for bug 316972. Use async gnome-keyring API.
6034
6035 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6036
6037         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6038         Remove unused unrealize handler. Add scroll handling to
6039         ev_view_scroll_event for presentation mode (bug #316708),
6040         and fix the event state checks there.
6041
6042 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6043
6044         * shell/ev-page-action.c: (page_changed_cb):
6045
6046         "marco, maybe we should be crazy and jump right to 6! :)"
6047
6048         Bryan Clark, Sep 2005
6049
6050 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6051
6052         * ps/ps-document.c: (save_document), (ps_document_save),
6053         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6054         (ps_document_ps_export_end):
6055
6056         Fix unstructured documents save and print
6057
6058 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6059
6060         * shell/ev-application.c: (ev_application_open_uri):
6061
6062         Fix window size persistance
6063
6064 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6065
6066         * shell/ev-view.c: (ev_view_button_release_event):
6067
6068         Based on a patch from carlosgc@gnome.org. Mouse buttons
6069         switch pages in presentation mode.
6070
6071 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6072
6073         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6074
6075         Dont cast to int before scaling
6076
6077 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6078
6079         * backend/ev-link.c: (ev_link_type_get_type),
6080         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6081         (ev_link_new_page_fith):
6082         * backend/ev-link.h:
6083         * pdf/ev-poppler.cc:
6084         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6085
6086         Implement FIT and FITH links
6087
6088 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6089
6090         * pdf/ev-poppler.cc:
6091
6092         Return 0 results when search is not in progress.
6093
6094         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6095         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6096
6097         Update menu sensitivity when cancelling search
6098
6099 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6100
6101         * shell/ev-view.c: (ev_view_can_find_next):
6102
6103         Take all pages in consideration, not just current one
6104
6105 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6106
6107         * shell/ev-page-cache.c:
6108         * shell/ev-page-cache.h:
6109         * shell/ev-view.c: (ev_view_binding_activated),
6110         (ev_view_next_page), (ev_view_previous_page),
6111         (ev_sizing_mode_get_type):
6112         * shell/ev-view.h:
6113         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6114         (ev_window_cmd_go_next_page):
6115
6116         Move page next/previous functions from page chace to
6117         view and change it to move by 2 page steps in dual mode.
6118
6119 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6120
6121         * shell/ev-window.c: (update_sidebar_visibility),
6122         (setup_sidebar_from_metadata), (ev_window_setup_document),
6123         (setup_view_from_metadata):
6124
6125         Show the index by default when there is one     
6126
6127 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6128
6129         * shell/ev-window-title.c: (ev_window_title_set_document):
6130
6131         Missing null check
6132
6133 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6134
6135         * shell/ev-view.c: (view_update_range_and_current_page):
6136         
6137         Allow display of last odd page in dual view. Fix for 316347.
6138
6139 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6140
6141         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6142         
6143         Make close button default. Fix for 316383.
6144
6145 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6146
6147         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6148         
6149         Mark close button as default. Fix for 316381.
6150
6151 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6152
6153         * backend/ev-link.c: (ev_link_class_init):
6154
6155         Allow negative doubles in left/top properties
6156
6157 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6158
6159         * shell/ev-window.c:
6160
6161         Remove a bunch of strings that was used only
6162         by the statusbar.
6163
6164 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6165
6166         * shell/ev-window-title.c: (get_filename_from_uri),
6167         (ev_window_title_set_document):
6168
6169         When title has a confusing extension, show also
6170         the document filename inside ()
6171
6172 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6173
6174         * shell/Makefile.am:
6175         * shell/ev-window-title.c: (ev_window_title_new),
6176         (ev_window_title_update), (ev_window_title_set_type),
6177         (ev_window_title_set_document), (ev_window_title_free):
6178         * shell/ev-window-title.h:
6179         * shell/ev-window.c: (ev_window_setup_document),
6180         (password_dialog_response), (ev_window_popup_password_dialog),
6181         (ev_window_dispose), (ev_window_init):
6182
6183         Factor out and cleanup window title code
6184
6185 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6186
6187         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6188         (unable_to_load):
6189
6190         Make dialog transient so it doesnt block other windows
6191
6192 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * pdf/ev-poppler.cc:
6195         
6196         Fix pdf thumbnails rendering.
6197
6198 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6199
6200         * shell/ev-window.c: (fullscreen_set_timeout):
6201         
6202         Increase timeout to hide full screen popup. Bug 
6203         316123. 
6204
6205 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6206
6207         * data/evince.schemas.in:
6208         * shell/ev-window.c: (update_action_sensitivity):
6209
6210         Allow the user to override document restrictions. Fix for bug
6211         305818.
6212
6213 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6214
6215         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6216         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6217         (ev_window_class_init): Fix multihead behaviour of fullscreen
6218         toolbar popup. Fixes bug #315451.
6219
6220 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6221
6222         * configure.ac:
6223         * data/evince-password.glade:
6224         * shell/ev-password.c: (ev_password_dialog_set_property),
6225         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6226         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6227         (ev_password_dialog_entry_changed_cb),
6228         (ev_password_dialog_entry_activated_cb),
6229         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6230         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6231         (ev_password_dialog_set_bad_pass):
6232         * shell/ev-password.h:
6233         * shell/ev-window.c: (password_dialog_response),
6234         (ev_window_popup_password_dialog):
6235         
6236         Support for gnome-keyring for encrypted PDF's.
6237
6238 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6239
6240         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6241         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6242         (ev_view_enter_notify_event), (ev_view_class_init):
6243         
6244         More precise handling of enter_notify/leave_notify events
6245         in EvView. Fix for bug 315470.
6246
6247 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6248
6249         * shell/ev-window.c: (fullscreen_timeout_cb),
6250         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6251         (ev_window_dispose):
6252
6253         leak fix: unref fullscreen_timeout_source before clearing it
6254
6255 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6256
6257         * configure.ac, dvi/mdvi/Makefile.am: 
6258         
6259         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6260
6261 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6262
6263         * backend/ev-link.c: (ev_link_new_page_xyz):
6264         * pdf/ev-poppler.cc:
6265         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6266
6267         Fix some bugs with xyz links, respect zoom
6268
6269 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6270
6271         * shell/ev-window.c: (page_changed_cb),
6272         (setup_document_from_metadata), (update_sidebar_visibility),
6273         (setup_view_from_metadata), (ev_window_run_fullscreen),
6274         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6275         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6276         (ev_window_dual_mode_changed_cb),
6277         (ev_window_sidebar_current_page_changed_cb):
6278
6279         null check uri before setting and getting metadata
6280
6281 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6282
6283         * dvi/Makefile.am:
6284         * properties/Makefile.am:
6285         * shell/Makefile.am:
6286         * thumbnailer/Makefile.am:
6287
6288         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6289
6290 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6291
6292         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6293         (selection_changed_callback):
6294         * shell/ev-sidebar-links.h:
6295
6296         Add a signal for link activation.
6297
6298         * shell/ev-view.c: (ev_view_goto_link),
6299         (ev_view_button_release_event):
6300         * shell/ev-view.h:
6301         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6302         (ev_window_init):
6303
6304         Implement the signal so that we can handle all link types.
6305
6306         * shell/ev-page-cache.c:
6307
6308         Remove unused set_link function
6309
6310 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6311
6312         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6313
6314         Add some space from the cursor, hardcoded but I couldnt
6315         find a better way.
6316
6317 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6318
6319         * lib/ev-tooltip.c:
6320
6321         Use mozilla style vs gtk style, way better for links.
6322
6323         * shell/ev-view.c: (ev_view_motion_notify_event),
6324         (ev_view_destroy), (ev_view_init):
6325
6326         Deactive tooltip when the link hovered is changed.
6327
6328 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6329
6330         * backend/ev-document.h:
6331         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6332         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6333         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6334         (ev_link_new_page), (ev_link_new_page_xyz):
6335         * backend/ev-link.h:
6336         * pdf/ev-poppler.cc:
6337         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6338         (go_to_link), (tip_from_link):
6339
6340         Implement xyz links, still not functional. Links are a total
6341         mess, will need to refactor and bugfix a lot :(
6342
6343 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6344
6345         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6346
6347 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6348
6349         * data/evince-ui.xml:
6350         * data/evince.schemas.in:
6351         * shell/Makefile.am:
6352         * shell/ev-window.c: (update_chrome_visibility),
6353         (password_dialog_response), (ev_window_load_job_cb),
6354         (ev_window_xfer_job_cb), (ev_window_open_uri),
6355         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6356         (ev_window_init):
6357
6358         Remove the statusbar. This regress loading feedback, need to
6359         check with Bryan what we want to do there...
6360
6361 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6362
6363         * lib/ev-tooltip.c: (ev_tooltip_init):
6364
6365         Fix tooltip border and size handling
6366
6367 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6368
6369         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6370         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6371         (ev_tooltip_timeout), (ev_tooltip_activate),
6372         (ev_tooltip_deactivate):
6373         * lib/ev-tooltip.h:
6374         * shell/ev-view.c: (ev_view_motion_notify_event):
6375
6376         Delay popup showing. Mirror gtk logic/times.
6377
6378 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6379
6380         * lib/Makefile.am:
6381         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6382         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6383         (ev_tooltip_set_text), (ev_tooltip_set_position):
6384         * lib/ev-tooltip.h:
6385
6386         Simple widget to show tooltips at a custom position
6387
6388         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6389         (ev_view_destroy):
6390
6391         Use it for links. First go, needs work
6392
6393 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6394
6395         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6396         HIG fixes.  Use title capitalization for window title. Use 12 
6397         pixels of space between the dialog's vbox and action area.
6398
6399 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6400
6401         * shell/ev-window.c: (file_open_dialog_response_cb),
6402         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6403         (ev_window_cmd_save_as):
6404
6405         Make file pickers not modal and refactor code some
6406
6407 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6408
6409         * shell/ev-sidebar.h:
6410         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6411         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6412         (ev_sidebar_class_init), (ev_sidebar_select_page),
6413         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6414         (ev_sidebar_set_page):
6415
6416         Add a current page property and allow to get/set it
6417
6418         * shell/ev-window.c: (setup_view_from_metadata),
6419         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6420
6421         Persist current sidebar page per document
6422
6423 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6424
6425         * data/evince.schemas.in:
6426         * shell/ev-window.c: (update_chrome_visibility),
6427         (setup_document_from_metadata), (update_sidebar_visibility),
6428         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6429         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6430         (ev_window_run_presentation), (ev_window_stop_presentation),
6431         (ev_window_view_sidebar_cb),
6432         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6433         (load_chrome), (ev_window_init):
6434
6435         Persist size/visibility of sidebar per document
6436
6437 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6438
6439         * shell/ev-view.c (draw_loading_text): Draw loading text.
6440
6441 2005-09-02  Dan Damian  <dand@gnome.ro>
6442
6443         * configure.in: Added "ro" to ALL_LINGUAS.
6444
6445 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6446
6447         * shell/ev-view.c: (clear_caches):
6448
6449         ev_page_cache_get doesnt return a reference,
6450         dont try to unref it.
6451
6452 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6453
6454         * shell/main.c: (load_files_remote):
6455
6456         Fix timestamp parameter with dbus <= 0.33
6457
6458 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6459
6460         * data/evince.schemas.in:
6461
6462         Add missing full stop
6463
6464 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6465
6466         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6467         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6468
6469         Plug some memory leaks
6470
6471 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6472
6473         * configure.ac:
6474         * lib/ev-debug.c: (trap_handler):
6475
6476         Check for execinfo.h and use it only if it exists.
6477         Ported from Epiphany (bug #314776).
6478
6479 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6480
6481         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6482
6483 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6484
6485         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6486         * po/id.po      : Added Indonesian translation
6487
6488 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6489
6490         * shell/main.c:
6491         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6492         * NEWS: Release 0.4.0
6493
6494 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6495
6496         * configure.ac: catch another gtk+-2.8ism
6497         * shell/main.c: Make work with gtk+-2.6
6498
6499 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6500
6501         * shell/ev-application-service.xml: Add 'timestamp' argument to
6502           ev_application_open_window and ev_application_open_uri methods.
6503
6504         * shell/ev-application.h: Add 'timestamp' argument to
6505           ev_application_open_window, ev_application_open_uri,
6506           and ev_application_open_uri_list functions.
6507
6508         * shell/ev-application.c (ev_application_open_window,
6509           ev_application_open_uri, ev_application_open_uri_list): Change
6510           functions that show/present windows to use a timestamp if one
6511           is passed in.
6512
6513         * shell/ev-window.c (ev_window_cmd_file_open,
6514           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6515         * shell/main.c (load_files): Modify calls to ev_application to
6516           include GDK_CURRENT_TIME as timestamp.
6517
6518         * shell/main.c (load_files_remote): Obtain timestamp for client
6519           instance from GDK and pass to server instance so new windows are
6520           focused properly.  Fix dbus_g_proxy_call() calls by including second
6521           G_TYPE_INVALID.
6522           
6523         Closes bug #314475.
6524
6525 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6526
6527         * shell/ev-window.c (ev_window_finalize): Check for
6528         avail. EvWindows when quiting to handle the finalize better,
6529         #314497
6530
6531 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6532         
6533         * properties/ev-properties-view.c: 
6534         
6535         Set textdomain to libglade. Fixes translation problem in property page.
6536
6537 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6538
6539         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6540         * dvi/Makefile.am:
6541         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6542         * dvi/mdvi-lib/Makefile.am:
6543         
6544         Fix rotation of thumbnails, ported to new API. Moved library
6545         dependencies earlier, probably it will fix linkage problem.
6546
6547 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6548
6549         * backend/ev-document-misc.c:
6550         (ev_document_misc_get_thumbnail_frame):
6551         * backend/ev-document-misc.h:
6552         * configure.ac:
6553         * pdf/ev-poppler.cc:
6554         * shell/Makefile.am:
6555         * shell/ev-sidebar-thumbnails.c: (add_range),
6556         (ev_sidebar_thumbnails_set_loading_icon),
6557         (ev_sidebar_thumbnails_refresh),
6558         (ev_sidebar_thumbnails_set_document):
6559         * shell/ev-sidebar-thumbnails.h:
6560         * shell/ev-view.c: (ev_view_motion_notify_event),
6561         (ev_view_set_property), (ev_view_get_property),
6562         (ev_view_class_init), (ev_view_set_rotation):
6563         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6564         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6565         (ev_window_init):
6566         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6567         Redo rotation (again).  prepare for 0.4.0
6568
6569 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6570
6571         * configure.ac: Bump poppler requirement to 0.4.1.
6572
6573         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6574         argument to poppler_page_render_selection() call.
6575
6576 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6577
6578         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6579         (djvu_document_thumbnails_get_thumbnail):
6580         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6581         (dvi_document_thumbnails_get_thumbnail):
6582         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6583         (pixbuf_document_thumbnails_get_thumbnail):
6584         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6585         
6586         Update rotation direction of backends to fit with pdf and ps.
6587
6588 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6589
6590         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6591         * backend/ev-async-renderer.h:
6592         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6593         (setup_page), (ps_document_get_page_size),
6594         (ps_async_renderer_render_pixbuf):
6595         * ps/ps-document.h:
6596         * shell/ev-jobs.c: (ev_job_render_run):
6597
6598         Fix orientation in the postscript document
6599
6600 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6601
6602         * pdf/ev-poppler.cc:
6603         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6604         * shell/ev-view.c: (highlight_find_results):
6605
6606         Adapt to the new poppler rotation API. Fix text maps on landscape
6607         documents.
6608
6609 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6610
6611         * shell/ev-view.c (compute_new_selection_text): get the correct
6612         region when selecting in modes other than continuous.
6613
6614 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6615
6616         * shell/main.c (main): remove redundant g_warnings.
6617
6618 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6619
6620         * shell/Makefile.am: Don't include autogenerated
6621         file ev-application-service.h into distribution, since
6622         it causes dbus crash. Fix for bugs 313724 and 313443. 
6623
6624 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6625
6626         * configure.ac: Fix sed expression for FreeBSD. Thanks
6627         to Joe Marcus Clark <marcus@freebsd.org>
6628         
6629         * shell/eggfindbar.c: (entry_activate_callback),
6630         (entry_changed_callback), (egg_find_bar_init),
6631         (egg_find_bar_set_search_string):
6632         
6633         Made findbar buttons unsensitive if there is no text in
6634         entry. Fix for the bug 313285.
6635
6636 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6637
6638         * ps/ps-document.c: Use g_filename_display_name for displaying
6639         filenames and revert string freeze breackage
6640
6641 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6642
6643         * NEWS:
6644         * configure.ac:
6645
6646         Update for 0.3.4
6647
6648         * shell/Makefile.am:
6649
6650         Add ev-application-service.xml to extra dist
6651
6652         * shell/ev-view.c: (find_page_at_location):
6653
6654         Remove unused function (fix warning)
6655
6656 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6657
6658         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6659         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6660         
6661         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6662         bug 313623.
6663
6664 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6665
6666         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6667         * shell/ev-window.c:
6668         Fix build warnings
6669
6670 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6671
6672         * configure.ac: Update script to get dbus version.
6673         Fix for the bug #313443.
6674
6675 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6676
6677         * shell/ev-window.c: (ev_window_cmd_escape):
6678         
6679         Return focus back to view on escape. Fix for bug 313295.
6680
6681 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6682
6683         * shell/ev-window.c: (update_window_title),
6684         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6685         (ev_window_cmd_save_as):
6686         
6687         Correct conversion from uri to displayable string. Fix for
6688         bug 313296.
6689
6690 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6691
6692         * ps/ps-document.c: convert filename to utf8 when there is an error
6693         loading document. Fixes #309915
6694
6695 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6696
6697         * configure.ac:
6698
6699         We depend on poppler 0.4.0
6700
6701 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6702
6703         * configure.ac:
6704         * NEWS: Release 0.3.3.
6705         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6706
6707 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6708
6709         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6710         add a couple missing mnemonics to menu items, use title 
6711         capitalization for menu items and window titles, and add 
6712         ellipsis to open menu item.     
6713
6714 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6715
6716         * pdf/ev-poppler.cc:
6717         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6718         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6719         (ev_view_get_rotation):
6720         * shell/ev-view.h:
6721         * shell/ev-window.c: (setup_view_from_metadata),
6722         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6723         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6724         disk.
6725
6726 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6727
6728         * configure.ac: Added tr to ALL_LINGUAS
6729
6730 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6731
6732         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6733         requires several clicks to find word. Thanks to 
6734         Colin Slater <kiltedtaco@gmail.com>.
6735
6736 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6737
6738         * data/evince.desktop.in.in: Hide menu entry and
6739         rename it to "Document Viewer". Fix for bug 
6740         #312399.
6741
6742 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6743
6744         * shell/ev-page-action.c (ev_page_action_class_init): 
6745
6746         Point to the correct function in constructor of the
6747         activate_label signal
6748
6749 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6750
6751         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6752         * shell/ev-jobs.h: Make thread safe.
6753
6754 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6755
6756         * shell/ev-view.c: (view_update_range_and_current_page):
6757         Don't update page range if we are scrolling to some document
6758         point.
6759
6760 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6761
6762         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6763         when getting max_page_width, fix drawing in dual mode.
6764
6765 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6766
6767         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6768         getting the area for select_all.
6769
6770 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6771
6772         * backend/ev-selection.c: (ev_selection_render_selection):
6773         * backend/ev-selection.h:
6774         * pdf/ev-poppler.cc:
6775         * shell/ev-jobs.c: (ev_job_render_new):
6776         * shell/ev-jobs.h:
6777         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6778         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6779         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6780         (ev_view_class_init):
6781
6782         Change selection color on focus in and focus out events.  Also,
6783         poppler now uses GdkColor for specifying the selection colors, so
6784         drop some awkward conversion code.
6785
6786 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6787
6788         * configure.ac: Added Hebrew translation
6789
6790 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6791
6792         * NOTES:
6793         * backend/ev-selection.c: (ev_selection_render_selection):
6794         * backend/ev-selection.h:
6795         * pdf/ev-poppler.cc:
6796         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6797         (ev_job_render_run):
6798         * shell/ev-jobs.h:
6799         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6800         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6801         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6802         (ev_pixbuf_cache_style_changed),
6803         (ev_pixbuf_cache_get_selection_pixbuf),
6804         (ev_pixbuf_cache_set_selection_list),
6805         (ev_pixbuf_cache_get_selection_list):
6806         * shell/ev-pixbuf-cache.h:
6807         * shell/ev-utils.c: (ev_print_region_contents):
6808         * shell/ev-utils.h:
6809         * shell/ev-view.c: (ev_view_queue_draw_page),
6810         (selection_update_idle_cb), (ev_view_motion_notify_event),
6811         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6812         (setup_caches), (ev_view_find_next), (merge_selection_region),
6813         (selection_free):
6814         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6815
6816         Clean up selection to be much smoother!
6817
6818 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6819
6820         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6821         to poppler_page_render_selection().
6822
6823 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6824
6825         * ps/ps-document.c: (save_page_list): Use
6826         unzipped document when printing. Thanks to 
6827         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6828         311016.
6829
6830 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6831
6832         * shell/ev-window.c: (update_action_sensitivity):
6833         
6834         Disable print and save respect to lockdown gconf keys. Fix
6835         for 312342.
6836
6837 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6838
6839         * configure.ac:
6840         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6841         (write_to_temp_file), (ev_file_set_contents):
6842         * shell/ev-utils.h:
6843         * shell/ev-window.c: (save_print_config_to_file):
6844         
6845         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6846         Fix for bug 312238
6847
6848 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6849
6850         * shell/ev-window.c: (load_print_config_from_file),
6851         (save_print_config_to_file), (ev_window_print_range):
6852
6853         Persist the print settings. Fixes bug #311578.
6854
6855 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6856
6857         * djvu/djvu-document.c: (djvu_document_get_page_size),
6858         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6859         (djvu_document_thumbnails_get_thumbnail):
6860         * dvi/dvi-document.c: (dvi_document_get_page_size),
6861         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6862         (dvi_document_thumbnails_get_dimensions),
6863         (dvi_document_thumbnails_get_thumbnail):
6864         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6865         (pixbuf_document_render_pixbuf),
6866         (pixbuf_document_document_iface_init),
6867         (pixbuf_document_thumbnails_get_thumbnail):
6868         
6869         Update backends to make them build with new rotation system.
6870
6871 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6872
6873         * help/C/figures/evince_start_window.png:
6874         
6875         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6876
6877 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6878
6879         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6880         * shell/ev-pixbuf-cache.h:
6881         * shell/ev-sidebar-thumbnails.c:
6882         (ev_sidebar_thumbnails_get_property), (add_range),
6883         (adjustment_changed_cb):
6884         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6885         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6886         we were thumbnailing the entire docment on startup, slowing us
6887         down hugely. 
6888
6889 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6890
6891         * shell/ev-page-cache.c: (ev_page_cache_new):
6892         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6893         == 0, fixes #310306.
6894
6895 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6896
6897         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6898         (ev_view_rotate_left):
6899
6900         Account rotation in doc_rect_to_view_rect.
6901         Ensure rotation doesnt go out of bounds.
6902
6903 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6904
6905         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6906
6907         Correct and cleanup w/h swapping
6908
6909 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6910
6911         * backend/ev-document-thumbnails.c:
6912         (ev_document_thumbnails_get_thumbnail):
6913         * backend/ev-document-thumbnails.h:
6914         * backend/ev-document.c:
6915         * backend/ev-document.h:
6916         * backend/ev-render-context.c: (ev_render_context_new),
6917         (ev_render_context_set_rotation):
6918         * backend/ev-render-context.h:
6919         * pdf/ev-poppler.cc:
6920         * ps/ps-document.c: (ps_document_document_iface_init):
6921         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6922         * shell/ev-jobs.h:
6923         * shell/ev-page-cache.c: (build_height_to_page),
6924         (ev_page_cache_new), (ev_page_cache_get_size),
6925         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6926         (ev_page_cache_get_height_to_page):
6927         * shell/ev-page-cache.h:
6928         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6929         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6930         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6931         (ev_pixbuf_cache_get_selection_pixbuf):
6932         * shell/ev-pixbuf-cache.h:
6933         * shell/ev-print-job.c: (idle_print_handler):
6934         * shell/ev-sidebar-thumbnails.c: (add_range):
6935         * shell/ev-view.c: (view_update_range_and_current_page),
6936         (get_page_y_offset), (get_page_extents),
6937         (ev_view_size_request_continuous_dual_page),
6938         (ev_view_size_request_continuous),
6939         (ev_view_size_request_dual_page),
6940         (ev_view_size_request_single_page), (draw_one_page),
6941         (ev_view_set_rotation), (ev_view_rotate_right),
6942         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6943         (ev_view_zoom_for_size_continuous_and_dual_page),
6944         (ev_view_zoom_for_size_continuous),
6945         (ev_view_zoom_for_size_dual_page),
6946         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6947         (ev_view_select_all):
6948         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6949         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6950         (tiff_document_document_iface_init),
6951         (tiff_document_thumbnails_get_thumbnail):
6952
6953         Use rotation rather than orientation. It's easier and enough
6954         for our needs.
6955
6956 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6957
6958         * shell/ev-page-cache.c: (build_height_to_page),
6959         (ev_page_cache_new), (ev_page_cache_get_size),
6960         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6961         (ev_page_cache_get_height_to_page):
6962         * shell/ev-page-cache.h:
6963         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6964         (ev_view_size_request_continuous_dual_page),
6965         (ev_view_size_request_continuous),
6966         (ev_view_zoom_for_size_continuous_and_dual_page),
6967         (ev_view_zoom_for_size_continuous):
6968
6969         Make the page cache aware of page orientation.
6970
6971 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6972
6973         * backend/ev-document-thumbnails.c:
6974         (ev_document_thumbnails_get_thumbnail):
6975         * backend/ev-document-thumbnails.h:
6976         * backend/ev-document.c:
6977         * backend/ev-document.h:
6978         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6979         * backend/ev-ps-exporter.h:
6980         * pdf/ev-poppler.cc:
6981         * ps/ps-document.c: (ps_document_document_iface_init),
6982         (ps_document_ps_export_do_page):
6983         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6984         * shell/ev-jobs.h:
6985         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6986         (ev_page_cache_get):
6987         * shell/ev-page-cache.h:
6988         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6989         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6990         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6991         * shell/ev-pixbuf-cache.h:
6992         * shell/ev-print-job.c: (idle_print_handler):
6993         * shell/ev-sidebar-thumbnails.c: (add_range):
6994         * shell/ev-view.c: (view_update_range_and_current_page),
6995         (get_page_extents), (ev_view_size_request_dual_page),
6996         (ev_view_size_request_single_page), (draw_one_page),
6997         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6998         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6999         (ev_view_zoom_for_size_dual_page),
7000         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7001         (ev_view_select_all):
7002         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7003         * tiff/tiff-document.c: (tiff_document_get_page_size),
7004         (tiff_document_get_orientation), (rotate_pixbuf),
7005         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7006         (tiff_document_thumbnails_get_thumbnail),
7007         (tiff_document_ps_export_do_page), (tiff_document_init):
7008
7009         Really make use of the orientation bit of the render context.
7010         Use the render context in a few more places in the backend API.
7011         This regress orientation, but now it's done right. Will try to
7012         fix it up asap...
7013
7014 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7015
7016         * shell/ev-view.c: (ensure_rectangle_is_visible):
7017
7018         Patch by Nickolay V. Shmyrev to fix find flickering
7019
7020 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7021
7022         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7023         duplex parameters to ::begin.
7024
7025         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7026         * shell/ev-print-job.c (idle_print_handler): 
7027         * ps/ps-document.c (ps_document_ps_export_begin): 
7028         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7029         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7030         implementations. Poppler backend needs poppler cvs. Rest has
7031         unchanged behavior.
7032
7033 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7034
7035         * shell/ev-window.c (using_pdf_printer): new function.
7036         (ev_window_print_range): print a less techy message if someone
7037         tries to print to PDF.
7038
7039 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7040
7041         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7042         from "unknown font" string. Bug #311431
7043
7044 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7045
7046         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7047
7048 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7049
7050         Bug #311280
7051         
7052         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7053         name for PopplerFontTypes
7054         (pdf_document_fonts_fill_model): add font type to the detail column
7055
7056         * backend/ev-document-fonts.h: added
7057         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7058
7059         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7060         font name and font details, add a little markup.
7061         (ev_properties_fonts_init): use the new cell data func, specify ypad
7062         property for the cell renderer.
7063         (ev_properties_fonts_set_document): add the details column.
7064
7065 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7066
7067         * configure.ac: Added "pl" to ALL_LINGUAS.
7068
7069 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7070
7071         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7072
7073 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7074
7075         * help/ChangeLog: Started this for translations of manual.
7076         * configure.ac, autogen.sh, .cvsignore: Migrated to
7077         gnome-doc-utils. Patch in bug #311222.
7078
7079 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7080
7081         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7082         #ifdef this away to fix an unused-function warning.
7083
7084 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7085
7086         * configure.ac: Added 'gl' to ALL_LINGUAS.
7087
7088 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7089
7090         * configure.ac: Added ne in ALL_LINGUAS
7091         
7092 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7093
7094         * shell/ev-view.c: (ev_view_leave_notify_event):
7095         
7096         Clear status message when pointer leaves view. Fix for bug
7097         #310818 
7098
7099 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7100
7101         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7102
7103 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7104
7105         * shell/ev-view.c: (ev_view_leave_notify_event),
7106         (ev_view_class_init):
7107         
7108         Set cursor to normal then leaving view.
7109
7110 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7111
7112         * configure.ac:
7113         
7114         Fix required djvulibre version.
7115
7116 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7117
7118         *configure.ac: Hindi (hi) language added
7119
7120 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7121
7122         *configure.ac: Punjabi (pa) Language added
7123
7124 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7125
7126         * data/evince-ui.xml, shell/ev-window.c:
7127         
7128         Add keypad accelerators for zooming. Fix for bug 308128.
7129
7130 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7131
7132         * Makefile.am:
7133         * backend/Makefile.am:
7134         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7135         * configure.ac:
7136         * shell/ev-document-types.c: (ev_document_types_add_filters):
7137
7138         Allow to enable/disable the pixbuf backend.
7139         Default to off for now. If we want it enabled we should
7140         really put mime types in the desktop, implement properties etc.
7141
7142         * properties/evince-properties.c:
7143
7144         Initialize error to NULL.
7145         Check error is not NULL before freeing.
7146
7147 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * shell/ev-window.c:
7150
7151         Use F5 as presentation accell
7152
7153 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7154
7155         * shell/ev-window.c: (update_chrome_visibility),
7156         (ev_window_create_fullscreen_popup), (ev_window_init):
7157
7158         Do not leak the fullscreen toolbar
7159
7160 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7161
7162         * shell/ev-window.c: (view_actions_focus_in_cb),
7163         (view_actions_focus_out_cb):
7164
7165         These has a return value! Fix totally random focus
7166         issues we was seeing.
7167
7168 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7169
7170         * shell/main.c: (load_files_remote):
7171
7172         Allow open more than one file
7173
7174 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7175
7176         * shell/main.c: (load_files_remote):
7177
7178         Fix for dbus 0.33. bug #309975
7179
7180 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7181
7182         * properties/ev-properties-main.c: (ev_properties_get_pages):
7183
7184         Actually return NULL for types we dont support
7185
7186 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7187
7188         * po/POTFILES.in:
7189
7190         Remove empty lines.
7191
7192 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7193
7194         * backend/ev-document-factory.c:
7195         (ev_document_factory_get_document):
7196
7197         Do not try to create the object if type
7198         is invalid.
7199
7200 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7201
7202         * ps/ps-document.c: (ps_document_dispose),
7203         (ps_async_renderer_render_pixbuf):
7204         * ps/ps-document.h:
7205
7206         Do not leak the target window
7207
7208 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7209
7210         * shell/ev-application.c: (ev_application_init):
7211
7212         Let tbe check file existence for us.
7213         Add a comment about eggrecent mime filter.
7214
7215 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7216
7217         * data/evince-ui.xml:
7218         * shell/ev-application.c: (ev_application_shutdown),
7219         (ev_application_init), (ev_application_get_toolbars_model),
7220         (ev_application_get_recent_model),
7221         (ev_application_save_toolbars_model):
7222         * shell/ev-application.h:
7223         * shell/ev-window.c: (ev_window_add_recent),
7224         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7225         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7226         (ev_window_init):
7227
7228         Use common toolbar and recent models for all windows.
7229         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7230
7231 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7232
7233         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7234         successfully check for gtk_icon_view_get_visible_range.
7235
7236 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7237
7238         * djvu/Makefile.am:
7239         * dvi/Makefile.am:
7240         
7241         Fix djvu and dvi backend build.
7242
7243 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7244
7245         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7246         (new_separator_pixbuf):
7247
7248         Don't leak windows.
7249
7250 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7251
7252         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7253
7254         HIGification of toolbar editor dialogue.
7255
7256 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * configure.ac:
7259         * shell/Makefile.am:
7260
7261         Ever build metadata manager since it's just
7262         disabled at runtime now.
7263
7264 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7265
7266         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7267         (ev_metadata_manager_get), (ev_metadata_manager_set):
7268         * shell/ev-metadata-manager.h:
7269
7270         Add an _init functions that enabled metadata management
7271         at runtime.
7272
7273         * shell/ev-window.c: (page_changed_cb),
7274         (setup_document_from_metadata), (ev_window_setup_document),
7275         (setup_view_from_metadata), (ev_window_open_uri),
7276         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7277         (ev_window_run_presentation), (ev_window_stop_presentation),
7278         (save_sizing_mode), (ev_window_zoom_changed_cb),
7279         (ev_window_continuous_changed_cb),
7280         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7281         (window_configure_event_cb):
7282
7283         Remove all ugly metadata define since we deal with it
7284         at runtime now.
7285
7286         * shell/main.c: (load_files_remote), (main):
7287
7288         Add support for dbus cvs head. Hopefully didnt break one
7289         of the other versions now!
7290
7291         If we dont get a response from the dbus server just
7292         give up with it and not enable metadata.
7293
7294 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7295
7296         * Makefile.am:
7297         * backend/Makefile.am:
7298         * configure.ac:
7299         * cut-n-paste/recent-files/Makefile.am:
7300         * cut-n-paste/toolbar-editor/Makefile.am:
7301         * cut-n-paste/zoom-control/Makefile.am:
7302         * lib/Makefile.am:
7303         * pdf/Makefile.am:
7304         * pixbuf/Makefile.am:
7305         * properties/Makefile.am:
7306         * ps/Makefile.am:
7307         * shell/Makefile.am:
7308         * thumbnailer/Makefile.am:
7309         * tiff/Makefile.am:
7310
7311         Make frontends depend on just libev.
7312         Rework and group CFLAGS/LIBS definitions.
7313         Cleanups.
7314
7315 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7316
7317         * shell/ev-window:
7318
7319         do not unnecessarily save zoom
7320
7321         * configure.ac:
7322         * lib/ev-file-helpers.c: (ev_dot_dir):
7323         * shell/Makefile.am:
7324         * shell/dummy.cc:
7325
7326         Some cleanups
7327
7328 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7329
7330         * configure.ac:
7331         
7332         Remove unnecessary dependencies
7333
7334 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7335
7336         * properties/Makefile.am:
7337         * thumbnailer/Makefile.am:
7338         * tiff/Makefile.am:
7339
7340         Some more cleanups. Was really necessary
7341         but I probably introduced bugs, feel free
7342         to flame :)
7343
7344 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7345
7346         * backend/Makefile.am:
7347         * configure.ac:
7348         * cut-n-paste/recent-files/Makefile.am:
7349         * cut-n-paste/toolbar-editor/Makefile.am:
7350         * cut-n-paste/zoom-control/Makefile.am:
7351         * lib/Makefile.am:
7352         * pdf/Makefile.am:
7353         * pixbuf/Makefile.am:
7354         * properties/Makefile.am:
7355         * ps/Makefile.am:
7356         * shell/Makefile.am:
7357         * thumbnailer/Makefile.am:
7358         * tiff/Makefile.am:
7359
7360         Use gnome-common macros when possible.
7361         Cleanup dependencies.
7362         Actually disable deprecated where possible.
7363
7364 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7365
7366         * Makefile.am:
7367         * backend/Makefile.am:
7368         * properties/Makefile.am:
7369         * shell/Makefile.am:
7370         * thumbnailer/Makefile.am:
7371
7372         This should solve the circular dep without
7373         requiring dir reorg!
7374
7375         * shell/ev-window.c: (setup_view_from_metadata):
7376
7377         Never restore window size/position when the
7378         window is already visible.
7379
7380 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7381
7382         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7383
7384         Return a boolean from timeout func. Fix ported from gedit.
7385
7386 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7387
7388         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7389
7390 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7391
7392         * shell/ev-document-types.c: set "All Documents" as default filter in
7393         open dialog
7394
7395 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7396
7397         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7398         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7399         (ev_metadata_manager_set_boolean): fix value/val thinko.
7400
7401 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7402
7403         * shell/ev-window.c: (setup_view_from_metadata),
7404         (window_state_event_cb), (window_configure_event_cb),
7405         (ev_window_init):
7406
7407         Remember window position and maximized state
7408
7409 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7410
7411         * configure.ac:
7412
7413         Fix DBUS configure checks.
7414
7415         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7416         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7417         (ev_metadata_manager_set_boolean):
7418
7419         Plug mem leaks.
7420
7421         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7422         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7423         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7424         (ev_window_continuous_changed_cb),
7425         (ev_window_dual_mode_changed_cb), (ev_window_new):
7426
7427         Fix the build without DBUS.
7428
7429 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7430
7431         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7432         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7433         (ev_metadata_manager_set_string),
7434         (ev_metadata_manager_set_boolean):
7435         * shell/ev-metadata-manager.h:
7436
7437         Add support for some more types
7438
7439         * shell/ev-view.c: (scroll_to_current_page),
7440         (ev_view_get_continuous), (ev_view_set_continuous),
7441         (ev_view_get_dual_page):
7442         * shell/ev-view.h:
7443         * shell/ev-window.c: (page_changed_cb),
7444         (setup_document_from_metadata), (ev_window_setup_document),
7445         (setup_view_from_metadata), (ev_window_open_uri),
7446         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7447         (ev_window_run_presentation), (ev_window_stop_presentation),
7448         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7449         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7450         (ev_window_update_dual_page_action),
7451         (ev_window_continuous_changed_cb),
7452         (ev_window_dual_mode_changed_cb), (ev_window_init):
7453
7454         Remember a bunch of view/document properties. Prolly some
7455         are still missing but it's getting interesting.
7456
7457 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7458
7459         * configure.ac: check if dbus-binding-tool is installed. Not the
7460         case on current Ubuntu breezy, it seems.
7461
7462 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7463
7464         * data/evince.desktop.in.in:
7465         
7466         Allow open uri lists and add TryExec field.
7467
7468 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7469
7470         * configure.ac:
7471
7472         Enable dbus when available, do not require a configure
7473         option.
7474
7475 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7476
7477         * configure.ac:
7478
7479         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7480         disabled.
7481
7482 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7483         Marco Pesenti Gritti  <mpg@redhat.com>
7484
7485         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7486         
7487         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7488         functions to the format required by dbus
7489
7490         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7491         errors. Use the RPC parameters in the expected way
7492
7493 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7494
7495         * Makefile.am:
7496         * properties/Makefile.am:
7497         * properties/ev-properties-main.c: (ev_properties_get_pages):
7498
7499         Support all mime types
7500
7501         * shell/Makefile.am:
7502         * thumbnailer/Makefile.am:
7503         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7504         (evince_thumbnail_pngenc_get):
7505
7506         Use the document factory
7507
7508 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7509
7510         * backend/Makefile.am:
7511         * backend/ev-document-factory.c:
7512         (mime_type_supported_by_gdk_pixbuf),
7513         (ev_document_type_get_from_mime),
7514         (ev_document_factory_get_document),
7515         (ev_document_factory_get_backend),
7516         (ev_document_factory_get_mime_types),
7517         (ev_document_factory_get_all_mime_types):
7518         * backend/ev-document-factory.h:
7519         * shell/Makefile.am:
7520         * shell/ev-document-types.c: (get_document_from_uri),
7521         (ev_document_types_get_document),
7522         (file_filter_add_mime_list_and_free),
7523         (ev_document_types_add_filters):
7524         * shell/ev-document-types.h:
7525         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7526         * shell/ev-properties-dialog.c:
7527         (ev_properties_dialog_set_document):
7528         * shell/ev-window.c: (ev_window_cmd_file_open),
7529         (ev_window_cmd_save_as):
7530         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7531
7532         Rework document types managing to avoid code duplication
7533         and actually abstract from backend implementations.
7534         Also provide a minimal factory api that can be used by
7535         thumbnailer/properties.
7536
7537 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7538
7539         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7540         Plug a mem leak.
7541         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7542         HIG spacings.
7543
7544 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7545
7546         * shell/ev-properties-dialog.c
7547         (ev_properties_dialog_set_document): only call
7548         ev_properties_fonts_set_document() if the document implements the
7549         fonts interface
7550
7551 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7552
7553         * configure.ac:
7554         * properties/Makefile.am:
7555         * properties/ev-properties-view.c:
7556         (ev_properties_view_register_type):
7557         * properties/ev-properties-view.h:
7558         * properties/ev-properties-main.h:
7559
7560         Implement nautilus plugin for properties.
7561         Works only for pdf atm, I need to rework the
7562         document types stuff to get this to work
7563         for all backends...
7564
7565 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7566
7567         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7568         (ev_properties_fonts_set_document): use
7569         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7570
7571 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7572
7573         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7574         them
7575         (PlaceImage, tiff2ps_process_page): use
7576         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7577
7578
7579 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7580
7581         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7582         (main): to call gnome_authentication_manager_init. Should fix
7583         Bug #308510
7584
7585         * configure.ac: that requires libgnomeui 2.6.0.
7586
7587 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7588
7589         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7590         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7591         use the new tiff2ps interfaces
7592
7593         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7594         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7595
7596         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7597         structure instead of global variables.  Remove use of static
7598         variables in functions.
7599
7600 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7601
7602         * shell/ev-page-action.c: unref the completion after setting it to the
7603         entry
7604
7605 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7606
7607         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7608         postscript files
7609
7610 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7611
7612         * shell/ev-window.c (update_action_sensitivity): disable
7613         File->Print if the document does not implement the ps exporter
7614         interface
7615
7616 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7617
7618         * Makefile.am:
7619         * configure.ac:
7620         * data/evince-properties.glade:
7621         * properties/.cvsignore:
7622         * properties/Makefile.am:
7623         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7624         (ev_properties_view_class_init), (ev_properties_view_format_date),
7625         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7626         (ev_properties_view_init), (ev_properties_view_new):
7627         * properties/ev-properties-view.h:
7628         * shell/Makefile.am:
7629         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7630         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7631         (ev_properties_dialog_new):
7632         * shell/ev-properties-dialog.h:
7633         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7634         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7635         (update_progress_label), (job_fonts_finished_cb),
7636         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7637         * shell/ev-properties-fonts.h:
7638         * shell/ev-properties.c:
7639         * shell/ev-properties.h:
7640         * shell/ev-window.c: (ev_window_setup_document),
7641         (ev_window_cmd_file_properties):
7642
7643         Split the properties pages in two different objects, depend
7644         only on the backend where possible, use widgets instead
7645         of gobject for the glade part, reimplement the dialog
7646         itself with gtk.
7647         I need this to implement nautilus properties page.
7648
7649 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7650
7651         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7652         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7653         (tiff_document_document_ps_exporter_iface_init): implement the ps
7654         exporter interface for tiff documents
7655
7656         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7657         libtiff to implement TIFF postscript export
7658
7659         * tiff/tiff2ps.h: added a header file for external tiff2ps
7660         functions.
7661
7662         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7663         tiff2ps.h
7664
7665 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7666
7667         * shell/ev-view.c: (scroll_to_current_page),
7668         (ev_view_set_fullscreen), (ev_view_set_presentation):
7669         
7670         Scroll to current page when exit from presentation
7671
7672 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7673
7674         * shell/ev-window.c: (update_document_mode),
7675         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7676         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7677         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7678         
7679         Exit from fullscreen mode when switch to presentation. Fix for
7680         bug 309365
7681
7682 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7683
7684         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7685         return NULL if the document does not implement the selection
7686         interface.
7687
7688 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7689
7690         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7691         reported height by using the resolution aspect ratio
7692         (tiff_document_render_pixbuf): scale the pixbuf using the
7693         resolution aspect ratio
7694
7695 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7696
7697         * configure.ac:
7698         
7699         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7700         <kiltedaco@gmail.com>
7701         
7702         * djvu/djvu-document.c: (djvu_document_get_orientation),
7703         (djvu_document_set_orientation), (djvu_document_get_page_size),
7704         (rotate_pixbuf), (djvu_document_render_pixbuf),
7705         (djvu_document_document_iface_init):
7706         * dvi/dvi-document.c: (dvi_document_get_orientation),
7707         (dvi_document_set_orientation), (dvi_document_get_page_size),
7708         (rotate_pixbuf), (dvi_document_render_pixbuf),
7709         (dvi_document_document_iface_init):
7710         
7711         Dvi and djvu backends are ported to new API
7712
7713 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7714
7715         * backend/ev-selection.c: (ev_selection_get_selection_region),
7716         (ev_selection_get_selection_map):
7717         * backend/ev-selection.h:
7718         * pdf/ev-poppler.cc:
7719         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7720         * shell/ev-jobs.h:
7721         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7722         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7723         (ev_pixbuf_cache_get_text_mapping):
7724         * shell/ev-pixbuf-cache.h:
7725         * shell/ev-view.c: (location_in_text),
7726         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7727         support to EvView.  Now we can see where we can select!  Sweet!
7728
7729 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7730
7731         * shell/ev-view.c (ev_view_button_press_event): Fix
7732         event->y + view->scroll_x typo.
7733
7734 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7735
7736         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7737         sub-GdkPixbuf instead of passing dest_x and dest_y.
7738         
7739         * shell/ev-view.c: (view_point_to_doc_point),
7740         (view_rect_to_doc_rect), (ev_view_button_press_event),
7741         (ev_view_motion_notify_event), (compute_new_selection_rect),
7742         (gdk_rectangle_point_in), (compute_new_selection_text),
7743         (compute_selections): Update selection code to keep the selection
7744         around as two points and not as a normalized rectangle, and fix
7745         page level selection in two-column mode.
7746
7747 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7748
7749         * shell/ev-window.c: (window_configure_event_cb): 
7750         
7751         Fix compilation
7752         
7753 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7754
7755         * pdf/ev-poppler.cc:
7756
7757         Fix compilation
7758
7759 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7760
7761         * shell/Makefile.am:
7762         * shell/ev-metadata-manager.c: (item_free),
7763         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7764         (parse_value), (parseItem), (load_values),
7765         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7766         (save_values), (save_item), (get_oldest), (resize_items),
7767         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7768         * shell/ev-metadata-manager.h:
7769
7770         Metadata manager from gedit but modified to use GValue, so that
7771         we dont need to keep converting from strings.
7772
7773         * configure.ac:
7774
7775         ENABLE_METADATA conditional, on when dbus is on
7776
7777         * shell/ev-application.c: (ev_application_open_uri):
7778
7779         Show the window after load so that we can initialize
7780         window size before it's showed.
7781
7782         * shell/ev-window.c: (ev_window_setup_from_metadata),
7783         (ev_window_open_uri), (window_configure_event_cb),
7784         (ev_window_init):
7785
7786         Save and load metadata information about window size.
7787         Not yet keeping states in account.
7788
7789         * shell/main.c: (main):
7790
7791         Shutdown metadata manager.
7792
7793 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7794
7795         * shell/ev-application-service.xml:
7796         * configure.ac:
7797         * shell/Makefile.am:
7798         * shell/ev-application.c:
7799         * shell/ev-application.h:
7800         * shell/ev-window.c:
7801         * shell/ev-window.h:
7802         * shell/main.c:
7803
7804         Add an optional dbus interface (--enable-dbus).
7805         Rework application code, mainly to be easier to
7806         use "remotely".
7807         Do not open multiple windows with the same document,
7808         spatial evince!
7809
7810 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7811
7812         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7813         pixbuf iff it exists.
7814
7815 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7816
7817         * shell/*:
7818         * backend/ev-render-context.[ch]:
7819         * backend/ev-selection.[ch]:
7820
7821         Massive changes.  We now support text selection of pdfs, and not
7822         just rectangular selection.  This is pretty broken still, but I
7823         want to get something into CVS.
7824
7825 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7826
7827         * pdf/ev-poppler.cc:
7828         
7829         Fix for Bug 309080: crash on window close.
7830         
7831         * shell/ev-page-action.c: (page_changed_cb):
7832         
7833         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7834         jensgr@gmx.net (Jens Granseuer).
7835
7836 2005-06-25  Marcel Telka  <marcel@telka.sk>
7837
7838         * configure.in (ALL_LINGUAS): Added sk.
7839
7840 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7841
7842         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7843         not a document open
7844
7845 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7846
7847         * NEWS:
7848         * configure.ac:
7849
7850         Release 0.3.2
7851
7852         * cut-n-paste/recent-files/Makefile.am:
7853
7854         Fix make distcheck
7855
7856 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7859         (pixbuf_document_set_orientation), (rotate_pixbuf),
7860         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7861         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7862
7863         Implement rotation and cleanup the code a bit.
7864
7865         * tiff/tiff-document.c: (tiff_document_get_page_size),
7866         (tiff_document_get_orientation), (tiff_document_set_orientation),
7867         (rotate_pixbuf), (tiff_document_render_pixbuf),
7868         (tiff_document_document_iface_init), (tiff_document_init):
7869
7870         Implement rotation. Was the quicker solution for the release
7871         but we really need to share this code in the shell.
7872
7873 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7874
7875         * pdf/ev-poppler.cc:
7876
7877         Enable rotation, require poppler cvs. Fix a leak.
7878
7879 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7880
7881         * shell/ev-window.c: (update_action_sensitivity):
7882         
7883         Make properties unsensitive if document backend doesn't provide
7884         any info
7885
7886 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7887
7888         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7889         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7890         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7891         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7892         (bitmap_flip_rotate_counter_clockwise):
7893         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7894         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7895         (buff_gets):
7896         * dvi/mdvi-lib/common.h:
7897         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7898         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7899         (opendvi), (mdvi_reload), (mdvi_init_context),
7900         (mdvi_destroy_context), (mdvi_dopage), (special):
7901         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7902         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7903         (file_hash_free), (register_encoding), (parse_spec),
7904         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7905         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7906         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7907         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7908         (mdvi_register_font_type), (mdvi_unregister_font_type),
7909         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7910         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7911         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7912         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7913         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7914         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7915         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7916         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7917         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7918         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7919         (mdvi_unregister_special), (mdvi_flush_specials):
7920         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7921         (t1_font_remove):
7922         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7923         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7924         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7925         (free_font_metrics), (flush_font_metrics):
7926         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7927         (tt_font_remove):
7928         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7929         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7930         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7931         (dstring_insert), (dstring_new), (dstring_reset):
7932         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7933         
7934         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7935         avoid conflict with libtool on FC4
7936         
7937         * shell/ev-window.c: (ev_window_cmd_help_about):
7938         
7939         Update copyright year. Fix for bug 308828.
7940
7941 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7942
7943         * shell/ev-view.c: (add_scroll_binding_keypad),
7944         (ev_view_binding_activated), (ev_view_class_init),
7945         (on_adjustment_value_changed):
7946         
7947         Bug 170874: Arrow keys switch pages in presentation mode
7948
7949 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7950
7951         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7952         
7953         Fix for Bug 308265: Sidebar dissappears coming out of 
7954         Presentation mode
7955
7956 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7957
7958         * shell/ev-application.c: (ev_application_open):
7959         * shell/ev-document-types.c: (ev_document_types_add_filters),
7960         (ev_document_types_add_filters_for_type):
7961         * shell/ev-document-types.h:
7962         * shell/ev-window.c: (ev_window_cmd_save_as):
7963         
7964         Suggest basename as template when saving, provide filters
7965         for save dialog. It's bug 308402
7966
7967 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7968
7969         * pdf/ev-poppler.cc:
7970         * shell/ev-sidebar-links.c: (job_finished_callback):
7971         * shell/ev-view.c: (update_find_status_message):
7972         
7973         Some leaks fixed
7974
7975 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7976
7977         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7978         (egg_recent_view_uimanager_set_list):
7979
7980         Fix buglet in !show_numbers case.
7981
7982 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7983
7984         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7985         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7986
7987         Use pango ellipsisation.
7988
7989         * pdf/ev-poppler.cc:
7990
7991         Fix refcount leak, from nsh.
7992
7993 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7994
7995         * cut-n-paste/recent-files/Makefile.am:
7996         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7997         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7998         
7999         Removed EggRecentViewGtk
8000         
8001         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8002         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8003         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8004         (ev_window_setup_recent):
8005         
8006         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8007         with other projects
8008
8009 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8010
8011         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8012         (egg_recent_view_gtk_finalize):
8013
8014         Fix memory leak
8015
8016         * cut-n-paste/toolbar-editor/Makefile.am:
8017         
8018         Fix location of cursor icon.
8019         
8020         * pdf/ev-poppler.cc:
8021         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8022         (display_completion_text), (match_completion):
8023         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8024         (selection_changed_callback), (create_loading_model),
8025         (print_section_cb), (links_page_num_func),
8026         (update_page_callback_foreach):
8027         * shell/ev-window.c: (ev_window_dispose):
8028         
8029         Small memory fixes. Links model now store objects instead
8030         of pointers to improve memory management. 
8031
8032 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8033
8034         * shell/ev-window.c: (zoom_control_changed_cb):
8035         
8036         Fix update of zoom control (bug 308268).
8037
8038 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8039
8040         * shell/ev-properties.c (set_property): escape the text correctly.
8041         Handles non-UTF-8 properties and escaped properties.  Also, sets
8042         the text to "<i>None</i>" if the property isn't set.
8043
8044         * data/evince-properties.glade: Change the label to be ellipsized,
8045         and give it a minimum size.
8046
8047 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8048
8049         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8050         * shell/ev-sidebar-links.c: (create_loading_model):
8051         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8052         * shell/ev-view.c: (ev_view_set_document):
8053         * shell/ev-window.c: (ev_window_dispose):
8054         
8055         Various small fixes, mostly memory leaks. Thanks to valgrind.
8056
8057 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8058
8059         * ps/ps-document.c: remove the locale.h include again ;-). And
8060         kill the (bogus) setlocale/savelocale business.
8061
8062 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8063
8064         * ps/ps-document.c:
8065         
8066         Include locale.h to fix build
8067         
8068         * shell/ev-sidebar.c:
8069         
8070         Remove unnecessary includes
8071
8072 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8073
8074         * dvi/dvi-document.c: (dvi_document_load):
8075         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8076         * po/POTFILES.in:
8077         
8078         Check for incorrect dvi files. Fix parsing dvi on AMD64
8079         platform. Thanks to tester@tester.ca (Olivier Crete).
8080
8081 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8082
8083         * shell/ev-page-action.c: (match_selected_cb),
8084         (display_completion_text), (match_completion), (update_model):
8085         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8086         (expand_open_links):
8087         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8088         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8089         (ev_sidebar_set_document):
8090         * shell/ev-window.c: (ev_window_xfer_job_cb),
8091         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8092         
8093         Fixed lot's of memory leaks, for example, memory leak on reload, 
8094         described in bug 307793.
8095
8096 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8097
8098         * pdf/ev-poppler.cc:
8099         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8100         (update_visible_range), (adjustment_changed_cb),
8101         (ev_sidebar_thumbnails_fill_model),
8102         (ev_sidebar_thumbnails_refresh),
8103         (ev_sidebar_tree_selection_changed),
8104         (ev_sidebar_icon_selection_changed),
8105         (ev_sidebar_thumbnails_use_icon_view),
8106         (ev_sidebar_thumbnails_set_document):
8107         * shell/ev-sidebar-thumbnails.h:
8108         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8109         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8110
8111         Refresh thumbnails when changing orientation. Not fully
8112         working yet becuase of a sidebar bug.
8113
8114         Set page orientation to poppler page everywhere. This sucks
8115         really need to fix poppler.
8116
8117 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8118
8119         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8120         (egg_recent_view_gtk_new_menu_item),
8121         (egg_recent_view_gtk_set_property),
8122         (egg_recent_view_gtk_get_property),
8123         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8124         (egg_recent_view_gtk_set_tooltip_func),
8125         (egg_recent_view_gtk_set_label_width),
8126         (egg_recent_view_gtk_get_label_width):
8127         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8128
8129         Sync with libegg (ellipsize labels)
8130
8131 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8132
8133         * data/evince-ui.xml:
8134         * shell/ev-window.c: (ev_window_cmd_go_forward),
8135         (ev_window_cmd_go_backward):
8136         
8137         Shift + PageUp moves 10 Pages. Fix for 306125
8138
8139 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8140
8141         * pdf/ev-poppler.cc:
8142
8143         Add a flag to check if orientation has been overriden
8144
8145 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8146
8147         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8148         field if necessary.
8149
8150         * ps/ps.h: add creator field to document.
8151
8152         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8153         set creator field.
8154
8155 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8156
8157         * data/evince-properties.glade:
8158         * shell/ev-properties.c: (ev_properties_set_document):
8159
8160         s/PDF Version/Format
8161
8162 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8163
8164         * shell/ev-properties.c: (ev_properties_set_document):
8165
8166         Remove unnecessary translations
8167
8168 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8169
8170         * cut-n-paste/toolbar-editor/Makefile.am:
8171
8172         Correct library name    
8173
8174 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8175
8176         * configure.ac:
8177         * cut-n-paste/recent-files/egg-recent-model.c:
8178         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8179         (egg_recent_model_unlock_file):
8180         * cut-n-paste/recent-files/egg-recent-util.c:
8181         (egg_recent_util_get_unique_id):
8182         * cut-n-paste/recent-files/update-from-egg.sh:
8183         * cut-n-paste/toolbar-editor/Makefile.am:
8184         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8185         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8186         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8187         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8188         (egg_toolbars_model_get_type):
8189         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8190
8191         Better makefile for toolbar editor and update everything
8192         to latest libegg.
8193
8194 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8195
8196         * shell/ev-window.c: (update_document_mode):
8197
8198         Prefer presentation mode when the document
8199         require fullscreen.
8200
8201 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * data/evince-ui.xml:
8204         * shell/ev-window.c:
8205
8206         Add control-equal for zooming
8207
8208 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8209
8210         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8211
8212 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8213
8214         * backend/ev-document.c: (ev_document_get_orientation):
8215         * backend/ev-document.h:
8216         * pdf/ev-poppler.cc:
8217         * ps/ps-document.c: (ps_document_get_orientation),
8218         (ps_document_set_orientation), (ps_document_document_iface_init):
8219
8220         Add a get_orientation api. Improve set_orientation.
8221
8222         * data/evince-ui.xml:
8223         * shell/ev-view.c: (ev_view_set_orientation),
8224         (ev_view_rotate_right), (ev_view_rotate_left):
8225         * shell/ev-view.h:
8226         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8227         (ev_window_cmd_edit_rotate_right):
8228
8229         Better ui for changing document orientation
8230
8231 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8232
8233         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8234         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8235         * shell/ev-sidebar-links.h:
8236         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8237         (ev_sidebar_page_iface_init):
8238         * shell/ev-sidebar-page.h:
8239         * shell/ev-sidebar-thumbnails.c:
8240         (ev_sidebar_thumbnails_get_property),
8241         (ev_sidebar_thumbnails_class_init),
8242         (ev_sidebar_thumbnails_set_document):
8243         * shell/ev-sidebar-thumbnails.h:
8244         * shell/ev-view.c: (ev_view_motion_notify_event):
8245         * shell/ev-window.c: (update_chrome_visibility),
8246         (ev_window_cmd_focus_page_selector),
8247         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8248         (sidebar_page_main_widget_update_cb), (ev_window_init):
8249         
8250         Autoraise toolbar on GoToPage binding and fix bindings in
8251         EvSidebarThumbnails page.
8252
8253 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8254
8255         * shell/ev-properties.c: (update_progress_label):
8256
8257         Hide the progress label when finished; bug #307697.
8258
8259 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8260
8261         * pdf/ev-poppler.cc:
8262
8263         Enable is_open for links, you will need poppler cvs
8264
8265         * shell/ev-properties.c: (job_fonts_finished_cb):
8266
8267         Get a lock on the document when filling the tree view
8268
8269 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8270
8271         * backend/ev-document-links.h:
8272         * pdf/ev-poppler.cc:
8273         * shell/ev-sidebar-links.c: (create_loading_model),
8274         (expand_open_links), (job_finished_callback):
8275
8276         Expand links when specified by the document.
8277         Depend on a poppler api (defined out for now)
8278
8279 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8280
8281         * shell/ev-properties.c: (ev_properties_dispose),
8282         (ev_properties_class_init), (dialog_destroy_cb),
8283         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8284         (ev_properties_set_document), (ev_properties_new),
8285         (ev_properties_show):
8286         * shell/ev-properties.h:
8287
8288         Make it an object, cleanup the code, api to show it as transient
8289         and to set the document.
8290
8291         * shell/ev-window.c: (ev_window_setup_document),
8292         (ev_window_cmd_file_properties):
8293
8294         Adapt to EvProperties changes, do not show multiple
8295         times, update it when document changes.
8296
8297 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8298
8299         * ps/gstypes.h:
8300         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8301         (ps_document_set_orientation), (ps_document_document_iface_init):
8302         * ps/ps-document.h:
8303
8304         Implement orientation here too
8305
8306         * shell/ev-properties.c: (ev_properties_new):
8307         * data/evince-properties.glade:
8308
8309         Hide the fonts page for backends that doesnt
8310         support it.     
8311
8312 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8313
8314         * backend/ev-document.c: (ev_document_set_orientation):
8315         * backend/ev-document.h:
8316         * pdf/ev-poppler.cc:
8317
8318         Add orientation api. Currently poppler api is not optimal,
8319         we need to set orientation every time we _get a page.
8320         I will try to fix that at some point.
8321
8322         * data/evince-ui.xml:
8323         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8324         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8325
8326         Add orientation menu items
8327
8328         * shell/ev-page-cache.c: (ev_page_cache_clear):
8329         * shell/ev-page-cache.h:
8330
8331         Add api to clear the cache
8332
8333         * shell/ev-view.c: (setup_caches), (clear_caches),
8334         (ev_view_set_document), (ev_view_zoom_out),
8335         (ev_view_set_orientation):
8336         * shell/ev-view.h:
8337
8338         Implement orientation changing
8339
8340 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8341
8342         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8343         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8344         * backend/ev-document-fonts.h:
8345
8346         Separate scan and fill so that we can incrementally fill from
8347         the main thread. Add a progress api.
8348
8349         * data/evince-properties.glade:
8350         * pdf/ev-poppler.cc:
8351         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8352         * shell/ev-jobs.h:
8353         * shell/ev-properties.c: (update_progress_label),
8354         (job_fonts_finished_cb), (setup_fonts_view):
8355
8356         Incrementally feel the list and show the progress
8357         percentage in a label like acrobat does.
8358
8359         You are going to need poppler cvs
8360
8361 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8362
8363         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8364         * backend/ev-document-fonts.h:
8365         * pdf/ev-poppler.cc:
8366
8367         Make fonts model fill incrementally.
8368
8369         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8370         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8371         (ev_job_queue_remove_job):
8372         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8373         (ev_job_fonts_new), (ev_job_fonts_run):
8374         * shell/ev-jobs.h:
8375
8376         New job for fonts scanning
8377
8378         * shell/ev-properties.c: (job_fonts_finished_cb),
8379         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8380         * shell/ev-properties.h:
8381         * shell/ev-window.c: (ev_window_cmd_file_properties):
8382
8383         Incrementally feel the treeview using the new job. Show Loading...
8384         message until scanning is completed.
8385
8386         Hopefully I didnt break the build without the poppler patch.
8387
8388 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8389
8390         * shell/ev-application.c: (ev_application_open):
8391         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8392         (ev_document_type_get_type), (ev_document_type_lookup):
8393         * shell/ev-document-types.h:
8394         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8395         * shell/ev-job-xfer.h:
8396         * shell/ev-window.c: (ev_window_clear_local_uri),
8397         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8398         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8399         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8400         
8401         Transfer remote documents to tmp directory to display them later.
8402
8403 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8404
8405         * backend/ev-document-info.h:
8406         * shell/ev-properties.c: (ev_properties_new):
8407
8408         s/GTime*/GTime. Not sure why we was using a pointer
8409         at all there!
8410
8411 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8412
8413         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8414         situations.  That situation is that you're using GTK+-HEAD with
8415         the patch at #306726 is applied, and you have a document with <
8416         1500 pages in it.  It's not quite as uniformly nice as the
8417         TreeView, but should be better in the long run.
8418
8419         I'm pretty sure I guarded against breaking compilation with
8420         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8421         I missed some.
8422
8423         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8424         widget yet, so I commented that code out
8425         enable_view_actions_for_widget() for now.  Need to figure this
8426         out.
8427
8428         * shell/ev-page-action.c (match_selected_cb): emit the right
8429         signals.  Our cool C-l completion now works.
8430
8431 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8432
8433         * backend/Makefile.am:
8434         * backend/ev-document-fonts.c:
8435         * backend/ev-document-links.c:
8436         * backend/ev-document.c: (ev_document_load):
8437         * backend/ev-document.h:
8438         * backend/ev-job-queue.c:
8439         * backend/ev-job-queue.h:
8440         * backend/ev-jobs.c:
8441         * backend/ev-jobs.h:
8442         * backend/ev-page-cache.c:
8443         * backend/ev-page-cache.h:
8444
8445         EvPageCache and EvJobs are moved to shell.
8446
8447         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8448         (ev_tmp_filename):
8449         * lib/ev-file-helpers.h:
8450         
8451         New helper to work with temporary files
8452         
8453         * shell/Makefile.am:
8454         * shell/ev-application.c: (ev_application_open):
8455         * shell/ev-application.h:
8456         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8457         (remove_job_from_async_queue), (add_job_to_async_queue),
8458         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8459         (handle_job), (search_for_jobs_unlocked),
8460         (no_jobs_available_unlocked), (ev_render_thread),
8461         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8462         (ev_job_queue_add_job), (move_job_async), (move_job),
8463         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8464         * shell/ev-job-queue.h:
8465         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8466         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8467         * shell/ev-job-xfer.h:
8468         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8469         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8470         (ev_job_links_class_init), (ev_job_render_init),
8471         (ev_job_render_dispose), (ev_job_render_class_init),
8472         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8473         (ev_job_thumbnail_class_init), (ev_job_load_init),
8474         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8475         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8476         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8477         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8478         * shell/ev-jobs.h:
8479         * shell/ev-page-action.c: (ev_page_action_set_document):
8480         * shell/ev-page-cache.c: (ev_page_cache_init),
8481         (ev_page_cache_class_init), (ev_page_cache_finalize),
8482         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8483         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8484         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8485         (ev_page_cache_get_title), (ev_page_cache_get_size),
8486         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8487         (ev_page_cache_get_height_to_page),
8488         (ev_page_cache_get_max_label_chars),
8489         (ev_page_cache_get_page_label),
8490         (ev_page_cache_has_nonnumeric_page_labels),
8491         (ev_page_cache_get_info), (ev_page_cache_next_page),
8492         (ev_page_cache_prev_page), (ev_page_cache_get):
8493         * shell/ev-page-cache.h:
8494         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8495         (ev_pixbuf_cache_clear_job_sizes),
8496         (ev_pixbuf_cache_add_jobs_if_needed),
8497         (ev_pixbuf_cache_set_page_range):
8498         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8499         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8500         * shell/ev-sidebar-thumbnails.c:
8501         (ev_sidebar_tree_selection_changed),
8502         (ev_sidebar_thumbnails_set_document):
8503         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8504         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8505         (ev_statusbar_get_context_id), (ev_statusbar_push),
8506         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8507         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8508         (ev_statusbar_set_progress):
8509         * shell/ev-statusbar.h:
8510         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8511         (ev_view_find_previous):
8512         * shell/ev-window.c: (ev_window_is_empty),
8513         (ev_window_setup_document), (password_dialog_response),
8514         (ev_window_clear_jobs), (ev_window_load_job_cb),
8515         (ev_window_xfer_job_cb), (ev_window_open_uri),
8516         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8517         (ev_window_print), (ev_window_print_range),
8518         (ev_window_state_event), (ev_window_cmd_view_reload),
8519         (menu_item_select_cb), (menu_item_deselect_cb),
8520         (view_status_changed_cb), (ev_window_dispose),
8521         (drag_data_received_cb), (ev_window_init):
8522         * shell/ev-window.h:
8523         * shell/main.c: (load_files):
8524         
8525         New statusbar to show progress on idle. Two new jobs - 
8526         xfer job and load job to load document in background. And update
8527         of page_cache clients to new location of code.
8528
8529 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8530
8531         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8532         selection in open dialog. It also remembers the last visited directory 
8533         in the current session.
8534
8535 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8536
8537         * shell/ev-properties.c: (ev_properties_new):
8538         * shell/ev-properties.h:
8539         * shell/ev-window.c: (ev_window_cmd_file_properties):
8540         
8541         Get document info from page cache instead of document itself.
8542         This should fix crash related to race conditions described in
8543         bug 306545.
8544
8545 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8546
8547         * ps/ps-document.c: (ps_document_init),
8548         (send_ps), (get_page_box), (output), (catchPipe), (input),
8549         (stop_interpreter), (file_length), (file_readable),
8550         (check_filecompressedb), (ps_document_enable_interpreter),
8551         (document_load), (ps_async_renderer_render_pixbuf):
8552         * ps/ps-document.h:
8553
8554         Big cleanup of the ps code
8555
8556 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8557
8558         * backend/Makefile.am:
8559         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8560         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8561         * backend/ev-async-renderer.h:
8562
8563         Add an async renderer interface (method + callback) which
8564         is useful for backends like ps.
8565
8566         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8567         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8568         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8569         (ev_job_queue_add_job), (move_job_async), (move_job),
8570         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8571
8572         Add queues for async renderer, these are executed on the
8573         main thread.
8574
8575         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8576         (ev_job_render_run):
8577         * backend/ev-jobs.h:
8578
8579         If the backend support async renderer interface use it.
8580
8581         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8582         (setup_pixmap), (ps_document_get_type),
8583         (ps_async_renderer_render_pixbuf),
8584         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8585
8586         Implement async renderer interface.
8587
8588 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8589
8590         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8591
8592         Cleanup links job on exit.
8593
8594 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8595
8596         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8597         (drag_data_get_cb), (drag_data_received_cb):
8598         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8599         (drag_data_get_cb), (parse_item_list),
8600         (egg_toolbar_editor_load_actions):
8601         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8602         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8603         (parse_item_list), (parse_toolbars):
8604         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8605         (dvi_pixbuf_put_pixel):
8606         
8607         Fix gcc 4.0 warnings
8608
8609 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8610
8611         * ps/ps-document.c: (start_interpreter):
8612
8613         Fix warning when loading ps
8614
8615 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8616
8617         * ps/ps-document.c: (output):
8618
8619         Fix crash when priting gs error messages.
8620
8621 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8622
8623         * backend/ev-page-cache.c: (_ev_page_cache_new):
8624         * backend/ev-page-cache.h:
8625
8626         Use a const to return title so that we dont double
8627         free it. Small cleanup and fix a leak.
8628
8629         * shell/ev-window.c: (update_window_title):
8630
8631         strdup value from get_title.
8632
8633 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8634
8635         * shell/ev-sidebar-links.c: (job_finished_callback),
8636         (ev_sidebar_links_set_document):
8637
8638         Cleanup the old job when changing document
8639
8640 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8641
8642         * shell/ev-stock-icons.c:
8643         * shell/ev-stock-icons.h:
8644         * shell/ev-window.c:
8645         
8646         Add stock icons for actions that can appear in toolbar. Fix for
8647         bug 306566.
8648
8649 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8650
8651         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8652         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8653         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8654         * backend/ev-page-cache.h:
8655         * shell/ev-view.c: (scroll_to_current_page),
8656         (view_update_range_and_current_page), (get_page_y_offset),
8657         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8658         (ev_view_size_request_continuous),
8659         (ev_view_zoom_for_size_continuous_and_dual_page),
8660         (ev_view_zoom_for_size_continuous):
8661         
8662         More compact EvView layout in document with pages of different size.
8663
8664 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8665
8666         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8667         compilation.
8668
8669 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8670
8671         * shell/ev-view.c: (view_set_adjustment_values):
8672         * shell/ev-window.c: (ev_window_cmd_file_properties):
8673         
8674         A bit different fix for rounding problem but it has no
8675         problems on startup. Make properties window transient to parent.
8676
8677 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8678
8679         * pdf/ev-poppler.cc:
8680         
8681         More commenting of font stuff.
8682
8683 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8684
8685         * pdf/ev-poppler.cc:
8686
8687         Comment out some more fonts stuff. Should really
8688         work without the poppler patch now.
8689
8690 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8691
8692         * pdf/ev-poppler.cc:
8693
8694         Adapt to api change
8695
8696 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8697
8698         * data/evince-properties.glade:
8699         * pdf/ev-poppler.cc:
8700         * shell/ev-properties.c: (setup_fonts_view):
8701
8702         Set the column title. Show the dialog only
8703         once everything is setup.
8704         Getting font info can be very slow... will
8705         prolly need to make this threaded too.
8706
8707 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8708
8709         * backend/Makefile.am:
8710         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8711         (ev_document_fonts_get_fonts_model):
8712         * backend/ev-document-fonts.h:
8713         * data/evince-properties.glade:
8714         * pdf/ev-poppler.cc:
8715         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8716         * shell/ev-properties.h:
8717         * shell/ev-window.c: (ev_window_cmd_file_properties):
8718
8719         Implement fonts list. Defined out for now, since it depends
8720         on a not yet committed poppler patch.
8721
8722 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8723
8724         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8725         page + 1.
8726
8727         * shell/ev-window.c: Make sure we add the timeout when we get a
8728         focus-in event.
8729
8730         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8731         adjustment->value before calculating the zoom factor to average
8732         out all of our rounding errors.  The page no longer 'drifts' when
8733         resizing.
8734
8735 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8736
8737         * data/evince-properties.glade:
8738         * shell/ev-properties.c: (ev_properties_format_date),
8739         (set_property):
8740         
8741         Labels don't expand when the dialogue is resized.
8742         strftime result needs to be converted to UTF-8. Thanks
8743         to Christian Persch <chpe@gnome.org>.
8744
8745 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8746
8747         * data/evince-properties.glade:
8748
8749         Hide the fonts tab
8750
8751 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8752
8753         * backend/ev-document-info.h:
8754         * backend/ev-document.c: (ev_document_info_free):
8755         * data/evince-properties.glade:
8756         * pdf/ev-poppler.cc:
8757         * ps/ps-document.c: (ps_document_get_info):
8758         * shell/ev-properties.c: (ev_properties_format_date),
8759         (set_property), (ev_properties_new):
8760         * shell/ev-properties.h:
8761         * shell/ev-window.c: (ev_window_cmd_file_properties):
8762
8763         Rework properties code to take only EvPropertyInfo
8764         in the constructor so that it can be useful for
8765         nautilus plugin too.
8766
8767         Deal with backends that doesnt support some properties.
8768         Make set property code generic.
8769
8770 2005-06-04  Christian Persch <chpe@gnome.org>
8771
8772         * data/evince-properties.glade:
8773
8774         fix spacings, make resizeable, and make data labels
8775         selectable + ellipsised
8776
8777 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8778
8779         * backend/ev-document-info.h:
8780         * data/Makefile.am:
8781         * data/evince-ui.xml:
8782         * pdf/ev-poppler.cc:
8783         * shell/Makefile.am:
8784         * shell/ev-window.c: (update_action_sensitivity),
8785         (ev_window_cmd_file_properties):
8786
8787         Initial go at file properties. Patch by
8788         Emil Soleyman-Zomalan <emil@soleyman.com>.
8789         Needs love see #169583
8790
8791 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8792
8793         * ps/ps-document.c: (output):
8794         * ps/ps.c: (psscan):
8795
8796         Try to render even if psscan fails.
8797
8798 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8799
8800         * ps/ps.c: (psscan), (pscopydoc):
8801
8802         Port buffered reading code from gv
8803
8804 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8805
8806         * ps/ps-document.c: (interpreter_message), (output):
8807
8808         Do not fail on interpreter messages
8809
8810 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8811
8812         * backend/ev-document-misc.c:
8813         (ev_document_misc_get_thumbnail_frame):
8814
8815         Pages can be 0 x 0, dont assert on this case
8816
8817 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8818
8819         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8820         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8821
8822         Correctly manage our reference on document. Finally the reload
8823         huge leak is gone...
8824
8825 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8826
8827         * ps/ps-document.c: (ps_document_dispose):
8828
8829         Forgot to chain it to the parent. Thanks chpe.
8830
8831 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8832
8833         * ps/ps-document.c: (ps_document_dispose),
8834         (ps_document_class_init), (stop_interpreter), (document_load):
8835
8836         Cleanup dispose a bit. Dont leak the whole pixmap.
8837
8838 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8839
8840         * pdf/ev-poppler.cc:
8841
8842         Release the poppler document on dispose
8843
8844 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8845
8846         * shell/ev-view.c: (ev_view_set_document):
8847
8848         Release ref on the pixbuf cache when changing
8849         document.
8850
8851 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8852
8853         * ps/ps-document.c: (ps_document_get_info):
8854
8855         Fix a double free
8856
8857 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8858
8859         * backend/ev-page-cache.c: (ev_page_cache_init),
8860         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8861         * backend/ev-page-cache.h:
8862         * shell/ev-page-action.c: (page_changed_cb):
8863         
8864         Set page action entry width depending on labels width. Fix
8865         for bug 305202.
8866
8867 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8868
8869         * backend/ev-link.c: (ev_link_class_init):
8870
8871         Allow -1 as page value (error)
8872
8873 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8874
8875         * shell/ev-sidebar-thumbnails.c:
8876         (ev_sidebar_thumbnails_set_document):
8877         * shell/ev-view.c: (scroll_to_current_page),
8878         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8879         (page_changed_cb), (on_adjustment_value_changed),
8880         (ev_view_set_document):
8881
8882         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8883         Fix bug 305377
8884
8885 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8886
8887         * configure.ac:
8888         * djvu/djvu-document.c: (djvu_document_get_page_size):
8889
8890         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8891         bug 301993.
8892
8893 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8894
8895         * shell/ev-view.c (draw_one_page): modify the expose handling to
8896         get the shadows.
8897
8898         * shell/ev-window.c (update_action_sensitivity): Respect
8899         permissions field.  Kowtow to the man.
8900
8901         * pdf/ev-poppler.cc: Get the permissions field.
8902
8903         * tiff/*c: Make a tiny bit more robust.
8904
8905 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8906
8907         * djvu/djvu-document.c:
8908         
8909         Pop messages from djvu context message queue.
8910
8911 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8912
8913         * configure.ac, Makefile.am, shell/Makefile.am:
8914         * tiff/Makefile.am, shell/ev-document-types.c:
8915         
8916         Cleanup tiff configure checks. Fix for bug 305218.
8917
8918 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8919
8920         * configure.ac: Added "uk" to ALL_LINGUAS.
8921
8922 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8923
8924         * cut-n-paste/zoom-control/ephy-zoom.c:
8925         (ephy_zoom_get_changed_zoom_level):
8926         * cut-n-paste/zoom-control/ephy-zoom.h:
8927         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8928         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8929         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8930         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8931         (zoom_control_changed_cb), (ev_window_init):
8932         
8933         Fix minor points related to moving best fit up. Introduce
8934         "zoom" property and make zoom control change it's value on
8935         notify::zoom signals. Fix for 305080.
8936
8937 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8938
8939         * data/evince-ui.xml:
8940         * shell/ev-window.c: (set_view_actions_sensitivity):
8941         
8942         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8943
8944 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8945
8946         * configure.ac:
8947
8948         Depends on poppler 0.3.2
8949
8950 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8951
8952         * cut-n-paste/recent-files/egg-recent-item.c:
8953         (egg_recent_item_get_short_name):
8954         * cut-n-paste/toolbar-editor/Makefile.am:
8955         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8956         (new_pixbuf_from_widget):
8957         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8958         * cut-n-paste/toolbar-editor/egg-marshal.c:
8959         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8960         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8961
8962         Sync
8963
8964 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8965
8966         * tiff/tiff-document.c: Rough TIFF backend.
8967
8968 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8969
8970         * NEWS:
8971         * configure.ac:
8972         * cut-n-paste/toolbar-editor/Makefile.am:
8973
8974         Release 0.3.1
8975
8976 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8977
8978         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8979         (ev_view_find_next), (ev_view_find_previous):
8980
8981         Remove the locks around get_n_results   
8982
8983 2005-05-21  Juerg Billeter  <j@bitron.ch>
8984
8985         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8986
8987         Pass correct number of pages to poppler.
8988
8989 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8990
8991         * configure.ac:
8992         * data/Makefile.am:
8993         * data/evince.desktop.in: 
8994         * data/evince.desktop.in.in:
8995         * po/POTFILES.in:
8996         
8997         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8998
8999 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9000
9001         * shell/ev-view.c: (view_update_adjustments),
9002         (view_set_adjustment_values): cast adjustmen->value to (int)
9003         before using it.  Otherwise, we get off by a pixel in some
9004         situations.
9005
9006         (draw_one_page): Draw the border on expose.
9007
9008 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9009
9010         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9011         adjustment when the mode changes, #304923
9012
9013 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9014
9015         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9016         flickering on resize but still use gdk_window_scroll on
9017         scrolling
9018
9019 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9020
9021         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9022         option, #170458
9023
9024 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9025
9026         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9027         second page on page_changed if possible, #304669
9028
9029 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9030
9031         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9032         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9033
9034 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9035
9036         * .cvsignore:
9037         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9038         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9039         (ev_view_zoom_for_size_presentation),
9040         (ev_view_zoom_for_size_continuous_and_dual_page),
9041         (ev_view_zoom_for_size_continuous),
9042         (ev_view_zoom_for_size_dual_page),
9043         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9044         * shell/ev-view.h:
9045         * shell/ev-window.c: (update_view_size),
9046         (ev_window_sizing_mode_changed_cb):
9047
9048         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9049         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9050         an infinite loop, #304769
9051
9052
9053 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9054
9055         * data/evince-ui.xml:
9056         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9057         * shell/ev-window.c: (set_view_actions_sensitivity):
9058
9059         Make PgUp/Down behave like Space
9060
9061 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9062
9063         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9064         * backend/ev-ps-exporter.h:
9065         * pdf/ev-poppler.cc:
9066         * ps/ps-document.c: (ps_document_ps_export_begin):
9067         * shell/ev-print-job.c: (idle_print_handler):
9068
9069         Adapt to new poppler api
9070
9071 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9072
9073         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9074         (ephy_zoom_control_init):
9075
9076         Translate zoom levels
9077
9078 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9079
9080         * cut-n-paste/zoom-control/ephy-zoom.c:
9081         (ephy_zoom_get_zoom_level_index):
9082
9083         Fix current zoom -> zoom control match
9084
9085 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9086
9087         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9088         rather than the scrolled_window that it's in. Fixes bug #304655.
9089
9090 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9091
9092         * shell/ev-view.c: (view_update_adjustments),
9093         (view_set_adjustment_values), (view_update_range_and_current_page),
9094         (view_scroll_to_page), (set_scroll_adjustment),
9095         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9096         (ev_view_scroll), (ev_view_scroll_view),
9097         (ensure_rectangle_is_visible), (find_page_at_location),
9098         (get_link_at_location), (go_to_link), (status_message_from_link),
9099         (ev_view_size_request_continuous_dual_page),
9100         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9101         (ev_view_unrealize), (ev_view_expose_event),
9102         (ev_view_button_press_event), (ev_view_motion_notify_event),
9103         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9104         (draw_rubberband), (highlight_find_results), (draw_one_page),
9105         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9106         (ev_view_init), (find_changed_cb), (page_changed_cb),
9107         (on_adjustment_value_changed), (ev_view_new),
9108         (ev_view_set_document), (ev_view_set_zoom),
9109         (ev_view_set_continuous), (ev_view_set_dual_page),
9110         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9111         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9112         (ev_view_zoom_for_size_presentation),
9113         (ev_view_zoom_for_size_continuous_dual_page),
9114         (ev_view_zoom_for_size_continuous),
9115         (ev_view_zoom_for_size_dual_page),
9116         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9117         (ev_view_get_status), (ev_view_set_status),
9118         (update_find_status_message), (ev_view_get_find_status),
9119         (ev_view_set_find_status), (jump_to_find_result),
9120         (jump_to_find_page), (compute_selections), (clear_selection),
9121         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9122         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9123         (ev_view_update_primary_selection),
9124         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9125         * shell/ev-view.h:
9126         * shell/ev-window.c: (ev_window_open_page_label),
9127         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9128         (ev_window_init):
9129         * shell/ev-window.h:
9130         * shell/main.c: (load_files):
9131
9132         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9133         when resizing.  Remove the bin_window().  Also, patch from James
9134         Bowes to fix command line page, #300641
9135         
9136 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9137
9138         * data/evince-ui.xml:
9139         * shell/ev-view.c:
9140         * shell/ev-view.h:
9141         * shell/ev-window.c: (update_action_sensitivity):
9142
9143         Get rid of View->Normal Size, it's just confusing
9144
9145 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9146
9147         * backend/ev-document-info.h:
9148         * backend/ev-document.c: (ev_document_info_free): Free the
9149         EvDocumentInfo.
9150
9151         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9152         (clear_range), (add_range), (update_visible_range),
9153         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9154         (ev_sidebar_thumbnails_set_document):
9155         * shell/ev-window.c: (ev_window_setup_document): Only render the
9156         visible thumbnails.  It takes an instant to render, but it uses
9157         much less memory.
9158
9159 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9160
9161         * shell/ev-sidebar-links.c: (popup_menu_cb):
9162
9163         Select first item
9164
9165 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9166
9167         * lib/Makefile.am:
9168         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9169         (button_press_cb), (ev_sidebar_links_construct):
9170
9171         Show the popup menu also on keybindings
9172
9173 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9174
9175         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9176         * shell/ev-window.h:
9177
9178         Expose api to print a range (with dialog). Make private _print use
9179         it.
9180
9181         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9182         (ev_sidebar_links_construct):
9183
9184         Show a print context menu on linkx, it prints the selected
9185         section.
9186
9187 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9188
9189         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9190         button.
9191
9192 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9193
9194         * AUTHORS:
9195
9196         Update
9197
9198         * shell/ev-window.c: (build_comments_string),
9199         (ev_window_cmd_help_about):
9200
9201         Show poppler version/backend and authors
9202
9203 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9204
9205         * cut-n-paste/zoom-control/ephy-zoom.c:
9206         (ephy_zoom_get_zoom_level_index):
9207         * cut-n-paste/zoom-control/ephy-zoom.h:
9208
9209         Move the best fit items at the top of the list
9210
9211 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9212
9213         * shell/ev-marshal.list:
9214         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9215         (activate_cb), (match_selected_cb), (activate_link_cb),
9216         (connect_proxy), (ev_page_action_class_init):
9217         * shell/ev-page-action.h:
9218
9219         Use signals to notify action activation. Hopefully
9220         I did not break completion since I cant test...
9221
9222         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9223         (register_custom_actions):
9224
9225         Connect to page selector actions and also grab focus on
9226         the view when activated.
9227
9228 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9229
9230         * pdf/ev-poppler.cc:
9231         * backend/ev-page-cache.c: make page size calculation consistent
9232         and set it to (int)( width * scale + 0.5).  This makes the weird
9233         line going through the middle of the page go away.
9234
9235         * shell/ev-view.c: move painting the background page after
9236         checking the expose area covers us.
9237
9238 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9239
9240         * data/evince-password.glade:
9241         
9242         Mark labels as not translatable. Fix for bug 302842.
9243
9244 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9245
9246         * configure.ac: Added "es" to ALL_LINGUAS.
9247
9248 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9249
9250         * data/evince-toolbar.xml:
9251         * shell/ev-window.c: (update_action_sensitivity),
9252         (ev_window_setup_document), (ev_window_set_page_mode),
9253         (ev_window_init):
9254
9255         Remove some leftover code from jrb first continous
9256         attempt. Use the new actions, we still need good icons
9257         though...
9258
9259 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9260
9261         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9262
9263         Update label when connecting proxy. Fix a warning with NULL
9264         page_cache.
9265
9266 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9267
9268         * data/evince-ui.xml:
9269         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9270         * shell/ev-page-action.h:
9271         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9272
9273         Add mnemonic for edit toolbar.
9274         ctrl+l focus the page entry.
9275
9276 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9277
9278         * lib/Makefile.am:
9279         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9280         (ev_window_init):
9281         * shell/main.c: (main):
9282
9283         Put the toolbar xml in evince own dot dir
9284
9285 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9286
9287         * shell/ev-window.c: (ev_window_init):
9288
9289         Make the toolbar not removable
9290
9291 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9292
9293         * data/evince-ui.xml:
9294         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9295         * shell/ev-sidebar-links.h:
9296         * shell/ev-sidebar-thumbnails.c:
9297         (ev_sidebar_thumbnails_get_treeview):
9298         * shell/ev-sidebar-thumbnails.h:
9299         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9300         (ev_view_class_init):
9301         * shell/ev-view.h:
9302         * shell/ev-window.c: (update_action_sensitivity),
9303         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9304         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9305         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9306         (ev_window_init):
9307
9308         This is evil... Make space/backspace global accelerators but
9309         enable them only for some widgets (sidebars and view).
9310         I dont like it, but I dont know a better way... :/
9311
9312 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9313
9314         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9315         (ev_page_action_widget_finalize),
9316         (ev_page_action_widget_class_init), (update_page_cache):
9317
9318         Keep a weak reference on proxy->page_cache so that we
9319         dont try to disconnect the signal if the object is already
9320         gone. Maybe there is a better way to cleanup reference handling
9321         in page action though...
9322
9323 2005-05-10  Juerg Billeter  <j@bitron.ch>
9324
9325         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9326         * backend/ev-ps-exporter.h:
9327         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9328         * ps/ps-document.c: (ps_document_ps_export_begin):
9329         
9330         Change api to pass print range to ps_exporter_begin. The pdf backend
9331         requires this information.
9332         
9333         * shell/ev-print-job.c: (idle_print_handler):
9334         
9335         Adapt to api change
9336
9337 2005-05-10  Juerg Billeter  <j@bitron.ch>
9338
9339         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9340         (idle_print_handler)
9341         * shell/ev-window.c: (ev_window_print):
9342
9343         Support printing page range, based on patch by Amaury Jacquot
9344
9345 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9346
9347         * data/evince-toolbar.xml:
9348
9349         Add zoom control to available items
9350
9351 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9352
9353         * shell/ev-window.c: (update_action_sensitivity):
9354
9355         Set slash action insensitive when appropriate
9356
9357 2005-05-10  Christian Persch <chpe@gnome.org>
9358
9359         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9360
9361         Fix warning on the overflow menu
9362
9363 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9364
9365         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9366
9367         Check for uri correctness/existence
9368
9369 2005-05-09  Juerg Billeter  <j@bitron.ch>
9370
9371         * shell/ev-window.c: (using_postscript_printer):
9372
9373         LPD printers use postscript, too
9374
9375 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9376
9377         * shell/ev-window.c: (register_custom_actions):
9378
9379         The zoom one is actually sort of useful,
9380         put it back
9381
9382 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9383
9384         * shell/ev-window.c: (register_custom_actions):
9385
9386         Hide page/zoom controls from overflow, they
9387         are useless.
9388
9389 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9390
9391         * cut-n-paste/update-from-egg.sh:
9392         
9393         Share it between all cut-n-paste subdirs
9394
9395         * cut-n-paste/recent-files/Makefile.am:
9396
9397         Fix to use "global" update-from-egg.sh
9398
9399         * cut-n-paste/recent-files/egg-recent-model.c:
9400         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9401         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9402         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9403         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9404
9405         Update from libegg
9406
9407         * cut-n-paste/toolbar-editor/Makefile.am:
9408
9409         Fix to use "global" update-from-egg.sh
9410
9411         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9412
9413         Update from libegg
9414
9415 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9416
9417         * configure.ac:
9418         * cut-n-paste/Makefile.am:
9419         * cut-n-paste/recent-files/Makefile.am:
9420         * cut-n-paste/toolbar-editor/.cvsignore:
9421         * cut-n-paste/toolbar-editor/Makefile.am:
9422         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9423         (egg_editable_toolbar_get_type), (get_toolbar_position),
9424         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9425         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9426         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9427         (set_item_drag_source), (create_item_from_action), (create_item),
9428         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9429         (popup_toolbar_context_menu_cb), (free_dragged_item),
9430         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9431         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9432         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9433         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9434         (item_added_cb), (item_removed_cb),
9435         (egg_editable_toolbar_construct),
9436         (egg_editable_toolbar_disconnect_model),
9437         (egg_editable_toolbar_deconstruct),
9438         (egg_editable_toolbar_set_model),
9439         (egg_editable_toolbar_set_ui_manager),
9440         (egg_editable_toolbar_set_property),
9441         (egg_editable_toolbar_get_property),
9442         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9443         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9444         (egg_editable_toolbar_new_with_model),
9445         (egg_editable_toolbar_get_edit_mode),
9446         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9447         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9448         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9449         (new_pixbuf_from_widget), (new_separator_pixbuf),
9450         (update_separator_image), (style_set_cb),
9451         (_egg_editable_toolbar_new_separator_image),
9452         (egg_editable_toolbar_get_model):
9453         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9454         * cut-n-paste/toolbar-editor/egg-marshal.c:
9455         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9456         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9457         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9458         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9459         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9460         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9461         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9462         (editor_drag_data_delete_cb), (drag_data_get_cb),
9463         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9464         (editor_create_item), (update_editor_sheet), (setup_editor),
9465         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9466         (parse_item_list), (model_has_action), (update_actions_list),
9467         (egg_toolbar_editor_load_actions):
9468         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9469         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9470         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9471         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9472         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9473         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9474         (egg_toolbars_model_add_separator), (impl_add_item),
9475         (parse_item_list), (egg_toolbars_model_add_toolbar),
9476         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9477         (impl_get_item_data), (impl_get_item_type),
9478         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9479         (egg_toolbars_model_init), (free_toolbar),
9480         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9481         (egg_toolbars_model_remove_toolbar),
9482         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9483         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9484         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9485         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9486         (egg_toolbars_model_get_item_data),
9487         (egg_toolbars_model_get_item_type):
9488         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9489         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9490         * data/Makefile.am:
9491         * data/evince-toolbar.xml:
9492         * data/evince-ui.xml:
9493         * data/hand-open.png:
9494         * po/POTFILES.in:
9495         * shell/Makefile.am:
9496         * shell/ev-window.c: (update_chrome_visibility),
9497         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9498         (ev_window_dispose), (ev_window_init):
9499
9500         Implement epiphany like toolbar editor. Based on patch by
9501         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9502
9503 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9506
9507         Use set_cursor instead of set_selection, so that
9508         the keyboard focus moves too.
9509
9510 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9511
9512         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9513
9514         Fix infinite loop when loading Type1 fonts
9515
9516 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * data/evince-ui.xml:
9519         * shell/ev-window.c:
9520
9521         Slash -> Find
9522
9523 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9524
9525         * configure.ac:
9526
9527         Make --disable really disable
9528
9529 2005-05-07  Juerg Billeter  <j@bitron.ch>
9530
9531         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9532
9533         Compare page labels even without has_labels set, fixes setting page
9534         with entry
9535
9536 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9537
9538         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9539         (ev_view_set_cursor), (ev_view_button_press_event),
9540         (ev_view_motion_notify_event), (ev_view_button_release_event),
9541         (ev_view_init):
9542
9543         Implement middle button scrolling. Based on a patch
9544         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9545
9546 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9547
9548         * shell/ev-document-types.c: (get_slow_mime_type),
9549         (get_document_type_from_mime), (ev_document_type_lookup):
9550         * shell/ev-document-types.h:
9551
9552         Change api to lookup from uri. Do fast lookup first, if the
9553         type is unknown try with data sniffing.
9554
9555         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9556         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9557
9558         Adapt to api change
9559
9560 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9561
9562         * thumbnailer/Makefile.am:
9563
9564         Fix distcheck
9565
9566 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9567
9568         * NEWS:
9569         * configure.ac:
9570
9571         Release 0.3.0
9572
9573         * data/evince-ui.xml:
9574
9575         Hide presentation mode for now
9576
9577         * shell/ev-view.c: (highlight_find_results):
9578
9579         Show current find selection only on current page
9580
9581 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9582
9583         * shell/ev-view.c: (ev_view_select_all):
9584
9585         Compute size of the actual page, not of
9586         the current one.
9587
9588 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9589
9590         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9591         (view_rect_to_doc_rect), (compute_selections),
9592         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9593         (ev_view_copy), (ev_view_primary_get_cb),
9594         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9595         (ev_view_button_press_event), (ev_view_motion_notify_event),
9596         (ev_view_button_release_event), (page_changed_cb):
9597
9598         Fix text selection
9599
9600 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9601
9602         * shell/ev-view.c: (compute_border), (get_page_extents),
9603         (doc_rect_to_view_rect), (highlight_find_results),
9604         (ev_view_bin_expose), (ev_view_select_all),
9605         (ev_view_motion_notify_event), (update_find_status_message),
9606         (jump_to_find_result), (jump_to_find_page):
9607
9608         First go at fixing search, still buggy
9609
9610 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9611
9612         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9613         dropdown box and button at the top of the sidebar.
9614
9615 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9616
9617         * configure.ac: Output zoom-control Makefile.
9618         * cut-n-paste/Makefile.am: build zoom-control subdir.
9619         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9620         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9621         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9622         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9623         * cut-n-paste/zoom-control/ephy-zoom.c:
9624         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9625         from epiphany, and modified to add a separator into the menu.
9626         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9627         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9628         zoom-control action.
9629         * shell/Makefile.am: Include zoom-control flags.
9630         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9631         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9632         (ev_view_zoom_for_size_presentation),
9633         (ev_view_zoom_for_size_continuous_and_dual_page),
9634         (ev_view_zoom_for_size_continuous),
9635         (ev_view_zoom_for_size_dual_page),
9636         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9637         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9638         ev_view_get_zoom and ev_view_get_sizing_mode.
9639         * shell/ev-view.h:
9640         * shell/ev-window.c: (update_action_sensitivity),
9641         (update_sizing_buttons), (zoom_control_changed_cb),
9642         (register_custom_actions): Initialize and use the zoom-control 
9643         widget.
9644
9645 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9646
9647         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9648         preview cache back to 1.  Don't know when it got set to 0.
9649         
9650         * shell/ev-view.c: (compute_border), (ev_view_realize),
9651         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9652         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9653         (ev_view_get_fullscreen), (ev_view_set_presentation),
9654         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9655         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9656         * shell/ev-view.h:
9657         * shell/ev-window.c:
9658         (update_chrome_visibility),
9659         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9660         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9661         (update_document_mode), (ev_window_update_fullscreen_action),
9662         (ev_window_fullscreen), (ev_window_unfullscreen),
9663         (ev_window_cmd_view_fullscreen),
9664         (ev_window_update_presentation_action),
9665         (ev_window_run_presentation), (ev_window_stop_presentation),
9666         (ev_window_cmd_view_presentation), (ev_window_state_event),
9667         (ev_window_focus_in_event), (ev_window_focus_out_event),
9668         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9669         * data/evince-ui.xml: Initial presentation mode.  We should
9670         probably hide this until it's done, as it's quite rough.  Also,
9671         change full-screen to fullscreen and add two getters to EvView.
9672
9673 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9674
9675         * shell/ev-page-action.c: (update_page_cache),
9676         (ev_page_action_dispose):
9677         * shell/ev-window.c: (destroy_fullscreen_popup),
9678         (ev_window_create_fullscreen_popup):
9679
9680         Use connect_object rather than explicitly
9681         disconnect on dispose.
9682
9683 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9684
9685         * shell/ev-page-action.c: (update_page_cache),
9686         (ev_page_action_dispose):
9687
9688 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9689
9690         * backend/ev-page-cache.c: (_ev_page_cache_new),
9691         (ev_page_cache_set_page_label),
9692         (ev_page_cache_has_nonnumeric_page_labels):
9693         * backend/ev-page-cache.h:
9694         * shell/ev-page-action.c: (update_pages_label):
9695         
9696         If all page labels are numeric, fallback to default
9697         way to display number of pages. See bug 173185.
9698
9699 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9700
9701         * shell/ev-page-action.c: (ev_page_action_dispose):
9702         * shell/ev-view.c: (view_update_range_and_current_page):
9703         * shell/ev-window.c: (ev_window_dispose):
9704         
9705         Set page on scroll in continuous mode. Fixes bug 301986.
9706         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9707
9708 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9709
9710         * configure.ac:
9711
9712         Require poppler 0.3.0
9713
9714 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9715         
9716         * shell/Makefile.am, configure.ac: Fix build problems
9717         with t1lib. Bug 301996.
9718
9719 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9720
9721         * shell/ev-view.c: (ev_view_scroll_event):
9722         
9723         Scroll up increase zoom
9724
9725 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9726
9727         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9728         (ev_view_set_sizing_mode),
9729         (ev_view_zoom_for_size_continuous_and_dual_page),
9730         (ev_view_zoom_for_size_continuous):
9731         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9732         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9733         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9734         (ev_window_init):
9735
9736         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9737         Fix for 165473 and 165472.
9738
9739 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9740
9741         * po/POTFILES.in:
9742         * thumbnailer/Makefile.am:
9743         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9744         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9745         * thumbnailer/evince-thumbnailer.schemas.in:
9746         
9747         Make thumbnailer schemas translatable. Fix for bug 301773
9748         
9749         * thumbnailer/evince-thumbnailer-djvu.schemas:
9750         * thumbnailer/evince-thumbnailer-dvi.schemas:
9751         * thumbnailer/evince-thumbnailer.schemas:
9752
9753         Removed files
9754
9755 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9756
9757         * shell/ev-view.c (ev_view_init): forgot to set this.
9758
9759 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9760
9761         * shell/ev-view.c: (find_page_at_location),
9762         (get_link_at_location),
9763         (ev_view_set_show_border), (ev_view_set_spacing),
9764         (ev_view_zoom_for_size_continuous_and_dual_page),
9765         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9766         Also, add a quick fix measuring of widths.  Also, removed
9767         ev_view_set_spacing and ev_view_set_show_border.
9768         
9769         * shell/ev-window.c: (ev_window_unfullscreen),
9770         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9771
9772 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9773
9774         * shell/ev-view.c: (view_update_range_and_current_page),
9775         (page_changed_cb):
9776         
9777         Fix crash on exit and scrolling to page in continuous view.
9778
9779 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9780
9781         * TODO:
9782         * backend/ev-page-cache.c: (_ev_page_cache_new),
9783         (ev_page_cache_get_max_width_size),
9784         (ev_page_cache_get_max_height_size):
9785         * backend/ev-page-cache.h:
9786         * data/evince-ui.xml:
9787         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9788         * shell/ev-view.c: (view_update_adjustments),
9789         (view_update_range_and_current_page), (get_bounding_box_size),
9790         (ev_view_size_request_continuous_and_dual_page),
9791         (ev_view_size_request_continuous),
9792         (ev_view_size_request_dual_page),
9793         (ev_view_size_request_single_page), (ev_view_size_request),
9794         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9795         (ev_view_bin_expose), (ev_view_expose_event),
9796         (ev_view_set_property), (ev_view_get_property),
9797         (ev_view_class_init), (ev_view_init), (ev_view_new),
9798         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9799         (ev_view_set_dual_page), (ev_view_set_full_screen),
9800         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9801         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9802         (ev_view_zoom_out), (zoom_for_size_fit_width),
9803         (zoom_for_size_best_fit),
9804         (ev_view_zoom_for_size_continuous_and_dual_page),
9805         (ev_view_zoom_for_size_continuous),
9806         (ev_view_zoom_for_size_dual_page),
9807         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9808         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9809         * shell/ev-view.h:
9810         * shell/ev-window.c: (update_action_sensitivity),
9811         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9812         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9813         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9814         (ev_window_cmd_view_zoom_out), (update_view_size),
9815         (ev_window_set_sizing_mode), (ev_window_init):
9816
9817         Add Continuous and Dual page modes.
9818
9819 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9820
9821         * dvi/dvi-document.c: (dvi_document_load),
9822         (dvi_document_thumbnails_get_thumbnail),
9823         (dvi_document_init_params): Fix up some mixups between
9824         width and height to correct thumbnail rendering.
9825
9826 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9827
9828         * dvi/mdvi-lib/private.h:
9829         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9830         
9831         Suppess output for kpathsea during font generation. Thanks to
9832         James Bowes
9833
9834 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9835
9836         * NEWS:
9837         * configure.ac:
9838
9839         Release 0.2.1
9840
9841         * Makefile.am: fix distcheck.
9842
9843 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9844
9845         * shell/ev-sidebar-links.c: (selection_changed_callback),
9846         (update_page_callback), (row_activated_callback),
9847         (job_finished_callback), (ev_sidebar_links_set_document):
9848         
9849         Fix for bug #169901. Double click on links expands tree.
9850
9851 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9852
9853         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9854         hard-coded style. Fix for bug 170111
9855
9856 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9857
9858         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9859         locking.
9860
9861 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9862
9863         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9864
9865 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9866
9867         * pdf/ev-poppler.cc:
9868         * shell/ev-view.c: (highlight_find_results):
9869
9870         Fix find on single page documents
9871
9872 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9873
9874         * data/evince.schemas.in: fix for bug 301390
9875
9876 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9877
9878         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9879         (ev_view_zoom_out), (ev_view_zoom_normal):
9880         * shell/ev-view.h:
9881         * shell/ev-window.c: (update_action_sensitivity),
9882         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9883         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9884         (ev_window_cmd_view_normal_size):
9885
9886         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9887         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9888         better than oom. 
9889
9890 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9891
9892         * configure.ac:
9893
9894         Depend on 2.57, 2.59 doesnt seem to be necessary
9895
9896 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9897
9898         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9899         (create_tool_item):
9900
9901         Put back total number of pages as (1 of 1234)
9902
9903 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9904
9905         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9906         remove the job.
9907
9908         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9909         function.  This helps debugging.
9910
9911 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9912
9913         * djvu/djvu-document.c: (djvu_document_class_init),
9914         (djvu_document_get_info), (djvu_document_document_iface_init):
9915         * dvi/dvi-document.c: (dvi_document_class_init),
9916         (dvi_document_get_info), (dvi_document_document_iface_init):
9917
9918         Dummy implementation of get_info method for dvi and
9919         djvu. Fix crashes with those backends
9920
9921 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9922
9923         * data/evince.desktop.in:
9924
9925         Add application/x-gzpostscript
9926
9927 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9928
9929         * data/evince.schemas.in: Added real long descriptions, 
9930         closes bug 172496 
9931
9932         * README: Added actual text, closes bug 171869
9933
9934 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9935
9936         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9937
9938         Thumbnail page 0
9939
9940 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9941
9942         * backend/ev-document-info.h:
9943
9944         s/GDate */GDate so we can just use g_free
9945
9946 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9947
9948         * shell/ev-window.c: (update_document_mode),
9949         (ev_window_setup_document):
9950
9951         Show the window in fullscreen when specified by
9952         the document
9953
9954 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9955
9956         * backend/ev-document.c: (ev_document_class_init),
9957         (ev_document_get_info), (ev_document_render_pixbuf):
9958         * backend/ev-document.h:
9959         * backend/ev-page-cache.c: (_ev_page_cache_new):
9960         * pdf/ev-poppler.cc:
9961         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9962         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9963         * ps/ps-document.c: (ps_document_class_init), (document_load),
9964         (ps_document_get_info), (ps_document_document_iface_init):
9965
9966         Remove get_title from the interface, we can just use document info
9967
9968 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9969
9970         * backend/Makefile.am:
9971         * backend/ev-document.c: (ev_document_render_get_info):
9972         * backend/ev-document.h:
9973         * pdf/ev-poppler.cc:
9974
9975         Initial support for document info. Based on jrb patch.
9976
9977 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9978
9979         * shell/ev-window.c: (ev_window_state_event),
9980         (ev_window_class_init), (ev_window_init):
9981         
9982         Doesn't show resize grip when maximized. See bug #301053
9983
9984 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9985
9986         * po/POTFILES.in:
9987         
9988         ev-sidebar-thumbnails now has translatable labels
9989         
9990         * shell/Makefile.am:
9991         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9992         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9993         (ev_sidebar_links_page_iface_init):
9994         * shell/ev-sidebar-links.h:
9995         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9996         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9997         (ev_sidebar_page_get_label):
9998         * shell/ev-sidebar-page.h:
9999         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10000         (ev_sidebar_thumbnails_set_document),
10001         (ev_sidebar_thumbnails_support_document),
10002         (ev_sidebar_thumbnails_get_label),
10003         (ev_sidebar_thumbnails_page_iface_init):
10004         * shell/ev-sidebar-thumbnails.h:
10005         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10006         (ev_sidebar_set_document):
10007         * shell/ev-sidebar.h:
10008         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10009         
10010         Small rework of sidebar code. Now sidebar pages should implement
10011         EvSidebarPage interface. That makes page management in EvSidebar
10012         easier. See bug #164811 for details
10013
10014 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10015
10016         * shell/ev-application.c: (ev_application_open):
10017         * shell/ev-document-types.c:
10018         
10019         Fix build error and small problem with application exit
10020
10021 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10022
10023         * thumbnailer/Makefile.am:
10024         * thumbnailer/evince-thumbnailer-djvu.schemas:
10025         * thumbnailer/evince-thumbnailer-dvi.schemas:
10026         
10027         Conditionally install schemas for djvu/dvi thumbnailer
10028
10029 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10030
10031         * shell/ev-document-types.h: 
10032         * shell/ev-document-types.c: 
10033         New files, handling the mapping from mimetypes to backends
10034         
10035         * shell/ev-window.c: 
10036         * thumbnailer/evince-thumbnailer.c:     
10037         Use the ev-document-types code
10038         
10039         * shell/Makefile.am: 
10040         Added new convenience library libevbackendfactory_la, containing
10041         the new mimetype->backend logic; moved the backends into it.
10042
10043         * thumbnailer/Makefile.am:
10044         Make the thumbnailer link with the libevbackend.la convenience
10045         library, rather than having a duplicate of the backend logic here.
10046
10047 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10048
10049         * shell/ev-stock-icons.c: constify some vars.
10050         * shell/ev-window.c: ditto.
10051
10052 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10053
10054         * ps/ps-document.c (get_page_orientation):
10055
10056         Respect document orientation 
10057
10058 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10059
10060         * djvu/Makefile.am:
10061         * dvi/Makefile.am:
10062         * shell/Makefile.am:
10063         
10064         Move library dependencies to components.
10065         
10066         * shell/ev-window.c: (update_window_title),
10067         (start_loading_document):
10068         
10069         Fix display of uris with spaces. Bug 168358.
10070
10071 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10072
10073         * shell/ev-sidebar-links.c: (selection_changed_cb):
10074         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10075         (ev_view_button_release_event), (ev_view_set_document):
10076         * shell/ev-view.h:
10077         * shell/ev-window.c: (find_bar_search_changed_cb):
10078         * shell/ev-window.h: Minor cleanups removing some dead code.
10079
10080 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10081
10082         * backend/ev-page-cache.c: (_ev_page_cache_new):
10083         
10084         Set current page to 0 if document has pages.
10085
10086 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10087
10088         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10089
10090         Initialize GError to NULL, fix a crash when loading fails.
10091
10092 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10093
10094         * shell/ev-window.c: (update_view_size):
10095
10096         Calculate shadow size only when there is actually
10097         a shadow.
10098
10099 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10100
10101         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10102         * shell/ev-view.h:
10103
10104         Allow setting view spacing, default to 0
10105
10106         * shell/ev-window.c: (ev_window_unfullscreen),
10107         (ev_window_cmd_view_fullscreen), (ev_window_init):
10108
10109         Remove spacing in fullscreen mode
10110
10111 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10112
10113         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10114         (ev_view_size_request), (expose_bin_window),
10115         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10116         * shell/ev-view.h:
10117         * shell/ev-window.c: (ev_window_unfullscreen),
10118         (ev_window_cmd_view_fullscreen):
10119
10120         Do not draw the border in fulscreen
10121
10122 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10123
10124         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10125         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10126         (find_page_at_location), (page_changed_cb):
10127
10128         Rework border calculation, so that I can more easily disable it.
10129         Code somewhat cleaner too.
10130
10131 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10132
10133         * backend/ev-page-cache.c: (ev_page_cache_init),
10134         (_ev_page_cache_new):
10135
10136         Remove some assertions, documents can have 0 pages.
10137         Make initial current page -1.
10138
10139         * shell/ev-page-action.c: (page_changed_cb):
10140
10141         Show "" if current page is -1
10142
10143         * shell/ev-window.c: (update_action_sensitivity),
10144         (ev_window_setup_document):
10145
10146         When document has 0 pages do not set the view
10147         and make nearly everything insensitive.
10148
10149 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10150
10151         * shell/ev-page-view.c:
10152         * shell/ev-page-view.h:
10153
10154         Remove unused files.
10155         
10156         * shell/ev-sidebar-thumbnails.c:
10157         (ev_sidebar_thumbnails_set_document):
10158         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10159         (ev_sidebar_supports_document):
10160         * shell/ev-sidebar.h:
10161         * shell/ev-window.c: (ev_window_setup_document):
10162         
10163         Doesn't show thumbnails if document has 1 page. Make
10164         sidebar menu entries sensitive only if if they have 
10165         sense. Fix bug 164811. 
10166
10167 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10168
10169         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10170         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10171         (ev_view_zoom_out), (ev_view_set_size):
10172
10173         Rework sizing to deal with documents with not uniform page
10174         size.
10175
10176 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10177
10178         * backend/ev-page-cache.c: (_ev_page_cache_new):
10179
10180         Fix several page size caching bugs
10181
10182 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10183
10184         * shell/ev-window.c: (set_action_properties):
10185
10186         Make all toolbar items translatable
10187
10188 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10189
10190         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10191         (save_page_list), (ps_document_save),
10192         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10193         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10194         (ps_document_ps_exporter_iface_init):
10195         * ps/ps-document.h:
10196
10197         Based on a patch by J�rg Billeter <j@bitron.ch>
10198         
10199         Implement print and save a copy for the ps backend.
10200
10201 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10202
10203         * backend/ev-document.h:
10204         * djvu/djvu-document.c: (djvu_document_can_get_text),
10205         (djvu_document_document_iface_init):
10206         * dvi/dvi-document.c: (dvi_document_can_get_text),
10207         (dvi_document_document_iface_init):
10208         * pdf/ev-poppler.cc:
10209         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10210         (pixbuf_document_document_iface_init):
10211         * ps/ps-document.c: (ps_document_can_get_text),
10212         (ps_document_document_iface_init):
10213         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10214         * shell/ev-window.c: (update_action_sensitivity):
10215
10216         Fix the crash when trying to copy in backends that doesnt
10217         support it. We can implement a better solution once we
10218         do real text selection.
10219
10220 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10221
10222         * data/evince-ui.xml:
10223         * shell/ev-window.c: (ev_window_cmd_escape):
10224         
10225         Work around the Escape conflict (find bar and unfullscreen)
10226
10227 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10228
10229         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10230         
10231         Fix for #300233. Next page correctly handles document end.
10232         
10233         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10234         (ev_sidebar_thumbnails_class_init),
10235         (ev_sidebar_thumbnails_set_document),
10236         (ev_sidebar_thumbnails_clear_job),
10237         (ev_sidebar_thumbnails_clear_model):
10238         
10239         Cleanup thumbnail jobs on document changes.
10240         
10241         * shell/ev-view.c: (add_scroll_binding_keypad),
10242         (add_scroll_binding_shifted), (ev_view_class_init):
10243         
10244         Shift + Space scrolls up. Fix for #173184
10245         
10246         * shell/ev-window.c: (ev_window_open_page),
10247         (ev_window_cmd_view_reload):
10248         
10249         Fix reload (Bug #300094)
10250
10251 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10252
10253         
10254         * dvi/mdvi-lib/assoc.c:
10255         * dvi/mdvi-lib/assoc.h: Removed garbage files
10256         
10257         * dvi/mdvi-lib/bitmap.c:
10258         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10259         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10260         * dvi/mdvi-lib/color.h: Antialias of rules
10261         
10262         * dvi/mdvi-lib/common.h:
10263         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10264         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10265         * dvi/mdvi-lib/files.c:
10266         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10267         * dvi/mdvi-lib/mdvi.h:
10268         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10269         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10270         * dvi/mdvi-lib/util.c: Fix compile warnings
10271         
10272         * dvi/dvi-document.c:
10273         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10274         (dvi_document_thumbnails_get_thumbnail),
10275         (dvi_document_document_thumbnails_iface_init):
10276         * dvi/mdvi-lib/Makefile.am:
10277         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10278         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10279         
10280         Dvi backend now renders thumbnails
10281
10282 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10283
10284         * shell/main.c: (main): 
10285         
10286         Save accelerators on exit. Fixes bug #172095.
10287
10288 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10289
10290         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10291         update priority" comment.
10292
10293         * backend/ev-job-queue.c: Give a way to change priority.
10294
10295 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10296
10297         * shell/ev-page-action.c: Fix logic.
10298
10299 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10300
10301         * shell/ev-view.c: (ev_view_can_find_next):
10302         * shell/ev-window.c: (ev_window_setup_document):
10303
10304         Check that the document supports find
10305
10306 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10307
10308         * data/evince-ui.xml:
10309         * shell/ev-view.c: (ev_view_can_find_next):
10310         * shell/ev-view.h:
10311         * shell/ev-window.c: (update_action_sensitivity),
10312         (find_changed_cb), (ev_window_setup_document),
10313         (ev_window_cmd_edit_find_next):
10314
10315         Add Edit->Find Next
10316
10317 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10318
10319         * pdf/ev-poppler.cc:
10320         * shell/ev-print-job.c: (idle_print_handler):
10321
10322         Make printing work again
10323
10324 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10325
10326         * shell/ev-page-action.h:
10327         * shell/ev-page-action.c: (ev_page_action_widget_init),
10328         (ev_page_action_widget_class_init), (page_changed_cb),
10329         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10330         (get_filter_model_from_model), (match_selected_cb),
10331         (display_completion_text), (match_completion), (update_model),
10332         (connect_proxy), (ev_page_action_set_property),
10333         (ev_page_action_get_property), (ev_page_action_set_document),
10334         (ev_page_action_set_model), (ev_page_action_class_init): Big
10335         reworking to make completions work iff we have >= GTK-2.7.0
10336                 
10337         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10338         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10339         (job_finished_cb): We now have a 'model' property that is set when
10340         the links are loaded.  This can be caught with "notify::model"
10341
10342         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10343         listen for the model to be set, and propagate it to the action.
10344
10345 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10346
10347         * cut-n-paste/recent-files/egg-recent-item.c:
10348         (egg_recent_item_set_uri), (make_valid_utf8),
10349         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10350         * cut-n-paste/recent-files/egg-recent-item.h:
10351         
10352         Update egg-recent from libegg. This should fix long
10353         startup problem. For details see
10354         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10355
10356 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10357
10358         * cut-n-paste/recent-files/Makefile.am:
10359         * data/evince-ui.xml, shell/Makefile.am:
10360         * shell/ev-application.c, shell/ev-application.h:
10361         * shell/ev-window.c: Recent files support.
10362         
10363         * configure.ac: Added "ru" to ALL_LINGUAS.
10364         
10365         * dvju: new backend to support DJVU files.
10366         * dvi: new backend to support DVI.
10367
10368         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10369         * ev-application.c: Support for new backends.
10370         
10371         * help, ev-window.c, main.c shell/Makefile.am: 
10372         Evince user documentation.
10373
10374 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10375
10376         * po/POTFILES.in:
10377         * shell/ev-window.c:
10378         * thumbnailer/evince-thumbnailer.c:
10379
10380         s/pdf-document/ev-poppler
10381
10382 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10383
10384         * NEWS:
10385         * configure.ac:
10386
10387         Release 0.2.0
10388
10389         * ps/ps-document.c: (setup_pixmap):
10390
10391         Remove debug code
10392
10393 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10394
10395         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10396         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10397         (ev_window_cmd_go_first_page): Fix of by one errors.
10398
10399 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10400
10401         * ps/ps-document.c: (get_page_box):
10402
10403         Fix page size calculation
10404
10405 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10406
10407         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10408         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10409         (get_page_orientation), (setup_page), (document_load),
10410         (ps_document_get_page_size), (render_pixbuf_idle):
10411         * ps/ps-document.h:
10412
10413         More refactoring to adapt to EvDocument changes
10414
10415 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10416
10417         * ps/ps-document.c: (start_interpreter):
10418
10419         Actually add alpha args
10420
10421 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10422
10423         * pdf/ev-poppler.cc:
10424
10425         Make clipboard work again
10426
10427 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10428
10429         Make searching work again.
10430         
10431         * backend/ev-document.c:
10432         * backend/ev-document.h:
10433         * backend/ev-document-find.c:
10434         * backend/ev-document-find.h: Change EvDocumentIface so we no
10435         longer store the current page or zoom level in the document.  The
10436         consequence is that all calls that operate on the current page now
10437         instead take the page number as an extra argument, and all
10438         coordinates are now doubles in document coordinate system.
10439
10440         * pdf/ev-poppler.cc:
10441         * pixbuf/pixbuf-document.c:
10442         * ps/ps-document.c: Update backends accordingly.
10443
10444 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10445
10446         * autogen.sh:
10447
10448         Add required gettext version
10449
10450 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10451
10452         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10453         make F1 bring up non-existent help.
10454
10455         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10456         epiphany's find bar, #167477
10457
10458         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10459         <emil@nishra.com> to add space-bar scrolling, 
10460
10461         * shell/ev-window.c (static GtkActionEntry entries): add default
10462         keybinding for Help (F1)
10463         Fixes #171068
10464
10465         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10466         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10467         170110
10468
10469 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10470
10471         * Makefile.am: 
10472         * pixbuf/pixbuf-document.c: 
10473
10474         Got pixbuf backend working again
10475
10476 2005-04-01  Steve Murphy  <murf@e-tools.com>
10477
10478         * configure.in: Added "rw" to ALL_LINGUAS.
10479
10480 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10481
10482         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10483         model types, noticed by Martin Kretzschmar.
10484
10485 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10486
10487         * pdf/ev-poppler.cc: Implement search based on
10488         poppler_page_find_text().  Currently a bit crude since we remember
10489         all matches from all pages.  Also, we grab the big document lock
10490         when we search since searching changes the underlying stream and
10491         thus conflicts with the rendering thread.
10492         
10493         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10494         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10495         (ev_view_find_previous): Fix some page indexes to be 0 based,
10496         offset rubber band by view offset,
10497
10498 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10499
10500         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10501
10502 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10503
10504         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10505         completely because I didn't understand GtkActions.  I should
10506         read Marco's code more carefully in the future.
10507
10508         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10509         function
10510
10511 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10512
10513         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10514         PopplerRectangle change from poppler CVS.
10515
10516 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10517
10518         * backend/ev-document.c: (ev_document_get_page_label):
10519         * backend/ev-document.h:
10520         * backend/ev-page-cache.c: (_ev_page_cache_new),
10521         (ev_page_cache_get_page_label):
10522         * backend/ev-page-cache.h:
10523         * pdf/ev-poppler.cc:
10524         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10525         (links_page_num_func):
10526         * shell/ev-sidebar-thumbnails.c:
10527         (ev_sidebar_thumbnails_set_document):
10528         * shell/ev-view.c: (status_message_from_link),
10529         (ev_view_motion_notify_event):
10530         * shell/ev-window.c: (document_supports_sidebar): Add in page
10531         label support.  It's not perfect yet, but it's the first 'feature'
10532         in a while.
10533         Also, fix a bogus comment noticed by crispin. 
10534
10535 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10536
10537         * Makefile.am: Remove pixbuf backend for now
10538
10539         * configure.ac: Require poppler-glib instead of just poppler.
10540
10541         * backend/ev-document-thumbnails.h: Add a comment
10542
10543         * backend/ev-document.h:
10544         * backend/ev-document.c: (ev_document_class_init),
10545         (ev_document_load), (ev_document_get_link),
10546         (ev_document_get_links): Remove 3 methods and add get_links.
10547         Also, made 0 based.
10548
10549         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10550         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10551
10552         * backend/ev-link.c: (ev_link_set_title),
10553         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10554         (ev_link_mapping_find):
10555         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10556         
10557         * backend/ev-page-cache.c: (ev_page_cache_init),
10558         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10559         (ev_page_cache_get_size), (ev_page_cache_next_page),
10560         (ev_page_cache_prev_page): Fix to be 0 based.
10561
10562         * pdf/Makefile.am: 
10563         * pdf/ev-poppler.h:
10564         * pdf/ev-poppler.cc: New backend.
10565         
10566         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10567         (ps_document_get_page), (ps_document_document_iface_init):
10568
10569         * shell/ev-pixbuf-cache.h:
10570         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10571         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10572         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10573         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10574         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10575         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10576         based.
10577         
10578         * shell/ev-sidebar-thumbnails.c:
10579         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10580         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10581
10582         * shell/ev-view.c: (status_message_from_link),
10583         (find_page_at_location), (get_link_at_location),
10584         (ev_view_motion_notify_event), (ev_view_button_release_event),
10585         (ev_view_init): Use the new link code.  Fix to be 0 based.
10586
10587         * shell/ev-window.c: (update_action_sensitivity),
10588         (document_supports_sidebar): 0 based.
10589
10590 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10591
10592         * pdf/pdf-document.cc: Patch from Fernando Herrera
10593         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10594         *blush*
10595
10596 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10597
10598         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10599         1 to the page, as this seems to be 1 based.  I thought we has this
10600         fixed.  grump.
10601
10602 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10603
10604         * TODO:
10605         * backend/Makefile.am:
10606         * backend/ev-document-links.c:
10607         (ev_document_links_has_document_links),
10608         (ev_document_links_get_links_model):
10609         * backend/ev-document-links.h:
10610         * backend/ev-document.c: (ev_document_get_page_cache),
10611         (ev_document_get_doc_mutex), (ev_document_load),
10612         (ev_document_save), (ev_document_get_title),
10613         (ev_document_get_n_pages), (ev_document_set_page),
10614         (ev_document_get_page), (ev_document_set_target),
10615         (ev_document_set_scale), (ev_document_set_page_offset),
10616         (ev_document_get_page_size), (ev_document_get_text),
10617         (ev_document_get_link), (ev_document_render),
10618         (ev_document_render_pixbuf), (ev_document_scale_changed):
10619         * backend/ev-document.h:
10620         * backend/ev-job-queue.c: (remove_object_from_queue),
10621         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10622         (no_jobs_available_unlocked), (ev_render_thread),
10623         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10624         (ev_job_queue_remove_job):
10625         * backend/ev-job-queue.h:
10626         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10627         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10628         (ev_job_links_class_init), (ev_job_render_init),
10629         (ev_job_render_dispose), (ev_job_render_class_init),
10630         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10631         (ev_job_thumbnail_class_init), (ev_job_finished),
10632         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10633         (ev_job_render_run), (ev_job_thumbnail_new),
10634         (ev_job_thumbnail_run):
10635         * backend/ev-jobs.h:
10636         * backend/ev-link.c:
10637         * backend/ev-link.h:
10638         * backend/ev-page-cache.c: (ev_page_cache_init),
10639         (ev_page_cache_class_init), (ev_page_cache_finalize),
10640         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10641         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10642         (ev_page_cache_set_link), (ev_page_cache_get_title),
10643         (ev_page_cache_get_size), (ev_page_cache_next_page),
10644         (ev_page_cache_prev_page):
10645         * backend/ev-page-cache.h:
10646         * pdf/pdf-document.cc:
10647         * ps/gsdefaults.c:
10648         * ps/gsdefaults.h:
10649         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10650         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10651         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10652         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10653         (is_interpreter_ready), (output), (catchPipe), (input),
10654         (start_interpreter), (check_filecompressed), (compute_dimensions),
10655         (ps_document_enable_interpreter), (document_load),
10656         (ps_document_next_page), (render_page), (ps_document_set_page),
10657         (ps_document_set_scale), (render_pixbuf_idle),
10658         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10659         * ps/ps-document.h:
10660         * shell/Makefile.am:
10661         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10662         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10663         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10664         (ev_pixbuf_cache_new), (job_finished_cb),
10665         (check_job_size_and_unref), (move_one_job),
10666         (ev_pixbuf_cache_update_range), (find_job_cache),
10667         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10668         (ev_pixbuf_cache_add_jobs_if_needed),
10669         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10670         * shell/ev-pixbuf-cache.h:
10671         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10672         (idle_print_handler):
10673         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10674         (selection_changed_cb), (create_loading_model),
10675         (ev_sidebar_links_construct), (links_page_num_func),
10676         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10677         (update_page_callback), (job_finished_cb),
10678         (ev_sidebar_links_set_document):
10679         * shell/ev-sidebar-thumbnails.c:
10680         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10681         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10682         (page_changed_cb), (thumbnail_job_completed_callback),
10683         (ev_sidebar_thumbnails_set_document):
10684         * shell/ev-sidebar-thumbnails.h:
10685         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10686         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10687         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10688         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10689         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10690         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10691         (ev_view_button_release_event), (ev_view_scroll_view),
10692         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10693         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10694         (ev_view_new), (job_finished_cb), (page_changed_cb),
10695         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10696         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10697         (ev_view_find_previous):
10698         * shell/ev-view.h:
10699         * shell/ev-window.c: (update_action_sensitivity),
10700         (ev_window_open_page), (update_window_title), (update_total_pages),
10701         (page_changed_cb), (ev_window_setup_document),
10702         (password_dialog_response), (ev_window_cmd_save_as),
10703         (ev_window_print), (ev_window_cmd_go_previous_page),
10704         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10705         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10706         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10707         * shell/main.c: (main):
10708
10709         Merge evince-threads branch
10710
10711 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10712
10713         * configure.ac: Added "lt" to ALL_LINGUAS.
10714
10715 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10716
10717         * NEWS:
10718         * configure.ac:
10719
10720         Release 0.1.9
10721
10722 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10723
10724         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10725
10726         Fix here also the thumbnails 1-basedness :)
10727
10728 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10729
10730         * NEWS:
10731         * configure.ac:
10732
10733         Release 0.1.8
10734
10735 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10736
10737         * pdf/pdf-document.cc:
10738         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10739         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10740
10741         Fix the mess we did with thumbnails and 1-basedness
10742
10743 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10744
10745         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10746
10747 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10748
10749         * NEWS:
10750         * configure.ac:
10751
10752         Release 0.1.7
10753
10754 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10755
10756         * ps/Makefile.am:
10757         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10758         (gtk_gs_defaults_get_alpha_parameters),
10759         (gtk_gs_defaults_get_ungzip_cmd),
10760         (gtk_gs_defaults_get_unbzip2_cmd):
10761         * ps/gsdefaults.h:
10762         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10763         (ps_document_get_orientation), (document_load),
10764         (ps_document_goto_page), (ps_document_set_page_size):
10765         * ps/ps-document.h:
10766
10767         Some more sanitization of the ps backend. Remove a lot
10768         of unused code and do not base our defaults on ggv
10769         preferences (ugh!)
10770
10771 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10772
10773         * thumbnailer/evince-thumbnailer.schemas:
10774         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10775         (main): add -s option for thumbnail size.
10776
10777 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10778
10779         * configure.ac:
10780
10781         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10782         remove it.
10783
10784 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10785
10786         * pdf/pdf-document.cc:
10787
10788         Remove 4 pixels of useless border from the
10789         thumbnail.
10790
10791 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10792
10793         * backend/ev-document-thumbnails.c:
10794         (ev_document_thumbnails_get_thumbnail):
10795         * backend/ev-document-thumbnails.h:
10796
10797         Rework API a bit. Add a border flag and
10798         change sizing logic (now the size we specify
10799         applies to the bigger dimension).
10800
10801         * pdf/pdf-document.cc:
10802         * pixbuf/pixbuf-document.c:
10803         (pixbuf_document_thumbnails_get_thumbnail):
10804         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10805         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10806
10807         Adapt to the new API and do not draw a border for nautilus
10808         thumbnailer.
10809
10810 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10811
10812         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10813         take thumbnails from page "0" instead of "1". Added a copyright header.
10814
10815 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10816
10817         * ps/ps-document.c: (set_up_page), (start_interpreter):
10818
10819         Make it C89 compliant
10820
10821 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10822
10823         * Makefile.am:
10824         * configure.ac:
10825         * pdf/.cvsignore:
10826         * pdf/pdf-document.cc:
10827         * thumbnailer/Makefile.am:
10828         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10829         (main):
10830         * thumbnailer/evince-thumbnailer.schemas:
10831         * thumbnailer/pdf-icon.png:
10832
10833         Add a nautilus thumbnailer.
10834         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10835
10836 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10837
10838         * NEWS:
10839         * configure.ac:
10840         * po/POTFILES.in:
10841
10842         Release 0.1.6
10843
10844 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10845
10846         Use poppler instead of including xpdf source code.  Poppler is a
10847         fork of xpdf to build it as a shared library. See
10848         http://freedesktop.org/wiki/Software/poppler.
10849
10850         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10851         xpdf fork.
10852         
10853         * pdf/Makefile.am: Build libpdfdocument.a here.
10854         
10855         * pdf/GDKSplashOutputDev.cc:
10856         * pdf/GDKSplashOutputDev.h:
10857         * pdf/GnomeVFSStream.cc:
10858         * pdf/GnomeVFSStream.h:
10859         * pdf-document.cc:
10860         * pdf-document.h:
10861         * test-gdk-output-dev.cc
10862         * Thumb.cc:
10863         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10864         against poppler.
10865
10866 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10867
10868         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10869
10870         Clear idle stack before unsetting the document
10871
10872 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10873
10874         * ps/ps-document.c: (ps_document_widget_event),
10875         (ps_document_set_target), (ps_document_finalize),
10876         (ps_document_get_page):
10877
10878         Disconnect the widget event signal on finalize.
10879         Some code cleanups.
10880
10881 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10882
10883         * ps/ps-document.c: (set_up_page):
10884
10885         If there is no bpixmap create one, even if size
10886         is not changed.
10887
10888 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10889
10890         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10891         (set_up_page), (document_load), (ps_document_set_zoom):
10892
10893         Default page is 0. Calculate size even when we have no
10894         target yet.
10895
10896 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10897
10898         * shell/ev-sidebar.c: expand the selection widget to be always as
10899         wide as the sidebar
10900
10901 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10902
10903         * shell/ev-sidebar-thumbnails.c:
10904         (ev_sidebar_thumbnails_set_document):
10905
10906         Clear the list store when setting document
10907
10908 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10909
10910         * shell/ev-page-action.c: (update_entry), (sync_entry),
10911         (activate_cb), (entry_size_request_cb), (create_tool_item),
10912         (connect_proxy):
10913
10914         Use an entry for the page control instead of spinbuttons
10915
10916 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10917
10918         * data/evince.schemas.in:
10919
10920         Correct confusing string
10921
10922 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10923
10924         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10925         for real.  Gosh, how long has this been broken.
10926
10927         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10928         check for a NULL link.  We crash otherwise.
10929
10930 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10931
10932         * NEWS:
10933         * configure.ac:
10934
10935         Release 0.1.5
10936
10937 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10938
10939         * configure.ac: add the french translation.
10940
10941 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10942
10943         * shell/ev-window.c:
10944
10945         Remove unused header -> fix distcheck
10946
10947 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10948
10949         * shell/ev-window.c: (update_window_title),
10950         (ev_window_popup_password_dialog):
10951
10952         Unescape filename for display
10953
10954 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10955
10956         * pdf/xpdf/pdf-document.cc:
10957
10958         In get_page_size deal with rotation. Also
10959         cleanup the function a bit.
10960
10961 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10962
10963         * pdf/xpdf/pdf-document.cc:
10964
10965         Fix crash when opening in new window
10966
10967 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10968
10969         * configure.ac:
10970
10971         Check ghostscript >= 7
10972
10973 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10974
10975         * shell/ev-window.c:
10976
10977         Make page width the default sizing mode
10978
10979 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10980         Marco Pesenti Gritti <marco@gnome.org>
10981
10982         * shell/ev-window.c: Remember the sidebar size
10983
10984         * data/evince.schemas.in: Add a new gconf key to store the size of
10985         the sidebar
10986
10987 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10988
10989         * data/evince-ui.xml:
10990         * shell/ev-window.c: (update_action_sensitivity),
10991         (ev_window_cmd_view_reload):
10992         
10993         Add a "Reload" action and menu entry
10994
10995 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10996
10997         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10998         iff the type doesn't support thumbnailing and indexing.
10999
11000 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11001
11002         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11003
11004 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11005
11006         * pdf/splash/Splash.cc:
11007
11008         Port fix for a crasher from kde bug
11009         http://bugs.kde.org/show_bug.cgi?id=97131
11010
11011 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11012
11013         * pdf/xpdf/pdf-document.cc:
11014
11015         Return a link even if it's of an unrecognized
11016         type. Otherwise we go in an infinte cycle.
11017
11018 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11019
11020         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11021         (size_allocate_cb), (ev_window_set_sizing_mode):
11022
11023         Update size when switching mode
11024
11025 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11026
11027         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11028         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11029         (ev_window_cmd_view_normal_size):
11030
11031         Fix size toggle buttons behavior
11032
11033 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11034
11035         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11036         (doc_rect_to_view_rect), (ev_view_size_allocate),
11037         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11038         (scale_changed_callback):
11039
11040         Do not cache offsets in size_allocate.
11041
11042 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11043
11044         * shell/ev-view.c: (ev_view_size_allocate):
11045
11046         Calculate offsets before calling the parent
11047         class (which does a redraw)
11048
11049 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11050
11051         * pdf/xpdf/pdf-document.cc:
11052
11053         Fix a crasher on exit. Unused code, put a TODO
11054
11055 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11056
11057         * backend/ev-document.c: (ev_document_class_init),
11058         (ev_document_page_changed), (ev_document_scale_changed):
11059         * backend/ev-document.h:
11060
11061         Separate page/scale notifications
11062
11063         * pdf/xpdf/pdf-document.cc:
11064
11065         Emit the new signals.
11066         Do not display the pdf page in _render, do it
11067         when scale/page are requested.
11068
11069         * ps/ps-document.c: (ps_document_set_zoom),
11070         (ps_document_widget_event):
11071         * ps/ps-document.h:
11072
11073         Emit the new signals.
11074
11075         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11076         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11077         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11078         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11079         * shell/ev-view.h:
11080         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11081         (ev_window_cmd_view_page_width), (size_allocate_cb),
11082         (ev_window_set_sizing_mode):
11083
11084         Rework sizing to be pixel based.
11085         There are bugs but should be already way better.
11086
11087 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11088
11089         * shell/ev-window.c: (ev_window_init):
11090
11091         Do not allow to shrink sidebar smaller then
11092         child requisition
11093
11094 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11095
11096         * shell/ev-sidebar.[ch]
11097         * shell/ev-window.c:
11098
11099         Improved sidebar widget. Fixes #166683
11100
11101 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11102
11103         * shell/ev-view.c (update_find_status_message): Give translators
11104         more flexibility with ngettext plural handling.
11105
11106 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11107
11108         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11109         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11110         page when we get the page size.
11111
11112 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11113
11114         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11115
11116         ps pages are 0 based, convert 
11117
11118 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11119
11120         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11121
11122         Initialize correct parent class. Set GError on document load
11123
11124 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11125
11126         * pdf/xpdf/pdf-document.cc:
11127
11128         Fixup selection offset calculation
11129
11130         * shell/ev-view.c: (view_rect_to_doc_rect),
11131         (doc_rect_to_view_rect), (ev_view_size_allocate),
11132         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11133         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11134
11135         Store selection as document relative, so that zooming
11136         and offset changing doesnt break it.
11137
11138 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11139
11140         * shell/ev-view.c: (ev_view_best_fit):
11141
11142         Do not try to best fit if the view is not realized
11143
11144 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11145           
11146         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11147
11148 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11149
11150         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11151
11152 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11153
11154         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11155         the popup window.  That prevents it resizing when in full screen
11156         mode.
11157
11158         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11159         multiple rerenders.  This pretty much sucks.
11160
11161         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11162         rest of the toolbar.
11163
11164 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11165
11166         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11167
11168 2005-02-17  Alexander Shopov  <ash@contact.bg>
11169
11170         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11171
11172 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11173
11174         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11175
11176 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11177
11178         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11179         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11180         (set_document_page), (document_changed_callback),
11181         (ev_view_set_document), (ev_view_find_previous),
11182         (ev_view_hide_cursor), (ev_view_show_cursor):
11183         * shell/ev-view.h:
11184         * shell/ev-window.c: (update_chrome_visibility),
11185         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11186         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11187         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11188         (ev_window_unfullscreen):
11189         * shell/main.c: (main):
11190
11191         Automatically hide the fullscreen button.
11192         Patch by Kristian Høgsberg <krh@redhat.com>
11193
11194 2005-02-16  Vincent Noel  <vnoel@cox.net>
11195
11196         * shell/main.c (main): Specify an icon for the window. Patch by
11197         Jaap A. Haitsma. Fixes #166177.
11198
11199 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11200
11201         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11202
11203 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11204
11205         * backend/ev-document-misc.h:
11206         * backend/ev-document-misc.c:
11207         (ev_document_misc_get_page_border_size),
11208         (ev_document_misc_paint_one_page): New function to canonicalize
11209         sizing/painting a border.
11210
11211         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11212         used.
11213
11214         * pdf/xpdf/pdf-document.cc: use new function
11215
11216         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11217         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11218         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11219         shell/ev-window.c: (update_sizing_buttons),
11220         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11221         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11222         (ev_window_cmd_view_page_width), (size_allocate_cb),
11223         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11224         and "fit width" values act as toggle buttons so they stay
11225         toggled.  It's not 100% perfect, and it's a little slow, but it's
11226         good enough to commit I think.
11227
11228 2005-02-15  David Lodge  <dave@cirt.net>
11229
11230         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11231
11232 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11233
11234         * shell/ev-window.c (update_window_title): replace newlines in
11235         the title by spaces. Bug #166107.
11236
11237 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11238
11239         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11240         parameters providing allocation width and height without
11241         scrollbars and width of a possible vertical scrollbar. With this
11242         additional information the functions can work as
11243         intended. Unfortunately they're not idempotent. We should
11244         transform these commands to toggles. Fixes Bug #164976
11245         Initial patch by Stephane Loeuillet, then heavily modified.
11246
11247         * shell/ev-view.h: update prototypes.
11248
11249         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11250         (ev_window_cmd_view_page_width): provide EvView fit functions with
11251         all the information they need. Formulas to calculate this
11252         information taken from GtkScrolledWindow.
11253
11254 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11255
11256         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11257         created a thumbnail, the list store is updated to know
11258         that the thumbnail is set. Fixes bug #166792
11259
11260 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11261
11262         * shell/ev-window.c: fixed typo, closes bug 166897
11263
11264         * TODO: updated TODO with bug numbers that are relevant
11265
11266 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11267
11268         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11269
11270 2005-02-09  Vincent Noel  <vnoel@cox.net>
11271
11272         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11273         and "Next" toolbar buttons as important to make them stand out.
11274
11275 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11276
11277         * lib/ev-debug.c:
11278         * lib/ev-debug.h:
11279         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11280         (start_interpreter), (stop_interpreter), (document_load),
11281         (ps_document_next_page), (ps_document_goto_page),
11282         (ps_document_set_page_size), (ps_document_widget_event),
11283         (ps_document_render):
11284         * shell/ev-page-view.c: (ev_page_view_dispose):
11285         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11286
11287         Fix compilation on non-gcc platforms
11288
11289 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11290
11291         * NEWS:
11292         * configure.ac:
11293
11294         Release 0.1.4
11295
11296         * pdf/xpdf/Catalog.cc:
11297         * pdf/xpdf/XRef.cc:
11298
11299         Fix the fix for CAN-2004-0888
11300
11301 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11302
11303         * data/Makefile.am:
11304         * data/evince-ui.xml:
11305         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11306         * shell/ev-stock-icons.h:
11307         * shell/ev-window.c: (update_action_sensitivity),
11308         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11309         (set_action_properties):
11310
11311         Improve toolbar layout/icons
11312
11313 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11314
11315         * pdf/xpdf/pdf-document.cc:
11316
11317         Add warnings about unimplemented/unknown link
11318         types.
11319
11320 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11321
11322         * ps/ps-document.c: (set_up_page):
11323
11324         Log gs property
11325
11326 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11327
11328         * ps/ps-document.c: (start_interpreter):
11329
11330         Log gs env var
11331
11332 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11333
11334         * shell/ev-page-view.c: (ev_page_view_dispose):
11335         * shell/ev-view.c: (ev_view_finalize):
11336         * shell/ev-window.c: (ev_window_setup_document),
11337         (ev_window_dispose), (ev_window_init):
11338
11339         Solve more refs issues.
11340
11341         I commented out the page_view initialization for now:
11342         it was never destroyed (because it's never added
11343         to a container). Because of that we was leaking
11344         gs processes. Couldnt think to a clean fix.
11345         We need to figure this out, password view has the
11346         same issue probably.
11347
11348 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11349
11350         * ps/ps-document.c: (ps_document_finalize),
11351         (ps_document_get_n_pages), (ps_document_get_page):
11352
11353         Some cleanups, stop the interpreter on finalize
11354
11355         * shell/ev-page-view.c: (ev_page_view_dispose),
11356         (ev_page_view_class_init):
11357
11358         Release our reference on the document
11359
11360 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11361
11362         * Makefile.am:
11363         * configure.ac:
11364         * doc/debugging.txt:
11365         * lib/.cvsignore:
11366         * lib/Makefile.am:
11367         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11368         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11369         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11370         * lib/ev-debug.h:
11371
11372         Add debugging helpers
11373
11374         * ps/Makefile.am:
11375         * ps/ps-document.c: (set_up_page), (start_interpreter),
11376         (stop_interpreter), (document_load), (ps_document_next_page),
11377         (ps_document_goto_page), (ps_document_set_page_size),
11378         (ps_document_widget_event), (ps_document_render):
11379         * shell/Makefile.am:
11380         * shell/ev-view.c: (expose_bin_window):
11381         * shell/main.c: (main):
11382
11383         Add some logs
11384         
11385 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11386
11387         * ps/ps-document.c: (ps_document_widget_event):
11388
11389         Initialize message_window, this should make ps
11390         rendering really work! (Never noticed because I was
11391         testing with a ps that is causing gs to exit every time!)
11392
11393 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11394
11395         * data/evince.schemas.in: updated simple error in applyto closing tag
11396
11397 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11398
11399         * Makefile.am:
11400         * configure.ac:
11401         * data/.cvsignore:
11402         * data/Makefile.am:
11403         * data/evince-ui.xml:
11404         A data/evince.schemas.in:
11405         * po/POTFILES.in:
11406         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11407         * shell/ev-stock-icons.h:
11408         * shell/ev-window.c: (update_chrome_visibility),
11409         (update_chrome_flag), (ev_window_cmd_edit_find),
11410         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11411         (ev_window_unfullscreen), (ev_window_focus_in_event),
11412         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11413         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11414         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11415         (ev_window_dispose), (ev_window_class_init),
11416         (set_action_properties), (set_chrome_actions), (load_chrome),
11417         (ev_window_init):
11418
11419         Implement fullscreen mode changes from bug #164776.
11420         Also implement persistent chrome toggles.
11421
11422 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11423
11424         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11425
11426 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11427
11428         * NEWS:
11429         * configure.ac:
11430         * shell/ev-view.c:
11431
11432         Add another check for find interface
11433
11434         Release 0.1.3
11435
11436 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11437
11438         * shell/ev-application.c: (ev_application_open):
11439         * shell/ev-window.c: (ev_window_open):
11440
11441         Open gzipped ps documents
11442
11443 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11444
11445         * TODO:
11446         * shell/ev-view.c: (set_document_page):
11447
11448         Clamp page number, dont try to move to
11449         not existant pages.
11450
11451 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11452
11453         * backend/ev-document-find.c: (ev_document_find_changed):
11454         * backend/ev-document-find.h:
11455         * pdf/xpdf/pdf-document.cc:
11456         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11457         * shell/ev-window.c: (find_bar_search_changed_cb):
11458
11459         Fix several bugs with find
11460
11461 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11462
11463         * shell/ev-sidebar-thumbnails.c
11464         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11465         document. Prevents warning from scroll_to_cell.
11466
11467 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11468
11469         * configure.ac: Add «nb» to ALL_LINGUAS too.
11470
11471 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11472
11473         * NOTES: New file with some random thoughts.
11474
11475         * TODO: Update.
11476
11477         * backend/ev-document-misc.c:
11478         (ev_document_misc_get_page_border_size): New function to
11479         canonicalize shadow drawing sizes.  Possibly goofy.
11480
11481         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11482         (ev_view_best_fit), (ev_view_fit_width):
11483         * pdf/xpdf/pdf-document.cc:
11484         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11485         * ps/ps-document.c: (ps_document_get_page_size):
11486         * backend/ev-document-misc.h:
11487         * backend/ev-document.c: (ev_document_get_page_size):
11488         * backend/ev-document.h: get_page_size now takes a page number
11489         parameter.  Made all the backends/frontends honor it.
11490
11491         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11492         see.  Doesn't work yet.
11493
11494         * shell/Makefile.am:
11495         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11496         Doesn't do anything yet.
11497
11498         * shell/ev-sidebar-thumbnails.c:
11499         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11500         [0..n_pages-1]
11501
11502         * shell/ev-window.c: (update_action_sensitivity),
11503         (ev_window_setup_document), (ev_window_set_page_mode),
11504         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11505         view-swapping code a bit so we can have multiple views on a
11506         document.  Add the multi-page view, though it can't be turned on
11507         yet.
11508
11509 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11510
11511         * shell/ev-application.c: (ev_application_open):
11512         * shell/ev-view.c: (expose_bin_window):
11513         * shell/ev-window.c: (ev_window_open):
11514
11515         Support eps and check document supports find
11516         before drawing highlightings in expose.
11517
11518 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11519
11520         * pixbuf/pixbuf-document.c:
11521         (pixbuf_document_thumbnails_get_dimensions),
11522         (pixbuf_document_document_thumbnails_iface_init):
11523
11524         implement get_dimensions
11525
11526 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11527
11528         * NEWS:
11529         * configure.ac:
11530
11531         Release 0.1.2
11532
11533 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11534
11535         * shell/ev-view.c: (set_document_page):
11536
11537         Scroll at the top of the page when changing page
11538
11539 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11540
11541         * shell/ev-view.c: (ev_view_motion_notify_event):
11542
11543         Do not redraw unnecessarily
11544
11545 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11546
11547         * pdf/xpdf/pdf-document.cc:
11548         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11549         (expose_bin_window), (find_changed_cb):
11550
11551         Yay! find works now... Now to find bugs...
11552
11553 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11554
11555         * backend/ev-document-find.c: (ev_document_find_base_init),
11556         (ev_document_find_changed):
11557         * backend/ev-document-find.h:
11558         * pdf/xpdf/pdf-document.cc:
11559         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11560         (expose_bin_window), (ev_view_init), (set_document_page),
11561         (ensure_rectangle_is_visible), (jump_to_find_result),
11562         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11563         (ev_view_find_next), (ev_view_find_previous):
11564         * shell/ev-view.h:
11565         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11566
11567         More work on find implementation, mostly there now
11568
11569 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11570
11571         * backend/ev-backend-marshalers.list:
11572         * backend/ev-document-find.c: (ev_document_find_base_init),
11573         (ev_document_find_cancel), (ev_document_find_page_has_results),
11574         (ev_document_find_get_n_results), (ev_document_find_get_result),
11575         (ev_document_find_get_progress), (ev_document_find_changed):
11576         * backend/ev-document-find.h:
11577
11578         Enanche the find interface to be really able to do
11579         multi page find.
11580
11581         * pdf/xpdf/pdf-document.cc:
11582
11583         Implement
11584
11585         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11586         (expose_bin_window), (ev_view_init),
11587         (ev_view_get_find_status_message), (find_changed_cb),
11588         (ev_view_set_document), (set_document_page):
11589
11590         Adapt to the new interface. A few things are regressed sorry,
11591         I will finish it soon.
11592
11593 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11594
11595         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11596         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11597         ev_sidebar_thumbnails_parent_class variable, don't define another
11598         parent_class variable.
11599
11600         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11601         (ev_page_action_class_init): ditto.
11602
11603         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11604         (pixbuf_document_class_init): ditto.
11605
11606         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11607         ditto.
11608
11609         * .cvsignore: ignore various valgrind output files.
11610
11611 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11612
11613         * data/evince-ui.xml:
11614         * shell/Makefile.am:
11615         * shell/ev-history.c:
11616         * shell/ev-history.h:
11617         * shell/ev-navigation-action.c:
11618         * shell/ev-navigation-action.h:
11619         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11620         (ev_view_set_page), (ev_view_fit_width):
11621         * shell/ev-view.h:
11622         * shell/ev-window.c: (update_action_sensitivity),
11623         (ev_window_setup_document), (register_custom_actions):
11624
11625         Kill session history
11626
11627 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11628
11629         * shell/ev-window.c: (update_action_sensitivity):
11630
11631         Fix inverted up/down buttons
11632
11633 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11634
11635         * shell/ev-sidebar-thumbnails.c
11636         (ev_sidebar_thumbnails_select_page): make sure the selected
11637         thumbnail stays visible.
11638
11639 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11640
11641         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11642         scrolled window for Federico.
11643
11644 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11645
11646         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11647
11648 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11649
11650         * configure.ac:
11651         * pdf/splash/SplashFTFontEngine.cc:
11652
11653         Fix CID fonts with freetype 2.1.9
11654
11655 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11656
11657         * TODO: added item for desktop icon thumbnailer
11658
11659 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11660
11661         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11662         unloaded docs when the title is accessed.
11663
11664         * shell/ev-password-view.[hc]: New widget for displaying password
11665         state.
11666
11667         * shell/ev-window.[ch]: Refactor password handling code to handle
11668         the new view.
11669
11670 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11671
11672         * NEWS:
11673         * configure.ac:
11674         * data/Makefile.am:
11675
11676         Release 0.1.1
11677
11678 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11679
11680         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11681         ignore page offset here, to make search results independent of it,
11682
11683         * shell/ev-view.c (expose_bin_window): but take offsets into
11684         account here. Bug #164932
11685
11686         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11687         scale at the right time. Bug #164996
11688
11689 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11690
11691         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11692         fix the problem. Now I just removed the Adobe font names and hope
11693         that the URW fonts are always in outline format. Bug #164934
11694
11695         * shell/ev-window.c (update_window_title): empty titles are
11696         useless, use filename in that case too.
11697
11698         * NEWS: Add some content.
11699
11700 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11701
11702         * TODO: added one more TODO item and a TODONE section :)
11703
11704 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11705
11706         * ps/ps-document.h: add page_[xy]_offset fields.
11707
11708         * ps/ps-document.c (ps_document_set_page_offset)
11709         (ps_document_render): Keep offset in consideration in a few
11710         places. Bug #164752 "postscript documents are not centered in
11711         window"
11712
11713         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11714         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11715
11716         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11717         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11718         stub out missing methods for complete EvDocument implementation.
11719         Fixes segfaults with Save A Copy and Copy actions.
11720
11721         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11722         (ps_document_document_iface_init): ditto.
11723         
11724 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11725
11726         * data/.cvsignore:
11727         * data/Makefile.am:
11728         * data/evince.desktop.in:
11729
11730         Add desktop file
11731
11732 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11733
11734         * shell/ev-view.c: (ev_view_button_press_event),
11735         (ev_view_motion_notify_event):
11736
11737         Make selection work in any direction
11738
11739 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11740
11741         * TODO:
11742         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11743
11744         Use shorter labels for some of the toolbars items
11745
11746 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11747
11748         * pdf/xpdf/pdf-document.cc:
11749
11750         Check the links info is initialized before
11751         using it. Should fix a crash on startup.
11752
11753 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11754
11755         * pixbuf/pixbuf-document.c
11756         (pixbuf_document_thumbnails_get_dimensions): force floating point
11757         division to calculate page_ratio. Fixes crash with landscape
11758         format pixbufs.
11759
11760 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11761
11762         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11763
11764 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11765
11766         * shell/ev-view.c (set_document_page): unset has_selection when
11767         the page changes.
11768         (set_document_page): handle paper size changes when the page
11769         changes (test with Free Culture, page 2).
11770
11771 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11772
11773         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11774         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11775
11776         Use normal style color for the widget background and
11777         draw a black box around the page.
11778
11779 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11780
11781         * pdf/xpdf/pdf-document.cc:
11782
11783         Keep offset in consideration in a few places
11784
11785         * shell/ev-view.c: (expose_bin_window):
11786
11787         Set the offsets so that the document is ever centered
11788
11789 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11790
11791         * TODO: Added TODO items and finished off the first todo item
11792
11793         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11794         reflect current authors
11795
11796 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11797
11798         * pdf/xpdf/pdf-document.cc:
11799         * shell/ev-view.c: (ev_view_set_cursor),
11800         (ev_view_motion_notify_event), (document_changed_callback),
11801         (set_document_page):
11802
11803         Show a wait cursor while the page is rendering
11804
11805 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11806
11807         * shell/ev-sidebar-thumbnails.c:
11808         (ev_sidebar_tree_selection_changed),
11809         (ev_sidebar_thumbnails_select_page):
11810         * shell/ev-sidebar-thumbnails.h:
11811         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11812         (ev_view_can_go_forward):
11813         * shell/ev-window.c: (ev_window_open_page),
11814         (ev_window_setup_document), (update_current_page),
11815         (view_page_changed_cb), (ev_window_init):
11816         * shell/ev-window.h:
11817
11818         Ensure thumbnails selection, toolbar page control and
11819         current page are in sync.
11820
11821 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11822
11823         * pdf/xpdf/XRef.cc:
11824
11825         Fix CAN-2005-0064
11826
11827 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11828
11829         * backend/Makefile.am:
11830         * backend/ev-document-links.h:
11831         * backend/ev-document-security.c: (ev_document_security_get_type),
11832         (ev_document_security_has_document_security),
11833         (ev_document_security_set_password):
11834         * backend/ev-document-security.h:
11835         * backend/ev-document.c: (ev_document_error_quark):
11836         * backend/ev-document.h:
11837         * data/Makefile.am:
11838         * data/evince-password.glade:
11839         * pdf/xpdf/pdf-document.cc:
11840         * shell/Makefile.am:
11841         * shell/ev-password.c: (ev_password_set_bad_password_label),
11842         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11843         (ev_password_dialog_get_password),
11844         (ev_password_dialog_set_bad_pass):
11845         * shell/ev-password.h:
11846         * shell/ev-window.c: (ev_window_get_attribute),
11847         (ev_window_set_property), (update_action_sensitivity),
11848         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11849         (ev_window_setup_document), (ev_window_get_password),
11850         (ev_window_open), (ev_window_cmd_save_as),
11851         (using_postscript_printer), (ev_window_print),
11852         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11853         (update_fullscreen_popup), (ev_window_fullscreen),
11854         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11855         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11856         (menu_item_select_cb), (find_bar_search_changed_cb),
11857         (ev_window_dispose), (ev_window_init):
11858
11859         Add initial support for password-supported dialogs.  This could be
11860         a lot cooler, but it'll do for now.
11861
11862 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11863
11864         * pdf/xpdf/pdf-document.cc:
11865         * shell/ev-view.c: (status_message_from_link),
11866         (ev_view_set_status), (ev_view_set_cursor),
11867         (ev_view_motion_notify_event), (ev_view_init):
11868         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11869
11870         Fix bugs in the links implementation and change cursor
11871         when hovering a link.
11872
11873 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11874
11875         * viewer/.cvsignore: added cvsignore file for viewer directory
11876
11877         * TODO: created TODO document
11878
11879 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11880
11881         * shell/ev-view.h:
11882         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11883         new functions to help with implementation of sensitivity code
11884         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11885         of all actions that might require it.  Fixes a crash when you
11886         click on the Zoom actions in a window lacking a document.
11887
11888 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11889
11890         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11891         of the Find action
11892
11893 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11894
11895         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11896         (pixbuf_document_document_iface_init):
11897         * ps/ps-document.c: (ps_document_get_link),
11898         (ps_document_document_iface_init):
11899         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11900         (status_message_from_link), (ev_view_set_status),
11901         (ev_view_set_find_status), (ev_view_motion_notify_event),
11902         (ev_view_button_release_event), (ev_view_set_property),
11903         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11904         (ev_view_get_find_status_message), (update_find_results),
11905         (ev_view_get_status), (ev_view_get_find_status):
11906         * shell/ev-view.h:
11907         * shell/ev-window.c: (view_status_changed_cb),
11908         (view_find_status_changed_cb), (ev_window_init):
11909
11910         View status message support, use it to show the links.
11911         Needs work...
11912
11913 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11914
11915         * backend/ev-document.c: (ev_document_get_link):
11916         * backend/ev-document.h:
11917         * pdf/xpdf/pdf-document.cc:
11918         * shell/ev-application.c: (ev_application_open):
11919         * shell/ev-application.h:
11920         * shell/ev-sidebar-links.c: (selection_changed_cb):
11921         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11922         (ev_view_go_to_link):
11923
11924         Add support for document links
11925
11926 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11927
11928         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11929         (create_tool_item):
11930         Set the spin button limits correctly.
11931         
11932         * shell/ev-sidebar-thumbnails.c:
11933         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11934         Support changing pages by clicking on the thumbnails.
11935         
11936 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11937
11938         * pixbuf/pixbuf-document.c:
11939         (pixbuf_document_thumbnails_get_dimensions),
11940         (pixbuf_document_document_thumbnails_iface_init):
11941
11942         implement get_dimensions
11943
11944 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11945
11946         * ps/ps-document.c: (ps_document_goto_page):
11947
11948         Fix page switching on multipage documents
11949
11950 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11951
11952         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11953         
11954         check for NULL before assigning to width and height parameters
11955
11956 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11957
11958         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11959         (pixbuf_document_set_property), (pixbuf_document_get_property):
11960
11961         implement get/set properties
11962
11963 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11964
11965         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11966         
11967         return NULL instead of "Unknown", letting the title get set to
11968         the filename when the pdf has no title.
11969
11970 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11971
11972         * ps/ps-document.c: (ps_document_get_page_count),
11973         (ps_document_goto_page):
11974
11975 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11976
11977         * shell/ev-history.c: (ev_history_get_property),
11978         (ev_history_set_property), (ev_history_class_init),
11979         (ev_history_add_page), (ev_history_set_current_index):
11980         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11981         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11982         (ev_navigation_action_finalize):
11983         * shell/ev-navigation-action.h:
11984         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11985         (ev_view_go_forward), (ev_view_get_find_status_message),
11986         (history_index_changed_cb), (ev_view_set_history):
11987         * shell/ev-view.h:
11988         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11989         (update_current_page), (register_custom_actions):
11990
11991         Implement history dropdowns
11992
11993 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11994
11995         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11996         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11997         (ev_view_go_forward):
11998         * shell/ev-window.c: (register_custom_actions):
11999
12000         Fix several history bugs
12001
12002 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12003
12004         * configure.ac: Add «nb» to ALL_LINGUAS.
12005
12006 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12007
12008         * backend/Makefile.am:
12009         * backend/ev-bookmark.c:
12010         * backend/ev-bookmark.h:
12011         * backend/ev-document-bookmarks.c:
12012         * backend/ev-document-bookmarks.h:
12013         * backend/ev-document-links.c: (ev_document_links_get_type),
12014         (ev_document_links_has_document_links),
12015         (ev_document_links_begin_read), (ev_document_links_get_link),
12016         (ev_document_links_get_child), (ev_document_links_next),
12017         (ev_document_links_free_iter):
12018         * backend/ev-document-links.h:
12019         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12020         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12021         (ev_link_get_link_type), (ev_link_set_link_type),
12022         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12023         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12024         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12025         (ev_link_new_external):
12026         * backend/ev-link.h:
12027         * pdf/xpdf/pdf-document.cc:
12028         * shell/Makefile.am:
12029         * shell/ev-application.c: (ev_application_open_link):
12030         * shell/ev-application.h:
12031         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12032         (ev_history_get_link_nth):
12033         * shell/ev-history.h:
12034         * shell/ev-sidebar-bookmarks.c:
12035         * shell/ev-sidebar-bookmarks.h:
12036         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12037         (ev_sidebar_links_class_init), (selection_changed_cb),
12038         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12039         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12040         (do_one_iteration), (populate_links_idle),
12041         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12042         * shell/ev-sidebar-links.h:
12043         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12044         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12045         (go_to_index):
12046         * shell/ev-view.h:
12047         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12048         * shell/ev-window.h:
12049
12050         Rename bookmark to link, and use "Index" for the sidebar panel.
12051
12052 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12053
12054         * shell/Makefile.am:
12055         * shell/ev-application.c: (ev_application_open_bookmark):
12056         * shell/ev-application.h:
12057         * shell/ev-history.c: (ev_history_init), (free_links_list),
12058         (ev_history_finalize), (ev_history_class_init),
12059         (ev_history_add_link), (ev_history_add_page),
12060         (ev_history_get_link_nth), (ev_history_get_n_links),
12061         (ev_history_get_current_index), (ev_history_set_current_index),
12062         (ev_history_new):
12063         * shell/ev-history.h:
12064         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12065         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12066         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12067         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12068         (ev_view_set_page):
12069         * shell/ev-view.h:
12070         * shell/ev-window.c: (ev_window_open_bookmark),
12071         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12072         (goto_page_cb), (register_custom_actions):
12073         * shell/ev-window.h:
12074
12075         Initial history implementation. Needs work.
12076
12077 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12078
12079         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12080
12081 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12082
12083         * cut-n-paste/recent-files/egg-recent-item.c:
12084         * cut-n-paste/recent-files/egg-recent-item.h:
12085         * cut-n-paste/recent-files/egg-recent-model.c:
12086         * cut-n-paste/recent-files/egg-recent-util.c:
12087         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12088         * cut-n-paste/recent-files/egg-recent-view.c:
12089
12090         Update
12091
12092 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12093
12094         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12095         (fillGlyph, fillImageMask, drawImage):
12096         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12097         pdf/splash/SplashTypes.h:
12098         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12099         packed mode for Splash.
12100
12101         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12102         RGB8 packed mode, eliminates the pixbuf data creation loop.
12103
12104         * shell/ev-print-job.c (ev_print_job_finalize)
12105         (ev_print_job_set_property, ev_print_job_get_property)
12106         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12107         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12108         (print_closure_finalize, ev_print_job_print): implement
12109         printing (for backends with EvPsExporter)
12110
12111         * shell/ev_print_job.h: update prototypes.
12112
12113         * shell/ev-window.c (ev_window_print): unref print job after
12114         printing.
12115
12116         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12117         unless the document implements the EvDocumentFind interface.
12118
12119 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12120
12121         * configure.ac: Added ja to ALL_LINGUAS.
12122
12123 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12124
12125         * pdf/xpdf/pdf-document.cc:
12126
12127         add a FIXME. We should probably not allocate
12128         a bookmark object every time
12129
12130 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12131
12132         * shell/ev-application.c: (ev_application_open),
12133         (ev_application_open_bookmark):
12134         * shell/ev-application.h:
12135         
12136         Add a way to open bookmarks
12137
12138         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12139         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12140         (ev_bookmark_set_property), (ev_bookmark_class_init),
12141         (ev_bookmark_new_title), (ev_bookmark_new_link),
12142         (ev_bookmark_new_external):
12143
12144         Support for external uris, better constructors.
12145
12146         * backend/ev-bookmark.h:
12147         * pdf/xpdf/pdf-document.cc:
12148         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12149
12150         Handle external uris
12151
12152 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12153
12154         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12155         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12156
12157         Hook up bookmarks navigation
12158
12159 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12160
12161         * backend/Makefile.am:
12162         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12163         (ev_bookmark_get_title), (ev_bookmark_set_title),
12164         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12165         (ev_bookmark_get_page), (ev_bookmark_set_page),
12166         (ev_bookmark_get_property), (ev_bookmark_set_property),
12167         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12168         (ev_bookmark_new):
12169         * backend/ev-bookmark.h:
12170         * backend/ev-document-bookmarks.c:
12171         (ev_document_bookmarks_get_bookmark):
12172         * backend/ev-document-bookmarks.h:
12173         * pdf/xpdf/pdf-document.cc:
12174         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12175
12176         Add a bookmark object to the backend and use it instead of get_values
12177
12178 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12179
12180         * data/evince-ui.xml:
12181
12182         Cleanup and add select all.
12183
12184         * shell/ev-view.c: (ev_view_select_all),
12185         (ev_view_button_press_event):
12186         * shell/ev-view.h:
12187         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12188
12189         Add select all.
12190         Clear selection on click.
12191
12192 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12193
12194         * shell/ev-sidebar-thumbnails.c
12195         (ev_sidebar_thumbnails_set_document): forgot to unref the
12196         loading_icon.
12197
12198 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12199
12200         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12201         at the visible page, not just linearly.  This makes it look fast.
12202
12203 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12204
12205         * backend/ev-document-misc.c
12206         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12207         white.
12208         * backend/ev-document-thumbnails.h: New interface to get the size
12209         of a page.
12210
12211 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12212
12213         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12214         make dist works
12215
12216 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12217
12218         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12219         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12220         things up a bit.
12221
12222         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12223
12224 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12225
12226         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12227         fonts. Should fix font problems on systems that have the base
12228         fonts in bitmap format. Reported by James Henstridge
12229         <james@jamesh.id.au>.
12230
12231 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12232
12233         * pdf/xpdf/Gfx.cc:
12234         * pdf/xpdf/GfxState.cc:
12235
12236         Fix for CAN-2004-1125
12237
12238 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12239
12240         * shell/ev-view.c: (ev_view_copy):
12241         * shell/ev-view.h:
12242         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12243
12244         Implement Edit->Copy
12245
12246 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12247
12248         * backend/ev-document.c: (ev_document_get_text):
12249         * backend/ev-document.h:
12250         * pdf/xpdf/pdf-document.cc:
12251         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12252         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12253         (ev_view_update_primary_selection), (ev_view_button_press_event),
12254         (ev_view_motion_notify_event), (ev_view_button_release_event):
12255
12256         Beginnings of clipboard support. Incomplete but primary sort
12257         of work.
12258
12259 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12260
12261         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12262         (expose_bin_window):
12263
12264         Nicer rubberband drawing, from GtkIconView.
12265
12266 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12267
12268         * backend/ev-document.c: (ev_document_save):
12269         * backend/ev-document.h:
12270         * data/evince-ui.xml:
12271         * pdf/xpdf/pdf-document.cc:
12272         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12273
12274         Implement "Save a copy..." menu item
12275
12276 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12277
12278         * shell/ev-view.c: (ev_view_zoom):
12279
12280         Queue a resize when zoom changes
12281
12282 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12283
12284         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12285         shadows.
12286
12287         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12288         thumbnails..
12289
12290 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12291
12292         * pdf/xpdf/pdf-document.cc
12293         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12294
12295 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12296
12297         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12298         It's slow, but I'll speed it up next!
12299
12300 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12301
12302         * shell/main.c (load_files):
12303
12304         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12305         from the command line and because it seems more appropriate.
12306
12307 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12308
12309         * data/evince-ui.xml:
12310         * shell/ev-window.c: (update_action_sensitivity),
12311         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12312
12313         s/next page/page down
12314         s/previous page/page up
12315
12316 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12317
12318         * data/evince-ui.xml:
12319
12320         Change the layout to match clarkbw design.
12321
12322         * shell/Makefile.am:
12323         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12324         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12325         (ev_navigation_action_finalize),
12326         (ev_navigation_action_set_property),
12327         (ev_navigation_action_get_property),
12328         (ev_navigation_action_class_init):
12329         * shell/ev-navigation-action.h:
12330
12331         Implement clarkbw toolbar navigation controls (incomplete)
12332
12333         * shell/ev-page-action.c: (update_label), (update_spin),
12334         (value_changed_cb), (create_tool_item), (connect_proxy),
12335         (ev_page_action_init), (ev_page_action_finalize),
12336         (ev_page_action_set_property), (ev_page_action_get_property),
12337         (ev_page_action_set_current_page),
12338         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12339         * shell/ev-page-action.h:
12340
12341         Implement a page switcher in the toolbar
12342
12343         * shell/ev-view.c: (ev_view_scroll_view):
12344         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12345         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12346         (register_custom_actions), (ev_window_init):
12347
12348         Change page on PageUp/Down.
12349
12350 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12351
12352         * pdf/xpdf/pdf-document.cc
12353         (pdf_document_thumbnails_get_thumbnail): initial stab at
12354         implementing thumbnail support for pdfs.  It only does documents
12355         with precached pdfs now.
12356
12357 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12358
12359         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12360         thumbnail code into a time-based idle as well.  Also, turn off the
12361         shadow temporarily as it's really slow.
12362
12363 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12364
12365         * backend/ev-document.c: (ev_document_class_init):
12366         * pdf/xpdf/pdf-document.cc:
12367         * shell/ev-window.c: (ev_window_open):
12368
12369         Fix document title bugs and fallback to
12370         filename when not available.
12371
12372 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12373
12374         * backend/ev-document.c: (ev_document_get_type),
12375         (ev_document_class_init), (ev_document_load),
12376         (ev_document_get_title):
12377         * backend/ev-document.h:
12378         * pdf/xpdf/pdf-document.cc:
12379         * ps/ps-document.c: (ps_document_set_property),
12380         (ps_document_get_property), (ps_document_class_init),
12381         (document_load):
12382         * ps/ps-document.h:
12383         * ps/ps.h:
12384         * shell/ev-window.c: (update_window_title), (ev_window_open),
12385         (ev_window_init):
12386
12387         Initial support for document title. Not working yet.
12388
12389 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12392
12393         Grab focus on the view when clicking it
12394
12395 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12396
12397         * shell/ev-marshal.list:
12398         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12399         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12400
12401         Add key bindings to the view. Now if the focus would work
12402         right...
12403
12404 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * Makefile.am:
12407         * backend/Makefile.am:
12408         * data/Makefile.am:
12409         * dvi/Makefile.am:
12410         * dvi/dvilib/Makefile.am:
12411         * pdf/xpdf/Makefile.am:
12412         * po/POTFILES.in:
12413         * ps/Makefile.am:
12414
12415         Fix distcheck
12416
12417 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12418
12419         * shell/ev-view.c: (ev_view_realize):
12420
12421         Fix mouse wheel scrolling
12422
12423 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12424
12425         * ps/Makefile.am:
12426         * ps/gstypes.h:
12427         * ps/gtkgs.c:
12428         * ps/gtkgs.h:
12429         * ps/ps-document.c: (catchPipe), (ps_document_init),
12430         (ps_document_class_init), (ps_document_cleanup),
12431         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12432         (set_up_page), (close_pipe), (is_interpreter_ready),
12433         (interpreter_failed), (output), (input), (start_interpreter),
12434         (stop_interpreter), (file_length), (file_readable),
12435         (check_filecompressed), (check_pdf), (compute_xdpi),
12436         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12437         (ps_document_get_type), (ps_document_emit_error_msg),
12438         (document_load), (ps_document_next_page),
12439         (ps_document_get_current_page), (ps_document_get_page_count),
12440         (ps_document_goto_page), (ps_document_set_page_size),
12441         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12442         (ps_document_load), (ps_document_get_n_pages),
12443         (ps_document_set_page), (ps_document_get_page),
12444         (ps_document_widget_event), (ps_document_set_target),
12445         (ps_document_set_scale), (ps_document_set_page_offset),
12446         (ps_document_get_page_size), (ps_document_render),
12447         (ps_document_document_iface_init):
12448         * ps/ps-document.h:
12449         * ps/ps.c:
12450         * shell/ev-window.c: (ev_window_open):
12451
12452         Rename GtkGS to PSDocument
12453
12454 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12455
12456         * ps/gtkgs.c: (gtk_gs_class_init):
12457         * ps/gtkgs.h:
12458
12459         Some more leftover...
12460
12461 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12462
12463         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12464         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12465         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12466         * ps/gtkgs.h:
12467
12468         Remove unused code and make a lot of stuff private
12469
12470 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12471
12472         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12473         (gtk_gs_defaults_changed):
12474         * ps/gsdefaults.h:
12475         * ps/gtkgs.c:
12476         * ps/gtkgs.h:
12477         * ps/ps.h:
12478
12479         Cleanup headers dependencies
12480
12481 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12482
12483         * ps/Makefile.am:
12484         * ps/ggvutils.c:
12485         * ps/ggvutils.h:
12486         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12487         * ps/gsdefaults.h:
12488         * ps/gtkgs.c: (file_length), (file_readable),
12489         (check_filecompressed), (check_pdf), (gtk_gs_load),
12490         (gtk_gs_get_postscript):
12491
12492         Get rid of ggvutils
12493
12494 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12495
12496         * ps/ggvutils.c:
12497         * ps/ggvutils.h:
12498         * ps/gsio.h:
12499         * ps/gtkgs.c: (gtk_gs_set_zoom):
12500
12501         Cleanups
12502
12503 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12504
12505         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12506
12507         Ensure the page is rerendered when changing zoom
12508
12509 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12510
12511         * backend/ev-document.c: (ev_document_base_init),
12512         (ev_document_changed):
12513         * backend/ev-document.h:
12514
12515         Add a changed event that is emitted when the page content
12516         changes. This is necessary to deal with the fact that
12517         in ps backend rendering happen asycrounously.
12518         This makes the ps backend mostly work.
12519
12520         * pdf/xpdf/pdf-document.cc:
12521
12522         Emit changed event
12523
12524         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12525         (ps_document_set_target):
12526
12527         Emit changed event
12528
12529         * shell/ev-view.c: (document_changed_callback),
12530         (ev_view_set_document), (ev_view_set_page):
12531
12532         Redraw on the changed signal
12533
12534 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12535
12536         * configure.ac: Added pt_BR to ALL_LINGUAS.
12537
12538 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12539
12540         * backend/ev-document-bookmarks.c:
12541         (ev_document_bookmarks_get_child): *
12542         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12543         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12544         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12545         (ev_sidebar_bookmarks_destroy),
12546         (ev_sidebar_bookmarks_class_init),
12547         (ev_sidebar_bookmarks_construct), (stack_data_free),
12548         (do_one_iteration), (populate_bookmarks_idle),
12549         (ev_sidebar_bookmarks_clear_document),
12550         (ev_sidebar_bookmarks_set_document): *
12551         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12552         (ev_sidebar_add_page),
12553         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12554         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12555         it displays both the topics and the page numbers.
12556
12557 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12558
12559         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12560         toggle.
12561         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12562         visible.
12563
12564 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12565
12566         * configure.ac: Added en_CA to ALL_LINGUAS.
12567
12568 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12569
12570         * ChangeLog: replace bottom of this ChangeLog (merged history of
12571         ggv and gpdf; where all paths were wrong and most of the files are
12572         not even in this tree) with ChangeLog (from arch) of the shell
12573         code.
12574
12575 2004-12-23  Havoc Pennington  <hp@redhat.com>
12576
12577         * shell/ev-window.c: hook up potentially-questionable "find
12578         results status text" feature - something involving the sidebar or
12579         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12580         might be better in the end.
12581
12582         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12583         with corresponding signal when it should be updated
12584
12585         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12586
12587 2004-12-22  Havoc Pennington  <hp@redhat.com>
12588
12589         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12590         find stuff on other pages, sort of (only returns one result on
12591         invisible pages, to show they have results; updates full results
12592         for a page when you view it). Currently repaints the current page
12593         every time a new result is found on any page, which isn't so nice.
12594
12595 2004-12-22  Havoc Pennington  <hp@redhat.com>
12596
12597         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12598         the document doesn't support find (better ideas?)
12599         (find_bar_search_changed_cb): handle missing document or document
12600         that doesn't support find
12601
12602         * pdf/xpdf/pdf-document.cc: port to implement the new
12603         EvDocumentFindIface
12604
12605         * backend/ev-document-find.c: create a new interface for searching
12606
12607         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12608
12609 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12610
12611         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12612         libevbackend.la.
12613
12614         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12615         EvPrintJob constructor arguments.
12616
12617         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12618         for documents that can export PostScript (page by page).
12619
12620         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12621         
12622         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12623         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12624         (pdf_document_ps_exporter_iface_init:
12625         Implement EvPSExporter.
12626
12627         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12628
12629 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12630
12631         * backend/Makefile.am:
12632         * backend/ev-document-thumbnails.c:
12633         (ev_document_thumbnails_get_type),
12634         (ev_document_thumbnails_get_thumbnail):
12635         * backend/ev-document-thumbnails.h:
12636         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12637         (pixbuf_document_thumbnails_get_thumbnail),
12638         (pixbuf_document_document_thumbnails_iface_init):
12639         * shell/Makefile.am:
12640         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12641         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12642         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12643         * shell/ev-sidebar-thumbnails.h:
12644         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12645         (ev_sidebar_set_document):
12646         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12647         (create_shadow), (ev_pixbuf_add_shadow):
12648         * shell/ev-utils.h:
12649         Add thumbnail support.
12650         
12651 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12652
12653         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12654         (using_postscript_printer): Set up a print dialog for "PostScript
12655         injection" method.
12656
12657         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12658         EvPrintJob.
12659
12660         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12661
12662 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12663
12664         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12665         (ps_document_set_target), (ps_document_get_page_size),
12666         (ps_document_render):
12667         * ps/gtkgs.h:
12668
12669         Fix a few bugs
12670
12671 2004-12-22  Christian Rose  <menthos@menthos.com>
12672
12673         * configure.ac: Added "sv" to ALL_LINGUAS.
12674
12675 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12676
12677         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12678         document supports bookmarks.
12679
12680 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12681
12682         * ps/ggvutils.c: (ggv_file_readable):
12683         * ps/ggvutils.h:
12684         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12685         (gtk_gs_get_postscript):
12686
12687         Remove unused utils
12688
12689 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12692         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12693         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12694         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12695         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12696         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12697         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12698         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12699         (gtk_gs_set_antialiasing), (ps_document_load),
12700         (ps_document_render):
12701         * ps/gtkgs.h:
12702
12703         Another check point for the ps backend. Now I can get it to show
12704         pages!
12705
12706 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12707
12708         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12709         document setting code.
12710
12711 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12712
12713         * shell/eggfindbar.c: (entry_activate_callback):
12714         Animate the next button when activate is pressed.
12715         
12716 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12717
12718         * shell/ev-window.c: (ev_window_cmd_edit_find),
12719         (update_fullscreen_popup), (ev_window_fullscreen),
12720         (ev_window_unfullscreen), (ev_window_state_event_cb),
12721         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12722         Fix bugs in fullscreen code.
12723         
12724 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12725
12726         * Makefile.am:
12727         * configure.ac:
12728         * pixbuf/Makefile.am:
12729         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12730         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12731         (pixbuf_document_set_page), (pixbuf_document_get_page),
12732         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12733         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12734         (pixbuf_document_render), (pixbuf_document_begin_find),
12735         (pixbuf_document_end_find), (pixbuf_document_finalize),
12736         (pixbuf_document_class_init),
12737         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12738         * pixbuf/pixbuf-document.h:
12739         * shell/Makefile.am:
12740         * shell/ev-application.c: (ev_application_open):
12741         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12742         (ev_window_open):
12743         Add pixbuf backend.
12744         
12745 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12746
12747         * Makefile.am: 
12748         * dvi/dvilib/Makefile.am:
12749         * dvi/Makefile.am:
12750         * configure.ac: Auto*ify dvi and dvi/dvilib
12751
12752         * dvi/Makefile: Remove from CVS
12753         
12754         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12755         confusion.
12756
12757         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12758         
12759         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12760         
12761 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12762
12763         * ps/Makefile.am:
12764         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12765         (gtk_gs_value_adjustment_changed), (compute_size),
12766         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12767         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12768         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12769         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12770         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12771         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12772         (ps_document_load), (ps_document_get_n_pages),
12773         (ps_document_set_page), (ps_document_get_page),
12774         (ps_document_set_target), (ps_document_set_scale),
12775         (ps_document_set_page_offset), (ps_document_get_page_size),
12776         (ps_document_render), (ps_document_begin_find),
12777         (ps_document_end_find), (ps_document_document_iface_init):
12778         * ps/gtkgs.h:
12779         * shell/Makefile.am:
12780         * shell/ev-window.c: (ev_window_open):
12781
12782         Some work to integrate gtkgs with EvDocument
12783
12784 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12785
12786         * shell/ev-window.c: (update_fullscreen_popup),
12787         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12788         (exit_fullscreen_button_clicked_cb),
12789         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12790         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12791         (ev_window_state_event_cb), (ev_window_init):
12792         Add fullscreen support from Epiphany.
12793         
12794 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12795
12796         * data/ev-stock-zoom-fit-width.png: fit-width
12797         stock icon from gpdf.
12798         
12799         * shell/ev-stock-icons.[ch]: copied from gpdf.
12800         
12801         * shell/main.c: (main): init stock icons.
12802         
12803         * shell/ev-window.c: use the fit-width icon.
12804         
12805         * data/evince-ui.xml: add zooming toolbar items.
12806
12807 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12808
12809         * shell/ev-view.c: 
12810         (ev_view_best_fit), (ev_view_fit_width): because
12811         get_page_size() returns the scaled page size, we
12812         need to calculate the scale factor relative to
12813         the previous scale factor. Should really just
12814         add get_real_page_size().
12815
12816 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12817
12818         * shell/ev-view.[ch]:
12819         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12820         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12821         add zooming.
12822         
12823         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12824         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12825         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12826         hook it up.
12827         
12828         * pdf/xpdf/pdf-document.cc:
12829         (pdf_document_begin_find),
12830         (pdf_document_end_find): make static.
12831
12832 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12833
12834         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12835
12836         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12837         names to fontconfig patterns.
12838         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12839
12840         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12841         setupBaseFontsFc.
12842
12843 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12844
12845         * Makefile.am:
12846         * configure.ac:
12847         * ps/Makefile.am:
12848         * ps/ggvutils.c:
12849         * ps/ggvutils.h:
12850         * ps/gsdefaults.c:
12851         * ps/gsdefaults.h:
12852         * ps/gsio.c:
12853         * ps/gsio.h:
12854         * ps/gtkgs.c:
12855         * ps/gtkgs.h:
12856         * ps/ps.c:
12857         * ps/ps.h:
12858
12859         Import ggv backend. Not hooked up yet.
12860
12861 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12862
12863         * shell/main.c: (load_files), (main): load files
12864         from the command line.
12865
12866 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12867
12868         * configure.ac: don't require bonobo.
12869         
12870         * cut-n-paste/recent-files/*: kill bonobo recent
12871         view.
12872
12873         * shell/ev-window.c:
12874         (ev_window_is_empty): upd.
12875         (unable_to_load), (ev_window_open): load backend
12876         based on the mime type.
12877
12878 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12879
12880         * backend/.cvsignore: ignore generated marshalers source.
12881
12882         * shell/main.c (main): this is not epiphany.
12883
12884 2004-12-22  Havoc Pennington  <hp@redhat.com>
12885
12886         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12887         (expose_bin_window): draw find highlights
12888
12889         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12890         
12891         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12892         (pdf_document_end_find): implement this interface
12893
12894         * backend/ev-document.c (ev_document_found): add this to emit
12895         signal
12896
12897 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12898
12899         * data/evince-ui.xml: Add a few more toolbar items.
12900
12901         * shell/ev-window.c: Hook up page navigation toolbar 
12902         items.
12903
12904         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12905         a page-changed signal.
12906
12907         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12908         Add ev_document_get_page().
12909
12910         * shell/ev-window.c: Sensitize/desensitize navigation
12911         actions.
12912
12913 2004-12-21  Havoc Pennington  <hp@redhat.com>
12914
12915         * backend/ev-backend-marshal.c,
12916         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12917         marshaler-generator thingy. I'm sure there's a better way to do
12918         this in the modern world.
12919
12920         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12921         end_find methods and "found" signal.
12922
12923         * configure.ac: find glib-genmarshal
12924
12925 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12926
12927         * shell/ev-sidebar.c: Construct an actual sidebar.
12928         * shell/ev-sidebar-bookmarks.[ch]:
12929         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12930
12931 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12932
12933         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12934         Redo size handling.
12935         
12936         * shell/ev-view.c: Track the size from the document.
12937
12938 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12939
12940         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12941         constructor assumes ownership of the string passed in.
12942         
12943         * shell/ev-window.c (ev_window_open): Destroy the error
12944         dialog once we've displayed it.
12945
12946 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12947
12948         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12949         a bit, it works! (sort of)
12950
12951         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12952         Move to .cc since we need to use C++ in the implementation.
12953
12954         * shell/dummy.cc: Add a CC file to force evince
12955         to be linked as a C++ program.
12956
12957 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12958
12959         * shell/ev-view.[ch]: Start of content-area widget.
12960
12961         * shell/ev-window.c: Create a EvView, update it
12962         as we change documents.
12963
12964         * shell/Makefile.am shell/ev-marshal.list: Add
12965         generated marshalers.
12966
12967 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12968
12969         * Makefile.am (SUBDIRS): move shell.
12970
12971 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12972
12973         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12974         .a to libtool convenience libraries.
12975
12976         * shell/ev-window.c (ev_window_open): Hard code loading
12977         a PDF document.
12978         
12979         * backend/ev-document.h: Add a boolean return to load(),
12980         fix GError * to GError **.
12981
12982         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12983         object for a PDF backend EvDocument.
12984
12985 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12986
12987         * dvi/*: New directory with the beginning of a .dvi backend.
12988
12989 2004-12-21  Havoc Pennington  <hp@redhat.com>
12990
12991         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12992         previous/next instead of back/forward
12993
12994 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12995
12996         * backend/ev-document.[ch]: Fix a couple of problems so
12997         it compile.
12998
12999 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13000
13001         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13002         to backend/ directory, rename EvViewer to EvDocument.
13003
13004 2004-12-21  Havoc Pennington  <hp@redhat.com>
13005
13006         * shell/ev-window.c: hook up the find bar widget; now we just need
13007         a document to find things in
13008
13009         * shell/eggfindbar.c: a find bar widget
13010
13011 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13012
13013         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13014
13015 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13016
13017         * pdf/**: Import of xpdf code from gpdf. 
13018
13019         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13020
13021         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13022         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13023         Fix FreeType includes.
13024
13025         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13026         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13027         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13028         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13029         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13030         Include xpdfconfig.h
13031         
13032 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13033
13034         * shell/ev-window.c (ev_window_dispose): dispose can be called
13035         multiple times.
13036
13037 2004-12-21  Havoc Pennington  <hp@redhat.com>
13038
13039         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13040         rather than Evince
13041
13042         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13043         items; really they should be synced with the strings, etc. from
13044         current gpdf, but just getting the boring typing out of the way 
13045
13046 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13047
13048         * po/POTFILES.in:
13049         * shell/ev-application.c: (window_destroy_cb):
13050         * shell/ev-window.c:
13051         * shell/main.c: (main):
13052
13053         Actually show the window...
13054
13055 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13056
13057         * Makefile.am:
13058         * shell/Makefile.am:
13059         * shell/ev-application.c: (ev_application_class_init):
13060         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13061
13062         Make it build again
13063
13064 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13065
13066         Import to gnome cvs.
13067         
13068         * Remove copies of gpdf and ggv trees.
13069         * Rip out all the recursive configure code.
13070         * Remove bonobo machinery.
13071         * viewer/*: GInterfaces that backends should/can implement.
13072
13073 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13074
13075         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13076         typo
13077
13078 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13079
13080         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13081         (ev_application_finalize, ev_application_class_init)
13082         (ev_application_init): use GType instance private data for priv.
13083
13084         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13085         (ev_window_finalize, ev_window_class_init)
13086         (ev_window_init): ditto.
13087
13088 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13089
13090         * shell/ev-application.c (ev_application_new_window): make public
13091         (ev_application_show_initial_window): kill.
13092
13093         * shell/ev-application.h: update prototypes.
13094
13095         * shell/main.cc (main): inline ev_application_show_initial_window.
13096
13097 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13098
13099         * shell/ev-application.c (ev_application_new_window): impl.
13100         (ev_application_show_initial_window): use it.
13101         (is_window_empty, ev_application_get_empty_window): returns an
13102         existing empty window or a new one.
13103         (ev_application_open): from ev_window_cmd_file_open.
13104
13105         * shell/ev-application.h: update prototypes
13106
13107         * shell/ev-window.c (ev_window_is_empty): impl.
13108         (ev_window_open): make public.
13109         (ev_window_cmd_file_open): use ev_application_open
13110
13111         * shell/ev-window.h: update prototypes, remove unused.
13112
13113 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13114
13115         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13116         move destroy handler out of here...
13117
13118         * shell/ev-application.c, shell/ev-application.h: ...into this new
13119         class. Also handles initial window creation.
13120
13121         * shell/main.cc (main): use EvApplication to create initial
13122         window.
13123
13124 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13125
13126         * Makefile.am (SUBDIRS): add cut-n-paste
13127
13128         * cut-n-paste/Makefile.am: add
13129
13130         * configure.ac: generate Makefiles in cut-n-paste
13131
13132 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13133
13134         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13135         (ev_window_class_init): install ev_window_dispose.
13136
13137 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13138
13139         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13140         char (gchar looks stupid).
13141
13142 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13143
13144         * po/de.po: updated German translation.
13145
13146 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13147
13148         * configure.ac: add more pkg-config library checks for gnome-vfs,
13149         bonobo etc.
13150
13151         * gpdf/configure.in: temporarily disable libpaper
13152         checks. Otherwise I'd have to add the checks for the shell, too.
13153
13154 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13155
13156         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13157         and * file filters to the file choose.
13158
13159 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13160
13161         * po/de.po: Updated German translation.
13162
13163 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13164
13165         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13166
13167 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13168
13169         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13170
13171         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13172         (ev_window_init): implement those menuitems.
13173
13174 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13175
13176         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13177
13178         * shell/ev-window.c (ev_window_init): use the toolbar.
13179
13180 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13181
13182         * shell/ev-window.c (ev_window_init): use menu translations
13183
13184 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13185
13186         * configure.ac: add "de" to ALL_LINGUAS.
13187
13188         * po/de.po: add German translation.
13189
13190 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13191
13192         * Makefile.am (SUBDIRS): add po
13193
13194         * configure.ac: check intltool, glib-gettext etc, generate
13195         po/Makefile.in
13196
13197         * po, po/POTFILES.in, po/POTFILES.skip: new.
13198
13199 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13200
13201         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13202         already use (#ifdef ENABLE_NLS)
13203
13204         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13205         pointer indirection thinko.
13206
13207         * shell/main.c: include gi18n.h for bindtextdomain etc.
13208
13209 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13210
13211         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13212         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13213         tooltips for menu items in the statusbar.
13214
13215 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13216
13217         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13218         pkgdatadir drop UIDIR
13219
13220 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13221
13222         * data/evince-ui.xml: Add File->Open menu item
13223
13224         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13225         chooser), hook it up in the ui manager.
13226
13227 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13228
13229         * shell/ev-window.c: fix Help->About tooltip.
13230
13231 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13232
13233         * configure.ac: set CFLAGS for libevprivate.
13234
13235         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13236         definitions, factory etc.
13237
13238         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13239
13240         * shell/Makefile.am: link against libevprivate.a.
13241
13242         * shell/ev-window.c (entries): add stock icon to Help->About.
13243
13244         * shell/main.c (main): init stock icon code.
13245
13246 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13247
13248         * lib/recent-files: egg recent files code
13249
13250         * lib/Makefile.am: add.
13251
13252         * Makefile.am: add lib subdir.
13253
13254         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13255         set CFLAGS for recent-files.
13256
13257 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13258
13259         * configure.ac: disable -ansi and -pedantic gcc flags. They
13260         disable POSIX stuff in stdio.h, but egg-recent uses them.
13261
13262 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13263
13264         * configure.ac: add --disable-deprecated flag (defaults to on in
13265         "cvs" builds).
13266
13267         * shell/Makefile.am (INCLUDES): use it.
13268
13269 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13270
13271         * shell/main.c: add missing #include.
13272
13273         * shell/ev-window.c: fix for pedantic gcc.
13274         (ev_window_cmd_help_about): split license into paragraphs for
13275         translators and pedantic compilers.
13276
13277 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13278
13279         * configure.ac: add more warning flags if compiling with gcc from
13280         cvs (or explicitly requested with --enable-more-warnings).
13281
13282 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13283
13284         * data/evince-ui.xml: add File and File->Close menu.
13285
13286         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13287         (ev_window_destroy): quit after destroy.
13288         (ev_window_class_init): override GtkObject::destroy.
13289         (entries): install close_window callback.
13290
13291 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13292
13293         * Makefile.am (SUBDIRS): add data subdir.
13294
13295         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13296         gtk+ 2.5.0 for GtkAboutDialog.
13297
13298         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13299         main window.
13300
13301         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13302
13303         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13304         manager.
13305         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13306
13307 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13308
13309         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13310
13311 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13312
13313         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13314
13315 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13316
13317         * shell/*: Added shell directory boilerplate, build it.
13318
13319 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13320
13321         * configure.ac, Makefile.am: Added top-level configure.ac and
13322         Makefile.am