]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Update for upcoming release.
[evince.git] / ChangeLog
1 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * NEWS:
4
5         Update for upcoming release.
6         
7 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
8
9         * shell/ev-window.c (ev_window_print_dialog_response_cb):
10
11         Bug 495107 – Handle print dialog responses correctly
12
13         Correctly handle print dialog response. Properly fixes
14         the above mentioned bug.
15
16 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
19
20         Make sure print job is only run when the print button is
21         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
22         
23 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
24
25         * backend/pdf/pdfdocument.evince-backend.in:
26         * libdocument/ev-backends-manager.c:
27         (ev_backends_manager_load_backend),
28         (ev_backends_manager_get_document):
29         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
30
31         Allow making backend modules resident. This is needed only for
32         some backends like pdf to avoid registering glib types more than
33         once.
34         
35 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * backend/comics/comics-document.c:
38         * backend/djvu/djvu-document.c:
39         * backend/impress/impress-document.c:
40         * backend/pdf/ev-poppler.cc:
41         * backend/pixbuf/pixbuf-document.c:
42         * backend/ps/ev-spectre.c:
43         * backend/ps/ps-document.c:
44         * backend/tiff/tiff-document.c:
45         * libdocument/ev-document.h:
46         * properties/ev-properties-main.c:
47
48         Use g_type_module_add_interface instead of
49         g_type_add_interface_static. Fixes bug #519679.
50         
51 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
52
53         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
54         Added. Returns whether the animation has everything necessary to run.
55         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
56         is ready just because it's been created. Fixes #519106.
57         (draw_one_page): Do not show the "Loading..." text in presentation
58         mode, there was a slim probability that this could happen.
59
60 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
61
62         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
63
64         Duplicate mime_type string before freeing it so that it doesn't
65         always fail when getting mime type from uri. Fixes bug #518874.
66         
67 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
68
69         * shell/ev-view.c: (ev_view_form_field_choice_changed):
70
71         Fix a crash when a choice form field doesn't have any item
72         selected. Fixes bug #518831
73         
74 2008-02-25  Alexander Larsson  <alexl@redhat.com>
75
76         * shell/ev-window.c (ev_window_clear_temp_file):
77         Use g_file_has_prefix instead of renamed
78         g_file_contains_file.
79
80         * configure.ac:
81         Require new glib for above change.
82         
83 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
84
85         * libdocument/ev-image.c: (ev_image_finalize),
86         (ev_image_save_tmp):
87
88         Return a real uri instead of a filename when saving an
89         image. Fixes images drag an drop from evince to nautilus. 
90         
91 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * backend/pdf/ev-poppler.cc:
94         (pdf_document_images_get_image_mapping):
95
96         Return the image list in the right order. Fixes bug #516237.
97         
98 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
99
100         * backend/impress/impress-document.c:
101         (impress_document_thumbnails_get_thumbnail):
102
103         Remove unused variable to avoid a compiler warning.
104
105 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
106
107         * configure.ac:
108         
109         Update for release 2.21.91.
110
111 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * configure.ac:
114         * shell/Makefile.am:
115         * shell/ev-application.[ch]:
116         * shell/ev-sidebar-links.c:
117         * shell/ev-utils.[ch]:
118         * shell/ev-window.[ch]:
119
120         Remove libgnomeprint support. Fixes bug #512370.
121         
122 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
123
124         * thumbnailer/evince-thumbnailer.c: (main):
125
126         Initialize glib type system before using it. Fixes bug #513934.
127         
128 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * properties/ev-properties-main.c:
131
132         Add missing #include.
133         
134 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
135
136         * configure.ac:
137         * backend/djvu/djvu-document.c: (djvu_document_render):
138         * backend/tiff/tiff-document.c: (tiff_document_render):
139
140         Use the new cairo function cairo_format_stride_for_width when
141         available. Fixes bug #482720.
142
143 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
146         (get_mime_type_from_data), (get_document_from_uri):
147
148         Use g_content_type_guess() only when slow is true in
149         get_document_from_uri(). Fix several memory leaks.
150         
151 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
152
153         * libdocument/ev-document-factory.c:
154         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
155         (get_document_from_uri):
156
157         Use g_content_type_guess () to get mimetype for files.
158         Bug #510401.
159
160 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
161
162         * thumbnailer/Makefile.am:
163
164         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
165         
166 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
167
168         * configure.ac:
169
170         Fix build with --without-libgnome. Fixes bug #512771.
171         
172 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
173
174         * backend/dvi/Makefile.am: Install only dvi
175         module. Fixes bug #512718.
176
177 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
178
179         * properties/ev-properties-main.c: (nautilus_module_initialize):
180         
181         Initialize backends in properties tab. Fixes bug
182         #512720.
183
184 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
185
186         * properties/Makefile.am: No need to link with 
187         libraries. Fixes bug #512719.
188
189 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
190
191         * NEWS:
192         * configure.ac:
193         
194         Update for release 2.21.90.
195
196 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
197
198         * shell/ev-window.c: (ev_window_cmd_escape):
199
200         Fix compile warning.
201         
202 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
203
204         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
205
206         Fix printing in dvi backend when filename contains white
207         espaces. Fixes bug #502839.
208         
209 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
210
211         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
212         (screensaver_disable_x11):
213         * shell/Makefile.am:
214         * shell/xdg-user-dir-lookup.c: Removed
215         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
216         * shell/ev-view.c: (ev_view_presentation_transition_start):
217         * shell/ev-window.c: (ev_window_cmd_file_open),
218         (ev_window_cmd_save_as), (presentation_set_timeout):
219
220         Remove #ifdefs that are no longer needed.
221         
222 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
223
224         * shell/ev-view.[ch]: (ev_view_button_release_event),
225         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
226         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
227         (ev_window_cmd_escape):
228
229         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
230         
231 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
232
233         * configure.ac:
234         * backend/comics/comics-document.c: (comics_document_load):
235         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
236         (ev_attachment_set_property), (ev_attachment_init),
237         (ev_attachment_save), (ev_attachment_launch_app),
238         (ev_attachment_open):
239         * libdocument/ev-document-factory.c: (get_document_from_uri):
240         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
241         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
242         * shell/ev-jobs.c:
243         * shell/ev-password.c: (ev_password_dialog_set_property),
244         (ev_password_dialog_save_password):
245         * shell/ev-sidebar-attachments.c:
246         (ev_sidebar_attachments_drag_data_get):
247         * shell/ev-window-title.c: (get_filename_from_uri):
248         * shell/ev-window.c: (ev_window_clear_temp_file),
249         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
250         (ev_window_open_uri), (window_save_file_copy_ready_cb),
251         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
252         (launch_external_uri), (image_save_dialog_response_cb),
253         (attachment_save_dialog_response_cb):
254         * shell/main.c: (load_files), (load_files_remote), (main):
255         * thumbnailer/evince-thumbnailer.c: (main):
256
257         Port to gio and drop gnome-vfs dependency. Fixes bug
258         #510401. Based on patch by Cosimo Cecchi.
259         
260 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
261
262         * NEWS:
263
264         Fixed formatting inconsistencies (spaces vs. tabs)
265
266 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
267
268         * shell/ev-window.c:
269
270         Use top/up/bottom/down arrows instead of
271         first/left/last/right in the toolbar and menu actions.
272         This fixes issues with RTL languages and is visually
273         consistent with the page view. Fixes bug #170081.
274
275 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
276
277         * NEWS:
278
279         Fixed some inaccuracies pointed out by Carlos Garcia
280         Campos.
281
282 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
283
284         * NEWS:
285         * data/evince.schemas.in:
286         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
287
288         Override PDF restrictions by default. Fixes bug #382700.
289
290 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
291
292         * NEWS: Updated for upcoming release
293
294 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
295
296         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
297
298         Fix memory leak.
299         
300 2008-01-23  Gil Forcada <gilforcada@guifi.net>
301
302         * shell/ev-window.c: (register_custom_actions):
303         
304         Added comment for translators
305
306 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * shell/ev-view.c: (ev_view_button_release_event):
309
310         Do not create the idle function for kinetic scrolling if we are
311         not in a drag operation.
312
313 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
314
315         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
316         (ev_view_button_press_event), (ev_view_motion_notify_event),
317         (ev_view_button_release_event):
318
319         Restore cursor after autoscrolling. Fixes bug #509958.
320
321 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
322
323         * configure.ac:
324         * backend/pdf/ev-poppler.cc:
325         (pdf_document_images_get_image_mapping),
326         (pdf_document_images_get_image),
327         (pdf_document_document_images_iface_init):
328         * libdocument/ev-document-images.[ch]:
329         (ev_document_images_get_image_mapping),
330         (ev_document_images_get_image):
331         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
332         (ev_image_get_id), (ev_image_save_tmp):
333         * shell/ev-jobs.c: (ev_job_render_run):
334         * shell/ev-view.c: (ev_view_drag_data_get):
335         * shell/ev-window.c: (image_save_dialog_response_cb),
336         (ev_view_popup_cmd_copy_image):
337
338         Do not render images when rendering the page but on demand. It
339         reduces the memory comsumption.
340         
341 2008-01-18  Marcelo Lira  <setanta@gmail.com>
342
343         * configure.a:
344         * shell/ev-password.c:
345
346         Make gnome-keyring optional. Fixes bug #509676.
347         
348 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
349
350         * shell/ev-pixbuf-cache.c: (add_job):
351
352         Initialize include_images variable as FALSE instead of TRUE.
353         
354 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
355
356         * configure.ac:
357         * cut-n-paste/Makefile.am:
358         * cut-n-paste/fileformatchooser/Makefile.am:
359         * cut-n-paste/fileformatchooser/egg-macros.h:
360         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
361         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
362         * shell/Makefile.am:
363         * shell/ev-utils.c:
364         (file_chooser_dialog_add_writable_pixbuf_formats),
365         (get_gdk_pixbuf_format_by_extension):
366         * shell/ev-utils.h:
367         * shell/ev-window.c: (ev_window_error_message),
368         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
369         
370         Simplify image format selection on save.
371
372 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
373
374         * shell/ev-view.c: (ev_view_scroll_event):
375         
376         Repair gorizontal scrolling with shift. Fixes
377         bug #483412.
378
379 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
380         
381         * MAINTAINERS:
382
383         Fix formatting issues.
384         
385 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
386
387         * backend/comics/comics-document.c: (comics_regex_quote):
388         
389         Don't overquote special chars except of '. See bug 
390         502500. Thanks to Tom Parker.
391
392 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
393
394         * MAINTAINERS:
395         
396         Added Nickolay and Carlos, since they're doing most of
397         the releases nowadays.
398
399 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
400
401         * properties/Makefile.am:
402
403         Get the nautilus extension dir properly instead of using
404         a hack. Fixes bug #505359.
405
406 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
407
408         * properties/Makefile.am:
409         
410         Install nautilus extension into new place. See bug
411         #505359. Thanks to Matthias Clasen, Brian Pepple and
412         Damien Carbery.
413
414 2008-01-13  Djihed Afifi  <djihed@gmail.com>
415
416         * shell/ev-window.c: (ev_window_get_recent_file_label):
417         
418         RTL marker in recent file list. See bug #509076.
419
420 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
421
422         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
423         * shell/ev-window.c: (image_save_dialog_response_cb):
424
425         Fix compile warnings due to unused variables.
426         
427 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
428
429         * configure.ac:
430         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
431         * backend/ps/ev-spectre.c: (ps_document_render):
432
433         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
434
435 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
436
437         * shell/ev-transition-animation.c (ev_transition_animation_fade)
438         (ev_transition_animation_paint): Implement "fade" effect.
439
440 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
441
442         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
443         (ev_transition_animation_paint): Implement "uncover" effect.
444
445 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
446
447         * shell/ev-transition-animation.c (ev_transition_animation_cover)
448         (ev_transition_animation_paint): Implement "cover" effect.
449
450 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
451
452         * shell/ev-transition-animation.c (ev_transition_animation_push)
453         (ev_transition_animation_paint): Implement "push" effect.
454
455 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
456
457         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
458         (ev_transition_animation_paint): Implement "dissolve" effect.
459
460 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
461
462         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
463         (ev_transition_animation_paint): Implement "wipe" effect.
464
465 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
466
467         * shell/ev-transition-animation.c (ev_transition_animation_box)
468         (ev_transition_animation_paint): Implement "box" effect.
469
470 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
471
472         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
473         (ev_transition_animation_paint): Implement "blinds" effect.
474
475 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
476
477         * shell/ev-transition-animation.c (ev_transition_animation_split)
478         (ev_transition_animation_paint): Implement "split" effect.
479
480 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
481
482         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
483         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
484         (ev_view_transition_animation_start) 
485         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
486         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
487         (ev_view_next_page) (ev_view_previous_page):
488         
489         Use EvTransitionAnimation to drive page changes in the presentation
490         mode, the animation will wait to start until both the origin and 
491         destination page surfaces are available. Fixes #458460.
492
493         (draw_loading_text):
494
495         Remove workaround for bug #320352, it's now fixed properly.
496
497
498 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
499
500         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
501         will contain the implementations for page transition animations, at
502         the moment it just has the "replace" effect.
503         * shell/Makefile.am: Added these files to build.
504
505 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
506
507         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
508         animations.
509         * shell/Makefile.am: Added these files to build.
510
511 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
512
513         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
514         implementation to get_effect() in EvDocumentTransitionIface.
515
516 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
517
518         * libdocument/ev-transition-effect.[ch]: New files, define a page
519         transition effect, at the moment it maps PopplerPageTransition to a
520         GObject.
521         * libdocument/Makefile.am: Added these files to build.
522         * libdocument/ev-document-transition.[ch]
523         (ev_document_transition_get_effect): New method, gets the
524         EvTransitionEffect returned by the interface implementation, with
525         fallback to the "replace" effect.
526
527 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
528
529         * configure.ac:
530         * cut-n-paste/Makefile.am:
531         * cut-n-paste/fileformatchooser/Makefile.am:
532         * cut-n-paste/fileformatchooser/egg-macros.h:
533         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
534         * shell/Makefile.am:
535         * shell/ev-window.c: (image_save_dialog_response_cb),
536         (ev_view_popup_cmd_save_image_as):
537
538         Allow exporting images in any format supported by
539         GdkPixbuf. Fixes bug #500209.
540         
541 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
542
543         * backend/pixbuf/pixbuf-document.c:
544
545         More warnings fixed.
546         
547 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
548
549         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
550         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
551         * backend/djvu/djvu-text.h:
552         * backend/tiff/tiff-document.c: (tiff_document_render):
553
554         Fix compile warnings.
555         
556 2007-12-28  Christian Persch  <chpe@gnome.org>
557
558         * **/*.c: Include config.h. Bug #504721.
559
560 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * configure.ac:
563         * Makefile.am:
564         * po/POTFILES.in:
565         * backend/comics/Makefile.am:
566         * backend/comics/comics-document.[ch]:
567         * backend/comics/comicsdocument.evince-backend.in:
568         * backend/djvu/Makefile.am:
569         * backend/djvu/djvu-document.[ch]:
570         * backend/djvu/djvudocument.evince-backend.in:
571         * backend/dvi/Makefile.am:
572         * backend/dvi/dvi-document.[c]:
573         * backend/dvi/dvidocument.evince-backend.in:
574         * backend/impress/Makefile.am:
575         * backend/impress/impress-document.[ch]:
576         * backend/impress/impressdocument.evince-backend.in:
577         * backend/pdf/Makefile.am:
578         * backend/pdf/ev-poppler.cc:
579         * backend/pdf/ev-poppler.h:
580         * backend/pdf/pdfdocument.evince-backend.in:
581         * backend/pixbuf/Makefile.am:
582         * backend/pixbuf/pixbuf-document.[ch]:
583         * backend/pixbuf/pixbufdocument.evince-backend.in:
584         * backend/ps/Makefile.am:
585         * backend/ps/ev-spectre.[ch]:
586         * backend/ps/ps-document.[ch]:
587         * backend/ps/psdocument.evince-backend.in:
588         * backend/tiff/Makefile.am:
589         * backend/tiff/tiff-document.[ch]:
590         * backend/tiff/tiffdocument.evince-backend.in:
591         * libdocument/Makefile.am:
592         * libdocument/ev-backends-manager.[ch]:
593         * libdocument/ev-module.[ch]:
594         * libdocument/ev-document.h:
595         * libdocument/ev-document-factory.[ch]:
596         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
597         (get_compression_from_mime_type), (get_document_from_uri),
598         (ev_document_factory_get_document), (file_filter_add_mime_types),
599         (ev_document_factory_add_filters):
600         * shell/Makefile.am:
601         * shell/ev-window-title.c: (get_filename_from_uri):
602         * shell/main.c: (main):
603         * thumbnailer/Makefile.am:
604         * thumbnailer/evince-thumbnailer.c: (main):
605
606         Plugin system for backends. Fixes bug #351348.
607         
608 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
609
610         * shell/ev-view-private.h:
611         * shell/ev-view.c: (ev_view_drag_update_momentum),
612         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
613         (ev_view_button_release_event), (ev_view_destroy):
614         
615         Kinetic scrolling implemented as requested in
616         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
617
618 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
619
620         * data/evince-toolbar.xml:
621         * data/evince-ui.xml:
622         * shell/ev-view-private.h:
623         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
624         (ev_view_button_press_event), (ev_view_motion_notify_event),
625         (ev_view_button_release_event), (ev_view_init),
626         (ev_view_autoscroll_cb), (ev_view_autoscroll),
627         (ev_view_set_cursor):
628         * shell/ev-view.h:
629         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
630         (ev_window_cmd_view_autoscroll):
631         
632         Autoscroll feature with the context menu. Fixes bug 
633         #323670. Thanks to David Turner <cillian64@googlemail.com>.
634
635 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
636
637         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
638
639         Disconnect also page-ready signal when removing a job because the
640         page size has changed. Thanks to kripken
641         <kripkensteiner@gmail.com>.
642
643 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
644
645         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
646         
647         Scroll pages in page entry with mouse wheel. Fixes bug
648         #324122. Thanks to David Turner <cillian64@googlemail.com>.
649
650 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
651
652         * backend/dvi/Makefile.am:
653         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
654         (mdvi_cairo_device_init):
655         * backend/dvi/mdvi-lib/common.h:
656         * backend/dvi/mdvi-lib/mdvi.h:
657         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
658         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
659         (mdvi_build_path_from_cwd):
660
661         Add ps specials support in dvi backend when libspectre is
662         present. Fixes bug #386005.
663         
664 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
665
666         * configure.ac:
667         * backend/ps/Makefile.am:
668         * backend/ps/ev-spectre.[ch]:
669         
670         Use libspectre, if available, for the ps backend. Fixes bugs
671         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
672
673 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
674         
675         * backend/comics/comics-document.c: (comics_document_load):
676         
677         Cygwin build issue fix.
678
679 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * shell/ev-view.c: (ev_view_set_zoom):
682
683         Do not limit the minimum zoom factor when sizing mode is best bit
684         or fit width. Fixes bug #503805.
685         
686 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
687
688         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
689         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
690         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
691         (ev_link_dest_get_property), (ev_link_dest_set_property),
692         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
693         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
694         (ev_link_dest_new_fitr):
695         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
696         (goto_fith_dest), (goto_xyz_dest):
697
698         Do not change left, top and zoom values when they are null in PDF
699         destinations. Fixes bug #460658.
700         
701 2007-12-10  Christian Persch  <chpe@gnome.org>
702
703         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
704         (ev_view_accessible_class_init),
705         (ev_view_accessible_idle_do_action),
706         (ev_view_accessible_action_do_action),
707         (ev_view_accessible_action_get_description),
708         (ev_view_accessible_action_set_description),
709         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
710         (ev_view_accessible_factory_init),
711         (ev_view_accessible_factory_get_accessible_type):
712         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
713         private data, and G_DEFINE_TYPE. Bug #502843.
714
715 2007-12-08  Christian Persch  <chpe@gnome.org>
716
717         * shell/ev-metadata-manager.c: (item_free),
718         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
719         (value_free), (parse_value), (parseItem),
720         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
721         (save_values): Use GSlice to allocate small amounts of memory. Bug
722         #475972.
723
724 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
725
726         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
727
728         Restore cursor to normal after a drag operation. Fixes bug
729         #501603.
730         
731 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
732
733         * NEWS:
734         * configure.ac:
735         
736         Update for release 2.21.1
737
738 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
739
740         * configure.ac:
741         * cut-n-paste/gedit-message-area/Makefile.am:
742         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
743         * shell/Makefile.am:
744         * shell/ev-message-area.[ch]:
745         * shell/ev-window.c: (ev_window_set_message_area),
746         (ev_window_error_message_response_cb), (ev_window_error_message),
747         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
748         (ev_window_save_job_cb), (image_save_dialog_response_cb),
749         (ev_attachment_popup_cmd_open_attachment),
750         (attachment_save_dialog_response_cb), (ev_window_set_document),
751         (ev_window_init):
752
753         Use a message area instead of a popup dialog for error
754         notifications. Fixes bug #337495.
755         
756 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
757
758         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
759         (ev_window_run_fullscreen):
760
761         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
762         
763 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * ev-sidebar-thumbnails.c: (update_visible_range),
766         (ev_sidebar_thumbnails_refresh),
767         (ev_sidebar_thumbnails_set_document),
768         (ev_sidebar_thumbnails_support_document):
769
770         Show thumbnails for documents with one page. Fixes bug #358751.
771         
772 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * shell/ev-window.c:
775         (ev_window_load_print_settings_from_metadata),
776         (ev_window_save_print_settings), (ev_window_print_finished),
777         (ev_window_print_range):
778
779         Print settings that are specific to the document are now saved per
780         document in the metadata file. Fixes bug #488806.
781         
782 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
783
784         * backend/tiff/tiff-document.c: (tiff_document_render):
785
786         Tiff documents were rendered with wrong colors. Fixes bug #497279.
787         
788 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
789
790         * shell/ev-application.[ch]: (get_find_string_from_args),
791         (ev_application_open_uri_at_dest), (ev_application_open_uri),
792         (ev_application_open_uri_list):
793         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
794         * shell/ev-window.[ch]: (ev_window_load_job_cb),
795         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
796         (ev_window_cmd_recent_file_activate),
797         (ev_window_open_recent_action_item_activated),
798         (ev_window_print_send), (open_remote_link):
799         * shell/main.c: (arguments_parse):
800
801         Add a command line option for search. Fixes bug #497710.
802         
803 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
804
805         * shell/ev-jobs.c: (ev_job_print_new):
806
807         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
808         
809 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
810
811         * data/evince-toolbar.xml:
812         * shell/Makefile.am:
813         * shell/ev-application.c: (ev_application_init):
814         * shell/ev-open-recent-action.[ch]:
815         * shell/ev-window.c:
816         (ev_window_open_recent_action_item_activated),
817         (register_custom_actions):
818
819         Add an expander to the open toolbar item which pops up a dropdown
820         menu with the recently used documents. Fixes bug #487215.
821         
822 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/ev-window.c: (ev_window_open_uri),
825         (ev_window_cmd_view_reload):
826
827         Do not jump to the first page when reloading by running evince
828         from the command line. Fixes bug #490847.
829         
830 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
831
832         * shell/ev-window.c: (ev_window_cmd_help_contents):
833
834         Plugged memory leak when help file is not found. Fixes bug
835         #490762.
836         
837 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
838
839         * configure.ac:
840
841         Enable djvu, dvi and comics backends by default. Fixes bug
842         #437121.
843         
844 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
845
846         * configure.ac:
847         * cut-n-paste/Makefile.am:
848         * cut-n-paste/recent-files/*: Removed
849         * help/reference/Makefile.am:
850         * shell/Makefile.am:
851         * shell/ev-application.[ch]: (ev_application_shutdown),
852         (ev_application_init):
853         * shell/ev-window.c: (ev_window_add_recent),
854         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
855
856         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
857         
858 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
859
860         * shell/ev-window.c: (launch_external_uri):
861
862         Let GnomeVFS check the URL, this allow more URL (like mailto:),
863         and report error if the URL is not supported (#489910).
864
865 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
866
867         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
868         (pdf_document_file_exporter_begin_page),
869         (pdf_document_file_exporter_end_page):
870
871         Fix printing with poppler splash backend. Fixes bug #489774.
872         
873 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
876         * shell/ev-print-job.c: (ev_print_job_class_init):
877
878         Fix a crash when printing with the gnome-print dialog. Fixes bug
879         #488939.
880         
881 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
882
883         * backend/pixbuf/pixbuf-document.c:
884
885         Fix an implicit function definition warning (#487655)
886
887 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
888
889         * shell/ev-window.c:
890
891         Fix conflicting shortcut for view sade pane and presentation.
892         
893 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
894
895         * backend/pdf/ev-poppler.cc:
896         (pdf_document_file_exporter_begin_page),
897         (pdf_document_file_exporter_do_page),
898         (pdf_document_file_exporter_end_page),
899         (pdf_document_file_exporter_iface_init):
900         * libdocument/ev-file-exporter.[ch]:
901         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
902         * shell/ev-jobs.c: (ev_job_print_get_page_list),
903         (ev_job_print_run):
904
905         When printing multiple pages per sheet in reverse option, do not
906         invert the order of the pages in every sheet, but the order of the
907         sheets. Do not print blank pages when page range is invalid. Fixes
908         bugs #484857 and #485521.
909         
910 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
911
912         * shell/ev-jobs.c: (ev_job_print_get_page_list),
913         (ev_job_print_run):
914         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
915
916         Respect ranges order when printing more than one range in random
917         order.
918         
919 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
920
921         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
922         (ev_window_setup_document), (ev_window_rotation_changed_cb):
923
924         Rotate also the window icon when document is rotated. Fixes bug
925         #474681.
926         
927 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
930         (pdf_document_forms_get_form_fields):
931
932         Silently ignore unknown form fields. Fixes bug #482654. Patch by
933         Matthias Drochner.
934         
935 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
936
937         * configure.ac:
938         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
939
940         Use poppler_page_render_for_printing() instead of
941         poppler_page_render() if available when exporting to a ps or pdf
942         file. Fixes bug #476627.
943         
944 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * shell/ev-window.c: (ev_window_run_fullscreen):
947
948         Do not show the toolbar in fullscreen mode if the main toolbar is
949         not visible. Fixes bug #483048.
950         
951 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
952
953         * shell/ev-view.c: (ev_view_button_press_event):
954
955         Give priority to form fields over images when deciding whether a
956         button press event is over an image or form field. It allows edit
957         form fields when they are over a background image. Fixes bug
958         #477841.
959         
960 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
961
962         * NEWS:
963         * configure.ac:
964         
965         Update for release 2.20.0
966
967 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * backend/pdf/ev-poppler.cc:
970
971         Remove #ifdef HAVE_FORMS, so that forms support works again.
972
973 2007-09-05  Götz Waschk  <waschk@mandriva.org>
974
975         * configure.ac:
976         * data/evince.desktop.in.in:
977         
978         Fixes desktop file issues. See bug #473471.
979
980 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
981
982         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
983         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
984         (ev_job_queue_remove_job):
985         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
986         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
987         * shell/ev-window.c: (ev_window_clear_save_job),
988         (ev_window_save_job_cb), (file_save_dialog_response_cb),
989         (ev_window_dispose):
990
991         Move save a copy task to its own job so that it's carried out in a
992         thread avoiding another lock in the main thread. Use
993         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
994         can be saved to a pathin another file system. Fixes bug #456891.
995         
996 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
997
998         * NEWS:
999         * configure.ac:
1000         
1001         Update for release 2.19.92
1002
1003 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * configure.ac:
1006         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1007         (pdf_selection_get_selection_region),
1008         (pdf_selection_get_selection_map),
1009         (ev_form_field_from_poppler_field):
1010
1011         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1012         and triple click selections are enabled again now.
1013
1014 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * shell/ev-window.c: (ev_window_add_history):
1017
1018         Make sure not to use the history with documents not supporting
1019         links. Fixes bug #468954.
1020
1021 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1022
1023         * shell/ev-window.c: (ev_window_load_job_cb):
1024
1025         Restart the search when reloading a document with the find bar
1026         visible. Fixes bug #461962.
1027
1028 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1029
1030         * shell/ev-window.c: (setup_document_from_metadata),
1031         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1032
1033         Do not jump to the first page when reloading a document from the
1034         last page.
1035
1036 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1037
1038         * shell/ev-window.c: (update_chrome_flag),
1039         (setup_sidebar_from_metadata),
1040         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1041         (ev_window_cmd_edit_find_next),
1042         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1043         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1044         (find_bar_close_cb), (view_actions_focus_in_cb):
1045
1046         Do not update visibility when changing a chrome flag so that it's
1047         possible to update several flags and update visibility only once
1048         for all of them.
1049
1050 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1053
1054         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1055         supported by gtk+. Fixes bug #460907.
1056
1057 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1058
1059         * shell/ev-view.c: (view_update_range_and_current_page):
1060
1061         Make sure current-page <= end-page in continuous mode. Fixes bug
1062         #454950.
1063
1064 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1065
1066         * backend/pdf/ev-poppler.cc: (build_tree):
1067
1068         Ignore outline items without a title. Fixes bug #453913.
1069
1070 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1073         (ev_view_button_release_event), (ev_view_leave_notify_event):
1074
1075         Use always drag mouse cursor during a drag operation. Fixes bug
1076         #470564.
1077
1078 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1079
1080         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1081         (pdf_selection_get_selection_region),
1082         (pdf_selection_get_selection_map):
1083
1084         Temporarily disable double and triple selections since it depends on
1085         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1086         released and the update of the external dependency minimal version
1087         approved.
1088
1089 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1090
1091         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1092         (pdf_document_file_exporter_do_page):
1093         * libdocument/ev-file-exporter.h:
1094         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1095         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1096
1097         Actually fix printing regressions. Remove orientation from
1098         EvPrintContext since it's redundant.
1099
1100 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1101
1102         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1103         * backend/impress/impress-document.c:
1104         (impress_document_document_iface_init):
1105         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1106         * backend/djvu/djvu-document.c:
1107         (djvu_document_document_iface_init),
1108         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1109         * backend/tiff/tiff-document.c:
1110         (tiff_document_document_iface_init):
1111         * backend/pixbuf/pixbuf-document.c:
1112         (pixbuf_document_document_iface_init):
1113         * backend/comics/comics-document.c:
1114         (comics_document_document_iface_init):
1115         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1116         (pdf_selection_render_selection),
1117         (pdf_selection_get_selected_text),
1118         (pdf_selection_get_selection_region),
1119         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1120         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1121         (ev_selection_get_selection_region),
1122         (ev_selection_get_selection_map):
1123         * libdocument/ev-document.[ch]:
1124         * shell/ev-pixbuf-cache.[ch]: (add_job),
1125         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1126         * shell/ev-view-private.h:
1127         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1128         (ev_job_render_run):
1129         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1130         * shell/ev-view.c: (start_selection_for_event),
1131         (ev_view_button_press_event), (ev_view_drag_data_get),
1132         (ev_view_drag_data_received), (ev_view_button_release_event),
1133         (compute_new_selection_text), (compute_selections),
1134         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1135         (ev_view_primary_get_cb):
1136
1137         Add support for double and triple click selections.
1138
1139 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1140
1141         * NEWS:
1142         * configure.ac:
1143
1144         Update for release 2.19.4
1145
1146 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1147
1148         * shell/ev-view-private.h:
1149         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1150         (ev_view_set_highlight_search):
1151         * shell/ev-view.h:
1152         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1153         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1154         (find_bar_visibility_changed_cb):
1155         
1156         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1157
1158 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1159
1160         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1161         (pdf_document_file_exporter_begin),
1162         (pdf_document_file_exporter_do_page):
1163         * shell/ev-jobs.c: (ev_job_print_run):
1164         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1165
1166         Create always a portrait cairo surface and rotate when needed for
1167         landscape. It fixes printing problems in real printers.
1168
1169 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1170
1171         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1172         * libdocument/ev-file-exporter.[ch]:
1173         (ev_file_exporter_get_capabilities):
1174         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1175         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1176
1177         Adjust number of pages per row according to page orientation when
1178         printing 2 or 6 pages per sheet.
1179
1180 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * shell/ev-window.c: (ev_window_print_send):
1183
1184         Reset also cups setting to 1 when printing multiple pages per
1185         sheet. Fixes bug #468853.
1186
1187 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1188
1189         * libdocument/ev-document-misc.c:
1190         (ev_document_misc_surface_rotate_and_scale):
1191
1192         Use directly cairo_surface_get_content() when creating a similar
1193         surface as suggested by Jeff Muizelaar. Thanks again.
1194
1195 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1196
1197         * backend/djvu/djvu-document.c: (djvu_document_render):
1198         * backend/tiff/tiff-document.c: (tiff_document_render):
1199         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1200         * libdocument/ev-document-misc.c:
1201         (ev_document_misc_surface_from_pixbuf),
1202         (ev_document_misc_surface_rotate_and_scale):
1203
1204         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1205         creating page surfaces. Fixes bug #453123. Thank you very much to
1206         Jeff Muizelaar <jeff@infidigm.net>.
1207
1208 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1209
1210         * shell/ev-page-cache.c: (ev_page_cache_new),
1211         (ev_page_cache_get_thumbnail_size):
1212         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1213         (ev_sidebar_thumbnails_set_loading_icon):
1214
1215         Also store in page-cache the dimensions of the thumbnails so that
1216         they can be used to create the correct loading icon in the side
1217         pane. Fixes bug #466857.
1218
1219 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1220
1221         * backend/pdf/ev-poppler.cc:
1222         (pdf_document_thumbnails_get_thumbnail):
1223
1224         Fix thumbnails rotation in pdf documents that include embedded 
1225         thumbnails.
1226
1227 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1228
1229         * backend/pdf/ev-poppler.cc:
1230
1231         Don't use #ifdef in macro expansion. Some compilers don't
1232         like that. Closes bug #467042.
1233
1234 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1235
1236         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1237         
1238         Fixes memory leak in djvu backend.
1239
1240 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1241
1242         * data/icons/32x32/Makefile.am:
1243         * data/icons/32x32/actions/Makefile.am:
1244         * data/icons/32x32/actions/view-page-cont.svg:
1245         * data/icons/32x32/actions/view-page-facing.svg:
1246         * data/icons/48x48/Makefile.am:
1247         * data/icons/48x48/actions/Makefile.am:
1248         * data/icons/48x48/actions/view-page-cont.svg:
1249         * data/icons/48x48/actions/view-page-facing.svg:
1250         
1251         Icons for a new sizes.
1252
1253 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1254
1255         * shell/ev-page-cache.c: (build_height_to_page),
1256         (ev_page_cache_get_height_to_page):
1257         
1258         Fixes invalid read, see bug #466401.
1259
1260 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1261
1262         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1263         (set_drag_cursor):
1264         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1265         (configure_item_cursor), (new_pixbuf_from_widget):
1266
1267         Fix multihead problems in toolbar editor. Fixes bug #382055.
1268
1269 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-window.c: (ev_window_cmd_file_open),
1272         (ev_window_cmd_save_as):
1273
1274         Use g_get_user_special_dir when available instead of
1275         xdg_user_dir_lookup.
1276
1277 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1278
1279         * MAINTAINERS:
1280         
1281         Updated according to request on desktop-devel.
1282
1283 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1284
1285         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1286
1287         Do not use cairo_rectangle and cairo_clip since we are
1288         not using cairo_fill but cairo_paint. Use the same cairo context
1289         for every page in the same expose event.
1290
1291 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1292
1293         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1294         leak.
1295
1296 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1297
1298         * configure.ac:
1299         * NEWS:
1300
1301         Release 0.9.3
1302
1303 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * libdocument/ev-document-info.h:
1306         * libdocument/ev-document.h:
1307         * shell/ev-page-action.h:
1308         * shell/ev-sidebar-links.h:
1309
1310         Fix a headers problem with ev-link
1311         
1312         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1313         * shell/ev-view-private.h:
1314         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1315         (get_link_area), (ev_view_query_tooltip),
1316         (ev_view_leave_notify_event), (ev_view_destroy),
1317         (ev_view_class_init):
1318
1319         Use new gtk tooltips when available instead of ev-tooltip.
1320         
1321 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1322
1323         * shell/ev-window.c: (update_chrome_visibility),
1324         (ev_window_sidebar_visibility_changed_cb):
1325
1326         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1327         
1328 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1329
1330         * shell/ev-navigation-action.c:
1331         (ev_navigation_action_history_changed),
1332         (ev_navigation_action_set_history):
1333         * shell/ev-navigation-action-widget.c:
1334         (ev_navigation_action_widget_init):
1335         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1336
1337         Fix compile warnings.
1338         
1339 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1340
1341         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1342         (egg_editable_toolbar_dispose):
1343
1344         Fix memory leak.
1345         
1346 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1349         (screensaver_disable_x11):
1350         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1351         * shell/ev-window.c: (presentation_set_timeout):
1352         * shell/ev-view.c: (ev_view_presentation_transition_start):
1353
1354         Use g_timeout_add_seconds instead of g_timeout_add when
1355         available.
1356         
1357 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1358
1359         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1360
1361         Set horizontal scrollbar policy to AUTOMATIC instead of
1362         NEVER. Workaround for bug #449462.
1363         
1364 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1365
1366         * shell/ev-jobs.c: (ev_job_render_page_ready):
1367
1368         Add page_ready callback to main loop with high priority and hold
1369         a reference to job during idle.
1370         
1371 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1372
1373         * configure.ac:
1374         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1375         (pdf_document_file_exporter_begin),
1376         (pdf_document_file_exporter_do_page),
1377         (pdf_document_file_exporter_get_capabilities):
1378         * libdocument/ev-file-exporter.h:
1379         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1380         * shell/ev-window.c: (ev_window_print_send),
1381         (ev_window_print_dialog_response_cb):
1382
1383         Allow printing multiple pages per sheet. Fixes bug #395573.
1384         
1385 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1386
1387         * shell/ev-view.c: (tip_from_link):
1388         
1389         Check for NULL, fixes bug #460862.
1390
1391 2007-07-29  Christian Persch  <chpe@gnome.org>
1392
1393         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1394         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1395         (ev_window_cmd_preview_print):
1396         
1397         Fixes bug #437681 - blocks while enumerating printers.
1398
1399 2007-07-29  Christian Persch  <chpe@gnome.org>
1400
1401         * shell/ev-window.c: (ev_window_screen_changed):
1402         
1403         Don't use deprecated gtk+ function. See bug #460909.
1404
1405 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * shell/ev-utils.c: (get_num_monitors):
1408         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1409
1410         Do not use display before initializing it. Remove compile
1411         warnings.
1412
1413 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1414
1415         * shell/ev-view.c: (ev_view_class_init):
1416         
1417         Unix-like hjkl bindings added. See bug #458111.
1418
1419 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1420
1421         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1422         * shell/ev-utils.h:
1423         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1424         (ev_view_update_view_size):
1425         * shell/ev-view.h:
1426         * shell/ev-window.c: (ev_window_update_actions),
1427         (setup_view_from_metadata), (ev_window_screen_changed),
1428         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1429         (zoom_control_changed_cb):
1430         * shell/ev-window.h:
1431         
1432         Reorganizes utility functions.
1433
1434 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1435
1436         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1437         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1438         (add_job), (ev_pixbuf_cache_get_surface),
1439         (ev_pixbuf_cache_get_link_mapping),
1440         (ev_pixbuf_cache_get_image_mapping),
1441         (ev_pixbuf_cache_get_form_field_mapping),
1442         (ev_pixbuf_cache_get_text_mapping):
1443         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1444         (notify_page_ready), (ev_job_render_page_ready),
1445         (ev_job_render_run):
1446
1447         Add page_ready signal to notify that page is ready as soon as
1448         possible even if other page elements like links, forms, images or
1449         text mapping are not ready yet.
1450
1451 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1452
1453         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1454         (dvi_document_file_exporter_do_page),
1455         (dvi_document_file_exporter_get_capabilities),
1456         (dvi_document_file_exporter_iface_init):
1457         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1458         (ps_document_file_exporter_do_page),
1459         (ps_document_file_exporter_get_capabilities),
1460         (ps_document_file_exporter_iface_init):
1461         * backend/djvu/djvu-document.c:
1462         (djvu_document_file_exporter_begin),
1463         (djvu_document_file_exporter_end),
1464         (djvu_document_file_exporter_get_capabilities),
1465         (djvu_document_file_exporter_iface_init):
1466         * backend/tiff/tiff-document.c:
1467         (tiff_document_file_exporter_begin),
1468         (tiff_document_file_exporter_get_capabilities),
1469         (tiff_document_document_file_exporter_iface_init):
1470         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1471         (pdf_document_file_exporter_do_page),
1472         (pdf_document_file_exporter_get_capabilities),
1473         (pdf_document_file_exporter_iface_init):
1474         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1475         (ev_file_exporter_get_capabilities):
1476         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1477         (idle_print_handler), (ev_print_job_print):
1478         * shell/ev-jobs.c: (ev_job_print_run):
1479         * shell/ev-window.c: (ev_window_print_send),
1480         (ev_window_print_range):
1481
1482         Use capabilities to know which options should be offered by the
1483         print dialog depending on the document backend.
1484
1485 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1488
1489         Give priority to forms over text to set the cursor.
1490
1491 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * shell/ev-view-private.h:
1494         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1495         (ev_view_leave_notify_event), (ev_view_finalize),
1496         (ev_view_get_property), (ev_view_class_init):
1497
1498         Use IBEAM cursor for text form fields and NORMAL cursor for read
1499         only fields. Remove unused status attribute.
1500
1501 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1502
1503         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1504
1505         Update region for current selected items also for checkbox
1506         buttons, since they can behave as radio buttons when they are in a
1507         set.
1508
1509 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1510
1511         * configure.ac:
1512         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1513
1514         Get max length of text form fields.
1515
1516 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1517
1518         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1519         * libdocument/ev-form-field.h:
1520         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1521
1522         Fix build with current poppler cvs head.
1523
1524 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1525
1526         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1527         * shell/eggfindbar.c: (egg_find_bar_init):
1528
1529         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1530         deprecation. Fixes bug #455667
1531
1532 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1533
1534         * NEWS:
1535         * configure.ac:
1536         
1537         Update for release 0.9.2
1538
1539 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1540
1541         * shell/ev-view.c: (ev_view_form_field_text_save),
1542         (ev_view_form_field_choice_save):
1543
1544         Fix a crash when closing whith a form widget visible.
1545
1546 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1547
1548         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1549
1550         Update also the region of the current selected button when
1551         clicking on another button if they are radio buttons.
1552
1553 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1554
1555         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1556         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1557         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1558         (ev_pixbuf_cache_get_link_mapping),
1559         (ev_pixbuf_cache_get_image_mapping),
1560         (ev_pixbuf_cache_get_form_field_mapping),
1561         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1562         * shell/ev-view.c: (ev_view_form_field_get_region),
1563         (ev_view_form_field_button_create_widget),
1564         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1565         (job_finished_cb):
1566
1567         Redraw only form field region instead of the whole page when
1568         reloading a page to show changes on the form field.
1569
1570 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1571
1572         * shell/ev-view.c: (ev_view_form_field_choice_save):
1573
1574         Fix selection of first item in list form fields.
1575
1576 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1577
1578         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1579         (ev_pixbuf_cache_reload_page),
1580         (ev_pixbuf_cache_get_form_field_mapping):
1581
1582         Some refactoring to avoid duplicated code.
1583
1584 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1585
1586         * configure.ac:
1587         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1588         (ev_form_field_from_poppler_field),
1589         (pdf_document_forms_get_form_fields),
1590         (pdf_document_forms_form_field_text_get_text),
1591         (pdf_document_forms_form_field_text_set_text),
1592         (pdf_document_forms_form_field_button_set_state),
1593         (pdf_document_forms_form_field_button_get_state),
1594         (pdf_document_forms_form_field_choice_get_item),
1595         (pdf_document_forms_form_field_choice_get_n_items),
1596         (pdf_document_forms_form_field_choice_is_item_selected),
1597         (pdf_document_forms_form_field_choice_select_item),
1598         (pdf_document_forms_form_field_choice_toggle_item),
1599         (pdf_document_forms_form_field_choice_unselect_all),
1600         (pdf_document_forms_form_field_choice_set_text),
1601         (pdf_document_forms_form_field_choice_get_text),
1602         (pdf_document_document_forms_iface_init):
1603         * libdocument/Makefile.am:
1604         * libdocument/ev-form-field.[ch]:
1605         * libdocument/ev-document-forms.[ch]:
1606         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1607         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1608         (add_job), (ev_pixbuf_cache_reload_page),
1609         (ev_pixbuf_cache_get_form_field_mapping):
1610         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1611         * shell/ev-view-private.h:
1612         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1613         (ev_view_handle_cursor_over_xy),
1614         (ev_view_get_form_field_at_location),
1615         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1616         (ev_view_form_field_button_create_widget),
1617         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1618         (ev_view_form_field_text_create_widget),
1619         (ev_view_form_field_choice_save),
1620         (ev_view_form_field_choice_changed),
1621         (ev_view_form_field_choice_create_widget),
1622         (ev_view_handle_form_field), (ev_view_size_allocate),
1623         (ev_view_realize), (draw_end_presentation_page),
1624         (ev_view_button_press_event), (ev_view_remove_all),
1625         (ev_view_motion_notify_event), (ev_view_key_press_event),
1626         (ev_view_enter_notify_event), (highlight_find_results),
1627         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1628         (ev_view_class_init), (page_changed_cb),
1629         (on_adjustment_value_changed), (ev_view_set_presentation),
1630         (merge_selection_region), (ev_view_set_cursor),
1631         (ev_view_reset_presentation_state):
1632         
1633         Merge evince-forms branch.
1634
1635 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1636
1637         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1638
1639         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1640         This script also updates itself from libegg
1641
1642         * cut-n-paste/toolbar-editor/egg*:
1643         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1644         libegg
1645
1646 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1647
1648         * shell/ev-window.c:
1649         
1650         Adds a nice icon to page action during toolbar editing.
1651         See bug #452872.
1652
1653 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1654
1655         * data/evince-toolbar.xml:
1656         * shell/ev-window.c:
1657         
1658         Let user add a presentation and fullscreen icons on toolbar.
1659         See bug #449734.
1660
1661 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1662
1663         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1664
1665         new script to keep in sync with toolbareditor in libegg
1666
1667         * cut-n-paste/toolbar-editor/*: 
1668
1669         Run update-toolbareditor-from-libegg so we are in sync again. 
1670         Fixes bug #452850.
1671         
1672
1673 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1674
1675         * shell/ev-sidebar-links.c: (job_finished_callback):
1676
1677         Do not connect selection changed signal more than once. Fixes bug
1678         #349433.
1679
1680 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1683
1684         Do not change sidebar chrome flag when pressing F9 key in
1685         presentation mode.
1686
1687 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1688
1689         * backend/pdf/ev-poppler.cc:
1690         (pdf_document_thumbnails_get_dimensions):
1691
1692         Make sure thumbnails width and height is not <= 0. Fixes a crash
1693         with some pdf documents which have really small pages.
1694
1695 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1696
1697         * shell/main.c: (main):
1698
1699         Fixes program description translation issue.
1700         Bug #450148.
1701
1702 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1703
1704         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1705
1706         Do not change current page when returning from black/white mode
1707         in presentation. Fixes bug #415032.
1708
1709 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1710
1711         * NEWS:
1712         * configure.ac:
1713         
1714         Update for release 0.9.1
1715
1716 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1717
1718         * backend/dvi/dvi-document.c:
1719         (dvi_document_finalize),
1720         (dvi_document_file_exporter_format_supported),
1721         (dvi_document_file_exporter_begin),
1722         (dvi_document_file_exporter_do_page),
1723         (dvi_document_file_exporter_end),
1724         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1725         
1726         PDF exporter for dvi documents. Fixes bug #441319.
1727
1728 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1729
1730         * shell/ev-window.c: (ev_window_clear_print_job):
1731
1732         Clear gtk print job when job has finished. Fixes bug #447612.
1733
1734 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1735
1736         * shell/ev-window.c: (ev_window_print_send),
1737         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1738
1739         Add preview button to print dialog. Fixes bug #445419.
1740
1741 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1742
1743         * backend/dvi/Makefile.am:
1744         * backend/dvi/pixbuf-device.[ch]: Removed
1745         * backend/dvi/cairo-device.[ch]: Added
1746         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1747         * backend/dvi/dvi-document.c: (dvi_document_load),
1748         (dvi_document_render), (dvi_document_finalize),
1749         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1750         (dvi_document_do_color_special):
1751         * libdocument/ev-document-misc.[ch]:
1752         (ev_document_misc_pixbuf_from_surface):
1753
1754         Port dvi backend to cairo and fix a problem with colors. 
1755
1756 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1757
1758         * shell/ev-view.c: (draw_one_page):
1759
1760         Draw only visible region.
1761
1762 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * backend/djvu/djvu-document.c: (djvu_document_render):
1765
1766         Fix rotation in djvu backend.
1767
1768 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1771         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1772         (ev_pixbuf_cache_get_image_mapping),
1773         (ev_pixbuf_cache_get_text_mapping):
1774
1775         Redraw view every time we have a new surface. Fixes bug #443587.
1776
1777 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * libdocument/ev-document.c: (ev_document_info_free):
1780
1781         Fix memory leaks.
1782
1783 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1784
1785         * backend/dvi/dvi-document.c: (dvi_document_render),
1786         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1787         * backend/impress/impress-document.c:
1788         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1789         (impress_document_render), (impress_document_document_iface_init),
1790         (impress_document_thumbnails_get_thumbnail):
1791         * backend/djvu/djvu-document-private.h:
1792         * backend/djvu/djvu-document.c: (djvu_document_render),
1793         (djvu_document_finalize), (djvu_document_document_iface_init),
1794         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1795         * backend/tiff/tiff-document.c: (tiff_document_render),
1796         (tiff_document_render_pixbuf),
1797         (tiff_document_document_iface_init):
1798         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1799         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1800         (pdf_selection_render_selection):
1801         * backend/comics/comics-document.c:
1802         (comics_document_render_pixbuf), (comics_document_render),
1803         (comics_document_document_iface_init):
1804         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1805         (pixbuf_document_document_iface_init):
1806         * libdocument/ev-document-misc.[ch]:
1807         (ev_document_misc_surface_from_pixbuf),
1808         (ev_document_misc_surface_rotate_and_scale):
1809         * libdocument/ev-document.[ch]: (ev_document_render):
1810         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1811         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1812         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1813         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1814         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1815         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1816         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1817         (render_finished_cb), (ev_job_render_run):
1818         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1819         (merge_selection_region):
1820
1821         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1822         and selections.
1823
1824 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1825
1826         * shell/ev-window-title.c: (ev_window_title_update):
1827
1828         Fix memory leak.
1829
1830 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1831
1832         * shell/ev-view.c: (draw_loading_text):
1833
1834         Show loading text centered. Fixes bug #433061
1835
1836 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1837
1838         * shell/ev-sidebar-thumbnails.c:
1839         (ev_sidebar_thumbnails_set_loading_icon):
1840
1841         Remove a mutex in the main thread that blocks the UI in heavy
1842         documents.
1843
1844 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1847
1848         Set points_set to TRUE so that selections don't disappear after a
1849         zoom change.
1850
1851 2007-06-07  Michael Monreal  <infernux@web.de>
1852
1853         * data/icons/16x16/actions/Makefile.am:
1854         * data/icons/16x16/actions/zoom.svg:
1855         * data/icons/22x22/actions/Makefile.am:
1856         * data/icons/22x22/actions/zoom.svg:
1857         * data/icons/24x24/actions/Makefile.am:
1858         * shell/ev-stock-icons.c:
1859         * shell/ev-stock-icons.h:
1860         * shell/ev-window.c:
1861         
1862         Zoom icon artwork. See bug #444795.
1863
1864 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1865
1866         * shell/ev-metadata-manager.c: Remove extraneous function
1867         (Closes: #444386)
1868
1869 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1870
1871         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1872         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1873         (ev_metadata_manager_set), (ev_metadata_manager_save):
1874         Simplify the timeout, no need for modified anymore
1875
1876 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1877
1878         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1879         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1880         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1881         (ev_metadata_manager_save): Adapted patch from Arjan van de
1882         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1883         time, saves on power (Closes: #443851)
1884
1885 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1886
1887         * configure.ac:
1888         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1889         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1890
1891         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1892
1893 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1894
1895         * shell/ev-window.c: (ev_window_add_history):
1896
1897         Check if history is NULL
1898
1899 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1900
1901         * libdocument/ev-image.c: (ev_image_finalize):
1902         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1903         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1904         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1905         (ev_tmp_uri_unlink):
1906
1907         Add functions to delete temporary files created by evince in a safe
1908         way.
1909
1910         * shell/ev-window.c: (ev_window_clear_local_uri),
1911         (open_xfer_update_progress_callback),
1912         (save_xfer_update_progress_callback), (ev_window_save_remote),
1913         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1914         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1915         (attachment_save_dialog_response_cb),
1916         (ev_attachment_popup_cmd_save_attachment_as):
1917
1918         Allow saving a copy of a document, image or attachment to a remote
1919         location. Fixes bug #440754. 
1920
1921 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1922
1923         * configure.ac:
1924         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1925
1926         Fix build with current poppler from cvs head. 
1927
1928 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1929
1930         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1931
1932         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1933         directory exists.
1934
1935 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1936
1937         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1938         * shell/ev-window.c:
1939
1940         Change sidebar ordering. Fixes bug #439939.
1941
1942 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1943
1944         * backend/comics/Makefile.am:
1945         
1946         Fixes build with --without-libgnome.
1947
1948 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1949         
1950         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1951
1952         Update cursor and tooltip on page change and view scroll. Fixes bug
1953         #439217.
1954
1955 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1956
1957         * NEWS:
1958         * configure.ac:
1959         
1960         Update for release 0.9.0
1961
1962 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1963
1964         * backend/djvu/djvu-document-private.h:
1965         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1966         (djvu_document_finalize),
1967         (djvu_document_file_exporter_format_supported),
1968         (djvu_document_file_exporter_begin),
1969         (djvu_document_file_exporter_do_page),
1970         (djvu_document_file_exporter_end),
1971         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1972         
1973         Implemented printing with djvu. Bug #437998.
1974
1975 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1976
1977         * backend/impress/zip.c:
1978         Add missing ulong definition.
1979
1980         * backend/ps/ps-interpreter.c:
1981         Add missing headers.
1982
1983         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1984
1985 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1986
1987         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1988
1989         Add missing call to parent class dispose method. 
1990
1991 2007-05-12  Ross Burton  <ross@openedhand.com>
1992
1993         * shell/main.c:
1994         Sync keybindings manually when building without libgnome
1995         (#437925).
1996
1997 2007-05-12  Ross Burton  <ross@openedhand.com>
1998
1999         * shell/ev-window.c:
2000         Respect the screen when opening help (#437866).
2001
2002 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2003
2004         * data/evince-ui.xml:
2005         * shell/ev-application.[ch]: (get_print_settings_from_args),
2006         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2007         (ev_application_open_uri_list):
2008         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2009         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2010         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2011         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2012         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2013         (ev_window_dispose):
2014         * shell/main.c: (arguments_parse):
2015
2016         Add print button in preview mode. Fixes bug #396475. 
2017
2018 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2019
2020         * cut-n-paste/zoom-control/ephy-zoom.h:
2021         
2022         Fixes zoom level factors. See bug #408119 for details.
2023
2024 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2025
2026         * backend/comics/comics-document.c: (comics_regex_quote),
2027         (extract_argv):
2028         
2029         Correctly quote symbols. Fixes crash in the bug
2030         #415370.
2031
2032 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2033
2034         * shell/ev-navigation-action-widget.c:
2035         (ev_navigation_action_widget_init),
2036         (ev_navigation_action_widget_class_init),
2037         (ev_navigation_action_widget_button_press_event):
2038         
2039         Connect to button-press event on correct widget. Fixes
2040         bug #431988
2041
2042 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2043
2044         * shell/ev-application.c: (ev_application_open_window),
2045         (ev_application_add_icon_path_for_screen),
2046         (ev_application_open_uri_at_dest):
2047         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2048         * shell/ev-navigation-action.c: (build_menu):
2049         
2050         Add app-specific icons to our icon theme. Fixes bug
2051         #425508.
2052
2053 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2054
2055         * shell/ev-history.c: (ev_history_class_init),
2056         (ev_history_add_link):
2057         * shell/ev-history.h:
2058         * shell/ev-navigation-action.c:
2059         (ev_navigation_action_history_changed),
2060         (ev_navigation_action_set_history), (build_menu),
2061         (ev_navigation_action_finalize):
2062         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2063         
2064         Make navigation action unsensitive instead of showing
2065         menu with unsensitive word. Fixes bug #417392.
2066
2067 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2068
2069         * shell/ev-application.[ch]: (ev_application_shutdown),
2070         (ev_application_get_print_settings),
2071         (ev_application_set_print_settings):
2072         * shell/ev-window.c:
2073
2074         Remember print settings. Fixes bug #349102. 
2075
2076 2007-05-08  Christian Persch  <chpe@gnome.org>
2077
2078         * configure.ac:
2079         * properties/ev-properties-view.c:
2080
2081         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2082         Bug #382438.
2083
2084 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2085
2086         * configure.ac:
2087         * properties/ev-properties-view.c: (ev_regular_paper_size):
2088
2089         Use gtk+ builtin paper list to identify the document's paper size.
2090         Fixes bug #382438. 
2091
2092 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2093
2094         * configure.ac:
2095
2096         Fix build when compiling with thumbnailer and libgnome support. 
2097
2098 2007-05-04  Ross Burton  <ross@openedhand.com>
2099
2100         * configure.ac:
2101         Add --without-libgnome, check for libgnome and libgnomeui
2102         separately, and add them to the symbols as required.
2103
2104         * libdocument/ev-file-helpers.c:
2105         When building without libgnome, use g_get_user_config_dir instead
2106         of gnome_user_dir_get.
2107
2108         * shell/ev-application.c:
2109         When building without libgnome, don't use session management.
2110
2111         * shell/main.c:
2112         When building without libgnome, don't use GnomeProgram or
2113         initialise the authentication manager.
2114
2115         This fixes #328842.
2116
2117 2007-05-04  Ross Burton  <ross@openedhand.com>
2118
2119         * shell/ev-window.c:
2120         Don't use libgnome to open help, instead call Yelp directly.
2121
2122 2007-05-04  Ross Burton  <ross@openedhand.com>
2123
2124         * shell/ev-sidebar-attachments.c:
2125         Don't use libgnome to lookup icons for MIME types, instead copy
2126         code from GTK+ to do it manually.
2127
2128 2007-05-04  Ross Burton  <ross@openedhand.com>
2129
2130         * configure.ac:
2131         Add libxml to the dependencies for SHELL_CORE (#435818).
2132
2133 2007-05-02  Ross Burton  <ross@openedhand.com>
2134
2135         * configure.ac:
2136         * Makefile.am:
2137         Add --disable-thumbnailer (#434825)
2138
2139 2007-05-02  Ross Burton  <ross@openedhand.com>
2140
2141         * shell/ev-window.c:
2142         Add missing includes, fix indentation.
2143
2144         * shell/main.c:
2145         Fix indentation.
2146
2147 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2148
2149         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2150         ev_application_open_uri_at_dest instead of ev_application_open_uri
2151         preventing new document always being opened in a new window even if there
2152         is an empty window.
2153
2154 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2155
2156         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2157         (egg_recent_view_uimanager_finalize):
2158         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2159         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2160         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2161         (ev_pixbuf_cache_dispose):
2162         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2163         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2164         
2165         Add missing chain to parent class methods. Fixes
2166         bug #433128.
2167
2168 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2169
2170         * data/Makefile.am (update-icon-cache): Updates
2171         gtk-update-icon-cache in uninstall-hook.
2172
2173 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2174
2175         * shell/ev-window.c: (ev_window_setup_document),
2176         (ev_window_set_document), (ev_window_load_job_cb):
2177         * shell/ev-view.c: (setup_caches):
2178         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2179
2180         Start rendering pages before any other jobs. 
2181
2182 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2183
2184         * shell/ev-window.c: (ev_window_stop_fullscreen),
2185         (ev_window_stop_presentation):
2186
2187         Update chrome visibility before window unfullscreen. 
2188
2189 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2190
2191         * data/Makefile.am:
2192         * data/evince-ui.xml:
2193         * shell/ev-stock-icons.[ch]:
2194         * shell/ev-application.[ch]: (ev_application_shutdown),
2195         (ev_application_init), (ev_application_get_toolbars_model):
2196         * shell/ev-window.c: (update_chrome_visibility),
2197         (fullscreen_toolbar_setup_item_properties),
2198         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2199         (ev_window_run_presentation), (ev_window_stop_presentation),
2200         (ev_window_run_preview), (ev_window_screen_changed),
2201         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2202         (ev_window_dispose), (ev_window_init):
2203
2204         Make fullscreen toolbar always visible. Do not use egg toolbars for
2205         fullscreen and preview modes since such toolbars are not editables.
2206         Fixes bugs #300278, #338910 and #316188.  
2207
2208 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2209
2210         * shell/ev-application.c:
2211         * shell/ev-job-queue.c:
2212         * shell/ev-metadata-manager.c:
2213         * shell/ev-stock-icons.c:
2214         * shell/ev-window.c:
2215         * shell/main.c:
2216         
2217         Developers documentation updated.
2218
2219 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2220
2221         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2222
2223         Check whether uri is valid before launching it. Fixes bug #427664.
2224
2225 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2226
2227         * shell/ev-window.c:
2228
2229         Change key accelerator for Open a Copy menu entry which is in conflict
2230         with Close. Fixes bug #427321.
2231
2232 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2233
2234         * NEWS:
2235         * configure.ac:
2236         
2237         Update for release 0.8.1
2238
2239 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2240
2241         * shell/ev-window.c: (setup_size_from_metadata):
2242         
2243         Do not make window bigger than screen. Fixes bug 
2244         #388985.
2245
2246 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2247
2248         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2249         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2250
2251         Use default resolution when it's not provided by document. Fixes bug
2252         #408762.
2253
2254 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2255
2256         * configure.ac:
2257         * thumbnailer/Makefile.am:
2258         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2259         * thumbnailer/evince-thumbnailer.schemas.in:
2260         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2261
2262         Add support for ps, eps and compressed documents thumbnails. Do not
2263         ignore size parameter. 
2264
2265 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2266
2267         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2268         (dvi_document_do_color_special):
2269         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2270
2271         Implement font color specials in the DVI backend. Fixes bug #303651.
2272
2273 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2274
2275         Fixup the previous commit:
2276
2277         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2278         * shell/xdg-user-dir-lookup.c: Make the function non-static
2279         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2280
2281 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2282
2283         * shell/ev-window.c (file_open_dialog_response_cb): Use
2284         the xdg-user-dirs DOCUMENTS folder as default folder when
2285         opening a file chooser.  (#424858)
2286
2287         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2288         xdg-user-dirs.
2289
2290 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2291
2292         * shell/ev-window.c: (ev_window_load_job_cb):
2293
2294         Do not setup view from metadata on preview mode. 
2295
2296 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2297
2298         * shell/main.c:
2299
2300         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2301
2302 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2303
2304         * shell/ev-view.c: (ev_view_primary_get_cb):
2305
2306         Check pointer != NULL before using it. Fixes bug #416841. 
2307
2308 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2309
2310         * NEWS:
2311         * configure.ac:
2312         
2313         Release 0.8.0
2314
2315 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2316
2317         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2318
2319         Do not render thumbnails when sidebar thumbnail page is not visible
2320         at startup. Fixes bug #416447. 
2321
2322 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2323
2324         * data/evince.desktop.in.in:
2325
2326         "Application" is not a valid category in the freedesktop specification.
2327
2328 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2329
2330         * libdocument/ev-file-helpers.[ch]: (compression_run),
2331         (ev_file_uncompress), (ev_file_compress):
2332         * shell/ev-window.c: (file_save_dialog_response_cb):
2333
2334         Save document compressed when saving a copy of a compressed document.
2335         Fixes bug #334542.
2336
2337 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2338
2339         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2340
2341         Allow deleting in goto window entry in presentation mode. 
2342
2343 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2344
2345         * Makefile.am: Dist MAINTAINERS.
2346
2347 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2348
2349         * shell/ev-window.c: (ev_window_update_actions):
2350
2351         Fix zoom shortcut keys when searching. Fixes bug #409828.
2352
2353 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2354
2355         * shell/ev-window.c: (ev_window_setup_document):
2356
2357         Fix crash when loading documents with only one page. 
2358
2359 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * backend/dvi/dvi-document.c:
2362         (dvi_document_thumbnails_get_dimensions),
2363         (dvi_document_thumbnails_get_thumbnail):
2364         * backend/impress/impress-document.c:
2365         (impress_document_thumbnails_get_thumbnail),
2366         (impress_document_thumbnails_get_dimensions):
2367         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2368         (ps_document_thumbnails_get_dimensions):
2369         * backend/djvu/djvu-document.c:
2370         (djvu_document_thumbnails_get_dimensions),
2371         (djvu_document_thumbnails_get_thumbnail):
2372         * backend/tiff/tiff-document.c:
2373         (tiff_document_thumbnails_get_thumbnail),
2374         (tiff_document_thumbnails_get_dimensions):
2375         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2376         (pdf_document_thumbnails_get_thumbnail),
2377         (pdf_document_thumbnails_get_dimensions):
2378         * backend/comics/comics-document.c:
2379         (comics_document_thumbnails_get_thumbnail),
2380         (comics_document_thumbnails_get_dimensions):
2381         * backend/pixbuf/pixbuf-document.c:
2382         (pixbuf_document_thumbnails_get_thumbnail),
2383         (pixbuf_document_thumbnails_get_dimensions):
2384         * libdocument/ev-document-thumbnails.[ch]:
2385         (ev_document_thumbnails_get_thumbnail),
2386         (ev_document_thumbnails_get_dimensions):
2387         * libdocument/ev-document-misc.[ch]:
2388         (ev_document_misc_get_thumbnail_frame):
2389         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2390         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2391         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2392         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2393         (ev_sidebar_thumbnails_refresh):
2394         * shell/ev-window.c: (ev_window_setup_document):
2395         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2396
2397         Use an EvRenderContext for rendering thumbnails instead of a suggested
2398         width, so that different sized pages get sized proportionally.
2399
2400 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * shell/ev-view.c: (ev_view_button_press_event),
2403         (ev_view_key_press_event):
2404
2405         Fix critical warnings when there is no document loaded. 
2406
2407 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2408
2409         * shell/ev-page-action-widget.c:
2410         * shell/ev-navigation-action.c:
2411         * shell/ev-window.c:
2412
2413         Fix compile warnings. 
2414
2415 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2416
2417         * backend/djvu/djvu-text.h:
2418         * backend/djvu/djvu-document.c:
2419         * backend/djvu/djvu-text-page.c:
2420         * backend/djvu/djvu-links.c:
2421         * backend/djvu/djvu-text-page.h:
2422         * backend/djvu/djvu-text.c:
2423         
2424         Fix build on Mac. Fixes bug #392186. Patch by
2425         <ephraim_owns@hotmail.com>
2426
2427 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2428
2429         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2430
2431         Restore cairo context before rendering every page when printing a PDF
2432         document into a PDF file. 
2433
2434 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * backend/ps/gstypes.h:
2437         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2438         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2439         (ps_document_thumbnails_get_thumbnail):
2440
2441         Handle PostScript page orientation. Fixes bug #318568.
2442
2443 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * backend/ps/Makefile.am:
2446         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2447         (document_load), (ps_document_load), (save_document),
2448         (save_page_list), (ps_document_get_n_pages),
2449         (ps_document_get_page_size), (ps_document_get_info),
2450         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2451         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2452         (ps_document_thumbnails_get_thumbnail),
2453         (ps_document_thumbnails_get_dimensions),
2454         (ps_document_document_thumbnails_iface_init):
2455         * backend/ps/ps.[ch]: (psgetpagebox):
2456         * backend/ps/ps-interpreter.[ch]:
2457
2458         Add support for thumbnails in ps backend. Fixes bug #164755. 
2459
2460 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2461
2462         * NEWS:
2463         * configure.ac:
2464         
2465         Release 0.7.2
2466
2467 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2470         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2471         (ev_window_dispose):
2472
2473         Use document thumbnail as window icon. Fixes bug #384442.
2474
2475 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2476
2477         * configure.ac:
2478
2479         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2480         duplicated adding application/x-bzpostscript instead. 
2481
2482 2007-02-11  Tom Parker  <palfrey@tevp.net>
2483
2484         * backend/ps/ps-document.c: (document_load):
2485
2486         Check return value of psscan before trying
2487         to use it. Fixes bug #372414.
2488
2489 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2490
2491         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2492
2493         Fix invalid free in ev-page-cache. Fixes bug #404745.
2494
2495 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2496
2497         * test/Makefile.am:
2498         * test/test3.py:
2499         
2500         Added reload test case.
2501
2502 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2503
2504         * po/POTFILES.in:
2505         * backend/djvu/djvu-document.c: (djvu_document_load):
2506
2507         Check whether there are missing files in indirect multipage djvu
2508         documents. Fixes bug #361683. 
2509
2510 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2511
2512         * test/Makefile.am:
2513         * test/test-mime.bin:
2514         * test/test3.py:
2515         
2516         Added test for slow mime type
2517
2518 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2521
2522         Add some checks and call parent_class->finalize. Fixes bug #404745.
2523
2524 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2525
2526         * shell/ev-navigation-action.c: (connect_proxy):
2527         
2528         Fixes dropdown history menu. Thanks a lot Carlos!
2529
2530 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2531
2532         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2533
2534         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2535         bug #373715.
2536
2537 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * backend/ps/ps.c: (psscan):
2540
2541         Fix memory leak. 
2542
2543 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2544
2545         * configure.ac:
2546         * libdocument/ev-file-helpers.c: 
2547
2548         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2549
2550 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2551
2552         * configure.ac:
2553         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2554         (ps_interpreter_start), (document_load), (save_document),
2555         (save_page_list):
2556         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2557         * libdocument/ev-document-factory.c:
2558         (ev_document_factory_get_from_mime), (get_document_from_uri),
2559         (free_uncompressed_uri), (ev_document_factory_get_document):
2560         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2561
2562         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2563
2564 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * libdocument/ev-document.h:
2567
2568         Fix typo in function name. 
2569
2570 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * backend/ps/ps-document.c: (ps_interpreter_finished),
2573         (ps_interpreter_start), (ps_interpreter_failed):
2574
2575         Handle ghostscript interpreter crashes. 
2576
2577 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * shell/ev-window.c: (ev_window_open_uri),
2580         (window_configure_event_cb):
2581
2582         Setup window size and position before showing it. Fixes bug #401711.
2583
2584 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * backend/ps/Makefile.am:
2587         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2588         (ps_document_dispose), (ps_document_class_init),
2589         (ps_interpreter_input), (ps_interpreter_output),
2590         (ps_interpreter_error), (setup_interpreter_env),
2591         (ps_interpreter_start), (ps_interpreter_stop),
2592         (ps_interpreter_failed), (ps_interpreter_is_ready),
2593         (check_filecompressed), (document_load), (ps_document_load),
2594         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2595         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2596         (render_page):
2597
2598         Rework ps-document. Code cleanups, remove deprecated code. 
2599
2600 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2601
2602         * shell/ev-view.c: (ev_view_button_press_event):
2603
2604         Do not start an image drag and drop operation when pointer is on 
2605         text, so that we can select text when the whole background is an
2606         image. 
2607
2608 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2609
2610         * shell/ev-window.c: (ev_window_update_actions): 
2611
2612         Disable all zoom related actions during presentation mode. 
2613
2614 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2615
2616         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2617
2618         Do not zoom in or out on presentation mode. Fixes bug #401305.
2619
2620 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2621
2622         * shell/ev-navigation-action.c: (connect_proxy),
2623         (create_menu_item), (ev_navigation_action_class_init):
2624         
2625         Correctly show menu and fix crash when navigaton 
2626         action is out of toolbar visible area.
2627
2628 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2629
2630         * data/Makefile.am:
2631         * data/evince.1:
2632         
2633         Added man file
2634
2635 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2636
2637         * help/reference/* :
2638         * configure.ac:
2639         
2640         Added gtk-doc based documentation for Evince.
2641         Still in initial state but I hope it will
2642         grow.
2643         
2644         * configure.ac:
2645         
2646         Lower dbus requirement to 0.70
2647
2648 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2649
2650         * shell/ev-window.c: (ev_window_add_history):
2651
2652         Fix memory leak. 
2653
2654 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2655
2656         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2657         * shell/ev-view.h:
2658         * shell/ev-window.c: (ev_window_add_history):
2659         
2660         Correctly handle named destination links
2661
2662 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2663
2664         * NOTES:
2665         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2666         * backend/pdf/ev-poppler.cc:
2667         * libdocument/ev-document-links.h:
2668         * libdocument/ev-link.c: (ev_link_get_page):
2669         * libdocument/ev-link.h:
2670         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2671         (ev_history_add_link):
2672         * shell/ev-history.h:
2673         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2674         (new_history_menu_item), (build_menu):
2675         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2676         * shell/ev-sidebar-links.c: (create_loading_model),
2677         (print_section_cb), (ev_sidebar_links_construct),
2678         (fill_page_labels), (update_page_callback_foreach),
2679         (update_page_callback), (job_finished_callback):
2680         * shell/ev-view.c: (ev_view_handle_link):
2681         * shell/ev-window.c: (ev_window_find_chapter),
2682         (ev_window_add_history), (view_handle_link_cb),
2683         (history_changed_cb):
2684         
2685         Implements another history variant
2686
2687 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2688
2689         * shell/ev-window.c: (view_external_link_cb):
2690         * shell/ev-view.c: (ev_view_button_release_event):
2691
2692         Open links in new window when clicking with middle button. 
2693
2694 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2695
2696         * shell/ev-navigation-action.c: (new_history_menu_item):
2697         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2698         * shell/ev-view.c: (ev_view_handle_link):
2699         * shell/ev-window.c:
2700         
2701         Store link before jump, not the destination. For me it 
2702         seems like more natural history behavior.
2703
2704 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2705
2706         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2707         (ev_navigation_action_class_init):
2708         * shell/ev-navigation-action.h:
2709         * shell/ev-page-action.c: (activate_cb):
2710         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2711         (ev_page_cache_set_current_page_history):
2712         * shell/ev-page-cache.h:
2713         * shell/ev-sidebar-thumbnails.c:
2714         (ev_sidebar_tree_selection_changed),
2715         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2716         * shell/ev-view-private.h:
2717         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2718         * shell/ev-view.h:
2719         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2720         (ev_window_setup_document), (ev_window_load_job_cb):
2721         * shell/ev-window.h:
2722         
2723         History finally works as expected.
2724
2725 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2726
2727         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2728
2729         Do not update links treeview if it doesn't have a model assigned yet. 
2730
2731 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2732
2733         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2734         (ev_sidebar_links_class_init), (update_page_callback):
2735
2736         Do not update links treeview when sidepane is not visible. 
2737
2738 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2739
2740         * shell/ev-marshal.list:
2741         * shell/ev-page-action.c: (activate_cb),
2742         (ev_page_action_class_init):
2743         * shell/ev-page-action.h:
2744         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2745         * shell/ev-window.c:
2746         
2747         Remove activate_link signal, not required.
2748
2749 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2750
2751         * shell/ev-navigation-action.c: (build_menu):
2752         
2753         Reorder menu items and build menu with fixed length.
2754
2755 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2756
2757         * shell/ev-view.c: (get_selected_text):
2758         
2759         Normalize text to fix ligatures problem. See bug
2760         #341947 for details.
2761
2762 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2765
2766         Fix memory leak in ev-page-cache. 
2767
2768 2007-01-25  Tom Parker <palfrey@tevp.net>
2769
2770         * backend/impress/impress-document.c: (impress_document_load),
2771         (impress_document_finalize), (impress_document_init):
2772         * properties/ev-properties-main.c: (ev_properties_get_pages):
2773         
2774         Correctly handle impress document errors. Fixes nautilus
2775         crash in property page #370491.
2776
2777 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2778
2779         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2780         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2781         (ev_job_queue_remove_job):
2782         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2783         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2784         (ev_job_load_run):
2785         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2786         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2787         (ev_window_load_job_cb), (xfer_update_progress_callback),
2788         (ev_window_open_uri), (ev_window_dispose):
2789         * shell/main.c: (main):
2790
2791         Do file transfer asynchronously in the main thread instead of
2792         synchronously in the load thread. Fixes bugs #399694, #398307 and
2793         #343542.
2794
2795 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2796
2797         * shell/ev-jobs.c: (ev_job_xfer_run):
2798
2799         Load the document with the font-config lock held. 
2800
2801 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2802
2803         * backend/ps/ps-document.c: (start_interpreter):
2804
2805         Fix memory leaks in ps backend. 
2806
2807 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2808
2809         * backend/impress/impress-document.c:
2810         (impress_document_render_pixbuf):
2811
2812         Do not acquire fontconfig lock in impress backend, since it is using
2813         the main loop for rendering. 
2814
2815 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2816
2817         * po/POTFILES.in: 
2818
2819         Remove mdvi files that shouldn't be translated. 
2820
2821 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2822
2823         * shell/ev-view-private.h:
2824         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2825         (ev_view_set_zoom):
2826
2827         Render "loading..." text into a cairo surface instead of directly into
2828         the window so that fontconfig lock is only needed once and UI is not
2829         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2830
2831 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2832
2833         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2834         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2835
2836         Use icon theme associated with the window screen rather than default. 
2837
2838 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2839
2840         * configure.ac:
2841
2842         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2843
2844 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2845
2846         * data/icons/*/apps/evince.*:
2847
2848         Move Evince icons under new apps directory.
2849
2850         * data/icons/*/actions/*:
2851
2852         Add new custom themeable Evince icons: view-page-continuous, 
2853         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2854         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2855
2856         * configure.ac:
2857
2858         Add new directories to AC_CONFIG_FILES.
2859
2860         * shell/ev-stock-icons.c:
2861         * shell/ev-stock-icons.h:
2862
2863         Use new custom themeable icons.
2864
2865 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2868
2869         Do not draw white background page in presentation mode. 
2870
2871 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2872
2873         * shell/ev-view.c: Remove unused gnome-vfs include.
2874
2875 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2876
2877         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2878         
2879         Format string is corrected, fixes bug #397129.
2880
2881 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2882
2883         * shell/ev-window.c: (ev_window_setup_recent):
2884
2885         Do not include in recent menu inexistent documents. Fixes
2886         bug #339171.
2887
2888 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2889
2890         * po/POTFILES.skip: 
2891
2892         Update POTFILES.skip file according to current source tree. 
2893
2894 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2895
2896         * shell/ev-window.c: (file_save_dialog_response_cb):
2897
2898         Do Save a copy in atomic way. Fixes bug #328266. 
2899
2900 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2901
2902         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2903
2904         Keep selected cell always visible in index treeview.
2905
2906 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2907         
2908         * shell/ev-view.c: (ev_view_size_allocate):
2909
2910         Restore horizontal scrollbar after switching to/from fullscreen
2911         or presentation mode. Fixes bug #331728.
2912
2913 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2914
2915         * shell/ev-view-private.h:
2916         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2917         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2918         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2919         (ev_view_can_zoom_out):
2920
2921         Use max and min scale values in the view iby taking dpi into account. 
2922
2923 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2924
2925         * configure.ac:
2926         * NEWS:
2927
2928         Release 0.7.1
2929
2930 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2931
2932         * shell/ev-window.c: (ev_window_print_send):
2933
2934         Send print job to printer with some settings set to default values,
2935         since we have already exported to a file according to such settings
2936         and they could be taken twice by some printers. 
2937
2938 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2939
2940         * shell/ev-jobs.c: (ev_job_xfer_run):
2941         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2942
2943         Show main window and load document with the font-config lock held. 
2944
2945 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2946
2947         * configure.ac:
2948         * shell/ev-application.c: (ev_application_register_service):
2949         * shell/main.c: (load_files_remote):
2950
2951         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2952
2953 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2954
2955         * doc/debugging.txt:
2956         
2957         Remove obsolete documentation.
2958
2959 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2960
2961         * Makefile.am:
2962         * backend/Makefile.am:
2963         * backend/comics/Makefile.am:
2964         * backend/djvu/Makefile.am:
2965         * backend/dvi/Makefile.am:
2966         * backend/ev-async-renderer.c:
2967         * backend/ev-async-renderer.h:
2968         * backend/ev-attachment.c:
2969         * backend/ev-attachment.h:
2970         * backend/ev-backend-marshal.c:
2971         * backend/ev-document-factory.c:
2972         * backend/ev-document-factory.h:
2973         * backend/ev-document-find.c:
2974         * backend/ev-document-find.h:
2975         * backend/ev-document-fonts.c:
2976         * backend/ev-document-fonts.h:
2977         * backend/ev-document-images.c:
2978         * backend/ev-document-images.h:
2979         * backend/ev-document-info.h:
2980         * backend/ev-document-links.c:
2981         * backend/ev-document-links.h:
2982         * backend/ev-document-misc.c:
2983         * backend/ev-document-misc.h:
2984         * backend/ev-document-security.c:
2985         * backend/ev-document-security.h:
2986         * backend/ev-document-thumbnails.c:
2987         * backend/ev-document-thumbnails.h:
2988         * backend/ev-document-transition.c:
2989         * backend/ev-document-transition.h:
2990         * backend/ev-document.c:
2991         * backend/ev-document.h:
2992         * backend/ev-file-exporter.c:
2993         * backend/ev-file-exporter.h:
2994         * backend/ev-image.c:
2995         * backend/ev-image.h:
2996         * backend/ev-link-action.c:
2997         * backend/ev-link-action.h:
2998         * backend/ev-link-dest.c:
2999         * backend/ev-link-dest.h:
3000         * backend/ev-link.c:
3001         * backend/ev-link.h:
3002         * backend/ev-render-context.c:
3003         * backend/ev-render-context.h:
3004         * backend/ev-selection.c:
3005         * backend/ev-selection.h:
3006         * backend/impress/Makefile.am:
3007         * backend/pdf/Makefile.am:
3008         * backend/pixbuf/Makefile.am:
3009         * backend/ps/Makefile.am:
3010         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3011         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3012         (start_interpreter), (stop_interpreter), (document_load),
3013         (ps_document_next_page), (render_page):
3014         * backend/tiff/Makefile.am:
3015         * comics/Makefile.am:
3016         * comics/comics-document.c:
3017         * comics/comics-document.h:
3018         * configure.ac:
3019         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3020         * djvu/Makefile.am:
3021         * djvu/djvu-document-private.h:
3022         * djvu/djvu-document.c:
3023         * djvu/djvu-document.h:
3024         * djvu/djvu-links.c:
3025         * djvu/djvu-links.h:
3026         * djvu/djvu-text-page.c:
3027         * djvu/djvu-text-page.h:
3028         * djvu/djvu-text.c:
3029         * djvu/djvu-text.h:
3030         * dvi/Makefile.am:
3031         * dvi/dvi-document.c:
3032         * dvi/dvi-document.h:
3033         * dvi/fonts.c:
3034         * dvi/fonts.h:
3035         * dvi/mdvi-lib/Makefile.am:
3036         * dvi/mdvi-lib/afmparse.c:
3037         * dvi/mdvi-lib/afmparse.h:
3038         * dvi/mdvi-lib/bitmap.c:
3039         * dvi/mdvi-lib/bitmap.h:
3040         * dvi/mdvi-lib/color.c:
3041         * dvi/mdvi-lib/color.h:
3042         * dvi/mdvi-lib/common.c:
3043         * dvi/mdvi-lib/common.h:
3044         * dvi/mdvi-lib/defaults.h:
3045         * dvi/mdvi-lib/dvimisc.c:
3046         * dvi/mdvi-lib/dviopcodes.h:
3047         * dvi/mdvi-lib/dviread.c:
3048         * dvi/mdvi-lib/files.c:
3049         * dvi/mdvi-lib/font.c:
3050         * dvi/mdvi-lib/fontmap.c:
3051         * dvi/mdvi-lib/fontmap.h:
3052         * dvi/mdvi-lib/fontsrch.c:
3053         * dvi/mdvi-lib/gf.c:
3054         * dvi/mdvi-lib/hash.c:
3055         * dvi/mdvi-lib/hash.h:
3056         * dvi/mdvi-lib/list.c:
3057         * dvi/mdvi-lib/mdvi.h:
3058         * dvi/mdvi-lib/pagesel.c:
3059         * dvi/mdvi-lib/paper.c:
3060         * dvi/mdvi-lib/paper.h:
3061         * dvi/mdvi-lib/pk.c:
3062         * dvi/mdvi-lib/private.h:
3063         * dvi/mdvi-lib/setup.c:
3064         * dvi/mdvi-lib/sp-epsf.c:
3065         * dvi/mdvi-lib/special.c:
3066         * dvi/mdvi-lib/sysdeps.h:
3067         * dvi/mdvi-lib/t1.c:
3068         * dvi/mdvi-lib/tfm.c:
3069         * dvi/mdvi-lib/tfmfile.c:
3070         * dvi/mdvi-lib/tt.c:
3071         * dvi/mdvi-lib/util.c:
3072         * dvi/mdvi-lib/vf.c:
3073         * dvi/pixbuf-device.c:
3074         * dvi/pixbuf-device.h:
3075         * impress/Makefile.am:
3076         * impress/common.h:
3077         * impress/document.c:
3078         * impress/f_oasis.c:
3079         * impress/f_oo13.c:
3080         * impress/iksemel.c:
3081         * impress/iksemel.h:
3082         * impress/imposter.h:
3083         * impress/impress-document.c:
3084         * impress/impress-document.h:
3085         * impress/internal.h:
3086         * impress/r_back.c:
3087         * impress/r_draw.c:
3088         * impress/r_geometry.c:
3089         * impress/r_gradient.c:
3090         * impress/r_style.c:
3091         * impress/r_text.c:
3092         * impress/render.c:
3093         * impress/render.h:
3094         * impress/zip.c:
3095         * impress/zip.h:
3096         * lib/Makefile.am:
3097         * lib/ev-debug.c:
3098         * lib/ev-debug.h:
3099         * lib/ev-file-helpers.c:
3100         * lib/ev-file-helpers.h:
3101         * lib/ev-gui.c:
3102         * lib/ev-gui.h:
3103         * lib/ev-tooltip.c:
3104         * lib/ev-tooltip.h:
3105         * libdocument/Makefile.am:
3106         * libdocument/ev-file-helpers.c:
3107         * pdf/Makefile.am:
3108         * pdf/ev-poppler.cc:
3109         * pdf/ev-poppler.h:
3110         * pixbuf/Makefile.am:
3111         * pixbuf/pixbuf-document.c:
3112         * pixbuf/pixbuf-document.h:
3113         * properties/Makefile.am:
3114         * ps/Makefile.am:
3115         * ps/gsdefaults.c:
3116         * ps/gsdefaults.h:
3117         * ps/gsio.c:
3118         * ps/gsio.h:
3119         * ps/gstypes.h:
3120         * ps/ps-document.c:
3121         * ps/ps-document.h:
3122         * ps/ps.c:
3123         * ps/ps.h:
3124         * shell/Makefile.am:
3125         * shell/ev-application.h:
3126         * shell/ev-sidebar-links.c:
3127         * shell/ev-sidebar-links.h:
3128         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3129         (ev_gui_menu_position_tree_selection):
3130         * shell/ev-utils.h:
3131         * shell/ev-view.c: (ev_view_finalize):
3132         * shell/ev-window.c:
3133         * shell/main.c: (main):
3134         * thumbnailer/Makefile.am:
3135         * tiff/Makefile.am:
3136         * tiff/tiff-document.c:
3137         * tiff/tiff-document.h:
3138         * tiff/tiff2ps.c:
3139         * tiff/tiff2ps.h:
3140         
3141         Reorganize source tree.
3142
3143 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3144
3145         * backend/ev-document-factory.c:
3146
3147         Do not include ev-poppler.h when pdf is disabled. 
3148
3149 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * configure.ac:
3152         * data/evince-ui.xml:
3153         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3154         (pdf_document_document_images_iface_init):
3155         * backend/Makefile.am:
3156         * backend/ev-document-images.[ch]:
3157         * backend/ev-image.[ch]:
3158         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3159         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3160         (ev_job_xfer_run):
3161         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3162         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3163         (ev_pixbuf_cache_get_image_mapping):
3164         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3165         (view_menu_popup_cb), (ev_window_dispose),
3166         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3167         (ev_view_popup_cmd_copy_image):
3168         * shell/ev-view-private.h:
3169         * shell/ev-view.c: (ev_view_get_image_at_location),
3170         (ev_view_do_popup_menu), (ev_view_popup_menu),
3171         (ev_view_button_press_event), (ev_view_drag_data_get),
3172         (ev_view_drag_motion), (ev_view_drag_data_received),
3173         (ev_view_motion_notify_event), (ev_view_button_release_event),
3174         (ev_view_finalize), (ev_view_class_init):
3175
3176         Add image handling support. Fixes bugs #310008 and #325047. Images
3177         selection is not supported yet. 
3178
3179 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3180
3181         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3182         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3183         (ev_view_init):
3184
3185         Move view drag and drop stuff to ev-view.
3186
3187 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3190         * shell/ev-view.c: (clear_selection): 
3191
3192         Clear selection also in pixbuf cache.
3193
3194 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3195
3196         * data/evince.desktop.in.in:
3197         
3198         Change icon name in desktop file. See bug #390734
3199         for details.
3200
3201 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3202
3203         * thumbnailer/Makefile.am:
3204
3205         Use top_builddir instead top_srcdir for generated schema
3206         file installation. Fixes bug #390161.
3207
3208 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3209
3210         * configure.ac:
3211         * backend/Makefile.am:
3212         * backend/ev-document-transition.[ch]:
3213         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3214         (pdf_document_page_transition_iface_init):
3215         * shell/ev-view-private.h:
3216         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3217         (ev_view_set_presentation), (transition_next_page),
3218         (ev_view_presentation_transition_stop),
3219         (ev_view_presentation_transition_start), (ev_view_next_page):
3220
3221         Add page transition support in presentation mode. At the moment only
3222         page duration is supported, but not transition effects. Fixes bug
3223         #309815.
3224
3225 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3226
3227         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3228
3229         Run find_link_dest with document lock held, since it's called by links
3230         thread and main thread at the same time. 
3231
3232 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3233
3234         * shell/ev-view.c: (goto_dest):
3235
3236         Update page-cache when page is changed by the view, so that
3237         page-changed signal is emitted. 
3238
3239 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3240
3241         * test/test1.py:
3242         * test/test2.py:
3243
3244         Use C locale in tests. 
3245
3246 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3247
3248         * shell/ev-window.c: (ev_window_run_presentation):
3249         * shell/ev-view-private.h:
3250         * shell/ev-view.c: (ev_view_set_presentation):
3251
3252         Restore zoom settings when back from presentation mode. 
3253
3254 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3255
3256         * shell/ev-window.c: (ev_window_run_presentation):
3257
3258         Always use "best fit" zoom in presentation mode.
3259         Fixes bug #389195.
3260
3261 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3262
3263         * shell/ev-view.c: (ev_view_goto_window_create):
3264
3265         Show "Jump to page" label in the page jumping popup in
3266         presentation mode instead of just a GtkEntry.
3267
3268 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3269
3270         * shell/ev-window.c: (launch_external_uri):
3271
3272         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3273         #378085.
3274
3275 2006-12-22  Elijah Newren  <newren gmail com>
3276
3277         * configure.ac: explicitly check for libxml2.  Fixes #388795
3278
3279 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * shell/ev-view-private.h:
3282         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3283         (ev_view_goto_window_delete_event), (key_is_numeric),
3284         (ev_view_goto_window_key_press_event),
3285         (ev_view_goto_window_button_press_event),
3286         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3287         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3288         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3289
3290         Allow jumping to another page by typing a page number in presentation
3291         mode. It uses a popup window with an entry. Fixes bug #353625.
3292
3293 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3294
3295         * configure.ac:
3296         * properties/ev-properties-view.c: (ev_get_default_user_units),
3297         (ev_regular_paper_size):
3298         
3299         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3300         to Damien Carbery <damien.carbery@sun.com> and
3301         Yevgen Muntyan <muntyan@tamu.edu>.
3302
3303 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3304
3305         * shell/ev-window.c: (setup_document_from_metadata):
3306
3307         Make sure Evince doesn't restore the view on the last
3308         page when a document is reopened. Fixes bug #383381.
3309
3310 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3311
3312         * shell/ev-view.c: (draw_loading_text):
3313
3314         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3315
3316 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3317
3318         * configure.ac:
3319         * NEWS:
3320
3321         Release 0.7.0
3322
3323 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3324
3325         * configure.ac:
3326         * pdf/ev-poppler.cc: (pdf_print_context_free),
3327         (pdf_document_file_exporter_begin),
3328         (pdf_document_file_exporter_do_page):
3329
3330         Make cairo-pdf depedency optional. 
3331
3332 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3333
3334         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3335
3336         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3337
3338 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3339
3340         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3341         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3342         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3343         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3344         * shell/ev-view.c: (draw_loading_text):
3345         * shell/ev-window.c: (ev_window_cmd_file_properties):
3346
3347         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3348         related to using FontConfig from different threads.
3349         
3350 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * shell/ev-view.c: (draw_loading_text):
3353
3354         Acquire lock document when drawing "Loading..." text so that only one
3355         thread will use FontConfig at the same time. Fixes bug #374750.
3356
3357 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * shell/ev-page-action.[ch]: (activate_cb):
3360         * shell/ev-window.c: (activate_label_cb):
3361
3362         Check if text inserted in page entry is a valid page number when it
3363         doesn't match to any document page label. Fixes bug #383165.
3364
3365 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3366         * shell/ev-window.c:
3367
3368         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3369         available with GTK < 2.10. Added an ifdef to avoid compilation
3370         error.
3371
3372 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * configure.ac:
3375         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3376
3377         Fix ps backend in multihead systems.
3378
3379 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3382         * shell/ev-window.c: (ev_window_get_screen_dpi),
3383         (ev_window_update_actions), (setup_view_from_metadata),
3384         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3385
3386         Take screen DPI into account when zooming. Fixes bug #318285.
3387
3388 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3389
3390         * data/Makefile.am:
3391
3392         Cleaned up/slightly refactored Makefile.am. Added GConf
3393         schemas uninstallation as well.
3394
3395 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3396
3397         * Makefile.am:
3398         * test/Makefile.am:
3399
3400         Fight with autotools to fix make check. Make distcheck
3401         works fine as well now!
3402
3403 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3404
3405         * shell/ev-view.c: (draw_end_presentation_page):
3406
3407         Corrected "end of presentation" string.
3408
3409 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3410
3411         * shell/ev-view.c: (ev_view_key_press_event):
3412
3413         Correctly propagate key press event so that up/down keys
3414         work as expected (correct behaviour was broken by
3415         black/white screen key bindings for presentations).
3416
3417 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3420         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3421         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3422         (pdf_selection_get_selection_region),
3423         (pdf_selection_get_selection_map):
3424
3425         Add "static" to some private functions. 
3426
3427 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3428
3429         * lib/ev-tooltip.h:
3430         * properties/ev-properties-view.h:
3431         * shell/ev-jobs.h:
3432         * shell/ev-properties-dialog.h:
3433         * shell/ev-properties-fonts.h:
3434         * shell/ev-sidebar-links.h:
3435         * shell/ev-sidebar-thumbnails.h:
3436         * shell/ev-sidebar.h:
3437         * shell/ev-window.h:
3438         
3439         Fixes CHACK type in class casts. See bug #385343
3440         for details.
3441
3442 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3443
3444         * shell/ev-view-private.h:
3445         * shell/ev-view.c: (draw_end_presentation_page),
3446         (ev_view_expose_event), (ev_view_key_press_event),
3447         (ev_view_class_init), (ev_view_init):
3448
3449         Blank screen in presentation mode when pressing 'b' (filling with
3450         black) or 'w' (filling with white) keys. Fixes bug #358132.
3451
3452 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3453
3454         * data/evince-toolbar.xml:
3455         * shell/ev-window.c:
3456         
3457         Use stock icon for Select All action. Fixes
3458         bug #382652.
3459
3460 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3461
3462         * shell/ev-view.c: (get_doc_point_from_offset),
3463         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3464
3465         Add links support in rotated documents. Fixes bug #343733.
3466
3467 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * shell/ev-view-private.h:
3470         * shell/ev-view.c: (draw_end_presentation_page),
3471         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3472
3473         Show a blank page after the last page in presentation mode with a
3474         message indicating that presentation has finished and how to exit. 
3475
3476 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3477
3478         * shell/ev-window.c: (fullscreen_timeout_cb):
3479
3480         Hide cursor after a while in presentation mode. 
3481
3482 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3483
3484         * backend/ev-document-info.h:
3485         * data/evince-properties.glade:
3486         * pdf/ev-poppler.cc:
3487         * properties/ev-properties-view.c: (ev_regular_paper_size),
3488         (ev_properties_view_set_info):
3489         * ps/ps-document.c: (ps_document_get_info):
3490
3491         Adds a paper size field to the properties dialog. Fixes
3492         bug #307315. Patch by Kasper Svendsen (with some i18n
3493         changes done by me).
3494
3495 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3496
3497         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3498         (screensaver_init_dbus), (totem_scrsaver_new),
3499         (totem_scrsaver_init):
3500         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3501         * shell/ev-application.c: (ev_application_register_service),
3502         (ev_application_screensaver_enable),
3503         (ev_application_screensaver_disable):
3504         * shell/ev-application.h:
3505         * shell/ev-window.c: (ev_window_run_presentation),
3506         (ev_window_stop_presentation), (build_comments_string),
3507         (ev_window_init):
3508         
3509         Move screensaver handling to application. No more
3510         message on startup.
3511
3512 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * configure.ac:
3515         * backend/Makefile.am:
3516         * backend/ev-file-exporter.[ch]:
3517         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3518         * ps/ps-document.c: (ps_document_file_exporter_*):
3519         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3520         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3521         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3522         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3523
3524         Allow printing to PDF when suppoted by the backend.
3525         
3526 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3527
3528         * shell/ev-window.c: (build_comments_string):
3529
3530         Use always "Document Viewer" in about dialog. 
3531
3532 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3533
3534         * djvu/djvu-document.c: (djvu_document_get_page_size):
3535
3536         Display a warning message when get_pageinfo fails. 
3537
3538 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3539
3540         * Makefile.am:
3541         * backend/Makefile.am:
3542         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3543         * configure.ac:
3544         * shell/ev-window.c: (build_comments_string):
3545         
3546         Make pdf compilation optional. See bug #38007.
3547
3548 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3549
3550         * ps/ps.c: (get_next_text):
3551
3552         Fix CVE-2006-5864.
3553
3554 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3555
3556         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3557         * shell/ev-navigation-action.c: (connect_proxy),
3558         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3559         
3560         Do not call g_type_class_peek_parent twice.
3561
3562 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3563
3564         * configure.ac:
3565         * data/icons/24x24/.cvsignore:
3566         * data/icons/24x24/Makefile.am:
3567         * data/icons/24x24/evince.png:
3568         * data/icons/Makefile.am:
3569         
3570         Add 24x24 icon. Thanks to 
3571         Michael Monreal <infernux@web.de>.
3572
3573 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3574
3575         * configure.ac: Fix typo in configure.ac. Thanks
3576         to dmacks@netspace.org for notification.
3577
3578 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3579
3580         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3581         
3582         Drop dbus include, fixes compilation with older dbus.
3583
3584 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3585
3586         * configure.ac:
3587         * cut-n-paste/Makefile.am:
3588         * cut-n-paste/totem-screensaver/.cvsignore
3589         * cut-n-paste/totem-screensaver/Makefile.am:
3590         * cut-n-paste/totem-screensaver/README:
3591         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3592         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3593         * shell/Makefile.am:
3594         * shell/ev-window.c: (ev_window_run_presentation),
3595         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3596         (ev_window_init):
3597
3598         Implemented screensaver enabling/disabling for
3599         presentation mode (not fullscreen mode). Code stolen
3600         from Totem (with some minor tweaks). Fixes bug #338889.
3601
3602 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3603
3604         * configure.ac:
3605
3606         Bump gnome-icon-theme requirements. We use the rotation
3607         icons that appeared recently.
3608
3609 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3610
3611         * shell/ev-history.c: (ev_history_add_page):
3612         * shell/ev-history.h:
3613         * shell/ev-window.c: (page_changed_cb):
3614         
3615         Use page labels instead of numbers.
3616
3617 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3618
3619         * data/evince-toolbar.xml:
3620         * po/POTFILES.in:
3621         * shell/Makefile.am:
3622         * shell/ev-navigation-action-widget.c:
3623         (ev_navigation_action_widget_init),
3624         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3625         (menu_detacher), (ev_navigation_action_widget_set_menu),
3626         (menu_position_func), (popup_menu_under_arrow),
3627         (ev_navigation_action_widget_toggled),
3628         (ev_navigation_action_widget_button_press_event):
3629         * shell/ev-navigation-action-widget.h:
3630         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3631         (ev_navigation_action_set_window), (activate_menu_item_cb),
3632         (new_history_menu_item), (new_empty_history_menu_item),
3633         (build_menu), (menu_activated_cb), (connect_proxy),
3634         (create_tool_item), (ev_navigation_action_init),
3635         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3636         * shell/ev-navigation-action.h:
3637         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3638         (ev_page_action_widget_set_page_cache),
3639         (ev_page_action_widget_finalize),
3640         (ev_page_action_widget_class_init), (match_selected_cb),
3641         (display_completion_text), (match_completion), (build_new_tree_cb),
3642         (get_filter_model_from_model),
3643         (ev_page_action_widget_update_model):
3644         * shell/ev-page-action-widget.h:
3645         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3646         (connect_proxy):
3647         * shell/ev-page-action.h:
3648         * shell/ev-stock-icons.c:
3649         * shell/ev-stock-icons.h:
3650         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3651         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3652         (register_custom_actions):
3653         * shell/main.c:
3654         
3655         Preliminary history implementation
3656
3657 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3660         (dvi_document_class_init), (dvi_document_init_params):
3661         * dvi/mdvi-lib/font.c: (font_reference):
3662         
3663         Add reference to subfont. Fixes bug #374277.
3664
3665 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3666
3667         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3668         (ev_window_cmd_file_open_copy_at_dest):
3669
3670         Fix a race condition when creating symlink. Increase the counter
3671         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3672         Mathias Hasselmann).
3673
3674 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3675
3676         * backend/Makefile.am:
3677         * backend/ev-attachment.c: (ev_attachment_open):
3678         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3679         (ev_tmp_dir), (ev_tmp_filename):
3680         * shell/ev-sidebar-attachments.c:
3681         (ev_sidebar_attachments_drag_data_get):
3682         * shell/ev-window.c: (ev_window_clear_temp_file):
3683
3684         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3685         in ensure_dir_exists. Abort without crashing when we can't create
3686         user's directory.
3687
3688 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * data/evince-ui.xml:
3691         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3692         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3693         (ev_window_cmd_file_open_copy_at_dest),
3694         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3695         (ev_view_popup_cmd_open_link_new_window):
3696
3697         Allow opening a copy of the current document in a new window. Fixes bug
3698         #357472
3699
3700 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3701
3702         * data/evince-toolbar.xml:
3703         
3704         Add rotate right and rotate left to available items for toolbar.
3705         
3706         * data/evince-ui.xml:
3707         * shell/ev-window.c: (ev_window_init):
3708         
3709         Customize toolbar with right click. Fixes bug #372451.
3710
3711 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3712
3713         * shell/ev-window.c: 
3714         
3715         Use "object-rotate-{left,right}" stock icons. Fixes 
3716         bug #373863.
3717
3718 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3719
3720         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3721         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3722         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3723         (ev_window_open_uri):
3724         * shell/main.c: (arguments_parse):
3725
3726         Remove temp file created when evince is used by GTK+ in
3727         preview mode. Fixes bug #365282. 
3728
3729 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3730
3731         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3732         
3733         Fixes bug #372474 - Side pane disabled when entering 
3734         and leaving fullscreen mode.
3735
3736 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3737
3738         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3739         * data/Makefile.am:
3740         * data/evince-preview-toolbar.xml:
3741         * data/evince-toolbar.xml:
3742         * shell/ev-application.c: (ev_application_shutdown),
3743         (ev_application_init), (ev_application_get_toolbars_model):
3744         * shell/ev-application.h:
3745         * shell/ev-window.c: (update_chrome_visibility),
3746         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3747         (ev_window_cmd_edit_toolbar), (ev_window_init):
3748         
3749         Fixes bug #364364 - toolbar editor shows zoom actions again.
3750
3751 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3752
3753         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3754
3755         Do not take margins into consideration for paper size when printing.
3756         Really fixes bug #350491.
3757
3758 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * data/evince-ui.xml:
3761         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3762         (ev_window_cmd_file_print_setup),
3763         (ev_window_print_dialog_response_cb),
3764         (ev_window_setup_action_sensitivity):
3765
3766         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3767
3768 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3769
3770         * shell/ev-window.c: (ev_window_print_range):
3771
3772         Revert my previuos commit, since printing to PDF is not supported by
3773         evince yet. 
3774
3775 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * shell/ev-window.c: (ev_window_print_range):
3778
3779         Enable print to a PDF. Fixes bug #332121.
3780
3781 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3782
3783         * shell/ev-application-service.xml:
3784         * shell/ev-application.[ch]: (ev_application_open_window),
3785         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3786         (ev_application_open_uri), (ev_application_open_uri_list):
3787         * shell/ev-window.c: (file_open_dialog_response_cb),
3788         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3789         (drag_data_received_cb), (open_remote_link):
3790         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3791
3792         Add support for multiscreen systems. Fixes bug #316206.
3793
3794 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3795
3796         * shell/ev-jobs.[ch]: (ev_job_print_new),
3797         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3798         (ev_job_print_do_page):
3799         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3800
3801         Allow printing only odd/even pages. Fixes bug #367289.
3802
3803 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3804
3805         * test/test1.py:
3806         * test/test2.py:
3807
3808         Re-add locale settings to test files.
3809
3810 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3811
3812         * data/evince-ui.xml:
3813         * shell/ev-window.c: (set_action_properties):
3814         
3815         Removed garbage from code and ui.
3816
3817 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3818
3819         * shell/ev-window.c: (ev_window_cmd_help_about):
3820
3821         Shamelessly add my name to the list of contributors.
3822
3823 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3824
3825         * test/test1.py:
3826         * test/test2.py:
3827
3828         Cleaned up the dogtail scripts.
3829
3830 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3831
3832         * shell/ev-view.c: (draw_loading_text): Don't render
3833         "loading..." text in presentation mode. Temporary
3834         workaround for bug #320352.
3835
3836 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3837
3838         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3839         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3840
3841         Use print settings scale, copies, collate and reverse which were
3842         ignored. Fixes bug #359032.
3843
3844 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3845
3846         * configure.ac:
3847         * data/evince-password.glade:
3848         * test/Makefile.am:
3849         * test/test-encrypt.pdf:
3850         * test/test-links.pdf:
3851         * test/test1.py:
3852         * test/test2.py:
3853
3854         Add automated UI tests for evince with dogtail. See
3855         bug #300948.    
3856
3857 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3858
3859         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3860
3861         Hide fullscreen toolbar when switching to another desktop workspace.
3862         Fixes bug #338871
3863
3864 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3865
3866         * shell/ev-window-title.c: 
3867         
3868         Test for .dvi in title of pdf documents.
3869
3870 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3871
3872         * shell/ev-view.c: (ev_view_scroll):
3873
3874         Page Up/Down should do page jumps in "Best fit" mode.
3875         If a user has explicitly chosen to view exactly one page
3876         at a time, scrolling just a part of the page when
3877         pressing Page Up/Down is not right. Fixes bug #323107.
3878
3879 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3880
3881         * NEWS:
3882         * configure.ac:
3883         
3884         Update for 0.6.1
3885
3886 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3887
3888         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3889         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3890         
3891         Correctly disconnect from job signals on destroy.
3892
3893 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3894
3895         * shell/ev-view-private.h:
3896         * shell/ev-view.c: (view_set_adjustment_values),
3897         (view_update_range_and_current_page),
3898         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3899         
3900         Fixes bug #343199, current page now follows find page.
3901
3902 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3903
3904         * backend/ev-document-factory.c:
3905         * configure.ac:
3906         Assigned OpenDocument presenation MIME type to the
3907         Impress backend. Added some missing (but harmless)
3908         #ifdefs in the document factory as well to make things
3909         consistent again. Fixes bug #360658.
3910
3911 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3912
3913         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3914         * backend/ev-document-find.c: (ev_document_find_get_type):
3915         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3916         * backend/ev-document-links.c: (ev_document_links_get_type):
3917         * backend/ev-document-security.c: (ev_document_security_get_type):
3918         * backend/ev-document-thumbnails.c:
3919         (ev_document_thumbnails_get_type):
3920         * backend/ev-document.c: (ev_document_get_type):
3921         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3922         * backend/ev-selection.c: (ev_selection_get_type):
3923         * cut-n-paste/recent-files/egg-recent-model.c:
3924         (egg_recent_model_get_type):
3925         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3926         (egg_recent_view_uimanager_get_type):
3927         * cut-n-paste/recent-files/egg-recent-view.c:
3928         (egg_recent_view_get_type):
3929         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3930         (egg_editable_toolbar_get_type):
3931         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3932         (egg_toolbar_editor_get_type):
3933         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3934         (egg_toolbars_model_get_type):
3935         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3936         (egg_tree_multi_drag_source_get_type):
3937         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3938         (ephy_zoom_action_get_type):
3939         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3940         (ephy_zoom_control_get_type):
3941         * impress/r_back.c: (_imp_fill_back):
3942         * properties/ev-properties-main.c:
3943         (ev_properties_plugin_register_type):
3944         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3945         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3946         (ev_view_accessible_factory_get_type):
3947
3948         Reduce relocations. Bug #360616.
3949
3950 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * backend/ev-document-factory.c:
3953         (ev_document_factory_get_document):
3954         
3955         Load document even if extension is wrong.
3956
3957 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3958
3959         * shell/ev-metadata-manager.c: (save_values):
3960         * shell/ev-window.c: (setup_size_from_metadata),
3961         (setup_view_from_metadata), (ev_window_setup_document),
3962         (ev_window_xfer_job_cb), (window_configure_event_cb):
3963         
3964         Set size according to the document size/page size ratio.
3965         That should correct rather wierd behaviour of the previous
3966         commit.
3967
3968 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3969
3970         * shell/ev-window.c: (setup_view_from_metadata):
3971         
3972         Set size for new windows from previous window size.
3973         See bugs #354968 and #168450 for details. Thanks
3974         to Meik Hellmund.
3975
3976 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * djvu/djvu-links.c: (build_tree):
3979
3980         Fix memory leak.
3981
3982 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3983
3984         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3985         
3986         Don't make sidebar close button insensitive. Fixes
3987         bug #357871.
3988
3989 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3990
3991         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3992         (ev_window_set_view_accels_sensitivity):
3993         
3994         Don't enable Slash on documents which don't support
3995         find. Fixes bug #358648.
3996
3997 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3998
3999         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4000         open dialog fall back to the current document uri if the
4001         filechooser hasn't been used before. Fixes bug #356980.
4002
4003 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4004
4005         * shell/ev-window.c: (ev_window_setup_recent), 
4006         (ev_window_get_recent_file_label):
4007
4008         Escape underscores in filenames of recent file items.
4009
4010 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4011
4012         * configure.ac:
4013         
4014         Bumped poppler requirements, really 0.5.3 is very 
4015         buggy, now we require 0.5.4.
4016
4017 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4018
4019         * djvu/Makefile.am:
4020         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4021         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4022         (djvu_document_document_links_iface_init):
4023         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4024         (number_from_string_10), (get_djvu_link_dest),
4025         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4026         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4027         (djvu_links_get_links), (djvu_links_find_link_dest),
4028         (djvu_links_get_links_model):
4029         * djvu/djvu-links.h:
4030         
4031         Add support for links and bookmarks in djvu documents. Thanks
4032         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4033         patch.
4034
4035 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4036
4037         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4038         
4039         Reopen should reload document. Fixes 
4040         bug 327951.
4041
4042 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4043
4044         * configure.ac:
4045         * data/Makefile.am:
4046         * data/evince-16.png:
4047         * data/evince-22.png:
4048         * data/evince.png:
4049         * data/evince.svg:
4050         * data/icons/16x16/Makefile.am:
4051         * data/icons/16x16/evince.png:
4052         * data/icons/22x22/Makefile.am:
4053         * data/icons/22x22/evince.png:
4054         * data/icons/48x48/Makefile.am:
4055         * data/icons/48x48/evince.png:
4056         * data/icons/Makefile.am:
4057         * data/icons/scalable/Makefile.am:
4058         * data/icons/scalable/evince.svg:
4059         
4060         Install icons with correct names. Fixes
4061         bug #354429.
4062
4063 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * shell/ev-view.c: (ev_view_button_release_event):
4066
4067         Don't open links with middle mouse button. Fixes bug #353649
4068
4069 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4070
4071         * NEWS:
4072         * configure.ac:
4073         
4074         Update for release 0.6.0
4075
4076 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4077
4078         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4079         Implement Close named action. Patch by Carlos Garcia Campos.
4080
4081 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4082
4083         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4084         
4085         Don't clear link mapping on copy_job_to_job_info. Fixes
4086         bug 346168.
4087
4088 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4089
4090         * shell/main.c: (main):
4091
4092         Revert my previous commit, gnome_program_init owns the option context.
4093         Fix another memory leak in main. Both caught by Christian Persch. 
4094
4095 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4096
4097         * shell/main.c: (main):
4098
4099         Fix memory leak.
4100
4101 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4104
4105         Fix crash when opening a pdf with password protection. 
4106
4107 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4108
4109         * pdf/ev-poppler.cc: (pdf_document_search_free):
4110
4111         Fix memory leak. 
4112
4113 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4114
4115         * backend/ev-document-factory.c:
4116         (ev_document_factory_get_document):
4117         * tiff/tiff-document.c: (tiff_document_finalize):
4118         
4119         More correct handling of document loading. Fixes
4120         bug #349043.
4121
4122 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * backend/ev-attachment.c: (ev_attachment_save):
4125
4126         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4127         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4128
4129 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4130         
4131         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4132         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4133
4134 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4135
4136         * shell/ev-sidebar-thumbnails.c:
4137
4138         Do not render thumbnails unless thumbnails page is active in the
4139         sidebar.
4140
4141 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4142
4143         * shell/ev-properties-dialog.c:
4144
4145         Fix dialogue spacing. Bug #351370.
4146
4147 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4148
4149         * configure.ac:
4150
4151         Use lowercase gettext catalog file names (evince.mo
4152         instead of Evince.mo)
4153
4154 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4155
4156         * shell/ev-sidebar-attachments.c:
4157
4158         GtkIconTheme is now screen safe too. Fixes bug #350878
4159
4160 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * shell/ev-window.c:
4163
4164         GtkRecent manager is now screen safe. Fixes bug #350145
4165
4166 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4167
4168         * shell/ev-sidebar.c: (ev_sidebar_init):
4169         
4170         Make sidebar close icon smaller. Fix for bug 350177.
4171         See also bugs 350176 and 165770.
4172
4173 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4176
4177         Ignore zoom for xyz destinations when it's <= 1, keeping user
4178         preferences instead. Set correct sizing-mode for fith and fitv
4179         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4180
4181 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4182
4183         * NEWS:
4184         * configure.ac:
4185         
4186         Update for release 0.5.5
4187
4188 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4189         
4190         * shell/ev-window.c: (ev_window_cmd_escape)
4191
4192         Escape unfocus page entry. Fixes bug #345809.
4193
4194 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4197         (build_tree), (pdf_document_links_get_links),
4198         (pdf_document_links_find_link_dest):
4199         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4200         (goto_xyz_dest):
4201
4202         Convert from PDF style coordinates to X style coordinates in the
4203         backend rather than in the view. Fixes bug #338440
4204
4205 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4206
4207         * shell/ev-window.c:
4208         
4209         Remove Ctrl+Shift+T shortcut for toolbars. See
4210         the bug #350098.
4211
4212 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4213
4214         * configure.ac:
4215
4216         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4217         of this. 
4218
4219 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4220
4221         * configure.ac:
4222         * cut-n-paste/Makefile.am:
4223         * data/evince-ui.xml:
4224         * shell/Makefile.am:
4225         * shell/ev-application.[ch]:
4226         * shell/ev-window.c:
4227
4228         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4229         #349273
4230
4231 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4232
4233         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4234         findbar code: s/help/search/
4235
4236 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4237
4238         * shell/ev-window.c: (setup_document_from_metadata),
4239         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4240         (setup_view_from_metadata):
4241         
4242         Fix memory leaks.
4243
4244 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4245
4246         * autogen.sh, configure.ac: 
4247         
4248         Update automake usage. See bug 349292.
4249
4250 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4251
4252         * shell/eggfindbar.c: (egg_find_bar_class_init),
4253         (entry_activate_callback), (egg_find_bar_init),
4254         (egg_find_bar_set_status_text):
4255         * shell/eggfindbar.h:
4256         
4257         Unify Evince findbar with Epiphany. Nice patch
4258         from Fabricio Silva <silva@crans.org> and
4259         Frederic Peters <fpeters@entrouvert.com>. See
4260         bug #339966 for details.
4261
4262 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4263
4264         * data/evince.desktop.in.in:
4265         
4266         Correct information for bugzilla. Thanks to
4267         Olaf Vitters, see bug #348855.
4268
4269 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4270
4271         * shell/ev-jobs.[ch]:
4272         * shell/ev-sidebar-links.c:
4273         * shell/ev-window.[ch]:
4274
4275         GtkPrintJob doesn't support print ranges or current page, so we export
4276         to a ps file now when printing ranges or current page.
4277
4278 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4279
4280         * pdf/ev-poppler.cc:
4281         * shell/ev-window.c: (do_action_named):
4282
4283         We should be more clear about bugzilla. See the
4284         poppler bug #7623.
4285
4286 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4287
4288         * configure.ac:
4289         * shell/Makefile.am:
4290         * shell/ev-job-queue.c:
4291         * shell/ev-jobs.[ch]:
4292         * shell/ev-sidebar-links.c:
4293         * shell/ev-window.[ch]:
4294         
4295         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4296         #348422
4297
4298 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4299
4300         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4301         * shell/ev-application-service.xml:
4302         * shell/ev-application.[ch]:
4303         * shell/ev-jobs.[ch]:
4304         * shell/ev-window.[ch]: (ev_window_run_preview):
4305         * shell/main.c: 
4306
4307         Add preview mode to use evince as a printing previewer. It also adds
4308         other command line options for fullscreen and presentation modes.
4309         Fixes bugs #347822, #317031
4310
4311 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4312
4313         * NEWS:
4314         * configure.ac:
4315         
4316         Update for release 0.5.4
4317
4318 2006-07-11  Bastien Nocera <hadess@hadess.net>
4319
4320         * Makefile.am:
4321         * backend/Makefile.am:
4322         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4323         * backend/ev-document-factory.h:
4324         * configure.ac:
4325         * impress/.cvsignore:
4326         * impress/Makefile.am:
4327         * impress/common.h:
4328         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4329         (imp_get_page), (imp_next_page), (imp_prev_page),
4330         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4331         * impress/f_oasis.c: (render_object), (render_page),
4332         (get_geometry), (_imp_oasis_load):
4333         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4334         (_imp_oo13_load):
4335         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4336         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4337         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4338         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4339         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4340         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4341         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4342         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4343         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4344         (iks_new_within), (iks_insert), (iks_insert_cdata),
4345         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4346         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4347         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4348         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4349         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4350         (iks_cdata), (iks_cdata_size), (iks_has_children),
4351         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4352         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4353         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4354         (iks_tree), (iks_load), (iks_save):
4355         * impress/iksemel.h:
4356         * impress/imposter.h:
4357         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4358         (imp_render_draw_bezier_real), (imp_render_get_size),
4359         (imp_render_set_fg_color), (imp_render_draw_line),
4360         (imp_render_draw_rect), (imp_render_draw_polygon),
4361         (imp_render_draw_arc), (imp_render_draw_bezier),
4362         (imp_render_open_image), (imp_render_get_image_size),
4363         (imp_render_scale_image), (imp_render_draw_image),
4364         (imp_render_close_image), (imp_render_markup),
4365         (imp_render_get_text_size), (imp_render_draw_text),
4366         (impress_document_load), (impress_document_save),
4367         (impress_document_get_n_pages), (impress_document_get_page_size),
4368         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4369         (impress_document_finalize), (impress_document_class_init),
4370         (impress_document_can_get_text), (impress_document_get_info),
4371         (impress_document_document_iface_init),
4372         (impress_document_thumbnails_get_thumbnail),
4373         (impress_document_thumbnails_get_dimensions),
4374         (impress_document_document_thumbnails_iface_init),
4375         (impress_document_init):
4376         * impress/impress-document.h:
4377         * impress/internal.h:
4378         * impress/r_back.c: (_imp_fill_back):
4379         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4380         (_imp_draw_image), (_imp_tile_image):
4381         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4382         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4383         (r_polyline):
4384         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4385         (r_draw_gradient_complex), (r_draw_gradient):
4386         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4387         (r_get_bullet):
4388         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4389         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4390         (r_text):
4391         * impress/render.c: (imp_create_context), (imp_context_set_page),
4392         (imp_context_set_step), (imp_render), (imp_delete_context):
4393         * impress/render.h:
4394         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4395         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4396         (zip_load_xml), (zip_get_size), (zip_load):
4397         * impress/zip.h:
4398         * shell/ev-utils.c:
4399         
4400         New backend to support impress slides. Fixes bug #30867.
4401
4402 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4403
4404         * shell/ev-utils.c: (using_postscript_printer):
4405         
4406         Fixes crash when print using PAPI backend,
4407         bug #345012.
4408
4409 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4410
4411         * shell/ev-jobs.c: (ev_job_xfer_run):
4412         * shell/ev-window.c: (password_dialog_response),
4413         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4414         (ev_window_dispose):
4415         Fixes bug #344160: if the xfer job doesn't complete
4416         because a password is required, reload the existing
4417         instance instead of creating a new one.
4418
4419 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4420
4421         * shell/main.c: (main): Call gdk_threads_init. Thus
4422         we'll avoid errors in auth dialog. Fix for the bug
4423         #343347.
4424
4425 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4426
4427         * configure.ac: Advertise pixbuf support, fix
4428         for the bug 343317.
4429
4430 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4431
4432         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4433         (ev_sidebar_thumbnails_set_document):
4434         
4435         Update sidebar thumbnails after reloading.
4436
4437 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4438
4439         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4440         * shell/ev-jobs.h:
4441         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4442         (ev_window_cmd_view_reload), (ev_window_init):
4443         
4444         Don't crash on reload. Fix for the bug #343167.
4445
4446 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4447
4448         * shell/ev-jobs.c: (ev_job_render_run):
4449         
4450         Check for document links.
4451
4452 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4453
4454         * backend/ev-attachment.c: (ev_attachment_save),
4455         (ev_attachment_launch_app), (ev_attachment_open):
4456         * backend/ev-document-factory.c: (get_document_from_uri):
4457         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4458         (egg_recent_view_uimanager_set_list):
4459         * ps/ps-document.c: (check_filecompressed), (document_load),
4460         (ps_document_load):
4461         * shell/ev-metadata-manager.c: (load_values):
4462         * shell/ev-password.c: (ev_password_dialog_set_property):
4463         * shell/ev-view.c: (tip_from_link):
4464         * shell/ev-window.c: (file_save_dialog_response_cb),
4465         (ev_window_print_dialog_response_cb):
4466         
4467         Use consistent quoting style. Fix for the bug #320285.
4468
4469 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4470
4471         * shell/ev-jobs.c: (ev_job_xfer_run):
4472         * shell/main.c: (load_files):
4473                 
4474         Open links with anchors. Fix for the bug #339836.
4475
4476 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4477
4478         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4479         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4480         (ev_link_dest_set_property), (ev_link_dest_finalize),
4481         (ev_link_dest_class_init), (ev_link_dest_new_named),
4482         (ev_link_dest_new_page_label):
4483         * backend/ev-link-dest.h:
4484         * shell/ev-application.c: (ev_application_open_uri):
4485         * shell/ev-view.c: (goto_dest):
4486         * shell/ev-window.c:
4487         * shell/ev-window.h:
4488         
4489         Fix page-label command line option. Bug #342070.
4490
4491 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4492
4493         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4494         
4495         Don't show highlight rects if page can't be showed. Fix for 
4496         the bug #342076
4497
4498 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4499
4500         * shell/ev-window.c: (setup_sidebar_from_metadata),
4501         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4502         
4503         Setup sidebar from metadata even if there is no document
4504         loaded. Fix for the bug #342807.
4505
4506 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4507
4508         * cut-n-paste/toolbar-editor/Makefile.am:
4509         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4510         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4511         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4512         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4513         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4514         (popup_context_menu_cb), (button_press_event_cb),
4515         (configure_item_sensitivity), (configure_item_cursor),
4516         (configure_item_tooltip), (connect_widget_signals),
4517         (action_sensitive_cb), (create_item_from_action),
4518         (create_item_from_position), (toolbar_drag_data_received_cb),
4519         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4520         (toolbar_drag_leave_cb), (configure_drag_dest),
4521         (toggled_visibility_cb), (toolbar_visibility_refresh),
4522         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4523         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4524         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4525         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4526         (egg_editable_toolbar_dispose),
4527         (egg_editable_toolbar_set_ui_manager),
4528         (egg_editable_toolbar_get_selected),
4529         (egg_editable_toolbar_set_selected), (set_edit_mode),
4530         (egg_editable_toolbar_set_property),
4531         (egg_editable_toolbar_get_property),
4532         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4533         (egg_editable_toolbar_new_with_model),
4534         (egg_editable_toolbar_get_edit_mode),
4535         (egg_editable_toolbar_set_edit_mode),
4536         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4537         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4538         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4539         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4540         (item_added_or_removed_cb), (toolbar_removed_cb),
4541         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4542         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4543         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4544         (editor_create_item_from_name), (append_table),
4545         (update_editor_sheet), (egg_toolbar_editor_init):
4546         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4547         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4548         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4549         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4550         (toolbar_node_free), (egg_toolbars_model_get_flags),
4551         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4552         (egg_toolbars_model_get_name), (impl_add_item),
4553         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4554         (parse_data_list), (parse_item_list), (parse_toolbars),
4555         (egg_toolbars_model_load_toolbars), (parse_available_list),
4556         (parse_names), (egg_toolbars_model_load_names),
4557         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4558         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4559         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4560         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4561         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4562         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4563         (egg_toolbars_model_set_types), (fill_avail_array),
4564         (egg_toolbars_model_get_name_avail),
4565         (egg_toolbars_model_get_name_flags),
4566         (egg_toolbars_model_set_name_flags):
4567         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4568         * cut-n-paste/toolbar-editor/eggintl.h:
4569         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4570         (egg_tree_multi_drag_source_get_type),
4571         (egg_tree_multi_drag_source_row_draggable),
4572         (egg_tree_multi_drag_source_drag_data_delete),
4573         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4574         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4575         (path_list_free), (set_context_data), (get_context_data),
4576         (get_info), (egg_tree_multi_drag_drag_data_get),
4577         (egg_tree_multi_drag_motion_event),
4578         (egg_tree_multi_drag_button_press_event),
4579         (egg_tree_multi_drag_add_drag_support):
4580         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4581         * shell/ev-application.c: (ev_application_init),
4582         (ev_application_save_toolbars_model):
4583         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4584         (ev_window_cmd_edit_toolbar), (ev_window_init):
4585         
4586         Sync toolbareditor with epiphany and libegg
4587
4588 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4589
4590         * configure.ac: 
4591
4592         Depend on poppler 0.5.2
4593
4594 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4595
4596         * shell/ev-jobs.c: (ev_job_render_run):
4597         
4598         Check if document supports links iterface.
4599
4600 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4601
4602         * NEWS:
4603         * configure.ac:
4604         
4605         Update for release 0.5.3
4606
4607 2006-05-13  Michael Plump  <plumpy@skylab.org>
4608
4609         * configure.ac:
4610         * shell/Makefile.am:
4611         * shell/main.c: (main):
4612         
4613         Port to GOption command line parsing. Fix for the 
4614         bug #327518
4615
4616 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * shell/ev-window.c: (ev_window_cmd_help_about):
4619         
4620         Do not wrap license. Fix for the bug #309460.
4621
4622 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4623
4624         * configure.ac:
4625         * properties/ev-properties-main.c: (ev_properties_get_pages):
4626         * shell/ev-application.c: (ev_application_open_window),
4627         (ev_application_open_uri_at_dest):
4628         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4629         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4630         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4631         * shell/ev-utils.c: (save_print_config_to_file):
4632         * shell/ev-window.c: (ev_window_cmd_save_as),
4633         (ev_attachment_popup_cmd_save_attachment_as):
4634         * shell/main.c: (load_files_remote):
4635         
4636         Bump requirements to gtk 2.8 and drop all ifdefs used.
4637
4638 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4639
4640         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4641         * shell/ev-window.c: (ev_window_init):
4642         
4643         Show attachments page.
4644
4645 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4646
4647         * po/POTFILES.in:
4648         * shell/ev-attachment-bar.c:
4649         * shell/ev-attachment-bar.h:
4650         * shell/ev-sidebar-attachments.c:
4651         (ev_sidebar_attachments_icon_cache_add),
4652         (icon_theme_get_pixbuf_from_mime_type),
4653         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4654         (ev_sidebar_attachments_icon_cache_refresh),
4655         (ev_sidebar_attachments_get_attachment_at_pos),
4656         (ev_sidebar_attachments_popup_menu_show),
4657         (ev_sidebar_attachments_popup_menu),
4658         (ev_sidebar_attachments_button_press),
4659         (ev_sidebar_attachments_update_icons),
4660         (ev_sidebar_attachments_drag_data_get),
4661         (ev_sidebar_attachments_get_property),
4662         (ev_sidebar_attachments_destroy),
4663         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4664         (ev_sidebar_attachments_new),
4665         (ev_sidebar_attachments_set_document),
4666         (ev_sidebar_attachments_support_document),
4667         (ev_sidebar_attachments_get_label),
4668         (ev_sidebar_attachments_page_iface_init):
4669         * shell/ev-sidebar-attachments.h:
4670         * shell/ev-window.c: (update_chrome_visibility),
4671         (setup_sidebar_from_metadata), (ev_window_setup_document),
4672         (ev_window_sidebar_current_page_changed_cb),
4673         (attachment_bar_menu_popup_cb), (ev_window_init):
4674         
4675         Move attachments bar to sidebar.
4676
4677 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4678
4679         * pdf/ev-poppler.cc:
4680         * shell/ev-application.[ch]:
4681         * shell/main.c:
4682
4683         Fix some memory leaks.
4684
4685 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4686
4687         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4688
4689         Change the properties dialog response to
4690         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4691         will make the dialog go away when the user presses
4692         enter. With gtk+ >= 2.9 this will happen anyway, but for
4693         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4694         escape by default. Fixes bug #340539. See also bug
4695         #101293 for the gtk+ part.
4696
4697 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4698
4699         * shell/ev-view.c (tip_from_action_named): Replace some strings
4700         that were wrong. Closes #340970.
4701
4702 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4703
4704         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4705
4706         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4707         #341049
4708
4709 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4710
4711         * djvu/Makefile.am:
4712         * dvi/Makefile.am:
4713         * dvi/mdvi-lib/Makefile.am:
4714         * properties/Makefile.am:
4715         * ps/Makefile.am:
4716         * shell/Makefile.am:
4717         * thumbnailer/Makefile.am:
4718         
4719         Due to broken libtool that is unable to track dependencies
4720         of noinst libraries we are forced to explicitely point
4721         libraries for binary. Fix for the bug #333334.
4722
4723 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4724
4725         * data/evince.desktop.in.in:
4726         * shell/ev-view.c: (view_update_range_and_current_page),
4727         (ev_view_next_page), (ev_view_previous_page):
4728         * shell/ev-window.c: (update_chrome_visibility),
4729         (setup_sidebar_from_metadata), (ev_window_setup_document),
4730         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4731         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4732         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4733         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4734         (ev_window_stop_presentation), (ev_window_focus_in_event),
4735         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4736         (ev_window_init):
4737         * thumbnailer/Makefile.am:
4738         
4739         Update fullscreen and presentation timeout handling. Hide
4740         cursor in presentation after timeout. Fix for the bugs
4741         #136359 and #336981.
4742
4743 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4744
4745         * backend/ev-link-action.[ch]:
4746         * pdf/ev-poppler.cc: (ev_link_from_action):
4747         * shell/ev-view-private.h:
4748         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4749         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4750
4751         Add support for Named Action links
4752
4753 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4754
4755         * backend/Makefile.am:
4756         * backend/ev-document-links.[ch]:
4757         * backend/ev-document.[ch]:
4758         * backend/ev-link-action.[ch]:
4759         * backend/ev-link-dest.[ch]:
4760         * backend/ev-link.[ch]:
4761         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4762         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4763         * shell/ev-page-action.c: (build_new_tree_cb):
4764         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4765         (links_page_num_func), (update_page_callback):
4766         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4767         (tip_from_link):
4768         * shell/ev-jobs.c:
4769         * shell/ev-window.[ch]: (ev_window_open_uri),
4770         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4771         * shell/ev-application.[ch]: (ev_application_open_window),
4772         (ev_application_open_uri):
4773
4774         Rework links system, it adds support for remote links now and it makes
4775         easier to add new kinds of actions and destinations. Fixes bug #317292
4776
4777 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4778
4779         * data/Makefile.am:
4780         * data/evince.png:
4781         * data/evince-16.png:
4782         * data/evince-22.png:
4783         * data/evince.svg:
4784         * shell/main.c: (main):
4785         
4786         Evince use it's own icon. Fix for the bug #313392.
4787
4788         * shell/ev-window.c: (fullscreen_timeout_cb),
4789         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4790         (ev_window_cmd_help_about), (ev_window_dispose):
4791         
4792         Simplify fullscreen timeout code.
4793
4794 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4795
4796         * backend/ev-attachment.c: 
4797         * shell/ev-attachment-bar.c:
4798         * shell/ev-window.c:
4799
4800         Allow multiple selection of attachments
4801
4802 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4803
4804         * shell/ev-view.c: (view_update_range_and_current_page),
4805         (ev_view_scroll):
4806         
4807         Fix for the bug #312573 – Optimal selection of current 
4808         page among visible pages.
4809
4810 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4811
4812         * configure.ac:
4813         * djvu/Makefile.am:
4814         * djvu/djvu-text.h:
4815         
4816         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4817         for the bug 339868.
4818
4819 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4820
4821         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4822
4823 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4824
4825         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4826         dictated by the GNOME HIG. Fixes bug #339235.
4827
4828 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4829
4830         * data/evince-ui.xml:
4831         * shell/ev-view.c: (ev_view_can_find_previous):
4832         * shell/ev-view.h:
4833         * shell/ev-window.c: (ev_window_update_actions),
4834         (ev_window_cmd_edit_find_previous):
4835
4836         Add support for "Find Previous" as dictated by the GNOME HIG. A
4837         menu item is added and some glue code to make it all work is added
4838         to various files.
4839
4840 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4841
4842         * configure.ac: Award myself the "useless use of cat" award.
4843
4844 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4845
4846         * po/LINGUAS: New file listing all supported languages.
4847
4848         * configure.in: Use po/LINGUAS instead of including all languages
4849         directly in this file. See the wiki for more information:
4850         http://live.gnome.org/GnomeGoals/PoLinguas
4851
4852 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4853
4854         * backend/ev-document-factory.c:
4855
4856         Do not load the document twice when there isn't errors
4857
4858 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4859
4860         * backend/ev-attachment.c: 
4861
4862         Fix a crash when there isn't a default application to open an
4863         attachment
4864
4865 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4866
4867         * backend/ev-attachment.[ch]:
4868         * shell/ev-attachment-bar.[ch]:
4869
4870         Added missing files. 
4871
4872 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4873
4874         * backend/Makefile.am:
4875         * data/evince-ui.xml:
4876         * backend/ev-attachment.[ch]:
4877         * backend/ev-document.[ch]: (ev_document_has_attachments),
4878         (ev_document_get_attachments):
4879         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4880         (attachment_save_to_buffer), (pdf_document_get_attachments),
4881         (pdf_document_document_iface_init):
4882         * shell/Makefile.am:
4883         * shell/ev-attachment-bar.[ch]:
4884         * shell/ev-window.c:
4885
4886         Add support for PDF attachments. Fixes bug #325143
4887
4888 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4889
4890         * backend/ev-document-factory.c: (get_document_from_uri),
4891         (ev_document_factory_get_document):
4892         * backend/ev-document-factory.h:
4893         * properties/ev-properties-main.c: (ev_properties_get_pages):
4894         * shell/Makefile.am:
4895         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4896         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4897         (ev_job_queue_remove_job):
4898         * shell/ev-job-queue.h:
4899         * shell/ev-job-xfer.c:
4900         * shell/ev-job-xfer.h:
4901         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4902         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4903         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4904         (ev_job_xfer_run):
4905         * shell/ev-jobs.h:
4906         * shell/ev-window.c: (ev_window_is_empty),
4907         (password_dialog_response), (ev_window_clear_xfer_job),
4908         (ev_window_xfer_job_cb), (ev_window_open_uri),
4909         (ev_window_cmd_focus_page_selector),
4910         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4911         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4912         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4913         (ev_window_dispose):
4914         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4915         
4916         * Cleanup mime type detection on document load. Fix for the
4917         bug #336448.
4918
4919 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4920
4921         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4922         
4923         Fix crash on exit, described in the bug #336825.
4924
4925 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4926
4927         * backend/ev-document-factory.c:
4928         (ev_document_factory_get_from_mime),
4929         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4930         (ev_document_factory_get_document),
4931         (file_filter_add_mime_list_and_free),
4932         (ev_document_factory_add_filters):
4933         * backend/ev-document-factory.h:
4934         * properties/ev-properties-main.c: (ev_properties_get_pages):
4935         * shell/Makefile.am:
4936         * shell/ev-application.c:
4937         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4938         * shell/ev-window.c: (ev_window_cmd_file_open),
4939         (ev_window_cmd_save_as):
4940         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4941         
4942         Rework factory functions so they are placed now in a single 
4943         file ev-document-factory.c
4944
4945 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4946
4947         * shell/ev-window.c: (update_chrome_visibility):
4948         
4949         Fix for the bug 166566 - don't show menubar in fullscreen
4950         mode.
4951
4952 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4953
4954         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4955
4956 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4957
4958         * shell/ev-view.c: (ev_view_expose_event):
4959         
4960         More correctly draw loading text when document
4961         is empty.
4962
4963 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4964
4965         * shell/ev-view.c: (ev_view_scroll):
4966         
4967         Fix for the bug #334854, page down and page up switch
4968         pages in presentation mode.
4969
4970 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4971
4972         * shell/ev-window.c: (ev_window_set_action_sensitive),
4973         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4974         (ev_window_set_view_accels_sensitivity),
4975         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4976         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4977         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4978         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4979         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4980         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4981         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4982         (view_actions_focus_in_cb), (ev_window_init):
4983         
4984         Fix for the bug #333902, now it's possible to search
4985         words with slash.
4986
4987 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4988
4989         * configure.ac: Added Breton translation.
4990         * po/br.po: Added Breton translation.
4991
4992 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4993
4994         * shell/ev-window-title (ev_window_title_update):
4995
4996         Fix memory leak in window title. Fixes bug #333944
4997
4998 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * shell/ev-metadata-manager.c (parseItem):
5001
5002         Fix memory leaks. Fixes bug #333945
5003
5004 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5005         
5006         * NEWS, configure.ac, TODO:
5007         
5008         Update for release 0.5.2.
5009
5010 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5011
5012         * shell/ev-view.c: (view_update_range_and_current_page),
5013         (page_changed_cb):
5014         
5015         Don't jump on scrolling, fix for the bug #333127.
5016
5017 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5018
5019         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5020         
5021         Scroll by one page in presentation mode. Fix for the bug
5022         #332993.
5023
5024 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5025
5026         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5027
5028 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5029
5030         * configure.ac  Added lv in ALL_LINGUAS line.
5031
5032 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5033         
5034         * NEWS, configure.ac:
5035         
5036         Update for release 0.5.1
5037
5038 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5039
5040         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5041         * backend/ev-document-misc.h:
5042         * shell/ev-view.c: (draw_one_page):
5043         
5044          Clairfy what page the toolbar page number applies to. Fix
5045          for the bug #328102.
5046
5047 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5048
5049         * shell/ev-view-private.h:
5050         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5051         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5052         (ev_view_search_changed):
5053         * shell/ev-view.h:
5054         * shell/ev-window.c: (find_bar_search_changed_cb):
5055         
5056         Dont't jump to find result if window was scrolled during search.
5057         Fix for the bug #313266.
5058
5059 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5060
5061         * shell/eggfindbar.c: (egg_find_bar_class_init):
5062         * shell/eggfindbar.h:
5063         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5064         * shell/ev-view-private.h:
5065         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5066         (ev_view_class_init), (ev_sizing_mode_get_type),
5067         (ev_scroll_type_get_type):
5068         * shell/ev-view.h:
5069         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5070         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5071         (ev_window_init):
5072         
5073         Fix for the bug 319133 - Find entry should allow text scroll.
5074
5075 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5076
5077         * shell/ev-view-private.h:
5078         * shell/ev-view.c: (view_update_range_and_current_page),
5079         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5080         (ev_view_set_document), (update_find_status_message),
5081         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5082         (ev_view_find_previous):
5083         
5084         Fix for the bug #319137. Search now takes account for scrolling.
5085
5086 2006-02-19  Michael Hofmann <mh21@piware.de>
5087
5088         * configure.ac:
5089         * djvu/Makefile.am:
5090         * djvu/djvu-document-private.h:
5091         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5092         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5093         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5094         (djvu_document_can_get_text), (djvu_document_get_text),
5095         (djvu_document_document_iface_init),
5096         (djvu_document_thumbnails_get_thumbnail),
5097         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5098         (djvu_document_find_get_result),
5099         (djvu_document_find_page_has_results),
5100         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5101         (djvu_document_find_iface_init):
5102         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5103         (djvu_text_page_selection), (djvu_text_page_limits_process),
5104         (djvu_text_page_limits), (djvu_text_page_copy),
5105         (djvu_text_page_position), (djvu_text_page_union),
5106         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5107         (djvu_text_page_box), (djvu_text_page_append_text),
5108         (djvu_text_page_search), (djvu_text_page_prepare_search),
5109         (djvu_text_page_new), (djvu_text_page_free):
5110         * djvu/djvu-text-page.h:
5111         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5112         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5113         (djvu_text_n_results), (djvu_text_has_results),
5114         (djvu_text_get_result), (djvu_text_get_progress):
5115         * djvu/djvu-text.h:
5116         
5117         Text search in djvu. Fix for the bug #303415.
5118
5119 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5120
5121         * configure.ac:
5122         * shell/ev-window.c: (ev_window_cmd_save_as):
5123         
5124         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5125         Thanks to Gary Coady <gary@lyranthe.org>
5126
5127 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5128
5129         * shell/ev-print-job.c: (idle_print_handler):
5130         
5131         Inverse order printing, bug #320919.
5132
5133 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5134
5135         * data/evince-toolbar.xml:
5136         * shell/ev-window.c:
5137         
5138         Allow to add sidebar checkbutton on toolbar. Fix
5139         for the bug #144577.
5140
5141 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5142
5143         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5144         
5145         Add checks that have sense for empty ps document.
5146
5147 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5148
5149         * configure.ac: Include PS in mime types list. 
5150
5151 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5152
5153         * configure.ac:
5154         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5155         * ps/gsdefaults.h:
5156         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5157         
5158         Runtime check for gs interpreter. Fix for the bug #320868.
5159         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5160
5161 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5162
5163         * shell/ev-application.c: 
5164
5165         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5166         dbus>=0.60, so that the request is not queued. 
5167
5168 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5169
5170         * configure.ac:
5171         * shell/Makefile.am:
5172         * shell/ev-sidebar-links.c: (print_section_cb):
5173         * shell/ev-utils.c:
5174         * shell/ev-utils.h:
5175         * shell/ev-window.c: (update_action_sensitivity),
5176         (ev_window_close_dialogs), (ev_window_print):
5177         * shell/ev-window.h:
5178         
5179         Make printing support optional. Patch from Eduardo de Barros Lima
5180         <eduardo.lima@indt.org.br> for the bug #330546.
5181
5182 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5183
5184         * shell/ev-view-private.h:
5185         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5186         (ev_view_set_document):
5187         * shell/ev-view.h:
5188         * shell/ev-window.c: (ev_window_load_job_cb),
5189         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5190         (ev_window_init):
5191
5192         Draw Loading message during xfer job. Fix for the bug #329495.
5193
5194 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5195
5196         * comics/comics-document.c: (comics_regex_quote),
5197         (comics_document_load), (extract_argv):
5198         
5199         Correcly quote regexp before passing it to unzip.
5200
5201 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5202
5203         * shell/ev-page-cache.c: (build_height_to_page),
5204         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5205         (ev_page_cache_get_dual_even_left):
5206         * shell/ev-page-cache.h:
5207         * shell/ev-view.c: (view_update_range_and_current_page),
5208         (get_page_y_offset), (get_page_extents):
5209         
5210         Place even pages to the left if document has less then
5211         two pages. Fix for the bug #328856.
5212
5213 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5214
5215         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5216         
5217         Correct comics scheme. This make evince create thumbnails
5218         for comic books. Fix for the bug 329088.
5219
5220 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5221
5222         * data/evince-password.glade: Don't explicitly set
5223         invisible_char to the current default value in case
5224         the default changes; let GTK+ do its magic.
5225
5226 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5227
5228         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5229         real filename to tmp filename since often document
5230         type is determined by extension.
5231
5232 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5233
5234         * shell/ev-view.c: (add_scroll_binding_keypad),
5235         (ev_view_binding_activated), (ev_view_class_init):
5236         
5237         Add keybindings for percision-scrolling of display area. 
5238         Fix for the bug #314072.
5239
5240 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5241
5242         * data/evince.desktop.in.in:
5243         
5244         Add GTK to the list of categories. Fix for the bug #328034.
5245
5246 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5247
5248         * shell/ev-application.c: (ev_application_shutdown),
5249         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5250         * shell/ev-application.h:
5251         * shell/ev-window.c: (file_open_dialog_response_cb),
5252         (ev_window_cmd_file_open):
5253         
5254         Save last uri in file chooser dialog. Fix for the bug #327950.
5255
5256 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5257
5258         * NEWS:
5259         * README:
5260         
5261         Final update for release 0.5.0
5262         
5263         * shell/Makefile.am:
5264         
5265         Remove disable deprecated until we'll require libgnome-2.13.7
5266         and port to GOption argument parsing. See bug 327518.
5267
5268 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5269
5270         * comics/comics-document.c: (comics_document_save):
5271         * djvu/djvu-document.c: (djvu_document_save):
5272         * dvi/dvi-document.c: (dvi_document_save):
5273         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5274         * lib/ev-file-helpers.h:
5275         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5276         * tiff/tiff-document.c: (tiff_document_save):
5277         
5278         Use common save function for backends.
5279
5280 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5281
5282         * backend/ev-document-types.c:
5283         
5284         Fix crash on saving pixbuf.
5285
5286 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5287
5288         * cut-n-paste/recent-files/egg-recent-item.c:
5289         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5290         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5291         (parse_info_free), (valid_element), (start_element_handler),
5292         (end_element_handler), (text_handler), (egg_recent_model_filter),
5293         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5294         (egg_recent_model_monitor), (egg_recent_model_read),
5295         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5296         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5297         (egg_recent_model_set_property), (egg_recent_model_class_init),
5298         (egg_recent_model_init), (egg_recent_model_add_full),
5299         (egg_recent_model_delete), (egg_recent_model_get_list),
5300         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5301         (egg_recent_model_set_filter_mime_types),
5302         (egg_recent_model_clear_group_filter),
5303         (egg_recent_model_set_filter_groups),
5304         (egg_recent_model_clear_scheme_filter),
5305         (egg_recent_model_set_filter_uri_schemes),
5306         (egg_recent_model_remove_expired):
5307         * cut-n-paste/recent-files/egg-recent-util.c:
5308         (egg_recent_util_get_icon):
5309         * cut-n-paste/recent-files/egg-recent-util.h:
5310         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5311         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5312         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5313         (egg_recent_view_uimanager_set_property),
5314         (egg_recent_view_uimanager_get_property),
5315         (egg_recent_view_uimanager_class_init),
5316         (egg_recent_view_uimanager_init),
5317         (egg_recent_view_uimanager_set_label_width),
5318         (egg_recent_view_uimanager_get_label_width):
5319         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5320         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5321         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5322         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5323         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5324         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5325         
5326         Update from libegg.
5327
5328 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5329
5330         * shell/ev-page-cache.c: (build_height_to_page),
5331         (ev_page_cache_get_height_to_page):
5332         * shell/ev-page-cache.h:
5333         * shell/ev-view.c: (view_update_range_and_current_page),
5334         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5335         (ev_view_previous_page):
5336         
5337         Dual mode places even pages to the left. Fix for the bug #309393.
5338
5339         * shell/ev-view.h:
5340         * shell/ev-window.c: (update_action_sensitivity),
5341         (setup_view_from_metadata), (view_menu_popup_cb):
5342         
5343         Don't restore presentation in empty windows, more intelligent
5344         next page behaviour in dual mode.
5345
5346         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5347         (ev_pixbuf_cache_clear_job_sizes):
5348         
5349         Cleanup job callback on removal. Fix for the bug #325886.
5350
5351 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5352
5353         * ps/ps.c: (psscan):
5354         
5355         Commit workaround Mozilla problem. Fix for the bug #325919
5356         
5357         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5358         (save_item):
5359         
5360         Fix for year 2038 problem.
5361
5362 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * shell/ev-window.c: (setup_document_from_metadata),
5365         (ev_window_cmd_view_reload):
5366
5367         Clamp page recieved from metadata in valid values. Fix
5368         for the bug #325986.
5369
5370 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5371
5372         * MAINTAINERS: 
5373         Add MAINTAINERS as requested on desktop-devel-list.
5374
5375 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5376
5377         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5378         (mime_type_supported_by_gdk_pixbuf),
5379         (ev_document_factory_get_mime_types),
5380         (ev_document_factory_get_all_mime_types):
5381         
5382         Don't add pixbuf mime types if pixbuf backend is disabled.
5383         
5384         * shell/ev-application.c: (ev_application_get_uri_window):
5385         
5386         Fix for the bug 325815 - unhandled MIME type message doesn't 
5387         appear a second time. 
5388         
5389         * shell/ev-document-types.c: (ev_document_types_add_filters):
5390         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5391         (password_dialog_response), (ev_window_popup_password_dialog),
5392         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5393         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5394         (ev_window_run_presentation), (ev_window_stop_presentation),
5395         (save_sizing_mode), (ev_window_zoom_changed_cb),
5396         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5397         (ev_window_dual_mode_changed_cb),
5398         (ev_window_sidebar_current_page_changed_cb),
5399         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5400         (window_state_event_cb), (window_configure_event_cb):
5401         
5402         Cleanup additional uris holded by EvWindow.
5403
5404 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5407         (ev_view_can_previous_page), (ev_view_can_next_page):
5408         * shell/ev-view.h:
5409         * shell/ev-window.c: (update_action_sensitivity):
5410         
5411         Two page scrolling with Space and PageUp in dual mode. Second fix 
5412         for the bug #316608.
5413
5414 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5415
5416         * shell/ev-view.c: (scroll_to_current_page):
5417         
5418         Correctly clamp adjustment value. Fix for the bug
5419         #325808.
5420
5421 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5422
5423         * shell/ev-sidebar-links.c: (print_section_cb):
5424         * shell/ev-window.c: (ev_window_get_uri),
5425         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5426         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5427         (ev_window_dispose):
5428         
5429         Make print dialog non-modal. Fix for the bug #325622.
5430
5431 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * shell/ev-metadata-manager.c:
5434         * shell/ev-utils.c: (using_pdf_printer),
5435         (using_postscript_printer), (load_print_config_from_file),
5436         (save_print_config_to_file):
5437         * shell/ev-utils.h:
5438         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5439         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5440         (setup_view_from_metadata), (ev_window_setup_document),
5441         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5442         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5443         (ev_window_run_presentation), (ev_window_stop_presentation),
5444         (save_sizing_mode), (ev_window_zoom_changed_cb),
5445         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5446         (ev_window_dual_mode_changed_cb),
5447         (ev_window_sidebar_current_page_changed_cb),
5448         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5449         (window_state_event_cb), (window_configure_event_cb),
5450         (ev_window_init):
5451         
5452         Setting saving behaviour fixes.
5453
5454 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5455
5456         * configure.ac:
5457         
5458         Make antialiasing gs options better and allow
5459         to change them during configure. Fix for the 
5460         bug #319049.
5461
5462 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5463
5464         * shell/ev-window.c: (setup_view_from_metadata):
5465         
5466         Remember if last window was maximized. Fix for the
5467         bug #323797.
5468
5469 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5470
5471         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5472
5473 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5474
5475         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5476         * shell/ev-page-action.c: (build_new_tree_cb):
5477         * shell/ev-sidebar-links.c: (links_page_num_func),
5478         (update_page_callback_foreach), (update_page_callback):
5479         * shell/ev-view.c: (scroll_to_current_page):
5480         
5481         Fix for the bug #325067 with more intelligent selection
5482         of current link in sidebar. Make sidebar handle links
5483         of FITR-like type more correctly.
5484
5485         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5486         (dvi_pixbuf_put_pixel):
5487         
5488         Fix memory consumtion with disabled alpha channel.
5489
5490 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5491
5492         * data/evince-ui.xml:
5493         * shell/ev-window.c: (view_menu_popup_cb),
5494         (ev_popup_cmd_open_link), (ev_window_init):
5495         
5496         Update context menu for internal links. Fix for the bug
5497         #325066.
5498
5499 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5500
5501         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5502         
5503         Bind context menu to keyboard also. Fix for the bug
5504         #325065.
5505
5506 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5507
5508         * shell/ev-view.c: (selection_scroll_timeout_cb):
5509         
5510         Horizontal scroll on selection also.
5511
5512 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5513
5514         * shell/ev-metadata-manager.c: (parse_value):
5515         * shell/ev-view.c: (goto_xyz_link):
5516         
5517         Correct zoom setup and metadata save broken in 
5518         some locales.
5519
5520 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5521
5522         * shell/ev-view-private.h:
5523         * shell/ev-view.c: (scroll_to_current_page),
5524         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5525         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5526         (page_changed_cb), (ev_view_set_continuous),
5527         (ev_view_set_dual_page), (ev_view_set_presentation):
5528         
5529         Delay scroll until allocation to correctly position page. Fix
5530         for the bug #317334.
5531
5532 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5533
5534         * NEWS:
5535         * configure.ac:
5536         
5537         Update NEWS and require poppler 0.5.0.
5538
5539 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5540         
5541         * data/evince-ui.xml:
5542         * shell/ev-view-private.h:
5543         * shell/ev-view.c: (ev_view_get_link_at_location),
5544         (handle_link_over_xy), (ev_view_button_press_event),
5545         (ev_view_button_release_event), (ev_view_class_init):
5546         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5547         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5548         (ev_window_init):
5549         
5550         Implement right-click context menu.
5551
5552 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5553
5554         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5555         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5556         (mdvi_pixbuf_device_render):
5557         * pdf/ev-poppler.cc:
5558
5559         Don't generate thumbnails with alpha. See bug #324077.
5560         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5561
5562 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5563
5564         * shell/ev-window.c: (setup_chrome_from_metadata):
5565         
5566         Fix typo that was hiding toolbar.
5567
5568 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5569
5570         * shell/ev-view-private.h:
5571         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5572         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5573         (ev_view_button_release_event), (ev_view_destroy):
5574         
5575         Small cleanup and autoscrolling during selection. Thanks to 
5576         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5577
5578 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5579
5580         * configure.ac:
5581         
5582         Correctly check for comics option.
5583
5584 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5585         * Makefile.am:
5586         * configure.ac:
5587         * backend/Makefile.am:
5588         * backend/ev-document-factory.c:
5589         * shell/ev-document-types.c:
5590
5591         Included option in configure to make ps backend 
5592         compilation optional with --disable-ps.
5593
5594 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5595
5596         * backend/ev-document-factory.c:
5597         * comics/Makefile.am:
5598         * comics/comics-document.c: (comics_document_load):
5599         * comics/ev-cbr-mime.xml:
5600         * configure.ac:
5601         
5602         Comics mime types are added to shared-mime-info CVS. Now
5603         we don't need to install our own mime types.
5604
5605 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5606
5607         * shell/ev-window.c:
5608         
5609         Add shortcut for "save a copy" menu entry. Fix for
5610         the bug #324582.
5611
5612 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5613
5614         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5615         (job_finished_cb), (new_selection_pixbuf_needed),
5616         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5617         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5618         
5619         Rework selection job info logic and fix critical warning.
5620
5621 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5622
5623         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5624
5625 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5626
5627         * data/evince-ui.xml:
5628         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5629         
5630         Enter as shortcut key for next page. Fix for the bug
5631         #321394.
5632
5633 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5634
5635         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5636
5637 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5638
5639         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5640         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5641         (new_selection_pixbuf_needed),
5642         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5643         (clear_job_selection):
5644         
5645         Too early for 0.5. Pixbuf cache code cleaned a bit.
5646
5647 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5648
5649         * NEWS:
5650         * configure.ac:
5651         
5652         Release 0.5.0 preparation
5653
5654 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5655
5656         * comics/Makefile.am:
5657         * configure.ac:
5658         * shell/ev-document-types.c: (ev_document_types_add_filters):
5659         
5660         More advanced handling of custom mime type installation.
5661
5662 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5663
5664         * data/evince.schemas.in:
5665         * shell/ev-metadata-manager.c: (value_free),
5666         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5667         (ev_metadata_manager_get), (ev_metadata_manager_set):
5668         * shell/ev-metadata-manager.h:
5669         * shell/ev-window.c: (update_chrome_flag),
5670         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5671         (setup_document_from_metadata), (setup_chrome_from_metadata),
5672         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5673         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5674         (ev_window_view_toolbar_cb),
5675         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5676         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5677         
5678         Save last document settings and reuse them for new documents.
5679
5680 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5681
5682         * Makefile.am:
5683         * backend/Makefile.am:
5684         * backend/ev-document-factory.c:
5685         * backend/ev-document-factory.h:
5686         * comics/Makefile.am:
5687         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5688         (comics_document_load), (comics_document_save),
5689         (comics_document_get_n_pages), (comics_document_get_page_size),
5690         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5691         (comics_document_class_init), (comics_document_can_get_text),
5692         (comics_document_get_info), (comics_document_document_iface_init),
5693         (comics_document_init), (get_supported_image_extensions),
5694         (comics_document_thumbnails_get_geometry),
5695         (comics_document_thumbnails_get_thumbnail),
5696         (comics_document_thumbnails_get_dimensions),
5697         (comics_document_document_thumbnails_iface_init), (extract_argv):
5698         * comics/comics-document.h:
5699         * comics/ev-cbr-mime.xml:
5700         * configure.ac:
5701         * po/POTFILES.in:
5702         * shell/ev-application.c: (ev_application_register_service):
5703         * shell/ev-document-types.c: (ev_document_types_add_filters):
5704         * thumbnailer/Makefile.am:
5705         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5706         
5707         New CBR/CBZ backend for comic books.
5708
5709 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5710
5711         * shell/main.c: (load_files_remote):
5712
5713         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5714         warning on startup of second instance is fixed. It
5715         is bug #320353.
5716
5717 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5718
5719         * shell/ev-window.c: (ev_window_finalize):
5720         
5721         Fix double free that cause crash.
5722
5723 2005-10-29  Bastien Nocera <hadess@hadess.net>
5724
5725         * tiff/tiff-document.c: (tiff_document_load):
5726         
5727         Fix memory leak.
5728
5729 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5730
5731         * po/POTFILES.in:
5732         * shell/Makefile.am:
5733         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5734         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5735         (ev_view_accessible_get_text),
5736         (ev_view_accessible_get_character_at_offset),
5737         (ev_view_accessible_get_text_before_offset),
5738         (ev_view_accessible_get_text_at_offset),
5739         (ev_view_accessible_get_text_after_offset),
5740         (ev_view_accessible_get_character_count),
5741         (ev_view_accessible_get_caret_offset),
5742         (ev_view_accessible_set_caret_offset),
5743         (ev_view_accessible_get_run_attributes),
5744         (ev_view_accessible_get_default_attributes),
5745         (ev_view_accessible_get_character_extents),
5746         (ev_view_accessible_get_offset_at_point),
5747         (ev_view_accessible_get_n_selections),
5748         (ev_view_accessible_get_selection),
5749         (ev_view_accessible_add_selection),
5750         (ev_view_accessible_remove_selection),
5751         (ev_view_accessible_set_selection),
5752         (ev_view_accessible_text_iface_init),
5753         (ev_view_accessible_idle_do_action),
5754         (ev_view_accessible_action_do_action),
5755         (ev_view_accessible_action_get_n_actions),
5756         (ev_view_accessible_action_get_description),
5757         (ev_view_accessible_action_get_name),
5758         (ev_view_accessible_action_set_description),
5759         (ev_view_accessible_action_iface_init),
5760         (ev_view_accessible_get_type), (ev_view_accessible_new),
5761         (ev_view_accessible_factory_get_accessible_type),
5762         (ev_view_accessible_factory_create_accessible),
5763         (ev_view_accessible_factory_class_init),
5764         (ev_view_accessible_factory_get_type):
5765         * shell/ev-view-accessible.h:
5766         * shell/ev-view-private.h:
5767         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5768         * shell/ev-view.h:
5769         
5770         Initial accessibility support.
5771
5772 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5773
5774         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5775
5776 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5777
5778         * shell/ev-print-job.c: (idle_print_handler):
5779         
5780         Fix for bug Bug 318916: Printing multiple pages.
5781
5782 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5783
5784         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5785
5786 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5787
5788         * pdf/ev-poppler.cc:
5789         
5790         Thumnail dimensions unified with other backends.
5791         
5792         * shell/ev-window-title.c: (ev_window_title_update):
5793         
5794         Fix warning.
5795
5796 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5797
5798         * data/ev-stock-zoom-fit-width.png:
5799         
5800         Remove unused file.
5801
5802 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5803
5804         * configure.ac:
5805         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5806         (djvu_document_finalize):
5807         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5808         (dvi_document_finalize):
5809         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5810         (pixbuf_document_save), (pixbuf_document_finalize):
5811         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5812         (tiff_document_finalize):
5813         
5814         Save a copy implemented for various backends.
5815
5816 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5817
5818         * configure.ac:
5819         
5820         Don't link with ltiff if tiff is disabled.
5821
5822 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5823
5824         * pdf/GDKSplashOutputDev.cc:
5825         * pdf/GDKSplashOutputDev.h:
5826         * pdf/Thumb.cc:
5827         * pdf/Thumb.h:
5828         * pdf/pdf-document.cc:
5829         * pdf/pdf-document.h:
5830         * pdf/test-gdk-output-dev.cc:
5831         
5832         Remove old unused files.
5833
5834 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5835
5836         * shell/ev-window.c: (ev_window_setup_document):
5837         
5838         Fixed warnings on reload and probably crash reason.
5839
5840 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5841
5842         * properties/ev-properties-view.c:
5843         (ev_properties_view_format_date):
5844         
5845         Check if date is invalid. Fix for bug 318134.
5846
5847 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5848
5849         * shell/ev-window-title.c:
5850         
5851         Add .indd files (Adobe Indesign) to the list of "bad
5852         extensions".
5853
5854 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5855
5856         * data/evince-ui.xml:
5857         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5858         
5859         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5860
5861 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5862
5863         * shell/ev-window.c: (launch_link), (launch_external_uri),
5864         (view_external_link_cb):
5865
5866         URL-escape link before passing it to gnome_vfs_url_show.
5867
5868 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5869
5870         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5871         there isn't text selected.
5872
5873 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5874
5875         * shell/ev-view.c: (handle_link_over_xy):
5876
5877         Check tooltip is valid utf8 before showing it
5878
5879 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5880
5881         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5882
5883 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5884
5885         * shell/ev-window-title.c: (ev_window_title_update):
5886
5887         Guard against using g_strstrip on NULL. Fixes bug #317291.
5888
5889 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5890
5891         * pdf/ev-poppler.cc:
5892
5893         Show title even for unknown links
5894
5895 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5896
5897         * shell/ev-window-title.c: (ev_window_title_update):
5898
5899         Strip the title string
5900
5901 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5902
5903         * shell/ev-window-title.c:
5904
5905         Add .rtf to the bad extensions list
5906
5907 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5908
5909         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5910         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5911
5912         Ignore link coordinates if they are outside page bounds
5913
5914 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5915
5916         * backend/ev-link.c: (ev_link_type_get_type),
5917         (ev_link_get_filename), (ev_link_get_params),
5918         (ev_link_get_property), (ev_link_set_property),
5919         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5920         * backend/ev-link.h:
5921         * pdf/ev-poppler.cc:
5922         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5923         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5924         (ev_window_init):
5925
5926         Implement launch links. Delegate external link opening to
5927         the window.
5928
5929 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5930
5931         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5932         (ev_link_get_right), (ev_link_get_property),
5933         (ev_link_set_property), (ev_link_class_init),
5934         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5935         * backend/ev-link.h:
5936         * pdf/ev-poppler.cc:
5937         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5938
5939         Implement fitr links
5940
5941 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5942
5943         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5944         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5945         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5946         (ev_view_size_request_continuous),
5947         (ev_view_size_request_dual_page),
5948         (ev_view_size_request_single_page), (ev_view_size_allocate),
5949         (ev_view_zoom_for_size_continuous_and_dual_page),
5950         (ev_view_zoom_for_size_continuous),
5951         (ev_view_zoom_for_size_dual_page),
5952         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5953         (ev_sizing_mode_get_type):
5954         * shell/ev-view.h:
5955         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5956
5957         Do not use modes for link, we need to calculate size ad hoc.
5958         Still not perfect because of the usual scrollbar issues grrr.
5959
5960 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5961
5962         * backend/ev-link.c: (ev_link_type_get_type),
5963         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5964         * backend/ev-link.h:
5965         * pdf/ev-poppler.cc:
5966         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5967         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5968         (ev_view_size_request_continuous),
5969         (ev_view_size_request_dual_page),
5970         (ev_view_size_request_single_page), (ev_view_size_allocate),
5971         (zoom_for_size_fit_height),
5972         (ev_view_zoom_for_size_continuous_and_dual_page),
5973         (ev_view_zoom_for_size_continuous),
5974         (ev_view_zoom_for_size_dual_page),
5975         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5976         (ev_sizing_mode_get_type):
5977         * shell/ev-view.h:
5978         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5979
5980         Implement FIT_HEIGHT mode (only for links).
5981         Implement FITH links
5982
5983 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5984
5985         * shell/ev-window-title.c: (get_filename_from_uri),
5986         (ev_window_title_sanitize_extension), (ev_window_title_update),
5987         (ev_window_title_set_document), (ev_window_title_set_uri),
5988         (ev_window_title_free):
5989         * shell/ev-window-title.h:
5990         * shell/ev-window.c: (ev_window_setup_document),
5991         (ev_window_popup_password_dialog):
5992
5993         Refactor window title building while fixing it for
5994         password documents.
5995
5996 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5997
5998         * pdf/ev-poppler.cc:
5999
6000         Escape link title before setting it in the model
6001
6002 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6003
6004         * shell/ev-application.c: (removed_from_session), (save_session),
6005         (init_session), (ev_application_get_empty_window),
6006         (ev_application_init), (ev_application_get_windows):
6007         * shell/ev-application.h:
6008         * shell/ev-window.c: (ev_window_finalize):
6009
6010         Add a function to retrieve window list and share it where
6011         necessary.
6012         Implement session handling, works pretty well thanks to the
6013         metadata system.
6014
6015 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6016
6017         * shell/ev-password.c: (ev_password_item_created_callback),
6018         (ev_password_dialog_save_password):
6019         
6020         Fix for bug 316972. Use async gnome-keyring API.
6021
6022 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6023
6024         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6025         Remove unused unrealize handler. Add scroll handling to
6026         ev_view_scroll_event for presentation mode (bug #316708),
6027         and fix the event state checks there.
6028
6029 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6030
6031         * shell/ev-page-action.c: (page_changed_cb):
6032
6033         "marco, maybe we should be crazy and jump right to 6! :)"
6034
6035         Bryan Clark, Sep 2005
6036
6037 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6038
6039         * ps/ps-document.c: (save_document), (ps_document_save),
6040         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6041         (ps_document_ps_export_end):
6042
6043         Fix unstructured documents save and print
6044
6045 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6046
6047         * shell/ev-application.c: (ev_application_open_uri):
6048
6049         Fix window size persistance
6050
6051 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6052
6053         * shell/ev-view.c: (ev_view_button_release_event):
6054
6055         Based on a patch from carlosgc@gnome.org. Mouse buttons
6056         switch pages in presentation mode.
6057
6058 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6059
6060         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6061
6062         Dont cast to int before scaling
6063
6064 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6065
6066         * backend/ev-link.c: (ev_link_type_get_type),
6067         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6068         (ev_link_new_page_fith):
6069         * backend/ev-link.h:
6070         * pdf/ev-poppler.cc:
6071         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6072
6073         Implement FIT and FITH links
6074
6075 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6076
6077         * pdf/ev-poppler.cc:
6078
6079         Return 0 results when search is not in progress.
6080
6081         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6082         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6083
6084         Update menu sensitivity when cancelling search
6085
6086 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6087
6088         * shell/ev-view.c: (ev_view_can_find_next):
6089
6090         Take all pages in consideration, not just current one
6091
6092 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6093
6094         * shell/ev-page-cache.c:
6095         * shell/ev-page-cache.h:
6096         * shell/ev-view.c: (ev_view_binding_activated),
6097         (ev_view_next_page), (ev_view_previous_page),
6098         (ev_sizing_mode_get_type):
6099         * shell/ev-view.h:
6100         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6101         (ev_window_cmd_go_next_page):
6102
6103         Move page next/previous functions from page chace to
6104         view and change it to move by 2 page steps in dual mode.
6105
6106 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6107
6108         * shell/ev-window.c: (update_sidebar_visibility),
6109         (setup_sidebar_from_metadata), (ev_window_setup_document),
6110         (setup_view_from_metadata):
6111
6112         Show the index by default when there is one     
6113
6114 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6115
6116         * shell/ev-window-title.c: (ev_window_title_set_document):
6117
6118         Missing null check
6119
6120 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6121
6122         * shell/ev-view.c: (view_update_range_and_current_page):
6123         
6124         Allow display of last odd page in dual view. Fix for 316347.
6125
6126 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6127
6128         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6129         
6130         Make close button default. Fix for 316383.
6131
6132 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6133
6134         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6135         
6136         Mark close button as default. Fix for 316381.
6137
6138 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6139
6140         * backend/ev-link.c: (ev_link_class_init):
6141
6142         Allow negative doubles in left/top properties
6143
6144 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6145
6146         * shell/ev-window.c:
6147
6148         Remove a bunch of strings that was used only
6149         by the statusbar.
6150
6151 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6152
6153         * shell/ev-window-title.c: (get_filename_from_uri),
6154         (ev_window_title_set_document):
6155
6156         When title has a confusing extension, show also
6157         the document filename inside ()
6158
6159 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6160
6161         * shell/Makefile.am:
6162         * shell/ev-window-title.c: (ev_window_title_new),
6163         (ev_window_title_update), (ev_window_title_set_type),
6164         (ev_window_title_set_document), (ev_window_title_free):
6165         * shell/ev-window-title.h:
6166         * shell/ev-window.c: (ev_window_setup_document),
6167         (password_dialog_response), (ev_window_popup_password_dialog),
6168         (ev_window_dispose), (ev_window_init):
6169
6170         Factor out and cleanup window title code
6171
6172 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6173
6174         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6175         (unable_to_load):
6176
6177         Make dialog transient so it doesnt block other windows
6178
6179 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6180
6181         * pdf/ev-poppler.cc:
6182         
6183         Fix pdf thumbnails rendering.
6184
6185 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6186
6187         * shell/ev-window.c: (fullscreen_set_timeout):
6188         
6189         Increase timeout to hide full screen popup. Bug 
6190         316123. 
6191
6192 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6193
6194         * data/evince.schemas.in:
6195         * shell/ev-window.c: (update_action_sensitivity):
6196
6197         Allow the user to override document restrictions. Fix for bug
6198         305818.
6199
6200 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6201
6202         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6203         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6204         (ev_window_class_init): Fix multihead behaviour of fullscreen
6205         toolbar popup. Fixes bug #315451.
6206
6207 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6208
6209         * configure.ac:
6210         * data/evince-password.glade:
6211         * shell/ev-password.c: (ev_password_dialog_set_property),
6212         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6213         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6214         (ev_password_dialog_entry_changed_cb),
6215         (ev_password_dialog_entry_activated_cb),
6216         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6217         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6218         (ev_password_dialog_set_bad_pass):
6219         * shell/ev-password.h:
6220         * shell/ev-window.c: (password_dialog_response),
6221         (ev_window_popup_password_dialog):
6222         
6223         Support for gnome-keyring for encrypted PDF's.
6224
6225 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6226
6227         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6228         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6229         (ev_view_enter_notify_event), (ev_view_class_init):
6230         
6231         More precise handling of enter_notify/leave_notify events
6232         in EvView. Fix for bug 315470.
6233
6234 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6235
6236         * shell/ev-window.c: (fullscreen_timeout_cb),
6237         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6238         (ev_window_dispose):
6239
6240         leak fix: unref fullscreen_timeout_source before clearing it
6241
6242 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6243
6244         * configure.ac, dvi/mdvi/Makefile.am: 
6245         
6246         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6247
6248 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6249
6250         * backend/ev-link.c: (ev_link_new_page_xyz):
6251         * pdf/ev-poppler.cc:
6252         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6253
6254         Fix some bugs with xyz links, respect zoom
6255
6256 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6257
6258         * shell/ev-window.c: (page_changed_cb),
6259         (setup_document_from_metadata), (update_sidebar_visibility),
6260         (setup_view_from_metadata), (ev_window_run_fullscreen),
6261         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6262         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6263         (ev_window_dual_mode_changed_cb),
6264         (ev_window_sidebar_current_page_changed_cb):
6265
6266         null check uri before setting and getting metadata
6267
6268 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6269
6270         * dvi/Makefile.am:
6271         * properties/Makefile.am:
6272         * shell/Makefile.am:
6273         * thumbnailer/Makefile.am:
6274
6275         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6276
6277 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6278
6279         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6280         (selection_changed_callback):
6281         * shell/ev-sidebar-links.h:
6282
6283         Add a signal for link activation.
6284
6285         * shell/ev-view.c: (ev_view_goto_link),
6286         (ev_view_button_release_event):
6287         * shell/ev-view.h:
6288         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6289         (ev_window_init):
6290
6291         Implement the signal so that we can handle all link types.
6292
6293         * shell/ev-page-cache.c:
6294
6295         Remove unused set_link function
6296
6297 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6298
6299         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6300
6301         Add some space from the cursor, hardcoded but I couldnt
6302         find a better way.
6303
6304 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6305
6306         * lib/ev-tooltip.c:
6307
6308         Use mozilla style vs gtk style, way better for links.
6309
6310         * shell/ev-view.c: (ev_view_motion_notify_event),
6311         (ev_view_destroy), (ev_view_init):
6312
6313         Deactive tooltip when the link hovered is changed.
6314
6315 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6316
6317         * backend/ev-document.h:
6318         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6319         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6320         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6321         (ev_link_new_page), (ev_link_new_page_xyz):
6322         * backend/ev-link.h:
6323         * pdf/ev-poppler.cc:
6324         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6325         (go_to_link), (tip_from_link):
6326
6327         Implement xyz links, still not functional. Links are a total
6328         mess, will need to refactor and bugfix a lot :(
6329
6330 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6331
6332         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6333
6334 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6335
6336         * data/evince-ui.xml:
6337         * data/evince.schemas.in:
6338         * shell/Makefile.am:
6339         * shell/ev-window.c: (update_chrome_visibility),
6340         (password_dialog_response), (ev_window_load_job_cb),
6341         (ev_window_xfer_job_cb), (ev_window_open_uri),
6342         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6343         (ev_window_init):
6344
6345         Remove the statusbar. This regress loading feedback, need to
6346         check with Bryan what we want to do there...
6347
6348 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6349
6350         * lib/ev-tooltip.c: (ev_tooltip_init):
6351
6352         Fix tooltip border and size handling
6353
6354 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6355
6356         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6357         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6358         (ev_tooltip_timeout), (ev_tooltip_activate),
6359         (ev_tooltip_deactivate):
6360         * lib/ev-tooltip.h:
6361         * shell/ev-view.c: (ev_view_motion_notify_event):
6362
6363         Delay popup showing. Mirror gtk logic/times.
6364
6365 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6366
6367         * lib/Makefile.am:
6368         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6369         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6370         (ev_tooltip_set_text), (ev_tooltip_set_position):
6371         * lib/ev-tooltip.h:
6372
6373         Simple widget to show tooltips at a custom position
6374
6375         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6376         (ev_view_destroy):
6377
6378         Use it for links. First go, needs work
6379
6380 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6381
6382         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6383         HIG fixes.  Use title capitalization for window title. Use 12 
6384         pixels of space between the dialog's vbox and action area.
6385
6386 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6387
6388         * shell/ev-window.c: (file_open_dialog_response_cb),
6389         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6390         (ev_window_cmd_save_as):
6391
6392         Make file pickers not modal and refactor code some
6393
6394 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6395
6396         * shell/ev-sidebar.h:
6397         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6398         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6399         (ev_sidebar_class_init), (ev_sidebar_select_page),
6400         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6401         (ev_sidebar_set_page):
6402
6403         Add a current page property and allow to get/set it
6404
6405         * shell/ev-window.c: (setup_view_from_metadata),
6406         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6407
6408         Persist current sidebar page per document
6409
6410 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6411
6412         * data/evince.schemas.in:
6413         * shell/ev-window.c: (update_chrome_visibility),
6414         (setup_document_from_metadata), (update_sidebar_visibility),
6415         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6416         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6417         (ev_window_run_presentation), (ev_window_stop_presentation),
6418         (ev_window_view_sidebar_cb),
6419         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6420         (load_chrome), (ev_window_init):
6421
6422         Persist size/visibility of sidebar per document
6423
6424 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6425
6426         * shell/ev-view.c (draw_loading_text): Draw loading text.
6427
6428 2005-09-02  Dan Damian  <dand@gnome.ro>
6429
6430         * configure.in: Added "ro" to ALL_LINGUAS.
6431
6432 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6433
6434         * shell/ev-view.c: (clear_caches):
6435
6436         ev_page_cache_get doesnt return a reference,
6437         dont try to unref it.
6438
6439 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6440
6441         * shell/main.c: (load_files_remote):
6442
6443         Fix timestamp parameter with dbus <= 0.33
6444
6445 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6446
6447         * data/evince.schemas.in:
6448
6449         Add missing full stop
6450
6451 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6452
6453         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6454         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6455
6456         Plug some memory leaks
6457
6458 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6459
6460         * configure.ac:
6461         * lib/ev-debug.c: (trap_handler):
6462
6463         Check for execinfo.h and use it only if it exists.
6464         Ported from Epiphany (bug #314776).
6465
6466 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6467
6468         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6469
6470 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6471
6472         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6473         * po/id.po      : Added Indonesian translation
6474
6475 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6476
6477         * shell/main.c:
6478         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6479         * NEWS: Release 0.4.0
6480
6481 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6482
6483         * configure.ac: catch another gtk+-2.8ism
6484         * shell/main.c: Make work with gtk+-2.6
6485
6486 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6487
6488         * shell/ev-application-service.xml: Add 'timestamp' argument to
6489           ev_application_open_window and ev_application_open_uri methods.
6490
6491         * shell/ev-application.h: Add 'timestamp' argument to
6492           ev_application_open_window, ev_application_open_uri,
6493           and ev_application_open_uri_list functions.
6494
6495         * shell/ev-application.c (ev_application_open_window,
6496           ev_application_open_uri, ev_application_open_uri_list): Change
6497           functions that show/present windows to use a timestamp if one
6498           is passed in.
6499
6500         * shell/ev-window.c (ev_window_cmd_file_open,
6501           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6502         * shell/main.c (load_files): Modify calls to ev_application to
6503           include GDK_CURRENT_TIME as timestamp.
6504
6505         * shell/main.c (load_files_remote): Obtain timestamp for client
6506           instance from GDK and pass to server instance so new windows are
6507           focused properly.  Fix dbus_g_proxy_call() calls by including second
6508           G_TYPE_INVALID.
6509           
6510         Closes bug #314475.
6511
6512 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6513
6514         * shell/ev-window.c (ev_window_finalize): Check for
6515         avail. EvWindows when quiting to handle the finalize better,
6516         #314497
6517
6518 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6519         
6520         * properties/ev-properties-view.c: 
6521         
6522         Set textdomain to libglade. Fixes translation problem in property page.
6523
6524 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6525
6526         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6527         * dvi/Makefile.am:
6528         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6529         * dvi/mdvi-lib/Makefile.am:
6530         
6531         Fix rotation of thumbnails, ported to new API. Moved library
6532         dependencies earlier, probably it will fix linkage problem.
6533
6534 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6535
6536         * backend/ev-document-misc.c:
6537         (ev_document_misc_get_thumbnail_frame):
6538         * backend/ev-document-misc.h:
6539         * configure.ac:
6540         * pdf/ev-poppler.cc:
6541         * shell/Makefile.am:
6542         * shell/ev-sidebar-thumbnails.c: (add_range),
6543         (ev_sidebar_thumbnails_set_loading_icon),
6544         (ev_sidebar_thumbnails_refresh),
6545         (ev_sidebar_thumbnails_set_document):
6546         * shell/ev-sidebar-thumbnails.h:
6547         * shell/ev-view.c: (ev_view_motion_notify_event),
6548         (ev_view_set_property), (ev_view_get_property),
6549         (ev_view_class_init), (ev_view_set_rotation):
6550         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6551         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6552         (ev_window_init):
6553         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6554         Redo rotation (again).  prepare for 0.4.0
6555
6556 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6557
6558         * configure.ac: Bump poppler requirement to 0.4.1.
6559
6560         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6561         argument to poppler_page_render_selection() call.
6562
6563 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6564
6565         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6566         (djvu_document_thumbnails_get_thumbnail):
6567         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6568         (dvi_document_thumbnails_get_thumbnail):
6569         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6570         (pixbuf_document_thumbnails_get_thumbnail):
6571         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6572         
6573         Update rotation direction of backends to fit with pdf and ps.
6574
6575 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6576
6577         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6578         * backend/ev-async-renderer.h:
6579         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6580         (setup_page), (ps_document_get_page_size),
6581         (ps_async_renderer_render_pixbuf):
6582         * ps/ps-document.h:
6583         * shell/ev-jobs.c: (ev_job_render_run):
6584
6585         Fix orientation in the postscript document
6586
6587 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6588
6589         * pdf/ev-poppler.cc:
6590         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6591         * shell/ev-view.c: (highlight_find_results):
6592
6593         Adapt to the new poppler rotation API. Fix text maps on landscape
6594         documents.
6595
6596 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6597
6598         * shell/ev-view.c (compute_new_selection_text): get the correct
6599         region when selecting in modes other than continuous.
6600
6601 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6602
6603         * shell/main.c (main): remove redundant g_warnings.
6604
6605 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6606
6607         * shell/Makefile.am: Don't include autogenerated
6608         file ev-application-service.h into distribution, since
6609         it causes dbus crash. Fix for bugs 313724 and 313443. 
6610
6611 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6612
6613         * configure.ac: Fix sed expression for FreeBSD. Thanks
6614         to Joe Marcus Clark <marcus@freebsd.org>
6615         
6616         * shell/eggfindbar.c: (entry_activate_callback),
6617         (entry_changed_callback), (egg_find_bar_init),
6618         (egg_find_bar_set_search_string):
6619         
6620         Made findbar buttons unsensitive if there is no text in
6621         entry. Fix for the bug 313285.
6622
6623 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6624
6625         * ps/ps-document.c: Use g_filename_display_name for displaying
6626         filenames and revert string freeze breackage
6627
6628 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6629
6630         * NEWS:
6631         * configure.ac:
6632
6633         Update for 0.3.4
6634
6635         * shell/Makefile.am:
6636
6637         Add ev-application-service.xml to extra dist
6638
6639         * shell/ev-view.c: (find_page_at_location):
6640
6641         Remove unused function (fix warning)
6642
6643 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6644
6645         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6646         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6647         
6648         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6649         bug 313623.
6650
6651 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6652
6653         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6654         * shell/ev-window.c:
6655         Fix build warnings
6656
6657 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6658
6659         * configure.ac: Update script to get dbus version.
6660         Fix for the bug #313443.
6661
6662 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6663
6664         * shell/ev-window.c: (ev_window_cmd_escape):
6665         
6666         Return focus back to view on escape. Fix for bug 313295.
6667
6668 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6669
6670         * shell/ev-window.c: (update_window_title),
6671         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6672         (ev_window_cmd_save_as):
6673         
6674         Correct conversion from uri to displayable string. Fix for
6675         bug 313296.
6676
6677 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6678
6679         * ps/ps-document.c: convert filename to utf8 when there is an error
6680         loading document. Fixes #309915
6681
6682 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6683
6684         * configure.ac:
6685
6686         We depend on poppler 0.4.0
6687
6688 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6689
6690         * configure.ac:
6691         * NEWS: Release 0.3.3.
6692         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6693
6694 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6695
6696         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6697         add a couple missing mnemonics to menu items, use title 
6698         capitalization for menu items and window titles, and add 
6699         ellipsis to open menu item.     
6700
6701 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6702
6703         * pdf/ev-poppler.cc:
6704         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6705         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6706         (ev_view_get_rotation):
6707         * shell/ev-view.h:
6708         * shell/ev-window.c: (setup_view_from_metadata),
6709         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6710         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6711         disk.
6712
6713 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6714
6715         * configure.ac: Added tr to ALL_LINGUAS
6716
6717 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6718
6719         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6720         requires several clicks to find word. Thanks to 
6721         Colin Slater <kiltedtaco@gmail.com>.
6722
6723 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6724
6725         * data/evince.desktop.in.in: Hide menu entry and
6726         rename it to "Document Viewer". Fix for bug 
6727         #312399.
6728
6729 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6730
6731         * shell/ev-page-action.c (ev_page_action_class_init): 
6732
6733         Point to the correct function in constructor of the
6734         activate_label signal
6735
6736 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6737
6738         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6739         * shell/ev-jobs.h: Make thread safe.
6740
6741 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6742
6743         * shell/ev-view.c: (view_update_range_and_current_page):
6744         Don't update page range if we are scrolling to some document
6745         point.
6746
6747 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6748
6749         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6750         when getting max_page_width, fix drawing in dual mode.
6751
6752 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6753
6754         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6755         getting the area for select_all.
6756
6757 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6758
6759         * backend/ev-selection.c: (ev_selection_render_selection):
6760         * backend/ev-selection.h:
6761         * pdf/ev-poppler.cc:
6762         * shell/ev-jobs.c: (ev_job_render_new):
6763         * shell/ev-jobs.h:
6764         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6765         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6766         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6767         (ev_view_class_init):
6768
6769         Change selection color on focus in and focus out events.  Also,
6770         poppler now uses GdkColor for specifying the selection colors, so
6771         drop some awkward conversion code.
6772
6773 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6774
6775         * configure.ac: Added Hebrew translation
6776
6777 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6778
6779         * NOTES:
6780         * backend/ev-selection.c: (ev_selection_render_selection):
6781         * backend/ev-selection.h:
6782         * pdf/ev-poppler.cc:
6783         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6784         (ev_job_render_run):
6785         * shell/ev-jobs.h:
6786         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6787         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6788         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6789         (ev_pixbuf_cache_style_changed),
6790         (ev_pixbuf_cache_get_selection_pixbuf),
6791         (ev_pixbuf_cache_set_selection_list),
6792         (ev_pixbuf_cache_get_selection_list):
6793         * shell/ev-pixbuf-cache.h:
6794         * shell/ev-utils.c: (ev_print_region_contents):
6795         * shell/ev-utils.h:
6796         * shell/ev-view.c: (ev_view_queue_draw_page),
6797         (selection_update_idle_cb), (ev_view_motion_notify_event),
6798         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6799         (setup_caches), (ev_view_find_next), (merge_selection_region),
6800         (selection_free):
6801         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6802
6803         Clean up selection to be much smoother!
6804
6805 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6806
6807         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6808         to poppler_page_render_selection().
6809
6810 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6811
6812         * ps/ps-document.c: (save_page_list): Use
6813         unzipped document when printing. Thanks to 
6814         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6815         311016.
6816
6817 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6818
6819         * shell/ev-window.c: (update_action_sensitivity):
6820         
6821         Disable print and save respect to lockdown gconf keys. Fix
6822         for 312342.
6823
6824 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6825
6826         * configure.ac:
6827         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6828         (write_to_temp_file), (ev_file_set_contents):
6829         * shell/ev-utils.h:
6830         * shell/ev-window.c: (save_print_config_to_file):
6831         
6832         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6833         Fix for bug 312238
6834
6835 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6836
6837         * shell/ev-window.c: (load_print_config_from_file),
6838         (save_print_config_to_file), (ev_window_print_range):
6839
6840         Persist the print settings. Fixes bug #311578.
6841
6842 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6843
6844         * djvu/djvu-document.c: (djvu_document_get_page_size),
6845         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6846         (djvu_document_thumbnails_get_thumbnail):
6847         * dvi/dvi-document.c: (dvi_document_get_page_size),
6848         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6849         (dvi_document_thumbnails_get_dimensions),
6850         (dvi_document_thumbnails_get_thumbnail):
6851         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6852         (pixbuf_document_render_pixbuf),
6853         (pixbuf_document_document_iface_init),
6854         (pixbuf_document_thumbnails_get_thumbnail):
6855         
6856         Update backends to make them build with new rotation system.
6857
6858 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * help/C/figures/evince_start_window.png:
6861         
6862         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6863
6864 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6865
6866         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6867         * shell/ev-pixbuf-cache.h:
6868         * shell/ev-sidebar-thumbnails.c:
6869         (ev_sidebar_thumbnails_get_property), (add_range),
6870         (adjustment_changed_cb):
6871         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6872         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6873         we were thumbnailing the entire docment on startup, slowing us
6874         down hugely. 
6875
6876 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6877
6878         * shell/ev-page-cache.c: (ev_page_cache_new):
6879         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6880         == 0, fixes #310306.
6881
6882 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6883
6884         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6885         (ev_view_rotate_left):
6886
6887         Account rotation in doc_rect_to_view_rect.
6888         Ensure rotation doesnt go out of bounds.
6889
6890 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6891
6892         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6893
6894         Correct and cleanup w/h swapping
6895
6896 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6897
6898         * backend/ev-document-thumbnails.c:
6899         (ev_document_thumbnails_get_thumbnail):
6900         * backend/ev-document-thumbnails.h:
6901         * backend/ev-document.c:
6902         * backend/ev-document.h:
6903         * backend/ev-render-context.c: (ev_render_context_new),
6904         (ev_render_context_set_rotation):
6905         * backend/ev-render-context.h:
6906         * pdf/ev-poppler.cc:
6907         * ps/ps-document.c: (ps_document_document_iface_init):
6908         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6909         * shell/ev-jobs.h:
6910         * shell/ev-page-cache.c: (build_height_to_page),
6911         (ev_page_cache_new), (ev_page_cache_get_size),
6912         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6913         (ev_page_cache_get_height_to_page):
6914         * shell/ev-page-cache.h:
6915         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6916         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6917         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6918         (ev_pixbuf_cache_get_selection_pixbuf):
6919         * shell/ev-pixbuf-cache.h:
6920         * shell/ev-print-job.c: (idle_print_handler):
6921         * shell/ev-sidebar-thumbnails.c: (add_range):
6922         * shell/ev-view.c: (view_update_range_and_current_page),
6923         (get_page_y_offset), (get_page_extents),
6924         (ev_view_size_request_continuous_dual_page),
6925         (ev_view_size_request_continuous),
6926         (ev_view_size_request_dual_page),
6927         (ev_view_size_request_single_page), (draw_one_page),
6928         (ev_view_set_rotation), (ev_view_rotate_right),
6929         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6930         (ev_view_zoom_for_size_continuous_and_dual_page),
6931         (ev_view_zoom_for_size_continuous),
6932         (ev_view_zoom_for_size_dual_page),
6933         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6934         (ev_view_select_all):
6935         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6936         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6937         (tiff_document_document_iface_init),
6938         (tiff_document_thumbnails_get_thumbnail):
6939
6940         Use rotation rather than orientation. It's easier and enough
6941         for our needs.
6942
6943 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6944
6945         * shell/ev-page-cache.c: (build_height_to_page),
6946         (ev_page_cache_new), (ev_page_cache_get_size),
6947         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6948         (ev_page_cache_get_height_to_page):
6949         * shell/ev-page-cache.h:
6950         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6951         (ev_view_size_request_continuous_dual_page),
6952         (ev_view_size_request_continuous),
6953         (ev_view_zoom_for_size_continuous_and_dual_page),
6954         (ev_view_zoom_for_size_continuous):
6955
6956         Make the page cache aware of page orientation.
6957
6958 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6959
6960         * backend/ev-document-thumbnails.c:
6961         (ev_document_thumbnails_get_thumbnail):
6962         * backend/ev-document-thumbnails.h:
6963         * backend/ev-document.c:
6964         * backend/ev-document.h:
6965         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6966         * backend/ev-ps-exporter.h:
6967         * pdf/ev-poppler.cc:
6968         * ps/ps-document.c: (ps_document_document_iface_init),
6969         (ps_document_ps_export_do_page):
6970         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6971         * shell/ev-jobs.h:
6972         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6973         (ev_page_cache_get):
6974         * shell/ev-page-cache.h:
6975         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6976         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6977         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6978         * shell/ev-pixbuf-cache.h:
6979         * shell/ev-print-job.c: (idle_print_handler):
6980         * shell/ev-sidebar-thumbnails.c: (add_range):
6981         * shell/ev-view.c: (view_update_range_and_current_page),
6982         (get_page_extents), (ev_view_size_request_dual_page),
6983         (ev_view_size_request_single_page), (draw_one_page),
6984         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6985         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6986         (ev_view_zoom_for_size_dual_page),
6987         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6988         (ev_view_select_all):
6989         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6990         * tiff/tiff-document.c: (tiff_document_get_page_size),
6991         (tiff_document_get_orientation), (rotate_pixbuf),
6992         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6993         (tiff_document_thumbnails_get_thumbnail),
6994         (tiff_document_ps_export_do_page), (tiff_document_init):
6995
6996         Really make use of the orientation bit of the render context.
6997         Use the render context in a few more places in the backend API.
6998         This regress orientation, but now it's done right. Will try to
6999         fix it up asap...
7000
7001 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7002
7003         * shell/ev-view.c: (ensure_rectangle_is_visible):
7004
7005         Patch by Nickolay V. Shmyrev to fix find flickering
7006
7007 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7008
7009         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7010         duplex parameters to ::begin.
7011
7012         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7013         * shell/ev-print-job.c (idle_print_handler): 
7014         * ps/ps-document.c (ps_document_ps_export_begin): 
7015         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7016         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7017         implementations. Poppler backend needs poppler cvs. Rest has
7018         unchanged behavior.
7019
7020 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7021
7022         * shell/ev-window.c (using_pdf_printer): new function.
7023         (ev_window_print_range): print a less techy message if someone
7024         tries to print to PDF.
7025
7026 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7027
7028         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7029         from "unknown font" string. Bug #311431
7030
7031 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7032
7033         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7034
7035 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7036
7037         Bug #311280
7038         
7039         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7040         name for PopplerFontTypes
7041         (pdf_document_fonts_fill_model): add font type to the detail column
7042
7043         * backend/ev-document-fonts.h: added
7044         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7045
7046         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7047         font name and font details, add a little markup.
7048         (ev_properties_fonts_init): use the new cell data func, specify ypad
7049         property for the cell renderer.
7050         (ev_properties_fonts_set_document): add the details column.
7051
7052 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7053
7054         * configure.ac: Added "pl" to ALL_LINGUAS.
7055
7056 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7057
7058         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7059
7060 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7061
7062         * help/ChangeLog: Started this for translations of manual.
7063         * configure.ac, autogen.sh, .cvsignore: Migrated to
7064         gnome-doc-utils. Patch in bug #311222.
7065
7066 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7067
7068         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7069         #ifdef this away to fix an unused-function warning.
7070
7071 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7072
7073         * configure.ac: Added 'gl' to ALL_LINGUAS.
7074
7075 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7076
7077         * configure.ac: Added ne in ALL_LINGUAS
7078         
7079 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7080
7081         * shell/ev-view.c: (ev_view_leave_notify_event):
7082         
7083         Clear status message when pointer leaves view. Fix for bug
7084         #310818 
7085
7086 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7087
7088         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7089
7090 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7091
7092         * shell/ev-view.c: (ev_view_leave_notify_event),
7093         (ev_view_class_init):
7094         
7095         Set cursor to normal then leaving view.
7096
7097 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7098
7099         * configure.ac:
7100         
7101         Fix required djvulibre version.
7102
7103 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7104
7105         *configure.ac: Hindi (hi) language added
7106
7107 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7108
7109         *configure.ac: Punjabi (pa) Language added
7110
7111 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7112
7113         * data/evince-ui.xml, shell/ev-window.c:
7114         
7115         Add keypad accelerators for zooming. Fix for bug 308128.
7116
7117 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7118
7119         * Makefile.am:
7120         * backend/Makefile.am:
7121         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7122         * configure.ac:
7123         * shell/ev-document-types.c: (ev_document_types_add_filters):
7124
7125         Allow to enable/disable the pixbuf backend.
7126         Default to off for now. If we want it enabled we should
7127         really put mime types in the desktop, implement properties etc.
7128
7129         * properties/evince-properties.c:
7130
7131         Initialize error to NULL.
7132         Check error is not NULL before freeing.
7133
7134 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7135
7136         * shell/ev-window.c:
7137
7138         Use F5 as presentation accell
7139
7140 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7141
7142         * shell/ev-window.c: (update_chrome_visibility),
7143         (ev_window_create_fullscreen_popup), (ev_window_init):
7144
7145         Do not leak the fullscreen toolbar
7146
7147 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7148
7149         * shell/ev-window.c: (view_actions_focus_in_cb),
7150         (view_actions_focus_out_cb):
7151
7152         These has a return value! Fix totally random focus
7153         issues we was seeing.
7154
7155 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7156
7157         * shell/main.c: (load_files_remote):
7158
7159         Allow open more than one file
7160
7161 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7162
7163         * shell/main.c: (load_files_remote):
7164
7165         Fix for dbus 0.33. bug #309975
7166
7167 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7168
7169         * properties/ev-properties-main.c: (ev_properties_get_pages):
7170
7171         Actually return NULL for types we dont support
7172
7173 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7174
7175         * po/POTFILES.in:
7176
7177         Remove empty lines.
7178
7179 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7180
7181         * backend/ev-document-factory.c:
7182         (ev_document_factory_get_document):
7183
7184         Do not try to create the object if type
7185         is invalid.
7186
7187 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * ps/ps-document.c: (ps_document_dispose),
7190         (ps_async_renderer_render_pixbuf):
7191         * ps/ps-document.h:
7192
7193         Do not leak the target window
7194
7195 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7196
7197         * shell/ev-application.c: (ev_application_init):
7198
7199         Let tbe check file existence for us.
7200         Add a comment about eggrecent mime filter.
7201
7202 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7203
7204         * data/evince-ui.xml:
7205         * shell/ev-application.c: (ev_application_shutdown),
7206         (ev_application_init), (ev_application_get_toolbars_model),
7207         (ev_application_get_recent_model),
7208         (ev_application_save_toolbars_model):
7209         * shell/ev-application.h:
7210         * shell/ev-window.c: (ev_window_add_recent),
7211         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7212         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7213         (ev_window_init):
7214
7215         Use common toolbar and recent models for all windows.
7216         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7217
7218 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7219
7220         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7221         successfully check for gtk_icon_view_get_visible_range.
7222
7223 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7224
7225         * djvu/Makefile.am:
7226         * dvi/Makefile.am:
7227         
7228         Fix djvu and dvi backend build.
7229
7230 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7231
7232         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7233         (new_separator_pixbuf):
7234
7235         Don't leak windows.
7236
7237 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7238
7239         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7240
7241         HIGification of toolbar editor dialogue.
7242
7243 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * configure.ac:
7246         * shell/Makefile.am:
7247
7248         Ever build metadata manager since it's just
7249         disabled at runtime now.
7250
7251 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7252
7253         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7254         (ev_metadata_manager_get), (ev_metadata_manager_set):
7255         * shell/ev-metadata-manager.h:
7256
7257         Add an _init functions that enabled metadata management
7258         at runtime.
7259
7260         * shell/ev-window.c: (page_changed_cb),
7261         (setup_document_from_metadata), (ev_window_setup_document),
7262         (setup_view_from_metadata), (ev_window_open_uri),
7263         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7264         (ev_window_run_presentation), (ev_window_stop_presentation),
7265         (save_sizing_mode), (ev_window_zoom_changed_cb),
7266         (ev_window_continuous_changed_cb),
7267         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7268         (window_configure_event_cb):
7269
7270         Remove all ugly metadata define since we deal with it
7271         at runtime now.
7272
7273         * shell/main.c: (load_files_remote), (main):
7274
7275         Add support for dbus cvs head. Hopefully didnt break one
7276         of the other versions now!
7277
7278         If we dont get a response from the dbus server just
7279         give up with it and not enable metadata.
7280
7281 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7282
7283         * Makefile.am:
7284         * backend/Makefile.am:
7285         * configure.ac:
7286         * cut-n-paste/recent-files/Makefile.am:
7287         * cut-n-paste/toolbar-editor/Makefile.am:
7288         * cut-n-paste/zoom-control/Makefile.am:
7289         * lib/Makefile.am:
7290         * pdf/Makefile.am:
7291         * pixbuf/Makefile.am:
7292         * properties/Makefile.am:
7293         * ps/Makefile.am:
7294         * shell/Makefile.am:
7295         * thumbnailer/Makefile.am:
7296         * tiff/Makefile.am:
7297
7298         Make frontends depend on just libev.
7299         Rework and group CFLAGS/LIBS definitions.
7300         Cleanups.
7301
7302 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7303
7304         * shell/ev-window:
7305
7306         do not unnecessarily save zoom
7307
7308         * configure.ac:
7309         * lib/ev-file-helpers.c: (ev_dot_dir):
7310         * shell/Makefile.am:
7311         * shell/dummy.cc:
7312
7313         Some cleanups
7314
7315 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7316
7317         * configure.ac:
7318         
7319         Remove unnecessary dependencies
7320
7321 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * properties/Makefile.am:
7324         * thumbnailer/Makefile.am:
7325         * tiff/Makefile.am:
7326
7327         Some more cleanups. Was really necessary
7328         but I probably introduced bugs, feel free
7329         to flame :)
7330
7331 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7332
7333         * backend/Makefile.am:
7334         * configure.ac:
7335         * cut-n-paste/recent-files/Makefile.am:
7336         * cut-n-paste/toolbar-editor/Makefile.am:
7337         * cut-n-paste/zoom-control/Makefile.am:
7338         * lib/Makefile.am:
7339         * pdf/Makefile.am:
7340         * pixbuf/Makefile.am:
7341         * properties/Makefile.am:
7342         * ps/Makefile.am:
7343         * shell/Makefile.am:
7344         * thumbnailer/Makefile.am:
7345         * tiff/Makefile.am:
7346
7347         Use gnome-common macros when possible.
7348         Cleanup dependencies.
7349         Actually disable deprecated where possible.
7350
7351 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7352
7353         * Makefile.am:
7354         * backend/Makefile.am:
7355         * properties/Makefile.am:
7356         * shell/Makefile.am:
7357         * thumbnailer/Makefile.am:
7358
7359         This should solve the circular dep without
7360         requiring dir reorg!
7361
7362         * shell/ev-window.c: (setup_view_from_metadata):
7363
7364         Never restore window size/position when the
7365         window is already visible.
7366
7367 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7368
7369         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7370
7371         Return a boolean from timeout func. Fix ported from gedit.
7372
7373 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7374
7375         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7376
7377 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7378
7379         * shell/ev-document-types.c: set "All Documents" as default filter in
7380         open dialog
7381
7382 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7383
7384         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7385         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7386         (ev_metadata_manager_set_boolean): fix value/val thinko.
7387
7388 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7389
7390         * shell/ev-window.c: (setup_view_from_metadata),
7391         (window_state_event_cb), (window_configure_event_cb),
7392         (ev_window_init):
7393
7394         Remember window position and maximized state
7395
7396 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7397
7398         * configure.ac:
7399
7400         Fix DBUS configure checks.
7401
7402         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7403         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7404         (ev_metadata_manager_set_boolean):
7405
7406         Plug mem leaks.
7407
7408         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7409         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7410         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7411         (ev_window_continuous_changed_cb),
7412         (ev_window_dual_mode_changed_cb), (ev_window_new):
7413
7414         Fix the build without DBUS.
7415
7416 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7417
7418         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7419         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7420         (ev_metadata_manager_set_string),
7421         (ev_metadata_manager_set_boolean):
7422         * shell/ev-metadata-manager.h:
7423
7424         Add support for some more types
7425
7426         * shell/ev-view.c: (scroll_to_current_page),
7427         (ev_view_get_continuous), (ev_view_set_continuous),
7428         (ev_view_get_dual_page):
7429         * shell/ev-view.h:
7430         * shell/ev-window.c: (page_changed_cb),
7431         (setup_document_from_metadata), (ev_window_setup_document),
7432         (setup_view_from_metadata), (ev_window_open_uri),
7433         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7434         (ev_window_run_presentation), (ev_window_stop_presentation),
7435         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7436         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7437         (ev_window_update_dual_page_action),
7438         (ev_window_continuous_changed_cb),
7439         (ev_window_dual_mode_changed_cb), (ev_window_init):
7440
7441         Remember a bunch of view/document properties. Prolly some
7442         are still missing but it's getting interesting.
7443
7444 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7445
7446         * configure.ac: check if dbus-binding-tool is installed. Not the
7447         case on current Ubuntu breezy, it seems.
7448
7449 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7450
7451         * data/evince.desktop.in.in:
7452         
7453         Allow open uri lists and add TryExec field.
7454
7455 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7456
7457         * configure.ac:
7458
7459         Enable dbus when available, do not require a configure
7460         option.
7461
7462 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7463
7464         * configure.ac:
7465
7466         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7467         disabled.
7468
7469 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7470         Marco Pesenti Gritti  <mpg@redhat.com>
7471
7472         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7473         
7474         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7475         functions to the format required by dbus
7476
7477         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7478         errors. Use the RPC parameters in the expected way
7479
7480 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7481
7482         * Makefile.am:
7483         * properties/Makefile.am:
7484         * properties/ev-properties-main.c: (ev_properties_get_pages):
7485
7486         Support all mime types
7487
7488         * shell/Makefile.am:
7489         * thumbnailer/Makefile.am:
7490         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7491         (evince_thumbnail_pngenc_get):
7492
7493         Use the document factory
7494
7495 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7496
7497         * backend/Makefile.am:
7498         * backend/ev-document-factory.c:
7499         (mime_type_supported_by_gdk_pixbuf),
7500         (ev_document_type_get_from_mime),
7501         (ev_document_factory_get_document),
7502         (ev_document_factory_get_backend),
7503         (ev_document_factory_get_mime_types),
7504         (ev_document_factory_get_all_mime_types):
7505         * backend/ev-document-factory.h:
7506         * shell/Makefile.am:
7507         * shell/ev-document-types.c: (get_document_from_uri),
7508         (ev_document_types_get_document),
7509         (file_filter_add_mime_list_and_free),
7510         (ev_document_types_add_filters):
7511         * shell/ev-document-types.h:
7512         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7513         * shell/ev-properties-dialog.c:
7514         (ev_properties_dialog_set_document):
7515         * shell/ev-window.c: (ev_window_cmd_file_open),
7516         (ev_window_cmd_save_as):
7517         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7518
7519         Rework document types managing to avoid code duplication
7520         and actually abstract from backend implementations.
7521         Also provide a minimal factory api that can be used by
7522         thumbnailer/properties.
7523
7524 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7525
7526         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7527         Plug a mem leak.
7528         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7529         HIG spacings.
7530
7531 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7532
7533         * shell/ev-properties-dialog.c
7534         (ev_properties_dialog_set_document): only call
7535         ev_properties_fonts_set_document() if the document implements the
7536         fonts interface
7537
7538 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7539
7540         * configure.ac:
7541         * properties/Makefile.am:
7542         * properties/ev-properties-view.c:
7543         (ev_properties_view_register_type):
7544         * properties/ev-properties-view.h:
7545         * properties/ev-properties-main.h:
7546
7547         Implement nautilus plugin for properties.
7548         Works only for pdf atm, I need to rework the
7549         document types stuff to get this to work
7550         for all backends...
7551
7552 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7553
7554         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7555         (ev_properties_fonts_set_document): use
7556         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7557
7558 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7559
7560         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7561         them
7562         (PlaceImage, tiff2ps_process_page): use
7563         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7564
7565
7566 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7567
7568         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7569         (main): to call gnome_authentication_manager_init. Should fix
7570         Bug #308510
7571
7572         * configure.ac: that requires libgnomeui 2.6.0.
7573
7574 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7575
7576         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7577         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7578         use the new tiff2ps interfaces
7579
7580         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7581         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7582
7583         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7584         structure instead of global variables.  Remove use of static
7585         variables in functions.
7586
7587 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7588
7589         * shell/ev-page-action.c: unref the completion after setting it to the
7590         entry
7591
7592 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7593
7594         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7595         postscript files
7596
7597 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7598
7599         * shell/ev-window.c (update_action_sensitivity): disable
7600         File->Print if the document does not implement the ps exporter
7601         interface
7602
7603 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7604
7605         * Makefile.am:
7606         * configure.ac:
7607         * data/evince-properties.glade:
7608         * properties/.cvsignore:
7609         * properties/Makefile.am:
7610         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7611         (ev_properties_view_class_init), (ev_properties_view_format_date),
7612         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7613         (ev_properties_view_init), (ev_properties_view_new):
7614         * properties/ev-properties-view.h:
7615         * shell/Makefile.am:
7616         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7617         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7618         (ev_properties_dialog_new):
7619         * shell/ev-properties-dialog.h:
7620         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7621         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7622         (update_progress_label), (job_fonts_finished_cb),
7623         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7624         * shell/ev-properties-fonts.h:
7625         * shell/ev-properties.c:
7626         * shell/ev-properties.h:
7627         * shell/ev-window.c: (ev_window_setup_document),
7628         (ev_window_cmd_file_properties):
7629
7630         Split the properties pages in two different objects, depend
7631         only on the backend where possible, use widgets instead
7632         of gobject for the glade part, reimplement the dialog
7633         itself with gtk.
7634         I need this to implement nautilus properties page.
7635
7636 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7637
7638         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7639         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7640         (tiff_document_document_ps_exporter_iface_init): implement the ps
7641         exporter interface for tiff documents
7642
7643         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7644         libtiff to implement TIFF postscript export
7645
7646         * tiff/tiff2ps.h: added a header file for external tiff2ps
7647         functions.
7648
7649         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7650         tiff2ps.h
7651
7652 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7653
7654         * shell/ev-view.c: (scroll_to_current_page),
7655         (ev_view_set_fullscreen), (ev_view_set_presentation):
7656         
7657         Scroll to current page when exit from presentation
7658
7659 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7660
7661         * shell/ev-window.c: (update_document_mode),
7662         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7663         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7664         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7665         
7666         Exit from fullscreen mode when switch to presentation. Fix for
7667         bug 309365
7668
7669 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7670
7671         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7672         return NULL if the document does not implement the selection
7673         interface.
7674
7675 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7676
7677         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7678         reported height by using the resolution aspect ratio
7679         (tiff_document_render_pixbuf): scale the pixbuf using the
7680         resolution aspect ratio
7681
7682 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7683
7684         * configure.ac:
7685         
7686         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7687         <kiltedaco@gmail.com>
7688         
7689         * djvu/djvu-document.c: (djvu_document_get_orientation),
7690         (djvu_document_set_orientation), (djvu_document_get_page_size),
7691         (rotate_pixbuf), (djvu_document_render_pixbuf),
7692         (djvu_document_document_iface_init):
7693         * dvi/dvi-document.c: (dvi_document_get_orientation),
7694         (dvi_document_set_orientation), (dvi_document_get_page_size),
7695         (rotate_pixbuf), (dvi_document_render_pixbuf),
7696         (dvi_document_document_iface_init):
7697         
7698         Dvi and djvu backends are ported to new API
7699
7700 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7701
7702         * backend/ev-selection.c: (ev_selection_get_selection_region),
7703         (ev_selection_get_selection_map):
7704         * backend/ev-selection.h:
7705         * pdf/ev-poppler.cc:
7706         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7707         * shell/ev-jobs.h:
7708         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7709         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7710         (ev_pixbuf_cache_get_text_mapping):
7711         * shell/ev-pixbuf-cache.h:
7712         * shell/ev-view.c: (location_in_text),
7713         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7714         support to EvView.  Now we can see where we can select!  Sweet!
7715
7716 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7717
7718         * shell/ev-view.c (ev_view_button_press_event): Fix
7719         event->y + view->scroll_x typo.
7720
7721 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7722
7723         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7724         sub-GdkPixbuf instead of passing dest_x and dest_y.
7725         
7726         * shell/ev-view.c: (view_point_to_doc_point),
7727         (view_rect_to_doc_rect), (ev_view_button_press_event),
7728         (ev_view_motion_notify_event), (compute_new_selection_rect),
7729         (gdk_rectangle_point_in), (compute_new_selection_text),
7730         (compute_selections): Update selection code to keep the selection
7731         around as two points and not as a normalized rectangle, and fix
7732         page level selection in two-column mode.
7733
7734 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7735
7736         * shell/ev-window.c: (window_configure_event_cb): 
7737         
7738         Fix compilation
7739         
7740 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7741
7742         * pdf/ev-poppler.cc:
7743
7744         Fix compilation
7745
7746 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7747
7748         * shell/Makefile.am:
7749         * shell/ev-metadata-manager.c: (item_free),
7750         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7751         (parse_value), (parseItem), (load_values),
7752         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7753         (save_values), (save_item), (get_oldest), (resize_items),
7754         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7755         * shell/ev-metadata-manager.h:
7756
7757         Metadata manager from gedit but modified to use GValue, so that
7758         we dont need to keep converting from strings.
7759
7760         * configure.ac:
7761
7762         ENABLE_METADATA conditional, on when dbus is on
7763
7764         * shell/ev-application.c: (ev_application_open_uri):
7765
7766         Show the window after load so that we can initialize
7767         window size before it's showed.
7768
7769         * shell/ev-window.c: (ev_window_setup_from_metadata),
7770         (ev_window_open_uri), (window_configure_event_cb),
7771         (ev_window_init):
7772
7773         Save and load metadata information about window size.
7774         Not yet keeping states in account.
7775
7776         * shell/main.c: (main):
7777
7778         Shutdown metadata manager.
7779
7780 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7781
7782         * shell/ev-application-service.xml:
7783         * configure.ac:
7784         * shell/Makefile.am:
7785         * shell/ev-application.c:
7786         * shell/ev-application.h:
7787         * shell/ev-window.c:
7788         * shell/ev-window.h:
7789         * shell/main.c:
7790
7791         Add an optional dbus interface (--enable-dbus).
7792         Rework application code, mainly to be easier to
7793         use "remotely".
7794         Do not open multiple windows with the same document,
7795         spatial evince!
7796
7797 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7798
7799         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7800         pixbuf iff it exists.
7801
7802 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7803
7804         * shell/*:
7805         * backend/ev-render-context.[ch]:
7806         * backend/ev-selection.[ch]:
7807
7808         Massive changes.  We now support text selection of pdfs, and not
7809         just rectangular selection.  This is pretty broken still, but I
7810         want to get something into CVS.
7811
7812 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7813
7814         * pdf/ev-poppler.cc:
7815         
7816         Fix for Bug 309080: crash on window close.
7817         
7818         * shell/ev-page-action.c: (page_changed_cb):
7819         
7820         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7821         jensgr@gmx.net (Jens Granseuer).
7822
7823 2005-06-25  Marcel Telka  <marcel@telka.sk>
7824
7825         * configure.in (ALL_LINGUAS): Added sk.
7826
7827 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7828
7829         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7830         not a document open
7831
7832 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7833
7834         * NEWS:
7835         * configure.ac:
7836
7837         Release 0.3.2
7838
7839         * cut-n-paste/recent-files/Makefile.am:
7840
7841         Fix make distcheck
7842
7843 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7844
7845         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7846         (pixbuf_document_set_orientation), (rotate_pixbuf),
7847         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7848         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7849
7850         Implement rotation and cleanup the code a bit.
7851
7852         * tiff/tiff-document.c: (tiff_document_get_page_size),
7853         (tiff_document_get_orientation), (tiff_document_set_orientation),
7854         (rotate_pixbuf), (tiff_document_render_pixbuf),
7855         (tiff_document_document_iface_init), (tiff_document_init):
7856
7857         Implement rotation. Was the quicker solution for the release
7858         but we really need to share this code in the shell.
7859
7860 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7861
7862         * pdf/ev-poppler.cc:
7863
7864         Enable rotation, require poppler cvs. Fix a leak.
7865
7866 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7867
7868         * shell/ev-window.c: (update_action_sensitivity):
7869         
7870         Make properties unsensitive if document backend doesn't provide
7871         any info
7872
7873 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7874
7875         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7876         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7877         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7878         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7879         (bitmap_flip_rotate_counter_clockwise):
7880         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7881         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7882         (buff_gets):
7883         * dvi/mdvi-lib/common.h:
7884         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7885         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7886         (opendvi), (mdvi_reload), (mdvi_init_context),
7887         (mdvi_destroy_context), (mdvi_dopage), (special):
7888         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7889         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7890         (file_hash_free), (register_encoding), (parse_spec),
7891         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7892         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7893         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7894         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7895         (mdvi_register_font_type), (mdvi_unregister_font_type),
7896         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7897         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7898         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7899         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7900         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7901         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7902         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7903         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7904         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7905         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7906         (mdvi_unregister_special), (mdvi_flush_specials):
7907         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7908         (t1_font_remove):
7909         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7910         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7911         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7912         (free_font_metrics), (flush_font_metrics):
7913         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7914         (tt_font_remove):
7915         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7916         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7917         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7918         (dstring_insert), (dstring_new), (dstring_reset):
7919         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7920         
7921         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7922         avoid conflict with libtool on FC4
7923         
7924         * shell/ev-window.c: (ev_window_cmd_help_about):
7925         
7926         Update copyright year. Fix for bug 308828.
7927
7928 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7929
7930         * shell/ev-view.c: (add_scroll_binding_keypad),
7931         (ev_view_binding_activated), (ev_view_class_init),
7932         (on_adjustment_value_changed):
7933         
7934         Bug 170874: Arrow keys switch pages in presentation mode
7935
7936 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7937
7938         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7939         
7940         Fix for Bug 308265: Sidebar dissappears coming out of 
7941         Presentation mode
7942
7943 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7944
7945         * shell/ev-application.c: (ev_application_open):
7946         * shell/ev-document-types.c: (ev_document_types_add_filters),
7947         (ev_document_types_add_filters_for_type):
7948         * shell/ev-document-types.h:
7949         * shell/ev-window.c: (ev_window_cmd_save_as):
7950         
7951         Suggest basename as template when saving, provide filters
7952         for save dialog. It's bug 308402
7953
7954 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7955
7956         * pdf/ev-poppler.cc:
7957         * shell/ev-sidebar-links.c: (job_finished_callback):
7958         * shell/ev-view.c: (update_find_status_message):
7959         
7960         Some leaks fixed
7961
7962 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7963
7964         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7965         (egg_recent_view_uimanager_set_list):
7966
7967         Fix buglet in !show_numbers case.
7968
7969 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7970
7971         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7972         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7973
7974         Use pango ellipsisation.
7975
7976         * pdf/ev-poppler.cc:
7977
7978         Fix refcount leak, from nsh.
7979
7980 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7981
7982         * cut-n-paste/recent-files/Makefile.am:
7983         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7984         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7985         
7986         Removed EggRecentViewGtk
7987         
7988         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7989         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7990         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7991         (ev_window_setup_recent):
7992         
7993         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7994         with other projects
7995
7996 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7997
7998         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7999         (egg_recent_view_gtk_finalize):
8000
8001         Fix memory leak
8002
8003         * cut-n-paste/toolbar-editor/Makefile.am:
8004         
8005         Fix location of cursor icon.
8006         
8007         * pdf/ev-poppler.cc:
8008         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8009         (display_completion_text), (match_completion):
8010         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8011         (selection_changed_callback), (create_loading_model),
8012         (print_section_cb), (links_page_num_func),
8013         (update_page_callback_foreach):
8014         * shell/ev-window.c: (ev_window_dispose):
8015         
8016         Small memory fixes. Links model now store objects instead
8017         of pointers to improve memory management. 
8018
8019 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8020
8021         * shell/ev-window.c: (zoom_control_changed_cb):
8022         
8023         Fix update of zoom control (bug 308268).
8024
8025 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8026
8027         * shell/ev-properties.c (set_property): escape the text correctly.
8028         Handles non-UTF-8 properties and escaped properties.  Also, sets
8029         the text to "<i>None</i>" if the property isn't set.
8030
8031         * data/evince-properties.glade: Change the label to be ellipsized,
8032         and give it a minimum size.
8033
8034 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8035
8036         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8037         * shell/ev-sidebar-links.c: (create_loading_model):
8038         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8039         * shell/ev-view.c: (ev_view_set_document):
8040         * shell/ev-window.c: (ev_window_dispose):
8041         
8042         Various small fixes, mostly memory leaks. Thanks to valgrind.
8043
8044 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8045
8046         * ps/ps-document.c: remove the locale.h include again ;-). And
8047         kill the (bogus) setlocale/savelocale business.
8048
8049 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8050
8051         * ps/ps-document.c:
8052         
8053         Include locale.h to fix build
8054         
8055         * shell/ev-sidebar.c:
8056         
8057         Remove unnecessary includes
8058
8059 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8060
8061         * dvi/dvi-document.c: (dvi_document_load):
8062         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8063         * po/POTFILES.in:
8064         
8065         Check for incorrect dvi files. Fix parsing dvi on AMD64
8066         platform. Thanks to tester@tester.ca (Olivier Crete).
8067
8068 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8069
8070         * shell/ev-page-action.c: (match_selected_cb),
8071         (display_completion_text), (match_completion), (update_model):
8072         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8073         (expand_open_links):
8074         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8075         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8076         (ev_sidebar_set_document):
8077         * shell/ev-window.c: (ev_window_xfer_job_cb),
8078         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8079         
8080         Fixed lot's of memory leaks, for example, memory leak on reload, 
8081         described in bug 307793.
8082
8083 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * pdf/ev-poppler.cc:
8086         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8087         (update_visible_range), (adjustment_changed_cb),
8088         (ev_sidebar_thumbnails_fill_model),
8089         (ev_sidebar_thumbnails_refresh),
8090         (ev_sidebar_tree_selection_changed),
8091         (ev_sidebar_icon_selection_changed),
8092         (ev_sidebar_thumbnails_use_icon_view),
8093         (ev_sidebar_thumbnails_set_document):
8094         * shell/ev-sidebar-thumbnails.h:
8095         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8096         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8097
8098         Refresh thumbnails when changing orientation. Not fully
8099         working yet becuase of a sidebar bug.
8100
8101         Set page orientation to poppler page everywhere. This sucks
8102         really need to fix poppler.
8103
8104 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8105
8106         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8107         (egg_recent_view_gtk_new_menu_item),
8108         (egg_recent_view_gtk_set_property),
8109         (egg_recent_view_gtk_get_property),
8110         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8111         (egg_recent_view_gtk_set_tooltip_func),
8112         (egg_recent_view_gtk_set_label_width),
8113         (egg_recent_view_gtk_get_label_width):
8114         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8115
8116         Sync with libegg (ellipsize labels)
8117
8118 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8119
8120         * data/evince-ui.xml:
8121         * shell/ev-window.c: (ev_window_cmd_go_forward),
8122         (ev_window_cmd_go_backward):
8123         
8124         Shift + PageUp moves 10 Pages. Fix for 306125
8125
8126 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8127
8128         * pdf/ev-poppler.cc:
8129
8130         Add a flag to check if orientation has been overriden
8131
8132 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8133
8134         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8135         field if necessary.
8136
8137         * ps/ps.h: add creator field to document.
8138
8139         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8140         set creator field.
8141
8142 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8143
8144         * data/evince-properties.glade:
8145         * shell/ev-properties.c: (ev_properties_set_document):
8146
8147         s/PDF Version/Format
8148
8149 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8150
8151         * shell/ev-properties.c: (ev_properties_set_document):
8152
8153         Remove unnecessary translations
8154
8155 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8156
8157         * cut-n-paste/toolbar-editor/Makefile.am:
8158
8159         Correct library name    
8160
8161 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8162
8163         * configure.ac:
8164         * cut-n-paste/recent-files/egg-recent-model.c:
8165         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8166         (egg_recent_model_unlock_file):
8167         * cut-n-paste/recent-files/egg-recent-util.c:
8168         (egg_recent_util_get_unique_id):
8169         * cut-n-paste/recent-files/update-from-egg.sh:
8170         * cut-n-paste/toolbar-editor/Makefile.am:
8171         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8172         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8173         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8174         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8175         (egg_toolbars_model_get_type):
8176         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8177
8178         Better makefile for toolbar editor and update everything
8179         to latest libegg.
8180
8181 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8182
8183         * shell/ev-window.c: (update_document_mode):
8184
8185         Prefer presentation mode when the document
8186         require fullscreen.
8187
8188 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8189
8190         * data/evince-ui.xml:
8191         * shell/ev-window.c:
8192
8193         Add control-equal for zooming
8194
8195 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8196
8197         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8198
8199 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8200
8201         * backend/ev-document.c: (ev_document_get_orientation):
8202         * backend/ev-document.h:
8203         * pdf/ev-poppler.cc:
8204         * ps/ps-document.c: (ps_document_get_orientation),
8205         (ps_document_set_orientation), (ps_document_document_iface_init):
8206
8207         Add a get_orientation api. Improve set_orientation.
8208
8209         * data/evince-ui.xml:
8210         * shell/ev-view.c: (ev_view_set_orientation),
8211         (ev_view_rotate_right), (ev_view_rotate_left):
8212         * shell/ev-view.h:
8213         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8214         (ev_window_cmd_edit_rotate_right):
8215
8216         Better ui for changing document orientation
8217
8218 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8219
8220         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8221         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8222         * shell/ev-sidebar-links.h:
8223         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8224         (ev_sidebar_page_iface_init):
8225         * shell/ev-sidebar-page.h:
8226         * shell/ev-sidebar-thumbnails.c:
8227         (ev_sidebar_thumbnails_get_property),
8228         (ev_sidebar_thumbnails_class_init),
8229         (ev_sidebar_thumbnails_set_document):
8230         * shell/ev-sidebar-thumbnails.h:
8231         * shell/ev-view.c: (ev_view_motion_notify_event):
8232         * shell/ev-window.c: (update_chrome_visibility),
8233         (ev_window_cmd_focus_page_selector),
8234         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8235         (sidebar_page_main_widget_update_cb), (ev_window_init):
8236         
8237         Autoraise toolbar on GoToPage binding and fix bindings in
8238         EvSidebarThumbnails page.
8239
8240 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8241
8242         * shell/ev-properties.c: (update_progress_label):
8243
8244         Hide the progress label when finished; bug #307697.
8245
8246 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8247
8248         * pdf/ev-poppler.cc:
8249
8250         Enable is_open for links, you will need poppler cvs
8251
8252         * shell/ev-properties.c: (job_fonts_finished_cb):
8253
8254         Get a lock on the document when filling the tree view
8255
8256 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8257
8258         * backend/ev-document-links.h:
8259         * pdf/ev-poppler.cc:
8260         * shell/ev-sidebar-links.c: (create_loading_model),
8261         (expand_open_links), (job_finished_callback):
8262
8263         Expand links when specified by the document.
8264         Depend on a poppler api (defined out for now)
8265
8266 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8267
8268         * shell/ev-properties.c: (ev_properties_dispose),
8269         (ev_properties_class_init), (dialog_destroy_cb),
8270         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8271         (ev_properties_set_document), (ev_properties_new),
8272         (ev_properties_show):
8273         * shell/ev-properties.h:
8274
8275         Make it an object, cleanup the code, api to show it as transient
8276         and to set the document.
8277
8278         * shell/ev-window.c: (ev_window_setup_document),
8279         (ev_window_cmd_file_properties):
8280
8281         Adapt to EvProperties changes, do not show multiple
8282         times, update it when document changes.
8283
8284 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8285
8286         * ps/gstypes.h:
8287         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8288         (ps_document_set_orientation), (ps_document_document_iface_init):
8289         * ps/ps-document.h:
8290
8291         Implement orientation here too
8292
8293         * shell/ev-properties.c: (ev_properties_new):
8294         * data/evince-properties.glade:
8295
8296         Hide the fonts page for backends that doesnt
8297         support it.     
8298
8299 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8300
8301         * backend/ev-document.c: (ev_document_set_orientation):
8302         * backend/ev-document.h:
8303         * pdf/ev-poppler.cc:
8304
8305         Add orientation api. Currently poppler api is not optimal,
8306         we need to set orientation every time we _get a page.
8307         I will try to fix that at some point.
8308
8309         * data/evince-ui.xml:
8310         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8311         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8312
8313         Add orientation menu items
8314
8315         * shell/ev-page-cache.c: (ev_page_cache_clear):
8316         * shell/ev-page-cache.h:
8317
8318         Add api to clear the cache
8319
8320         * shell/ev-view.c: (setup_caches), (clear_caches),
8321         (ev_view_set_document), (ev_view_zoom_out),
8322         (ev_view_set_orientation):
8323         * shell/ev-view.h:
8324
8325         Implement orientation changing
8326
8327 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8328
8329         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8330         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8331         * backend/ev-document-fonts.h:
8332
8333         Separate scan and fill so that we can incrementally fill from
8334         the main thread. Add a progress api.
8335
8336         * data/evince-properties.glade:
8337         * pdf/ev-poppler.cc:
8338         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8339         * shell/ev-jobs.h:
8340         * shell/ev-properties.c: (update_progress_label),
8341         (job_fonts_finished_cb), (setup_fonts_view):
8342
8343         Incrementally feel the list and show the progress
8344         percentage in a label like acrobat does.
8345
8346         You are going to need poppler cvs
8347
8348 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8349
8350         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8351         * backend/ev-document-fonts.h:
8352         * pdf/ev-poppler.cc:
8353
8354         Make fonts model fill incrementally.
8355
8356         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8357         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8358         (ev_job_queue_remove_job):
8359         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8360         (ev_job_fonts_new), (ev_job_fonts_run):
8361         * shell/ev-jobs.h:
8362
8363         New job for fonts scanning
8364
8365         * shell/ev-properties.c: (job_fonts_finished_cb),
8366         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8367         * shell/ev-properties.h:
8368         * shell/ev-window.c: (ev_window_cmd_file_properties):
8369
8370         Incrementally feel the treeview using the new job. Show Loading...
8371         message until scanning is completed.
8372
8373         Hopefully I didnt break the build without the poppler patch.
8374
8375 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8376
8377         * shell/ev-application.c: (ev_application_open):
8378         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8379         (ev_document_type_get_type), (ev_document_type_lookup):
8380         * shell/ev-document-types.h:
8381         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8382         * shell/ev-job-xfer.h:
8383         * shell/ev-window.c: (ev_window_clear_local_uri),
8384         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8385         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8386         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8387         
8388         Transfer remote documents to tmp directory to display them later.
8389
8390 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8391
8392         * backend/ev-document-info.h:
8393         * shell/ev-properties.c: (ev_properties_new):
8394
8395         s/GTime*/GTime. Not sure why we was using a pointer
8396         at all there!
8397
8398 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8399
8400         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8401         situations.  That situation is that you're using GTK+-HEAD with
8402         the patch at #306726 is applied, and you have a document with <
8403         1500 pages in it.  It's not quite as uniformly nice as the
8404         TreeView, but should be better in the long run.
8405
8406         I'm pretty sure I guarded against breaking compilation with
8407         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8408         I missed some.
8409
8410         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8411         widget yet, so I commented that code out
8412         enable_view_actions_for_widget() for now.  Need to figure this
8413         out.
8414
8415         * shell/ev-page-action.c (match_selected_cb): emit the right
8416         signals.  Our cool C-l completion now works.
8417
8418 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8419
8420         * backend/Makefile.am:
8421         * backend/ev-document-fonts.c:
8422         * backend/ev-document-links.c:
8423         * backend/ev-document.c: (ev_document_load):
8424         * backend/ev-document.h:
8425         * backend/ev-job-queue.c:
8426         * backend/ev-job-queue.h:
8427         * backend/ev-jobs.c:
8428         * backend/ev-jobs.h:
8429         * backend/ev-page-cache.c:
8430         * backend/ev-page-cache.h:
8431
8432         EvPageCache and EvJobs are moved to shell.
8433
8434         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8435         (ev_tmp_filename):
8436         * lib/ev-file-helpers.h:
8437         
8438         New helper to work with temporary files
8439         
8440         * shell/Makefile.am:
8441         * shell/ev-application.c: (ev_application_open):
8442         * shell/ev-application.h:
8443         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8444         (remove_job_from_async_queue), (add_job_to_async_queue),
8445         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8446         (handle_job), (search_for_jobs_unlocked),
8447         (no_jobs_available_unlocked), (ev_render_thread),
8448         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8449         (ev_job_queue_add_job), (move_job_async), (move_job),
8450         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8451         * shell/ev-job-queue.h:
8452         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8453         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8454         * shell/ev-job-xfer.h:
8455         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8456         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8457         (ev_job_links_class_init), (ev_job_render_init),
8458         (ev_job_render_dispose), (ev_job_render_class_init),
8459         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8460         (ev_job_thumbnail_class_init), (ev_job_load_init),
8461         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8462         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8463         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8464         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8465         * shell/ev-jobs.h:
8466         * shell/ev-page-action.c: (ev_page_action_set_document):
8467         * shell/ev-page-cache.c: (ev_page_cache_init),
8468         (ev_page_cache_class_init), (ev_page_cache_finalize),
8469         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8470         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8471         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8472         (ev_page_cache_get_title), (ev_page_cache_get_size),
8473         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8474         (ev_page_cache_get_height_to_page),
8475         (ev_page_cache_get_max_label_chars),
8476         (ev_page_cache_get_page_label),
8477         (ev_page_cache_has_nonnumeric_page_labels),
8478         (ev_page_cache_get_info), (ev_page_cache_next_page),
8479         (ev_page_cache_prev_page), (ev_page_cache_get):
8480         * shell/ev-page-cache.h:
8481         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8482         (ev_pixbuf_cache_clear_job_sizes),
8483         (ev_pixbuf_cache_add_jobs_if_needed),
8484         (ev_pixbuf_cache_set_page_range):
8485         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8486         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8487         * shell/ev-sidebar-thumbnails.c:
8488         (ev_sidebar_tree_selection_changed),
8489         (ev_sidebar_thumbnails_set_document):
8490         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8491         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8492         (ev_statusbar_get_context_id), (ev_statusbar_push),
8493         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8494         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8495         (ev_statusbar_set_progress):
8496         * shell/ev-statusbar.h:
8497         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8498         (ev_view_find_previous):
8499         * shell/ev-window.c: (ev_window_is_empty),
8500         (ev_window_setup_document), (password_dialog_response),
8501         (ev_window_clear_jobs), (ev_window_load_job_cb),
8502         (ev_window_xfer_job_cb), (ev_window_open_uri),
8503         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8504         (ev_window_print), (ev_window_print_range),
8505         (ev_window_state_event), (ev_window_cmd_view_reload),
8506         (menu_item_select_cb), (menu_item_deselect_cb),
8507         (view_status_changed_cb), (ev_window_dispose),
8508         (drag_data_received_cb), (ev_window_init):
8509         * shell/ev-window.h:
8510         * shell/main.c: (load_files):
8511         
8512         New statusbar to show progress on idle. Two new jobs - 
8513         xfer job and load job to load document in background. And update
8514         of page_cache clients to new location of code.
8515
8516 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8517
8518         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8519         selection in open dialog. It also remembers the last visited directory 
8520         in the current session.
8521
8522 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8523
8524         * shell/ev-properties.c: (ev_properties_new):
8525         * shell/ev-properties.h:
8526         * shell/ev-window.c: (ev_window_cmd_file_properties):
8527         
8528         Get document info from page cache instead of document itself.
8529         This should fix crash related to race conditions described in
8530         bug 306545.
8531
8532 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8533
8534         * ps/ps-document.c: (ps_document_init),
8535         (send_ps), (get_page_box), (output), (catchPipe), (input),
8536         (stop_interpreter), (file_length), (file_readable),
8537         (check_filecompressedb), (ps_document_enable_interpreter),
8538         (document_load), (ps_async_renderer_render_pixbuf):
8539         * ps/ps-document.h:
8540
8541         Big cleanup of the ps code
8542
8543 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8544
8545         * backend/Makefile.am:
8546         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8547         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8548         * backend/ev-async-renderer.h:
8549
8550         Add an async renderer interface (method + callback) which
8551         is useful for backends like ps.
8552
8553         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8554         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8555         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8556         (ev_job_queue_add_job), (move_job_async), (move_job),
8557         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8558
8559         Add queues for async renderer, these are executed on the
8560         main thread.
8561
8562         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8563         (ev_job_render_run):
8564         * backend/ev-jobs.h:
8565
8566         If the backend support async renderer interface use it.
8567
8568         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8569         (setup_pixmap), (ps_document_get_type),
8570         (ps_async_renderer_render_pixbuf),
8571         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8572
8573         Implement async renderer interface.
8574
8575 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8576
8577         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8578
8579         Cleanup links job on exit.
8580
8581 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8582
8583         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8584         (drag_data_get_cb), (drag_data_received_cb):
8585         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8586         (drag_data_get_cb), (parse_item_list),
8587         (egg_toolbar_editor_load_actions):
8588         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8589         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8590         (parse_item_list), (parse_toolbars):
8591         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8592         (dvi_pixbuf_put_pixel):
8593         
8594         Fix gcc 4.0 warnings
8595
8596 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8597
8598         * ps/ps-document.c: (start_interpreter):
8599
8600         Fix warning when loading ps
8601
8602 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8603
8604         * ps/ps-document.c: (output):
8605
8606         Fix crash when priting gs error messages.
8607
8608 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8609
8610         * backend/ev-page-cache.c: (_ev_page_cache_new):
8611         * backend/ev-page-cache.h:
8612
8613         Use a const to return title so that we dont double
8614         free it. Small cleanup and fix a leak.
8615
8616         * shell/ev-window.c: (update_window_title):
8617
8618         strdup value from get_title.
8619
8620 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8621
8622         * shell/ev-sidebar-links.c: (job_finished_callback),
8623         (ev_sidebar_links_set_document):
8624
8625         Cleanup the old job when changing document
8626
8627 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8628
8629         * shell/ev-stock-icons.c:
8630         * shell/ev-stock-icons.h:
8631         * shell/ev-window.c:
8632         
8633         Add stock icons for actions that can appear in toolbar. Fix for
8634         bug 306566.
8635
8636 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8637
8638         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8639         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8640         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8641         * backend/ev-page-cache.h:
8642         * shell/ev-view.c: (scroll_to_current_page),
8643         (view_update_range_and_current_page), (get_page_y_offset),
8644         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8645         (ev_view_size_request_continuous),
8646         (ev_view_zoom_for_size_continuous_and_dual_page),
8647         (ev_view_zoom_for_size_continuous):
8648         
8649         More compact EvView layout in document with pages of different size.
8650
8651 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8652
8653         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8654         compilation.
8655
8656 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8657
8658         * shell/ev-view.c: (view_set_adjustment_values):
8659         * shell/ev-window.c: (ev_window_cmd_file_properties):
8660         
8661         A bit different fix for rounding problem but it has no
8662         problems on startup. Make properties window transient to parent.
8663
8664 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8665
8666         * pdf/ev-poppler.cc:
8667         
8668         More commenting of font stuff.
8669
8670 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8671
8672         * pdf/ev-poppler.cc:
8673
8674         Comment out some more fonts stuff. Should really
8675         work without the poppler patch now.
8676
8677 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8678
8679         * pdf/ev-poppler.cc:
8680
8681         Adapt to api change
8682
8683 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8684
8685         * data/evince-properties.glade:
8686         * pdf/ev-poppler.cc:
8687         * shell/ev-properties.c: (setup_fonts_view):
8688
8689         Set the column title. Show the dialog only
8690         once everything is setup.
8691         Getting font info can be very slow... will
8692         prolly need to make this threaded too.
8693
8694 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8695
8696         * backend/Makefile.am:
8697         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8698         (ev_document_fonts_get_fonts_model):
8699         * backend/ev-document-fonts.h:
8700         * data/evince-properties.glade:
8701         * pdf/ev-poppler.cc:
8702         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8703         * shell/ev-properties.h:
8704         * shell/ev-window.c: (ev_window_cmd_file_properties):
8705
8706         Implement fonts list. Defined out for now, since it depends
8707         on a not yet committed poppler patch.
8708
8709 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8710
8711         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8712         page + 1.
8713
8714         * shell/ev-window.c: Make sure we add the timeout when we get a
8715         focus-in event.
8716
8717         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8718         adjustment->value before calculating the zoom factor to average
8719         out all of our rounding errors.  The page no longer 'drifts' when
8720         resizing.
8721
8722 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8723
8724         * data/evince-properties.glade:
8725         * shell/ev-properties.c: (ev_properties_format_date),
8726         (set_property):
8727         
8728         Labels don't expand when the dialogue is resized.
8729         strftime result needs to be converted to UTF-8. Thanks
8730         to Christian Persch <chpe@gnome.org>.
8731
8732 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8733
8734         * data/evince-properties.glade:
8735
8736         Hide the fonts tab
8737
8738 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8739
8740         * backend/ev-document-info.h:
8741         * backend/ev-document.c: (ev_document_info_free):
8742         * data/evince-properties.glade:
8743         * pdf/ev-poppler.cc:
8744         * ps/ps-document.c: (ps_document_get_info):
8745         * shell/ev-properties.c: (ev_properties_format_date),
8746         (set_property), (ev_properties_new):
8747         * shell/ev-properties.h:
8748         * shell/ev-window.c: (ev_window_cmd_file_properties):
8749
8750         Rework properties code to take only EvPropertyInfo
8751         in the constructor so that it can be useful for
8752         nautilus plugin too.
8753
8754         Deal with backends that doesnt support some properties.
8755         Make set property code generic.
8756
8757 2005-06-04  Christian Persch <chpe@gnome.org>
8758
8759         * data/evince-properties.glade:
8760
8761         fix spacings, make resizeable, and make data labels
8762         selectable + ellipsised
8763
8764 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8765
8766         * backend/ev-document-info.h:
8767         * data/Makefile.am:
8768         * data/evince-ui.xml:
8769         * pdf/ev-poppler.cc:
8770         * shell/Makefile.am:
8771         * shell/ev-window.c: (update_action_sensitivity),
8772         (ev_window_cmd_file_properties):
8773
8774         Initial go at file properties. Patch by
8775         Emil Soleyman-Zomalan <emil@soleyman.com>.
8776         Needs love see #169583
8777
8778 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8779
8780         * ps/ps-document.c: (output):
8781         * ps/ps.c: (psscan):
8782
8783         Try to render even if psscan fails.
8784
8785 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8786
8787         * ps/ps.c: (psscan), (pscopydoc):
8788
8789         Port buffered reading code from gv
8790
8791 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8792
8793         * ps/ps-document.c: (interpreter_message), (output):
8794
8795         Do not fail on interpreter messages
8796
8797 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8798
8799         * backend/ev-document-misc.c:
8800         (ev_document_misc_get_thumbnail_frame):
8801
8802         Pages can be 0 x 0, dont assert on this case
8803
8804 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8805
8806         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8807         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8808
8809         Correctly manage our reference on document. Finally the reload
8810         huge leak is gone...
8811
8812 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8813
8814         * ps/ps-document.c: (ps_document_dispose):
8815
8816         Forgot to chain it to the parent. Thanks chpe.
8817
8818 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8819
8820         * ps/ps-document.c: (ps_document_dispose),
8821         (ps_document_class_init), (stop_interpreter), (document_load):
8822
8823         Cleanup dispose a bit. Dont leak the whole pixmap.
8824
8825 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8826
8827         * pdf/ev-poppler.cc:
8828
8829         Release the poppler document on dispose
8830
8831 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8832
8833         * shell/ev-view.c: (ev_view_set_document):
8834
8835         Release ref on the pixbuf cache when changing
8836         document.
8837
8838 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8839
8840         * ps/ps-document.c: (ps_document_get_info):
8841
8842         Fix a double free
8843
8844 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8845
8846         * backend/ev-page-cache.c: (ev_page_cache_init),
8847         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8848         * backend/ev-page-cache.h:
8849         * shell/ev-page-action.c: (page_changed_cb):
8850         
8851         Set page action entry width depending on labels width. Fix
8852         for bug 305202.
8853
8854 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8855
8856         * backend/ev-link.c: (ev_link_class_init):
8857
8858         Allow -1 as page value (error)
8859
8860 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8861
8862         * shell/ev-sidebar-thumbnails.c:
8863         (ev_sidebar_thumbnails_set_document):
8864         * shell/ev-view.c: (scroll_to_current_page),
8865         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8866         (page_changed_cb), (on_adjustment_value_changed),
8867         (ev_view_set_document):
8868
8869         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8870         Fix bug 305377
8871
8872 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8873
8874         * configure.ac:
8875         * djvu/djvu-document.c: (djvu_document_get_page_size):
8876
8877         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8878         bug 301993.
8879
8880 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8881
8882         * shell/ev-view.c (draw_one_page): modify the expose handling to
8883         get the shadows.
8884
8885         * shell/ev-window.c (update_action_sensitivity): Respect
8886         permissions field.  Kowtow to the man.
8887
8888         * pdf/ev-poppler.cc: Get the permissions field.
8889
8890         * tiff/*c: Make a tiny bit more robust.
8891
8892 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8893
8894         * djvu/djvu-document.c:
8895         
8896         Pop messages from djvu context message queue.
8897
8898 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8899
8900         * configure.ac, Makefile.am, shell/Makefile.am:
8901         * tiff/Makefile.am, shell/ev-document-types.c:
8902         
8903         Cleanup tiff configure checks. Fix for bug 305218.
8904
8905 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8906
8907         * configure.ac: Added "uk" to ALL_LINGUAS.
8908
8909 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8910
8911         * cut-n-paste/zoom-control/ephy-zoom.c:
8912         (ephy_zoom_get_changed_zoom_level):
8913         * cut-n-paste/zoom-control/ephy-zoom.h:
8914         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8915         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8916         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8917         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8918         (zoom_control_changed_cb), (ev_window_init):
8919         
8920         Fix minor points related to moving best fit up. Introduce
8921         "zoom" property and make zoom control change it's value on
8922         notify::zoom signals. Fix for 305080.
8923
8924 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8925
8926         * data/evince-ui.xml:
8927         * shell/ev-window.c: (set_view_actions_sensitivity):
8928         
8929         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8930
8931 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8932
8933         * configure.ac:
8934
8935         Depends on poppler 0.3.2
8936
8937 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8938
8939         * cut-n-paste/recent-files/egg-recent-item.c:
8940         (egg_recent_item_get_short_name):
8941         * cut-n-paste/toolbar-editor/Makefile.am:
8942         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8943         (new_pixbuf_from_widget):
8944         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8945         * cut-n-paste/toolbar-editor/egg-marshal.c:
8946         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8947         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8948
8949         Sync
8950
8951 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8952
8953         * tiff/tiff-document.c: Rough TIFF backend.
8954
8955 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8956
8957         * NEWS:
8958         * configure.ac:
8959         * cut-n-paste/toolbar-editor/Makefile.am:
8960
8961         Release 0.3.1
8962
8963 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8964
8965         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8966         (ev_view_find_next), (ev_view_find_previous):
8967
8968         Remove the locks around get_n_results   
8969
8970 2005-05-21  Juerg Billeter  <j@bitron.ch>
8971
8972         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8973
8974         Pass correct number of pages to poppler.
8975
8976 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8977
8978         * configure.ac:
8979         * data/Makefile.am:
8980         * data/evince.desktop.in: 
8981         * data/evince.desktop.in.in:
8982         * po/POTFILES.in:
8983         
8984         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8985
8986 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8987
8988         * shell/ev-view.c: (view_update_adjustments),
8989         (view_set_adjustment_values): cast adjustmen->value to (int)
8990         before using it.  Otherwise, we get off by a pixel in some
8991         situations.
8992
8993         (draw_one_page): Draw the border on expose.
8994
8995 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8996
8997         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8998         adjustment when the mode changes, #304923
8999
9000 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9001
9002         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9003         flickering on resize but still use gdk_window_scroll on
9004         scrolling
9005
9006 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9007
9008         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9009         option, #170458
9010
9011 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9012
9013         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9014         second page on page_changed if possible, #304669
9015
9016 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9017
9018         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9019         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9020
9021 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9022
9023         * .cvsignore:
9024         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9025         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9026         (ev_view_zoom_for_size_presentation),
9027         (ev_view_zoom_for_size_continuous_and_dual_page),
9028         (ev_view_zoom_for_size_continuous),
9029         (ev_view_zoom_for_size_dual_page),
9030         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9031         * shell/ev-view.h:
9032         * shell/ev-window.c: (update_view_size),
9033         (ev_window_sizing_mode_changed_cb):
9034
9035         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9036         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9037         an infinite loop, #304769
9038
9039
9040 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9041
9042         * data/evince-ui.xml:
9043         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9044         * shell/ev-window.c: (set_view_actions_sensitivity):
9045
9046         Make PgUp/Down behave like Space
9047
9048 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9049
9050         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9051         * backend/ev-ps-exporter.h:
9052         * pdf/ev-poppler.cc:
9053         * ps/ps-document.c: (ps_document_ps_export_begin):
9054         * shell/ev-print-job.c: (idle_print_handler):
9055
9056         Adapt to new poppler api
9057
9058 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9059
9060         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9061         (ephy_zoom_control_init):
9062
9063         Translate zoom levels
9064
9065 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9066
9067         * cut-n-paste/zoom-control/ephy-zoom.c:
9068         (ephy_zoom_get_zoom_level_index):
9069
9070         Fix current zoom -> zoom control match
9071
9072 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9073
9074         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9075         rather than the scrolled_window that it's in. Fixes bug #304655.
9076
9077 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9078
9079         * shell/ev-view.c: (view_update_adjustments),
9080         (view_set_adjustment_values), (view_update_range_and_current_page),
9081         (view_scroll_to_page), (set_scroll_adjustment),
9082         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9083         (ev_view_scroll), (ev_view_scroll_view),
9084         (ensure_rectangle_is_visible), (find_page_at_location),
9085         (get_link_at_location), (go_to_link), (status_message_from_link),
9086         (ev_view_size_request_continuous_dual_page),
9087         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9088         (ev_view_unrealize), (ev_view_expose_event),
9089         (ev_view_button_press_event), (ev_view_motion_notify_event),
9090         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9091         (draw_rubberband), (highlight_find_results), (draw_one_page),
9092         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9093         (ev_view_init), (find_changed_cb), (page_changed_cb),
9094         (on_adjustment_value_changed), (ev_view_new),
9095         (ev_view_set_document), (ev_view_set_zoom),
9096         (ev_view_set_continuous), (ev_view_set_dual_page),
9097         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9098         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9099         (ev_view_zoom_for_size_presentation),
9100         (ev_view_zoom_for_size_continuous_dual_page),
9101         (ev_view_zoom_for_size_continuous),
9102         (ev_view_zoom_for_size_dual_page),
9103         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9104         (ev_view_get_status), (ev_view_set_status),
9105         (update_find_status_message), (ev_view_get_find_status),
9106         (ev_view_set_find_status), (jump_to_find_result),
9107         (jump_to_find_page), (compute_selections), (clear_selection),
9108         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9109         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9110         (ev_view_update_primary_selection),
9111         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9112         * shell/ev-view.h:
9113         * shell/ev-window.c: (ev_window_open_page_label),
9114         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9115         (ev_window_init):
9116         * shell/ev-window.h:
9117         * shell/main.c: (load_files):
9118
9119         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9120         when resizing.  Remove the bin_window().  Also, patch from James
9121         Bowes to fix command line page, #300641
9122         
9123 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9124
9125         * data/evince-ui.xml:
9126         * shell/ev-view.c:
9127         * shell/ev-view.h:
9128         * shell/ev-window.c: (update_action_sensitivity):
9129
9130         Get rid of View->Normal Size, it's just confusing
9131
9132 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9133
9134         * backend/ev-document-info.h:
9135         * backend/ev-document.c: (ev_document_info_free): Free the
9136         EvDocumentInfo.
9137
9138         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9139         (clear_range), (add_range), (update_visible_range),
9140         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9141         (ev_sidebar_thumbnails_set_document):
9142         * shell/ev-window.c: (ev_window_setup_document): Only render the
9143         visible thumbnails.  It takes an instant to render, but it uses
9144         much less memory.
9145
9146 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9147
9148         * shell/ev-sidebar-links.c: (popup_menu_cb):
9149
9150         Select first item
9151
9152 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9153
9154         * lib/Makefile.am:
9155         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9156         (button_press_cb), (ev_sidebar_links_construct):
9157
9158         Show the popup menu also on keybindings
9159
9160 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9161
9162         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9163         * shell/ev-window.h:
9164
9165         Expose api to print a range (with dialog). Make private _print use
9166         it.
9167
9168         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9169         (ev_sidebar_links_construct):
9170
9171         Show a print context menu on linkx, it prints the selected
9172         section.
9173
9174 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9175
9176         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9177         button.
9178
9179 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9180
9181         * AUTHORS:
9182
9183         Update
9184
9185         * shell/ev-window.c: (build_comments_string),
9186         (ev_window_cmd_help_about):
9187
9188         Show poppler version/backend and authors
9189
9190 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9191
9192         * cut-n-paste/zoom-control/ephy-zoom.c:
9193         (ephy_zoom_get_zoom_level_index):
9194         * cut-n-paste/zoom-control/ephy-zoom.h:
9195
9196         Move the best fit items at the top of the list
9197
9198 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9199
9200         * shell/ev-marshal.list:
9201         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9202         (activate_cb), (match_selected_cb), (activate_link_cb),
9203         (connect_proxy), (ev_page_action_class_init):
9204         * shell/ev-page-action.h:
9205
9206         Use signals to notify action activation. Hopefully
9207         I did not break completion since I cant test...
9208
9209         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9210         (register_custom_actions):
9211
9212         Connect to page selector actions and also grab focus on
9213         the view when activated.
9214
9215 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9216
9217         * pdf/ev-poppler.cc:
9218         * backend/ev-page-cache.c: make page size calculation consistent
9219         and set it to (int)( width * scale + 0.5).  This makes the weird
9220         line going through the middle of the page go away.
9221
9222         * shell/ev-view.c: move painting the background page after
9223         checking the expose area covers us.
9224
9225 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9226
9227         * data/evince-password.glade:
9228         
9229         Mark labels as not translatable. Fix for bug 302842.
9230
9231 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9232
9233         * configure.ac: Added "es" to ALL_LINGUAS.
9234
9235 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9236
9237         * data/evince-toolbar.xml:
9238         * shell/ev-window.c: (update_action_sensitivity),
9239         (ev_window_setup_document), (ev_window_set_page_mode),
9240         (ev_window_init):
9241
9242         Remove some leftover code from jrb first continous
9243         attempt. Use the new actions, we still need good icons
9244         though...
9245
9246 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9247
9248         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9249
9250         Update label when connecting proxy. Fix a warning with NULL
9251         page_cache.
9252
9253 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9254
9255         * data/evince-ui.xml:
9256         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9257         * shell/ev-page-action.h:
9258         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9259
9260         Add mnemonic for edit toolbar.
9261         ctrl+l focus the page entry.
9262
9263 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9264
9265         * lib/Makefile.am:
9266         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9267         (ev_window_init):
9268         * shell/main.c: (main):
9269
9270         Put the toolbar xml in evince own dot dir
9271
9272 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9273
9274         * shell/ev-window.c: (ev_window_init):
9275
9276         Make the toolbar not removable
9277
9278 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9279
9280         * data/evince-ui.xml:
9281         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9282         * shell/ev-sidebar-links.h:
9283         * shell/ev-sidebar-thumbnails.c:
9284         (ev_sidebar_thumbnails_get_treeview):
9285         * shell/ev-sidebar-thumbnails.h:
9286         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9287         (ev_view_class_init):
9288         * shell/ev-view.h:
9289         * shell/ev-window.c: (update_action_sensitivity),
9290         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9291         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9292         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9293         (ev_window_init):
9294
9295         This is evil... Make space/backspace global accelerators but
9296         enable them only for some widgets (sidebars and view).
9297         I dont like it, but I dont know a better way... :/
9298
9299 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9300
9301         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9302         (ev_page_action_widget_finalize),
9303         (ev_page_action_widget_class_init), (update_page_cache):
9304
9305         Keep a weak reference on proxy->page_cache so that we
9306         dont try to disconnect the signal if the object is already
9307         gone. Maybe there is a better way to cleanup reference handling
9308         in page action though...
9309
9310 2005-05-10  Juerg Billeter  <j@bitron.ch>
9311
9312         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9313         * backend/ev-ps-exporter.h:
9314         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9315         * ps/ps-document.c: (ps_document_ps_export_begin):
9316         
9317         Change api to pass print range to ps_exporter_begin. The pdf backend
9318         requires this information.
9319         
9320         * shell/ev-print-job.c: (idle_print_handler):
9321         
9322         Adapt to api change
9323
9324 2005-05-10  Juerg Billeter  <j@bitron.ch>
9325
9326         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9327         (idle_print_handler)
9328         * shell/ev-window.c: (ev_window_print):
9329
9330         Support printing page range, based on patch by Amaury Jacquot
9331
9332 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9333
9334         * data/evince-toolbar.xml:
9335
9336         Add zoom control to available items
9337
9338 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9339
9340         * shell/ev-window.c: (update_action_sensitivity):
9341
9342         Set slash action insensitive when appropriate
9343
9344 2005-05-10  Christian Persch <chpe@gnome.org>
9345
9346         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9347
9348         Fix warning on the overflow menu
9349
9350 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9351
9352         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9353
9354         Check for uri correctness/existence
9355
9356 2005-05-09  Juerg Billeter  <j@bitron.ch>
9357
9358         * shell/ev-window.c: (using_postscript_printer):
9359
9360         LPD printers use postscript, too
9361
9362 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9363
9364         * shell/ev-window.c: (register_custom_actions):
9365
9366         The zoom one is actually sort of useful,
9367         put it back
9368
9369 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9370
9371         * shell/ev-window.c: (register_custom_actions):
9372
9373         Hide page/zoom controls from overflow, they
9374         are useless.
9375
9376 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9377
9378         * cut-n-paste/update-from-egg.sh:
9379         
9380         Share it between all cut-n-paste subdirs
9381
9382         * cut-n-paste/recent-files/Makefile.am:
9383
9384         Fix to use "global" update-from-egg.sh
9385
9386         * cut-n-paste/recent-files/egg-recent-model.c:
9387         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9388         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9389         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9390         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9391
9392         Update from libegg
9393
9394         * cut-n-paste/toolbar-editor/Makefile.am:
9395
9396         Fix to use "global" update-from-egg.sh
9397
9398         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9399
9400         Update from libegg
9401
9402 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9403
9404         * configure.ac:
9405         * cut-n-paste/Makefile.am:
9406         * cut-n-paste/recent-files/Makefile.am:
9407         * cut-n-paste/toolbar-editor/.cvsignore:
9408         * cut-n-paste/toolbar-editor/Makefile.am:
9409         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9410         (egg_editable_toolbar_get_type), (get_toolbar_position),
9411         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9412         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9413         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9414         (set_item_drag_source), (create_item_from_action), (create_item),
9415         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9416         (popup_toolbar_context_menu_cb), (free_dragged_item),
9417         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9418         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9419         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9420         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9421         (item_added_cb), (item_removed_cb),
9422         (egg_editable_toolbar_construct),
9423         (egg_editable_toolbar_disconnect_model),
9424         (egg_editable_toolbar_deconstruct),
9425         (egg_editable_toolbar_set_model),
9426         (egg_editable_toolbar_set_ui_manager),
9427         (egg_editable_toolbar_set_property),
9428         (egg_editable_toolbar_get_property),
9429         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9430         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9431         (egg_editable_toolbar_new_with_model),
9432         (egg_editable_toolbar_get_edit_mode),
9433         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9434         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9435         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9436         (new_pixbuf_from_widget), (new_separator_pixbuf),
9437         (update_separator_image), (style_set_cb),
9438         (_egg_editable_toolbar_new_separator_image),
9439         (egg_editable_toolbar_get_model):
9440         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9441         * cut-n-paste/toolbar-editor/egg-marshal.c:
9442         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9443         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9444         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9445         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9446         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9447         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9448         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9449         (editor_drag_data_delete_cb), (drag_data_get_cb),
9450         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9451         (editor_create_item), (update_editor_sheet), (setup_editor),
9452         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9453         (parse_item_list), (model_has_action), (update_actions_list),
9454         (egg_toolbar_editor_load_actions):
9455         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9456         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9457         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9458         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9459         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9460         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9461         (egg_toolbars_model_add_separator), (impl_add_item),
9462         (parse_item_list), (egg_toolbars_model_add_toolbar),
9463         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9464         (impl_get_item_data), (impl_get_item_type),
9465         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9466         (egg_toolbars_model_init), (free_toolbar),
9467         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9468         (egg_toolbars_model_remove_toolbar),
9469         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9470         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9471         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9472         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9473         (egg_toolbars_model_get_item_data),
9474         (egg_toolbars_model_get_item_type):
9475         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9476         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9477         * data/Makefile.am:
9478         * data/evince-toolbar.xml:
9479         * data/evince-ui.xml:
9480         * data/hand-open.png:
9481         * po/POTFILES.in:
9482         * shell/Makefile.am:
9483         * shell/ev-window.c: (update_chrome_visibility),
9484         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9485         (ev_window_dispose), (ev_window_init):
9486
9487         Implement epiphany like toolbar editor. Based on patch by
9488         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9489
9490 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9491
9492         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9493
9494         Use set_cursor instead of set_selection, so that
9495         the keyboard focus moves too.
9496
9497 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9498
9499         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9500
9501         Fix infinite loop when loading Type1 fonts
9502
9503 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9504
9505         * data/evince-ui.xml:
9506         * shell/ev-window.c:
9507
9508         Slash -> Find
9509
9510 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9511
9512         * configure.ac:
9513
9514         Make --disable really disable
9515
9516 2005-05-07  Juerg Billeter  <j@bitron.ch>
9517
9518         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9519
9520         Compare page labels even without has_labels set, fixes setting page
9521         with entry
9522
9523 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9524
9525         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9526         (ev_view_set_cursor), (ev_view_button_press_event),
9527         (ev_view_motion_notify_event), (ev_view_button_release_event),
9528         (ev_view_init):
9529
9530         Implement middle button scrolling. Based on a patch
9531         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9532
9533 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9534
9535         * shell/ev-document-types.c: (get_slow_mime_type),
9536         (get_document_type_from_mime), (ev_document_type_lookup):
9537         * shell/ev-document-types.h:
9538
9539         Change api to lookup from uri. Do fast lookup first, if the
9540         type is unknown try with data sniffing.
9541
9542         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9543         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9544
9545         Adapt to api change
9546
9547 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9548
9549         * thumbnailer/Makefile.am:
9550
9551         Fix distcheck
9552
9553 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9554
9555         * NEWS:
9556         * configure.ac:
9557
9558         Release 0.3.0
9559
9560         * data/evince-ui.xml:
9561
9562         Hide presentation mode for now
9563
9564         * shell/ev-view.c: (highlight_find_results):
9565
9566         Show current find selection only on current page
9567
9568 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9569
9570         * shell/ev-view.c: (ev_view_select_all):
9571
9572         Compute size of the actual page, not of
9573         the current one.
9574
9575 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9576
9577         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9578         (view_rect_to_doc_rect), (compute_selections),
9579         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9580         (ev_view_copy), (ev_view_primary_get_cb),
9581         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9582         (ev_view_button_press_event), (ev_view_motion_notify_event),
9583         (ev_view_button_release_event), (page_changed_cb):
9584
9585         Fix text selection
9586
9587 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9588
9589         * shell/ev-view.c: (compute_border), (get_page_extents),
9590         (doc_rect_to_view_rect), (highlight_find_results),
9591         (ev_view_bin_expose), (ev_view_select_all),
9592         (ev_view_motion_notify_event), (update_find_status_message),
9593         (jump_to_find_result), (jump_to_find_page):
9594
9595         First go at fixing search, still buggy
9596
9597 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9598
9599         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9600         dropdown box and button at the top of the sidebar.
9601
9602 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9603
9604         * configure.ac: Output zoom-control Makefile.
9605         * cut-n-paste/Makefile.am: build zoom-control subdir.
9606         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9607         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9608         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9609         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9610         * cut-n-paste/zoom-control/ephy-zoom.c:
9611         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9612         from epiphany, and modified to add a separator into the menu.
9613         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9614         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9615         zoom-control action.
9616         * shell/Makefile.am: Include zoom-control flags.
9617         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9618         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9619         (ev_view_zoom_for_size_presentation),
9620         (ev_view_zoom_for_size_continuous_and_dual_page),
9621         (ev_view_zoom_for_size_continuous),
9622         (ev_view_zoom_for_size_dual_page),
9623         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9624         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9625         ev_view_get_zoom and ev_view_get_sizing_mode.
9626         * shell/ev-view.h:
9627         * shell/ev-window.c: (update_action_sensitivity),
9628         (update_sizing_buttons), (zoom_control_changed_cb),
9629         (register_custom_actions): Initialize and use the zoom-control 
9630         widget.
9631
9632 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9633
9634         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9635         preview cache back to 1.  Don't know when it got set to 0.
9636         
9637         * shell/ev-view.c: (compute_border), (ev_view_realize),
9638         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9639         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9640         (ev_view_get_fullscreen), (ev_view_set_presentation),
9641         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9642         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9643         * shell/ev-view.h:
9644         * shell/ev-window.c:
9645         (update_chrome_visibility),
9646         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9647         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9648         (update_document_mode), (ev_window_update_fullscreen_action),
9649         (ev_window_fullscreen), (ev_window_unfullscreen),
9650         (ev_window_cmd_view_fullscreen),
9651         (ev_window_update_presentation_action),
9652         (ev_window_run_presentation), (ev_window_stop_presentation),
9653         (ev_window_cmd_view_presentation), (ev_window_state_event),
9654         (ev_window_focus_in_event), (ev_window_focus_out_event),
9655         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9656         * data/evince-ui.xml: Initial presentation mode.  We should
9657         probably hide this until it's done, as it's quite rough.  Also,
9658         change full-screen to fullscreen and add two getters to EvView.
9659
9660 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9661
9662         * shell/ev-page-action.c: (update_page_cache),
9663         (ev_page_action_dispose):
9664         * shell/ev-window.c: (destroy_fullscreen_popup),
9665         (ev_window_create_fullscreen_popup):
9666
9667         Use connect_object rather than explicitly
9668         disconnect on dispose.
9669
9670 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9671
9672         * shell/ev-page-action.c: (update_page_cache),
9673         (ev_page_action_dispose):
9674
9675 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9676
9677         * backend/ev-page-cache.c: (_ev_page_cache_new),
9678         (ev_page_cache_set_page_label),
9679         (ev_page_cache_has_nonnumeric_page_labels):
9680         * backend/ev-page-cache.h:
9681         * shell/ev-page-action.c: (update_pages_label):
9682         
9683         If all page labels are numeric, fallback to default
9684         way to display number of pages. See bug 173185.
9685
9686 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9687
9688         * shell/ev-page-action.c: (ev_page_action_dispose):
9689         * shell/ev-view.c: (view_update_range_and_current_page):
9690         * shell/ev-window.c: (ev_window_dispose):
9691         
9692         Set page on scroll in continuous mode. Fixes bug 301986.
9693         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9694
9695 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9696
9697         * configure.ac:
9698
9699         Require poppler 0.3.0
9700
9701 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9702         
9703         * shell/Makefile.am, configure.ac: Fix build problems
9704         with t1lib. Bug 301996.
9705
9706 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9707
9708         * shell/ev-view.c: (ev_view_scroll_event):
9709         
9710         Scroll up increase zoom
9711
9712 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9713
9714         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9715         (ev_view_set_sizing_mode),
9716         (ev_view_zoom_for_size_continuous_and_dual_page),
9717         (ev_view_zoom_for_size_continuous):
9718         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9719         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9720         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9721         (ev_window_init):
9722
9723         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9724         Fix for 165473 and 165472.
9725
9726 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9727
9728         * po/POTFILES.in:
9729         * thumbnailer/Makefile.am:
9730         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9731         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9732         * thumbnailer/evince-thumbnailer.schemas.in:
9733         
9734         Make thumbnailer schemas translatable. Fix for bug 301773
9735         
9736         * thumbnailer/evince-thumbnailer-djvu.schemas:
9737         * thumbnailer/evince-thumbnailer-dvi.schemas:
9738         * thumbnailer/evince-thumbnailer.schemas:
9739
9740         Removed files
9741
9742 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9743
9744         * shell/ev-view.c (ev_view_init): forgot to set this.
9745
9746 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9747
9748         * shell/ev-view.c: (find_page_at_location),
9749         (get_link_at_location),
9750         (ev_view_set_show_border), (ev_view_set_spacing),
9751         (ev_view_zoom_for_size_continuous_and_dual_page),
9752         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9753         Also, add a quick fix measuring of widths.  Also, removed
9754         ev_view_set_spacing and ev_view_set_show_border.
9755         
9756         * shell/ev-window.c: (ev_window_unfullscreen),
9757         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9758
9759 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9760
9761         * shell/ev-view.c: (view_update_range_and_current_page),
9762         (page_changed_cb):
9763         
9764         Fix crash on exit and scrolling to page in continuous view.
9765
9766 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9767
9768         * TODO:
9769         * backend/ev-page-cache.c: (_ev_page_cache_new),
9770         (ev_page_cache_get_max_width_size),
9771         (ev_page_cache_get_max_height_size):
9772         * backend/ev-page-cache.h:
9773         * data/evince-ui.xml:
9774         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9775         * shell/ev-view.c: (view_update_adjustments),
9776         (view_update_range_and_current_page), (get_bounding_box_size),
9777         (ev_view_size_request_continuous_and_dual_page),
9778         (ev_view_size_request_continuous),
9779         (ev_view_size_request_dual_page),
9780         (ev_view_size_request_single_page), (ev_view_size_request),
9781         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9782         (ev_view_bin_expose), (ev_view_expose_event),
9783         (ev_view_set_property), (ev_view_get_property),
9784         (ev_view_class_init), (ev_view_init), (ev_view_new),
9785         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9786         (ev_view_set_dual_page), (ev_view_set_full_screen),
9787         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9788         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9789         (ev_view_zoom_out), (zoom_for_size_fit_width),
9790         (zoom_for_size_best_fit),
9791         (ev_view_zoom_for_size_continuous_and_dual_page),
9792         (ev_view_zoom_for_size_continuous),
9793         (ev_view_zoom_for_size_dual_page),
9794         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9795         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9796         * shell/ev-view.h:
9797         * shell/ev-window.c: (update_action_sensitivity),
9798         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9799         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9800         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9801         (ev_window_cmd_view_zoom_out), (update_view_size),
9802         (ev_window_set_sizing_mode), (ev_window_init):
9803
9804         Add Continuous and Dual page modes.
9805
9806 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9807
9808         * dvi/dvi-document.c: (dvi_document_load),
9809         (dvi_document_thumbnails_get_thumbnail),
9810         (dvi_document_init_params): Fix up some mixups between
9811         width and height to correct thumbnail rendering.
9812
9813 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9814
9815         * dvi/mdvi-lib/private.h:
9816         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9817         
9818         Suppess output for kpathsea during font generation. Thanks to
9819         James Bowes
9820
9821 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9822
9823         * NEWS:
9824         * configure.ac:
9825
9826         Release 0.2.1
9827
9828         * Makefile.am: fix distcheck.
9829
9830 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9831
9832         * shell/ev-sidebar-links.c: (selection_changed_callback),
9833         (update_page_callback), (row_activated_callback),
9834         (job_finished_callback), (ev_sidebar_links_set_document):
9835         
9836         Fix for bug #169901. Double click on links expands tree.
9837
9838 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9839
9840         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9841         hard-coded style. Fix for bug 170111
9842
9843 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9844
9845         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9846         locking.
9847
9848 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9849
9850         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9851
9852 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9853
9854         * pdf/ev-poppler.cc:
9855         * shell/ev-view.c: (highlight_find_results):
9856
9857         Fix find on single page documents
9858
9859 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9860
9861         * data/evince.schemas.in: fix for bug 301390
9862
9863 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9864
9865         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9866         (ev_view_zoom_out), (ev_view_zoom_normal):
9867         * shell/ev-view.h:
9868         * shell/ev-window.c: (update_action_sensitivity),
9869         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9870         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9871         (ev_window_cmd_view_normal_size):
9872
9873         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9874         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9875         better than oom. 
9876
9877 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9878
9879         * configure.ac:
9880
9881         Depend on 2.57, 2.59 doesnt seem to be necessary
9882
9883 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9884
9885         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9886         (create_tool_item):
9887
9888         Put back total number of pages as (1 of 1234)
9889
9890 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9891
9892         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9893         remove the job.
9894
9895         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9896         function.  This helps debugging.
9897
9898 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9899
9900         * djvu/djvu-document.c: (djvu_document_class_init),
9901         (djvu_document_get_info), (djvu_document_document_iface_init):
9902         * dvi/dvi-document.c: (dvi_document_class_init),
9903         (dvi_document_get_info), (dvi_document_document_iface_init):
9904
9905         Dummy implementation of get_info method for dvi and
9906         djvu. Fix crashes with those backends
9907
9908 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9909
9910         * data/evince.desktop.in:
9911
9912         Add application/x-gzpostscript
9913
9914 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9915
9916         * data/evince.schemas.in: Added real long descriptions, 
9917         closes bug 172496 
9918
9919         * README: Added actual text, closes bug 171869
9920
9921 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9922
9923         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9924
9925         Thumbnail page 0
9926
9927 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9928
9929         * backend/ev-document-info.h:
9930
9931         s/GDate */GDate so we can just use g_free
9932
9933 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9934
9935         * shell/ev-window.c: (update_document_mode),
9936         (ev_window_setup_document):
9937
9938         Show the window in fullscreen when specified by
9939         the document
9940
9941 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9942
9943         * backend/ev-document.c: (ev_document_class_init),
9944         (ev_document_get_info), (ev_document_render_pixbuf):
9945         * backend/ev-document.h:
9946         * backend/ev-page-cache.c: (_ev_page_cache_new):
9947         * pdf/ev-poppler.cc:
9948         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9949         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9950         * ps/ps-document.c: (ps_document_class_init), (document_load),
9951         (ps_document_get_info), (ps_document_document_iface_init):
9952
9953         Remove get_title from the interface, we can just use document info
9954
9955 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9956
9957         * backend/Makefile.am:
9958         * backend/ev-document.c: (ev_document_render_get_info):
9959         * backend/ev-document.h:
9960         * pdf/ev-poppler.cc:
9961
9962         Initial support for document info. Based on jrb patch.
9963
9964 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9965
9966         * shell/ev-window.c: (ev_window_state_event),
9967         (ev_window_class_init), (ev_window_init):
9968         
9969         Doesn't show resize grip when maximized. See bug #301053
9970
9971 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9972
9973         * po/POTFILES.in:
9974         
9975         ev-sidebar-thumbnails now has translatable labels
9976         
9977         * shell/Makefile.am:
9978         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9979         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9980         (ev_sidebar_links_page_iface_init):
9981         * shell/ev-sidebar-links.h:
9982         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9983         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9984         (ev_sidebar_page_get_label):
9985         * shell/ev-sidebar-page.h:
9986         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9987         (ev_sidebar_thumbnails_set_document),
9988         (ev_sidebar_thumbnails_support_document),
9989         (ev_sidebar_thumbnails_get_label),
9990         (ev_sidebar_thumbnails_page_iface_init):
9991         * shell/ev-sidebar-thumbnails.h:
9992         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9993         (ev_sidebar_set_document):
9994         * shell/ev-sidebar.h:
9995         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9996         
9997         Small rework of sidebar code. Now sidebar pages should implement
9998         EvSidebarPage interface. That makes page management in EvSidebar
9999         easier. See bug #164811 for details
10000
10001 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10002
10003         * shell/ev-application.c: (ev_application_open):
10004         * shell/ev-document-types.c:
10005         
10006         Fix build error and small problem with application exit
10007
10008 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10009
10010         * thumbnailer/Makefile.am:
10011         * thumbnailer/evince-thumbnailer-djvu.schemas:
10012         * thumbnailer/evince-thumbnailer-dvi.schemas:
10013         
10014         Conditionally install schemas for djvu/dvi thumbnailer
10015
10016 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10017
10018         * shell/ev-document-types.h: 
10019         * shell/ev-document-types.c: 
10020         New files, handling the mapping from mimetypes to backends
10021         
10022         * shell/ev-window.c: 
10023         * thumbnailer/evince-thumbnailer.c:     
10024         Use the ev-document-types code
10025         
10026         * shell/Makefile.am: 
10027         Added new convenience library libevbackendfactory_la, containing
10028         the new mimetype->backend logic; moved the backends into it.
10029
10030         * thumbnailer/Makefile.am:
10031         Make the thumbnailer link with the libevbackend.la convenience
10032         library, rather than having a duplicate of the backend logic here.
10033
10034 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10035
10036         * shell/ev-stock-icons.c: constify some vars.
10037         * shell/ev-window.c: ditto.
10038
10039 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10040
10041         * ps/ps-document.c (get_page_orientation):
10042
10043         Respect document orientation 
10044
10045 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10046
10047         * djvu/Makefile.am:
10048         * dvi/Makefile.am:
10049         * shell/Makefile.am:
10050         
10051         Move library dependencies to components.
10052         
10053         * shell/ev-window.c: (update_window_title),
10054         (start_loading_document):
10055         
10056         Fix display of uris with spaces. Bug 168358.
10057
10058 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10059
10060         * shell/ev-sidebar-links.c: (selection_changed_cb):
10061         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10062         (ev_view_button_release_event), (ev_view_set_document):
10063         * shell/ev-view.h:
10064         * shell/ev-window.c: (find_bar_search_changed_cb):
10065         * shell/ev-window.h: Minor cleanups removing some dead code.
10066
10067 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10068
10069         * backend/ev-page-cache.c: (_ev_page_cache_new):
10070         
10071         Set current page to 0 if document has pages.
10072
10073 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10074
10075         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10076
10077         Initialize GError to NULL, fix a crash when loading fails.
10078
10079 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10080
10081         * shell/ev-window.c: (update_view_size):
10082
10083         Calculate shadow size only when there is actually
10084         a shadow.
10085
10086 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10087
10088         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10089         * shell/ev-view.h:
10090
10091         Allow setting view spacing, default to 0
10092
10093         * shell/ev-window.c: (ev_window_unfullscreen),
10094         (ev_window_cmd_view_fullscreen), (ev_window_init):
10095
10096         Remove spacing in fullscreen mode
10097
10098 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10099
10100         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10101         (ev_view_size_request), (expose_bin_window),
10102         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10103         * shell/ev-view.h:
10104         * shell/ev-window.c: (ev_window_unfullscreen),
10105         (ev_window_cmd_view_fullscreen):
10106
10107         Do not draw the border in fulscreen
10108
10109 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10110
10111         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10112         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10113         (find_page_at_location), (page_changed_cb):
10114
10115         Rework border calculation, so that I can more easily disable it.
10116         Code somewhat cleaner too.
10117
10118 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10119
10120         * backend/ev-page-cache.c: (ev_page_cache_init),
10121         (_ev_page_cache_new):
10122
10123         Remove some assertions, documents can have 0 pages.
10124         Make initial current page -1.
10125
10126         * shell/ev-page-action.c: (page_changed_cb):
10127
10128         Show "" if current page is -1
10129
10130         * shell/ev-window.c: (update_action_sensitivity),
10131         (ev_window_setup_document):
10132
10133         When document has 0 pages do not set the view
10134         and make nearly everything insensitive.
10135
10136 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10137
10138         * shell/ev-page-view.c:
10139         * shell/ev-page-view.h:
10140
10141         Remove unused files.
10142         
10143         * shell/ev-sidebar-thumbnails.c:
10144         (ev_sidebar_thumbnails_set_document):
10145         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10146         (ev_sidebar_supports_document):
10147         * shell/ev-sidebar.h:
10148         * shell/ev-window.c: (ev_window_setup_document):
10149         
10150         Doesn't show thumbnails if document has 1 page. Make
10151         sidebar menu entries sensitive only if if they have 
10152         sense. Fix bug 164811. 
10153
10154 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10155
10156         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10157         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10158         (ev_view_zoom_out), (ev_view_set_size):
10159
10160         Rework sizing to deal with documents with not uniform page
10161         size.
10162
10163 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10164
10165         * backend/ev-page-cache.c: (_ev_page_cache_new):
10166
10167         Fix several page size caching bugs
10168
10169 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10170
10171         * shell/ev-window.c: (set_action_properties):
10172
10173         Make all toolbar items translatable
10174
10175 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10176
10177         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10178         (save_page_list), (ps_document_save),
10179         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10180         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10181         (ps_document_ps_exporter_iface_init):
10182         * ps/ps-document.h:
10183
10184         Based on a patch by J�rg Billeter <j@bitron.ch>
10185         
10186         Implement print and save a copy for the ps backend.
10187
10188 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10189
10190         * backend/ev-document.h:
10191         * djvu/djvu-document.c: (djvu_document_can_get_text),
10192         (djvu_document_document_iface_init):
10193         * dvi/dvi-document.c: (dvi_document_can_get_text),
10194         (dvi_document_document_iface_init):
10195         * pdf/ev-poppler.cc:
10196         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10197         (pixbuf_document_document_iface_init):
10198         * ps/ps-document.c: (ps_document_can_get_text),
10199         (ps_document_document_iface_init):
10200         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10201         * shell/ev-window.c: (update_action_sensitivity):
10202
10203         Fix the crash when trying to copy in backends that doesnt
10204         support it. We can implement a better solution once we
10205         do real text selection.
10206
10207 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10208
10209         * data/evince-ui.xml:
10210         * shell/ev-window.c: (ev_window_cmd_escape):
10211         
10212         Work around the Escape conflict (find bar and unfullscreen)
10213
10214 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10215
10216         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10217         
10218         Fix for #300233. Next page correctly handles document end.
10219         
10220         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10221         (ev_sidebar_thumbnails_class_init),
10222         (ev_sidebar_thumbnails_set_document),
10223         (ev_sidebar_thumbnails_clear_job),
10224         (ev_sidebar_thumbnails_clear_model):
10225         
10226         Cleanup thumbnail jobs on document changes.
10227         
10228         * shell/ev-view.c: (add_scroll_binding_keypad),
10229         (add_scroll_binding_shifted), (ev_view_class_init):
10230         
10231         Shift + Space scrolls up. Fix for #173184
10232         
10233         * shell/ev-window.c: (ev_window_open_page),
10234         (ev_window_cmd_view_reload):
10235         
10236         Fix reload (Bug #300094)
10237
10238 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10239
10240         
10241         * dvi/mdvi-lib/assoc.c:
10242         * dvi/mdvi-lib/assoc.h: Removed garbage files
10243         
10244         * dvi/mdvi-lib/bitmap.c:
10245         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10246         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10247         * dvi/mdvi-lib/color.h: Antialias of rules
10248         
10249         * dvi/mdvi-lib/common.h:
10250         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10251         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10252         * dvi/mdvi-lib/files.c:
10253         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10254         * dvi/mdvi-lib/mdvi.h:
10255         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10256         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10257         * dvi/mdvi-lib/util.c: Fix compile warnings
10258         
10259         * dvi/dvi-document.c:
10260         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10261         (dvi_document_thumbnails_get_thumbnail),
10262         (dvi_document_document_thumbnails_iface_init):
10263         * dvi/mdvi-lib/Makefile.am:
10264         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10265         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10266         
10267         Dvi backend now renders thumbnails
10268
10269 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10270
10271         * shell/main.c: (main): 
10272         
10273         Save accelerators on exit. Fixes bug #172095.
10274
10275 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10276
10277         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10278         update priority" comment.
10279
10280         * backend/ev-job-queue.c: Give a way to change priority.
10281
10282 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10283
10284         * shell/ev-page-action.c: Fix logic.
10285
10286 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10287
10288         * shell/ev-view.c: (ev_view_can_find_next):
10289         * shell/ev-window.c: (ev_window_setup_document):
10290
10291         Check that the document supports find
10292
10293 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10294
10295         * data/evince-ui.xml:
10296         * shell/ev-view.c: (ev_view_can_find_next):
10297         * shell/ev-view.h:
10298         * shell/ev-window.c: (update_action_sensitivity),
10299         (find_changed_cb), (ev_window_setup_document),
10300         (ev_window_cmd_edit_find_next):
10301
10302         Add Edit->Find Next
10303
10304 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10305
10306         * pdf/ev-poppler.cc:
10307         * shell/ev-print-job.c: (idle_print_handler):
10308
10309         Make printing work again
10310
10311 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10312
10313         * shell/ev-page-action.h:
10314         * shell/ev-page-action.c: (ev_page_action_widget_init),
10315         (ev_page_action_widget_class_init), (page_changed_cb),
10316         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10317         (get_filter_model_from_model), (match_selected_cb),
10318         (display_completion_text), (match_completion), (update_model),
10319         (connect_proxy), (ev_page_action_set_property),
10320         (ev_page_action_get_property), (ev_page_action_set_document),
10321         (ev_page_action_set_model), (ev_page_action_class_init): Big
10322         reworking to make completions work iff we have >= GTK-2.7.0
10323                 
10324         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10325         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10326         (job_finished_cb): We now have a 'model' property that is set when
10327         the links are loaded.  This can be caught with "notify::model"
10328
10329         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10330         listen for the model to be set, and propagate it to the action.
10331
10332 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10333
10334         * cut-n-paste/recent-files/egg-recent-item.c:
10335         (egg_recent_item_set_uri), (make_valid_utf8),
10336         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10337         * cut-n-paste/recent-files/egg-recent-item.h:
10338         
10339         Update egg-recent from libegg. This should fix long
10340         startup problem. For details see
10341         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10342
10343 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10344
10345         * cut-n-paste/recent-files/Makefile.am:
10346         * data/evince-ui.xml, shell/Makefile.am:
10347         * shell/ev-application.c, shell/ev-application.h:
10348         * shell/ev-window.c: Recent files support.
10349         
10350         * configure.ac: Added "ru" to ALL_LINGUAS.
10351         
10352         * dvju: new backend to support DJVU files.
10353         * dvi: new backend to support DVI.
10354
10355         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10356         * ev-application.c: Support for new backends.
10357         
10358         * help, ev-window.c, main.c shell/Makefile.am: 
10359         Evince user documentation.
10360
10361 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10362
10363         * po/POTFILES.in:
10364         * shell/ev-window.c:
10365         * thumbnailer/evince-thumbnailer.c:
10366
10367         s/pdf-document/ev-poppler
10368
10369 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10370
10371         * NEWS:
10372         * configure.ac:
10373
10374         Release 0.2.0
10375
10376         * ps/ps-document.c: (setup_pixmap):
10377
10378         Remove debug code
10379
10380 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10381
10382         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10383         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10384         (ev_window_cmd_go_first_page): Fix of by one errors.
10385
10386 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10387
10388         * ps/ps-document.c: (get_page_box):
10389
10390         Fix page size calculation
10391
10392 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10393
10394         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10395         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10396         (get_page_orientation), (setup_page), (document_load),
10397         (ps_document_get_page_size), (render_pixbuf_idle):
10398         * ps/ps-document.h:
10399
10400         More refactoring to adapt to EvDocument changes
10401
10402 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10403
10404         * ps/ps-document.c: (start_interpreter):
10405
10406         Actually add alpha args
10407
10408 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10409
10410         * pdf/ev-poppler.cc:
10411
10412         Make clipboard work again
10413
10414 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10415
10416         Make searching work again.
10417         
10418         * backend/ev-document.c:
10419         * backend/ev-document.h:
10420         * backend/ev-document-find.c:
10421         * backend/ev-document-find.h: Change EvDocumentIface so we no
10422         longer store the current page or zoom level in the document.  The
10423         consequence is that all calls that operate on the current page now
10424         instead take the page number as an extra argument, and all
10425         coordinates are now doubles in document coordinate system.
10426
10427         * pdf/ev-poppler.cc:
10428         * pixbuf/pixbuf-document.c:
10429         * ps/ps-document.c: Update backends accordingly.
10430
10431 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10432
10433         * autogen.sh:
10434
10435         Add required gettext version
10436
10437 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10438
10439         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10440         make F1 bring up non-existent help.
10441
10442         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10443         epiphany's find bar, #167477
10444
10445         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10446         <emil@nishra.com> to add space-bar scrolling, 
10447
10448         * shell/ev-window.c (static GtkActionEntry entries): add default
10449         keybinding for Help (F1)
10450         Fixes #171068
10451
10452         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10453         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10454         170110
10455
10456 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10457
10458         * Makefile.am: 
10459         * pixbuf/pixbuf-document.c: 
10460
10461         Got pixbuf backend working again
10462
10463 2005-04-01  Steve Murphy  <murf@e-tools.com>
10464
10465         * configure.in: Added "rw" to ALL_LINGUAS.
10466
10467 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10468
10469         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10470         model types, noticed by Martin Kretzschmar.
10471
10472 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10473
10474         * pdf/ev-poppler.cc: Implement search based on
10475         poppler_page_find_text().  Currently a bit crude since we remember
10476         all matches from all pages.  Also, we grab the big document lock
10477         when we search since searching changes the underlying stream and
10478         thus conflicts with the rendering thread.
10479         
10480         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10481         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10482         (ev_view_find_previous): Fix some page indexes to be 0 based,
10483         offset rubber band by view offset,
10484
10485 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10486
10487         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10488
10489 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10490
10491         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10492         completely because I didn't understand GtkActions.  I should
10493         read Marco's code more carefully in the future.
10494
10495         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10496         function
10497
10498 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10499
10500         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10501         PopplerRectangle change from poppler CVS.
10502
10503 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10504
10505         * backend/ev-document.c: (ev_document_get_page_label):
10506         * backend/ev-document.h:
10507         * backend/ev-page-cache.c: (_ev_page_cache_new),
10508         (ev_page_cache_get_page_label):
10509         * backend/ev-page-cache.h:
10510         * pdf/ev-poppler.cc:
10511         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10512         (links_page_num_func):
10513         * shell/ev-sidebar-thumbnails.c:
10514         (ev_sidebar_thumbnails_set_document):
10515         * shell/ev-view.c: (status_message_from_link),
10516         (ev_view_motion_notify_event):
10517         * shell/ev-window.c: (document_supports_sidebar): Add in page
10518         label support.  It's not perfect yet, but it's the first 'feature'
10519         in a while.
10520         Also, fix a bogus comment noticed by crispin. 
10521
10522 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10523
10524         * Makefile.am: Remove pixbuf backend for now
10525
10526         * configure.ac: Require poppler-glib instead of just poppler.
10527
10528         * backend/ev-document-thumbnails.h: Add a comment
10529
10530         * backend/ev-document.h:
10531         * backend/ev-document.c: (ev_document_class_init),
10532         (ev_document_load), (ev_document_get_link),
10533         (ev_document_get_links): Remove 3 methods and add get_links.
10534         Also, made 0 based.
10535
10536         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10537         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10538
10539         * backend/ev-link.c: (ev_link_set_title),
10540         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10541         (ev_link_mapping_find):
10542         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10543         
10544         * backend/ev-page-cache.c: (ev_page_cache_init),
10545         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10546         (ev_page_cache_get_size), (ev_page_cache_next_page),
10547         (ev_page_cache_prev_page): Fix to be 0 based.
10548
10549         * pdf/Makefile.am: 
10550         * pdf/ev-poppler.h:
10551         * pdf/ev-poppler.cc: New backend.
10552         
10553         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10554         (ps_document_get_page), (ps_document_document_iface_init):
10555
10556         * shell/ev-pixbuf-cache.h:
10557         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10558         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10559         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10560         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10561         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10562         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10563         based.
10564         
10565         * shell/ev-sidebar-thumbnails.c:
10566         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10567         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10568
10569         * shell/ev-view.c: (status_message_from_link),
10570         (find_page_at_location), (get_link_at_location),
10571         (ev_view_motion_notify_event), (ev_view_button_release_event),
10572         (ev_view_init): Use the new link code.  Fix to be 0 based.
10573
10574         * shell/ev-window.c: (update_action_sensitivity),
10575         (document_supports_sidebar): 0 based.
10576
10577 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10578
10579         * pdf/pdf-document.cc: Patch from Fernando Herrera
10580         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10581         *blush*
10582
10583 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10584
10585         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10586         1 to the page, as this seems to be 1 based.  I thought we has this
10587         fixed.  grump.
10588
10589 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10590
10591         * TODO:
10592         * backend/Makefile.am:
10593         * backend/ev-document-links.c:
10594         (ev_document_links_has_document_links),
10595         (ev_document_links_get_links_model):
10596         * backend/ev-document-links.h:
10597         * backend/ev-document.c: (ev_document_get_page_cache),
10598         (ev_document_get_doc_mutex), (ev_document_load),
10599         (ev_document_save), (ev_document_get_title),
10600         (ev_document_get_n_pages), (ev_document_set_page),
10601         (ev_document_get_page), (ev_document_set_target),
10602         (ev_document_set_scale), (ev_document_set_page_offset),
10603         (ev_document_get_page_size), (ev_document_get_text),
10604         (ev_document_get_link), (ev_document_render),
10605         (ev_document_render_pixbuf), (ev_document_scale_changed):
10606         * backend/ev-document.h:
10607         * backend/ev-job-queue.c: (remove_object_from_queue),
10608         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10609         (no_jobs_available_unlocked), (ev_render_thread),
10610         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10611         (ev_job_queue_remove_job):
10612         * backend/ev-job-queue.h:
10613         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10614         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10615         (ev_job_links_class_init), (ev_job_render_init),
10616         (ev_job_render_dispose), (ev_job_render_class_init),
10617         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10618         (ev_job_thumbnail_class_init), (ev_job_finished),
10619         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10620         (ev_job_render_run), (ev_job_thumbnail_new),
10621         (ev_job_thumbnail_run):
10622         * backend/ev-jobs.h:
10623         * backend/ev-link.c:
10624         * backend/ev-link.h:
10625         * backend/ev-page-cache.c: (ev_page_cache_init),
10626         (ev_page_cache_class_init), (ev_page_cache_finalize),
10627         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10628         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10629         (ev_page_cache_set_link), (ev_page_cache_get_title),
10630         (ev_page_cache_get_size), (ev_page_cache_next_page),
10631         (ev_page_cache_prev_page):
10632         * backend/ev-page-cache.h:
10633         * pdf/pdf-document.cc:
10634         * ps/gsdefaults.c:
10635         * ps/gsdefaults.h:
10636         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10637         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10638         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10639         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10640         (is_interpreter_ready), (output), (catchPipe), (input),
10641         (start_interpreter), (check_filecompressed), (compute_dimensions),
10642         (ps_document_enable_interpreter), (document_load),
10643         (ps_document_next_page), (render_page), (ps_document_set_page),
10644         (ps_document_set_scale), (render_pixbuf_idle),
10645         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10646         * ps/ps-document.h:
10647         * shell/Makefile.am:
10648         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10649         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10650         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10651         (ev_pixbuf_cache_new), (job_finished_cb),
10652         (check_job_size_and_unref), (move_one_job),
10653         (ev_pixbuf_cache_update_range), (find_job_cache),
10654         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10655         (ev_pixbuf_cache_add_jobs_if_needed),
10656         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10657         * shell/ev-pixbuf-cache.h:
10658         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10659         (idle_print_handler):
10660         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10661         (selection_changed_cb), (create_loading_model),
10662         (ev_sidebar_links_construct), (links_page_num_func),
10663         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10664         (update_page_callback), (job_finished_cb),
10665         (ev_sidebar_links_set_document):
10666         * shell/ev-sidebar-thumbnails.c:
10667         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10668         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10669         (page_changed_cb), (thumbnail_job_completed_callback),
10670         (ev_sidebar_thumbnails_set_document):
10671         * shell/ev-sidebar-thumbnails.h:
10672         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10673         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10674         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10675         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10676         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10677         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10678         (ev_view_button_release_event), (ev_view_scroll_view),
10679         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10680         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10681         (ev_view_new), (job_finished_cb), (page_changed_cb),
10682         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10683         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10684         (ev_view_find_previous):
10685         * shell/ev-view.h:
10686         * shell/ev-window.c: (update_action_sensitivity),
10687         (ev_window_open_page), (update_window_title), (update_total_pages),
10688         (page_changed_cb), (ev_window_setup_document),
10689         (password_dialog_response), (ev_window_cmd_save_as),
10690         (ev_window_print), (ev_window_cmd_go_previous_page),
10691         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10692         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10693         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10694         * shell/main.c: (main):
10695
10696         Merge evince-threads branch
10697
10698 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10699
10700         * configure.ac: Added "lt" to ALL_LINGUAS.
10701
10702 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10703
10704         * NEWS:
10705         * configure.ac:
10706
10707         Release 0.1.9
10708
10709 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10710
10711         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10712
10713         Fix here also the thumbnails 1-basedness :)
10714
10715 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10716
10717         * NEWS:
10718         * configure.ac:
10719
10720         Release 0.1.8
10721
10722 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10723
10724         * pdf/pdf-document.cc:
10725         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10726         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10727
10728         Fix the mess we did with thumbnails and 1-basedness
10729
10730 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10731
10732         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10733
10734 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10735
10736         * NEWS:
10737         * configure.ac:
10738
10739         Release 0.1.7
10740
10741 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10742
10743         * ps/Makefile.am:
10744         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10745         (gtk_gs_defaults_get_alpha_parameters),
10746         (gtk_gs_defaults_get_ungzip_cmd),
10747         (gtk_gs_defaults_get_unbzip2_cmd):
10748         * ps/gsdefaults.h:
10749         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10750         (ps_document_get_orientation), (document_load),
10751         (ps_document_goto_page), (ps_document_set_page_size):
10752         * ps/ps-document.h:
10753
10754         Some more sanitization of the ps backend. Remove a lot
10755         of unused code and do not base our defaults on ggv
10756         preferences (ugh!)
10757
10758 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10759
10760         * thumbnailer/evince-thumbnailer.schemas:
10761         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10762         (main): add -s option for thumbnail size.
10763
10764 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10765
10766         * configure.ac:
10767
10768         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10769         remove it.
10770
10771 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10772
10773         * pdf/pdf-document.cc:
10774
10775         Remove 4 pixels of useless border from the
10776         thumbnail.
10777
10778 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10779
10780         * backend/ev-document-thumbnails.c:
10781         (ev_document_thumbnails_get_thumbnail):
10782         * backend/ev-document-thumbnails.h:
10783
10784         Rework API a bit. Add a border flag and
10785         change sizing logic (now the size we specify
10786         applies to the bigger dimension).
10787
10788         * pdf/pdf-document.cc:
10789         * pixbuf/pixbuf-document.c:
10790         (pixbuf_document_thumbnails_get_thumbnail):
10791         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10792         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10793
10794         Adapt to the new API and do not draw a border for nautilus
10795         thumbnailer.
10796
10797 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10798
10799         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10800         take thumbnails from page "0" instead of "1". Added a copyright header.
10801
10802 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10803
10804         * ps/ps-document.c: (set_up_page), (start_interpreter):
10805
10806         Make it C89 compliant
10807
10808 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10809
10810         * Makefile.am:
10811         * configure.ac:
10812         * pdf/.cvsignore:
10813         * pdf/pdf-document.cc:
10814         * thumbnailer/Makefile.am:
10815         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10816         (main):
10817         * thumbnailer/evince-thumbnailer.schemas:
10818         * thumbnailer/pdf-icon.png:
10819
10820         Add a nautilus thumbnailer.
10821         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10822
10823 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10824
10825         * NEWS:
10826         * configure.ac:
10827         * po/POTFILES.in:
10828
10829         Release 0.1.6
10830
10831 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10832
10833         Use poppler instead of including xpdf source code.  Poppler is a
10834         fork of xpdf to build it as a shared library. See
10835         http://freedesktop.org/wiki/Software/poppler.
10836
10837         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10838         xpdf fork.
10839         
10840         * pdf/Makefile.am: Build libpdfdocument.a here.
10841         
10842         * pdf/GDKSplashOutputDev.cc:
10843         * pdf/GDKSplashOutputDev.h:
10844         * pdf/GnomeVFSStream.cc:
10845         * pdf/GnomeVFSStream.h:
10846         * pdf-document.cc:
10847         * pdf-document.h:
10848         * test-gdk-output-dev.cc
10849         * Thumb.cc:
10850         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10851         against poppler.
10852
10853 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10854
10855         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10856
10857         Clear idle stack before unsetting the document
10858
10859 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10860
10861         * ps/ps-document.c: (ps_document_widget_event),
10862         (ps_document_set_target), (ps_document_finalize),
10863         (ps_document_get_page):
10864
10865         Disconnect the widget event signal on finalize.
10866         Some code cleanups.
10867
10868 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10869
10870         * ps/ps-document.c: (set_up_page):
10871
10872         If there is no bpixmap create one, even if size
10873         is not changed.
10874
10875 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10876
10877         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10878         (set_up_page), (document_load), (ps_document_set_zoom):
10879
10880         Default page is 0. Calculate size even when we have no
10881         target yet.
10882
10883 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10884
10885         * shell/ev-sidebar.c: expand the selection widget to be always as
10886         wide as the sidebar
10887
10888 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10889
10890         * shell/ev-sidebar-thumbnails.c:
10891         (ev_sidebar_thumbnails_set_document):
10892
10893         Clear the list store when setting document
10894
10895 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10896
10897         * shell/ev-page-action.c: (update_entry), (sync_entry),
10898         (activate_cb), (entry_size_request_cb), (create_tool_item),
10899         (connect_proxy):
10900
10901         Use an entry for the page control instead of spinbuttons
10902
10903 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10904
10905         * data/evince.schemas.in:
10906
10907         Correct confusing string
10908
10909 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10910
10911         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10912         for real.  Gosh, how long has this been broken.
10913
10914         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10915         check for a NULL link.  We crash otherwise.
10916
10917 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10918
10919         * NEWS:
10920         * configure.ac:
10921
10922         Release 0.1.5
10923
10924 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10925
10926         * configure.ac: add the french translation.
10927
10928 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10929
10930         * shell/ev-window.c:
10931
10932         Remove unused header -> fix distcheck
10933
10934 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10935
10936         * shell/ev-window.c: (update_window_title),
10937         (ev_window_popup_password_dialog):
10938
10939         Unescape filename for display
10940
10941 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10942
10943         * pdf/xpdf/pdf-document.cc:
10944
10945         In get_page_size deal with rotation. Also
10946         cleanup the function a bit.
10947
10948 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10949
10950         * pdf/xpdf/pdf-document.cc:
10951
10952         Fix crash when opening in new window
10953
10954 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10955
10956         * configure.ac:
10957
10958         Check ghostscript >= 7
10959
10960 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10961
10962         * shell/ev-window.c:
10963
10964         Make page width the default sizing mode
10965
10966 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10967         Marco Pesenti Gritti <marco@gnome.org>
10968
10969         * shell/ev-window.c: Remember the sidebar size
10970
10971         * data/evince.schemas.in: Add a new gconf key to store the size of
10972         the sidebar
10973
10974 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10975
10976         * data/evince-ui.xml:
10977         * shell/ev-window.c: (update_action_sensitivity),
10978         (ev_window_cmd_view_reload):
10979         
10980         Add a "Reload" action and menu entry
10981
10982 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10983
10984         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10985         iff the type doesn't support thumbnailing and indexing.
10986
10987 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10988
10989         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10990
10991 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10992
10993         * pdf/splash/Splash.cc:
10994
10995         Port fix for a crasher from kde bug
10996         http://bugs.kde.org/show_bug.cgi?id=97131
10997
10998 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10999
11000         * pdf/xpdf/pdf-document.cc:
11001
11002         Return a link even if it's of an unrecognized
11003         type. Otherwise we go in an infinte cycle.
11004
11005 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11006
11007         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11008         (size_allocate_cb), (ev_window_set_sizing_mode):
11009
11010         Update size when switching mode
11011
11012 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11013
11014         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11015         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11016         (ev_window_cmd_view_normal_size):
11017
11018         Fix size toggle buttons behavior
11019
11020 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11021
11022         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11023         (doc_rect_to_view_rect), (ev_view_size_allocate),
11024         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11025         (scale_changed_callback):
11026
11027         Do not cache offsets in size_allocate.
11028
11029 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11030
11031         * shell/ev-view.c: (ev_view_size_allocate):
11032
11033         Calculate offsets before calling the parent
11034         class (which does a redraw)
11035
11036 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11037
11038         * pdf/xpdf/pdf-document.cc:
11039
11040         Fix a crasher on exit. Unused code, put a TODO
11041
11042 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11043
11044         * backend/ev-document.c: (ev_document_class_init),
11045         (ev_document_page_changed), (ev_document_scale_changed):
11046         * backend/ev-document.h:
11047
11048         Separate page/scale notifications
11049
11050         * pdf/xpdf/pdf-document.cc:
11051
11052         Emit the new signals.
11053         Do not display the pdf page in _render, do it
11054         when scale/page are requested.
11055
11056         * ps/ps-document.c: (ps_document_set_zoom),
11057         (ps_document_widget_event):
11058         * ps/ps-document.h:
11059
11060         Emit the new signals.
11061
11062         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11063         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11064         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11065         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11066         * shell/ev-view.h:
11067         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11068         (ev_window_cmd_view_page_width), (size_allocate_cb),
11069         (ev_window_set_sizing_mode):
11070
11071         Rework sizing to be pixel based.
11072         There are bugs but should be already way better.
11073
11074 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11075
11076         * shell/ev-window.c: (ev_window_init):
11077
11078         Do not allow to shrink sidebar smaller then
11079         child requisition
11080
11081 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11082
11083         * shell/ev-sidebar.[ch]
11084         * shell/ev-window.c:
11085
11086         Improved sidebar widget. Fixes #166683
11087
11088 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11089
11090         * shell/ev-view.c (update_find_status_message): Give translators
11091         more flexibility with ngettext plural handling.
11092
11093 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11094
11095         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11096         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11097         page when we get the page size.
11098
11099 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11100
11101         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11102
11103         ps pages are 0 based, convert 
11104
11105 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11106
11107         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11108
11109         Initialize correct parent class. Set GError on document load
11110
11111 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11112
11113         * pdf/xpdf/pdf-document.cc:
11114
11115         Fixup selection offset calculation
11116
11117         * shell/ev-view.c: (view_rect_to_doc_rect),
11118         (doc_rect_to_view_rect), (ev_view_size_allocate),
11119         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11120         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11121
11122         Store selection as document relative, so that zooming
11123         and offset changing doesnt break it.
11124
11125 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11126
11127         * shell/ev-view.c: (ev_view_best_fit):
11128
11129         Do not try to best fit if the view is not realized
11130
11131 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11132           
11133         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11134
11135 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11136
11137         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11138
11139 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11140
11141         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11142         the popup window.  That prevents it resizing when in full screen
11143         mode.
11144
11145         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11146         multiple rerenders.  This pretty much sucks.
11147
11148         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11149         rest of the toolbar.
11150
11151 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11152
11153         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11154
11155 2005-02-17  Alexander Shopov  <ash@contact.bg>
11156
11157         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11158
11159 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11160
11161         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11162
11163 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11164
11165         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11166         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11167         (set_document_page), (document_changed_callback),
11168         (ev_view_set_document), (ev_view_find_previous),
11169         (ev_view_hide_cursor), (ev_view_show_cursor):
11170         * shell/ev-view.h:
11171         * shell/ev-window.c: (update_chrome_visibility),
11172         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11173         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11174         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11175         (ev_window_unfullscreen):
11176         * shell/main.c: (main):
11177
11178         Automatically hide the fullscreen button.
11179         Patch by Kristian Høgsberg <krh@redhat.com>
11180
11181 2005-02-16  Vincent Noel  <vnoel@cox.net>
11182
11183         * shell/main.c (main): Specify an icon for the window. Patch by
11184         Jaap A. Haitsma. Fixes #166177.
11185
11186 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11187
11188         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11189
11190 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11191
11192         * backend/ev-document-misc.h:
11193         * backend/ev-document-misc.c:
11194         (ev_document_misc_get_page_border_size),
11195         (ev_document_misc_paint_one_page): New function to canonicalize
11196         sizing/painting a border.
11197
11198         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11199         used.
11200
11201         * pdf/xpdf/pdf-document.cc: use new function
11202
11203         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11204         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11205         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11206         shell/ev-window.c: (update_sizing_buttons),
11207         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11208         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11209         (ev_window_cmd_view_page_width), (size_allocate_cb),
11210         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11211         and "fit width" values act as toggle buttons so they stay
11212         toggled.  It's not 100% perfect, and it's a little slow, but it's
11213         good enough to commit I think.
11214
11215 2005-02-15  David Lodge  <dave@cirt.net>
11216
11217         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11218
11219 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11220
11221         * shell/ev-window.c (update_window_title): replace newlines in
11222         the title by spaces. Bug #166107.
11223
11224 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11225
11226         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11227         parameters providing allocation width and height without
11228         scrollbars and width of a possible vertical scrollbar. With this
11229         additional information the functions can work as
11230         intended. Unfortunately they're not idempotent. We should
11231         transform these commands to toggles. Fixes Bug #164976
11232         Initial patch by Stephane Loeuillet, then heavily modified.
11233
11234         * shell/ev-view.h: update prototypes.
11235
11236         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11237         (ev_window_cmd_view_page_width): provide EvView fit functions with
11238         all the information they need. Formulas to calculate this
11239         information taken from GtkScrolledWindow.
11240
11241 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11242
11243         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11244         created a thumbnail, the list store is updated to know
11245         that the thumbnail is set. Fixes bug #166792
11246
11247 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11248
11249         * shell/ev-window.c: fixed typo, closes bug 166897
11250
11251         * TODO: updated TODO with bug numbers that are relevant
11252
11253 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11254
11255         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11256
11257 2005-02-09  Vincent Noel  <vnoel@cox.net>
11258
11259         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11260         and "Next" toolbar buttons as important to make them stand out.
11261
11262 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11263
11264         * lib/ev-debug.c:
11265         * lib/ev-debug.h:
11266         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11267         (start_interpreter), (stop_interpreter), (document_load),
11268         (ps_document_next_page), (ps_document_goto_page),
11269         (ps_document_set_page_size), (ps_document_widget_event),
11270         (ps_document_render):
11271         * shell/ev-page-view.c: (ev_page_view_dispose):
11272         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11273
11274         Fix compilation on non-gcc platforms
11275
11276 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11277
11278         * NEWS:
11279         * configure.ac:
11280
11281         Release 0.1.4
11282
11283         * pdf/xpdf/Catalog.cc:
11284         * pdf/xpdf/XRef.cc:
11285
11286         Fix the fix for CAN-2004-0888
11287
11288 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11289
11290         * data/Makefile.am:
11291         * data/evince-ui.xml:
11292         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11293         * shell/ev-stock-icons.h:
11294         * shell/ev-window.c: (update_action_sensitivity),
11295         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11296         (set_action_properties):
11297
11298         Improve toolbar layout/icons
11299
11300 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11301
11302         * pdf/xpdf/pdf-document.cc:
11303
11304         Add warnings about unimplemented/unknown link
11305         types.
11306
11307 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11308
11309         * ps/ps-document.c: (set_up_page):
11310
11311         Log gs property
11312
11313 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11314
11315         * ps/ps-document.c: (start_interpreter):
11316
11317         Log gs env var
11318
11319 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11320
11321         * shell/ev-page-view.c: (ev_page_view_dispose):
11322         * shell/ev-view.c: (ev_view_finalize):
11323         * shell/ev-window.c: (ev_window_setup_document),
11324         (ev_window_dispose), (ev_window_init):
11325
11326         Solve more refs issues.
11327
11328         I commented out the page_view initialization for now:
11329         it was never destroyed (because it's never added
11330         to a container). Because of that we was leaking
11331         gs processes. Couldnt think to a clean fix.
11332         We need to figure this out, password view has the
11333         same issue probably.
11334
11335 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11336
11337         * ps/ps-document.c: (ps_document_finalize),
11338         (ps_document_get_n_pages), (ps_document_get_page):
11339
11340         Some cleanups, stop the interpreter on finalize
11341
11342         * shell/ev-page-view.c: (ev_page_view_dispose),
11343         (ev_page_view_class_init):
11344
11345         Release our reference on the document
11346
11347 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11348
11349         * Makefile.am:
11350         * configure.ac:
11351         * doc/debugging.txt:
11352         * lib/.cvsignore:
11353         * lib/Makefile.am:
11354         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11355         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11356         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11357         * lib/ev-debug.h:
11358
11359         Add debugging helpers
11360
11361         * ps/Makefile.am:
11362         * ps/ps-document.c: (set_up_page), (start_interpreter),
11363         (stop_interpreter), (document_load), (ps_document_next_page),
11364         (ps_document_goto_page), (ps_document_set_page_size),
11365         (ps_document_widget_event), (ps_document_render):
11366         * shell/Makefile.am:
11367         * shell/ev-view.c: (expose_bin_window):
11368         * shell/main.c: (main):
11369
11370         Add some logs
11371         
11372 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11373
11374         * ps/ps-document.c: (ps_document_widget_event):
11375
11376         Initialize message_window, this should make ps
11377         rendering really work! (Never noticed because I was
11378         testing with a ps that is causing gs to exit every time!)
11379
11380 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11381
11382         * data/evince.schemas.in: updated simple error in applyto closing tag
11383
11384 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11385
11386         * Makefile.am:
11387         * configure.ac:
11388         * data/.cvsignore:
11389         * data/Makefile.am:
11390         * data/evince-ui.xml:
11391         A data/evince.schemas.in:
11392         * po/POTFILES.in:
11393         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11394         * shell/ev-stock-icons.h:
11395         * shell/ev-window.c: (update_chrome_visibility),
11396         (update_chrome_flag), (ev_window_cmd_edit_find),
11397         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11398         (ev_window_unfullscreen), (ev_window_focus_in_event),
11399         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11400         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11401         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11402         (ev_window_dispose), (ev_window_class_init),
11403         (set_action_properties), (set_chrome_actions), (load_chrome),
11404         (ev_window_init):
11405
11406         Implement fullscreen mode changes from bug #164776.
11407         Also implement persistent chrome toggles.
11408
11409 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11410
11411         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11412
11413 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11414
11415         * NEWS:
11416         * configure.ac:
11417         * shell/ev-view.c:
11418
11419         Add another check for find interface
11420
11421         Release 0.1.3
11422
11423 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11424
11425         * shell/ev-application.c: (ev_application_open):
11426         * shell/ev-window.c: (ev_window_open):
11427
11428         Open gzipped ps documents
11429
11430 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11431
11432         * TODO:
11433         * shell/ev-view.c: (set_document_page):
11434
11435         Clamp page number, dont try to move to
11436         not existant pages.
11437
11438 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11439
11440         * backend/ev-document-find.c: (ev_document_find_changed):
11441         * backend/ev-document-find.h:
11442         * pdf/xpdf/pdf-document.cc:
11443         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11444         * shell/ev-window.c: (find_bar_search_changed_cb):
11445
11446         Fix several bugs with find
11447
11448 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11449
11450         * shell/ev-sidebar-thumbnails.c
11451         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11452         document. Prevents warning from scroll_to_cell.
11453
11454 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11455
11456         * configure.ac: Add «nb» to ALL_LINGUAS too.
11457
11458 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11459
11460         * NOTES: New file with some random thoughts.
11461
11462         * TODO: Update.
11463
11464         * backend/ev-document-misc.c:
11465         (ev_document_misc_get_page_border_size): New function to
11466         canonicalize shadow drawing sizes.  Possibly goofy.
11467
11468         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11469         (ev_view_best_fit), (ev_view_fit_width):
11470         * pdf/xpdf/pdf-document.cc:
11471         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11472         * ps/ps-document.c: (ps_document_get_page_size):
11473         * backend/ev-document-misc.h:
11474         * backend/ev-document.c: (ev_document_get_page_size):
11475         * backend/ev-document.h: get_page_size now takes a page number
11476         parameter.  Made all the backends/frontends honor it.
11477
11478         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11479         see.  Doesn't work yet.
11480
11481         * shell/Makefile.am:
11482         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11483         Doesn't do anything yet.
11484
11485         * shell/ev-sidebar-thumbnails.c:
11486         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11487         [0..n_pages-1]
11488
11489         * shell/ev-window.c: (update_action_sensitivity),
11490         (ev_window_setup_document), (ev_window_set_page_mode),
11491         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11492         view-swapping code a bit so we can have multiple views on a
11493         document.  Add the multi-page view, though it can't be turned on
11494         yet.
11495
11496 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11497
11498         * shell/ev-application.c: (ev_application_open):
11499         * shell/ev-view.c: (expose_bin_window):
11500         * shell/ev-window.c: (ev_window_open):
11501
11502         Support eps and check document supports find
11503         before drawing highlightings in expose.
11504
11505 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11506
11507         * pixbuf/pixbuf-document.c:
11508         (pixbuf_document_thumbnails_get_dimensions),
11509         (pixbuf_document_document_thumbnails_iface_init):
11510
11511         implement get_dimensions
11512
11513 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11514
11515         * NEWS:
11516         * configure.ac:
11517
11518         Release 0.1.2
11519
11520 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11521
11522         * shell/ev-view.c: (set_document_page):
11523
11524         Scroll at the top of the page when changing page
11525
11526 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11527
11528         * shell/ev-view.c: (ev_view_motion_notify_event):
11529
11530         Do not redraw unnecessarily
11531
11532 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11533
11534         * pdf/xpdf/pdf-document.cc:
11535         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11536         (expose_bin_window), (find_changed_cb):
11537
11538         Yay! find works now... Now to find bugs...
11539
11540 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11541
11542         * backend/ev-document-find.c: (ev_document_find_base_init),
11543         (ev_document_find_changed):
11544         * backend/ev-document-find.h:
11545         * pdf/xpdf/pdf-document.cc:
11546         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11547         (expose_bin_window), (ev_view_init), (set_document_page),
11548         (ensure_rectangle_is_visible), (jump_to_find_result),
11549         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11550         (ev_view_find_next), (ev_view_find_previous):
11551         * shell/ev-view.h:
11552         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11553
11554         More work on find implementation, mostly there now
11555
11556 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11557
11558         * backend/ev-backend-marshalers.list:
11559         * backend/ev-document-find.c: (ev_document_find_base_init),
11560         (ev_document_find_cancel), (ev_document_find_page_has_results),
11561         (ev_document_find_get_n_results), (ev_document_find_get_result),
11562         (ev_document_find_get_progress), (ev_document_find_changed):
11563         * backend/ev-document-find.h:
11564
11565         Enanche the find interface to be really able to do
11566         multi page find.
11567
11568         * pdf/xpdf/pdf-document.cc:
11569
11570         Implement
11571
11572         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11573         (expose_bin_window), (ev_view_init),
11574         (ev_view_get_find_status_message), (find_changed_cb),
11575         (ev_view_set_document), (set_document_page):
11576
11577         Adapt to the new interface. A few things are regressed sorry,
11578         I will finish it soon.
11579
11580 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11581
11582         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11583         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11584         ev_sidebar_thumbnails_parent_class variable, don't define another
11585         parent_class variable.
11586
11587         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11588         (ev_page_action_class_init): ditto.
11589
11590         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11591         (pixbuf_document_class_init): ditto.
11592
11593         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11594         ditto.
11595
11596         * .cvsignore: ignore various valgrind output files.
11597
11598 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11599
11600         * data/evince-ui.xml:
11601         * shell/Makefile.am:
11602         * shell/ev-history.c:
11603         * shell/ev-history.h:
11604         * shell/ev-navigation-action.c:
11605         * shell/ev-navigation-action.h:
11606         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11607         (ev_view_set_page), (ev_view_fit_width):
11608         * shell/ev-view.h:
11609         * shell/ev-window.c: (update_action_sensitivity),
11610         (ev_window_setup_document), (register_custom_actions):
11611
11612         Kill session history
11613
11614 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11615
11616         * shell/ev-window.c: (update_action_sensitivity):
11617
11618         Fix inverted up/down buttons
11619
11620 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11621
11622         * shell/ev-sidebar-thumbnails.c
11623         (ev_sidebar_thumbnails_select_page): make sure the selected
11624         thumbnail stays visible.
11625
11626 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11627
11628         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11629         scrolled window for Federico.
11630
11631 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11632
11633         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11634
11635 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11636
11637         * configure.ac:
11638         * pdf/splash/SplashFTFontEngine.cc:
11639
11640         Fix CID fonts with freetype 2.1.9
11641
11642 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11643
11644         * TODO: added item for desktop icon thumbnailer
11645
11646 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11647
11648         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11649         unloaded docs when the title is accessed.
11650
11651         * shell/ev-password-view.[hc]: New widget for displaying password
11652         state.
11653
11654         * shell/ev-window.[ch]: Refactor password handling code to handle
11655         the new view.
11656
11657 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11658
11659         * NEWS:
11660         * configure.ac:
11661         * data/Makefile.am:
11662
11663         Release 0.1.1
11664
11665 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11666
11667         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11668         ignore page offset here, to make search results independent of it,
11669
11670         * shell/ev-view.c (expose_bin_window): but take offsets into
11671         account here. Bug #164932
11672
11673         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11674         scale at the right time. Bug #164996
11675
11676 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11677
11678         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11679         fix the problem. Now I just removed the Adobe font names and hope
11680         that the URW fonts are always in outline format. Bug #164934
11681
11682         * shell/ev-window.c (update_window_title): empty titles are
11683         useless, use filename in that case too.
11684
11685         * NEWS: Add some content.
11686
11687 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11688
11689         * TODO: added one more TODO item and a TODONE section :)
11690
11691 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11692
11693         * ps/ps-document.h: add page_[xy]_offset fields.
11694
11695         * ps/ps-document.c (ps_document_set_page_offset)
11696         (ps_document_render): Keep offset in consideration in a few
11697         places. Bug #164752 "postscript documents are not centered in
11698         window"
11699
11700         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11701         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11702
11703         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11704         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11705         stub out missing methods for complete EvDocument implementation.
11706         Fixes segfaults with Save A Copy and Copy actions.
11707
11708         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11709         (ps_document_document_iface_init): ditto.
11710         
11711 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11712
11713         * data/.cvsignore:
11714         * data/Makefile.am:
11715         * data/evince.desktop.in:
11716
11717         Add desktop file
11718
11719 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11720
11721         * shell/ev-view.c: (ev_view_button_press_event),
11722         (ev_view_motion_notify_event):
11723
11724         Make selection work in any direction
11725
11726 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11727
11728         * TODO:
11729         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11730
11731         Use shorter labels for some of the toolbars items
11732
11733 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11734
11735         * pdf/xpdf/pdf-document.cc:
11736
11737         Check the links info is initialized before
11738         using it. Should fix a crash on startup.
11739
11740 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11741
11742         * pixbuf/pixbuf-document.c
11743         (pixbuf_document_thumbnails_get_dimensions): force floating point
11744         division to calculate page_ratio. Fixes crash with landscape
11745         format pixbufs.
11746
11747 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11748
11749         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11750
11751 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11752
11753         * shell/ev-view.c (set_document_page): unset has_selection when
11754         the page changes.
11755         (set_document_page): handle paper size changes when the page
11756         changes (test with Free Culture, page 2).
11757
11758 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11759
11760         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11761         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11762
11763         Use normal style color for the widget background and
11764         draw a black box around the page.
11765
11766 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * pdf/xpdf/pdf-document.cc:
11769
11770         Keep offset in consideration in a few places
11771
11772         * shell/ev-view.c: (expose_bin_window):
11773
11774         Set the offsets so that the document is ever centered
11775
11776 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11777
11778         * TODO: Added TODO items and finished off the first todo item
11779
11780         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11781         reflect current authors
11782
11783 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11784
11785         * pdf/xpdf/pdf-document.cc:
11786         * shell/ev-view.c: (ev_view_set_cursor),
11787         (ev_view_motion_notify_event), (document_changed_callback),
11788         (set_document_page):
11789
11790         Show a wait cursor while the page is rendering
11791
11792 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11793
11794         * shell/ev-sidebar-thumbnails.c:
11795         (ev_sidebar_tree_selection_changed),
11796         (ev_sidebar_thumbnails_select_page):
11797         * shell/ev-sidebar-thumbnails.h:
11798         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11799         (ev_view_can_go_forward):
11800         * shell/ev-window.c: (ev_window_open_page),
11801         (ev_window_setup_document), (update_current_page),
11802         (view_page_changed_cb), (ev_window_init):
11803         * shell/ev-window.h:
11804
11805         Ensure thumbnails selection, toolbar page control and
11806         current page are in sync.
11807
11808 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11809
11810         * pdf/xpdf/XRef.cc:
11811
11812         Fix CAN-2005-0064
11813
11814 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11815
11816         * backend/Makefile.am:
11817         * backend/ev-document-links.h:
11818         * backend/ev-document-security.c: (ev_document_security_get_type),
11819         (ev_document_security_has_document_security),
11820         (ev_document_security_set_password):
11821         * backend/ev-document-security.h:
11822         * backend/ev-document.c: (ev_document_error_quark):
11823         * backend/ev-document.h:
11824         * data/Makefile.am:
11825         * data/evince-password.glade:
11826         * pdf/xpdf/pdf-document.cc:
11827         * shell/Makefile.am:
11828         * shell/ev-password.c: (ev_password_set_bad_password_label),
11829         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11830         (ev_password_dialog_get_password),
11831         (ev_password_dialog_set_bad_pass):
11832         * shell/ev-password.h:
11833         * shell/ev-window.c: (ev_window_get_attribute),
11834         (ev_window_set_property), (update_action_sensitivity),
11835         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11836         (ev_window_setup_document), (ev_window_get_password),
11837         (ev_window_open), (ev_window_cmd_save_as),
11838         (using_postscript_printer), (ev_window_print),
11839         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11840         (update_fullscreen_popup), (ev_window_fullscreen),
11841         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11842         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11843         (menu_item_select_cb), (find_bar_search_changed_cb),
11844         (ev_window_dispose), (ev_window_init):
11845
11846         Add initial support for password-supported dialogs.  This could be
11847         a lot cooler, but it'll do for now.
11848
11849 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11850
11851         * pdf/xpdf/pdf-document.cc:
11852         * shell/ev-view.c: (status_message_from_link),
11853         (ev_view_set_status), (ev_view_set_cursor),
11854         (ev_view_motion_notify_event), (ev_view_init):
11855         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11856
11857         Fix bugs in the links implementation and change cursor
11858         when hovering a link.
11859
11860 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11861
11862         * viewer/.cvsignore: added cvsignore file for viewer directory
11863
11864         * TODO: created TODO document
11865
11866 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11867
11868         * shell/ev-view.h:
11869         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11870         new functions to help with implementation of sensitivity code
11871         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11872         of all actions that might require it.  Fixes a crash when you
11873         click on the Zoom actions in a window lacking a document.
11874
11875 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11876
11877         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11878         of the Find action
11879
11880 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11881
11882         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11883         (pixbuf_document_document_iface_init):
11884         * ps/ps-document.c: (ps_document_get_link),
11885         (ps_document_document_iface_init):
11886         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11887         (status_message_from_link), (ev_view_set_status),
11888         (ev_view_set_find_status), (ev_view_motion_notify_event),
11889         (ev_view_button_release_event), (ev_view_set_property),
11890         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11891         (ev_view_get_find_status_message), (update_find_results),
11892         (ev_view_get_status), (ev_view_get_find_status):
11893         * shell/ev-view.h:
11894         * shell/ev-window.c: (view_status_changed_cb),
11895         (view_find_status_changed_cb), (ev_window_init):
11896
11897         View status message support, use it to show the links.
11898         Needs work...
11899
11900 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11901
11902         * backend/ev-document.c: (ev_document_get_link):
11903         * backend/ev-document.h:
11904         * pdf/xpdf/pdf-document.cc:
11905         * shell/ev-application.c: (ev_application_open):
11906         * shell/ev-application.h:
11907         * shell/ev-sidebar-links.c: (selection_changed_cb):
11908         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11909         (ev_view_go_to_link):
11910
11911         Add support for document links
11912
11913 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11914
11915         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11916         (create_tool_item):
11917         Set the spin button limits correctly.
11918         
11919         * shell/ev-sidebar-thumbnails.c:
11920         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11921         Support changing pages by clicking on the thumbnails.
11922         
11923 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11924
11925         * pixbuf/pixbuf-document.c:
11926         (pixbuf_document_thumbnails_get_dimensions),
11927         (pixbuf_document_document_thumbnails_iface_init):
11928
11929         implement get_dimensions
11930
11931 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11932
11933         * ps/ps-document.c: (ps_document_goto_page):
11934
11935         Fix page switching on multipage documents
11936
11937 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11938
11939         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11940         
11941         check for NULL before assigning to width and height parameters
11942
11943 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11944
11945         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11946         (pixbuf_document_set_property), (pixbuf_document_get_property):
11947
11948         implement get/set properties
11949
11950 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11951
11952         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11953         
11954         return NULL instead of "Unknown", letting the title get set to
11955         the filename when the pdf has no title.
11956
11957 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11958
11959         * ps/ps-document.c: (ps_document_get_page_count),
11960         (ps_document_goto_page):
11961
11962 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11963
11964         * shell/ev-history.c: (ev_history_get_property),
11965         (ev_history_set_property), (ev_history_class_init),
11966         (ev_history_add_page), (ev_history_set_current_index):
11967         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11968         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11969         (ev_navigation_action_finalize):
11970         * shell/ev-navigation-action.h:
11971         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11972         (ev_view_go_forward), (ev_view_get_find_status_message),
11973         (history_index_changed_cb), (ev_view_set_history):
11974         * shell/ev-view.h:
11975         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11976         (update_current_page), (register_custom_actions):
11977
11978         Implement history dropdowns
11979
11980 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11981
11982         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11983         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11984         (ev_view_go_forward):
11985         * shell/ev-window.c: (register_custom_actions):
11986
11987         Fix several history bugs
11988
11989 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11990
11991         * configure.ac: Add «nb» to ALL_LINGUAS.
11992
11993 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11994
11995         * backend/Makefile.am:
11996         * backend/ev-bookmark.c:
11997         * backend/ev-bookmark.h:
11998         * backend/ev-document-bookmarks.c:
11999         * backend/ev-document-bookmarks.h:
12000         * backend/ev-document-links.c: (ev_document_links_get_type),
12001         (ev_document_links_has_document_links),
12002         (ev_document_links_begin_read), (ev_document_links_get_link),
12003         (ev_document_links_get_child), (ev_document_links_next),
12004         (ev_document_links_free_iter):
12005         * backend/ev-document-links.h:
12006         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12007         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12008         (ev_link_get_link_type), (ev_link_set_link_type),
12009         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12010         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12011         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12012         (ev_link_new_external):
12013         * backend/ev-link.h:
12014         * pdf/xpdf/pdf-document.cc:
12015         * shell/Makefile.am:
12016         * shell/ev-application.c: (ev_application_open_link):
12017         * shell/ev-application.h:
12018         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12019         (ev_history_get_link_nth):
12020         * shell/ev-history.h:
12021         * shell/ev-sidebar-bookmarks.c:
12022         * shell/ev-sidebar-bookmarks.h:
12023         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12024         (ev_sidebar_links_class_init), (selection_changed_cb),
12025         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12026         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12027         (do_one_iteration), (populate_links_idle),
12028         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12029         * shell/ev-sidebar-links.h:
12030         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12031         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12032         (go_to_index):
12033         * shell/ev-view.h:
12034         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12035         * shell/ev-window.h:
12036
12037         Rename bookmark to link, and use "Index" for the sidebar panel.
12038
12039 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12040
12041         * shell/Makefile.am:
12042         * shell/ev-application.c: (ev_application_open_bookmark):
12043         * shell/ev-application.h:
12044         * shell/ev-history.c: (ev_history_init), (free_links_list),
12045         (ev_history_finalize), (ev_history_class_init),
12046         (ev_history_add_link), (ev_history_add_page),
12047         (ev_history_get_link_nth), (ev_history_get_n_links),
12048         (ev_history_get_current_index), (ev_history_set_current_index),
12049         (ev_history_new):
12050         * shell/ev-history.h:
12051         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12052         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12053         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12054         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12055         (ev_view_set_page):
12056         * shell/ev-view.h:
12057         * shell/ev-window.c: (ev_window_open_bookmark),
12058         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12059         (goto_page_cb), (register_custom_actions):
12060         * shell/ev-window.h:
12061
12062         Initial history implementation. Needs work.
12063
12064 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12065
12066         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12067
12068 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12069
12070         * cut-n-paste/recent-files/egg-recent-item.c:
12071         * cut-n-paste/recent-files/egg-recent-item.h:
12072         * cut-n-paste/recent-files/egg-recent-model.c:
12073         * cut-n-paste/recent-files/egg-recent-util.c:
12074         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12075         * cut-n-paste/recent-files/egg-recent-view.c:
12076
12077         Update
12078
12079 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12080
12081         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12082         (fillGlyph, fillImageMask, drawImage):
12083         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12084         pdf/splash/SplashTypes.h:
12085         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12086         packed mode for Splash.
12087
12088         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12089         RGB8 packed mode, eliminates the pixbuf data creation loop.
12090
12091         * shell/ev-print-job.c (ev_print_job_finalize)
12092         (ev_print_job_set_property, ev_print_job_get_property)
12093         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12094         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12095         (print_closure_finalize, ev_print_job_print): implement
12096         printing (for backends with EvPsExporter)
12097
12098         * shell/ev_print_job.h: update prototypes.
12099
12100         * shell/ev-window.c (ev_window_print): unref print job after
12101         printing.
12102
12103         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12104         unless the document implements the EvDocumentFind interface.
12105
12106 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12107
12108         * configure.ac: Added ja to ALL_LINGUAS.
12109
12110 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12111
12112         * pdf/xpdf/pdf-document.cc:
12113
12114         add a FIXME. We should probably not allocate
12115         a bookmark object every time
12116
12117 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12118
12119         * shell/ev-application.c: (ev_application_open),
12120         (ev_application_open_bookmark):
12121         * shell/ev-application.h:
12122         
12123         Add a way to open bookmarks
12124
12125         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12126         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12127         (ev_bookmark_set_property), (ev_bookmark_class_init),
12128         (ev_bookmark_new_title), (ev_bookmark_new_link),
12129         (ev_bookmark_new_external):
12130
12131         Support for external uris, better constructors.
12132
12133         * backend/ev-bookmark.h:
12134         * pdf/xpdf/pdf-document.cc:
12135         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12136
12137         Handle external uris
12138
12139 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12140
12141         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12142         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12143
12144         Hook up bookmarks navigation
12145
12146 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12147
12148         * backend/Makefile.am:
12149         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12150         (ev_bookmark_get_title), (ev_bookmark_set_title),
12151         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12152         (ev_bookmark_get_page), (ev_bookmark_set_page),
12153         (ev_bookmark_get_property), (ev_bookmark_set_property),
12154         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12155         (ev_bookmark_new):
12156         * backend/ev-bookmark.h:
12157         * backend/ev-document-bookmarks.c:
12158         (ev_document_bookmarks_get_bookmark):
12159         * backend/ev-document-bookmarks.h:
12160         * pdf/xpdf/pdf-document.cc:
12161         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12162
12163         Add a bookmark object to the backend and use it instead of get_values
12164
12165 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12166
12167         * data/evince-ui.xml:
12168
12169         Cleanup and add select all.
12170
12171         * shell/ev-view.c: (ev_view_select_all),
12172         (ev_view_button_press_event):
12173         * shell/ev-view.h:
12174         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12175
12176         Add select all.
12177         Clear selection on click.
12178
12179 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12180
12181         * shell/ev-sidebar-thumbnails.c
12182         (ev_sidebar_thumbnails_set_document): forgot to unref the
12183         loading_icon.
12184
12185 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12186
12187         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12188         at the visible page, not just linearly.  This makes it look fast.
12189
12190 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12191
12192         * backend/ev-document-misc.c
12193         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12194         white.
12195         * backend/ev-document-thumbnails.h: New interface to get the size
12196         of a page.
12197
12198 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12199
12200         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12201         make dist works
12202
12203 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12204
12205         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12206         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12207         things up a bit.
12208
12209         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12210
12211 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12212
12213         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12214         fonts. Should fix font problems on systems that have the base
12215         fonts in bitmap format. Reported by James Henstridge
12216         <james@jamesh.id.au>.
12217
12218 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12219
12220         * pdf/xpdf/Gfx.cc:
12221         * pdf/xpdf/GfxState.cc:
12222
12223         Fix for CAN-2004-1125
12224
12225 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12226
12227         * shell/ev-view.c: (ev_view_copy):
12228         * shell/ev-view.h:
12229         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12230
12231         Implement Edit->Copy
12232
12233 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12234
12235         * backend/ev-document.c: (ev_document_get_text):
12236         * backend/ev-document.h:
12237         * pdf/xpdf/pdf-document.cc:
12238         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12239         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12240         (ev_view_update_primary_selection), (ev_view_button_press_event),
12241         (ev_view_motion_notify_event), (ev_view_button_release_event):
12242
12243         Beginnings of clipboard support. Incomplete but primary sort
12244         of work.
12245
12246 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12247
12248         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12249         (expose_bin_window):
12250
12251         Nicer rubberband drawing, from GtkIconView.
12252
12253 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12254
12255         * backend/ev-document.c: (ev_document_save):
12256         * backend/ev-document.h:
12257         * data/evince-ui.xml:
12258         * pdf/xpdf/pdf-document.cc:
12259         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12260
12261         Implement "Save a copy..." menu item
12262
12263 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12264
12265         * shell/ev-view.c: (ev_view_zoom):
12266
12267         Queue a resize when zoom changes
12268
12269 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12270
12271         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12272         shadows.
12273
12274         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12275         thumbnails..
12276
12277 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12278
12279         * pdf/xpdf/pdf-document.cc
12280         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12281
12282 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12283
12284         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12285         It's slow, but I'll speed it up next!
12286
12287 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12288
12289         * shell/main.c (load_files):
12290
12291         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12292         from the command line and because it seems more appropriate.
12293
12294 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12295
12296         * data/evince-ui.xml:
12297         * shell/ev-window.c: (update_action_sensitivity),
12298         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12299
12300         s/next page/page down
12301         s/previous page/page up
12302
12303 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12304
12305         * data/evince-ui.xml:
12306
12307         Change the layout to match clarkbw design.
12308
12309         * shell/Makefile.am:
12310         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12311         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12312         (ev_navigation_action_finalize),
12313         (ev_navigation_action_set_property),
12314         (ev_navigation_action_get_property),
12315         (ev_navigation_action_class_init):
12316         * shell/ev-navigation-action.h:
12317
12318         Implement clarkbw toolbar navigation controls (incomplete)
12319
12320         * shell/ev-page-action.c: (update_label), (update_spin),
12321         (value_changed_cb), (create_tool_item), (connect_proxy),
12322         (ev_page_action_init), (ev_page_action_finalize),
12323         (ev_page_action_set_property), (ev_page_action_get_property),
12324         (ev_page_action_set_current_page),
12325         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12326         * shell/ev-page-action.h:
12327
12328         Implement a page switcher in the toolbar
12329
12330         * shell/ev-view.c: (ev_view_scroll_view):
12331         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12332         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12333         (register_custom_actions), (ev_window_init):
12334
12335         Change page on PageUp/Down.
12336
12337 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12338
12339         * pdf/xpdf/pdf-document.cc
12340         (pdf_document_thumbnails_get_thumbnail): initial stab at
12341         implementing thumbnail support for pdfs.  It only does documents
12342         with precached pdfs now.
12343
12344 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12345
12346         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12347         thumbnail code into a time-based idle as well.  Also, turn off the
12348         shadow temporarily as it's really slow.
12349
12350 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12351
12352         * backend/ev-document.c: (ev_document_class_init):
12353         * pdf/xpdf/pdf-document.cc:
12354         * shell/ev-window.c: (ev_window_open):
12355
12356         Fix document title bugs and fallback to
12357         filename when not available.
12358
12359 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12360
12361         * backend/ev-document.c: (ev_document_get_type),
12362         (ev_document_class_init), (ev_document_load),
12363         (ev_document_get_title):
12364         * backend/ev-document.h:
12365         * pdf/xpdf/pdf-document.cc:
12366         * ps/ps-document.c: (ps_document_set_property),
12367         (ps_document_get_property), (ps_document_class_init),
12368         (document_load):
12369         * ps/ps-document.h:
12370         * ps/ps.h:
12371         * shell/ev-window.c: (update_window_title), (ev_window_open),
12372         (ev_window_init):
12373
12374         Initial support for document title. Not working yet.
12375
12376 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12377
12378         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12379
12380         Grab focus on the view when clicking it
12381
12382 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12383
12384         * shell/ev-marshal.list:
12385         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12386         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12387
12388         Add key bindings to the view. Now if the focus would work
12389         right...
12390
12391 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12392
12393         * Makefile.am:
12394         * backend/Makefile.am:
12395         * data/Makefile.am:
12396         * dvi/Makefile.am:
12397         * dvi/dvilib/Makefile.am:
12398         * pdf/xpdf/Makefile.am:
12399         * po/POTFILES.in:
12400         * ps/Makefile.am:
12401
12402         Fix distcheck
12403
12404 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * shell/ev-view.c: (ev_view_realize):
12407
12408         Fix mouse wheel scrolling
12409
12410 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12411
12412         * ps/Makefile.am:
12413         * ps/gstypes.h:
12414         * ps/gtkgs.c:
12415         * ps/gtkgs.h:
12416         * ps/ps-document.c: (catchPipe), (ps_document_init),
12417         (ps_document_class_init), (ps_document_cleanup),
12418         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12419         (set_up_page), (close_pipe), (is_interpreter_ready),
12420         (interpreter_failed), (output), (input), (start_interpreter),
12421         (stop_interpreter), (file_length), (file_readable),
12422         (check_filecompressed), (check_pdf), (compute_xdpi),
12423         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12424         (ps_document_get_type), (ps_document_emit_error_msg),
12425         (document_load), (ps_document_next_page),
12426         (ps_document_get_current_page), (ps_document_get_page_count),
12427         (ps_document_goto_page), (ps_document_set_page_size),
12428         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12429         (ps_document_load), (ps_document_get_n_pages),
12430         (ps_document_set_page), (ps_document_get_page),
12431         (ps_document_widget_event), (ps_document_set_target),
12432         (ps_document_set_scale), (ps_document_set_page_offset),
12433         (ps_document_get_page_size), (ps_document_render),
12434         (ps_document_document_iface_init):
12435         * ps/ps-document.h:
12436         * ps/ps.c:
12437         * shell/ev-window.c: (ev_window_open):
12438
12439         Rename GtkGS to PSDocument
12440
12441 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12442
12443         * ps/gtkgs.c: (gtk_gs_class_init):
12444         * ps/gtkgs.h:
12445
12446         Some more leftover...
12447
12448 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12449
12450         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12451         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12452         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12453         * ps/gtkgs.h:
12454
12455         Remove unused code and make a lot of stuff private
12456
12457 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12458
12459         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12460         (gtk_gs_defaults_changed):
12461         * ps/gsdefaults.h:
12462         * ps/gtkgs.c:
12463         * ps/gtkgs.h:
12464         * ps/ps.h:
12465
12466         Cleanup headers dependencies
12467
12468 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12469
12470         * ps/Makefile.am:
12471         * ps/ggvutils.c:
12472         * ps/ggvutils.h:
12473         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12474         * ps/gsdefaults.h:
12475         * ps/gtkgs.c: (file_length), (file_readable),
12476         (check_filecompressed), (check_pdf), (gtk_gs_load),
12477         (gtk_gs_get_postscript):
12478
12479         Get rid of ggvutils
12480
12481 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12482
12483         * ps/ggvutils.c:
12484         * ps/ggvutils.h:
12485         * ps/gsio.h:
12486         * ps/gtkgs.c: (gtk_gs_set_zoom):
12487
12488         Cleanups
12489
12490 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12491
12492         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12493
12494         Ensure the page is rerendered when changing zoom
12495
12496 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12497
12498         * backend/ev-document.c: (ev_document_base_init),
12499         (ev_document_changed):
12500         * backend/ev-document.h:
12501
12502         Add a changed event that is emitted when the page content
12503         changes. This is necessary to deal with the fact that
12504         in ps backend rendering happen asycrounously.
12505         This makes the ps backend mostly work.
12506
12507         * pdf/xpdf/pdf-document.cc:
12508
12509         Emit changed event
12510
12511         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12512         (ps_document_set_target):
12513
12514         Emit changed event
12515
12516         * shell/ev-view.c: (document_changed_callback),
12517         (ev_view_set_document), (ev_view_set_page):
12518
12519         Redraw on the changed signal
12520
12521 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12522
12523         * configure.ac: Added pt_BR to ALL_LINGUAS.
12524
12525 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12526
12527         * backend/ev-document-bookmarks.c:
12528         (ev_document_bookmarks_get_child): *
12529         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12530         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12531         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12532         (ev_sidebar_bookmarks_destroy),
12533         (ev_sidebar_bookmarks_class_init),
12534         (ev_sidebar_bookmarks_construct), (stack_data_free),
12535         (do_one_iteration), (populate_bookmarks_idle),
12536         (ev_sidebar_bookmarks_clear_document),
12537         (ev_sidebar_bookmarks_set_document): *
12538         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12539         (ev_sidebar_add_page),
12540         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12541         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12542         it displays both the topics and the page numbers.
12543
12544 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12545
12546         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12547         toggle.
12548         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12549         visible.
12550
12551 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12552
12553         * configure.ac: Added en_CA to ALL_LINGUAS.
12554
12555 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12556
12557         * ChangeLog: replace bottom of this ChangeLog (merged history of
12558         ggv and gpdf; where all paths were wrong and most of the files are
12559         not even in this tree) with ChangeLog (from arch) of the shell
12560         code.
12561
12562 2004-12-23  Havoc Pennington  <hp@redhat.com>
12563
12564         * shell/ev-window.c: hook up potentially-questionable "find
12565         results status text" feature - something involving the sidebar or
12566         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12567         might be better in the end.
12568
12569         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12570         with corresponding signal when it should be updated
12571
12572         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12573
12574 2004-12-22  Havoc Pennington  <hp@redhat.com>
12575
12576         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12577         find stuff on other pages, sort of (only returns one result on
12578         invisible pages, to show they have results; updates full results
12579         for a page when you view it). Currently repaints the current page
12580         every time a new result is found on any page, which isn't so nice.
12581
12582 2004-12-22  Havoc Pennington  <hp@redhat.com>
12583
12584         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12585         the document doesn't support find (better ideas?)
12586         (find_bar_search_changed_cb): handle missing document or document
12587         that doesn't support find
12588
12589         * pdf/xpdf/pdf-document.cc: port to implement the new
12590         EvDocumentFindIface
12591
12592         * backend/ev-document-find.c: create a new interface for searching
12593
12594         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12595
12596 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12597
12598         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12599         libevbackend.la.
12600
12601         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12602         EvPrintJob constructor arguments.
12603
12604         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12605         for documents that can export PostScript (page by page).
12606
12607         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12608         
12609         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12610         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12611         (pdf_document_ps_exporter_iface_init:
12612         Implement EvPSExporter.
12613
12614         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12615
12616 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12617
12618         * backend/Makefile.am:
12619         * backend/ev-document-thumbnails.c:
12620         (ev_document_thumbnails_get_type),
12621         (ev_document_thumbnails_get_thumbnail):
12622         * backend/ev-document-thumbnails.h:
12623         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12624         (pixbuf_document_thumbnails_get_thumbnail),
12625         (pixbuf_document_document_thumbnails_iface_init):
12626         * shell/Makefile.am:
12627         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12628         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12629         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12630         * shell/ev-sidebar-thumbnails.h:
12631         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12632         (ev_sidebar_set_document):
12633         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12634         (create_shadow), (ev_pixbuf_add_shadow):
12635         * shell/ev-utils.h:
12636         Add thumbnail support.
12637         
12638 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12639
12640         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12641         (using_postscript_printer): Set up a print dialog for "PostScript
12642         injection" method.
12643
12644         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12645         EvPrintJob.
12646
12647         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12648
12649 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12650
12651         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12652         (ps_document_set_target), (ps_document_get_page_size),
12653         (ps_document_render):
12654         * ps/gtkgs.h:
12655
12656         Fix a few bugs
12657
12658 2004-12-22  Christian Rose  <menthos@menthos.com>
12659
12660         * configure.ac: Added "sv" to ALL_LINGUAS.
12661
12662 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12663
12664         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12665         document supports bookmarks.
12666
12667 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12668
12669         * ps/ggvutils.c: (ggv_file_readable):
12670         * ps/ggvutils.h:
12671         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12672         (gtk_gs_get_postscript):
12673
12674         Remove unused utils
12675
12676 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12677
12678         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12679         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12680         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12681         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12682         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12683         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12684         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12685         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12686         (gtk_gs_set_antialiasing), (ps_document_load),
12687         (ps_document_render):
12688         * ps/gtkgs.h:
12689
12690         Another check point for the ps backend. Now I can get it to show
12691         pages!
12692
12693 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12694
12695         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12696         document setting code.
12697
12698 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12699
12700         * shell/eggfindbar.c: (entry_activate_callback):
12701         Animate the next button when activate is pressed.
12702         
12703 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12704
12705         * shell/ev-window.c: (ev_window_cmd_edit_find),
12706         (update_fullscreen_popup), (ev_window_fullscreen),
12707         (ev_window_unfullscreen), (ev_window_state_event_cb),
12708         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12709         Fix bugs in fullscreen code.
12710         
12711 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12712
12713         * Makefile.am:
12714         * configure.ac:
12715         * pixbuf/Makefile.am:
12716         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12717         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12718         (pixbuf_document_set_page), (pixbuf_document_get_page),
12719         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12720         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12721         (pixbuf_document_render), (pixbuf_document_begin_find),
12722         (pixbuf_document_end_find), (pixbuf_document_finalize),
12723         (pixbuf_document_class_init),
12724         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12725         * pixbuf/pixbuf-document.h:
12726         * shell/Makefile.am:
12727         * shell/ev-application.c: (ev_application_open):
12728         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12729         (ev_window_open):
12730         Add pixbuf backend.
12731         
12732 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12733
12734         * Makefile.am: 
12735         * dvi/dvilib/Makefile.am:
12736         * dvi/Makefile.am:
12737         * configure.ac: Auto*ify dvi and dvi/dvilib
12738
12739         * dvi/Makefile: Remove from CVS
12740         
12741         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12742         confusion.
12743
12744         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12745         
12746         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12747         
12748 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12749
12750         * ps/Makefile.am:
12751         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12752         (gtk_gs_value_adjustment_changed), (compute_size),
12753         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12754         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12755         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12756         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12757         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12758         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12759         (ps_document_load), (ps_document_get_n_pages),
12760         (ps_document_set_page), (ps_document_get_page),
12761         (ps_document_set_target), (ps_document_set_scale),
12762         (ps_document_set_page_offset), (ps_document_get_page_size),
12763         (ps_document_render), (ps_document_begin_find),
12764         (ps_document_end_find), (ps_document_document_iface_init):
12765         * ps/gtkgs.h:
12766         * shell/Makefile.am:
12767         * shell/ev-window.c: (ev_window_open):
12768
12769         Some work to integrate gtkgs with EvDocument
12770
12771 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12772
12773         * shell/ev-window.c: (update_fullscreen_popup),
12774         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12775         (exit_fullscreen_button_clicked_cb),
12776         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12777         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12778         (ev_window_state_event_cb), (ev_window_init):
12779         Add fullscreen support from Epiphany.
12780         
12781 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12782
12783         * data/ev-stock-zoom-fit-width.png: fit-width
12784         stock icon from gpdf.
12785         
12786         * shell/ev-stock-icons.[ch]: copied from gpdf.
12787         
12788         * shell/main.c: (main): init stock icons.
12789         
12790         * shell/ev-window.c: use the fit-width icon.
12791         
12792         * data/evince-ui.xml: add zooming toolbar items.
12793
12794 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12795
12796         * shell/ev-view.c: 
12797         (ev_view_best_fit), (ev_view_fit_width): because
12798         get_page_size() returns the scaled page size, we
12799         need to calculate the scale factor relative to
12800         the previous scale factor. Should really just
12801         add get_real_page_size().
12802
12803 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12804
12805         * shell/ev-view.[ch]:
12806         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12807         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12808         add zooming.
12809         
12810         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12811         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12812         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12813         hook it up.
12814         
12815         * pdf/xpdf/pdf-document.cc:
12816         (pdf_document_begin_find),
12817         (pdf_document_end_find): make static.
12818
12819 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12820
12821         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12822
12823         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12824         names to fontconfig patterns.
12825         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12826
12827         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12828         setupBaseFontsFc.
12829
12830 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12831
12832         * Makefile.am:
12833         * configure.ac:
12834         * ps/Makefile.am:
12835         * ps/ggvutils.c:
12836         * ps/ggvutils.h:
12837         * ps/gsdefaults.c:
12838         * ps/gsdefaults.h:
12839         * ps/gsio.c:
12840         * ps/gsio.h:
12841         * ps/gtkgs.c:
12842         * ps/gtkgs.h:
12843         * ps/ps.c:
12844         * ps/ps.h:
12845
12846         Import ggv backend. Not hooked up yet.
12847
12848 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12849
12850         * shell/main.c: (load_files), (main): load files
12851         from the command line.
12852
12853 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12854
12855         * configure.ac: don't require bonobo.
12856         
12857         * cut-n-paste/recent-files/*: kill bonobo recent
12858         view.
12859
12860         * shell/ev-window.c:
12861         (ev_window_is_empty): upd.
12862         (unable_to_load), (ev_window_open): load backend
12863         based on the mime type.
12864
12865 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12866
12867         * backend/.cvsignore: ignore generated marshalers source.
12868
12869         * shell/main.c (main): this is not epiphany.
12870
12871 2004-12-22  Havoc Pennington  <hp@redhat.com>
12872
12873         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12874         (expose_bin_window): draw find highlights
12875
12876         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12877         
12878         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12879         (pdf_document_end_find): implement this interface
12880
12881         * backend/ev-document.c (ev_document_found): add this to emit
12882         signal
12883
12884 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12885
12886         * data/evince-ui.xml: Add a few more toolbar items.
12887
12888         * shell/ev-window.c: Hook up page navigation toolbar 
12889         items.
12890
12891         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12892         a page-changed signal.
12893
12894         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12895         Add ev_document_get_page().
12896
12897         * shell/ev-window.c: Sensitize/desensitize navigation
12898         actions.
12899
12900 2004-12-21  Havoc Pennington  <hp@redhat.com>
12901
12902         * backend/ev-backend-marshal.c,
12903         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12904         marshaler-generator thingy. I'm sure there's a better way to do
12905         this in the modern world.
12906
12907         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12908         end_find methods and "found" signal.
12909
12910         * configure.ac: find glib-genmarshal
12911
12912 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12913
12914         * shell/ev-sidebar.c: Construct an actual sidebar.
12915         * shell/ev-sidebar-bookmarks.[ch]:
12916         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12917
12918 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12919
12920         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12921         Redo size handling.
12922         
12923         * shell/ev-view.c: Track the size from the document.
12924
12925 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12926
12927         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12928         constructor assumes ownership of the string passed in.
12929         
12930         * shell/ev-window.c (ev_window_open): Destroy the error
12931         dialog once we've displayed it.
12932
12933 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12934
12935         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12936         a bit, it works! (sort of)
12937
12938         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12939         Move to .cc since we need to use C++ in the implementation.
12940
12941         * shell/dummy.cc: Add a CC file to force evince
12942         to be linked as a C++ program.
12943
12944 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12945
12946         * shell/ev-view.[ch]: Start of content-area widget.
12947
12948         * shell/ev-window.c: Create a EvView, update it
12949         as we change documents.
12950
12951         * shell/Makefile.am shell/ev-marshal.list: Add
12952         generated marshalers.
12953
12954 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12955
12956         * Makefile.am (SUBDIRS): move shell.
12957
12958 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12959
12960         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12961         .a to libtool convenience libraries.
12962
12963         * shell/ev-window.c (ev_window_open): Hard code loading
12964         a PDF document.
12965         
12966         * backend/ev-document.h: Add a boolean return to load(),
12967         fix GError * to GError **.
12968
12969         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12970         object for a PDF backend EvDocument.
12971
12972 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12973
12974         * dvi/*: New directory with the beginning of a .dvi backend.
12975
12976 2004-12-21  Havoc Pennington  <hp@redhat.com>
12977
12978         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12979         previous/next instead of back/forward
12980
12981 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12982
12983         * backend/ev-document.[ch]: Fix a couple of problems so
12984         it compile.
12985
12986 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12987
12988         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12989         to backend/ directory, rename EvViewer to EvDocument.
12990
12991 2004-12-21  Havoc Pennington  <hp@redhat.com>
12992
12993         * shell/ev-window.c: hook up the find bar widget; now we just need
12994         a document to find things in
12995
12996         * shell/eggfindbar.c: a find bar widget
12997
12998 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12999
13000         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13001
13002 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13003
13004         * pdf/**: Import of xpdf code from gpdf. 
13005
13006         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13007
13008         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13009         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13010         Fix FreeType includes.
13011
13012         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13013         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13014         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13015         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13016         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13017         Include xpdfconfig.h
13018         
13019 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13020
13021         * shell/ev-window.c (ev_window_dispose): dispose can be called
13022         multiple times.
13023
13024 2004-12-21  Havoc Pennington  <hp@redhat.com>
13025
13026         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13027         rather than Evince
13028
13029         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13030         items; really they should be synced with the strings, etc. from
13031         current gpdf, but just getting the boring typing out of the way 
13032
13033 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13034
13035         * po/POTFILES.in:
13036         * shell/ev-application.c: (window_destroy_cb):
13037         * shell/ev-window.c:
13038         * shell/main.c: (main):
13039
13040         Actually show the window...
13041
13042 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13043
13044         * Makefile.am:
13045         * shell/Makefile.am:
13046         * shell/ev-application.c: (ev_application_class_init):
13047         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13048
13049         Make it build again
13050
13051 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13052
13053         Import to gnome cvs.
13054         
13055         * Remove copies of gpdf and ggv trees.
13056         * Rip out all the recursive configure code.
13057         * Remove bonobo machinery.
13058         * viewer/*: GInterfaces that backends should/can implement.
13059
13060 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13061
13062         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13063         typo
13064
13065 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13066
13067         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13068         (ev_application_finalize, ev_application_class_init)
13069         (ev_application_init): use GType instance private data for priv.
13070
13071         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13072         (ev_window_finalize, ev_window_class_init)
13073         (ev_window_init): ditto.
13074
13075 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13076
13077         * shell/ev-application.c (ev_application_new_window): make public
13078         (ev_application_show_initial_window): kill.
13079
13080         * shell/ev-application.h: update prototypes.
13081
13082         * shell/main.cc (main): inline ev_application_show_initial_window.
13083
13084 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13085
13086         * shell/ev-application.c (ev_application_new_window): impl.
13087         (ev_application_show_initial_window): use it.
13088         (is_window_empty, ev_application_get_empty_window): returns an
13089         existing empty window or a new one.
13090         (ev_application_open): from ev_window_cmd_file_open.
13091
13092         * shell/ev-application.h: update prototypes
13093
13094         * shell/ev-window.c (ev_window_is_empty): impl.
13095         (ev_window_open): make public.
13096         (ev_window_cmd_file_open): use ev_application_open
13097
13098         * shell/ev-window.h: update prototypes, remove unused.
13099
13100 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13101
13102         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13103         move destroy handler out of here...
13104
13105         * shell/ev-application.c, shell/ev-application.h: ...into this new
13106         class. Also handles initial window creation.
13107
13108         * shell/main.cc (main): use EvApplication to create initial
13109         window.
13110
13111 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13112
13113         * Makefile.am (SUBDIRS): add cut-n-paste
13114
13115         * cut-n-paste/Makefile.am: add
13116
13117         * configure.ac: generate Makefiles in cut-n-paste
13118
13119 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13120
13121         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13122         (ev_window_class_init): install ev_window_dispose.
13123
13124 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13125
13126         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13127         char (gchar looks stupid).
13128
13129 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13130
13131         * po/de.po: updated German translation.
13132
13133 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13134
13135         * configure.ac: add more pkg-config library checks for gnome-vfs,
13136         bonobo etc.
13137
13138         * gpdf/configure.in: temporarily disable libpaper
13139         checks. Otherwise I'd have to add the checks for the shell, too.
13140
13141 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13142
13143         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13144         and * file filters to the file choose.
13145
13146 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13147
13148         * po/de.po: Updated German translation.
13149
13150 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13151
13152         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13153
13154 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13155
13156         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13157
13158         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13159         (ev_window_init): implement those menuitems.
13160
13161 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13162
13163         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13164
13165         * shell/ev-window.c (ev_window_init): use the toolbar.
13166
13167 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13168
13169         * shell/ev-window.c (ev_window_init): use menu translations
13170
13171 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13172
13173         * configure.ac: add "de" to ALL_LINGUAS.
13174
13175         * po/de.po: add German translation.
13176
13177 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13178
13179         * Makefile.am (SUBDIRS): add po
13180
13181         * configure.ac: check intltool, glib-gettext etc, generate
13182         po/Makefile.in
13183
13184         * po, po/POTFILES.in, po/POTFILES.skip: new.
13185
13186 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13187
13188         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13189         already use (#ifdef ENABLE_NLS)
13190
13191         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13192         pointer indirection thinko.
13193
13194         * shell/main.c: include gi18n.h for bindtextdomain etc.
13195
13196 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13197
13198         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13199         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13200         tooltips for menu items in the statusbar.
13201
13202 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13203
13204         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13205         pkgdatadir drop UIDIR
13206
13207 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13208
13209         * data/evince-ui.xml: Add File->Open menu item
13210
13211         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13212         chooser), hook it up in the ui manager.
13213
13214 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13215
13216         * shell/ev-window.c: fix Help->About tooltip.
13217
13218 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13219
13220         * configure.ac: set CFLAGS for libevprivate.
13221
13222         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13223         definitions, factory etc.
13224
13225         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13226
13227         * shell/Makefile.am: link against libevprivate.a.
13228
13229         * shell/ev-window.c (entries): add stock icon to Help->About.
13230
13231         * shell/main.c (main): init stock icon code.
13232
13233 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13234
13235         * lib/recent-files: egg recent files code
13236
13237         * lib/Makefile.am: add.
13238
13239         * Makefile.am: add lib subdir.
13240
13241         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13242         set CFLAGS for recent-files.
13243
13244 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13245
13246         * configure.ac: disable -ansi and -pedantic gcc flags. They
13247         disable POSIX stuff in stdio.h, but egg-recent uses them.
13248
13249 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13250
13251         * configure.ac: add --disable-deprecated flag (defaults to on in
13252         "cvs" builds).
13253
13254         * shell/Makefile.am (INCLUDES): use it.
13255
13256 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13257
13258         * shell/main.c: add missing #include.
13259
13260         * shell/ev-window.c: fix for pedantic gcc.
13261         (ev_window_cmd_help_about): split license into paragraphs for
13262         translators and pedantic compilers.
13263
13264 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13265
13266         * configure.ac: add more warning flags if compiling with gcc from
13267         cvs (or explicitly requested with --enable-more-warnings).
13268
13269 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13270
13271         * data/evince-ui.xml: add File and File->Close menu.
13272
13273         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13274         (ev_window_destroy): quit after destroy.
13275         (ev_window_class_init): override GtkObject::destroy.
13276         (entries): install close_window callback.
13277
13278 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13279
13280         * Makefile.am (SUBDIRS): add data subdir.
13281
13282         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13283         gtk+ 2.5.0 for GtkAboutDialog.
13284
13285         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13286         main window.
13287
13288         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13289
13290         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13291         manager.
13292         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13293
13294 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13295
13296         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13297
13298 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13299
13300         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13301
13302 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13303
13304         * shell/*: Added shell directory boilerplate, build it.
13305
13306 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13307
13308         * configure.ac, Makefile.am: Added top-level configure.ac and
13309         Makefile.am