]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Make ps backend module resident. Fixes bug #520607.
[evince.git] / ChangeLog
1 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/ps/psdocument.evince-backend.in:
4
5         Make ps backend module resident. Fixes bug #520607.
6         
7 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
8
9         * shell/ev-jobs.c: (ev_job_print_run):
10
11         Invert collate action in order to work as expected, fix reverse
12         printing so that it doesn't start with a blank page and fix number
13         of copies. Patch by Eugen Dedu. Fixes bug #365332.
14         
15 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
18
19         Fix build with poppler <= 0.7.2
20         
21 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
22
23         * libdocument/ev-document-misc.c:
24         (ev_document_misc_surface_from_pixbuf):
25
26         Fix selections with poppler-splash.
27         
28 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
29
30         * configure.ac:
31         * backend/pdf/ev-poppler.cc:
32
33         Fix build with poppler >= 0.7.2
34         
35 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
36
37         * configure.ac:
38         
39         Update for release 2.22.0
40
41 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
42
43         * NEWS:
44
45         Update for upcoming release.
46
47 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
48
49         * shell/ev-window.c (ev_window_print_dialog_response_cb):
50
51         Bug 495107 – Handle print dialog responses correctly
52
53         Correctly handle print dialog response. Properly fixes
54         the above mentioned bug.
55
56 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
59
60         Make sure print job is only run when the print button is
61         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
62         
63 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * backend/pdf/pdfdocument.evince-backend.in:
66         * libdocument/ev-backends-manager.c:
67         (ev_backends_manager_load_backend),
68         (ev_backends_manager_get_document):
69         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
70
71         Allow making backend modules resident. This is needed only for
72         some backends like pdf to avoid registering glib types more than
73         once.
74         
75 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * backend/comics/comics-document.c:
78         * backend/djvu/djvu-document.c:
79         * backend/impress/impress-document.c:
80         * backend/pdf/ev-poppler.cc:
81         * backend/pixbuf/pixbuf-document.c:
82         * backend/ps/ev-spectre.c:
83         * backend/ps/ps-document.c:
84         * backend/tiff/tiff-document.c:
85         * libdocument/ev-document.h:
86         * properties/ev-properties-main.c:
87
88         Use g_type_module_add_interface instead of
89         g_type_add_interface_static. Fixes bug #519679.
90         
91 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
92
93         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
94         Added. Returns whether the animation has everything necessary to run.
95         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
96         is ready just because it's been created. Fixes #519106.
97         (draw_one_page): Do not show the "Loading..." text in presentation
98         mode, there was a slim probability that this could happen.
99
100 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
101
102         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
103
104         Duplicate mime_type string before freeing it so that it doesn't
105         always fail when getting mime type from uri. Fixes bug #518874.
106         
107 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * shell/ev-view.c: (ev_view_form_field_choice_changed):
110
111         Fix a crash when a choice form field doesn't have any item
112         selected. Fixes bug #518831
113         
114 2008-02-25  Alexander Larsson  <alexl@redhat.com>
115
116         * shell/ev-window.c (ev_window_clear_temp_file):
117         Use g_file_has_prefix instead of renamed
118         g_file_contains_file.
119
120         * configure.ac:
121         Require new glib for above change.
122         
123 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
124
125         * libdocument/ev-image.c: (ev_image_finalize),
126         (ev_image_save_tmp):
127
128         Return a real uri instead of a filename when saving an
129         image. Fixes images drag an drop from evince to nautilus. 
130         
131 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
132
133         * backend/pdf/ev-poppler.cc:
134         (pdf_document_images_get_image_mapping):
135
136         Return the image list in the right order. Fixes bug #516237.
137         
138 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
139
140         * backend/impress/impress-document.c:
141         (impress_document_thumbnails_get_thumbnail):
142
143         Remove unused variable to avoid a compiler warning.
144
145 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
146
147         * configure.ac:
148         
149         Update for release 2.21.91.
150
151 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
152
153         * configure.ac:
154         * shell/Makefile.am:
155         * shell/ev-application.[ch]:
156         * shell/ev-sidebar-links.c:
157         * shell/ev-utils.[ch]:
158         * shell/ev-window.[ch]:
159
160         Remove libgnomeprint support. Fixes bug #512370.
161         
162 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
163
164         * thumbnailer/evince-thumbnailer.c: (main):
165
166         Initialize glib type system before using it. Fixes bug #513934.
167         
168 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * properties/ev-properties-main.c:
171
172         Add missing #include.
173         
174 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
175
176         * configure.ac:
177         * backend/djvu/djvu-document.c: (djvu_document_render):
178         * backend/tiff/tiff-document.c: (tiff_document_render):
179
180         Use the new cairo function cairo_format_stride_for_width when
181         available. Fixes bug #482720.
182
183 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
184
185         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
186         (get_mime_type_from_data), (get_document_from_uri):
187
188         Use g_content_type_guess() only when slow is true in
189         get_document_from_uri(). Fix several memory leaks.
190         
191 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
192
193         * libdocument/ev-document-factory.c:
194         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
195         (get_document_from_uri):
196
197         Use g_content_type_guess () to get mimetype for files.
198         Bug #510401.
199
200 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * thumbnailer/Makefile.am:
203
204         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
205         
206 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
207
208         * configure.ac:
209
210         Fix build with --without-libgnome. Fixes bug #512771.
211         
212 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
213
214         * backend/dvi/Makefile.am: Install only dvi
215         module. Fixes bug #512718.
216
217 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
218
219         * properties/ev-properties-main.c: (nautilus_module_initialize):
220         
221         Initialize backends in properties tab. Fixes bug
222         #512720.
223
224 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
225
226         * properties/Makefile.am: No need to link with 
227         libraries. Fixes bug #512719.
228
229 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
230
231         * NEWS:
232         * configure.ac:
233         
234         Update for release 2.21.90.
235
236 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * shell/ev-window.c: (ev_window_cmd_escape):
239
240         Fix compile warning.
241         
242 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
243
244         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
245
246         Fix printing in dvi backend when filename contains white
247         espaces. Fixes bug #502839.
248         
249 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
250
251         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
252         (screensaver_disable_x11):
253         * shell/Makefile.am:
254         * shell/xdg-user-dir-lookup.c: Removed
255         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
256         * shell/ev-view.c: (ev_view_presentation_transition_start):
257         * shell/ev-window.c: (ev_window_cmd_file_open),
258         (ev_window_cmd_save_as), (presentation_set_timeout):
259
260         Remove #ifdefs that are no longer needed.
261         
262 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * shell/ev-view.[ch]: (ev_view_button_release_event),
265         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
266         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
267         (ev_window_cmd_escape):
268
269         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
270         
271 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
272
273         * configure.ac:
274         * backend/comics/comics-document.c: (comics_document_load):
275         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
276         (ev_attachment_set_property), (ev_attachment_init),
277         (ev_attachment_save), (ev_attachment_launch_app),
278         (ev_attachment_open):
279         * libdocument/ev-document-factory.c: (get_document_from_uri):
280         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
281         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
282         * shell/ev-jobs.c:
283         * shell/ev-password.c: (ev_password_dialog_set_property),
284         (ev_password_dialog_save_password):
285         * shell/ev-sidebar-attachments.c:
286         (ev_sidebar_attachments_drag_data_get):
287         * shell/ev-window-title.c: (get_filename_from_uri):
288         * shell/ev-window.c: (ev_window_clear_temp_file),
289         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
290         (ev_window_open_uri), (window_save_file_copy_ready_cb),
291         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
292         (launch_external_uri), (image_save_dialog_response_cb),
293         (attachment_save_dialog_response_cb):
294         * shell/main.c: (load_files), (load_files_remote), (main):
295         * thumbnailer/evince-thumbnailer.c: (main):
296
297         Port to gio and drop gnome-vfs dependency. Fixes bug
298         #510401. Based on patch by Cosimo Cecchi.
299         
300 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
301
302         * NEWS:
303
304         Fixed formatting inconsistencies (spaces vs. tabs)
305
306 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
307
308         * shell/ev-window.c:
309
310         Use top/up/bottom/down arrows instead of
311         first/left/last/right in the toolbar and menu actions.
312         This fixes issues with RTL languages and is visually
313         consistent with the page view. Fixes bug #170081.
314
315 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
316
317         * NEWS:
318
319         Fixed some inaccuracies pointed out by Carlos Garcia
320         Campos.
321
322 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
323
324         * NEWS:
325         * data/evince.schemas.in:
326         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
327
328         Override PDF restrictions by default. Fixes bug #382700.
329
330 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
331
332         * NEWS: Updated for upcoming release
333
334 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
335
336         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
337
338         Fix memory leak.
339         
340 2008-01-23  Gil Forcada <gilforcada@guifi.net>
341
342         * shell/ev-window.c: (register_custom_actions):
343         
344         Added comment for translators
345
346 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
347
348         * shell/ev-view.c: (ev_view_button_release_event):
349
350         Do not create the idle function for kinetic scrolling if we are
351         not in a drag operation.
352
353 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
354
355         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
356         (ev_view_button_press_event), (ev_view_motion_notify_event),
357         (ev_view_button_release_event):
358
359         Restore cursor after autoscrolling. Fixes bug #509958.
360
361 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * configure.ac:
364         * backend/pdf/ev-poppler.cc:
365         (pdf_document_images_get_image_mapping),
366         (pdf_document_images_get_image),
367         (pdf_document_document_images_iface_init):
368         * libdocument/ev-document-images.[ch]:
369         (ev_document_images_get_image_mapping),
370         (ev_document_images_get_image):
371         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
372         (ev_image_get_id), (ev_image_save_tmp):
373         * shell/ev-jobs.c: (ev_job_render_run):
374         * shell/ev-view.c: (ev_view_drag_data_get):
375         * shell/ev-window.c: (image_save_dialog_response_cb),
376         (ev_view_popup_cmd_copy_image):
377
378         Do not render images when rendering the page but on demand. It
379         reduces the memory comsumption.
380         
381 2008-01-18  Marcelo Lira  <setanta@gmail.com>
382
383         * configure.a:
384         * shell/ev-password.c:
385
386         Make gnome-keyring optional. Fixes bug #509676.
387         
388 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
389
390         * shell/ev-pixbuf-cache.c: (add_job):
391
392         Initialize include_images variable as FALSE instead of TRUE.
393         
394 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
395
396         * configure.ac:
397         * cut-n-paste/Makefile.am:
398         * cut-n-paste/fileformatchooser/Makefile.am:
399         * cut-n-paste/fileformatchooser/egg-macros.h:
400         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
401         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
402         * shell/Makefile.am:
403         * shell/ev-utils.c:
404         (file_chooser_dialog_add_writable_pixbuf_formats),
405         (get_gdk_pixbuf_format_by_extension):
406         * shell/ev-utils.h:
407         * shell/ev-window.c: (ev_window_error_message),
408         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
409         
410         Simplify image format selection on save.
411
412 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
413
414         * shell/ev-view.c: (ev_view_scroll_event):
415         
416         Repair gorizontal scrolling with shift. Fixes
417         bug #483412.
418
419 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
420         
421         * MAINTAINERS:
422
423         Fix formatting issues.
424         
425 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
426
427         * backend/comics/comics-document.c: (comics_regex_quote):
428         
429         Don't overquote special chars except of '. See bug 
430         502500. Thanks to Tom Parker.
431
432 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
433
434         * MAINTAINERS:
435         
436         Added Nickolay and Carlos, since they're doing most of
437         the releases nowadays.
438
439 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
440
441         * properties/Makefile.am:
442
443         Get the nautilus extension dir properly instead of using
444         a hack. Fixes bug #505359.
445
446 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
447
448         * properties/Makefile.am:
449         
450         Install nautilus extension into new place. See bug
451         #505359. Thanks to Matthias Clasen, Brian Pepple and
452         Damien Carbery.
453
454 2008-01-13  Djihed Afifi  <djihed@gmail.com>
455
456         * shell/ev-window.c: (ev_window_get_recent_file_label):
457         
458         RTL marker in recent file list. See bug #509076.
459
460 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
461
462         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
463         * shell/ev-window.c: (image_save_dialog_response_cb):
464
465         Fix compile warnings due to unused variables.
466         
467 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
468
469         * configure.ac:
470         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
471         * backend/ps/ev-spectre.c: (ps_document_render):
472
473         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
474
475 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
476
477         * shell/ev-transition-animation.c (ev_transition_animation_fade)
478         (ev_transition_animation_paint): Implement "fade" effect.
479
480 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
481
482         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
483         (ev_transition_animation_paint): Implement "uncover" effect.
484
485 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
486
487         * shell/ev-transition-animation.c (ev_transition_animation_cover)
488         (ev_transition_animation_paint): Implement "cover" effect.
489
490 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
491
492         * shell/ev-transition-animation.c (ev_transition_animation_push)
493         (ev_transition_animation_paint): Implement "push" effect.
494
495 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
496
497         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
498         (ev_transition_animation_paint): Implement "dissolve" effect.
499
500 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
501
502         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
503         (ev_transition_animation_paint): Implement "wipe" effect.
504
505 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
506
507         * shell/ev-transition-animation.c (ev_transition_animation_box)
508         (ev_transition_animation_paint): Implement "box" effect.
509
510 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
511
512         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
513         (ev_transition_animation_paint): Implement "blinds" effect.
514
515 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
516
517         * shell/ev-transition-animation.c (ev_transition_animation_split)
518         (ev_transition_animation_paint): Implement "split" effect.
519
520 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
521
522         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
523         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
524         (ev_view_transition_animation_start) 
525         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
526         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
527         (ev_view_next_page) (ev_view_previous_page):
528         
529         Use EvTransitionAnimation to drive page changes in the presentation
530         mode, the animation will wait to start until both the origin and 
531         destination page surfaces are available. Fixes #458460.
532
533         (draw_loading_text):
534
535         Remove workaround for bug #320352, it's now fixed properly.
536
537
538 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
539
540         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
541         will contain the implementations for page transition animations, at
542         the moment it just has the "replace" effect.
543         * shell/Makefile.am: Added these files to build.
544
545 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
546
547         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
548         animations.
549         * shell/Makefile.am: Added these files to build.
550
551 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
552
553         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
554         implementation to get_effect() in EvDocumentTransitionIface.
555
556 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
557
558         * libdocument/ev-transition-effect.[ch]: New files, define a page
559         transition effect, at the moment it maps PopplerPageTransition to a
560         GObject.
561         * libdocument/Makefile.am: Added these files to build.
562         * libdocument/ev-document-transition.[ch]
563         (ev_document_transition_get_effect): New method, gets the
564         EvTransitionEffect returned by the interface implementation, with
565         fallback to the "replace" effect.
566
567 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
568
569         * configure.ac:
570         * cut-n-paste/Makefile.am:
571         * cut-n-paste/fileformatchooser/Makefile.am:
572         * cut-n-paste/fileformatchooser/egg-macros.h:
573         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
574         * shell/Makefile.am:
575         * shell/ev-window.c: (image_save_dialog_response_cb),
576         (ev_view_popup_cmd_save_image_as):
577
578         Allow exporting images in any format supported by
579         GdkPixbuf. Fixes bug #500209.
580         
581 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * backend/pixbuf/pixbuf-document.c:
584
585         More warnings fixed.
586         
587 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
588
589         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
590         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
591         * backend/djvu/djvu-text.h:
592         * backend/tiff/tiff-document.c: (tiff_document_render):
593
594         Fix compile warnings.
595         
596 2007-12-28  Christian Persch  <chpe@gnome.org>
597
598         * **/*.c: Include config.h. Bug #504721.
599
600 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
601
602         * configure.ac:
603         * Makefile.am:
604         * po/POTFILES.in:
605         * backend/comics/Makefile.am:
606         * backend/comics/comics-document.[ch]:
607         * backend/comics/comicsdocument.evince-backend.in:
608         * backend/djvu/Makefile.am:
609         * backend/djvu/djvu-document.[ch]:
610         * backend/djvu/djvudocument.evince-backend.in:
611         * backend/dvi/Makefile.am:
612         * backend/dvi/dvi-document.[c]:
613         * backend/dvi/dvidocument.evince-backend.in:
614         * backend/impress/Makefile.am:
615         * backend/impress/impress-document.[ch]:
616         * backend/impress/impressdocument.evince-backend.in:
617         * backend/pdf/Makefile.am:
618         * backend/pdf/ev-poppler.cc:
619         * backend/pdf/ev-poppler.h:
620         * backend/pdf/pdfdocument.evince-backend.in:
621         * backend/pixbuf/Makefile.am:
622         * backend/pixbuf/pixbuf-document.[ch]:
623         * backend/pixbuf/pixbufdocument.evince-backend.in:
624         * backend/ps/Makefile.am:
625         * backend/ps/ev-spectre.[ch]:
626         * backend/ps/ps-document.[ch]:
627         * backend/ps/psdocument.evince-backend.in:
628         * backend/tiff/Makefile.am:
629         * backend/tiff/tiff-document.[ch]:
630         * backend/tiff/tiffdocument.evince-backend.in:
631         * libdocument/Makefile.am:
632         * libdocument/ev-backends-manager.[ch]:
633         * libdocument/ev-module.[ch]:
634         * libdocument/ev-document.h:
635         * libdocument/ev-document-factory.[ch]:
636         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
637         (get_compression_from_mime_type), (get_document_from_uri),
638         (ev_document_factory_get_document), (file_filter_add_mime_types),
639         (ev_document_factory_add_filters):
640         * shell/Makefile.am:
641         * shell/ev-window-title.c: (get_filename_from_uri):
642         * shell/main.c: (main):
643         * thumbnailer/Makefile.am:
644         * thumbnailer/evince-thumbnailer.c: (main):
645
646         Plugin system for backends. Fixes bug #351348.
647         
648 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
649
650         * shell/ev-view-private.h:
651         * shell/ev-view.c: (ev_view_drag_update_momentum),
652         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
653         (ev_view_button_release_event), (ev_view_destroy):
654         
655         Kinetic scrolling implemented as requested in
656         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
657
658 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
659
660         * data/evince-toolbar.xml:
661         * data/evince-ui.xml:
662         * shell/ev-view-private.h:
663         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
664         (ev_view_button_press_event), (ev_view_motion_notify_event),
665         (ev_view_button_release_event), (ev_view_init),
666         (ev_view_autoscroll_cb), (ev_view_autoscroll),
667         (ev_view_set_cursor):
668         * shell/ev-view.h:
669         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
670         (ev_window_cmd_view_autoscroll):
671         
672         Autoscroll feature with the context menu. Fixes bug 
673         #323670. Thanks to David Turner <cillian64@googlemail.com>.
674
675 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
676
677         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
678
679         Disconnect also page-ready signal when removing a job because the
680         page size has changed. Thanks to kripken
681         <kripkensteiner@gmail.com>.
682
683 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
684
685         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
686         
687         Scroll pages in page entry with mouse wheel. Fixes bug
688         #324122. Thanks to David Turner <cillian64@googlemail.com>.
689
690 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
691
692         * backend/dvi/Makefile.am:
693         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
694         (mdvi_cairo_device_init):
695         * backend/dvi/mdvi-lib/common.h:
696         * backend/dvi/mdvi-lib/mdvi.h:
697         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
698         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
699         (mdvi_build_path_from_cwd):
700
701         Add ps specials support in dvi backend when libspectre is
702         present. Fixes bug #386005.
703         
704 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * configure.ac:
707         * backend/ps/Makefile.am:
708         * backend/ps/ev-spectre.[ch]:
709         
710         Use libspectre, if available, for the ps backend. Fixes bugs
711         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
712
713 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
714         
715         * backend/comics/comics-document.c: (comics_document_load):
716         
717         Cygwin build issue fix.
718
719 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
720
721         * shell/ev-view.c: (ev_view_set_zoom):
722
723         Do not limit the minimum zoom factor when sizing mode is best bit
724         or fit width. Fixes bug #503805.
725         
726 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
727
728         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
729         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
730         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
731         (ev_link_dest_get_property), (ev_link_dest_set_property),
732         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
733         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
734         (ev_link_dest_new_fitr):
735         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
736         (goto_fith_dest), (goto_xyz_dest):
737
738         Do not change left, top and zoom values when they are null in PDF
739         destinations. Fixes bug #460658.
740         
741 2007-12-10  Christian Persch  <chpe@gnome.org>
742
743         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
744         (ev_view_accessible_class_init),
745         (ev_view_accessible_idle_do_action),
746         (ev_view_accessible_action_do_action),
747         (ev_view_accessible_action_get_description),
748         (ev_view_accessible_action_set_description),
749         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
750         (ev_view_accessible_factory_init),
751         (ev_view_accessible_factory_get_accessible_type):
752         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
753         private data, and G_DEFINE_TYPE. Bug #502843.
754
755 2007-12-08  Christian Persch  <chpe@gnome.org>
756
757         * shell/ev-metadata-manager.c: (item_free),
758         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
759         (value_free), (parse_value), (parseItem),
760         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
761         (save_values): Use GSlice to allocate small amounts of memory. Bug
762         #475972.
763
764 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
765
766         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
767
768         Restore cursor to normal after a drag operation. Fixes bug
769         #501603.
770         
771 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
772
773         * NEWS:
774         * configure.ac:
775         
776         Update for release 2.21.1
777
778 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
779
780         * configure.ac:
781         * cut-n-paste/gedit-message-area/Makefile.am:
782         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
783         * shell/Makefile.am:
784         * shell/ev-message-area.[ch]:
785         * shell/ev-window.c: (ev_window_set_message_area),
786         (ev_window_error_message_response_cb), (ev_window_error_message),
787         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
788         (ev_window_save_job_cb), (image_save_dialog_response_cb),
789         (ev_attachment_popup_cmd_open_attachment),
790         (attachment_save_dialog_response_cb), (ev_window_set_document),
791         (ev_window_init):
792
793         Use a message area instead of a popup dialog for error
794         notifications. Fixes bug #337495.
795         
796 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
799         (ev_window_run_fullscreen):
800
801         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
802         
803 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
804
805         * ev-sidebar-thumbnails.c: (update_visible_range),
806         (ev_sidebar_thumbnails_refresh),
807         (ev_sidebar_thumbnails_set_document),
808         (ev_sidebar_thumbnails_support_document):
809
810         Show thumbnails for documents with one page. Fixes bug #358751.
811         
812 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
813
814         * shell/ev-window.c:
815         (ev_window_load_print_settings_from_metadata),
816         (ev_window_save_print_settings), (ev_window_print_finished),
817         (ev_window_print_range):
818
819         Print settings that are specific to the document are now saved per
820         document in the metadata file. Fixes bug #488806.
821         
822 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
823
824         * backend/tiff/tiff-document.c: (tiff_document_render):
825
826         Tiff documents were rendered with wrong colors. Fixes bug #497279.
827         
828 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * shell/ev-application.[ch]: (get_find_string_from_args),
831         (ev_application_open_uri_at_dest), (ev_application_open_uri),
832         (ev_application_open_uri_list):
833         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
834         * shell/ev-window.[ch]: (ev_window_load_job_cb),
835         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
836         (ev_window_cmd_recent_file_activate),
837         (ev_window_open_recent_action_item_activated),
838         (ev_window_print_send), (open_remote_link):
839         * shell/main.c: (arguments_parse):
840
841         Add a command line option for search. Fixes bug #497710.
842         
843 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
844
845         * shell/ev-jobs.c: (ev_job_print_new):
846
847         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
848         
849 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
850
851         * data/evince-toolbar.xml:
852         * shell/Makefile.am:
853         * shell/ev-application.c: (ev_application_init):
854         * shell/ev-open-recent-action.[ch]:
855         * shell/ev-window.c:
856         (ev_window_open_recent_action_item_activated),
857         (register_custom_actions):
858
859         Add an expander to the open toolbar item which pops up a dropdown
860         menu with the recently used documents. Fixes bug #487215.
861         
862 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
863
864         * shell/ev-window.c: (ev_window_open_uri),
865         (ev_window_cmd_view_reload):
866
867         Do not jump to the first page when reloading by running evince
868         from the command line. Fixes bug #490847.
869         
870 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
871
872         * shell/ev-window.c: (ev_window_cmd_help_contents):
873
874         Plugged memory leak when help file is not found. Fixes bug
875         #490762.
876         
877 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
878
879         * configure.ac:
880
881         Enable djvu, dvi and comics backends by default. Fixes bug
882         #437121.
883         
884 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
885
886         * configure.ac:
887         * cut-n-paste/Makefile.am:
888         * cut-n-paste/recent-files/*: Removed
889         * help/reference/Makefile.am:
890         * shell/Makefile.am:
891         * shell/ev-application.[ch]: (ev_application_shutdown),
892         (ev_application_init):
893         * shell/ev-window.c: (ev_window_add_recent),
894         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
895
896         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
897         
898 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
899
900         * shell/ev-window.c: (launch_external_uri):
901
902         Let GnomeVFS check the URL, this allow more URL (like mailto:),
903         and report error if the URL is not supported (#489910).
904
905 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
906
907         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
908         (pdf_document_file_exporter_begin_page),
909         (pdf_document_file_exporter_end_page):
910
911         Fix printing with poppler splash backend. Fixes bug #489774.
912         
913 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
914
915         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
916         * shell/ev-print-job.c: (ev_print_job_class_init):
917
918         Fix a crash when printing with the gnome-print dialog. Fixes bug
919         #488939.
920         
921 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
922
923         * backend/pixbuf/pixbuf-document.c:
924
925         Fix an implicit function definition warning (#487655)
926
927 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * shell/ev-window.c:
930
931         Fix conflicting shortcut for view sade pane and presentation.
932         
933 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
934
935         * backend/pdf/ev-poppler.cc:
936         (pdf_document_file_exporter_begin_page),
937         (pdf_document_file_exporter_do_page),
938         (pdf_document_file_exporter_end_page),
939         (pdf_document_file_exporter_iface_init):
940         * libdocument/ev-file-exporter.[ch]:
941         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
942         * shell/ev-jobs.c: (ev_job_print_get_page_list),
943         (ev_job_print_run):
944
945         When printing multiple pages per sheet in reverse option, do not
946         invert the order of the pages in every sheet, but the order of the
947         sheets. Do not print blank pages when page range is invalid. Fixes
948         bugs #484857 and #485521.
949         
950 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
951
952         * shell/ev-jobs.c: (ev_job_print_get_page_list),
953         (ev_job_print_run):
954         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
955
956         Respect ranges order when printing more than one range in random
957         order.
958         
959 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
960
961         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
962         (ev_window_setup_document), (ev_window_rotation_changed_cb):
963
964         Rotate also the window icon when document is rotated. Fixes bug
965         #474681.
966         
967 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
968
969         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
970         (pdf_document_forms_get_form_fields):
971
972         Silently ignore unknown form fields. Fixes bug #482654. Patch by
973         Matthias Drochner.
974         
975 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * configure.ac:
978         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
979
980         Use poppler_page_render_for_printing() instead of
981         poppler_page_render() if available when exporting to a ps or pdf
982         file. Fixes bug #476627.
983         
984 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * shell/ev-window.c: (ev_window_run_fullscreen):
987
988         Do not show the toolbar in fullscreen mode if the main toolbar is
989         not visible. Fixes bug #483048.
990         
991 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * shell/ev-view.c: (ev_view_button_press_event):
994
995         Give priority to form fields over images when deciding whether a
996         button press event is over an image or form field. It allows edit
997         form fields when they are over a background image. Fixes bug
998         #477841.
999         
1000 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1001
1002         * NEWS:
1003         * configure.ac:
1004         
1005         Update for release 2.20.0
1006
1007 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1008
1009         * backend/pdf/ev-poppler.cc:
1010
1011         Remove #ifdef HAVE_FORMS, so that forms support works again.
1012
1013 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1014
1015         * configure.ac:
1016         * data/evince.desktop.in.in:
1017         
1018         Fixes desktop file issues. See bug #473471.
1019
1020 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1023         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1024         (ev_job_queue_remove_job):
1025         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1026         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1027         * shell/ev-window.c: (ev_window_clear_save_job),
1028         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1029         (ev_window_dispose):
1030
1031         Move save a copy task to its own job so that it's carried out in a
1032         thread avoiding another lock in the main thread. Use
1033         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1034         can be saved to a pathin another file system. Fixes bug #456891.
1035         
1036 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1037
1038         * NEWS:
1039         * configure.ac:
1040         
1041         Update for release 2.19.92
1042
1043 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1044
1045         * configure.ac:
1046         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1047         (pdf_selection_get_selection_region),
1048         (pdf_selection_get_selection_map),
1049         (ev_form_field_from_poppler_field):
1050
1051         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1052         and triple click selections are enabled again now.
1053
1054 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * shell/ev-window.c: (ev_window_add_history):
1057
1058         Make sure not to use the history with documents not supporting
1059         links. Fixes bug #468954.
1060
1061 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * shell/ev-window.c: (ev_window_load_job_cb):
1064
1065         Restart the search when reloading a document with the find bar
1066         visible. Fixes bug #461962.
1067
1068 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1069
1070         * shell/ev-window.c: (setup_document_from_metadata),
1071         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1072
1073         Do not jump to the first page when reloading a document from the
1074         last page.
1075
1076 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1077
1078         * shell/ev-window.c: (update_chrome_flag),
1079         (setup_sidebar_from_metadata),
1080         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1081         (ev_window_cmd_edit_find_next),
1082         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1083         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1084         (find_bar_close_cb), (view_actions_focus_in_cb):
1085
1086         Do not update visibility when changing a chrome flag so that it's
1087         possible to update several flags and update visibility only once
1088         for all of them.
1089
1090 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1093
1094         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1095         supported by gtk+. Fixes bug #460907.
1096
1097 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1098
1099         * shell/ev-view.c: (view_update_range_and_current_page):
1100
1101         Make sure current-page <= end-page in continuous mode. Fixes bug
1102         #454950.
1103
1104 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1105
1106         * backend/pdf/ev-poppler.cc: (build_tree):
1107
1108         Ignore outline items without a title. Fixes bug #453913.
1109
1110 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1113         (ev_view_button_release_event), (ev_view_leave_notify_event):
1114
1115         Use always drag mouse cursor during a drag operation. Fixes bug
1116         #470564.
1117
1118 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1119
1120         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1121         (pdf_selection_get_selection_region),
1122         (pdf_selection_get_selection_map):
1123
1124         Temporarily disable double and triple selections since it depends on
1125         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1126         released and the update of the external dependency minimal version
1127         approved.
1128
1129 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1130
1131         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1132         (pdf_document_file_exporter_do_page):
1133         * libdocument/ev-file-exporter.h:
1134         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1135         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1136
1137         Actually fix printing regressions. Remove orientation from
1138         EvPrintContext since it's redundant.
1139
1140 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1141
1142         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1143         * backend/impress/impress-document.c:
1144         (impress_document_document_iface_init):
1145         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1146         * backend/djvu/djvu-document.c:
1147         (djvu_document_document_iface_init),
1148         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1149         * backend/tiff/tiff-document.c:
1150         (tiff_document_document_iface_init):
1151         * backend/pixbuf/pixbuf-document.c:
1152         (pixbuf_document_document_iface_init):
1153         * backend/comics/comics-document.c:
1154         (comics_document_document_iface_init):
1155         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1156         (pdf_selection_render_selection),
1157         (pdf_selection_get_selected_text),
1158         (pdf_selection_get_selection_region),
1159         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1160         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1161         (ev_selection_get_selection_region),
1162         (ev_selection_get_selection_map):
1163         * libdocument/ev-document.[ch]:
1164         * shell/ev-pixbuf-cache.[ch]: (add_job),
1165         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1166         * shell/ev-view-private.h:
1167         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1168         (ev_job_render_run):
1169         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1170         * shell/ev-view.c: (start_selection_for_event),
1171         (ev_view_button_press_event), (ev_view_drag_data_get),
1172         (ev_view_drag_data_received), (ev_view_button_release_event),
1173         (compute_new_selection_text), (compute_selections),
1174         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1175         (ev_view_primary_get_cb):
1176
1177         Add support for double and triple click selections.
1178
1179 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1180
1181         * NEWS:
1182         * configure.ac:
1183
1184         Update for release 2.19.4
1185
1186 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1187
1188         * shell/ev-view-private.h:
1189         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1190         (ev_view_set_highlight_search):
1191         * shell/ev-view.h:
1192         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1193         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1194         (find_bar_visibility_changed_cb):
1195         
1196         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1197
1198 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1199
1200         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1201         (pdf_document_file_exporter_begin),
1202         (pdf_document_file_exporter_do_page):
1203         * shell/ev-jobs.c: (ev_job_print_run):
1204         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1205
1206         Create always a portrait cairo surface and rotate when needed for
1207         landscape. It fixes printing problems in real printers.
1208
1209 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1210
1211         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1212         * libdocument/ev-file-exporter.[ch]:
1213         (ev_file_exporter_get_capabilities):
1214         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1215         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1216
1217         Adjust number of pages per row according to page orientation when
1218         printing 2 or 6 pages per sheet.
1219
1220 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1221
1222         * shell/ev-window.c: (ev_window_print_send):
1223
1224         Reset also cups setting to 1 when printing multiple pages per
1225         sheet. Fixes bug #468853.
1226
1227 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1228
1229         * libdocument/ev-document-misc.c:
1230         (ev_document_misc_surface_rotate_and_scale):
1231
1232         Use directly cairo_surface_get_content() when creating a similar
1233         surface as suggested by Jeff Muizelaar. Thanks again.
1234
1235 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1236
1237         * backend/djvu/djvu-document.c: (djvu_document_render):
1238         * backend/tiff/tiff-document.c: (tiff_document_render):
1239         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1240         * libdocument/ev-document-misc.c:
1241         (ev_document_misc_surface_from_pixbuf),
1242         (ev_document_misc_surface_rotate_and_scale):
1243
1244         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1245         creating page surfaces. Fixes bug #453123. Thank you very much to
1246         Jeff Muizelaar <jeff@infidigm.net>.
1247
1248 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1249
1250         * shell/ev-page-cache.c: (ev_page_cache_new),
1251         (ev_page_cache_get_thumbnail_size):
1252         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1253         (ev_sidebar_thumbnails_set_loading_icon):
1254
1255         Also store in page-cache the dimensions of the thumbnails so that
1256         they can be used to create the correct loading icon in the side
1257         pane. Fixes bug #466857.
1258
1259 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1260
1261         * backend/pdf/ev-poppler.cc:
1262         (pdf_document_thumbnails_get_thumbnail):
1263
1264         Fix thumbnails rotation in pdf documents that include embedded 
1265         thumbnails.
1266
1267 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1268
1269         * backend/pdf/ev-poppler.cc:
1270
1271         Don't use #ifdef in macro expansion. Some compilers don't
1272         like that. Closes bug #467042.
1273
1274 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1275
1276         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1277         
1278         Fixes memory leak in djvu backend.
1279
1280 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1281
1282         * data/icons/32x32/Makefile.am:
1283         * data/icons/32x32/actions/Makefile.am:
1284         * data/icons/32x32/actions/view-page-cont.svg:
1285         * data/icons/32x32/actions/view-page-facing.svg:
1286         * data/icons/48x48/Makefile.am:
1287         * data/icons/48x48/actions/Makefile.am:
1288         * data/icons/48x48/actions/view-page-cont.svg:
1289         * data/icons/48x48/actions/view-page-facing.svg:
1290         
1291         Icons for a new sizes.
1292
1293 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1294
1295         * shell/ev-page-cache.c: (build_height_to_page),
1296         (ev_page_cache_get_height_to_page):
1297         
1298         Fixes invalid read, see bug #466401.
1299
1300 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1301
1302         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1303         (set_drag_cursor):
1304         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1305         (configure_item_cursor), (new_pixbuf_from_widget):
1306
1307         Fix multihead problems in toolbar editor. Fixes bug #382055.
1308
1309 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * shell/ev-window.c: (ev_window_cmd_file_open),
1312         (ev_window_cmd_save_as):
1313
1314         Use g_get_user_special_dir when available instead of
1315         xdg_user_dir_lookup.
1316
1317 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1318
1319         * MAINTAINERS:
1320         
1321         Updated according to request on desktop-devel.
1322
1323 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1324
1325         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1326
1327         Do not use cairo_rectangle and cairo_clip since we are
1328         not using cairo_fill but cairo_paint. Use the same cairo context
1329         for every page in the same expose event.
1330
1331 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1332
1333         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1334         leak.
1335
1336 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1337
1338         * configure.ac:
1339         * NEWS:
1340
1341         Release 0.9.3
1342
1343 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1344
1345         * libdocument/ev-document-info.h:
1346         * libdocument/ev-document.h:
1347         * shell/ev-page-action.h:
1348         * shell/ev-sidebar-links.h:
1349
1350         Fix a headers problem with ev-link
1351         
1352         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1353         * shell/ev-view-private.h:
1354         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1355         (get_link_area), (ev_view_query_tooltip),
1356         (ev_view_leave_notify_event), (ev_view_destroy),
1357         (ev_view_class_init):
1358
1359         Use new gtk tooltips when available instead of ev-tooltip.
1360         
1361 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1362
1363         * shell/ev-window.c: (update_chrome_visibility),
1364         (ev_window_sidebar_visibility_changed_cb):
1365
1366         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1367         
1368 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1369
1370         * shell/ev-navigation-action.c:
1371         (ev_navigation_action_history_changed),
1372         (ev_navigation_action_set_history):
1373         * shell/ev-navigation-action-widget.c:
1374         (ev_navigation_action_widget_init):
1375         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1376
1377         Fix compile warnings.
1378         
1379 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1382         (egg_editable_toolbar_dispose):
1383
1384         Fix memory leak.
1385         
1386 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1387
1388         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1389         (screensaver_disable_x11):
1390         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1391         * shell/ev-window.c: (presentation_set_timeout):
1392         * shell/ev-view.c: (ev_view_presentation_transition_start):
1393
1394         Use g_timeout_add_seconds instead of g_timeout_add when
1395         available.
1396         
1397 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1398
1399         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1400
1401         Set horizontal scrollbar policy to AUTOMATIC instead of
1402         NEVER. Workaround for bug #449462.
1403         
1404 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1405
1406         * shell/ev-jobs.c: (ev_job_render_page_ready):
1407
1408         Add page_ready callback to main loop with high priority and hold
1409         a reference to job during idle.
1410         
1411 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1412
1413         * configure.ac:
1414         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1415         (pdf_document_file_exporter_begin),
1416         (pdf_document_file_exporter_do_page),
1417         (pdf_document_file_exporter_get_capabilities):
1418         * libdocument/ev-file-exporter.h:
1419         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1420         * shell/ev-window.c: (ev_window_print_send),
1421         (ev_window_print_dialog_response_cb):
1422
1423         Allow printing multiple pages per sheet. Fixes bug #395573.
1424         
1425 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1426
1427         * shell/ev-view.c: (tip_from_link):
1428         
1429         Check for NULL, fixes bug #460862.
1430
1431 2007-07-29  Christian Persch  <chpe@gnome.org>
1432
1433         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1434         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1435         (ev_window_cmd_preview_print):
1436         
1437         Fixes bug #437681 - blocks while enumerating printers.
1438
1439 2007-07-29  Christian Persch  <chpe@gnome.org>
1440
1441         * shell/ev-window.c: (ev_window_screen_changed):
1442         
1443         Don't use deprecated gtk+ function. See bug #460909.
1444
1445 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1446
1447         * shell/ev-utils.c: (get_num_monitors):
1448         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1449
1450         Do not use display before initializing it. Remove compile
1451         warnings.
1452
1453 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1454
1455         * shell/ev-view.c: (ev_view_class_init):
1456         
1457         Unix-like hjkl bindings added. See bug #458111.
1458
1459 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1460
1461         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1462         * shell/ev-utils.h:
1463         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1464         (ev_view_update_view_size):
1465         * shell/ev-view.h:
1466         * shell/ev-window.c: (ev_window_update_actions),
1467         (setup_view_from_metadata), (ev_window_screen_changed),
1468         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1469         (zoom_control_changed_cb):
1470         * shell/ev-window.h:
1471         
1472         Reorganizes utility functions.
1473
1474 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1475
1476         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1477         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1478         (add_job), (ev_pixbuf_cache_get_surface),
1479         (ev_pixbuf_cache_get_link_mapping),
1480         (ev_pixbuf_cache_get_image_mapping),
1481         (ev_pixbuf_cache_get_form_field_mapping),
1482         (ev_pixbuf_cache_get_text_mapping):
1483         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1484         (notify_page_ready), (ev_job_render_page_ready),
1485         (ev_job_render_run):
1486
1487         Add page_ready signal to notify that page is ready as soon as
1488         possible even if other page elements like links, forms, images or
1489         text mapping are not ready yet.
1490
1491 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1492
1493         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1494         (dvi_document_file_exporter_do_page),
1495         (dvi_document_file_exporter_get_capabilities),
1496         (dvi_document_file_exporter_iface_init):
1497         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1498         (ps_document_file_exporter_do_page),
1499         (ps_document_file_exporter_get_capabilities),
1500         (ps_document_file_exporter_iface_init):
1501         * backend/djvu/djvu-document.c:
1502         (djvu_document_file_exporter_begin),
1503         (djvu_document_file_exporter_end),
1504         (djvu_document_file_exporter_get_capabilities),
1505         (djvu_document_file_exporter_iface_init):
1506         * backend/tiff/tiff-document.c:
1507         (tiff_document_file_exporter_begin),
1508         (tiff_document_file_exporter_get_capabilities),
1509         (tiff_document_document_file_exporter_iface_init):
1510         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1511         (pdf_document_file_exporter_do_page),
1512         (pdf_document_file_exporter_get_capabilities),
1513         (pdf_document_file_exporter_iface_init):
1514         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1515         (ev_file_exporter_get_capabilities):
1516         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1517         (idle_print_handler), (ev_print_job_print):
1518         * shell/ev-jobs.c: (ev_job_print_run):
1519         * shell/ev-window.c: (ev_window_print_send),
1520         (ev_window_print_range):
1521
1522         Use capabilities to know which options should be offered by the
1523         print dialog depending on the document backend.
1524
1525 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1528
1529         Give priority to forms over text to set the cursor.
1530
1531 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1532
1533         * shell/ev-view-private.h:
1534         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1535         (ev_view_leave_notify_event), (ev_view_finalize),
1536         (ev_view_get_property), (ev_view_class_init):
1537
1538         Use IBEAM cursor for text form fields and NORMAL cursor for read
1539         only fields. Remove unused status attribute.
1540
1541 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1542
1543         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1544
1545         Update region for current selected items also for checkbox
1546         buttons, since they can behave as radio buttons when they are in a
1547         set.
1548
1549 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1550
1551         * configure.ac:
1552         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1553
1554         Get max length of text form fields.
1555
1556 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1557
1558         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1559         * libdocument/ev-form-field.h:
1560         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1561
1562         Fix build with current poppler cvs head.
1563
1564 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1565
1566         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1567         * shell/eggfindbar.c: (egg_find_bar_init):
1568
1569         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1570         deprecation. Fixes bug #455667
1571
1572 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1573
1574         * NEWS:
1575         * configure.ac:
1576         
1577         Update for release 0.9.2
1578
1579 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1580
1581         * shell/ev-view.c: (ev_view_form_field_text_save),
1582         (ev_view_form_field_choice_save):
1583
1584         Fix a crash when closing whith a form widget visible.
1585
1586 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1587
1588         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1589
1590         Update also the region of the current selected button when
1591         clicking on another button if they are radio buttons.
1592
1593 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1594
1595         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1596         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1597         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1598         (ev_pixbuf_cache_get_link_mapping),
1599         (ev_pixbuf_cache_get_image_mapping),
1600         (ev_pixbuf_cache_get_form_field_mapping),
1601         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1602         * shell/ev-view.c: (ev_view_form_field_get_region),
1603         (ev_view_form_field_button_create_widget),
1604         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1605         (job_finished_cb):
1606
1607         Redraw only form field region instead of the whole page when
1608         reloading a page to show changes on the form field.
1609
1610 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * shell/ev-view.c: (ev_view_form_field_choice_save):
1613
1614         Fix selection of first item in list form fields.
1615
1616 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1617
1618         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1619         (ev_pixbuf_cache_reload_page),
1620         (ev_pixbuf_cache_get_form_field_mapping):
1621
1622         Some refactoring to avoid duplicated code.
1623
1624 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1625
1626         * configure.ac:
1627         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1628         (ev_form_field_from_poppler_field),
1629         (pdf_document_forms_get_form_fields),
1630         (pdf_document_forms_form_field_text_get_text),
1631         (pdf_document_forms_form_field_text_set_text),
1632         (pdf_document_forms_form_field_button_set_state),
1633         (pdf_document_forms_form_field_button_get_state),
1634         (pdf_document_forms_form_field_choice_get_item),
1635         (pdf_document_forms_form_field_choice_get_n_items),
1636         (pdf_document_forms_form_field_choice_is_item_selected),
1637         (pdf_document_forms_form_field_choice_select_item),
1638         (pdf_document_forms_form_field_choice_toggle_item),
1639         (pdf_document_forms_form_field_choice_unselect_all),
1640         (pdf_document_forms_form_field_choice_set_text),
1641         (pdf_document_forms_form_field_choice_get_text),
1642         (pdf_document_document_forms_iface_init):
1643         * libdocument/Makefile.am:
1644         * libdocument/ev-form-field.[ch]:
1645         * libdocument/ev-document-forms.[ch]:
1646         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1647         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1648         (add_job), (ev_pixbuf_cache_reload_page),
1649         (ev_pixbuf_cache_get_form_field_mapping):
1650         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1651         * shell/ev-view-private.h:
1652         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1653         (ev_view_handle_cursor_over_xy),
1654         (ev_view_get_form_field_at_location),
1655         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1656         (ev_view_form_field_button_create_widget),
1657         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1658         (ev_view_form_field_text_create_widget),
1659         (ev_view_form_field_choice_save),
1660         (ev_view_form_field_choice_changed),
1661         (ev_view_form_field_choice_create_widget),
1662         (ev_view_handle_form_field), (ev_view_size_allocate),
1663         (ev_view_realize), (draw_end_presentation_page),
1664         (ev_view_button_press_event), (ev_view_remove_all),
1665         (ev_view_motion_notify_event), (ev_view_key_press_event),
1666         (ev_view_enter_notify_event), (highlight_find_results),
1667         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1668         (ev_view_class_init), (page_changed_cb),
1669         (on_adjustment_value_changed), (ev_view_set_presentation),
1670         (merge_selection_region), (ev_view_set_cursor),
1671         (ev_view_reset_presentation_state):
1672         
1673         Merge evince-forms branch.
1674
1675 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1676
1677         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1678
1679         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1680         This script also updates itself from libegg
1681
1682         * cut-n-paste/toolbar-editor/egg*:
1683         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1684         libegg
1685
1686 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1687
1688         * shell/ev-window.c:
1689         
1690         Adds a nice icon to page action during toolbar editing.
1691         See bug #452872.
1692
1693 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1694
1695         * data/evince-toolbar.xml:
1696         * shell/ev-window.c:
1697         
1698         Let user add a presentation and fullscreen icons on toolbar.
1699         See bug #449734.
1700
1701 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1702
1703         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1704
1705         new script to keep in sync with toolbareditor in libegg
1706
1707         * cut-n-paste/toolbar-editor/*: 
1708
1709         Run update-toolbareditor-from-libegg so we are in sync again. 
1710         Fixes bug #452850.
1711         
1712
1713 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1714
1715         * shell/ev-sidebar-links.c: (job_finished_callback):
1716
1717         Do not connect selection changed signal more than once. Fixes bug
1718         #349433.
1719
1720 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1721
1722         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1723
1724         Do not change sidebar chrome flag when pressing F9 key in
1725         presentation mode.
1726
1727 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1728
1729         * backend/pdf/ev-poppler.cc:
1730         (pdf_document_thumbnails_get_dimensions):
1731
1732         Make sure thumbnails width and height is not <= 0. Fixes a crash
1733         with some pdf documents which have really small pages.
1734
1735 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1736
1737         * shell/main.c: (main):
1738
1739         Fixes program description translation issue.
1740         Bug #450148.
1741
1742 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1743
1744         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1745
1746         Do not change current page when returning from black/white mode
1747         in presentation. Fixes bug #415032.
1748
1749 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1750
1751         * NEWS:
1752         * configure.ac:
1753         
1754         Update for release 0.9.1
1755
1756 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1757
1758         * backend/dvi/dvi-document.c:
1759         (dvi_document_finalize),
1760         (dvi_document_file_exporter_format_supported),
1761         (dvi_document_file_exporter_begin),
1762         (dvi_document_file_exporter_do_page),
1763         (dvi_document_file_exporter_end),
1764         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1765         
1766         PDF exporter for dvi documents. Fixes bug #441319.
1767
1768 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * shell/ev-window.c: (ev_window_clear_print_job):
1771
1772         Clear gtk print job when job has finished. Fixes bug #447612.
1773
1774 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1775
1776         * shell/ev-window.c: (ev_window_print_send),
1777         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1778
1779         Add preview button to print dialog. Fixes bug #445419.
1780
1781 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1782
1783         * backend/dvi/Makefile.am:
1784         * backend/dvi/pixbuf-device.[ch]: Removed
1785         * backend/dvi/cairo-device.[ch]: Added
1786         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1787         * backend/dvi/dvi-document.c: (dvi_document_load),
1788         (dvi_document_render), (dvi_document_finalize),
1789         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1790         (dvi_document_do_color_special):
1791         * libdocument/ev-document-misc.[ch]:
1792         (ev_document_misc_pixbuf_from_surface):
1793
1794         Port dvi backend to cairo and fix a problem with colors. 
1795
1796 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * shell/ev-view.c: (draw_one_page):
1799
1800         Draw only visible region.
1801
1802 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * backend/djvu/djvu-document.c: (djvu_document_render):
1805
1806         Fix rotation in djvu backend.
1807
1808 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1809
1810         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1811         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1812         (ev_pixbuf_cache_get_image_mapping),
1813         (ev_pixbuf_cache_get_text_mapping):
1814
1815         Redraw view every time we have a new surface. Fixes bug #443587.
1816
1817 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * libdocument/ev-document.c: (ev_document_info_free):
1820
1821         Fix memory leaks.
1822
1823 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1824
1825         * backend/dvi/dvi-document.c: (dvi_document_render),
1826         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1827         * backend/impress/impress-document.c:
1828         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1829         (impress_document_render), (impress_document_document_iface_init),
1830         (impress_document_thumbnails_get_thumbnail):
1831         * backend/djvu/djvu-document-private.h:
1832         * backend/djvu/djvu-document.c: (djvu_document_render),
1833         (djvu_document_finalize), (djvu_document_document_iface_init),
1834         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1835         * backend/tiff/tiff-document.c: (tiff_document_render),
1836         (tiff_document_render_pixbuf),
1837         (tiff_document_document_iface_init):
1838         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1839         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1840         (pdf_selection_render_selection):
1841         * backend/comics/comics-document.c:
1842         (comics_document_render_pixbuf), (comics_document_render),
1843         (comics_document_document_iface_init):
1844         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1845         (pixbuf_document_document_iface_init):
1846         * libdocument/ev-document-misc.[ch]:
1847         (ev_document_misc_surface_from_pixbuf),
1848         (ev_document_misc_surface_rotate_and_scale):
1849         * libdocument/ev-document.[ch]: (ev_document_render):
1850         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1851         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1852         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1853         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1854         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1855         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1856         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1857         (render_finished_cb), (ev_job_render_run):
1858         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1859         (merge_selection_region):
1860
1861         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1862         and selections.
1863
1864 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * shell/ev-window-title.c: (ev_window_title_update):
1867
1868         Fix memory leak.
1869
1870 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * shell/ev-view.c: (draw_loading_text):
1873
1874         Show loading text centered. Fixes bug #433061
1875
1876 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1877
1878         * shell/ev-sidebar-thumbnails.c:
1879         (ev_sidebar_thumbnails_set_loading_icon):
1880
1881         Remove a mutex in the main thread that blocks the UI in heavy
1882         documents.
1883
1884 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1885
1886         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1887
1888         Set points_set to TRUE so that selections don't disappear after a
1889         zoom change.
1890
1891 2007-06-07  Michael Monreal  <infernux@web.de>
1892
1893         * data/icons/16x16/actions/Makefile.am:
1894         * data/icons/16x16/actions/zoom.svg:
1895         * data/icons/22x22/actions/Makefile.am:
1896         * data/icons/22x22/actions/zoom.svg:
1897         * data/icons/24x24/actions/Makefile.am:
1898         * shell/ev-stock-icons.c:
1899         * shell/ev-stock-icons.h:
1900         * shell/ev-window.c:
1901         
1902         Zoom icon artwork. See bug #444795.
1903
1904 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1905
1906         * shell/ev-metadata-manager.c: Remove extraneous function
1907         (Closes: #444386)
1908
1909 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1910
1911         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1912         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1913         (ev_metadata_manager_set), (ev_metadata_manager_save):
1914         Simplify the timeout, no need for modified anymore
1915
1916 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1917
1918         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1919         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1920         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1921         (ev_metadata_manager_save): Adapted patch from Arjan van de
1922         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1923         time, saves on power (Closes: #443851)
1924
1925 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1926
1927         * configure.ac:
1928         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1929         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1930
1931         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1932
1933 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1934
1935         * shell/ev-window.c: (ev_window_add_history):
1936
1937         Check if history is NULL
1938
1939 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1940
1941         * libdocument/ev-image.c: (ev_image_finalize):
1942         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1943         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1944         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1945         (ev_tmp_uri_unlink):
1946
1947         Add functions to delete temporary files created by evince in a safe
1948         way.
1949
1950         * shell/ev-window.c: (ev_window_clear_local_uri),
1951         (open_xfer_update_progress_callback),
1952         (save_xfer_update_progress_callback), (ev_window_save_remote),
1953         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1954         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1955         (attachment_save_dialog_response_cb),
1956         (ev_attachment_popup_cmd_save_attachment_as):
1957
1958         Allow saving a copy of a document, image or attachment to a remote
1959         location. Fixes bug #440754. 
1960
1961 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1962
1963         * configure.ac:
1964         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1965
1966         Fix build with current poppler from cvs head. 
1967
1968 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1969
1970         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1971
1972         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1973         directory exists.
1974
1975 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1976
1977         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1978         * shell/ev-window.c:
1979
1980         Change sidebar ordering. Fixes bug #439939.
1981
1982 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1983
1984         * backend/comics/Makefile.am:
1985         
1986         Fixes build with --without-libgnome.
1987
1988 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1989         
1990         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1991
1992         Update cursor and tooltip on page change and view scroll. Fixes bug
1993         #439217.
1994
1995 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1996
1997         * NEWS:
1998         * configure.ac:
1999         
2000         Update for release 0.9.0
2001
2002 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2003
2004         * backend/djvu/djvu-document-private.h:
2005         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2006         (djvu_document_finalize),
2007         (djvu_document_file_exporter_format_supported),
2008         (djvu_document_file_exporter_begin),
2009         (djvu_document_file_exporter_do_page),
2010         (djvu_document_file_exporter_end),
2011         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2012         
2013         Implemented printing with djvu. Bug #437998.
2014
2015 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2016
2017         * backend/impress/zip.c:
2018         Add missing ulong definition.
2019
2020         * backend/ps/ps-interpreter.c:
2021         Add missing headers.
2022
2023         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2024
2025 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2028
2029         Add missing call to parent class dispose method. 
2030
2031 2007-05-12  Ross Burton  <ross@openedhand.com>
2032
2033         * shell/main.c:
2034         Sync keybindings manually when building without libgnome
2035         (#437925).
2036
2037 2007-05-12  Ross Burton  <ross@openedhand.com>
2038
2039         * shell/ev-window.c:
2040         Respect the screen when opening help (#437866).
2041
2042 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2043
2044         * data/evince-ui.xml:
2045         * shell/ev-application.[ch]: (get_print_settings_from_args),
2046         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2047         (ev_application_open_uri_list):
2048         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2049         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2050         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2051         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2052         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2053         (ev_window_dispose):
2054         * shell/main.c: (arguments_parse):
2055
2056         Add print button in preview mode. Fixes bug #396475. 
2057
2058 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2059
2060         * cut-n-paste/zoom-control/ephy-zoom.h:
2061         
2062         Fixes zoom level factors. See bug #408119 for details.
2063
2064 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2065
2066         * backend/comics/comics-document.c: (comics_regex_quote),
2067         (extract_argv):
2068         
2069         Correctly quote symbols. Fixes crash in the bug
2070         #415370.
2071
2072 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2073
2074         * shell/ev-navigation-action-widget.c:
2075         (ev_navigation_action_widget_init),
2076         (ev_navigation_action_widget_class_init),
2077         (ev_navigation_action_widget_button_press_event):
2078         
2079         Connect to button-press event on correct widget. Fixes
2080         bug #431988
2081
2082 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2083
2084         * shell/ev-application.c: (ev_application_open_window),
2085         (ev_application_add_icon_path_for_screen),
2086         (ev_application_open_uri_at_dest):
2087         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2088         * shell/ev-navigation-action.c: (build_menu):
2089         
2090         Add app-specific icons to our icon theme. Fixes bug
2091         #425508.
2092
2093 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2094
2095         * shell/ev-history.c: (ev_history_class_init),
2096         (ev_history_add_link):
2097         * shell/ev-history.h:
2098         * shell/ev-navigation-action.c:
2099         (ev_navigation_action_history_changed),
2100         (ev_navigation_action_set_history), (build_menu),
2101         (ev_navigation_action_finalize):
2102         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2103         
2104         Make navigation action unsensitive instead of showing
2105         menu with unsensitive word. Fixes bug #417392.
2106
2107 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2108
2109         * shell/ev-application.[ch]: (ev_application_shutdown),
2110         (ev_application_get_print_settings),
2111         (ev_application_set_print_settings):
2112         * shell/ev-window.c:
2113
2114         Remember print settings. Fixes bug #349102. 
2115
2116 2007-05-08  Christian Persch  <chpe@gnome.org>
2117
2118         * configure.ac:
2119         * properties/ev-properties-view.c:
2120
2121         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2122         Bug #382438.
2123
2124 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2125
2126         * configure.ac:
2127         * properties/ev-properties-view.c: (ev_regular_paper_size):
2128
2129         Use gtk+ builtin paper list to identify the document's paper size.
2130         Fixes bug #382438. 
2131
2132 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2133
2134         * configure.ac:
2135
2136         Fix build when compiling with thumbnailer and libgnome support. 
2137
2138 2007-05-04  Ross Burton  <ross@openedhand.com>
2139
2140         * configure.ac:
2141         Add --without-libgnome, check for libgnome and libgnomeui
2142         separately, and add them to the symbols as required.
2143
2144         * libdocument/ev-file-helpers.c:
2145         When building without libgnome, use g_get_user_config_dir instead
2146         of gnome_user_dir_get.
2147
2148         * shell/ev-application.c:
2149         When building without libgnome, don't use session management.
2150
2151         * shell/main.c:
2152         When building without libgnome, don't use GnomeProgram or
2153         initialise the authentication manager.
2154
2155         This fixes #328842.
2156
2157 2007-05-04  Ross Burton  <ross@openedhand.com>
2158
2159         * shell/ev-window.c:
2160         Don't use libgnome to open help, instead call Yelp directly.
2161
2162 2007-05-04  Ross Burton  <ross@openedhand.com>
2163
2164         * shell/ev-sidebar-attachments.c:
2165         Don't use libgnome to lookup icons for MIME types, instead copy
2166         code from GTK+ to do it manually.
2167
2168 2007-05-04  Ross Burton  <ross@openedhand.com>
2169
2170         * configure.ac:
2171         Add libxml to the dependencies for SHELL_CORE (#435818).
2172
2173 2007-05-02  Ross Burton  <ross@openedhand.com>
2174
2175         * configure.ac:
2176         * Makefile.am:
2177         Add --disable-thumbnailer (#434825)
2178
2179 2007-05-02  Ross Burton  <ross@openedhand.com>
2180
2181         * shell/ev-window.c:
2182         Add missing includes, fix indentation.
2183
2184         * shell/main.c:
2185         Fix indentation.
2186
2187 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2188
2189         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2190         ev_application_open_uri_at_dest instead of ev_application_open_uri
2191         preventing new document always being opened in a new window even if there
2192         is an empty window.
2193
2194 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2195
2196         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2197         (egg_recent_view_uimanager_finalize):
2198         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2199         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2200         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2201         (ev_pixbuf_cache_dispose):
2202         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2203         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2204         
2205         Add missing chain to parent class methods. Fixes
2206         bug #433128.
2207
2208 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2209
2210         * data/Makefile.am (update-icon-cache): Updates
2211         gtk-update-icon-cache in uninstall-hook.
2212
2213 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2214
2215         * shell/ev-window.c: (ev_window_setup_document),
2216         (ev_window_set_document), (ev_window_load_job_cb):
2217         * shell/ev-view.c: (setup_caches):
2218         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2219
2220         Start rendering pages before any other jobs. 
2221
2222 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2223
2224         * shell/ev-window.c: (ev_window_stop_fullscreen),
2225         (ev_window_stop_presentation):
2226
2227         Update chrome visibility before window unfullscreen. 
2228
2229 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2230
2231         * data/Makefile.am:
2232         * data/evince-ui.xml:
2233         * shell/ev-stock-icons.[ch]:
2234         * shell/ev-application.[ch]: (ev_application_shutdown),
2235         (ev_application_init), (ev_application_get_toolbars_model):
2236         * shell/ev-window.c: (update_chrome_visibility),
2237         (fullscreen_toolbar_setup_item_properties),
2238         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2239         (ev_window_run_presentation), (ev_window_stop_presentation),
2240         (ev_window_run_preview), (ev_window_screen_changed),
2241         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2242         (ev_window_dispose), (ev_window_init):
2243
2244         Make fullscreen toolbar always visible. Do not use egg toolbars for
2245         fullscreen and preview modes since such toolbars are not editables.
2246         Fixes bugs #300278, #338910 and #316188.  
2247
2248 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2249
2250         * shell/ev-application.c:
2251         * shell/ev-job-queue.c:
2252         * shell/ev-metadata-manager.c:
2253         * shell/ev-stock-icons.c:
2254         * shell/ev-window.c:
2255         * shell/main.c:
2256         
2257         Developers documentation updated.
2258
2259 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2262
2263         Check whether uri is valid before launching it. Fixes bug #427664.
2264
2265 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2266
2267         * shell/ev-window.c:
2268
2269         Change key accelerator for Open a Copy menu entry which is in conflict
2270         with Close. Fixes bug #427321.
2271
2272 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2273
2274         * NEWS:
2275         * configure.ac:
2276         
2277         Update for release 0.8.1
2278
2279 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2280
2281         * shell/ev-window.c: (setup_size_from_metadata):
2282         
2283         Do not make window bigger than screen. Fixes bug 
2284         #388985.
2285
2286 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2287
2288         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2289         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2290
2291         Use default resolution when it's not provided by document. Fixes bug
2292         #408762.
2293
2294 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * configure.ac:
2297         * thumbnailer/Makefile.am:
2298         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2299         * thumbnailer/evince-thumbnailer.schemas.in:
2300         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2301
2302         Add support for ps, eps and compressed documents thumbnails. Do not
2303         ignore size parameter. 
2304
2305 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2306
2307         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2308         (dvi_document_do_color_special):
2309         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2310
2311         Implement font color specials in the DVI backend. Fixes bug #303651.
2312
2313 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2314
2315         Fixup the previous commit:
2316
2317         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2318         * shell/xdg-user-dir-lookup.c: Make the function non-static
2319         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2320
2321 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2322
2323         * shell/ev-window.c (file_open_dialog_response_cb): Use
2324         the xdg-user-dirs DOCUMENTS folder as default folder when
2325         opening a file chooser.  (#424858)
2326
2327         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2328         xdg-user-dirs.
2329
2330 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * shell/ev-window.c: (ev_window_load_job_cb):
2333
2334         Do not setup view from metadata on preview mode. 
2335
2336 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/main.c:
2339
2340         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2341
2342 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2343
2344         * shell/ev-view.c: (ev_view_primary_get_cb):
2345
2346         Check pointer != NULL before using it. Fixes bug #416841. 
2347
2348 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2349
2350         * NEWS:
2351         * configure.ac:
2352         
2353         Release 0.8.0
2354
2355 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2356
2357         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2358
2359         Do not render thumbnails when sidebar thumbnail page is not visible
2360         at startup. Fixes bug #416447. 
2361
2362 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2363
2364         * data/evince.desktop.in.in:
2365
2366         "Application" is not a valid category in the freedesktop specification.
2367
2368 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * libdocument/ev-file-helpers.[ch]: (compression_run),
2371         (ev_file_uncompress), (ev_file_compress):
2372         * shell/ev-window.c: (file_save_dialog_response_cb):
2373
2374         Save document compressed when saving a copy of a compressed document.
2375         Fixes bug #334542.
2376
2377 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2378
2379         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2380
2381         Allow deleting in goto window entry in presentation mode. 
2382
2383 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2384
2385         * Makefile.am: Dist MAINTAINERS.
2386
2387 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-window.c: (ev_window_update_actions):
2390
2391         Fix zoom shortcut keys when searching. Fixes bug #409828.
2392
2393 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * shell/ev-window.c: (ev_window_setup_document):
2396
2397         Fix crash when loading documents with only one page. 
2398
2399 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2400
2401         * backend/dvi/dvi-document.c:
2402         (dvi_document_thumbnails_get_dimensions),
2403         (dvi_document_thumbnails_get_thumbnail):
2404         * backend/impress/impress-document.c:
2405         (impress_document_thumbnails_get_thumbnail),
2406         (impress_document_thumbnails_get_dimensions):
2407         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2408         (ps_document_thumbnails_get_dimensions):
2409         * backend/djvu/djvu-document.c:
2410         (djvu_document_thumbnails_get_dimensions),
2411         (djvu_document_thumbnails_get_thumbnail):
2412         * backend/tiff/tiff-document.c:
2413         (tiff_document_thumbnails_get_thumbnail),
2414         (tiff_document_thumbnails_get_dimensions):
2415         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2416         (pdf_document_thumbnails_get_thumbnail),
2417         (pdf_document_thumbnails_get_dimensions):
2418         * backend/comics/comics-document.c:
2419         (comics_document_thumbnails_get_thumbnail),
2420         (comics_document_thumbnails_get_dimensions):
2421         * backend/pixbuf/pixbuf-document.c:
2422         (pixbuf_document_thumbnails_get_thumbnail),
2423         (pixbuf_document_thumbnails_get_dimensions):
2424         * libdocument/ev-document-thumbnails.[ch]:
2425         (ev_document_thumbnails_get_thumbnail),
2426         (ev_document_thumbnails_get_dimensions):
2427         * libdocument/ev-document-misc.[ch]:
2428         (ev_document_misc_get_thumbnail_frame):
2429         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2430         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2431         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2432         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2433         (ev_sidebar_thumbnails_refresh):
2434         * shell/ev-window.c: (ev_window_setup_document):
2435         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2436
2437         Use an EvRenderContext for rendering thumbnails instead of a suggested
2438         width, so that different sized pages get sized proportionally.
2439
2440 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2441
2442         * shell/ev-view.c: (ev_view_button_press_event),
2443         (ev_view_key_press_event):
2444
2445         Fix critical warnings when there is no document loaded. 
2446
2447 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * shell/ev-page-action-widget.c:
2450         * shell/ev-navigation-action.c:
2451         * shell/ev-window.c:
2452
2453         Fix compile warnings. 
2454
2455 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * backend/djvu/djvu-text.h:
2458         * backend/djvu/djvu-document.c:
2459         * backend/djvu/djvu-text-page.c:
2460         * backend/djvu/djvu-links.c:
2461         * backend/djvu/djvu-text-page.h:
2462         * backend/djvu/djvu-text.c:
2463         
2464         Fix build on Mac. Fixes bug #392186. Patch by
2465         <ephraim_owns@hotmail.com>
2466
2467 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2468
2469         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2470
2471         Restore cairo context before rendering every page when printing a PDF
2472         document into a PDF file. 
2473
2474 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2475
2476         * backend/ps/gstypes.h:
2477         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2478         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2479         (ps_document_thumbnails_get_thumbnail):
2480
2481         Handle PostScript page orientation. Fixes bug #318568.
2482
2483 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2484
2485         * backend/ps/Makefile.am:
2486         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2487         (document_load), (ps_document_load), (save_document),
2488         (save_page_list), (ps_document_get_n_pages),
2489         (ps_document_get_page_size), (ps_document_get_info),
2490         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2491         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2492         (ps_document_thumbnails_get_thumbnail),
2493         (ps_document_thumbnails_get_dimensions),
2494         (ps_document_document_thumbnails_iface_init):
2495         * backend/ps/ps.[ch]: (psgetpagebox):
2496         * backend/ps/ps-interpreter.[ch]:
2497
2498         Add support for thumbnails in ps backend. Fixes bug #164755. 
2499
2500 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2501
2502         * NEWS:
2503         * configure.ac:
2504         
2505         Release 0.7.2
2506
2507 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2508
2509         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2510         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2511         (ev_window_dispose):
2512
2513         Use document thumbnail as window icon. Fixes bug #384442.
2514
2515 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2516
2517         * configure.ac:
2518
2519         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2520         duplicated adding application/x-bzpostscript instead. 
2521
2522 2007-02-11  Tom Parker  <palfrey@tevp.net>
2523
2524         * backend/ps/ps-document.c: (document_load):
2525
2526         Check return value of psscan before trying
2527         to use it. Fixes bug #372414.
2528
2529 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2530
2531         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2532
2533         Fix invalid free in ev-page-cache. Fixes bug #404745.
2534
2535 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2536
2537         * test/Makefile.am:
2538         * test/test3.py:
2539         
2540         Added reload test case.
2541
2542 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2543
2544         * po/POTFILES.in:
2545         * backend/djvu/djvu-document.c: (djvu_document_load):
2546
2547         Check whether there are missing files in indirect multipage djvu
2548         documents. Fixes bug #361683. 
2549
2550 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2551
2552         * test/Makefile.am:
2553         * test/test-mime.bin:
2554         * test/test3.py:
2555         
2556         Added test for slow mime type
2557
2558 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2559
2560         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2561
2562         Add some checks and call parent_class->finalize. Fixes bug #404745.
2563
2564 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2565
2566         * shell/ev-navigation-action.c: (connect_proxy):
2567         
2568         Fixes dropdown history menu. Thanks a lot Carlos!
2569
2570 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2571
2572         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2573
2574         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2575         bug #373715.
2576
2577 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * backend/ps/ps.c: (psscan):
2580
2581         Fix memory leak. 
2582
2583 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * configure.ac:
2586         * libdocument/ev-file-helpers.c: 
2587
2588         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2589
2590 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2591
2592         * configure.ac:
2593         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2594         (ps_interpreter_start), (document_load), (save_document),
2595         (save_page_list):
2596         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2597         * libdocument/ev-document-factory.c:
2598         (ev_document_factory_get_from_mime), (get_document_from_uri),
2599         (free_uncompressed_uri), (ev_document_factory_get_document):
2600         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2601
2602         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2603
2604 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * libdocument/ev-document.h:
2607
2608         Fix typo in function name. 
2609
2610 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2611
2612         * backend/ps/ps-document.c: (ps_interpreter_finished),
2613         (ps_interpreter_start), (ps_interpreter_failed):
2614
2615         Handle ghostscript interpreter crashes. 
2616
2617 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2618
2619         * shell/ev-window.c: (ev_window_open_uri),
2620         (window_configure_event_cb):
2621
2622         Setup window size and position before showing it. Fixes bug #401711.
2623
2624 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2625
2626         * backend/ps/Makefile.am:
2627         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2628         (ps_document_dispose), (ps_document_class_init),
2629         (ps_interpreter_input), (ps_interpreter_output),
2630         (ps_interpreter_error), (setup_interpreter_env),
2631         (ps_interpreter_start), (ps_interpreter_stop),
2632         (ps_interpreter_failed), (ps_interpreter_is_ready),
2633         (check_filecompressed), (document_load), (ps_document_load),
2634         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2635         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2636         (render_page):
2637
2638         Rework ps-document. Code cleanups, remove deprecated code. 
2639
2640 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * shell/ev-view.c: (ev_view_button_press_event):
2643
2644         Do not start an image drag and drop operation when pointer is on 
2645         text, so that we can select text when the whole background is an
2646         image. 
2647
2648 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2649
2650         * shell/ev-window.c: (ev_window_update_actions): 
2651
2652         Disable all zoom related actions during presentation mode. 
2653
2654 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2655
2656         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2657
2658         Do not zoom in or out on presentation mode. Fixes bug #401305.
2659
2660 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2661
2662         * shell/ev-navigation-action.c: (connect_proxy),
2663         (create_menu_item), (ev_navigation_action_class_init):
2664         
2665         Correctly show menu and fix crash when navigaton 
2666         action is out of toolbar visible area.
2667
2668 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2669
2670         * data/Makefile.am:
2671         * data/evince.1:
2672         
2673         Added man file
2674
2675 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2676
2677         * help/reference/* :
2678         * configure.ac:
2679         
2680         Added gtk-doc based documentation for Evince.
2681         Still in initial state but I hope it will
2682         grow.
2683         
2684         * configure.ac:
2685         
2686         Lower dbus requirement to 0.70
2687
2688 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2689
2690         * shell/ev-window.c: (ev_window_add_history):
2691
2692         Fix memory leak. 
2693
2694 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2695
2696         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2697         * shell/ev-view.h:
2698         * shell/ev-window.c: (ev_window_add_history):
2699         
2700         Correctly handle named destination links
2701
2702 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2703
2704         * NOTES:
2705         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2706         * backend/pdf/ev-poppler.cc:
2707         * libdocument/ev-document-links.h:
2708         * libdocument/ev-link.c: (ev_link_get_page):
2709         * libdocument/ev-link.h:
2710         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2711         (ev_history_add_link):
2712         * shell/ev-history.h:
2713         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2714         (new_history_menu_item), (build_menu):
2715         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2716         * shell/ev-sidebar-links.c: (create_loading_model),
2717         (print_section_cb), (ev_sidebar_links_construct),
2718         (fill_page_labels), (update_page_callback_foreach),
2719         (update_page_callback), (job_finished_callback):
2720         * shell/ev-view.c: (ev_view_handle_link):
2721         * shell/ev-window.c: (ev_window_find_chapter),
2722         (ev_window_add_history), (view_handle_link_cb),
2723         (history_changed_cb):
2724         
2725         Implements another history variant
2726
2727 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2728
2729         * shell/ev-window.c: (view_external_link_cb):
2730         * shell/ev-view.c: (ev_view_button_release_event):
2731
2732         Open links in new window when clicking with middle button. 
2733
2734 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2735
2736         * shell/ev-navigation-action.c: (new_history_menu_item):
2737         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2738         * shell/ev-view.c: (ev_view_handle_link):
2739         * shell/ev-window.c:
2740         
2741         Store link before jump, not the destination. For me it 
2742         seems like more natural history behavior.
2743
2744 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2745
2746         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2747         (ev_navigation_action_class_init):
2748         * shell/ev-navigation-action.h:
2749         * shell/ev-page-action.c: (activate_cb):
2750         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2751         (ev_page_cache_set_current_page_history):
2752         * shell/ev-page-cache.h:
2753         * shell/ev-sidebar-thumbnails.c:
2754         (ev_sidebar_tree_selection_changed),
2755         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2756         * shell/ev-view-private.h:
2757         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2758         * shell/ev-view.h:
2759         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2760         (ev_window_setup_document), (ev_window_load_job_cb):
2761         * shell/ev-window.h:
2762         
2763         History finally works as expected.
2764
2765 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2766
2767         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2768
2769         Do not update links treeview if it doesn't have a model assigned yet. 
2770
2771 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2772
2773         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2774         (ev_sidebar_links_class_init), (update_page_callback):
2775
2776         Do not update links treeview when sidepane is not visible. 
2777
2778 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2779
2780         * shell/ev-marshal.list:
2781         * shell/ev-page-action.c: (activate_cb),
2782         (ev_page_action_class_init):
2783         * shell/ev-page-action.h:
2784         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2785         * shell/ev-window.c:
2786         
2787         Remove activate_link signal, not required.
2788
2789 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2790
2791         * shell/ev-navigation-action.c: (build_menu):
2792         
2793         Reorder menu items and build menu with fixed length.
2794
2795 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2796
2797         * shell/ev-view.c: (get_selected_text):
2798         
2799         Normalize text to fix ligatures problem. See bug
2800         #341947 for details.
2801
2802 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2803
2804         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2805
2806         Fix memory leak in ev-page-cache. 
2807
2808 2007-01-25  Tom Parker <palfrey@tevp.net>
2809
2810         * backend/impress/impress-document.c: (impress_document_load),
2811         (impress_document_finalize), (impress_document_init):
2812         * properties/ev-properties-main.c: (ev_properties_get_pages):
2813         
2814         Correctly handle impress document errors. Fixes nautilus
2815         crash in property page #370491.
2816
2817 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2818
2819         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2820         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2821         (ev_job_queue_remove_job):
2822         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2823         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2824         (ev_job_load_run):
2825         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2826         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2827         (ev_window_load_job_cb), (xfer_update_progress_callback),
2828         (ev_window_open_uri), (ev_window_dispose):
2829         * shell/main.c: (main):
2830
2831         Do file transfer asynchronously in the main thread instead of
2832         synchronously in the load thread. Fixes bugs #399694, #398307 and
2833         #343542.
2834
2835 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * shell/ev-jobs.c: (ev_job_xfer_run):
2838
2839         Load the document with the font-config lock held. 
2840
2841 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * backend/ps/ps-document.c: (start_interpreter):
2844
2845         Fix memory leaks in ps backend. 
2846
2847 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2848
2849         * backend/impress/impress-document.c:
2850         (impress_document_render_pixbuf):
2851
2852         Do not acquire fontconfig lock in impress backend, since it is using
2853         the main loop for rendering. 
2854
2855 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * po/POTFILES.in: 
2858
2859         Remove mdvi files that shouldn't be translated. 
2860
2861 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2862
2863         * shell/ev-view-private.h:
2864         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2865         (ev_view_set_zoom):
2866
2867         Render "loading..." text into a cairo surface instead of directly into
2868         the window so that fontconfig lock is only needed once and UI is not
2869         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2870
2871 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2874         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2875
2876         Use icon theme associated with the window screen rather than default. 
2877
2878 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2879
2880         * configure.ac:
2881
2882         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2883
2884 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2885
2886         * data/icons/*/apps/evince.*:
2887
2888         Move Evince icons under new apps directory.
2889
2890         * data/icons/*/actions/*:
2891
2892         Add new custom themeable Evince icons: view-page-continuous, 
2893         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2894         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2895
2896         * configure.ac:
2897
2898         Add new directories to AC_CONFIG_FILES.
2899
2900         * shell/ev-stock-icons.c:
2901         * shell/ev-stock-icons.h:
2902
2903         Use new custom themeable icons.
2904
2905 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2906
2907         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2908
2909         Do not draw white background page in presentation mode. 
2910
2911 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2912
2913         * shell/ev-view.c: Remove unused gnome-vfs include.
2914
2915 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2916
2917         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2918         
2919         Format string is corrected, fixes bug #397129.
2920
2921 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2922
2923         * shell/ev-window.c: (ev_window_setup_recent):
2924
2925         Do not include in recent menu inexistent documents. Fixes
2926         bug #339171.
2927
2928 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * po/POTFILES.skip: 
2931
2932         Update POTFILES.skip file according to current source tree. 
2933
2934 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * shell/ev-window.c: (file_save_dialog_response_cb):
2937
2938         Do Save a copy in atomic way. Fixes bug #328266. 
2939
2940 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2941
2942         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2943
2944         Keep selected cell always visible in index treeview.
2945
2946 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2947         
2948         * shell/ev-view.c: (ev_view_size_allocate):
2949
2950         Restore horizontal scrollbar after switching to/from fullscreen
2951         or presentation mode. Fixes bug #331728.
2952
2953 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2954
2955         * shell/ev-view-private.h:
2956         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2957         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2958         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2959         (ev_view_can_zoom_out):
2960
2961         Use max and min scale values in the view iby taking dpi into account. 
2962
2963 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2964
2965         * configure.ac:
2966         * NEWS:
2967
2968         Release 0.7.1
2969
2970 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2971
2972         * shell/ev-window.c: (ev_window_print_send):
2973
2974         Send print job to printer with some settings set to default values,
2975         since we have already exported to a file according to such settings
2976         and they could be taken twice by some printers. 
2977
2978 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2979
2980         * shell/ev-jobs.c: (ev_job_xfer_run):
2981         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2982
2983         Show main window and load document with the font-config lock held. 
2984
2985 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2986
2987         * configure.ac:
2988         * shell/ev-application.c: (ev_application_register_service):
2989         * shell/main.c: (load_files_remote):
2990
2991         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2992
2993 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2994
2995         * doc/debugging.txt:
2996         
2997         Remove obsolete documentation.
2998
2999 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3000
3001         * Makefile.am:
3002         * backend/Makefile.am:
3003         * backend/comics/Makefile.am:
3004         * backend/djvu/Makefile.am:
3005         * backend/dvi/Makefile.am:
3006         * backend/ev-async-renderer.c:
3007         * backend/ev-async-renderer.h:
3008         * backend/ev-attachment.c:
3009         * backend/ev-attachment.h:
3010         * backend/ev-backend-marshal.c:
3011         * backend/ev-document-factory.c:
3012         * backend/ev-document-factory.h:
3013         * backend/ev-document-find.c:
3014         * backend/ev-document-find.h:
3015         * backend/ev-document-fonts.c:
3016         * backend/ev-document-fonts.h:
3017         * backend/ev-document-images.c:
3018         * backend/ev-document-images.h:
3019         * backend/ev-document-info.h:
3020         * backend/ev-document-links.c:
3021         * backend/ev-document-links.h:
3022         * backend/ev-document-misc.c:
3023         * backend/ev-document-misc.h:
3024         * backend/ev-document-security.c:
3025         * backend/ev-document-security.h:
3026         * backend/ev-document-thumbnails.c:
3027         * backend/ev-document-thumbnails.h:
3028         * backend/ev-document-transition.c:
3029         * backend/ev-document-transition.h:
3030         * backend/ev-document.c:
3031         * backend/ev-document.h:
3032         * backend/ev-file-exporter.c:
3033         * backend/ev-file-exporter.h:
3034         * backend/ev-image.c:
3035         * backend/ev-image.h:
3036         * backend/ev-link-action.c:
3037         * backend/ev-link-action.h:
3038         * backend/ev-link-dest.c:
3039         * backend/ev-link-dest.h:
3040         * backend/ev-link.c:
3041         * backend/ev-link.h:
3042         * backend/ev-render-context.c:
3043         * backend/ev-render-context.h:
3044         * backend/ev-selection.c:
3045         * backend/ev-selection.h:
3046         * backend/impress/Makefile.am:
3047         * backend/pdf/Makefile.am:
3048         * backend/pixbuf/Makefile.am:
3049         * backend/ps/Makefile.am:
3050         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3051         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3052         (start_interpreter), (stop_interpreter), (document_load),
3053         (ps_document_next_page), (render_page):
3054         * backend/tiff/Makefile.am:
3055         * comics/Makefile.am:
3056         * comics/comics-document.c:
3057         * comics/comics-document.h:
3058         * configure.ac:
3059         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3060         * djvu/Makefile.am:
3061         * djvu/djvu-document-private.h:
3062         * djvu/djvu-document.c:
3063         * djvu/djvu-document.h:
3064         * djvu/djvu-links.c:
3065         * djvu/djvu-links.h:
3066         * djvu/djvu-text-page.c:
3067         * djvu/djvu-text-page.h:
3068         * djvu/djvu-text.c:
3069         * djvu/djvu-text.h:
3070         * dvi/Makefile.am:
3071         * dvi/dvi-document.c:
3072         * dvi/dvi-document.h:
3073         * dvi/fonts.c:
3074         * dvi/fonts.h:
3075         * dvi/mdvi-lib/Makefile.am:
3076         * dvi/mdvi-lib/afmparse.c:
3077         * dvi/mdvi-lib/afmparse.h:
3078         * dvi/mdvi-lib/bitmap.c:
3079         * dvi/mdvi-lib/bitmap.h:
3080         * dvi/mdvi-lib/color.c:
3081         * dvi/mdvi-lib/color.h:
3082         * dvi/mdvi-lib/common.c:
3083         * dvi/mdvi-lib/common.h:
3084         * dvi/mdvi-lib/defaults.h:
3085         * dvi/mdvi-lib/dvimisc.c:
3086         * dvi/mdvi-lib/dviopcodes.h:
3087         * dvi/mdvi-lib/dviread.c:
3088         * dvi/mdvi-lib/files.c:
3089         * dvi/mdvi-lib/font.c:
3090         * dvi/mdvi-lib/fontmap.c:
3091         * dvi/mdvi-lib/fontmap.h:
3092         * dvi/mdvi-lib/fontsrch.c:
3093         * dvi/mdvi-lib/gf.c:
3094         * dvi/mdvi-lib/hash.c:
3095         * dvi/mdvi-lib/hash.h:
3096         * dvi/mdvi-lib/list.c:
3097         * dvi/mdvi-lib/mdvi.h:
3098         * dvi/mdvi-lib/pagesel.c:
3099         * dvi/mdvi-lib/paper.c:
3100         * dvi/mdvi-lib/paper.h:
3101         * dvi/mdvi-lib/pk.c:
3102         * dvi/mdvi-lib/private.h:
3103         * dvi/mdvi-lib/setup.c:
3104         * dvi/mdvi-lib/sp-epsf.c:
3105         * dvi/mdvi-lib/special.c:
3106         * dvi/mdvi-lib/sysdeps.h:
3107         * dvi/mdvi-lib/t1.c:
3108         * dvi/mdvi-lib/tfm.c:
3109         * dvi/mdvi-lib/tfmfile.c:
3110         * dvi/mdvi-lib/tt.c:
3111         * dvi/mdvi-lib/util.c:
3112         * dvi/mdvi-lib/vf.c:
3113         * dvi/pixbuf-device.c:
3114         * dvi/pixbuf-device.h:
3115         * impress/Makefile.am:
3116         * impress/common.h:
3117         * impress/document.c:
3118         * impress/f_oasis.c:
3119         * impress/f_oo13.c:
3120         * impress/iksemel.c:
3121         * impress/iksemel.h:
3122         * impress/imposter.h:
3123         * impress/impress-document.c:
3124         * impress/impress-document.h:
3125         * impress/internal.h:
3126         * impress/r_back.c:
3127         * impress/r_draw.c:
3128         * impress/r_geometry.c:
3129         * impress/r_gradient.c:
3130         * impress/r_style.c:
3131         * impress/r_text.c:
3132         * impress/render.c:
3133         * impress/render.h:
3134         * impress/zip.c:
3135         * impress/zip.h:
3136         * lib/Makefile.am:
3137         * lib/ev-debug.c:
3138         * lib/ev-debug.h:
3139         * lib/ev-file-helpers.c:
3140         * lib/ev-file-helpers.h:
3141         * lib/ev-gui.c:
3142         * lib/ev-gui.h:
3143         * lib/ev-tooltip.c:
3144         * lib/ev-tooltip.h:
3145         * libdocument/Makefile.am:
3146         * libdocument/ev-file-helpers.c:
3147         * pdf/Makefile.am:
3148         * pdf/ev-poppler.cc:
3149         * pdf/ev-poppler.h:
3150         * pixbuf/Makefile.am:
3151         * pixbuf/pixbuf-document.c:
3152         * pixbuf/pixbuf-document.h:
3153         * properties/Makefile.am:
3154         * ps/Makefile.am:
3155         * ps/gsdefaults.c:
3156         * ps/gsdefaults.h:
3157         * ps/gsio.c:
3158         * ps/gsio.h:
3159         * ps/gstypes.h:
3160         * ps/ps-document.c:
3161         * ps/ps-document.h:
3162         * ps/ps.c:
3163         * ps/ps.h:
3164         * shell/Makefile.am:
3165         * shell/ev-application.h:
3166         * shell/ev-sidebar-links.c:
3167         * shell/ev-sidebar-links.h:
3168         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3169         (ev_gui_menu_position_tree_selection):
3170         * shell/ev-utils.h:
3171         * shell/ev-view.c: (ev_view_finalize):
3172         * shell/ev-window.c:
3173         * shell/main.c: (main):
3174         * thumbnailer/Makefile.am:
3175         * tiff/Makefile.am:
3176         * tiff/tiff-document.c:
3177         * tiff/tiff-document.h:
3178         * tiff/tiff2ps.c:
3179         * tiff/tiff2ps.h:
3180         
3181         Reorganize source tree.
3182
3183 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * backend/ev-document-factory.c:
3186
3187         Do not include ev-poppler.h when pdf is disabled. 
3188
3189 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3190
3191         * configure.ac:
3192         * data/evince-ui.xml:
3193         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3194         (pdf_document_document_images_iface_init):
3195         * backend/Makefile.am:
3196         * backend/ev-document-images.[ch]:
3197         * backend/ev-image.[ch]:
3198         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3199         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3200         (ev_job_xfer_run):
3201         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3202         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3203         (ev_pixbuf_cache_get_image_mapping):
3204         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3205         (view_menu_popup_cb), (ev_window_dispose),
3206         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3207         (ev_view_popup_cmd_copy_image):
3208         * shell/ev-view-private.h:
3209         * shell/ev-view.c: (ev_view_get_image_at_location),
3210         (ev_view_do_popup_menu), (ev_view_popup_menu),
3211         (ev_view_button_press_event), (ev_view_drag_data_get),
3212         (ev_view_drag_motion), (ev_view_drag_data_received),
3213         (ev_view_motion_notify_event), (ev_view_button_release_event),
3214         (ev_view_finalize), (ev_view_class_init):
3215
3216         Add image handling support. Fixes bugs #310008 and #325047. Images
3217         selection is not supported yet. 
3218
3219 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3220
3221         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3222         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3223         (ev_view_init):
3224
3225         Move view drag and drop stuff to ev-view.
3226
3227 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3228
3229         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3230         * shell/ev-view.c: (clear_selection): 
3231
3232         Clear selection also in pixbuf cache.
3233
3234 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3235
3236         * data/evince.desktop.in.in:
3237         
3238         Change icon name in desktop file. See bug #390734
3239         for details.
3240
3241 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3242
3243         * thumbnailer/Makefile.am:
3244
3245         Use top_builddir instead top_srcdir for generated schema
3246         file installation. Fixes bug #390161.
3247
3248 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3249
3250         * configure.ac:
3251         * backend/Makefile.am:
3252         * backend/ev-document-transition.[ch]:
3253         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3254         (pdf_document_page_transition_iface_init):
3255         * shell/ev-view-private.h:
3256         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3257         (ev_view_set_presentation), (transition_next_page),
3258         (ev_view_presentation_transition_stop),
3259         (ev_view_presentation_transition_start), (ev_view_next_page):
3260
3261         Add page transition support in presentation mode. At the moment only
3262         page duration is supported, but not transition effects. Fixes bug
3263         #309815.
3264
3265 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3266
3267         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3268
3269         Run find_link_dest with document lock held, since it's called by links
3270         thread and main thread at the same time. 
3271
3272 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3273
3274         * shell/ev-view.c: (goto_dest):
3275
3276         Update page-cache when page is changed by the view, so that
3277         page-changed signal is emitted. 
3278
3279 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * test/test1.py:
3282         * test/test2.py:
3283
3284         Use C locale in tests. 
3285
3286 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3287
3288         * shell/ev-window.c: (ev_window_run_presentation):
3289         * shell/ev-view-private.h:
3290         * shell/ev-view.c: (ev_view_set_presentation):
3291
3292         Restore zoom settings when back from presentation mode. 
3293
3294 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3295
3296         * shell/ev-window.c: (ev_window_run_presentation):
3297
3298         Always use "best fit" zoom in presentation mode.
3299         Fixes bug #389195.
3300
3301 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3302
3303         * shell/ev-view.c: (ev_view_goto_window_create):
3304
3305         Show "Jump to page" label in the page jumping popup in
3306         presentation mode instead of just a GtkEntry.
3307
3308 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3309
3310         * shell/ev-window.c: (launch_external_uri):
3311
3312         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3313         #378085.
3314
3315 2006-12-22  Elijah Newren  <newren gmail com>
3316
3317         * configure.ac: explicitly check for libxml2.  Fixes #388795
3318
3319 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * shell/ev-view-private.h:
3322         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3323         (ev_view_goto_window_delete_event), (key_is_numeric),
3324         (ev_view_goto_window_key_press_event),
3325         (ev_view_goto_window_button_press_event),
3326         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3327         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3328         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3329
3330         Allow jumping to another page by typing a page number in presentation
3331         mode. It uses a popup window with an entry. Fixes bug #353625.
3332
3333 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3334
3335         * configure.ac:
3336         * properties/ev-properties-view.c: (ev_get_default_user_units),
3337         (ev_regular_paper_size):
3338         
3339         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3340         to Damien Carbery <damien.carbery@sun.com> and
3341         Yevgen Muntyan <muntyan@tamu.edu>.
3342
3343 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3344
3345         * shell/ev-window.c: (setup_document_from_metadata):
3346
3347         Make sure Evince doesn't restore the view on the last
3348         page when a document is reopened. Fixes bug #383381.
3349
3350 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3351
3352         * shell/ev-view.c: (draw_loading_text):
3353
3354         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3355
3356 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * configure.ac:
3359         * NEWS:
3360
3361         Release 0.7.0
3362
3363 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3364
3365         * configure.ac:
3366         * pdf/ev-poppler.cc: (pdf_print_context_free),
3367         (pdf_document_file_exporter_begin),
3368         (pdf_document_file_exporter_do_page):
3369
3370         Make cairo-pdf depedency optional. 
3371
3372 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3375
3376         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3377
3378 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3381         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3382         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3383         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3384         * shell/ev-view.c: (draw_loading_text):
3385         * shell/ev-window.c: (ev_window_cmd_file_properties):
3386
3387         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3388         related to using FontConfig from different threads.
3389         
3390 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3391
3392         * shell/ev-view.c: (draw_loading_text):
3393
3394         Acquire lock document when drawing "Loading..." text so that only one
3395         thread will use FontConfig at the same time. Fixes bug #374750.
3396
3397 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3398
3399         * shell/ev-page-action.[ch]: (activate_cb):
3400         * shell/ev-window.c: (activate_label_cb):
3401
3402         Check if text inserted in page entry is a valid page number when it
3403         doesn't match to any document page label. Fixes bug #383165.
3404
3405 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3406         * shell/ev-window.c:
3407
3408         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3409         available with GTK < 2.10. Added an ifdef to avoid compilation
3410         error.
3411
3412 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3413
3414         * configure.ac:
3415         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3416
3417         Fix ps backend in multihead systems.
3418
3419 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3422         * shell/ev-window.c: (ev_window_get_screen_dpi),
3423         (ev_window_update_actions), (setup_view_from_metadata),
3424         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3425
3426         Take screen DPI into account when zooming. Fixes bug #318285.
3427
3428 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3429
3430         * data/Makefile.am:
3431
3432         Cleaned up/slightly refactored Makefile.am. Added GConf
3433         schemas uninstallation as well.
3434
3435 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3436
3437         * Makefile.am:
3438         * test/Makefile.am:
3439
3440         Fight with autotools to fix make check. Make distcheck
3441         works fine as well now!
3442
3443 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3444
3445         * shell/ev-view.c: (draw_end_presentation_page):
3446
3447         Corrected "end of presentation" string.
3448
3449 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3450
3451         * shell/ev-view.c: (ev_view_key_press_event):
3452
3453         Correctly propagate key press event so that up/down keys
3454         work as expected (correct behaviour was broken by
3455         black/white screen key bindings for presentations).
3456
3457 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3458
3459         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3460         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3461         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3462         (pdf_selection_get_selection_region),
3463         (pdf_selection_get_selection_map):
3464
3465         Add "static" to some private functions. 
3466
3467 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3468
3469         * lib/ev-tooltip.h:
3470         * properties/ev-properties-view.h:
3471         * shell/ev-jobs.h:
3472         * shell/ev-properties-dialog.h:
3473         * shell/ev-properties-fonts.h:
3474         * shell/ev-sidebar-links.h:
3475         * shell/ev-sidebar-thumbnails.h:
3476         * shell/ev-sidebar.h:
3477         * shell/ev-window.h:
3478         
3479         Fixes CHACK type in class casts. See bug #385343
3480         for details.
3481
3482 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * shell/ev-view-private.h:
3485         * shell/ev-view.c: (draw_end_presentation_page),
3486         (ev_view_expose_event), (ev_view_key_press_event),
3487         (ev_view_class_init), (ev_view_init):
3488
3489         Blank screen in presentation mode when pressing 'b' (filling with
3490         black) or 'w' (filling with white) keys. Fixes bug #358132.
3491
3492 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3493
3494         * data/evince-toolbar.xml:
3495         * shell/ev-window.c:
3496         
3497         Use stock icon for Select All action. Fixes
3498         bug #382652.
3499
3500 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3501
3502         * shell/ev-view.c: (get_doc_point_from_offset),
3503         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3504
3505         Add links support in rotated documents. Fixes bug #343733.
3506
3507 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3508
3509         * shell/ev-view-private.h:
3510         * shell/ev-view.c: (draw_end_presentation_page),
3511         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3512
3513         Show a blank page after the last page in presentation mode with a
3514         message indicating that presentation has finished and how to exit. 
3515
3516 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3517
3518         * shell/ev-window.c: (fullscreen_timeout_cb):
3519
3520         Hide cursor after a while in presentation mode. 
3521
3522 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3523
3524         * backend/ev-document-info.h:
3525         * data/evince-properties.glade:
3526         * pdf/ev-poppler.cc:
3527         * properties/ev-properties-view.c: (ev_regular_paper_size),
3528         (ev_properties_view_set_info):
3529         * ps/ps-document.c: (ps_document_get_info):
3530
3531         Adds a paper size field to the properties dialog. Fixes
3532         bug #307315. Patch by Kasper Svendsen (with some i18n
3533         changes done by me).
3534
3535 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3536
3537         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3538         (screensaver_init_dbus), (totem_scrsaver_new),
3539         (totem_scrsaver_init):
3540         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3541         * shell/ev-application.c: (ev_application_register_service),
3542         (ev_application_screensaver_enable),
3543         (ev_application_screensaver_disable):
3544         * shell/ev-application.h:
3545         * shell/ev-window.c: (ev_window_run_presentation),
3546         (ev_window_stop_presentation), (build_comments_string),
3547         (ev_window_init):
3548         
3549         Move screensaver handling to application. No more
3550         message on startup.
3551
3552 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3553
3554         * configure.ac:
3555         * backend/Makefile.am:
3556         * backend/ev-file-exporter.[ch]:
3557         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3558         * ps/ps-document.c: (ps_document_file_exporter_*):
3559         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3560         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3561         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3562         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3563
3564         Allow printing to PDF when suppoted by the backend.
3565         
3566 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3567
3568         * shell/ev-window.c: (build_comments_string):
3569
3570         Use always "Document Viewer" in about dialog. 
3571
3572 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3573
3574         * djvu/djvu-document.c: (djvu_document_get_page_size):
3575
3576         Display a warning message when get_pageinfo fails. 
3577
3578 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3579
3580         * Makefile.am:
3581         * backend/Makefile.am:
3582         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3583         * configure.ac:
3584         * shell/ev-window.c: (build_comments_string):
3585         
3586         Make pdf compilation optional. See bug #38007.
3587
3588 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * ps/ps.c: (get_next_text):
3591
3592         Fix CVE-2006-5864.
3593
3594 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3595
3596         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3597         * shell/ev-navigation-action.c: (connect_proxy),
3598         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3599         
3600         Do not call g_type_class_peek_parent twice.
3601
3602 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3603
3604         * configure.ac:
3605         * data/icons/24x24/.cvsignore:
3606         * data/icons/24x24/Makefile.am:
3607         * data/icons/24x24/evince.png:
3608         * data/icons/Makefile.am:
3609         
3610         Add 24x24 icon. Thanks to 
3611         Michael Monreal <infernux@web.de>.
3612
3613 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3614
3615         * configure.ac: Fix typo in configure.ac. Thanks
3616         to dmacks@netspace.org for notification.
3617
3618 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3619
3620         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3621         
3622         Drop dbus include, fixes compilation with older dbus.
3623
3624 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3625
3626         * configure.ac:
3627         * cut-n-paste/Makefile.am:
3628         * cut-n-paste/totem-screensaver/.cvsignore
3629         * cut-n-paste/totem-screensaver/Makefile.am:
3630         * cut-n-paste/totem-screensaver/README:
3631         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3632         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3633         * shell/Makefile.am:
3634         * shell/ev-window.c: (ev_window_run_presentation),
3635         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3636         (ev_window_init):
3637
3638         Implemented screensaver enabling/disabling for
3639         presentation mode (not fullscreen mode). Code stolen
3640         from Totem (with some minor tweaks). Fixes bug #338889.
3641
3642 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3643
3644         * configure.ac:
3645
3646         Bump gnome-icon-theme requirements. We use the rotation
3647         icons that appeared recently.
3648
3649 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3650
3651         * shell/ev-history.c: (ev_history_add_page):
3652         * shell/ev-history.h:
3653         * shell/ev-window.c: (page_changed_cb):
3654         
3655         Use page labels instead of numbers.
3656
3657 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3658
3659         * data/evince-toolbar.xml:
3660         * po/POTFILES.in:
3661         * shell/Makefile.am:
3662         * shell/ev-navigation-action-widget.c:
3663         (ev_navigation_action_widget_init),
3664         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3665         (menu_detacher), (ev_navigation_action_widget_set_menu),
3666         (menu_position_func), (popup_menu_under_arrow),
3667         (ev_navigation_action_widget_toggled),
3668         (ev_navigation_action_widget_button_press_event):
3669         * shell/ev-navigation-action-widget.h:
3670         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3671         (ev_navigation_action_set_window), (activate_menu_item_cb),
3672         (new_history_menu_item), (new_empty_history_menu_item),
3673         (build_menu), (menu_activated_cb), (connect_proxy),
3674         (create_tool_item), (ev_navigation_action_init),
3675         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3676         * shell/ev-navigation-action.h:
3677         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3678         (ev_page_action_widget_set_page_cache),
3679         (ev_page_action_widget_finalize),
3680         (ev_page_action_widget_class_init), (match_selected_cb),
3681         (display_completion_text), (match_completion), (build_new_tree_cb),
3682         (get_filter_model_from_model),
3683         (ev_page_action_widget_update_model):
3684         * shell/ev-page-action-widget.h:
3685         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3686         (connect_proxy):
3687         * shell/ev-page-action.h:
3688         * shell/ev-stock-icons.c:
3689         * shell/ev-stock-icons.h:
3690         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3691         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3692         (register_custom_actions):
3693         * shell/main.c:
3694         
3695         Preliminary history implementation
3696
3697 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3698
3699         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3700         (dvi_document_class_init), (dvi_document_init_params):
3701         * dvi/mdvi-lib/font.c: (font_reference):
3702         
3703         Add reference to subfont. Fixes bug #374277.
3704
3705 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3706
3707         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3708         (ev_window_cmd_file_open_copy_at_dest):
3709
3710         Fix a race condition when creating symlink. Increase the counter
3711         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3712         Mathias Hasselmann).
3713
3714 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3715
3716         * backend/Makefile.am:
3717         * backend/ev-attachment.c: (ev_attachment_open):
3718         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3719         (ev_tmp_dir), (ev_tmp_filename):
3720         * shell/ev-sidebar-attachments.c:
3721         (ev_sidebar_attachments_drag_data_get):
3722         * shell/ev-window.c: (ev_window_clear_temp_file):
3723
3724         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3725         in ensure_dir_exists. Abort without crashing when we can't create
3726         user's directory.
3727
3728 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3729
3730         * data/evince-ui.xml:
3731         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3732         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3733         (ev_window_cmd_file_open_copy_at_dest),
3734         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3735         (ev_view_popup_cmd_open_link_new_window):
3736
3737         Allow opening a copy of the current document in a new window. Fixes bug
3738         #357472
3739
3740 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3741
3742         * data/evince-toolbar.xml:
3743         
3744         Add rotate right and rotate left to available items for toolbar.
3745         
3746         * data/evince-ui.xml:
3747         * shell/ev-window.c: (ev_window_init):
3748         
3749         Customize toolbar with right click. Fixes bug #372451.
3750
3751 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3752
3753         * shell/ev-window.c: 
3754         
3755         Use "object-rotate-{left,right}" stock icons. Fixes 
3756         bug #373863.
3757
3758 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3759
3760         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3761         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3762         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3763         (ev_window_open_uri):
3764         * shell/main.c: (arguments_parse):
3765
3766         Remove temp file created when evince is used by GTK+ in
3767         preview mode. Fixes bug #365282. 
3768
3769 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3770
3771         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3772         
3773         Fixes bug #372474 - Side pane disabled when entering 
3774         and leaving fullscreen mode.
3775
3776 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3777
3778         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3779         * data/Makefile.am:
3780         * data/evince-preview-toolbar.xml:
3781         * data/evince-toolbar.xml:
3782         * shell/ev-application.c: (ev_application_shutdown),
3783         (ev_application_init), (ev_application_get_toolbars_model):
3784         * shell/ev-application.h:
3785         * shell/ev-window.c: (update_chrome_visibility),
3786         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3787         (ev_window_cmd_edit_toolbar), (ev_window_init):
3788         
3789         Fixes bug #364364 - toolbar editor shows zoom actions again.
3790
3791 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3792
3793         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3794
3795         Do not take margins into consideration for paper size when printing.
3796         Really fixes bug #350491.
3797
3798 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3799
3800         * data/evince-ui.xml:
3801         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3802         (ev_window_cmd_file_print_setup),
3803         (ev_window_print_dialog_response_cb),
3804         (ev_window_setup_action_sensitivity):
3805
3806         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3807
3808 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3809
3810         * shell/ev-window.c: (ev_window_print_range):
3811
3812         Revert my previuos commit, since printing to PDF is not supported by
3813         evince yet. 
3814
3815 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3816
3817         * shell/ev-window.c: (ev_window_print_range):
3818
3819         Enable print to a PDF. Fixes bug #332121.
3820
3821 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3822
3823         * shell/ev-application-service.xml:
3824         * shell/ev-application.[ch]: (ev_application_open_window),
3825         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3826         (ev_application_open_uri), (ev_application_open_uri_list):
3827         * shell/ev-window.c: (file_open_dialog_response_cb),
3828         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3829         (drag_data_received_cb), (open_remote_link):
3830         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3831
3832         Add support for multiscreen systems. Fixes bug #316206.
3833
3834 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3835
3836         * shell/ev-jobs.[ch]: (ev_job_print_new),
3837         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3838         (ev_job_print_do_page):
3839         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3840
3841         Allow printing only odd/even pages. Fixes bug #367289.
3842
3843 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3844
3845         * test/test1.py:
3846         * test/test2.py:
3847
3848         Re-add locale settings to test files.
3849
3850 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3851
3852         * data/evince-ui.xml:
3853         * shell/ev-window.c: (set_action_properties):
3854         
3855         Removed garbage from code and ui.
3856
3857 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3858
3859         * shell/ev-window.c: (ev_window_cmd_help_about):
3860
3861         Shamelessly add my name to the list of contributors.
3862
3863 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3864
3865         * test/test1.py:
3866         * test/test2.py:
3867
3868         Cleaned up the dogtail scripts.
3869
3870 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3871
3872         * shell/ev-view.c: (draw_loading_text): Don't render
3873         "loading..." text in presentation mode. Temporary
3874         workaround for bug #320352.
3875
3876 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3877
3878         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3879         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3880
3881         Use print settings scale, copies, collate and reverse which were
3882         ignored. Fixes bug #359032.
3883
3884 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3885
3886         * configure.ac:
3887         * data/evince-password.glade:
3888         * test/Makefile.am:
3889         * test/test-encrypt.pdf:
3890         * test/test-links.pdf:
3891         * test/test1.py:
3892         * test/test2.py:
3893
3894         Add automated UI tests for evince with dogtail. See
3895         bug #300948.    
3896
3897 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3898
3899         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3900
3901         Hide fullscreen toolbar when switching to another desktop workspace.
3902         Fixes bug #338871
3903
3904 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3905
3906         * shell/ev-window-title.c: 
3907         
3908         Test for .dvi in title of pdf documents.
3909
3910 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3911
3912         * shell/ev-view.c: (ev_view_scroll):
3913
3914         Page Up/Down should do page jumps in "Best fit" mode.
3915         If a user has explicitly chosen to view exactly one page
3916         at a time, scrolling just a part of the page when
3917         pressing Page Up/Down is not right. Fixes bug #323107.
3918
3919 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3920
3921         * NEWS:
3922         * configure.ac:
3923         
3924         Update for 0.6.1
3925
3926 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3927
3928         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3929         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3930         
3931         Correctly disconnect from job signals on destroy.
3932
3933 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3934
3935         * shell/ev-view-private.h:
3936         * shell/ev-view.c: (view_set_adjustment_values),
3937         (view_update_range_and_current_page),
3938         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3939         
3940         Fixes bug #343199, current page now follows find page.
3941
3942 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3943
3944         * backend/ev-document-factory.c:
3945         * configure.ac:
3946         Assigned OpenDocument presenation MIME type to the
3947         Impress backend. Added some missing (but harmless)
3948         #ifdefs in the document factory as well to make things
3949         consistent again. Fixes bug #360658.
3950
3951 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3952
3953         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3954         * backend/ev-document-find.c: (ev_document_find_get_type):
3955         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3956         * backend/ev-document-links.c: (ev_document_links_get_type):
3957         * backend/ev-document-security.c: (ev_document_security_get_type):
3958         * backend/ev-document-thumbnails.c:
3959         (ev_document_thumbnails_get_type):
3960         * backend/ev-document.c: (ev_document_get_type):
3961         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3962         * backend/ev-selection.c: (ev_selection_get_type):
3963         * cut-n-paste/recent-files/egg-recent-model.c:
3964         (egg_recent_model_get_type):
3965         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3966         (egg_recent_view_uimanager_get_type):
3967         * cut-n-paste/recent-files/egg-recent-view.c:
3968         (egg_recent_view_get_type):
3969         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3970         (egg_editable_toolbar_get_type):
3971         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3972         (egg_toolbar_editor_get_type):
3973         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3974         (egg_toolbars_model_get_type):
3975         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3976         (egg_tree_multi_drag_source_get_type):
3977         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3978         (ephy_zoom_action_get_type):
3979         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3980         (ephy_zoom_control_get_type):
3981         * impress/r_back.c: (_imp_fill_back):
3982         * properties/ev-properties-main.c:
3983         (ev_properties_plugin_register_type):
3984         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3985         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3986         (ev_view_accessible_factory_get_type):
3987
3988         Reduce relocations. Bug #360616.
3989
3990 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3991
3992         * backend/ev-document-factory.c:
3993         (ev_document_factory_get_document):
3994         
3995         Load document even if extension is wrong.
3996
3997 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3998
3999         * shell/ev-metadata-manager.c: (save_values):
4000         * shell/ev-window.c: (setup_size_from_metadata),
4001         (setup_view_from_metadata), (ev_window_setup_document),
4002         (ev_window_xfer_job_cb), (window_configure_event_cb):
4003         
4004         Set size according to the document size/page size ratio.
4005         That should correct rather wierd behaviour of the previous
4006         commit.
4007
4008 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4009
4010         * shell/ev-window.c: (setup_view_from_metadata):
4011         
4012         Set size for new windows from previous window size.
4013         See bugs #354968 and #168450 for details. Thanks
4014         to Meik Hellmund.
4015
4016 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4017
4018         * djvu/djvu-links.c: (build_tree):
4019
4020         Fix memory leak.
4021
4022 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4023
4024         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4025         
4026         Don't make sidebar close button insensitive. Fixes
4027         bug #357871.
4028
4029 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4030
4031         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4032         (ev_window_set_view_accels_sensitivity):
4033         
4034         Don't enable Slash on documents which don't support
4035         find. Fixes bug #358648.
4036
4037 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4038
4039         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4040         open dialog fall back to the current document uri if the
4041         filechooser hasn't been used before. Fixes bug #356980.
4042
4043 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4044
4045         * shell/ev-window.c: (ev_window_setup_recent), 
4046         (ev_window_get_recent_file_label):
4047
4048         Escape underscores in filenames of recent file items.
4049
4050 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4051
4052         * configure.ac:
4053         
4054         Bumped poppler requirements, really 0.5.3 is very 
4055         buggy, now we require 0.5.4.
4056
4057 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4058
4059         * djvu/Makefile.am:
4060         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4061         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4062         (djvu_document_document_links_iface_init):
4063         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4064         (number_from_string_10), (get_djvu_link_dest),
4065         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4066         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4067         (djvu_links_get_links), (djvu_links_find_link_dest),
4068         (djvu_links_get_links_model):
4069         * djvu/djvu-links.h:
4070         
4071         Add support for links and bookmarks in djvu documents. Thanks
4072         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4073         patch.
4074
4075 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4076
4077         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4078         
4079         Reopen should reload document. Fixes 
4080         bug 327951.
4081
4082 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4083
4084         * configure.ac:
4085         * data/Makefile.am:
4086         * data/evince-16.png:
4087         * data/evince-22.png:
4088         * data/evince.png:
4089         * data/evince.svg:
4090         * data/icons/16x16/Makefile.am:
4091         * data/icons/16x16/evince.png:
4092         * data/icons/22x22/Makefile.am:
4093         * data/icons/22x22/evince.png:
4094         * data/icons/48x48/Makefile.am:
4095         * data/icons/48x48/evince.png:
4096         * data/icons/Makefile.am:
4097         * data/icons/scalable/Makefile.am:
4098         * data/icons/scalable/evince.svg:
4099         
4100         Install icons with correct names. Fixes
4101         bug #354429.
4102
4103 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4104
4105         * shell/ev-view.c: (ev_view_button_release_event):
4106
4107         Don't open links with middle mouse button. Fixes bug #353649
4108
4109 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4110
4111         * NEWS:
4112         * configure.ac:
4113         
4114         Update for release 0.6.0
4115
4116 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4117
4118         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4119         Implement Close named action. Patch by Carlos Garcia Campos.
4120
4121 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4122
4123         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4124         
4125         Don't clear link mapping on copy_job_to_job_info. Fixes
4126         bug 346168.
4127
4128 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4129
4130         * shell/main.c: (main):
4131
4132         Revert my previous commit, gnome_program_init owns the option context.
4133         Fix another memory leak in main. Both caught by Christian Persch. 
4134
4135 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4136
4137         * shell/main.c: (main):
4138
4139         Fix memory leak.
4140
4141 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4142
4143         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4144
4145         Fix crash when opening a pdf with password protection. 
4146
4147 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4148
4149         * pdf/ev-poppler.cc: (pdf_document_search_free):
4150
4151         Fix memory leak. 
4152
4153 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4154
4155         * backend/ev-document-factory.c:
4156         (ev_document_factory_get_document):
4157         * tiff/tiff-document.c: (tiff_document_finalize):
4158         
4159         More correct handling of document loading. Fixes
4160         bug #349043.
4161
4162 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4163
4164         * backend/ev-attachment.c: (ev_attachment_save):
4165
4166         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4167         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4168
4169 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4170         
4171         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4172         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4173
4174 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4175
4176         * shell/ev-sidebar-thumbnails.c:
4177
4178         Do not render thumbnails unless thumbnails page is active in the
4179         sidebar.
4180
4181 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4182
4183         * shell/ev-properties-dialog.c:
4184
4185         Fix dialogue spacing. Bug #351370.
4186
4187 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4188
4189         * configure.ac:
4190
4191         Use lowercase gettext catalog file names (evince.mo
4192         instead of Evince.mo)
4193
4194 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * shell/ev-sidebar-attachments.c:
4197
4198         GtkIconTheme is now screen safe too. Fixes bug #350878
4199
4200 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4201
4202         * shell/ev-window.c:
4203
4204         GtkRecent manager is now screen safe. Fixes bug #350145
4205
4206 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4207
4208         * shell/ev-sidebar.c: (ev_sidebar_init):
4209         
4210         Make sidebar close icon smaller. Fix for bug 350177.
4211         See also bugs 350176 and 165770.
4212
4213 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4214
4215         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4216
4217         Ignore zoom for xyz destinations when it's <= 1, keeping user
4218         preferences instead. Set correct sizing-mode for fith and fitv
4219         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4220
4221 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4222
4223         * NEWS:
4224         * configure.ac:
4225         
4226         Update for release 0.5.5
4227
4228 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4229         
4230         * shell/ev-window.c: (ev_window_cmd_escape)
4231
4232         Escape unfocus page entry. Fixes bug #345809.
4233
4234 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4235
4236         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4237         (build_tree), (pdf_document_links_get_links),
4238         (pdf_document_links_find_link_dest):
4239         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4240         (goto_xyz_dest):
4241
4242         Convert from PDF style coordinates to X style coordinates in the
4243         backend rather than in the view. Fixes bug #338440
4244
4245 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4246
4247         * shell/ev-window.c:
4248         
4249         Remove Ctrl+Shift+T shortcut for toolbars. See
4250         the bug #350098.
4251
4252 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4253
4254         * configure.ac:
4255
4256         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4257         of this. 
4258
4259 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4260
4261         * configure.ac:
4262         * cut-n-paste/Makefile.am:
4263         * data/evince-ui.xml:
4264         * shell/Makefile.am:
4265         * shell/ev-application.[ch]:
4266         * shell/ev-window.c:
4267
4268         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4269         #349273
4270
4271 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4272
4273         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4274         findbar code: s/help/search/
4275
4276 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4277
4278         * shell/ev-window.c: (setup_document_from_metadata),
4279         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4280         (setup_view_from_metadata):
4281         
4282         Fix memory leaks.
4283
4284 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4285
4286         * autogen.sh, configure.ac: 
4287         
4288         Update automake usage. See bug 349292.
4289
4290 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4291
4292         * shell/eggfindbar.c: (egg_find_bar_class_init),
4293         (entry_activate_callback), (egg_find_bar_init),
4294         (egg_find_bar_set_status_text):
4295         * shell/eggfindbar.h:
4296         
4297         Unify Evince findbar with Epiphany. Nice patch
4298         from Fabricio Silva <silva@crans.org> and
4299         Frederic Peters <fpeters@entrouvert.com>. See
4300         bug #339966 for details.
4301
4302 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4303
4304         * data/evince.desktop.in.in:
4305         
4306         Correct information for bugzilla. Thanks to
4307         Olaf Vitters, see bug #348855.
4308
4309 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4310
4311         * shell/ev-jobs.[ch]:
4312         * shell/ev-sidebar-links.c:
4313         * shell/ev-window.[ch]:
4314
4315         GtkPrintJob doesn't support print ranges or current page, so we export
4316         to a ps file now when printing ranges or current page.
4317
4318 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4319
4320         * pdf/ev-poppler.cc:
4321         * shell/ev-window.c: (do_action_named):
4322
4323         We should be more clear about bugzilla. See the
4324         poppler bug #7623.
4325
4326 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4327
4328         * configure.ac:
4329         * shell/Makefile.am:
4330         * shell/ev-job-queue.c:
4331         * shell/ev-jobs.[ch]:
4332         * shell/ev-sidebar-links.c:
4333         * shell/ev-window.[ch]:
4334         
4335         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4336         #348422
4337
4338 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4339
4340         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4341         * shell/ev-application-service.xml:
4342         * shell/ev-application.[ch]:
4343         * shell/ev-jobs.[ch]:
4344         * shell/ev-window.[ch]: (ev_window_run_preview):
4345         * shell/main.c: 
4346
4347         Add preview mode to use evince as a printing previewer. It also adds
4348         other command line options for fullscreen and presentation modes.
4349         Fixes bugs #347822, #317031
4350
4351 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4352
4353         * NEWS:
4354         * configure.ac:
4355         
4356         Update for release 0.5.4
4357
4358 2006-07-11  Bastien Nocera <hadess@hadess.net>
4359
4360         * Makefile.am:
4361         * backend/Makefile.am:
4362         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4363         * backend/ev-document-factory.h:
4364         * configure.ac:
4365         * impress/.cvsignore:
4366         * impress/Makefile.am:
4367         * impress/common.h:
4368         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4369         (imp_get_page), (imp_next_page), (imp_prev_page),
4370         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4371         * impress/f_oasis.c: (render_object), (render_page),
4372         (get_geometry), (_imp_oasis_load):
4373         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4374         (_imp_oo13_load):
4375         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4376         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4377         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4378         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4379         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4380         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4381         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4382         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4383         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4384         (iks_new_within), (iks_insert), (iks_insert_cdata),
4385         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4386         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4387         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4388         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4389         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4390         (iks_cdata), (iks_cdata_size), (iks_has_children),
4391         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4392         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4393         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4394         (iks_tree), (iks_load), (iks_save):
4395         * impress/iksemel.h:
4396         * impress/imposter.h:
4397         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4398         (imp_render_draw_bezier_real), (imp_render_get_size),
4399         (imp_render_set_fg_color), (imp_render_draw_line),
4400         (imp_render_draw_rect), (imp_render_draw_polygon),
4401         (imp_render_draw_arc), (imp_render_draw_bezier),
4402         (imp_render_open_image), (imp_render_get_image_size),
4403         (imp_render_scale_image), (imp_render_draw_image),
4404         (imp_render_close_image), (imp_render_markup),
4405         (imp_render_get_text_size), (imp_render_draw_text),
4406         (impress_document_load), (impress_document_save),
4407         (impress_document_get_n_pages), (impress_document_get_page_size),
4408         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4409         (impress_document_finalize), (impress_document_class_init),
4410         (impress_document_can_get_text), (impress_document_get_info),
4411         (impress_document_document_iface_init),
4412         (impress_document_thumbnails_get_thumbnail),
4413         (impress_document_thumbnails_get_dimensions),
4414         (impress_document_document_thumbnails_iface_init),
4415         (impress_document_init):
4416         * impress/impress-document.h:
4417         * impress/internal.h:
4418         * impress/r_back.c: (_imp_fill_back):
4419         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4420         (_imp_draw_image), (_imp_tile_image):
4421         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4422         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4423         (r_polyline):
4424         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4425         (r_draw_gradient_complex), (r_draw_gradient):
4426         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4427         (r_get_bullet):
4428         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4429         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4430         (r_text):
4431         * impress/render.c: (imp_create_context), (imp_context_set_page),
4432         (imp_context_set_step), (imp_render), (imp_delete_context):
4433         * impress/render.h:
4434         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4435         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4436         (zip_load_xml), (zip_get_size), (zip_load):
4437         * impress/zip.h:
4438         * shell/ev-utils.c:
4439         
4440         New backend to support impress slides. Fixes bug #30867.
4441
4442 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4443
4444         * shell/ev-utils.c: (using_postscript_printer):
4445         
4446         Fixes crash when print using PAPI backend,
4447         bug #345012.
4448
4449 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4450
4451         * shell/ev-jobs.c: (ev_job_xfer_run):
4452         * shell/ev-window.c: (password_dialog_response),
4453         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4454         (ev_window_dispose):
4455         Fixes bug #344160: if the xfer job doesn't complete
4456         because a password is required, reload the existing
4457         instance instead of creating a new one.
4458
4459 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4460
4461         * shell/main.c: (main): Call gdk_threads_init. Thus
4462         we'll avoid errors in auth dialog. Fix for the bug
4463         #343347.
4464
4465 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4466
4467         * configure.ac: Advertise pixbuf support, fix
4468         for the bug 343317.
4469
4470 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4471
4472         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4473         (ev_sidebar_thumbnails_set_document):
4474         
4475         Update sidebar thumbnails after reloading.
4476
4477 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4478
4479         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4480         * shell/ev-jobs.h:
4481         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4482         (ev_window_cmd_view_reload), (ev_window_init):
4483         
4484         Don't crash on reload. Fix for the bug #343167.
4485
4486 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * shell/ev-jobs.c: (ev_job_render_run):
4489         
4490         Check for document links.
4491
4492 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4493
4494         * backend/ev-attachment.c: (ev_attachment_save),
4495         (ev_attachment_launch_app), (ev_attachment_open):
4496         * backend/ev-document-factory.c: (get_document_from_uri):
4497         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4498         (egg_recent_view_uimanager_set_list):
4499         * ps/ps-document.c: (check_filecompressed), (document_load),
4500         (ps_document_load):
4501         * shell/ev-metadata-manager.c: (load_values):
4502         * shell/ev-password.c: (ev_password_dialog_set_property):
4503         * shell/ev-view.c: (tip_from_link):
4504         * shell/ev-window.c: (file_save_dialog_response_cb),
4505         (ev_window_print_dialog_response_cb):
4506         
4507         Use consistent quoting style. Fix for the bug #320285.
4508
4509 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4510
4511         * shell/ev-jobs.c: (ev_job_xfer_run):
4512         * shell/main.c: (load_files):
4513                 
4514         Open links with anchors. Fix for the bug #339836.
4515
4516 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4517
4518         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4519         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4520         (ev_link_dest_set_property), (ev_link_dest_finalize),
4521         (ev_link_dest_class_init), (ev_link_dest_new_named),
4522         (ev_link_dest_new_page_label):
4523         * backend/ev-link-dest.h:
4524         * shell/ev-application.c: (ev_application_open_uri):
4525         * shell/ev-view.c: (goto_dest):
4526         * shell/ev-window.c:
4527         * shell/ev-window.h:
4528         
4529         Fix page-label command line option. Bug #342070.
4530
4531 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4532
4533         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4534         
4535         Don't show highlight rects if page can't be showed. Fix for 
4536         the bug #342076
4537
4538 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4539
4540         * shell/ev-window.c: (setup_sidebar_from_metadata),
4541         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4542         
4543         Setup sidebar from metadata even if there is no document
4544         loaded. Fix for the bug #342807.
4545
4546 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4547
4548         * cut-n-paste/toolbar-editor/Makefile.am:
4549         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4550         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4551         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4552         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4553         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4554         (popup_context_menu_cb), (button_press_event_cb),
4555         (configure_item_sensitivity), (configure_item_cursor),
4556         (configure_item_tooltip), (connect_widget_signals),
4557         (action_sensitive_cb), (create_item_from_action),
4558         (create_item_from_position), (toolbar_drag_data_received_cb),
4559         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4560         (toolbar_drag_leave_cb), (configure_drag_dest),
4561         (toggled_visibility_cb), (toolbar_visibility_refresh),
4562         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4563         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4564         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4565         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4566         (egg_editable_toolbar_dispose),
4567         (egg_editable_toolbar_set_ui_manager),
4568         (egg_editable_toolbar_get_selected),
4569         (egg_editable_toolbar_set_selected), (set_edit_mode),
4570         (egg_editable_toolbar_set_property),
4571         (egg_editable_toolbar_get_property),
4572         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4573         (egg_editable_toolbar_new_with_model),
4574         (egg_editable_toolbar_get_edit_mode),
4575         (egg_editable_toolbar_set_edit_mode),
4576         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4577         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4578         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4579         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4580         (item_added_or_removed_cb), (toolbar_removed_cb),
4581         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4582         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4583         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4584         (editor_create_item_from_name), (append_table),
4585         (update_editor_sheet), (egg_toolbar_editor_init):
4586         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4587         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4588         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4589         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4590         (toolbar_node_free), (egg_toolbars_model_get_flags),
4591         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4592         (egg_toolbars_model_get_name), (impl_add_item),
4593         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4594         (parse_data_list), (parse_item_list), (parse_toolbars),
4595         (egg_toolbars_model_load_toolbars), (parse_available_list),
4596         (parse_names), (egg_toolbars_model_load_names),
4597         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4598         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4599         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4600         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4601         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4602         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4603         (egg_toolbars_model_set_types), (fill_avail_array),
4604         (egg_toolbars_model_get_name_avail),
4605         (egg_toolbars_model_get_name_flags),
4606         (egg_toolbars_model_set_name_flags):
4607         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4608         * cut-n-paste/toolbar-editor/eggintl.h:
4609         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4610         (egg_tree_multi_drag_source_get_type),
4611         (egg_tree_multi_drag_source_row_draggable),
4612         (egg_tree_multi_drag_source_drag_data_delete),
4613         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4614         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4615         (path_list_free), (set_context_data), (get_context_data),
4616         (get_info), (egg_tree_multi_drag_drag_data_get),
4617         (egg_tree_multi_drag_motion_event),
4618         (egg_tree_multi_drag_button_press_event),
4619         (egg_tree_multi_drag_add_drag_support):
4620         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4621         * shell/ev-application.c: (ev_application_init),
4622         (ev_application_save_toolbars_model):
4623         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4624         (ev_window_cmd_edit_toolbar), (ev_window_init):
4625         
4626         Sync toolbareditor with epiphany and libegg
4627
4628 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4629
4630         * configure.ac: 
4631
4632         Depend on poppler 0.5.2
4633
4634 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * shell/ev-jobs.c: (ev_job_render_run):
4637         
4638         Check if document supports links iterface.
4639
4640 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4641
4642         * NEWS:
4643         * configure.ac:
4644         
4645         Update for release 0.5.3
4646
4647 2006-05-13  Michael Plump  <plumpy@skylab.org>
4648
4649         * configure.ac:
4650         * shell/Makefile.am:
4651         * shell/main.c: (main):
4652         
4653         Port to GOption command line parsing. Fix for the 
4654         bug #327518
4655
4656 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4657
4658         * shell/ev-window.c: (ev_window_cmd_help_about):
4659         
4660         Do not wrap license. Fix for the bug #309460.
4661
4662 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4663
4664         * configure.ac:
4665         * properties/ev-properties-main.c: (ev_properties_get_pages):
4666         * shell/ev-application.c: (ev_application_open_window),
4667         (ev_application_open_uri_at_dest):
4668         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4669         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4670         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4671         * shell/ev-utils.c: (save_print_config_to_file):
4672         * shell/ev-window.c: (ev_window_cmd_save_as),
4673         (ev_attachment_popup_cmd_save_attachment_as):
4674         * shell/main.c: (load_files_remote):
4675         
4676         Bump requirements to gtk 2.8 and drop all ifdefs used.
4677
4678 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4679
4680         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4681         * shell/ev-window.c: (ev_window_init):
4682         
4683         Show attachments page.
4684
4685 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4686
4687         * po/POTFILES.in:
4688         * shell/ev-attachment-bar.c:
4689         * shell/ev-attachment-bar.h:
4690         * shell/ev-sidebar-attachments.c:
4691         (ev_sidebar_attachments_icon_cache_add),
4692         (icon_theme_get_pixbuf_from_mime_type),
4693         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4694         (ev_sidebar_attachments_icon_cache_refresh),
4695         (ev_sidebar_attachments_get_attachment_at_pos),
4696         (ev_sidebar_attachments_popup_menu_show),
4697         (ev_sidebar_attachments_popup_menu),
4698         (ev_sidebar_attachments_button_press),
4699         (ev_sidebar_attachments_update_icons),
4700         (ev_sidebar_attachments_drag_data_get),
4701         (ev_sidebar_attachments_get_property),
4702         (ev_sidebar_attachments_destroy),
4703         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4704         (ev_sidebar_attachments_new),
4705         (ev_sidebar_attachments_set_document),
4706         (ev_sidebar_attachments_support_document),
4707         (ev_sidebar_attachments_get_label),
4708         (ev_sidebar_attachments_page_iface_init):
4709         * shell/ev-sidebar-attachments.h:
4710         * shell/ev-window.c: (update_chrome_visibility),
4711         (setup_sidebar_from_metadata), (ev_window_setup_document),
4712         (ev_window_sidebar_current_page_changed_cb),
4713         (attachment_bar_menu_popup_cb), (ev_window_init):
4714         
4715         Move attachments bar to sidebar.
4716
4717 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4718
4719         * pdf/ev-poppler.cc:
4720         * shell/ev-application.[ch]:
4721         * shell/main.c:
4722
4723         Fix some memory leaks.
4724
4725 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4726
4727         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4728
4729         Change the properties dialog response to
4730         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4731         will make the dialog go away when the user presses
4732         enter. With gtk+ >= 2.9 this will happen anyway, but for
4733         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4734         escape by default. Fixes bug #340539. See also bug
4735         #101293 for the gtk+ part.
4736
4737 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4738
4739         * shell/ev-view.c (tip_from_action_named): Replace some strings
4740         that were wrong. Closes #340970.
4741
4742 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4743
4744         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4745
4746         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4747         #341049
4748
4749 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4750
4751         * djvu/Makefile.am:
4752         * dvi/Makefile.am:
4753         * dvi/mdvi-lib/Makefile.am:
4754         * properties/Makefile.am:
4755         * ps/Makefile.am:
4756         * shell/Makefile.am:
4757         * thumbnailer/Makefile.am:
4758         
4759         Due to broken libtool that is unable to track dependencies
4760         of noinst libraries we are forced to explicitely point
4761         libraries for binary. Fix for the bug #333334.
4762
4763 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4764
4765         * data/evince.desktop.in.in:
4766         * shell/ev-view.c: (view_update_range_and_current_page),
4767         (ev_view_next_page), (ev_view_previous_page):
4768         * shell/ev-window.c: (update_chrome_visibility),
4769         (setup_sidebar_from_metadata), (ev_window_setup_document),
4770         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4771         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4772         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4773         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4774         (ev_window_stop_presentation), (ev_window_focus_in_event),
4775         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4776         (ev_window_init):
4777         * thumbnailer/Makefile.am:
4778         
4779         Update fullscreen and presentation timeout handling. Hide
4780         cursor in presentation after timeout. Fix for the bugs
4781         #136359 and #336981.
4782
4783 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4784
4785         * backend/ev-link-action.[ch]:
4786         * pdf/ev-poppler.cc: (ev_link_from_action):
4787         * shell/ev-view-private.h:
4788         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4789         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4790
4791         Add support for Named Action links
4792
4793 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4794
4795         * backend/Makefile.am:
4796         * backend/ev-document-links.[ch]:
4797         * backend/ev-document.[ch]:
4798         * backend/ev-link-action.[ch]:
4799         * backend/ev-link-dest.[ch]:
4800         * backend/ev-link.[ch]:
4801         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4802         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4803         * shell/ev-page-action.c: (build_new_tree_cb):
4804         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4805         (links_page_num_func), (update_page_callback):
4806         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4807         (tip_from_link):
4808         * shell/ev-jobs.c:
4809         * shell/ev-window.[ch]: (ev_window_open_uri),
4810         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4811         * shell/ev-application.[ch]: (ev_application_open_window),
4812         (ev_application_open_uri):
4813
4814         Rework links system, it adds support for remote links now and it makes
4815         easier to add new kinds of actions and destinations. Fixes bug #317292
4816
4817 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4818
4819         * data/Makefile.am:
4820         * data/evince.png:
4821         * data/evince-16.png:
4822         * data/evince-22.png:
4823         * data/evince.svg:
4824         * shell/main.c: (main):
4825         
4826         Evince use it's own icon. Fix for the bug #313392.
4827
4828         * shell/ev-window.c: (fullscreen_timeout_cb),
4829         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4830         (ev_window_cmd_help_about), (ev_window_dispose):
4831         
4832         Simplify fullscreen timeout code.
4833
4834 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4835
4836         * backend/ev-attachment.c: 
4837         * shell/ev-attachment-bar.c:
4838         * shell/ev-window.c:
4839
4840         Allow multiple selection of attachments
4841
4842 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4843
4844         * shell/ev-view.c: (view_update_range_and_current_page),
4845         (ev_view_scroll):
4846         
4847         Fix for the bug #312573 – Optimal selection of current 
4848         page among visible pages.
4849
4850 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4851
4852         * configure.ac:
4853         * djvu/Makefile.am:
4854         * djvu/djvu-text.h:
4855         
4856         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4857         for the bug 339868.
4858
4859 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4860
4861         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4862
4863 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4864
4865         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4866         dictated by the GNOME HIG. Fixes bug #339235.
4867
4868 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4869
4870         * data/evince-ui.xml:
4871         * shell/ev-view.c: (ev_view_can_find_previous):
4872         * shell/ev-view.h:
4873         * shell/ev-window.c: (ev_window_update_actions),
4874         (ev_window_cmd_edit_find_previous):
4875
4876         Add support for "Find Previous" as dictated by the GNOME HIG. A
4877         menu item is added and some glue code to make it all work is added
4878         to various files.
4879
4880 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4881
4882         * configure.ac: Award myself the "useless use of cat" award.
4883
4884 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4885
4886         * po/LINGUAS: New file listing all supported languages.
4887
4888         * configure.in: Use po/LINGUAS instead of including all languages
4889         directly in this file. See the wiki for more information:
4890         http://live.gnome.org/GnomeGoals/PoLinguas
4891
4892 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4893
4894         * backend/ev-document-factory.c:
4895
4896         Do not load the document twice when there isn't errors
4897
4898 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4899
4900         * backend/ev-attachment.c: 
4901
4902         Fix a crash when there isn't a default application to open an
4903         attachment
4904
4905 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4906
4907         * backend/ev-attachment.[ch]:
4908         * shell/ev-attachment-bar.[ch]:
4909
4910         Added missing files. 
4911
4912 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4913
4914         * backend/Makefile.am:
4915         * data/evince-ui.xml:
4916         * backend/ev-attachment.[ch]:
4917         * backend/ev-document.[ch]: (ev_document_has_attachments),
4918         (ev_document_get_attachments):
4919         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4920         (attachment_save_to_buffer), (pdf_document_get_attachments),
4921         (pdf_document_document_iface_init):
4922         * shell/Makefile.am:
4923         * shell/ev-attachment-bar.[ch]:
4924         * shell/ev-window.c:
4925
4926         Add support for PDF attachments. Fixes bug #325143
4927
4928 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4929
4930         * backend/ev-document-factory.c: (get_document_from_uri),
4931         (ev_document_factory_get_document):
4932         * backend/ev-document-factory.h:
4933         * properties/ev-properties-main.c: (ev_properties_get_pages):
4934         * shell/Makefile.am:
4935         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4936         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4937         (ev_job_queue_remove_job):
4938         * shell/ev-job-queue.h:
4939         * shell/ev-job-xfer.c:
4940         * shell/ev-job-xfer.h:
4941         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4942         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4943         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4944         (ev_job_xfer_run):
4945         * shell/ev-jobs.h:
4946         * shell/ev-window.c: (ev_window_is_empty),
4947         (password_dialog_response), (ev_window_clear_xfer_job),
4948         (ev_window_xfer_job_cb), (ev_window_open_uri),
4949         (ev_window_cmd_focus_page_selector),
4950         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4951         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4952         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4953         (ev_window_dispose):
4954         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4955         
4956         * Cleanup mime type detection on document load. Fix for the
4957         bug #336448.
4958
4959 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4960
4961         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4962         
4963         Fix crash on exit, described in the bug #336825.
4964
4965 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4966
4967         * backend/ev-document-factory.c:
4968         (ev_document_factory_get_from_mime),
4969         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4970         (ev_document_factory_get_document),
4971         (file_filter_add_mime_list_and_free),
4972         (ev_document_factory_add_filters):
4973         * backend/ev-document-factory.h:
4974         * properties/ev-properties-main.c: (ev_properties_get_pages):
4975         * shell/Makefile.am:
4976         * shell/ev-application.c:
4977         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4978         * shell/ev-window.c: (ev_window_cmd_file_open),
4979         (ev_window_cmd_save_as):
4980         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4981         
4982         Rework factory functions so they are placed now in a single 
4983         file ev-document-factory.c
4984
4985 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4986
4987         * shell/ev-window.c: (update_chrome_visibility):
4988         
4989         Fix for the bug 166566 - don't show menubar in fullscreen
4990         mode.
4991
4992 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4993
4994         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4995
4996 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4997
4998         * shell/ev-view.c: (ev_view_expose_event):
4999         
5000         More correctly draw loading text when document
5001         is empty.
5002
5003 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5004
5005         * shell/ev-view.c: (ev_view_scroll):
5006         
5007         Fix for the bug #334854, page down and page up switch
5008         pages in presentation mode.
5009
5010 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5011
5012         * shell/ev-window.c: (ev_window_set_action_sensitive),
5013         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5014         (ev_window_set_view_accels_sensitivity),
5015         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5016         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5017         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5018         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5019         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5020         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5021         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5022         (view_actions_focus_in_cb), (ev_window_init):
5023         
5024         Fix for the bug #333902, now it's possible to search
5025         words with slash.
5026
5027 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5028
5029         * configure.ac: Added Breton translation.
5030         * po/br.po: Added Breton translation.
5031
5032 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5033
5034         * shell/ev-window-title (ev_window_title_update):
5035
5036         Fix memory leak in window title. Fixes bug #333944
5037
5038 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5039
5040         * shell/ev-metadata-manager.c (parseItem):
5041
5042         Fix memory leaks. Fixes bug #333945
5043
5044 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5045         
5046         * NEWS, configure.ac, TODO:
5047         
5048         Update for release 0.5.2.
5049
5050 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5051
5052         * shell/ev-view.c: (view_update_range_and_current_page),
5053         (page_changed_cb):
5054         
5055         Don't jump on scrolling, fix for the bug #333127.
5056
5057 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5058
5059         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5060         
5061         Scroll by one page in presentation mode. Fix for the bug
5062         #332993.
5063
5064 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5065
5066         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5067
5068 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5069
5070         * configure.ac  Added lv in ALL_LINGUAS line.
5071
5072 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5073         
5074         * NEWS, configure.ac:
5075         
5076         Update for release 0.5.1
5077
5078 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5079
5080         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5081         * backend/ev-document-misc.h:
5082         * shell/ev-view.c: (draw_one_page):
5083         
5084          Clairfy what page the toolbar page number applies to. Fix
5085          for the bug #328102.
5086
5087 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5088
5089         * shell/ev-view-private.h:
5090         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5091         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5092         (ev_view_search_changed):
5093         * shell/ev-view.h:
5094         * shell/ev-window.c: (find_bar_search_changed_cb):
5095         
5096         Dont't jump to find result if window was scrolled during search.
5097         Fix for the bug #313266.
5098
5099 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5100
5101         * shell/eggfindbar.c: (egg_find_bar_class_init):
5102         * shell/eggfindbar.h:
5103         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5104         * shell/ev-view-private.h:
5105         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5106         (ev_view_class_init), (ev_sizing_mode_get_type),
5107         (ev_scroll_type_get_type):
5108         * shell/ev-view.h:
5109         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5110         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5111         (ev_window_init):
5112         
5113         Fix for the bug 319133 - Find entry should allow text scroll.
5114
5115 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5116
5117         * shell/ev-view-private.h:
5118         * shell/ev-view.c: (view_update_range_and_current_page),
5119         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5120         (ev_view_set_document), (update_find_status_message),
5121         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5122         (ev_view_find_previous):
5123         
5124         Fix for the bug #319137. Search now takes account for scrolling.
5125
5126 2006-02-19  Michael Hofmann <mh21@piware.de>
5127
5128         * configure.ac:
5129         * djvu/Makefile.am:
5130         * djvu/djvu-document-private.h:
5131         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5132         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5133         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5134         (djvu_document_can_get_text), (djvu_document_get_text),
5135         (djvu_document_document_iface_init),
5136         (djvu_document_thumbnails_get_thumbnail),
5137         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5138         (djvu_document_find_get_result),
5139         (djvu_document_find_page_has_results),
5140         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5141         (djvu_document_find_iface_init):
5142         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5143         (djvu_text_page_selection), (djvu_text_page_limits_process),
5144         (djvu_text_page_limits), (djvu_text_page_copy),
5145         (djvu_text_page_position), (djvu_text_page_union),
5146         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5147         (djvu_text_page_box), (djvu_text_page_append_text),
5148         (djvu_text_page_search), (djvu_text_page_prepare_search),
5149         (djvu_text_page_new), (djvu_text_page_free):
5150         * djvu/djvu-text-page.h:
5151         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5152         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5153         (djvu_text_n_results), (djvu_text_has_results),
5154         (djvu_text_get_result), (djvu_text_get_progress):
5155         * djvu/djvu-text.h:
5156         
5157         Text search in djvu. Fix for the bug #303415.
5158
5159 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5160
5161         * configure.ac:
5162         * shell/ev-window.c: (ev_window_cmd_save_as):
5163         
5164         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5165         Thanks to Gary Coady <gary@lyranthe.org>
5166
5167 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5168
5169         * shell/ev-print-job.c: (idle_print_handler):
5170         
5171         Inverse order printing, bug #320919.
5172
5173 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5174
5175         * data/evince-toolbar.xml:
5176         * shell/ev-window.c:
5177         
5178         Allow to add sidebar checkbutton on toolbar. Fix
5179         for the bug #144577.
5180
5181 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5182
5183         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5184         
5185         Add checks that have sense for empty ps document.
5186
5187 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5188
5189         * configure.ac: Include PS in mime types list. 
5190
5191 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5192
5193         * configure.ac:
5194         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5195         * ps/gsdefaults.h:
5196         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5197         
5198         Runtime check for gs interpreter. Fix for the bug #320868.
5199         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5200
5201 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5202
5203         * shell/ev-application.c: 
5204
5205         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5206         dbus>=0.60, so that the request is not queued. 
5207
5208 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5209
5210         * configure.ac:
5211         * shell/Makefile.am:
5212         * shell/ev-sidebar-links.c: (print_section_cb):
5213         * shell/ev-utils.c:
5214         * shell/ev-utils.h:
5215         * shell/ev-window.c: (update_action_sensitivity),
5216         (ev_window_close_dialogs), (ev_window_print):
5217         * shell/ev-window.h:
5218         
5219         Make printing support optional. Patch from Eduardo de Barros Lima
5220         <eduardo.lima@indt.org.br> for the bug #330546.
5221
5222 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5223
5224         * shell/ev-view-private.h:
5225         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5226         (ev_view_set_document):
5227         * shell/ev-view.h:
5228         * shell/ev-window.c: (ev_window_load_job_cb),
5229         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5230         (ev_window_init):
5231
5232         Draw Loading message during xfer job. Fix for the bug #329495.
5233
5234 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5235
5236         * comics/comics-document.c: (comics_regex_quote),
5237         (comics_document_load), (extract_argv):
5238         
5239         Correcly quote regexp before passing it to unzip.
5240
5241 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5242
5243         * shell/ev-page-cache.c: (build_height_to_page),
5244         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5245         (ev_page_cache_get_dual_even_left):
5246         * shell/ev-page-cache.h:
5247         * shell/ev-view.c: (view_update_range_and_current_page),
5248         (get_page_y_offset), (get_page_extents):
5249         
5250         Place even pages to the left if document has less then
5251         two pages. Fix for the bug #328856.
5252
5253 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5254
5255         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5256         
5257         Correct comics scheme. This make evince create thumbnails
5258         for comic books. Fix for the bug 329088.
5259
5260 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5261
5262         * data/evince-password.glade: Don't explicitly set
5263         invisible_char to the current default value in case
5264         the default changes; let GTK+ do its magic.
5265
5266 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5267
5268         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5269         real filename to tmp filename since often document
5270         type is determined by extension.
5271
5272 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5273
5274         * shell/ev-view.c: (add_scroll_binding_keypad),
5275         (ev_view_binding_activated), (ev_view_class_init):
5276         
5277         Add keybindings for percision-scrolling of display area. 
5278         Fix for the bug #314072.
5279
5280 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5281
5282         * data/evince.desktop.in.in:
5283         
5284         Add GTK to the list of categories. Fix for the bug #328034.
5285
5286 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5287
5288         * shell/ev-application.c: (ev_application_shutdown),
5289         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5290         * shell/ev-application.h:
5291         * shell/ev-window.c: (file_open_dialog_response_cb),
5292         (ev_window_cmd_file_open):
5293         
5294         Save last uri in file chooser dialog. Fix for the bug #327950.
5295
5296 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5297
5298         * NEWS:
5299         * README:
5300         
5301         Final update for release 0.5.0
5302         
5303         * shell/Makefile.am:
5304         
5305         Remove disable deprecated until we'll require libgnome-2.13.7
5306         and port to GOption argument parsing. See bug 327518.
5307
5308 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5309
5310         * comics/comics-document.c: (comics_document_save):
5311         * djvu/djvu-document.c: (djvu_document_save):
5312         * dvi/dvi-document.c: (dvi_document_save):
5313         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5314         * lib/ev-file-helpers.h:
5315         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5316         * tiff/tiff-document.c: (tiff_document_save):
5317         
5318         Use common save function for backends.
5319
5320 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5321
5322         * backend/ev-document-types.c:
5323         
5324         Fix crash on saving pixbuf.
5325
5326 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5327
5328         * cut-n-paste/recent-files/egg-recent-item.c:
5329         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5330         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5331         (parse_info_free), (valid_element), (start_element_handler),
5332         (end_element_handler), (text_handler), (egg_recent_model_filter),
5333         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5334         (egg_recent_model_monitor), (egg_recent_model_read),
5335         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5336         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5337         (egg_recent_model_set_property), (egg_recent_model_class_init),
5338         (egg_recent_model_init), (egg_recent_model_add_full),
5339         (egg_recent_model_delete), (egg_recent_model_get_list),
5340         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5341         (egg_recent_model_set_filter_mime_types),
5342         (egg_recent_model_clear_group_filter),
5343         (egg_recent_model_set_filter_groups),
5344         (egg_recent_model_clear_scheme_filter),
5345         (egg_recent_model_set_filter_uri_schemes),
5346         (egg_recent_model_remove_expired):
5347         * cut-n-paste/recent-files/egg-recent-util.c:
5348         (egg_recent_util_get_icon):
5349         * cut-n-paste/recent-files/egg-recent-util.h:
5350         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5351         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5352         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5353         (egg_recent_view_uimanager_set_property),
5354         (egg_recent_view_uimanager_get_property),
5355         (egg_recent_view_uimanager_class_init),
5356         (egg_recent_view_uimanager_init),
5357         (egg_recent_view_uimanager_set_label_width),
5358         (egg_recent_view_uimanager_get_label_width):
5359         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5360         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5361         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5362         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5363         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5364         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5365         
5366         Update from libegg.
5367
5368 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5369
5370         * shell/ev-page-cache.c: (build_height_to_page),
5371         (ev_page_cache_get_height_to_page):
5372         * shell/ev-page-cache.h:
5373         * shell/ev-view.c: (view_update_range_and_current_page),
5374         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5375         (ev_view_previous_page):
5376         
5377         Dual mode places even pages to the left. Fix for the bug #309393.
5378
5379         * shell/ev-view.h:
5380         * shell/ev-window.c: (update_action_sensitivity),
5381         (setup_view_from_metadata), (view_menu_popup_cb):
5382         
5383         Don't restore presentation in empty windows, more intelligent
5384         next page behaviour in dual mode.
5385
5386         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5387         (ev_pixbuf_cache_clear_job_sizes):
5388         
5389         Cleanup job callback on removal. Fix for the bug #325886.
5390
5391 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5392
5393         * ps/ps.c: (psscan):
5394         
5395         Commit workaround Mozilla problem. Fix for the bug #325919
5396         
5397         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5398         (save_item):
5399         
5400         Fix for year 2038 problem.
5401
5402 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5403
5404         * shell/ev-window.c: (setup_document_from_metadata),
5405         (ev_window_cmd_view_reload):
5406
5407         Clamp page recieved from metadata in valid values. Fix
5408         for the bug #325986.
5409
5410 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5411
5412         * MAINTAINERS: 
5413         Add MAINTAINERS as requested on desktop-devel-list.
5414
5415 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5416
5417         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5418         (mime_type_supported_by_gdk_pixbuf),
5419         (ev_document_factory_get_mime_types),
5420         (ev_document_factory_get_all_mime_types):
5421         
5422         Don't add pixbuf mime types if pixbuf backend is disabled.
5423         
5424         * shell/ev-application.c: (ev_application_get_uri_window):
5425         
5426         Fix for the bug 325815 - unhandled MIME type message doesn't 
5427         appear a second time. 
5428         
5429         * shell/ev-document-types.c: (ev_document_types_add_filters):
5430         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5431         (password_dialog_response), (ev_window_popup_password_dialog),
5432         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5433         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5434         (ev_window_run_presentation), (ev_window_stop_presentation),
5435         (save_sizing_mode), (ev_window_zoom_changed_cb),
5436         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5437         (ev_window_dual_mode_changed_cb),
5438         (ev_window_sidebar_current_page_changed_cb),
5439         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5440         (window_state_event_cb), (window_configure_event_cb):
5441         
5442         Cleanup additional uris holded by EvWindow.
5443
5444 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5445
5446         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5447         (ev_view_can_previous_page), (ev_view_can_next_page):
5448         * shell/ev-view.h:
5449         * shell/ev-window.c: (update_action_sensitivity):
5450         
5451         Two page scrolling with Space and PageUp in dual mode. Second fix 
5452         for the bug #316608.
5453
5454 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5455
5456         * shell/ev-view.c: (scroll_to_current_page):
5457         
5458         Correctly clamp adjustment value. Fix for the bug
5459         #325808.
5460
5461 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * shell/ev-sidebar-links.c: (print_section_cb):
5464         * shell/ev-window.c: (ev_window_get_uri),
5465         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5466         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5467         (ev_window_dispose):
5468         
5469         Make print dialog non-modal. Fix for the bug #325622.
5470
5471 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5472
5473         * shell/ev-metadata-manager.c:
5474         * shell/ev-utils.c: (using_pdf_printer),
5475         (using_postscript_printer), (load_print_config_from_file),
5476         (save_print_config_to_file):
5477         * shell/ev-utils.h:
5478         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5479         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5480         (setup_view_from_metadata), (ev_window_setup_document),
5481         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5482         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5483         (ev_window_run_presentation), (ev_window_stop_presentation),
5484         (save_sizing_mode), (ev_window_zoom_changed_cb),
5485         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5486         (ev_window_dual_mode_changed_cb),
5487         (ev_window_sidebar_current_page_changed_cb),
5488         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5489         (window_state_event_cb), (window_configure_event_cb),
5490         (ev_window_init):
5491         
5492         Setting saving behaviour fixes.
5493
5494 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5495
5496         * configure.ac:
5497         
5498         Make antialiasing gs options better and allow
5499         to change them during configure. Fix for the 
5500         bug #319049.
5501
5502 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5503
5504         * shell/ev-window.c: (setup_view_from_metadata):
5505         
5506         Remember if last window was maximized. Fix for the
5507         bug #323797.
5508
5509 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5510
5511         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5512
5513 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5514
5515         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5516         * shell/ev-page-action.c: (build_new_tree_cb):
5517         * shell/ev-sidebar-links.c: (links_page_num_func),
5518         (update_page_callback_foreach), (update_page_callback):
5519         * shell/ev-view.c: (scroll_to_current_page):
5520         
5521         Fix for the bug #325067 with more intelligent selection
5522         of current link in sidebar. Make sidebar handle links
5523         of FITR-like type more correctly.
5524
5525         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5526         (dvi_pixbuf_put_pixel):
5527         
5528         Fix memory consumtion with disabled alpha channel.
5529
5530 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5531
5532         * data/evince-ui.xml:
5533         * shell/ev-window.c: (view_menu_popup_cb),
5534         (ev_popup_cmd_open_link), (ev_window_init):
5535         
5536         Update context menu for internal links. Fix for the bug
5537         #325066.
5538
5539 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5540
5541         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5542         
5543         Bind context menu to keyboard also. Fix for the bug
5544         #325065.
5545
5546 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5547
5548         * shell/ev-view.c: (selection_scroll_timeout_cb):
5549         
5550         Horizontal scroll on selection also.
5551
5552 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5553
5554         * shell/ev-metadata-manager.c: (parse_value):
5555         * shell/ev-view.c: (goto_xyz_link):
5556         
5557         Correct zoom setup and metadata save broken in 
5558         some locales.
5559
5560 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5561
5562         * shell/ev-view-private.h:
5563         * shell/ev-view.c: (scroll_to_current_page),
5564         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5565         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5566         (page_changed_cb), (ev_view_set_continuous),
5567         (ev_view_set_dual_page), (ev_view_set_presentation):
5568         
5569         Delay scroll until allocation to correctly position page. Fix
5570         for the bug #317334.
5571
5572 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5573
5574         * NEWS:
5575         * configure.ac:
5576         
5577         Update NEWS and require poppler 0.5.0.
5578
5579 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5580         
5581         * data/evince-ui.xml:
5582         * shell/ev-view-private.h:
5583         * shell/ev-view.c: (ev_view_get_link_at_location),
5584         (handle_link_over_xy), (ev_view_button_press_event),
5585         (ev_view_button_release_event), (ev_view_class_init):
5586         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5587         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5588         (ev_window_init):
5589         
5590         Implement right-click context menu.
5591
5592 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5593
5594         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5595         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5596         (mdvi_pixbuf_device_render):
5597         * pdf/ev-poppler.cc:
5598
5599         Don't generate thumbnails with alpha. See bug #324077.
5600         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5601
5602 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5603
5604         * shell/ev-window.c: (setup_chrome_from_metadata):
5605         
5606         Fix typo that was hiding toolbar.
5607
5608 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5609
5610         * shell/ev-view-private.h:
5611         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5612         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5613         (ev_view_button_release_event), (ev_view_destroy):
5614         
5615         Small cleanup and autoscrolling during selection. Thanks to 
5616         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5617
5618 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5619
5620         * configure.ac:
5621         
5622         Correctly check for comics option.
5623
5624 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5625         * Makefile.am:
5626         * configure.ac:
5627         * backend/Makefile.am:
5628         * backend/ev-document-factory.c:
5629         * shell/ev-document-types.c:
5630
5631         Included option in configure to make ps backend 
5632         compilation optional with --disable-ps.
5633
5634 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5635
5636         * backend/ev-document-factory.c:
5637         * comics/Makefile.am:
5638         * comics/comics-document.c: (comics_document_load):
5639         * comics/ev-cbr-mime.xml:
5640         * configure.ac:
5641         
5642         Comics mime types are added to shared-mime-info CVS. Now
5643         we don't need to install our own mime types.
5644
5645 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5646
5647         * shell/ev-window.c:
5648         
5649         Add shortcut for "save a copy" menu entry. Fix for
5650         the bug #324582.
5651
5652 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5655         (job_finished_cb), (new_selection_pixbuf_needed),
5656         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5657         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5658         
5659         Rework selection job info logic and fix critical warning.
5660
5661 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5662
5663         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5664
5665 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5666
5667         * data/evince-ui.xml:
5668         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5669         
5670         Enter as shortcut key for next page. Fix for the bug
5671         #321394.
5672
5673 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5674
5675         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5676
5677 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5678
5679         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5680         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5681         (new_selection_pixbuf_needed),
5682         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5683         (clear_job_selection):
5684         
5685         Too early for 0.5. Pixbuf cache code cleaned a bit.
5686
5687 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5688
5689         * NEWS:
5690         * configure.ac:
5691         
5692         Release 0.5.0 preparation
5693
5694 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5695
5696         * comics/Makefile.am:
5697         * configure.ac:
5698         * shell/ev-document-types.c: (ev_document_types_add_filters):
5699         
5700         More advanced handling of custom mime type installation.
5701
5702 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5703
5704         * data/evince.schemas.in:
5705         * shell/ev-metadata-manager.c: (value_free),
5706         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5707         (ev_metadata_manager_get), (ev_metadata_manager_set):
5708         * shell/ev-metadata-manager.h:
5709         * shell/ev-window.c: (update_chrome_flag),
5710         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5711         (setup_document_from_metadata), (setup_chrome_from_metadata),
5712         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5713         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5714         (ev_window_view_toolbar_cb),
5715         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5716         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5717         
5718         Save last document settings and reuse them for new documents.
5719
5720 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5721
5722         * Makefile.am:
5723         * backend/Makefile.am:
5724         * backend/ev-document-factory.c:
5725         * backend/ev-document-factory.h:
5726         * comics/Makefile.am:
5727         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5728         (comics_document_load), (comics_document_save),
5729         (comics_document_get_n_pages), (comics_document_get_page_size),
5730         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5731         (comics_document_class_init), (comics_document_can_get_text),
5732         (comics_document_get_info), (comics_document_document_iface_init),
5733         (comics_document_init), (get_supported_image_extensions),
5734         (comics_document_thumbnails_get_geometry),
5735         (comics_document_thumbnails_get_thumbnail),
5736         (comics_document_thumbnails_get_dimensions),
5737         (comics_document_document_thumbnails_iface_init), (extract_argv):
5738         * comics/comics-document.h:
5739         * comics/ev-cbr-mime.xml:
5740         * configure.ac:
5741         * po/POTFILES.in:
5742         * shell/ev-application.c: (ev_application_register_service):
5743         * shell/ev-document-types.c: (ev_document_types_add_filters):
5744         * thumbnailer/Makefile.am:
5745         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5746         
5747         New CBR/CBZ backend for comic books.
5748
5749 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5750
5751         * shell/main.c: (load_files_remote):
5752
5753         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5754         warning on startup of second instance is fixed. It
5755         is bug #320353.
5756
5757 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * shell/ev-window.c: (ev_window_finalize):
5760         
5761         Fix double free that cause crash.
5762
5763 2005-10-29  Bastien Nocera <hadess@hadess.net>
5764
5765         * tiff/tiff-document.c: (tiff_document_load):
5766         
5767         Fix memory leak.
5768
5769 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5770
5771         * po/POTFILES.in:
5772         * shell/Makefile.am:
5773         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5774         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5775         (ev_view_accessible_get_text),
5776         (ev_view_accessible_get_character_at_offset),
5777         (ev_view_accessible_get_text_before_offset),
5778         (ev_view_accessible_get_text_at_offset),
5779         (ev_view_accessible_get_text_after_offset),
5780         (ev_view_accessible_get_character_count),
5781         (ev_view_accessible_get_caret_offset),
5782         (ev_view_accessible_set_caret_offset),
5783         (ev_view_accessible_get_run_attributes),
5784         (ev_view_accessible_get_default_attributes),
5785         (ev_view_accessible_get_character_extents),
5786         (ev_view_accessible_get_offset_at_point),
5787         (ev_view_accessible_get_n_selections),
5788         (ev_view_accessible_get_selection),
5789         (ev_view_accessible_add_selection),
5790         (ev_view_accessible_remove_selection),
5791         (ev_view_accessible_set_selection),
5792         (ev_view_accessible_text_iface_init),
5793         (ev_view_accessible_idle_do_action),
5794         (ev_view_accessible_action_do_action),
5795         (ev_view_accessible_action_get_n_actions),
5796         (ev_view_accessible_action_get_description),
5797         (ev_view_accessible_action_get_name),
5798         (ev_view_accessible_action_set_description),
5799         (ev_view_accessible_action_iface_init),
5800         (ev_view_accessible_get_type), (ev_view_accessible_new),
5801         (ev_view_accessible_factory_get_accessible_type),
5802         (ev_view_accessible_factory_create_accessible),
5803         (ev_view_accessible_factory_class_init),
5804         (ev_view_accessible_factory_get_type):
5805         * shell/ev-view-accessible.h:
5806         * shell/ev-view-private.h:
5807         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5808         * shell/ev-view.h:
5809         
5810         Initial accessibility support.
5811
5812 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5813
5814         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5815
5816 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5817
5818         * shell/ev-print-job.c: (idle_print_handler):
5819         
5820         Fix for bug Bug 318916: Printing multiple pages.
5821
5822 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5823
5824         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5825
5826 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5827
5828         * pdf/ev-poppler.cc:
5829         
5830         Thumnail dimensions unified with other backends.
5831         
5832         * shell/ev-window-title.c: (ev_window_title_update):
5833         
5834         Fix warning.
5835
5836 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * data/ev-stock-zoom-fit-width.png:
5839         
5840         Remove unused file.
5841
5842 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5843
5844         * configure.ac:
5845         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5846         (djvu_document_finalize):
5847         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5848         (dvi_document_finalize):
5849         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5850         (pixbuf_document_save), (pixbuf_document_finalize):
5851         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5852         (tiff_document_finalize):
5853         
5854         Save a copy implemented for various backends.
5855
5856 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5857
5858         * configure.ac:
5859         
5860         Don't link with ltiff if tiff is disabled.
5861
5862 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5863
5864         * pdf/GDKSplashOutputDev.cc:
5865         * pdf/GDKSplashOutputDev.h:
5866         * pdf/Thumb.cc:
5867         * pdf/Thumb.h:
5868         * pdf/pdf-document.cc:
5869         * pdf/pdf-document.h:
5870         * pdf/test-gdk-output-dev.cc:
5871         
5872         Remove old unused files.
5873
5874 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5875
5876         * shell/ev-window.c: (ev_window_setup_document):
5877         
5878         Fixed warnings on reload and probably crash reason.
5879
5880 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5881
5882         * properties/ev-properties-view.c:
5883         (ev_properties_view_format_date):
5884         
5885         Check if date is invalid. Fix for bug 318134.
5886
5887 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5888
5889         * shell/ev-window-title.c:
5890         
5891         Add .indd files (Adobe Indesign) to the list of "bad
5892         extensions".
5893
5894 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5895
5896         * data/evince-ui.xml:
5897         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5898         
5899         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5900
5901 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5902
5903         * shell/ev-window.c: (launch_link), (launch_external_uri),
5904         (view_external_link_cb):
5905
5906         URL-escape link before passing it to gnome_vfs_url_show.
5907
5908 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5909
5910         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5911         there isn't text selected.
5912
5913 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5914
5915         * shell/ev-view.c: (handle_link_over_xy):
5916
5917         Check tooltip is valid utf8 before showing it
5918
5919 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5920
5921         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5922
5923 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5924
5925         * shell/ev-window-title.c: (ev_window_title_update):
5926
5927         Guard against using g_strstrip on NULL. Fixes bug #317291.
5928
5929 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5930
5931         * pdf/ev-poppler.cc:
5932
5933         Show title even for unknown links
5934
5935 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5936
5937         * shell/ev-window-title.c: (ev_window_title_update):
5938
5939         Strip the title string
5940
5941 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5942
5943         * shell/ev-window-title.c:
5944
5945         Add .rtf to the bad extensions list
5946
5947 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5948
5949         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5950         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5951
5952         Ignore link coordinates if they are outside page bounds
5953
5954 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5955
5956         * backend/ev-link.c: (ev_link_type_get_type),
5957         (ev_link_get_filename), (ev_link_get_params),
5958         (ev_link_get_property), (ev_link_set_property),
5959         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5960         * backend/ev-link.h:
5961         * pdf/ev-poppler.cc:
5962         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5963         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5964         (ev_window_init):
5965
5966         Implement launch links. Delegate external link opening to
5967         the window.
5968
5969 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5970
5971         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5972         (ev_link_get_right), (ev_link_get_property),
5973         (ev_link_set_property), (ev_link_class_init),
5974         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5975         * backend/ev-link.h:
5976         * pdf/ev-poppler.cc:
5977         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5978
5979         Implement fitr links
5980
5981 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5982
5983         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5984         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5985         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5986         (ev_view_size_request_continuous),
5987         (ev_view_size_request_dual_page),
5988         (ev_view_size_request_single_page), (ev_view_size_allocate),
5989         (ev_view_zoom_for_size_continuous_and_dual_page),
5990         (ev_view_zoom_for_size_continuous),
5991         (ev_view_zoom_for_size_dual_page),
5992         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5993         (ev_sizing_mode_get_type):
5994         * shell/ev-view.h:
5995         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5996
5997         Do not use modes for link, we need to calculate size ad hoc.
5998         Still not perfect because of the usual scrollbar issues grrr.
5999
6000 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6001
6002         * backend/ev-link.c: (ev_link_type_get_type),
6003         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6004         * backend/ev-link.h:
6005         * pdf/ev-poppler.cc:
6006         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6007         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6008         (ev_view_size_request_continuous),
6009         (ev_view_size_request_dual_page),
6010         (ev_view_size_request_single_page), (ev_view_size_allocate),
6011         (zoom_for_size_fit_height),
6012         (ev_view_zoom_for_size_continuous_and_dual_page),
6013         (ev_view_zoom_for_size_continuous),
6014         (ev_view_zoom_for_size_dual_page),
6015         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6016         (ev_sizing_mode_get_type):
6017         * shell/ev-view.h:
6018         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6019
6020         Implement FIT_HEIGHT mode (only for links).
6021         Implement FITH links
6022
6023 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6024
6025         * shell/ev-window-title.c: (get_filename_from_uri),
6026         (ev_window_title_sanitize_extension), (ev_window_title_update),
6027         (ev_window_title_set_document), (ev_window_title_set_uri),
6028         (ev_window_title_free):
6029         * shell/ev-window-title.h:
6030         * shell/ev-window.c: (ev_window_setup_document),
6031         (ev_window_popup_password_dialog):
6032
6033         Refactor window title building while fixing it for
6034         password documents.
6035
6036 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6037
6038         * pdf/ev-poppler.cc:
6039
6040         Escape link title before setting it in the model
6041
6042 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6043
6044         * shell/ev-application.c: (removed_from_session), (save_session),
6045         (init_session), (ev_application_get_empty_window),
6046         (ev_application_init), (ev_application_get_windows):
6047         * shell/ev-application.h:
6048         * shell/ev-window.c: (ev_window_finalize):
6049
6050         Add a function to retrieve window list and share it where
6051         necessary.
6052         Implement session handling, works pretty well thanks to the
6053         metadata system.
6054
6055 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6056
6057         * shell/ev-password.c: (ev_password_item_created_callback),
6058         (ev_password_dialog_save_password):
6059         
6060         Fix for bug 316972. Use async gnome-keyring API.
6061
6062 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6063
6064         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6065         Remove unused unrealize handler. Add scroll handling to
6066         ev_view_scroll_event for presentation mode (bug #316708),
6067         and fix the event state checks there.
6068
6069 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6070
6071         * shell/ev-page-action.c: (page_changed_cb):
6072
6073         "marco, maybe we should be crazy and jump right to 6! :)"
6074
6075         Bryan Clark, Sep 2005
6076
6077 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6078
6079         * ps/ps-document.c: (save_document), (ps_document_save),
6080         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6081         (ps_document_ps_export_end):
6082
6083         Fix unstructured documents save and print
6084
6085 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6086
6087         * shell/ev-application.c: (ev_application_open_uri):
6088
6089         Fix window size persistance
6090
6091 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6092
6093         * shell/ev-view.c: (ev_view_button_release_event):
6094
6095         Based on a patch from carlosgc@gnome.org. Mouse buttons
6096         switch pages in presentation mode.
6097
6098 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6099
6100         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6101
6102         Dont cast to int before scaling
6103
6104 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6105
6106         * backend/ev-link.c: (ev_link_type_get_type),
6107         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6108         (ev_link_new_page_fith):
6109         * backend/ev-link.h:
6110         * pdf/ev-poppler.cc:
6111         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6112
6113         Implement FIT and FITH links
6114
6115 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6116
6117         * pdf/ev-poppler.cc:
6118
6119         Return 0 results when search is not in progress.
6120
6121         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6122         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6123
6124         Update menu sensitivity when cancelling search
6125
6126 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6127
6128         * shell/ev-view.c: (ev_view_can_find_next):
6129
6130         Take all pages in consideration, not just current one
6131
6132 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6133
6134         * shell/ev-page-cache.c:
6135         * shell/ev-page-cache.h:
6136         * shell/ev-view.c: (ev_view_binding_activated),
6137         (ev_view_next_page), (ev_view_previous_page),
6138         (ev_sizing_mode_get_type):
6139         * shell/ev-view.h:
6140         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6141         (ev_window_cmd_go_next_page):
6142
6143         Move page next/previous functions from page chace to
6144         view and change it to move by 2 page steps in dual mode.
6145
6146 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6147
6148         * shell/ev-window.c: (update_sidebar_visibility),
6149         (setup_sidebar_from_metadata), (ev_window_setup_document),
6150         (setup_view_from_metadata):
6151
6152         Show the index by default when there is one     
6153
6154 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6155
6156         * shell/ev-window-title.c: (ev_window_title_set_document):
6157
6158         Missing null check
6159
6160 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6161
6162         * shell/ev-view.c: (view_update_range_and_current_page):
6163         
6164         Allow display of last odd page in dual view. Fix for 316347.
6165
6166 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6167
6168         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6169         
6170         Make close button default. Fix for 316383.
6171
6172 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6173
6174         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6175         
6176         Mark close button as default. Fix for 316381.
6177
6178 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6179
6180         * backend/ev-link.c: (ev_link_class_init):
6181
6182         Allow negative doubles in left/top properties
6183
6184 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6185
6186         * shell/ev-window.c:
6187
6188         Remove a bunch of strings that was used only
6189         by the statusbar.
6190
6191 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6192
6193         * shell/ev-window-title.c: (get_filename_from_uri),
6194         (ev_window_title_set_document):
6195
6196         When title has a confusing extension, show also
6197         the document filename inside ()
6198
6199 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6200
6201         * shell/Makefile.am:
6202         * shell/ev-window-title.c: (ev_window_title_new),
6203         (ev_window_title_update), (ev_window_title_set_type),
6204         (ev_window_title_set_document), (ev_window_title_free):
6205         * shell/ev-window-title.h:
6206         * shell/ev-window.c: (ev_window_setup_document),
6207         (password_dialog_response), (ev_window_popup_password_dialog),
6208         (ev_window_dispose), (ev_window_init):
6209
6210         Factor out and cleanup window title code
6211
6212 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6213
6214         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6215         (unable_to_load):
6216
6217         Make dialog transient so it doesnt block other windows
6218
6219 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6220
6221         * pdf/ev-poppler.cc:
6222         
6223         Fix pdf thumbnails rendering.
6224
6225 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6226
6227         * shell/ev-window.c: (fullscreen_set_timeout):
6228         
6229         Increase timeout to hide full screen popup. Bug 
6230         316123. 
6231
6232 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6233
6234         * data/evince.schemas.in:
6235         * shell/ev-window.c: (update_action_sensitivity):
6236
6237         Allow the user to override document restrictions. Fix for bug
6238         305818.
6239
6240 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6241
6242         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6243         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6244         (ev_window_class_init): Fix multihead behaviour of fullscreen
6245         toolbar popup. Fixes bug #315451.
6246
6247 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6248
6249         * configure.ac:
6250         * data/evince-password.glade:
6251         * shell/ev-password.c: (ev_password_dialog_set_property),
6252         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6253         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6254         (ev_password_dialog_entry_changed_cb),
6255         (ev_password_dialog_entry_activated_cb),
6256         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6257         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6258         (ev_password_dialog_set_bad_pass):
6259         * shell/ev-password.h:
6260         * shell/ev-window.c: (password_dialog_response),
6261         (ev_window_popup_password_dialog):
6262         
6263         Support for gnome-keyring for encrypted PDF's.
6264
6265 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6266
6267         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6268         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6269         (ev_view_enter_notify_event), (ev_view_class_init):
6270         
6271         More precise handling of enter_notify/leave_notify events
6272         in EvView. Fix for bug 315470.
6273
6274 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6275
6276         * shell/ev-window.c: (fullscreen_timeout_cb),
6277         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6278         (ev_window_dispose):
6279
6280         leak fix: unref fullscreen_timeout_source before clearing it
6281
6282 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6283
6284         * configure.ac, dvi/mdvi/Makefile.am: 
6285         
6286         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6287
6288 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6289
6290         * backend/ev-link.c: (ev_link_new_page_xyz):
6291         * pdf/ev-poppler.cc:
6292         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6293
6294         Fix some bugs with xyz links, respect zoom
6295
6296 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6297
6298         * shell/ev-window.c: (page_changed_cb),
6299         (setup_document_from_metadata), (update_sidebar_visibility),
6300         (setup_view_from_metadata), (ev_window_run_fullscreen),
6301         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6302         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6303         (ev_window_dual_mode_changed_cb),
6304         (ev_window_sidebar_current_page_changed_cb):
6305
6306         null check uri before setting and getting metadata
6307
6308 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6309
6310         * dvi/Makefile.am:
6311         * properties/Makefile.am:
6312         * shell/Makefile.am:
6313         * thumbnailer/Makefile.am:
6314
6315         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6316
6317 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6318
6319         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6320         (selection_changed_callback):
6321         * shell/ev-sidebar-links.h:
6322
6323         Add a signal for link activation.
6324
6325         * shell/ev-view.c: (ev_view_goto_link),
6326         (ev_view_button_release_event):
6327         * shell/ev-view.h:
6328         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6329         (ev_window_init):
6330
6331         Implement the signal so that we can handle all link types.
6332
6333         * shell/ev-page-cache.c:
6334
6335         Remove unused set_link function
6336
6337 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6338
6339         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6340
6341         Add some space from the cursor, hardcoded but I couldnt
6342         find a better way.
6343
6344 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6345
6346         * lib/ev-tooltip.c:
6347
6348         Use mozilla style vs gtk style, way better for links.
6349
6350         * shell/ev-view.c: (ev_view_motion_notify_event),
6351         (ev_view_destroy), (ev_view_init):
6352
6353         Deactive tooltip when the link hovered is changed.
6354
6355 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6356
6357         * backend/ev-document.h:
6358         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6359         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6360         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6361         (ev_link_new_page), (ev_link_new_page_xyz):
6362         * backend/ev-link.h:
6363         * pdf/ev-poppler.cc:
6364         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6365         (go_to_link), (tip_from_link):
6366
6367         Implement xyz links, still not functional. Links are a total
6368         mess, will need to refactor and bugfix a lot :(
6369
6370 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6371
6372         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6373
6374 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6375
6376         * data/evince-ui.xml:
6377         * data/evince.schemas.in:
6378         * shell/Makefile.am:
6379         * shell/ev-window.c: (update_chrome_visibility),
6380         (password_dialog_response), (ev_window_load_job_cb),
6381         (ev_window_xfer_job_cb), (ev_window_open_uri),
6382         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6383         (ev_window_init):
6384
6385         Remove the statusbar. This regress loading feedback, need to
6386         check with Bryan what we want to do there...
6387
6388 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6389
6390         * lib/ev-tooltip.c: (ev_tooltip_init):
6391
6392         Fix tooltip border and size handling
6393
6394 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6395
6396         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6397         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6398         (ev_tooltip_timeout), (ev_tooltip_activate),
6399         (ev_tooltip_deactivate):
6400         * lib/ev-tooltip.h:
6401         * shell/ev-view.c: (ev_view_motion_notify_event):
6402
6403         Delay popup showing. Mirror gtk logic/times.
6404
6405 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6406
6407         * lib/Makefile.am:
6408         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6409         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6410         (ev_tooltip_set_text), (ev_tooltip_set_position):
6411         * lib/ev-tooltip.h:
6412
6413         Simple widget to show tooltips at a custom position
6414
6415         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6416         (ev_view_destroy):
6417
6418         Use it for links. First go, needs work
6419
6420 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6421
6422         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6423         HIG fixes.  Use title capitalization for window title. Use 12 
6424         pixels of space between the dialog's vbox and action area.
6425
6426 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6427
6428         * shell/ev-window.c: (file_open_dialog_response_cb),
6429         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6430         (ev_window_cmd_save_as):
6431
6432         Make file pickers not modal and refactor code some
6433
6434 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6435
6436         * shell/ev-sidebar.h:
6437         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6438         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6439         (ev_sidebar_class_init), (ev_sidebar_select_page),
6440         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6441         (ev_sidebar_set_page):
6442
6443         Add a current page property and allow to get/set it
6444
6445         * shell/ev-window.c: (setup_view_from_metadata),
6446         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6447
6448         Persist current sidebar page per document
6449
6450 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6451
6452         * data/evince.schemas.in:
6453         * shell/ev-window.c: (update_chrome_visibility),
6454         (setup_document_from_metadata), (update_sidebar_visibility),
6455         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6456         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6457         (ev_window_run_presentation), (ev_window_stop_presentation),
6458         (ev_window_view_sidebar_cb),
6459         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6460         (load_chrome), (ev_window_init):
6461
6462         Persist size/visibility of sidebar per document
6463
6464 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6465
6466         * shell/ev-view.c (draw_loading_text): Draw loading text.
6467
6468 2005-09-02  Dan Damian  <dand@gnome.ro>
6469
6470         * configure.in: Added "ro" to ALL_LINGUAS.
6471
6472 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6473
6474         * shell/ev-view.c: (clear_caches):
6475
6476         ev_page_cache_get doesnt return a reference,
6477         dont try to unref it.
6478
6479 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6480
6481         * shell/main.c: (load_files_remote):
6482
6483         Fix timestamp parameter with dbus <= 0.33
6484
6485 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6486
6487         * data/evince.schemas.in:
6488
6489         Add missing full stop
6490
6491 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6492
6493         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6494         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6495
6496         Plug some memory leaks
6497
6498 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6499
6500         * configure.ac:
6501         * lib/ev-debug.c: (trap_handler):
6502
6503         Check for execinfo.h and use it only if it exists.
6504         Ported from Epiphany (bug #314776).
6505
6506 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6507
6508         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6509
6510 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6511
6512         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6513         * po/id.po      : Added Indonesian translation
6514
6515 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6516
6517         * shell/main.c:
6518         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6519         * NEWS: Release 0.4.0
6520
6521 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6522
6523         * configure.ac: catch another gtk+-2.8ism
6524         * shell/main.c: Make work with gtk+-2.6
6525
6526 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6527
6528         * shell/ev-application-service.xml: Add 'timestamp' argument to
6529           ev_application_open_window and ev_application_open_uri methods.
6530
6531         * shell/ev-application.h: Add 'timestamp' argument to
6532           ev_application_open_window, ev_application_open_uri,
6533           and ev_application_open_uri_list functions.
6534
6535         * shell/ev-application.c (ev_application_open_window,
6536           ev_application_open_uri, ev_application_open_uri_list): Change
6537           functions that show/present windows to use a timestamp if one
6538           is passed in.
6539
6540         * shell/ev-window.c (ev_window_cmd_file_open,
6541           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6542         * shell/main.c (load_files): Modify calls to ev_application to
6543           include GDK_CURRENT_TIME as timestamp.
6544
6545         * shell/main.c (load_files_remote): Obtain timestamp for client
6546           instance from GDK and pass to server instance so new windows are
6547           focused properly.  Fix dbus_g_proxy_call() calls by including second
6548           G_TYPE_INVALID.
6549           
6550         Closes bug #314475.
6551
6552 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6553
6554         * shell/ev-window.c (ev_window_finalize): Check for
6555         avail. EvWindows when quiting to handle the finalize better,
6556         #314497
6557
6558 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6559         
6560         * properties/ev-properties-view.c: 
6561         
6562         Set textdomain to libglade. Fixes translation problem in property page.
6563
6564 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6565
6566         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6567         * dvi/Makefile.am:
6568         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6569         * dvi/mdvi-lib/Makefile.am:
6570         
6571         Fix rotation of thumbnails, ported to new API. Moved library
6572         dependencies earlier, probably it will fix linkage problem.
6573
6574 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6575
6576         * backend/ev-document-misc.c:
6577         (ev_document_misc_get_thumbnail_frame):
6578         * backend/ev-document-misc.h:
6579         * configure.ac:
6580         * pdf/ev-poppler.cc:
6581         * shell/Makefile.am:
6582         * shell/ev-sidebar-thumbnails.c: (add_range),
6583         (ev_sidebar_thumbnails_set_loading_icon),
6584         (ev_sidebar_thumbnails_refresh),
6585         (ev_sidebar_thumbnails_set_document):
6586         * shell/ev-sidebar-thumbnails.h:
6587         * shell/ev-view.c: (ev_view_motion_notify_event),
6588         (ev_view_set_property), (ev_view_get_property),
6589         (ev_view_class_init), (ev_view_set_rotation):
6590         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6591         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6592         (ev_window_init):
6593         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6594         Redo rotation (again).  prepare for 0.4.0
6595
6596 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6597
6598         * configure.ac: Bump poppler requirement to 0.4.1.
6599
6600         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6601         argument to poppler_page_render_selection() call.
6602
6603 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6604
6605         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6606         (djvu_document_thumbnails_get_thumbnail):
6607         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6608         (dvi_document_thumbnails_get_thumbnail):
6609         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6610         (pixbuf_document_thumbnails_get_thumbnail):
6611         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6612         
6613         Update rotation direction of backends to fit with pdf and ps.
6614
6615 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6616
6617         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6618         * backend/ev-async-renderer.h:
6619         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6620         (setup_page), (ps_document_get_page_size),
6621         (ps_async_renderer_render_pixbuf):
6622         * ps/ps-document.h:
6623         * shell/ev-jobs.c: (ev_job_render_run):
6624
6625         Fix orientation in the postscript document
6626
6627 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6628
6629         * pdf/ev-poppler.cc:
6630         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6631         * shell/ev-view.c: (highlight_find_results):
6632
6633         Adapt to the new poppler rotation API. Fix text maps on landscape
6634         documents.
6635
6636 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6637
6638         * shell/ev-view.c (compute_new_selection_text): get the correct
6639         region when selecting in modes other than continuous.
6640
6641 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6642
6643         * shell/main.c (main): remove redundant g_warnings.
6644
6645 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * shell/Makefile.am: Don't include autogenerated
6648         file ev-application-service.h into distribution, since
6649         it causes dbus crash. Fix for bugs 313724 and 313443. 
6650
6651 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6652
6653         * configure.ac: Fix sed expression for FreeBSD. Thanks
6654         to Joe Marcus Clark <marcus@freebsd.org>
6655         
6656         * shell/eggfindbar.c: (entry_activate_callback),
6657         (entry_changed_callback), (egg_find_bar_init),
6658         (egg_find_bar_set_search_string):
6659         
6660         Made findbar buttons unsensitive if there is no text in
6661         entry. Fix for the bug 313285.
6662
6663 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6664
6665         * ps/ps-document.c: Use g_filename_display_name for displaying
6666         filenames and revert string freeze breackage
6667
6668 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6669
6670         * NEWS:
6671         * configure.ac:
6672
6673         Update for 0.3.4
6674
6675         * shell/Makefile.am:
6676
6677         Add ev-application-service.xml to extra dist
6678
6679         * shell/ev-view.c: (find_page_at_location):
6680
6681         Remove unused function (fix warning)
6682
6683 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6684
6685         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6686         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6687         
6688         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6689         bug 313623.
6690
6691 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6692
6693         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6694         * shell/ev-window.c:
6695         Fix build warnings
6696
6697 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6698
6699         * configure.ac: Update script to get dbus version.
6700         Fix for the bug #313443.
6701
6702 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6703
6704         * shell/ev-window.c: (ev_window_cmd_escape):
6705         
6706         Return focus back to view on escape. Fix for bug 313295.
6707
6708 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6709
6710         * shell/ev-window.c: (update_window_title),
6711         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6712         (ev_window_cmd_save_as):
6713         
6714         Correct conversion from uri to displayable string. Fix for
6715         bug 313296.
6716
6717 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6718
6719         * ps/ps-document.c: convert filename to utf8 when there is an error
6720         loading document. Fixes #309915
6721
6722 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6723
6724         * configure.ac:
6725
6726         We depend on poppler 0.4.0
6727
6728 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6729
6730         * configure.ac:
6731         * NEWS: Release 0.3.3.
6732         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6733
6734 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6735
6736         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6737         add a couple missing mnemonics to menu items, use title 
6738         capitalization for menu items and window titles, and add 
6739         ellipsis to open menu item.     
6740
6741 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6742
6743         * pdf/ev-poppler.cc:
6744         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6745         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6746         (ev_view_get_rotation):
6747         * shell/ev-view.h:
6748         * shell/ev-window.c: (setup_view_from_metadata),
6749         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6750         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6751         disk.
6752
6753 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6754
6755         * configure.ac: Added tr to ALL_LINGUAS
6756
6757 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6758
6759         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6760         requires several clicks to find word. Thanks to 
6761         Colin Slater <kiltedtaco@gmail.com>.
6762
6763 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6764
6765         * data/evince.desktop.in.in: Hide menu entry and
6766         rename it to "Document Viewer". Fix for bug 
6767         #312399.
6768
6769 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6770
6771         * shell/ev-page-action.c (ev_page_action_class_init): 
6772
6773         Point to the correct function in constructor of the
6774         activate_label signal
6775
6776 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6777
6778         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6779         * shell/ev-jobs.h: Make thread safe.
6780
6781 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6782
6783         * shell/ev-view.c: (view_update_range_and_current_page):
6784         Don't update page range if we are scrolling to some document
6785         point.
6786
6787 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6788
6789         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6790         when getting max_page_width, fix drawing in dual mode.
6791
6792 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6793
6794         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6795         getting the area for select_all.
6796
6797 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6798
6799         * backend/ev-selection.c: (ev_selection_render_selection):
6800         * backend/ev-selection.h:
6801         * pdf/ev-poppler.cc:
6802         * shell/ev-jobs.c: (ev_job_render_new):
6803         * shell/ev-jobs.h:
6804         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6805         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6806         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6807         (ev_view_class_init):
6808
6809         Change selection color on focus in and focus out events.  Also,
6810         poppler now uses GdkColor for specifying the selection colors, so
6811         drop some awkward conversion code.
6812
6813 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6814
6815         * configure.ac: Added Hebrew translation
6816
6817 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6818
6819         * NOTES:
6820         * backend/ev-selection.c: (ev_selection_render_selection):
6821         * backend/ev-selection.h:
6822         * pdf/ev-poppler.cc:
6823         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6824         (ev_job_render_run):
6825         * shell/ev-jobs.h:
6826         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6827         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6828         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6829         (ev_pixbuf_cache_style_changed),
6830         (ev_pixbuf_cache_get_selection_pixbuf),
6831         (ev_pixbuf_cache_set_selection_list),
6832         (ev_pixbuf_cache_get_selection_list):
6833         * shell/ev-pixbuf-cache.h:
6834         * shell/ev-utils.c: (ev_print_region_contents):
6835         * shell/ev-utils.h:
6836         * shell/ev-view.c: (ev_view_queue_draw_page),
6837         (selection_update_idle_cb), (ev_view_motion_notify_event),
6838         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6839         (setup_caches), (ev_view_find_next), (merge_selection_region),
6840         (selection_free):
6841         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6842
6843         Clean up selection to be much smoother!
6844
6845 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6846
6847         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6848         to poppler_page_render_selection().
6849
6850 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6851
6852         * ps/ps-document.c: (save_page_list): Use
6853         unzipped document when printing. Thanks to 
6854         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6855         311016.
6856
6857 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * shell/ev-window.c: (update_action_sensitivity):
6860         
6861         Disable print and save respect to lockdown gconf keys. Fix
6862         for 312342.
6863
6864 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6865
6866         * configure.ac:
6867         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6868         (write_to_temp_file), (ev_file_set_contents):
6869         * shell/ev-utils.h:
6870         * shell/ev-window.c: (save_print_config_to_file):
6871         
6872         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6873         Fix for bug 312238
6874
6875 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6876
6877         * shell/ev-window.c: (load_print_config_from_file),
6878         (save_print_config_to_file), (ev_window_print_range):
6879
6880         Persist the print settings. Fixes bug #311578.
6881
6882 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6883
6884         * djvu/djvu-document.c: (djvu_document_get_page_size),
6885         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6886         (djvu_document_thumbnails_get_thumbnail):
6887         * dvi/dvi-document.c: (dvi_document_get_page_size),
6888         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6889         (dvi_document_thumbnails_get_dimensions),
6890         (dvi_document_thumbnails_get_thumbnail):
6891         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6892         (pixbuf_document_render_pixbuf),
6893         (pixbuf_document_document_iface_init),
6894         (pixbuf_document_thumbnails_get_thumbnail):
6895         
6896         Update backends to make them build with new rotation system.
6897
6898 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6899
6900         * help/C/figures/evince_start_window.png:
6901         
6902         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6903
6904 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6905
6906         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6907         * shell/ev-pixbuf-cache.h:
6908         * shell/ev-sidebar-thumbnails.c:
6909         (ev_sidebar_thumbnails_get_property), (add_range),
6910         (adjustment_changed_cb):
6911         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6912         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6913         we were thumbnailing the entire docment on startup, slowing us
6914         down hugely. 
6915
6916 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6917
6918         * shell/ev-page-cache.c: (ev_page_cache_new):
6919         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6920         == 0, fixes #310306.
6921
6922 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6923
6924         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6925         (ev_view_rotate_left):
6926
6927         Account rotation in doc_rect_to_view_rect.
6928         Ensure rotation doesnt go out of bounds.
6929
6930 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6933
6934         Correct and cleanup w/h swapping
6935
6936 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6937
6938         * backend/ev-document-thumbnails.c:
6939         (ev_document_thumbnails_get_thumbnail):
6940         * backend/ev-document-thumbnails.h:
6941         * backend/ev-document.c:
6942         * backend/ev-document.h:
6943         * backend/ev-render-context.c: (ev_render_context_new),
6944         (ev_render_context_set_rotation):
6945         * backend/ev-render-context.h:
6946         * pdf/ev-poppler.cc:
6947         * ps/ps-document.c: (ps_document_document_iface_init):
6948         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6949         * shell/ev-jobs.h:
6950         * shell/ev-page-cache.c: (build_height_to_page),
6951         (ev_page_cache_new), (ev_page_cache_get_size),
6952         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6953         (ev_page_cache_get_height_to_page):
6954         * shell/ev-page-cache.h:
6955         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6956         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6957         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6958         (ev_pixbuf_cache_get_selection_pixbuf):
6959         * shell/ev-pixbuf-cache.h:
6960         * shell/ev-print-job.c: (idle_print_handler):
6961         * shell/ev-sidebar-thumbnails.c: (add_range):
6962         * shell/ev-view.c: (view_update_range_and_current_page),
6963         (get_page_y_offset), (get_page_extents),
6964         (ev_view_size_request_continuous_dual_page),
6965         (ev_view_size_request_continuous),
6966         (ev_view_size_request_dual_page),
6967         (ev_view_size_request_single_page), (draw_one_page),
6968         (ev_view_set_rotation), (ev_view_rotate_right),
6969         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6970         (ev_view_zoom_for_size_continuous_and_dual_page),
6971         (ev_view_zoom_for_size_continuous),
6972         (ev_view_zoom_for_size_dual_page),
6973         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6974         (ev_view_select_all):
6975         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6976         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6977         (tiff_document_document_iface_init),
6978         (tiff_document_thumbnails_get_thumbnail):
6979
6980         Use rotation rather than orientation. It's easier and enough
6981         for our needs.
6982
6983 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6984
6985         * shell/ev-page-cache.c: (build_height_to_page),
6986         (ev_page_cache_new), (ev_page_cache_get_size),
6987         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6988         (ev_page_cache_get_height_to_page):
6989         * shell/ev-page-cache.h:
6990         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6991         (ev_view_size_request_continuous_dual_page),
6992         (ev_view_size_request_continuous),
6993         (ev_view_zoom_for_size_continuous_and_dual_page),
6994         (ev_view_zoom_for_size_continuous):
6995
6996         Make the page cache aware of page orientation.
6997
6998 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6999
7000         * backend/ev-document-thumbnails.c:
7001         (ev_document_thumbnails_get_thumbnail):
7002         * backend/ev-document-thumbnails.h:
7003         * backend/ev-document.c:
7004         * backend/ev-document.h:
7005         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7006         * backend/ev-ps-exporter.h:
7007         * pdf/ev-poppler.cc:
7008         * ps/ps-document.c: (ps_document_document_iface_init),
7009         (ps_document_ps_export_do_page):
7010         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7011         * shell/ev-jobs.h:
7012         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7013         (ev_page_cache_get):
7014         * shell/ev-page-cache.h:
7015         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7016         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7017         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7018         * shell/ev-pixbuf-cache.h:
7019         * shell/ev-print-job.c: (idle_print_handler):
7020         * shell/ev-sidebar-thumbnails.c: (add_range):
7021         * shell/ev-view.c: (view_update_range_and_current_page),
7022         (get_page_extents), (ev_view_size_request_dual_page),
7023         (ev_view_size_request_single_page), (draw_one_page),
7024         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7025         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7026         (ev_view_zoom_for_size_dual_page),
7027         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7028         (ev_view_select_all):
7029         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7030         * tiff/tiff-document.c: (tiff_document_get_page_size),
7031         (tiff_document_get_orientation), (rotate_pixbuf),
7032         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7033         (tiff_document_thumbnails_get_thumbnail),
7034         (tiff_document_ps_export_do_page), (tiff_document_init):
7035
7036         Really make use of the orientation bit of the render context.
7037         Use the render context in a few more places in the backend API.
7038         This regress orientation, but now it's done right. Will try to
7039         fix it up asap...
7040
7041 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7042
7043         * shell/ev-view.c: (ensure_rectangle_is_visible):
7044
7045         Patch by Nickolay V. Shmyrev to fix find flickering
7046
7047 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7048
7049         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7050         duplex parameters to ::begin.
7051
7052         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7053         * shell/ev-print-job.c (idle_print_handler): 
7054         * ps/ps-document.c (ps_document_ps_export_begin): 
7055         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7056         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7057         implementations. Poppler backend needs poppler cvs. Rest has
7058         unchanged behavior.
7059
7060 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7061
7062         * shell/ev-window.c (using_pdf_printer): new function.
7063         (ev_window_print_range): print a less techy message if someone
7064         tries to print to PDF.
7065
7066 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7067
7068         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7069         from "unknown font" string. Bug #311431
7070
7071 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7072
7073         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7074
7075 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7076
7077         Bug #311280
7078         
7079         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7080         name for PopplerFontTypes
7081         (pdf_document_fonts_fill_model): add font type to the detail column
7082
7083         * backend/ev-document-fonts.h: added
7084         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7085
7086         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7087         font name and font details, add a little markup.
7088         (ev_properties_fonts_init): use the new cell data func, specify ypad
7089         property for the cell renderer.
7090         (ev_properties_fonts_set_document): add the details column.
7091
7092 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7093
7094         * configure.ac: Added "pl" to ALL_LINGUAS.
7095
7096 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7097
7098         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7099
7100 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7101
7102         * help/ChangeLog: Started this for translations of manual.
7103         * configure.ac, autogen.sh, .cvsignore: Migrated to
7104         gnome-doc-utils. Patch in bug #311222.
7105
7106 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7107
7108         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7109         #ifdef this away to fix an unused-function warning.
7110
7111 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7112
7113         * configure.ac: Added 'gl' to ALL_LINGUAS.
7114
7115 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7116
7117         * configure.ac: Added ne in ALL_LINGUAS
7118         
7119 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7120
7121         * shell/ev-view.c: (ev_view_leave_notify_event):
7122         
7123         Clear status message when pointer leaves view. Fix for bug
7124         #310818 
7125
7126 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7127
7128         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7129
7130 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7131
7132         * shell/ev-view.c: (ev_view_leave_notify_event),
7133         (ev_view_class_init):
7134         
7135         Set cursor to normal then leaving view.
7136
7137 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7138
7139         * configure.ac:
7140         
7141         Fix required djvulibre version.
7142
7143 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7144
7145         *configure.ac: Hindi (hi) language added
7146
7147 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7148
7149         *configure.ac: Punjabi (pa) Language added
7150
7151 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7152
7153         * data/evince-ui.xml, shell/ev-window.c:
7154         
7155         Add keypad accelerators for zooming. Fix for bug 308128.
7156
7157 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7158
7159         * Makefile.am:
7160         * backend/Makefile.am:
7161         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7162         * configure.ac:
7163         * shell/ev-document-types.c: (ev_document_types_add_filters):
7164
7165         Allow to enable/disable the pixbuf backend.
7166         Default to off for now. If we want it enabled we should
7167         really put mime types in the desktop, implement properties etc.
7168
7169         * properties/evince-properties.c:
7170
7171         Initialize error to NULL.
7172         Check error is not NULL before freeing.
7173
7174 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7175
7176         * shell/ev-window.c:
7177
7178         Use F5 as presentation accell
7179
7180 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7181
7182         * shell/ev-window.c: (update_chrome_visibility),
7183         (ev_window_create_fullscreen_popup), (ev_window_init):
7184
7185         Do not leak the fullscreen toolbar
7186
7187 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7188
7189         * shell/ev-window.c: (view_actions_focus_in_cb),
7190         (view_actions_focus_out_cb):
7191
7192         These has a return value! Fix totally random focus
7193         issues we was seeing.
7194
7195 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7196
7197         * shell/main.c: (load_files_remote):
7198
7199         Allow open more than one file
7200
7201 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7202
7203         * shell/main.c: (load_files_remote):
7204
7205         Fix for dbus 0.33. bug #309975
7206
7207 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7208
7209         * properties/ev-properties-main.c: (ev_properties_get_pages):
7210
7211         Actually return NULL for types we dont support
7212
7213 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7214
7215         * po/POTFILES.in:
7216
7217         Remove empty lines.
7218
7219 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7220
7221         * backend/ev-document-factory.c:
7222         (ev_document_factory_get_document):
7223
7224         Do not try to create the object if type
7225         is invalid.
7226
7227 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7228
7229         * ps/ps-document.c: (ps_document_dispose),
7230         (ps_async_renderer_render_pixbuf):
7231         * ps/ps-document.h:
7232
7233         Do not leak the target window
7234
7235 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7236
7237         * shell/ev-application.c: (ev_application_init):
7238
7239         Let tbe check file existence for us.
7240         Add a comment about eggrecent mime filter.
7241
7242 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7243
7244         * data/evince-ui.xml:
7245         * shell/ev-application.c: (ev_application_shutdown),
7246         (ev_application_init), (ev_application_get_toolbars_model),
7247         (ev_application_get_recent_model),
7248         (ev_application_save_toolbars_model):
7249         * shell/ev-application.h:
7250         * shell/ev-window.c: (ev_window_add_recent),
7251         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7252         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7253         (ev_window_init):
7254
7255         Use common toolbar and recent models for all windows.
7256         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7257
7258 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7259
7260         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7261         successfully check for gtk_icon_view_get_visible_range.
7262
7263 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7264
7265         * djvu/Makefile.am:
7266         * dvi/Makefile.am:
7267         
7268         Fix djvu and dvi backend build.
7269
7270 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7271
7272         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7273         (new_separator_pixbuf):
7274
7275         Don't leak windows.
7276
7277 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7278
7279         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7280
7281         HIGification of toolbar editor dialogue.
7282
7283 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7284
7285         * configure.ac:
7286         * shell/Makefile.am:
7287
7288         Ever build metadata manager since it's just
7289         disabled at runtime now.
7290
7291 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7292
7293         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7294         (ev_metadata_manager_get), (ev_metadata_manager_set):
7295         * shell/ev-metadata-manager.h:
7296
7297         Add an _init functions that enabled metadata management
7298         at runtime.
7299
7300         * shell/ev-window.c: (page_changed_cb),
7301         (setup_document_from_metadata), (ev_window_setup_document),
7302         (setup_view_from_metadata), (ev_window_open_uri),
7303         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7304         (ev_window_run_presentation), (ev_window_stop_presentation),
7305         (save_sizing_mode), (ev_window_zoom_changed_cb),
7306         (ev_window_continuous_changed_cb),
7307         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7308         (window_configure_event_cb):
7309
7310         Remove all ugly metadata define since we deal with it
7311         at runtime now.
7312
7313         * shell/main.c: (load_files_remote), (main):
7314
7315         Add support for dbus cvs head. Hopefully didnt break one
7316         of the other versions now!
7317
7318         If we dont get a response from the dbus server just
7319         give up with it and not enable metadata.
7320
7321 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7322
7323         * Makefile.am:
7324         * backend/Makefile.am:
7325         * configure.ac:
7326         * cut-n-paste/recent-files/Makefile.am:
7327         * cut-n-paste/toolbar-editor/Makefile.am:
7328         * cut-n-paste/zoom-control/Makefile.am:
7329         * lib/Makefile.am:
7330         * pdf/Makefile.am:
7331         * pixbuf/Makefile.am:
7332         * properties/Makefile.am:
7333         * ps/Makefile.am:
7334         * shell/Makefile.am:
7335         * thumbnailer/Makefile.am:
7336         * tiff/Makefile.am:
7337
7338         Make frontends depend on just libev.
7339         Rework and group CFLAGS/LIBS definitions.
7340         Cleanups.
7341
7342 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7343
7344         * shell/ev-window:
7345
7346         do not unnecessarily save zoom
7347
7348         * configure.ac:
7349         * lib/ev-file-helpers.c: (ev_dot_dir):
7350         * shell/Makefile.am:
7351         * shell/dummy.cc:
7352
7353         Some cleanups
7354
7355 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7356
7357         * configure.ac:
7358         
7359         Remove unnecessary dependencies
7360
7361 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7362
7363         * properties/Makefile.am:
7364         * thumbnailer/Makefile.am:
7365         * tiff/Makefile.am:
7366
7367         Some more cleanups. Was really necessary
7368         but I probably introduced bugs, feel free
7369         to flame :)
7370
7371 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7372
7373         * backend/Makefile.am:
7374         * configure.ac:
7375         * cut-n-paste/recent-files/Makefile.am:
7376         * cut-n-paste/toolbar-editor/Makefile.am:
7377         * cut-n-paste/zoom-control/Makefile.am:
7378         * lib/Makefile.am:
7379         * pdf/Makefile.am:
7380         * pixbuf/Makefile.am:
7381         * properties/Makefile.am:
7382         * ps/Makefile.am:
7383         * shell/Makefile.am:
7384         * thumbnailer/Makefile.am:
7385         * tiff/Makefile.am:
7386
7387         Use gnome-common macros when possible.
7388         Cleanup dependencies.
7389         Actually disable deprecated where possible.
7390
7391 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7392
7393         * Makefile.am:
7394         * backend/Makefile.am:
7395         * properties/Makefile.am:
7396         * shell/Makefile.am:
7397         * thumbnailer/Makefile.am:
7398
7399         This should solve the circular dep without
7400         requiring dir reorg!
7401
7402         * shell/ev-window.c: (setup_view_from_metadata):
7403
7404         Never restore window size/position when the
7405         window is already visible.
7406
7407 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7408
7409         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7410
7411         Return a boolean from timeout func. Fix ported from gedit.
7412
7413 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7414
7415         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7416
7417 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7418
7419         * shell/ev-document-types.c: set "All Documents" as default filter in
7420         open dialog
7421
7422 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7423
7424         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7425         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7426         (ev_metadata_manager_set_boolean): fix value/val thinko.
7427
7428 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7429
7430         * shell/ev-window.c: (setup_view_from_metadata),
7431         (window_state_event_cb), (window_configure_event_cb),
7432         (ev_window_init):
7433
7434         Remember window position and maximized state
7435
7436 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7437
7438         * configure.ac:
7439
7440         Fix DBUS configure checks.
7441
7442         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7443         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7444         (ev_metadata_manager_set_boolean):
7445
7446         Plug mem leaks.
7447
7448         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7449         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7450         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7451         (ev_window_continuous_changed_cb),
7452         (ev_window_dual_mode_changed_cb), (ev_window_new):
7453
7454         Fix the build without DBUS.
7455
7456 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7457
7458         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7459         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7460         (ev_metadata_manager_set_string),
7461         (ev_metadata_manager_set_boolean):
7462         * shell/ev-metadata-manager.h:
7463
7464         Add support for some more types
7465
7466         * shell/ev-view.c: (scroll_to_current_page),
7467         (ev_view_get_continuous), (ev_view_set_continuous),
7468         (ev_view_get_dual_page):
7469         * shell/ev-view.h:
7470         * shell/ev-window.c: (page_changed_cb),
7471         (setup_document_from_metadata), (ev_window_setup_document),
7472         (setup_view_from_metadata), (ev_window_open_uri),
7473         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7474         (ev_window_run_presentation), (ev_window_stop_presentation),
7475         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7476         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7477         (ev_window_update_dual_page_action),
7478         (ev_window_continuous_changed_cb),
7479         (ev_window_dual_mode_changed_cb), (ev_window_init):
7480
7481         Remember a bunch of view/document properties. Prolly some
7482         are still missing but it's getting interesting.
7483
7484 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7485
7486         * configure.ac: check if dbus-binding-tool is installed. Not the
7487         case on current Ubuntu breezy, it seems.
7488
7489 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7490
7491         * data/evince.desktop.in.in:
7492         
7493         Allow open uri lists and add TryExec field.
7494
7495 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7496
7497         * configure.ac:
7498
7499         Enable dbus when available, do not require a configure
7500         option.
7501
7502 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7503
7504         * configure.ac:
7505
7506         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7507         disabled.
7508
7509 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7510         Marco Pesenti Gritti  <mpg@redhat.com>
7511
7512         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7513         
7514         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7515         functions to the format required by dbus
7516
7517         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7518         errors. Use the RPC parameters in the expected way
7519
7520 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7521
7522         * Makefile.am:
7523         * properties/Makefile.am:
7524         * properties/ev-properties-main.c: (ev_properties_get_pages):
7525
7526         Support all mime types
7527
7528         * shell/Makefile.am:
7529         * thumbnailer/Makefile.am:
7530         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7531         (evince_thumbnail_pngenc_get):
7532
7533         Use the document factory
7534
7535 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7536
7537         * backend/Makefile.am:
7538         * backend/ev-document-factory.c:
7539         (mime_type_supported_by_gdk_pixbuf),
7540         (ev_document_type_get_from_mime),
7541         (ev_document_factory_get_document),
7542         (ev_document_factory_get_backend),
7543         (ev_document_factory_get_mime_types),
7544         (ev_document_factory_get_all_mime_types):
7545         * backend/ev-document-factory.h:
7546         * shell/Makefile.am:
7547         * shell/ev-document-types.c: (get_document_from_uri),
7548         (ev_document_types_get_document),
7549         (file_filter_add_mime_list_and_free),
7550         (ev_document_types_add_filters):
7551         * shell/ev-document-types.h:
7552         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7553         * shell/ev-properties-dialog.c:
7554         (ev_properties_dialog_set_document):
7555         * shell/ev-window.c: (ev_window_cmd_file_open),
7556         (ev_window_cmd_save_as):
7557         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7558
7559         Rework document types managing to avoid code duplication
7560         and actually abstract from backend implementations.
7561         Also provide a minimal factory api that can be used by
7562         thumbnailer/properties.
7563
7564 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7565
7566         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7567         Plug a mem leak.
7568         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7569         HIG spacings.
7570
7571 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7572
7573         * shell/ev-properties-dialog.c
7574         (ev_properties_dialog_set_document): only call
7575         ev_properties_fonts_set_document() if the document implements the
7576         fonts interface
7577
7578 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7579
7580         * configure.ac:
7581         * properties/Makefile.am:
7582         * properties/ev-properties-view.c:
7583         (ev_properties_view_register_type):
7584         * properties/ev-properties-view.h:
7585         * properties/ev-properties-main.h:
7586
7587         Implement nautilus plugin for properties.
7588         Works only for pdf atm, I need to rework the
7589         document types stuff to get this to work
7590         for all backends...
7591
7592 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7593
7594         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7595         (ev_properties_fonts_set_document): use
7596         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7597
7598 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7599
7600         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7601         them
7602         (PlaceImage, tiff2ps_process_page): use
7603         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7604
7605
7606 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7607
7608         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7609         (main): to call gnome_authentication_manager_init. Should fix
7610         Bug #308510
7611
7612         * configure.ac: that requires libgnomeui 2.6.0.
7613
7614 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7615
7616         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7617         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7618         use the new tiff2ps interfaces
7619
7620         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7621         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7622
7623         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7624         structure instead of global variables.  Remove use of static
7625         variables in functions.
7626
7627 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7628
7629         * shell/ev-page-action.c: unref the completion after setting it to the
7630         entry
7631
7632 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7633
7634         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7635         postscript files
7636
7637 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7638
7639         * shell/ev-window.c (update_action_sensitivity): disable
7640         File->Print if the document does not implement the ps exporter
7641         interface
7642
7643 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7644
7645         * Makefile.am:
7646         * configure.ac:
7647         * data/evince-properties.glade:
7648         * properties/.cvsignore:
7649         * properties/Makefile.am:
7650         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7651         (ev_properties_view_class_init), (ev_properties_view_format_date),
7652         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7653         (ev_properties_view_init), (ev_properties_view_new):
7654         * properties/ev-properties-view.h:
7655         * shell/Makefile.am:
7656         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7657         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7658         (ev_properties_dialog_new):
7659         * shell/ev-properties-dialog.h:
7660         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7661         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7662         (update_progress_label), (job_fonts_finished_cb),
7663         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7664         * shell/ev-properties-fonts.h:
7665         * shell/ev-properties.c:
7666         * shell/ev-properties.h:
7667         * shell/ev-window.c: (ev_window_setup_document),
7668         (ev_window_cmd_file_properties):
7669
7670         Split the properties pages in two different objects, depend
7671         only on the backend where possible, use widgets instead
7672         of gobject for the glade part, reimplement the dialog
7673         itself with gtk.
7674         I need this to implement nautilus properties page.
7675
7676 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7677
7678         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7679         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7680         (tiff_document_document_ps_exporter_iface_init): implement the ps
7681         exporter interface for tiff documents
7682
7683         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7684         libtiff to implement TIFF postscript export
7685
7686         * tiff/tiff2ps.h: added a header file for external tiff2ps
7687         functions.
7688
7689         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7690         tiff2ps.h
7691
7692 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7693
7694         * shell/ev-view.c: (scroll_to_current_page),
7695         (ev_view_set_fullscreen), (ev_view_set_presentation):
7696         
7697         Scroll to current page when exit from presentation
7698
7699 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7700
7701         * shell/ev-window.c: (update_document_mode),
7702         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7703         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7704         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7705         
7706         Exit from fullscreen mode when switch to presentation. Fix for
7707         bug 309365
7708
7709 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7710
7711         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7712         return NULL if the document does not implement the selection
7713         interface.
7714
7715 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7716
7717         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7718         reported height by using the resolution aspect ratio
7719         (tiff_document_render_pixbuf): scale the pixbuf using the
7720         resolution aspect ratio
7721
7722 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7723
7724         * configure.ac:
7725         
7726         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7727         <kiltedaco@gmail.com>
7728         
7729         * djvu/djvu-document.c: (djvu_document_get_orientation),
7730         (djvu_document_set_orientation), (djvu_document_get_page_size),
7731         (rotate_pixbuf), (djvu_document_render_pixbuf),
7732         (djvu_document_document_iface_init):
7733         * dvi/dvi-document.c: (dvi_document_get_orientation),
7734         (dvi_document_set_orientation), (dvi_document_get_page_size),
7735         (rotate_pixbuf), (dvi_document_render_pixbuf),
7736         (dvi_document_document_iface_init):
7737         
7738         Dvi and djvu backends are ported to new API
7739
7740 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7741
7742         * backend/ev-selection.c: (ev_selection_get_selection_region),
7743         (ev_selection_get_selection_map):
7744         * backend/ev-selection.h:
7745         * pdf/ev-poppler.cc:
7746         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7747         * shell/ev-jobs.h:
7748         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7749         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7750         (ev_pixbuf_cache_get_text_mapping):
7751         * shell/ev-pixbuf-cache.h:
7752         * shell/ev-view.c: (location_in_text),
7753         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7754         support to EvView.  Now we can see where we can select!  Sweet!
7755
7756 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7757
7758         * shell/ev-view.c (ev_view_button_press_event): Fix
7759         event->y + view->scroll_x typo.
7760
7761 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7762
7763         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7764         sub-GdkPixbuf instead of passing dest_x and dest_y.
7765         
7766         * shell/ev-view.c: (view_point_to_doc_point),
7767         (view_rect_to_doc_rect), (ev_view_button_press_event),
7768         (ev_view_motion_notify_event), (compute_new_selection_rect),
7769         (gdk_rectangle_point_in), (compute_new_selection_text),
7770         (compute_selections): Update selection code to keep the selection
7771         around as two points and not as a normalized rectangle, and fix
7772         page level selection in two-column mode.
7773
7774 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7775
7776         * shell/ev-window.c: (window_configure_event_cb): 
7777         
7778         Fix compilation
7779         
7780 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7781
7782         * pdf/ev-poppler.cc:
7783
7784         Fix compilation
7785
7786 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7787
7788         * shell/Makefile.am:
7789         * shell/ev-metadata-manager.c: (item_free),
7790         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7791         (parse_value), (parseItem), (load_values),
7792         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7793         (save_values), (save_item), (get_oldest), (resize_items),
7794         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7795         * shell/ev-metadata-manager.h:
7796
7797         Metadata manager from gedit but modified to use GValue, so that
7798         we dont need to keep converting from strings.
7799
7800         * configure.ac:
7801
7802         ENABLE_METADATA conditional, on when dbus is on
7803
7804         * shell/ev-application.c: (ev_application_open_uri):
7805
7806         Show the window after load so that we can initialize
7807         window size before it's showed.
7808
7809         * shell/ev-window.c: (ev_window_setup_from_metadata),
7810         (ev_window_open_uri), (window_configure_event_cb),
7811         (ev_window_init):
7812
7813         Save and load metadata information about window size.
7814         Not yet keeping states in account.
7815
7816         * shell/main.c: (main):
7817
7818         Shutdown metadata manager.
7819
7820 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7821
7822         * shell/ev-application-service.xml:
7823         * configure.ac:
7824         * shell/Makefile.am:
7825         * shell/ev-application.c:
7826         * shell/ev-application.h:
7827         * shell/ev-window.c:
7828         * shell/ev-window.h:
7829         * shell/main.c:
7830
7831         Add an optional dbus interface (--enable-dbus).
7832         Rework application code, mainly to be easier to
7833         use "remotely".
7834         Do not open multiple windows with the same document,
7835         spatial evince!
7836
7837 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7838
7839         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7840         pixbuf iff it exists.
7841
7842 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7843
7844         * shell/*:
7845         * backend/ev-render-context.[ch]:
7846         * backend/ev-selection.[ch]:
7847
7848         Massive changes.  We now support text selection of pdfs, and not
7849         just rectangular selection.  This is pretty broken still, but I
7850         want to get something into CVS.
7851
7852 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7853
7854         * pdf/ev-poppler.cc:
7855         
7856         Fix for Bug 309080: crash on window close.
7857         
7858         * shell/ev-page-action.c: (page_changed_cb):
7859         
7860         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7861         jensgr@gmx.net (Jens Granseuer).
7862
7863 2005-06-25  Marcel Telka  <marcel@telka.sk>
7864
7865         * configure.in (ALL_LINGUAS): Added sk.
7866
7867 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7868
7869         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7870         not a document open
7871
7872 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7873
7874         * NEWS:
7875         * configure.ac:
7876
7877         Release 0.3.2
7878
7879         * cut-n-paste/recent-files/Makefile.am:
7880
7881         Fix make distcheck
7882
7883 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7884
7885         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7886         (pixbuf_document_set_orientation), (rotate_pixbuf),
7887         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7888         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7889
7890         Implement rotation and cleanup the code a bit.
7891
7892         * tiff/tiff-document.c: (tiff_document_get_page_size),
7893         (tiff_document_get_orientation), (tiff_document_set_orientation),
7894         (rotate_pixbuf), (tiff_document_render_pixbuf),
7895         (tiff_document_document_iface_init), (tiff_document_init):
7896
7897         Implement rotation. Was the quicker solution for the release
7898         but we really need to share this code in the shell.
7899
7900 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7901
7902         * pdf/ev-poppler.cc:
7903
7904         Enable rotation, require poppler cvs. Fix a leak.
7905
7906 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7907
7908         * shell/ev-window.c: (update_action_sensitivity):
7909         
7910         Make properties unsensitive if document backend doesn't provide
7911         any info
7912
7913 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7914
7915         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7916         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7917         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7918         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7919         (bitmap_flip_rotate_counter_clockwise):
7920         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7921         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7922         (buff_gets):
7923         * dvi/mdvi-lib/common.h:
7924         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7925         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7926         (opendvi), (mdvi_reload), (mdvi_init_context),
7927         (mdvi_destroy_context), (mdvi_dopage), (special):
7928         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7929         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7930         (file_hash_free), (register_encoding), (parse_spec),
7931         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7932         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7933         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7934         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7935         (mdvi_register_font_type), (mdvi_unregister_font_type),
7936         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7937         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7938         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7939         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7940         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7941         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7942         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7943         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7944         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7945         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7946         (mdvi_unregister_special), (mdvi_flush_specials):
7947         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7948         (t1_font_remove):
7949         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7950         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7951         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7952         (free_font_metrics), (flush_font_metrics):
7953         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7954         (tt_font_remove):
7955         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7956         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7957         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7958         (dstring_insert), (dstring_new), (dstring_reset):
7959         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7960         
7961         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7962         avoid conflict with libtool on FC4
7963         
7964         * shell/ev-window.c: (ev_window_cmd_help_about):
7965         
7966         Update copyright year. Fix for bug 308828.
7967
7968 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7969
7970         * shell/ev-view.c: (add_scroll_binding_keypad),
7971         (ev_view_binding_activated), (ev_view_class_init),
7972         (on_adjustment_value_changed):
7973         
7974         Bug 170874: Arrow keys switch pages in presentation mode
7975
7976 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7977
7978         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7979         
7980         Fix for Bug 308265: Sidebar dissappears coming out of 
7981         Presentation mode
7982
7983 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7984
7985         * shell/ev-application.c: (ev_application_open):
7986         * shell/ev-document-types.c: (ev_document_types_add_filters),
7987         (ev_document_types_add_filters_for_type):
7988         * shell/ev-document-types.h:
7989         * shell/ev-window.c: (ev_window_cmd_save_as):
7990         
7991         Suggest basename as template when saving, provide filters
7992         for save dialog. It's bug 308402
7993
7994 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7995
7996         * pdf/ev-poppler.cc:
7997         * shell/ev-sidebar-links.c: (job_finished_callback):
7998         * shell/ev-view.c: (update_find_status_message):
7999         
8000         Some leaks fixed
8001
8002 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8003
8004         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8005         (egg_recent_view_uimanager_set_list):
8006
8007         Fix buglet in !show_numbers case.
8008
8009 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8010
8011         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8012         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8013
8014         Use pango ellipsisation.
8015
8016         * pdf/ev-poppler.cc:
8017
8018         Fix refcount leak, from nsh.
8019
8020 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8021
8022         * cut-n-paste/recent-files/Makefile.am:
8023         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8024         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8025         
8026         Removed EggRecentViewGtk
8027         
8028         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8029         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8030         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8031         (ev_window_setup_recent):
8032         
8033         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8034         with other projects
8035
8036 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8037
8038         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8039         (egg_recent_view_gtk_finalize):
8040
8041         Fix memory leak
8042
8043         * cut-n-paste/toolbar-editor/Makefile.am:
8044         
8045         Fix location of cursor icon.
8046         
8047         * pdf/ev-poppler.cc:
8048         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8049         (display_completion_text), (match_completion):
8050         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8051         (selection_changed_callback), (create_loading_model),
8052         (print_section_cb), (links_page_num_func),
8053         (update_page_callback_foreach):
8054         * shell/ev-window.c: (ev_window_dispose):
8055         
8056         Small memory fixes. Links model now store objects instead
8057         of pointers to improve memory management. 
8058
8059 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8060
8061         * shell/ev-window.c: (zoom_control_changed_cb):
8062         
8063         Fix update of zoom control (bug 308268).
8064
8065 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8066
8067         * shell/ev-properties.c (set_property): escape the text correctly.
8068         Handles non-UTF-8 properties and escaped properties.  Also, sets
8069         the text to "<i>None</i>" if the property isn't set.
8070
8071         * data/evince-properties.glade: Change the label to be ellipsized,
8072         and give it a minimum size.
8073
8074 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8075
8076         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8077         * shell/ev-sidebar-links.c: (create_loading_model):
8078         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8079         * shell/ev-view.c: (ev_view_set_document):
8080         * shell/ev-window.c: (ev_window_dispose):
8081         
8082         Various small fixes, mostly memory leaks. Thanks to valgrind.
8083
8084 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8085
8086         * ps/ps-document.c: remove the locale.h include again ;-). And
8087         kill the (bogus) setlocale/savelocale business.
8088
8089 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8090
8091         * ps/ps-document.c:
8092         
8093         Include locale.h to fix build
8094         
8095         * shell/ev-sidebar.c:
8096         
8097         Remove unnecessary includes
8098
8099 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8100
8101         * dvi/dvi-document.c: (dvi_document_load):
8102         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8103         * po/POTFILES.in:
8104         
8105         Check for incorrect dvi files. Fix parsing dvi on AMD64
8106         platform. Thanks to tester@tester.ca (Olivier Crete).
8107
8108 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8109
8110         * shell/ev-page-action.c: (match_selected_cb),
8111         (display_completion_text), (match_completion), (update_model):
8112         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8113         (expand_open_links):
8114         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8115         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8116         (ev_sidebar_set_document):
8117         * shell/ev-window.c: (ev_window_xfer_job_cb),
8118         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8119         
8120         Fixed lot's of memory leaks, for example, memory leak on reload, 
8121         described in bug 307793.
8122
8123 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8124
8125         * pdf/ev-poppler.cc:
8126         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8127         (update_visible_range), (adjustment_changed_cb),
8128         (ev_sidebar_thumbnails_fill_model),
8129         (ev_sidebar_thumbnails_refresh),
8130         (ev_sidebar_tree_selection_changed),
8131         (ev_sidebar_icon_selection_changed),
8132         (ev_sidebar_thumbnails_use_icon_view),
8133         (ev_sidebar_thumbnails_set_document):
8134         * shell/ev-sidebar-thumbnails.h:
8135         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8136         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8137
8138         Refresh thumbnails when changing orientation. Not fully
8139         working yet becuase of a sidebar bug.
8140
8141         Set page orientation to poppler page everywhere. This sucks
8142         really need to fix poppler.
8143
8144 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8145
8146         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8147         (egg_recent_view_gtk_new_menu_item),
8148         (egg_recent_view_gtk_set_property),
8149         (egg_recent_view_gtk_get_property),
8150         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8151         (egg_recent_view_gtk_set_tooltip_func),
8152         (egg_recent_view_gtk_set_label_width),
8153         (egg_recent_view_gtk_get_label_width):
8154         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8155
8156         Sync with libegg (ellipsize labels)
8157
8158 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8159
8160         * data/evince-ui.xml:
8161         * shell/ev-window.c: (ev_window_cmd_go_forward),
8162         (ev_window_cmd_go_backward):
8163         
8164         Shift + PageUp moves 10 Pages. Fix for 306125
8165
8166 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8167
8168         * pdf/ev-poppler.cc:
8169
8170         Add a flag to check if orientation has been overriden
8171
8172 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8173
8174         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8175         field if necessary.
8176
8177         * ps/ps.h: add creator field to document.
8178
8179         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8180         set creator field.
8181
8182 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8183
8184         * data/evince-properties.glade:
8185         * shell/ev-properties.c: (ev_properties_set_document):
8186
8187         s/PDF Version/Format
8188
8189 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8190
8191         * shell/ev-properties.c: (ev_properties_set_document):
8192
8193         Remove unnecessary translations
8194
8195 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8196
8197         * cut-n-paste/toolbar-editor/Makefile.am:
8198
8199         Correct library name    
8200
8201 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8202
8203         * configure.ac:
8204         * cut-n-paste/recent-files/egg-recent-model.c:
8205         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8206         (egg_recent_model_unlock_file):
8207         * cut-n-paste/recent-files/egg-recent-util.c:
8208         (egg_recent_util_get_unique_id):
8209         * cut-n-paste/recent-files/update-from-egg.sh:
8210         * cut-n-paste/toolbar-editor/Makefile.am:
8211         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8212         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8213         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8214         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8215         (egg_toolbars_model_get_type):
8216         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8217
8218         Better makefile for toolbar editor and update everything
8219         to latest libegg.
8220
8221 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8222
8223         * shell/ev-window.c: (update_document_mode):
8224
8225         Prefer presentation mode when the document
8226         require fullscreen.
8227
8228 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8229
8230         * data/evince-ui.xml:
8231         * shell/ev-window.c:
8232
8233         Add control-equal for zooming
8234
8235 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8236
8237         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8238
8239 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8240
8241         * backend/ev-document.c: (ev_document_get_orientation):
8242         * backend/ev-document.h:
8243         * pdf/ev-poppler.cc:
8244         * ps/ps-document.c: (ps_document_get_orientation),
8245         (ps_document_set_orientation), (ps_document_document_iface_init):
8246
8247         Add a get_orientation api. Improve set_orientation.
8248
8249         * data/evince-ui.xml:
8250         * shell/ev-view.c: (ev_view_set_orientation),
8251         (ev_view_rotate_right), (ev_view_rotate_left):
8252         * shell/ev-view.h:
8253         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8254         (ev_window_cmd_edit_rotate_right):
8255
8256         Better ui for changing document orientation
8257
8258 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8259
8260         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8261         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8262         * shell/ev-sidebar-links.h:
8263         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8264         (ev_sidebar_page_iface_init):
8265         * shell/ev-sidebar-page.h:
8266         * shell/ev-sidebar-thumbnails.c:
8267         (ev_sidebar_thumbnails_get_property),
8268         (ev_sidebar_thumbnails_class_init),
8269         (ev_sidebar_thumbnails_set_document):
8270         * shell/ev-sidebar-thumbnails.h:
8271         * shell/ev-view.c: (ev_view_motion_notify_event):
8272         * shell/ev-window.c: (update_chrome_visibility),
8273         (ev_window_cmd_focus_page_selector),
8274         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8275         (sidebar_page_main_widget_update_cb), (ev_window_init):
8276         
8277         Autoraise toolbar on GoToPage binding and fix bindings in
8278         EvSidebarThumbnails page.
8279
8280 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8281
8282         * shell/ev-properties.c: (update_progress_label):
8283
8284         Hide the progress label when finished; bug #307697.
8285
8286 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8287
8288         * pdf/ev-poppler.cc:
8289
8290         Enable is_open for links, you will need poppler cvs
8291
8292         * shell/ev-properties.c: (job_fonts_finished_cb):
8293
8294         Get a lock on the document when filling the tree view
8295
8296 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8297
8298         * backend/ev-document-links.h:
8299         * pdf/ev-poppler.cc:
8300         * shell/ev-sidebar-links.c: (create_loading_model),
8301         (expand_open_links), (job_finished_callback):
8302
8303         Expand links when specified by the document.
8304         Depend on a poppler api (defined out for now)
8305
8306 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8307
8308         * shell/ev-properties.c: (ev_properties_dispose),
8309         (ev_properties_class_init), (dialog_destroy_cb),
8310         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8311         (ev_properties_set_document), (ev_properties_new),
8312         (ev_properties_show):
8313         * shell/ev-properties.h:
8314
8315         Make it an object, cleanup the code, api to show it as transient
8316         and to set the document.
8317
8318         * shell/ev-window.c: (ev_window_setup_document),
8319         (ev_window_cmd_file_properties):
8320
8321         Adapt to EvProperties changes, do not show multiple
8322         times, update it when document changes.
8323
8324 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8325
8326         * ps/gstypes.h:
8327         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8328         (ps_document_set_orientation), (ps_document_document_iface_init):
8329         * ps/ps-document.h:
8330
8331         Implement orientation here too
8332
8333         * shell/ev-properties.c: (ev_properties_new):
8334         * data/evince-properties.glade:
8335
8336         Hide the fonts page for backends that doesnt
8337         support it.     
8338
8339 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8340
8341         * backend/ev-document.c: (ev_document_set_orientation):
8342         * backend/ev-document.h:
8343         * pdf/ev-poppler.cc:
8344
8345         Add orientation api. Currently poppler api is not optimal,
8346         we need to set orientation every time we _get a page.
8347         I will try to fix that at some point.
8348
8349         * data/evince-ui.xml:
8350         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8351         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8352
8353         Add orientation menu items
8354
8355         * shell/ev-page-cache.c: (ev_page_cache_clear):
8356         * shell/ev-page-cache.h:
8357
8358         Add api to clear the cache
8359
8360         * shell/ev-view.c: (setup_caches), (clear_caches),
8361         (ev_view_set_document), (ev_view_zoom_out),
8362         (ev_view_set_orientation):
8363         * shell/ev-view.h:
8364
8365         Implement orientation changing
8366
8367 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8368
8369         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8370         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8371         * backend/ev-document-fonts.h:
8372
8373         Separate scan and fill so that we can incrementally fill from
8374         the main thread. Add a progress api.
8375
8376         * data/evince-properties.glade:
8377         * pdf/ev-poppler.cc:
8378         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8379         * shell/ev-jobs.h:
8380         * shell/ev-properties.c: (update_progress_label),
8381         (job_fonts_finished_cb), (setup_fonts_view):
8382
8383         Incrementally feel the list and show the progress
8384         percentage in a label like acrobat does.
8385
8386         You are going to need poppler cvs
8387
8388 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8389
8390         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8391         * backend/ev-document-fonts.h:
8392         * pdf/ev-poppler.cc:
8393
8394         Make fonts model fill incrementally.
8395
8396         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8397         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8398         (ev_job_queue_remove_job):
8399         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8400         (ev_job_fonts_new), (ev_job_fonts_run):
8401         * shell/ev-jobs.h:
8402
8403         New job for fonts scanning
8404
8405         * shell/ev-properties.c: (job_fonts_finished_cb),
8406         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8407         * shell/ev-properties.h:
8408         * shell/ev-window.c: (ev_window_cmd_file_properties):
8409
8410         Incrementally feel the treeview using the new job. Show Loading...
8411         message until scanning is completed.
8412
8413         Hopefully I didnt break the build without the poppler patch.
8414
8415 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8416
8417         * shell/ev-application.c: (ev_application_open):
8418         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8419         (ev_document_type_get_type), (ev_document_type_lookup):
8420         * shell/ev-document-types.h:
8421         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8422         * shell/ev-job-xfer.h:
8423         * shell/ev-window.c: (ev_window_clear_local_uri),
8424         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8425         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8426         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8427         
8428         Transfer remote documents to tmp directory to display them later.
8429
8430 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8431
8432         * backend/ev-document-info.h:
8433         * shell/ev-properties.c: (ev_properties_new):
8434
8435         s/GTime*/GTime. Not sure why we was using a pointer
8436         at all there!
8437
8438 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8439
8440         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8441         situations.  That situation is that you're using GTK+-HEAD with
8442         the patch at #306726 is applied, and you have a document with <
8443         1500 pages in it.  It's not quite as uniformly nice as the
8444         TreeView, but should be better in the long run.
8445
8446         I'm pretty sure I guarded against breaking compilation with
8447         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8448         I missed some.
8449
8450         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8451         widget yet, so I commented that code out
8452         enable_view_actions_for_widget() for now.  Need to figure this
8453         out.
8454
8455         * shell/ev-page-action.c (match_selected_cb): emit the right
8456         signals.  Our cool C-l completion now works.
8457
8458 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8459
8460         * backend/Makefile.am:
8461         * backend/ev-document-fonts.c:
8462         * backend/ev-document-links.c:
8463         * backend/ev-document.c: (ev_document_load):
8464         * backend/ev-document.h:
8465         * backend/ev-job-queue.c:
8466         * backend/ev-job-queue.h:
8467         * backend/ev-jobs.c:
8468         * backend/ev-jobs.h:
8469         * backend/ev-page-cache.c:
8470         * backend/ev-page-cache.h:
8471
8472         EvPageCache and EvJobs are moved to shell.
8473
8474         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8475         (ev_tmp_filename):
8476         * lib/ev-file-helpers.h:
8477         
8478         New helper to work with temporary files
8479         
8480         * shell/Makefile.am:
8481         * shell/ev-application.c: (ev_application_open):
8482         * shell/ev-application.h:
8483         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8484         (remove_job_from_async_queue), (add_job_to_async_queue),
8485         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8486         (handle_job), (search_for_jobs_unlocked),
8487         (no_jobs_available_unlocked), (ev_render_thread),
8488         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8489         (ev_job_queue_add_job), (move_job_async), (move_job),
8490         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8491         * shell/ev-job-queue.h:
8492         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8493         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8494         * shell/ev-job-xfer.h:
8495         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8496         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8497         (ev_job_links_class_init), (ev_job_render_init),
8498         (ev_job_render_dispose), (ev_job_render_class_init),
8499         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8500         (ev_job_thumbnail_class_init), (ev_job_load_init),
8501         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8502         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8503         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8504         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8505         * shell/ev-jobs.h:
8506         * shell/ev-page-action.c: (ev_page_action_set_document):
8507         * shell/ev-page-cache.c: (ev_page_cache_init),
8508         (ev_page_cache_class_init), (ev_page_cache_finalize),
8509         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8510         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8511         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8512         (ev_page_cache_get_title), (ev_page_cache_get_size),
8513         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8514         (ev_page_cache_get_height_to_page),
8515         (ev_page_cache_get_max_label_chars),
8516         (ev_page_cache_get_page_label),
8517         (ev_page_cache_has_nonnumeric_page_labels),
8518         (ev_page_cache_get_info), (ev_page_cache_next_page),
8519         (ev_page_cache_prev_page), (ev_page_cache_get):
8520         * shell/ev-page-cache.h:
8521         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8522         (ev_pixbuf_cache_clear_job_sizes),
8523         (ev_pixbuf_cache_add_jobs_if_needed),
8524         (ev_pixbuf_cache_set_page_range):
8525         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8526         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8527         * shell/ev-sidebar-thumbnails.c:
8528         (ev_sidebar_tree_selection_changed),
8529         (ev_sidebar_thumbnails_set_document):
8530         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8531         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8532         (ev_statusbar_get_context_id), (ev_statusbar_push),
8533         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8534         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8535         (ev_statusbar_set_progress):
8536         * shell/ev-statusbar.h:
8537         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8538         (ev_view_find_previous):
8539         * shell/ev-window.c: (ev_window_is_empty),
8540         (ev_window_setup_document), (password_dialog_response),
8541         (ev_window_clear_jobs), (ev_window_load_job_cb),
8542         (ev_window_xfer_job_cb), (ev_window_open_uri),
8543         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8544         (ev_window_print), (ev_window_print_range),
8545         (ev_window_state_event), (ev_window_cmd_view_reload),
8546         (menu_item_select_cb), (menu_item_deselect_cb),
8547         (view_status_changed_cb), (ev_window_dispose),
8548         (drag_data_received_cb), (ev_window_init):
8549         * shell/ev-window.h:
8550         * shell/main.c: (load_files):
8551         
8552         New statusbar to show progress on idle. Two new jobs - 
8553         xfer job and load job to load document in background. And update
8554         of page_cache clients to new location of code.
8555
8556 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8557
8558         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8559         selection in open dialog. It also remembers the last visited directory 
8560         in the current session.
8561
8562 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8563
8564         * shell/ev-properties.c: (ev_properties_new):
8565         * shell/ev-properties.h:
8566         * shell/ev-window.c: (ev_window_cmd_file_properties):
8567         
8568         Get document info from page cache instead of document itself.
8569         This should fix crash related to race conditions described in
8570         bug 306545.
8571
8572 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8573
8574         * ps/ps-document.c: (ps_document_init),
8575         (send_ps), (get_page_box), (output), (catchPipe), (input),
8576         (stop_interpreter), (file_length), (file_readable),
8577         (check_filecompressedb), (ps_document_enable_interpreter),
8578         (document_load), (ps_async_renderer_render_pixbuf):
8579         * ps/ps-document.h:
8580
8581         Big cleanup of the ps code
8582
8583 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8584
8585         * backend/Makefile.am:
8586         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8587         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8588         * backend/ev-async-renderer.h:
8589
8590         Add an async renderer interface (method + callback) which
8591         is useful for backends like ps.
8592
8593         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8594         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8595         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8596         (ev_job_queue_add_job), (move_job_async), (move_job),
8597         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8598
8599         Add queues for async renderer, these are executed on the
8600         main thread.
8601
8602         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8603         (ev_job_render_run):
8604         * backend/ev-jobs.h:
8605
8606         If the backend support async renderer interface use it.
8607
8608         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8609         (setup_pixmap), (ps_document_get_type),
8610         (ps_async_renderer_render_pixbuf),
8611         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8612
8613         Implement async renderer interface.
8614
8615 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8616
8617         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8618
8619         Cleanup links job on exit.
8620
8621 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8622
8623         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8624         (drag_data_get_cb), (drag_data_received_cb):
8625         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8626         (drag_data_get_cb), (parse_item_list),
8627         (egg_toolbar_editor_load_actions):
8628         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8629         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8630         (parse_item_list), (parse_toolbars):
8631         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8632         (dvi_pixbuf_put_pixel):
8633         
8634         Fix gcc 4.0 warnings
8635
8636 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8637
8638         * ps/ps-document.c: (start_interpreter):
8639
8640         Fix warning when loading ps
8641
8642 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8643
8644         * ps/ps-document.c: (output):
8645
8646         Fix crash when priting gs error messages.
8647
8648 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8649
8650         * backend/ev-page-cache.c: (_ev_page_cache_new):
8651         * backend/ev-page-cache.h:
8652
8653         Use a const to return title so that we dont double
8654         free it. Small cleanup and fix a leak.
8655
8656         * shell/ev-window.c: (update_window_title):
8657
8658         strdup value from get_title.
8659
8660 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8661
8662         * shell/ev-sidebar-links.c: (job_finished_callback),
8663         (ev_sidebar_links_set_document):
8664
8665         Cleanup the old job when changing document
8666
8667 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8668
8669         * shell/ev-stock-icons.c:
8670         * shell/ev-stock-icons.h:
8671         * shell/ev-window.c:
8672         
8673         Add stock icons for actions that can appear in toolbar. Fix for
8674         bug 306566.
8675
8676 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8677
8678         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8679         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8680         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8681         * backend/ev-page-cache.h:
8682         * shell/ev-view.c: (scroll_to_current_page),
8683         (view_update_range_and_current_page), (get_page_y_offset),
8684         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8685         (ev_view_size_request_continuous),
8686         (ev_view_zoom_for_size_continuous_and_dual_page),
8687         (ev_view_zoom_for_size_continuous):
8688         
8689         More compact EvView layout in document with pages of different size.
8690
8691 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8692
8693         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8694         compilation.
8695
8696 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8697
8698         * shell/ev-view.c: (view_set_adjustment_values):
8699         * shell/ev-window.c: (ev_window_cmd_file_properties):
8700         
8701         A bit different fix for rounding problem but it has no
8702         problems on startup. Make properties window transient to parent.
8703
8704 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8705
8706         * pdf/ev-poppler.cc:
8707         
8708         More commenting of font stuff.
8709
8710 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8711
8712         * pdf/ev-poppler.cc:
8713
8714         Comment out some more fonts stuff. Should really
8715         work without the poppler patch now.
8716
8717 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8718
8719         * pdf/ev-poppler.cc:
8720
8721         Adapt to api change
8722
8723 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8724
8725         * data/evince-properties.glade:
8726         * pdf/ev-poppler.cc:
8727         * shell/ev-properties.c: (setup_fonts_view):
8728
8729         Set the column title. Show the dialog only
8730         once everything is setup.
8731         Getting font info can be very slow... will
8732         prolly need to make this threaded too.
8733
8734 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8735
8736         * backend/Makefile.am:
8737         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8738         (ev_document_fonts_get_fonts_model):
8739         * backend/ev-document-fonts.h:
8740         * data/evince-properties.glade:
8741         * pdf/ev-poppler.cc:
8742         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8743         * shell/ev-properties.h:
8744         * shell/ev-window.c: (ev_window_cmd_file_properties):
8745
8746         Implement fonts list. Defined out for now, since it depends
8747         on a not yet committed poppler patch.
8748
8749 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8750
8751         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8752         page + 1.
8753
8754         * shell/ev-window.c: Make sure we add the timeout when we get a
8755         focus-in event.
8756
8757         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8758         adjustment->value before calculating the zoom factor to average
8759         out all of our rounding errors.  The page no longer 'drifts' when
8760         resizing.
8761
8762 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8763
8764         * data/evince-properties.glade:
8765         * shell/ev-properties.c: (ev_properties_format_date),
8766         (set_property):
8767         
8768         Labels don't expand when the dialogue is resized.
8769         strftime result needs to be converted to UTF-8. Thanks
8770         to Christian Persch <chpe@gnome.org>.
8771
8772 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8773
8774         * data/evince-properties.glade:
8775
8776         Hide the fonts tab
8777
8778 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8779
8780         * backend/ev-document-info.h:
8781         * backend/ev-document.c: (ev_document_info_free):
8782         * data/evince-properties.glade:
8783         * pdf/ev-poppler.cc:
8784         * ps/ps-document.c: (ps_document_get_info):
8785         * shell/ev-properties.c: (ev_properties_format_date),
8786         (set_property), (ev_properties_new):
8787         * shell/ev-properties.h:
8788         * shell/ev-window.c: (ev_window_cmd_file_properties):
8789
8790         Rework properties code to take only EvPropertyInfo
8791         in the constructor so that it can be useful for
8792         nautilus plugin too.
8793
8794         Deal with backends that doesnt support some properties.
8795         Make set property code generic.
8796
8797 2005-06-04  Christian Persch <chpe@gnome.org>
8798
8799         * data/evince-properties.glade:
8800
8801         fix spacings, make resizeable, and make data labels
8802         selectable + ellipsised
8803
8804 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8805
8806         * backend/ev-document-info.h:
8807         * data/Makefile.am:
8808         * data/evince-ui.xml:
8809         * pdf/ev-poppler.cc:
8810         * shell/Makefile.am:
8811         * shell/ev-window.c: (update_action_sensitivity),
8812         (ev_window_cmd_file_properties):
8813
8814         Initial go at file properties. Patch by
8815         Emil Soleyman-Zomalan <emil@soleyman.com>.
8816         Needs love see #169583
8817
8818 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8819
8820         * ps/ps-document.c: (output):
8821         * ps/ps.c: (psscan):
8822
8823         Try to render even if psscan fails.
8824
8825 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8826
8827         * ps/ps.c: (psscan), (pscopydoc):
8828
8829         Port buffered reading code from gv
8830
8831 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8832
8833         * ps/ps-document.c: (interpreter_message), (output):
8834
8835         Do not fail on interpreter messages
8836
8837 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8838
8839         * backend/ev-document-misc.c:
8840         (ev_document_misc_get_thumbnail_frame):
8841
8842         Pages can be 0 x 0, dont assert on this case
8843
8844 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8845
8846         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8847         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8848
8849         Correctly manage our reference on document. Finally the reload
8850         huge leak is gone...
8851
8852 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8853
8854         * ps/ps-document.c: (ps_document_dispose):
8855
8856         Forgot to chain it to the parent. Thanks chpe.
8857
8858 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8859
8860         * ps/ps-document.c: (ps_document_dispose),
8861         (ps_document_class_init), (stop_interpreter), (document_load):
8862
8863         Cleanup dispose a bit. Dont leak the whole pixmap.
8864
8865 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8866
8867         * pdf/ev-poppler.cc:
8868
8869         Release the poppler document on dispose
8870
8871 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8872
8873         * shell/ev-view.c: (ev_view_set_document):
8874
8875         Release ref on the pixbuf cache when changing
8876         document.
8877
8878 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8879
8880         * ps/ps-document.c: (ps_document_get_info):
8881
8882         Fix a double free
8883
8884 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8885
8886         * backend/ev-page-cache.c: (ev_page_cache_init),
8887         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8888         * backend/ev-page-cache.h:
8889         * shell/ev-page-action.c: (page_changed_cb):
8890         
8891         Set page action entry width depending on labels width. Fix
8892         for bug 305202.
8893
8894 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8895
8896         * backend/ev-link.c: (ev_link_class_init):
8897
8898         Allow -1 as page value (error)
8899
8900 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8901
8902         * shell/ev-sidebar-thumbnails.c:
8903         (ev_sidebar_thumbnails_set_document):
8904         * shell/ev-view.c: (scroll_to_current_page),
8905         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8906         (page_changed_cb), (on_adjustment_value_changed),
8907         (ev_view_set_document):
8908
8909         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8910         Fix bug 305377
8911
8912 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8913
8914         * configure.ac:
8915         * djvu/djvu-document.c: (djvu_document_get_page_size):
8916
8917         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8918         bug 301993.
8919
8920 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8921
8922         * shell/ev-view.c (draw_one_page): modify the expose handling to
8923         get the shadows.
8924
8925         * shell/ev-window.c (update_action_sensitivity): Respect
8926         permissions field.  Kowtow to the man.
8927
8928         * pdf/ev-poppler.cc: Get the permissions field.
8929
8930         * tiff/*c: Make a tiny bit more robust.
8931
8932 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8933
8934         * djvu/djvu-document.c:
8935         
8936         Pop messages from djvu context message queue.
8937
8938 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8939
8940         * configure.ac, Makefile.am, shell/Makefile.am:
8941         * tiff/Makefile.am, shell/ev-document-types.c:
8942         
8943         Cleanup tiff configure checks. Fix for bug 305218.
8944
8945 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8946
8947         * configure.ac: Added "uk" to ALL_LINGUAS.
8948
8949 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8950
8951         * cut-n-paste/zoom-control/ephy-zoom.c:
8952         (ephy_zoom_get_changed_zoom_level):
8953         * cut-n-paste/zoom-control/ephy-zoom.h:
8954         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8955         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8956         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8957         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8958         (zoom_control_changed_cb), (ev_window_init):
8959         
8960         Fix minor points related to moving best fit up. Introduce
8961         "zoom" property and make zoom control change it's value on
8962         notify::zoom signals. Fix for 305080.
8963
8964 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8965
8966         * data/evince-ui.xml:
8967         * shell/ev-window.c: (set_view_actions_sensitivity):
8968         
8969         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8970
8971 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8972
8973         * configure.ac:
8974
8975         Depends on poppler 0.3.2
8976
8977 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8978
8979         * cut-n-paste/recent-files/egg-recent-item.c:
8980         (egg_recent_item_get_short_name):
8981         * cut-n-paste/toolbar-editor/Makefile.am:
8982         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8983         (new_pixbuf_from_widget):
8984         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8985         * cut-n-paste/toolbar-editor/egg-marshal.c:
8986         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8987         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8988
8989         Sync
8990
8991 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8992
8993         * tiff/tiff-document.c: Rough TIFF backend.
8994
8995 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8996
8997         * NEWS:
8998         * configure.ac:
8999         * cut-n-paste/toolbar-editor/Makefile.am:
9000
9001         Release 0.3.1
9002
9003 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9004
9005         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9006         (ev_view_find_next), (ev_view_find_previous):
9007
9008         Remove the locks around get_n_results   
9009
9010 2005-05-21  Juerg Billeter  <j@bitron.ch>
9011
9012         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9013
9014         Pass correct number of pages to poppler.
9015
9016 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9017
9018         * configure.ac:
9019         * data/Makefile.am:
9020         * data/evince.desktop.in: 
9021         * data/evince.desktop.in.in:
9022         * po/POTFILES.in:
9023         
9024         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9025
9026 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9027
9028         * shell/ev-view.c: (view_update_adjustments),
9029         (view_set_adjustment_values): cast adjustmen->value to (int)
9030         before using it.  Otherwise, we get off by a pixel in some
9031         situations.
9032
9033         (draw_one_page): Draw the border on expose.
9034
9035 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9036
9037         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9038         adjustment when the mode changes, #304923
9039
9040 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9041
9042         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9043         flickering on resize but still use gdk_window_scroll on
9044         scrolling
9045
9046 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9047
9048         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9049         option, #170458
9050
9051 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9052
9053         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9054         second page on page_changed if possible, #304669
9055
9056 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9057
9058         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9059         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9060
9061 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9062
9063         * .cvsignore:
9064         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9065         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9066         (ev_view_zoom_for_size_presentation),
9067         (ev_view_zoom_for_size_continuous_and_dual_page),
9068         (ev_view_zoom_for_size_continuous),
9069         (ev_view_zoom_for_size_dual_page),
9070         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9071         * shell/ev-view.h:
9072         * shell/ev-window.c: (update_view_size),
9073         (ev_window_sizing_mode_changed_cb):
9074
9075         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9076         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9077         an infinite loop, #304769
9078
9079
9080 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9081
9082         * data/evince-ui.xml:
9083         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9084         * shell/ev-window.c: (set_view_actions_sensitivity):
9085
9086         Make PgUp/Down behave like Space
9087
9088 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9089
9090         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9091         * backend/ev-ps-exporter.h:
9092         * pdf/ev-poppler.cc:
9093         * ps/ps-document.c: (ps_document_ps_export_begin):
9094         * shell/ev-print-job.c: (idle_print_handler):
9095
9096         Adapt to new poppler api
9097
9098 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9099
9100         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9101         (ephy_zoom_control_init):
9102
9103         Translate zoom levels
9104
9105 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9106
9107         * cut-n-paste/zoom-control/ephy-zoom.c:
9108         (ephy_zoom_get_zoom_level_index):
9109
9110         Fix current zoom -> zoom control match
9111
9112 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9113
9114         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9115         rather than the scrolled_window that it's in. Fixes bug #304655.
9116
9117 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9118
9119         * shell/ev-view.c: (view_update_adjustments),
9120         (view_set_adjustment_values), (view_update_range_and_current_page),
9121         (view_scroll_to_page), (set_scroll_adjustment),
9122         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9123         (ev_view_scroll), (ev_view_scroll_view),
9124         (ensure_rectangle_is_visible), (find_page_at_location),
9125         (get_link_at_location), (go_to_link), (status_message_from_link),
9126         (ev_view_size_request_continuous_dual_page),
9127         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9128         (ev_view_unrealize), (ev_view_expose_event),
9129         (ev_view_button_press_event), (ev_view_motion_notify_event),
9130         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9131         (draw_rubberband), (highlight_find_results), (draw_one_page),
9132         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9133         (ev_view_init), (find_changed_cb), (page_changed_cb),
9134         (on_adjustment_value_changed), (ev_view_new),
9135         (ev_view_set_document), (ev_view_set_zoom),
9136         (ev_view_set_continuous), (ev_view_set_dual_page),
9137         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9138         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9139         (ev_view_zoom_for_size_presentation),
9140         (ev_view_zoom_for_size_continuous_dual_page),
9141         (ev_view_zoom_for_size_continuous),
9142         (ev_view_zoom_for_size_dual_page),
9143         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9144         (ev_view_get_status), (ev_view_set_status),
9145         (update_find_status_message), (ev_view_get_find_status),
9146         (ev_view_set_find_status), (jump_to_find_result),
9147         (jump_to_find_page), (compute_selections), (clear_selection),
9148         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9149         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9150         (ev_view_update_primary_selection),
9151         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9152         * shell/ev-view.h:
9153         * shell/ev-window.c: (ev_window_open_page_label),
9154         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9155         (ev_window_init):
9156         * shell/ev-window.h:
9157         * shell/main.c: (load_files):
9158
9159         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9160         when resizing.  Remove the bin_window().  Also, patch from James
9161         Bowes to fix command line page, #300641
9162         
9163 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9164
9165         * data/evince-ui.xml:
9166         * shell/ev-view.c:
9167         * shell/ev-view.h:
9168         * shell/ev-window.c: (update_action_sensitivity):
9169
9170         Get rid of View->Normal Size, it's just confusing
9171
9172 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9173
9174         * backend/ev-document-info.h:
9175         * backend/ev-document.c: (ev_document_info_free): Free the
9176         EvDocumentInfo.
9177
9178         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9179         (clear_range), (add_range), (update_visible_range),
9180         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9181         (ev_sidebar_thumbnails_set_document):
9182         * shell/ev-window.c: (ev_window_setup_document): Only render the
9183         visible thumbnails.  It takes an instant to render, but it uses
9184         much less memory.
9185
9186 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9187
9188         * shell/ev-sidebar-links.c: (popup_menu_cb):
9189
9190         Select first item
9191
9192 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9193
9194         * lib/Makefile.am:
9195         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9196         (button_press_cb), (ev_sidebar_links_construct):
9197
9198         Show the popup menu also on keybindings
9199
9200 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9201
9202         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9203         * shell/ev-window.h:
9204
9205         Expose api to print a range (with dialog). Make private _print use
9206         it.
9207
9208         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9209         (ev_sidebar_links_construct):
9210
9211         Show a print context menu on linkx, it prints the selected
9212         section.
9213
9214 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9215
9216         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9217         button.
9218
9219 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9220
9221         * AUTHORS:
9222
9223         Update
9224
9225         * shell/ev-window.c: (build_comments_string),
9226         (ev_window_cmd_help_about):
9227
9228         Show poppler version/backend and authors
9229
9230 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9231
9232         * cut-n-paste/zoom-control/ephy-zoom.c:
9233         (ephy_zoom_get_zoom_level_index):
9234         * cut-n-paste/zoom-control/ephy-zoom.h:
9235
9236         Move the best fit items at the top of the list
9237
9238 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9239
9240         * shell/ev-marshal.list:
9241         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9242         (activate_cb), (match_selected_cb), (activate_link_cb),
9243         (connect_proxy), (ev_page_action_class_init):
9244         * shell/ev-page-action.h:
9245
9246         Use signals to notify action activation. Hopefully
9247         I did not break completion since I cant test...
9248
9249         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9250         (register_custom_actions):
9251
9252         Connect to page selector actions and also grab focus on
9253         the view when activated.
9254
9255 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9256
9257         * pdf/ev-poppler.cc:
9258         * backend/ev-page-cache.c: make page size calculation consistent
9259         and set it to (int)( width * scale + 0.5).  This makes the weird
9260         line going through the middle of the page go away.
9261
9262         * shell/ev-view.c: move painting the background page after
9263         checking the expose area covers us.
9264
9265 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9266
9267         * data/evince-password.glade:
9268         
9269         Mark labels as not translatable. Fix for bug 302842.
9270
9271 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9272
9273         * configure.ac: Added "es" to ALL_LINGUAS.
9274
9275 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9276
9277         * data/evince-toolbar.xml:
9278         * shell/ev-window.c: (update_action_sensitivity),
9279         (ev_window_setup_document), (ev_window_set_page_mode),
9280         (ev_window_init):
9281
9282         Remove some leftover code from jrb first continous
9283         attempt. Use the new actions, we still need good icons
9284         though...
9285
9286 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9287
9288         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9289
9290         Update label when connecting proxy. Fix a warning with NULL
9291         page_cache.
9292
9293 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9294
9295         * data/evince-ui.xml:
9296         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9297         * shell/ev-page-action.h:
9298         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9299
9300         Add mnemonic for edit toolbar.
9301         ctrl+l focus the page entry.
9302
9303 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * lib/Makefile.am:
9306         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9307         (ev_window_init):
9308         * shell/main.c: (main):
9309
9310         Put the toolbar xml in evince own dot dir
9311
9312 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9313
9314         * shell/ev-window.c: (ev_window_init):
9315
9316         Make the toolbar not removable
9317
9318 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9319
9320         * data/evince-ui.xml:
9321         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9322         * shell/ev-sidebar-links.h:
9323         * shell/ev-sidebar-thumbnails.c:
9324         (ev_sidebar_thumbnails_get_treeview):
9325         * shell/ev-sidebar-thumbnails.h:
9326         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9327         (ev_view_class_init):
9328         * shell/ev-view.h:
9329         * shell/ev-window.c: (update_action_sensitivity),
9330         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9331         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9332         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9333         (ev_window_init):
9334
9335         This is evil... Make space/backspace global accelerators but
9336         enable them only for some widgets (sidebars and view).
9337         I dont like it, but I dont know a better way... :/
9338
9339 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9340
9341         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9342         (ev_page_action_widget_finalize),
9343         (ev_page_action_widget_class_init), (update_page_cache):
9344
9345         Keep a weak reference on proxy->page_cache so that we
9346         dont try to disconnect the signal if the object is already
9347         gone. Maybe there is a better way to cleanup reference handling
9348         in page action though...
9349
9350 2005-05-10  Juerg Billeter  <j@bitron.ch>
9351
9352         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9353         * backend/ev-ps-exporter.h:
9354         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9355         * ps/ps-document.c: (ps_document_ps_export_begin):
9356         
9357         Change api to pass print range to ps_exporter_begin. The pdf backend
9358         requires this information.
9359         
9360         * shell/ev-print-job.c: (idle_print_handler):
9361         
9362         Adapt to api change
9363
9364 2005-05-10  Juerg Billeter  <j@bitron.ch>
9365
9366         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9367         (idle_print_handler)
9368         * shell/ev-window.c: (ev_window_print):
9369
9370         Support printing page range, based on patch by Amaury Jacquot
9371
9372 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9373
9374         * data/evince-toolbar.xml:
9375
9376         Add zoom control to available items
9377
9378 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9379
9380         * shell/ev-window.c: (update_action_sensitivity):
9381
9382         Set slash action insensitive when appropriate
9383
9384 2005-05-10  Christian Persch <chpe@gnome.org>
9385
9386         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9387
9388         Fix warning on the overflow menu
9389
9390 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9391
9392         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9393
9394         Check for uri correctness/existence
9395
9396 2005-05-09  Juerg Billeter  <j@bitron.ch>
9397
9398         * shell/ev-window.c: (using_postscript_printer):
9399
9400         LPD printers use postscript, too
9401
9402 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9403
9404         * shell/ev-window.c: (register_custom_actions):
9405
9406         The zoom one is actually sort of useful,
9407         put it back
9408
9409 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9410
9411         * shell/ev-window.c: (register_custom_actions):
9412
9413         Hide page/zoom controls from overflow, they
9414         are useless.
9415
9416 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9417
9418         * cut-n-paste/update-from-egg.sh:
9419         
9420         Share it between all cut-n-paste subdirs
9421
9422         * cut-n-paste/recent-files/Makefile.am:
9423
9424         Fix to use "global" update-from-egg.sh
9425
9426         * cut-n-paste/recent-files/egg-recent-model.c:
9427         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9428         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9429         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9430         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9431
9432         Update from libegg
9433
9434         * cut-n-paste/toolbar-editor/Makefile.am:
9435
9436         Fix to use "global" update-from-egg.sh
9437
9438         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9439
9440         Update from libegg
9441
9442 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9443
9444         * configure.ac:
9445         * cut-n-paste/Makefile.am:
9446         * cut-n-paste/recent-files/Makefile.am:
9447         * cut-n-paste/toolbar-editor/.cvsignore:
9448         * cut-n-paste/toolbar-editor/Makefile.am:
9449         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9450         (egg_editable_toolbar_get_type), (get_toolbar_position),
9451         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9452         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9453         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9454         (set_item_drag_source), (create_item_from_action), (create_item),
9455         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9456         (popup_toolbar_context_menu_cb), (free_dragged_item),
9457         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9458         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9459         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9460         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9461         (item_added_cb), (item_removed_cb),
9462         (egg_editable_toolbar_construct),
9463         (egg_editable_toolbar_disconnect_model),
9464         (egg_editable_toolbar_deconstruct),
9465         (egg_editable_toolbar_set_model),
9466         (egg_editable_toolbar_set_ui_manager),
9467         (egg_editable_toolbar_set_property),
9468         (egg_editable_toolbar_get_property),
9469         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9470         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9471         (egg_editable_toolbar_new_with_model),
9472         (egg_editable_toolbar_get_edit_mode),
9473         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9474         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9475         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9476         (new_pixbuf_from_widget), (new_separator_pixbuf),
9477         (update_separator_image), (style_set_cb),
9478         (_egg_editable_toolbar_new_separator_image),
9479         (egg_editable_toolbar_get_model):
9480         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9481         * cut-n-paste/toolbar-editor/egg-marshal.c:
9482         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9483         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9484         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9485         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9486         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9487         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9488         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9489         (editor_drag_data_delete_cb), (drag_data_get_cb),
9490         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9491         (editor_create_item), (update_editor_sheet), (setup_editor),
9492         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9493         (parse_item_list), (model_has_action), (update_actions_list),
9494         (egg_toolbar_editor_load_actions):
9495         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9496         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9497         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9498         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9499         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9500         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9501         (egg_toolbars_model_add_separator), (impl_add_item),
9502         (parse_item_list), (egg_toolbars_model_add_toolbar),
9503         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9504         (impl_get_item_data), (impl_get_item_type),
9505         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9506         (egg_toolbars_model_init), (free_toolbar),
9507         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9508         (egg_toolbars_model_remove_toolbar),
9509         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9510         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9511         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9512         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9513         (egg_toolbars_model_get_item_data),
9514         (egg_toolbars_model_get_item_type):
9515         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9516         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9517         * data/Makefile.am:
9518         * data/evince-toolbar.xml:
9519         * data/evince-ui.xml:
9520         * data/hand-open.png:
9521         * po/POTFILES.in:
9522         * shell/Makefile.am:
9523         * shell/ev-window.c: (update_chrome_visibility),
9524         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9525         (ev_window_dispose), (ev_window_init):
9526
9527         Implement epiphany like toolbar editor. Based on patch by
9528         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9529
9530 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9531
9532         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9533
9534         Use set_cursor instead of set_selection, so that
9535         the keyboard focus moves too.
9536
9537 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9538
9539         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9540
9541         Fix infinite loop when loading Type1 fonts
9542
9543 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9544
9545         * data/evince-ui.xml:
9546         * shell/ev-window.c:
9547
9548         Slash -> Find
9549
9550 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9551
9552         * configure.ac:
9553
9554         Make --disable really disable
9555
9556 2005-05-07  Juerg Billeter  <j@bitron.ch>
9557
9558         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9559
9560         Compare page labels even without has_labels set, fixes setting page
9561         with entry
9562
9563 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9564
9565         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9566         (ev_view_set_cursor), (ev_view_button_press_event),
9567         (ev_view_motion_notify_event), (ev_view_button_release_event),
9568         (ev_view_init):
9569
9570         Implement middle button scrolling. Based on a patch
9571         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9572
9573 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9574
9575         * shell/ev-document-types.c: (get_slow_mime_type),
9576         (get_document_type_from_mime), (ev_document_type_lookup):
9577         * shell/ev-document-types.h:
9578
9579         Change api to lookup from uri. Do fast lookup first, if the
9580         type is unknown try with data sniffing.
9581
9582         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9583         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9584
9585         Adapt to api change
9586
9587 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9588
9589         * thumbnailer/Makefile.am:
9590
9591         Fix distcheck
9592
9593 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9594
9595         * NEWS:
9596         * configure.ac:
9597
9598         Release 0.3.0
9599
9600         * data/evince-ui.xml:
9601
9602         Hide presentation mode for now
9603
9604         * shell/ev-view.c: (highlight_find_results):
9605
9606         Show current find selection only on current page
9607
9608 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9609
9610         * shell/ev-view.c: (ev_view_select_all):
9611
9612         Compute size of the actual page, not of
9613         the current one.
9614
9615 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9616
9617         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9618         (view_rect_to_doc_rect), (compute_selections),
9619         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9620         (ev_view_copy), (ev_view_primary_get_cb),
9621         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9622         (ev_view_button_press_event), (ev_view_motion_notify_event),
9623         (ev_view_button_release_event), (page_changed_cb):
9624
9625         Fix text selection
9626
9627 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9628
9629         * shell/ev-view.c: (compute_border), (get_page_extents),
9630         (doc_rect_to_view_rect), (highlight_find_results),
9631         (ev_view_bin_expose), (ev_view_select_all),
9632         (ev_view_motion_notify_event), (update_find_status_message),
9633         (jump_to_find_result), (jump_to_find_page):
9634
9635         First go at fixing search, still buggy
9636
9637 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9638
9639         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9640         dropdown box and button at the top of the sidebar.
9641
9642 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9643
9644         * configure.ac: Output zoom-control Makefile.
9645         * cut-n-paste/Makefile.am: build zoom-control subdir.
9646         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9647         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9648         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9649         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9650         * cut-n-paste/zoom-control/ephy-zoom.c:
9651         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9652         from epiphany, and modified to add a separator into the menu.
9653         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9654         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9655         zoom-control action.
9656         * shell/Makefile.am: Include zoom-control flags.
9657         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9658         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9659         (ev_view_zoom_for_size_presentation),
9660         (ev_view_zoom_for_size_continuous_and_dual_page),
9661         (ev_view_zoom_for_size_continuous),
9662         (ev_view_zoom_for_size_dual_page),
9663         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9664         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9665         ev_view_get_zoom and ev_view_get_sizing_mode.
9666         * shell/ev-view.h:
9667         * shell/ev-window.c: (update_action_sensitivity),
9668         (update_sizing_buttons), (zoom_control_changed_cb),
9669         (register_custom_actions): Initialize and use the zoom-control 
9670         widget.
9671
9672 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9673
9674         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9675         preview cache back to 1.  Don't know when it got set to 0.
9676         
9677         * shell/ev-view.c: (compute_border), (ev_view_realize),
9678         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9679         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9680         (ev_view_get_fullscreen), (ev_view_set_presentation),
9681         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9682         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9683         * shell/ev-view.h:
9684         * shell/ev-window.c:
9685         (update_chrome_visibility),
9686         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9687         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9688         (update_document_mode), (ev_window_update_fullscreen_action),
9689         (ev_window_fullscreen), (ev_window_unfullscreen),
9690         (ev_window_cmd_view_fullscreen),
9691         (ev_window_update_presentation_action),
9692         (ev_window_run_presentation), (ev_window_stop_presentation),
9693         (ev_window_cmd_view_presentation), (ev_window_state_event),
9694         (ev_window_focus_in_event), (ev_window_focus_out_event),
9695         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9696         * data/evince-ui.xml: Initial presentation mode.  We should
9697         probably hide this until it's done, as it's quite rough.  Also,
9698         change full-screen to fullscreen and add two getters to EvView.
9699
9700 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9701
9702         * shell/ev-page-action.c: (update_page_cache),
9703         (ev_page_action_dispose):
9704         * shell/ev-window.c: (destroy_fullscreen_popup),
9705         (ev_window_create_fullscreen_popup):
9706
9707         Use connect_object rather than explicitly
9708         disconnect on dispose.
9709
9710 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9711
9712         * shell/ev-page-action.c: (update_page_cache),
9713         (ev_page_action_dispose):
9714
9715 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9716
9717         * backend/ev-page-cache.c: (_ev_page_cache_new),
9718         (ev_page_cache_set_page_label),
9719         (ev_page_cache_has_nonnumeric_page_labels):
9720         * backend/ev-page-cache.h:
9721         * shell/ev-page-action.c: (update_pages_label):
9722         
9723         If all page labels are numeric, fallback to default
9724         way to display number of pages. See bug 173185.
9725
9726 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9727
9728         * shell/ev-page-action.c: (ev_page_action_dispose):
9729         * shell/ev-view.c: (view_update_range_and_current_page):
9730         * shell/ev-window.c: (ev_window_dispose):
9731         
9732         Set page on scroll in continuous mode. Fixes bug 301986.
9733         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9734
9735 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9736
9737         * configure.ac:
9738
9739         Require poppler 0.3.0
9740
9741 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9742         
9743         * shell/Makefile.am, configure.ac: Fix build problems
9744         with t1lib. Bug 301996.
9745
9746 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9747
9748         * shell/ev-view.c: (ev_view_scroll_event):
9749         
9750         Scroll up increase zoom
9751
9752 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9753
9754         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9755         (ev_view_set_sizing_mode),
9756         (ev_view_zoom_for_size_continuous_and_dual_page),
9757         (ev_view_zoom_for_size_continuous):
9758         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9759         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9760         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9761         (ev_window_init):
9762
9763         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9764         Fix for 165473 and 165472.
9765
9766 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9767
9768         * po/POTFILES.in:
9769         * thumbnailer/Makefile.am:
9770         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9771         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9772         * thumbnailer/evince-thumbnailer.schemas.in:
9773         
9774         Make thumbnailer schemas translatable. Fix for bug 301773
9775         
9776         * thumbnailer/evince-thumbnailer-djvu.schemas:
9777         * thumbnailer/evince-thumbnailer-dvi.schemas:
9778         * thumbnailer/evince-thumbnailer.schemas:
9779
9780         Removed files
9781
9782 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9783
9784         * shell/ev-view.c (ev_view_init): forgot to set this.
9785
9786 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9787
9788         * shell/ev-view.c: (find_page_at_location),
9789         (get_link_at_location),
9790         (ev_view_set_show_border), (ev_view_set_spacing),
9791         (ev_view_zoom_for_size_continuous_and_dual_page),
9792         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9793         Also, add a quick fix measuring of widths.  Also, removed
9794         ev_view_set_spacing and ev_view_set_show_border.
9795         
9796         * shell/ev-window.c: (ev_window_unfullscreen),
9797         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9798
9799 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9800
9801         * shell/ev-view.c: (view_update_range_and_current_page),
9802         (page_changed_cb):
9803         
9804         Fix crash on exit and scrolling to page in continuous view.
9805
9806 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9807
9808         * TODO:
9809         * backend/ev-page-cache.c: (_ev_page_cache_new),
9810         (ev_page_cache_get_max_width_size),
9811         (ev_page_cache_get_max_height_size):
9812         * backend/ev-page-cache.h:
9813         * data/evince-ui.xml:
9814         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9815         * shell/ev-view.c: (view_update_adjustments),
9816         (view_update_range_and_current_page), (get_bounding_box_size),
9817         (ev_view_size_request_continuous_and_dual_page),
9818         (ev_view_size_request_continuous),
9819         (ev_view_size_request_dual_page),
9820         (ev_view_size_request_single_page), (ev_view_size_request),
9821         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9822         (ev_view_bin_expose), (ev_view_expose_event),
9823         (ev_view_set_property), (ev_view_get_property),
9824         (ev_view_class_init), (ev_view_init), (ev_view_new),
9825         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9826         (ev_view_set_dual_page), (ev_view_set_full_screen),
9827         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9828         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9829         (ev_view_zoom_out), (zoom_for_size_fit_width),
9830         (zoom_for_size_best_fit),
9831         (ev_view_zoom_for_size_continuous_and_dual_page),
9832         (ev_view_zoom_for_size_continuous),
9833         (ev_view_zoom_for_size_dual_page),
9834         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9835         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9836         * shell/ev-view.h:
9837         * shell/ev-window.c: (update_action_sensitivity),
9838         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9839         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9840         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9841         (ev_window_cmd_view_zoom_out), (update_view_size),
9842         (ev_window_set_sizing_mode), (ev_window_init):
9843
9844         Add Continuous and Dual page modes.
9845
9846 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9847
9848         * dvi/dvi-document.c: (dvi_document_load),
9849         (dvi_document_thumbnails_get_thumbnail),
9850         (dvi_document_init_params): Fix up some mixups between
9851         width and height to correct thumbnail rendering.
9852
9853 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9854
9855         * dvi/mdvi-lib/private.h:
9856         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9857         
9858         Suppess output for kpathsea during font generation. Thanks to
9859         James Bowes
9860
9861 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9862
9863         * NEWS:
9864         * configure.ac:
9865
9866         Release 0.2.1
9867
9868         * Makefile.am: fix distcheck.
9869
9870 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9871
9872         * shell/ev-sidebar-links.c: (selection_changed_callback),
9873         (update_page_callback), (row_activated_callback),
9874         (job_finished_callback), (ev_sidebar_links_set_document):
9875         
9876         Fix for bug #169901. Double click on links expands tree.
9877
9878 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9879
9880         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9881         hard-coded style. Fix for bug 170111
9882
9883 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9884
9885         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9886         locking.
9887
9888 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9889
9890         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9891
9892 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9893
9894         * pdf/ev-poppler.cc:
9895         * shell/ev-view.c: (highlight_find_results):
9896
9897         Fix find on single page documents
9898
9899 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9900
9901         * data/evince.schemas.in: fix for bug 301390
9902
9903 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9904
9905         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9906         (ev_view_zoom_out), (ev_view_zoom_normal):
9907         * shell/ev-view.h:
9908         * shell/ev-window.c: (update_action_sensitivity),
9909         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9910         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9911         (ev_window_cmd_view_normal_size):
9912
9913         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9914         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9915         better than oom. 
9916
9917 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9918
9919         * configure.ac:
9920
9921         Depend on 2.57, 2.59 doesnt seem to be necessary
9922
9923 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9924
9925         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9926         (create_tool_item):
9927
9928         Put back total number of pages as (1 of 1234)
9929
9930 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9931
9932         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9933         remove the job.
9934
9935         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9936         function.  This helps debugging.
9937
9938 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9939
9940         * djvu/djvu-document.c: (djvu_document_class_init),
9941         (djvu_document_get_info), (djvu_document_document_iface_init):
9942         * dvi/dvi-document.c: (dvi_document_class_init),
9943         (dvi_document_get_info), (dvi_document_document_iface_init):
9944
9945         Dummy implementation of get_info method for dvi and
9946         djvu. Fix crashes with those backends
9947
9948 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9949
9950         * data/evince.desktop.in:
9951
9952         Add application/x-gzpostscript
9953
9954 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9955
9956         * data/evince.schemas.in: Added real long descriptions, 
9957         closes bug 172496 
9958
9959         * README: Added actual text, closes bug 171869
9960
9961 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9962
9963         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9964
9965         Thumbnail page 0
9966
9967 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9968
9969         * backend/ev-document-info.h:
9970
9971         s/GDate */GDate so we can just use g_free
9972
9973 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9974
9975         * shell/ev-window.c: (update_document_mode),
9976         (ev_window_setup_document):
9977
9978         Show the window in fullscreen when specified by
9979         the document
9980
9981 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9982
9983         * backend/ev-document.c: (ev_document_class_init),
9984         (ev_document_get_info), (ev_document_render_pixbuf):
9985         * backend/ev-document.h:
9986         * backend/ev-page-cache.c: (_ev_page_cache_new):
9987         * pdf/ev-poppler.cc:
9988         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9989         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9990         * ps/ps-document.c: (ps_document_class_init), (document_load),
9991         (ps_document_get_info), (ps_document_document_iface_init):
9992
9993         Remove get_title from the interface, we can just use document info
9994
9995 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9996
9997         * backend/Makefile.am:
9998         * backend/ev-document.c: (ev_document_render_get_info):
9999         * backend/ev-document.h:
10000         * pdf/ev-poppler.cc:
10001
10002         Initial support for document info. Based on jrb patch.
10003
10004 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10005
10006         * shell/ev-window.c: (ev_window_state_event),
10007         (ev_window_class_init), (ev_window_init):
10008         
10009         Doesn't show resize grip when maximized. See bug #301053
10010
10011 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10012
10013         * po/POTFILES.in:
10014         
10015         ev-sidebar-thumbnails now has translatable labels
10016         
10017         * shell/Makefile.am:
10018         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10019         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10020         (ev_sidebar_links_page_iface_init):
10021         * shell/ev-sidebar-links.h:
10022         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10023         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10024         (ev_sidebar_page_get_label):
10025         * shell/ev-sidebar-page.h:
10026         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10027         (ev_sidebar_thumbnails_set_document),
10028         (ev_sidebar_thumbnails_support_document),
10029         (ev_sidebar_thumbnails_get_label),
10030         (ev_sidebar_thumbnails_page_iface_init):
10031         * shell/ev-sidebar-thumbnails.h:
10032         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10033         (ev_sidebar_set_document):
10034         * shell/ev-sidebar.h:
10035         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10036         
10037         Small rework of sidebar code. Now sidebar pages should implement
10038         EvSidebarPage interface. That makes page management in EvSidebar
10039         easier. See bug #164811 for details
10040
10041 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10042
10043         * shell/ev-application.c: (ev_application_open):
10044         * shell/ev-document-types.c:
10045         
10046         Fix build error and small problem with application exit
10047
10048 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10049
10050         * thumbnailer/Makefile.am:
10051         * thumbnailer/evince-thumbnailer-djvu.schemas:
10052         * thumbnailer/evince-thumbnailer-dvi.schemas:
10053         
10054         Conditionally install schemas for djvu/dvi thumbnailer
10055
10056 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10057
10058         * shell/ev-document-types.h: 
10059         * shell/ev-document-types.c: 
10060         New files, handling the mapping from mimetypes to backends
10061         
10062         * shell/ev-window.c: 
10063         * thumbnailer/evince-thumbnailer.c:     
10064         Use the ev-document-types code
10065         
10066         * shell/Makefile.am: 
10067         Added new convenience library libevbackendfactory_la, containing
10068         the new mimetype->backend logic; moved the backends into it.
10069
10070         * thumbnailer/Makefile.am:
10071         Make the thumbnailer link with the libevbackend.la convenience
10072         library, rather than having a duplicate of the backend logic here.
10073
10074 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10075
10076         * shell/ev-stock-icons.c: constify some vars.
10077         * shell/ev-window.c: ditto.
10078
10079 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10080
10081         * ps/ps-document.c (get_page_orientation):
10082
10083         Respect document orientation 
10084
10085 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10086
10087         * djvu/Makefile.am:
10088         * dvi/Makefile.am:
10089         * shell/Makefile.am:
10090         
10091         Move library dependencies to components.
10092         
10093         * shell/ev-window.c: (update_window_title),
10094         (start_loading_document):
10095         
10096         Fix display of uris with spaces. Bug 168358.
10097
10098 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10099
10100         * shell/ev-sidebar-links.c: (selection_changed_cb):
10101         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10102         (ev_view_button_release_event), (ev_view_set_document):
10103         * shell/ev-view.h:
10104         * shell/ev-window.c: (find_bar_search_changed_cb):
10105         * shell/ev-window.h: Minor cleanups removing some dead code.
10106
10107 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10108
10109         * backend/ev-page-cache.c: (_ev_page_cache_new):
10110         
10111         Set current page to 0 if document has pages.
10112
10113 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10114
10115         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10116
10117         Initialize GError to NULL, fix a crash when loading fails.
10118
10119 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10120
10121         * shell/ev-window.c: (update_view_size):
10122
10123         Calculate shadow size only when there is actually
10124         a shadow.
10125
10126 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10127
10128         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10129         * shell/ev-view.h:
10130
10131         Allow setting view spacing, default to 0
10132
10133         * shell/ev-window.c: (ev_window_unfullscreen),
10134         (ev_window_cmd_view_fullscreen), (ev_window_init):
10135
10136         Remove spacing in fullscreen mode
10137
10138 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10139
10140         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10141         (ev_view_size_request), (expose_bin_window),
10142         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10143         * shell/ev-view.h:
10144         * shell/ev-window.c: (ev_window_unfullscreen),
10145         (ev_window_cmd_view_fullscreen):
10146
10147         Do not draw the border in fulscreen
10148
10149 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10150
10151         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10152         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10153         (find_page_at_location), (page_changed_cb):
10154
10155         Rework border calculation, so that I can more easily disable it.
10156         Code somewhat cleaner too.
10157
10158 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10159
10160         * backend/ev-page-cache.c: (ev_page_cache_init),
10161         (_ev_page_cache_new):
10162
10163         Remove some assertions, documents can have 0 pages.
10164         Make initial current page -1.
10165
10166         * shell/ev-page-action.c: (page_changed_cb):
10167
10168         Show "" if current page is -1
10169
10170         * shell/ev-window.c: (update_action_sensitivity),
10171         (ev_window_setup_document):
10172
10173         When document has 0 pages do not set the view
10174         and make nearly everything insensitive.
10175
10176 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10177
10178         * shell/ev-page-view.c:
10179         * shell/ev-page-view.h:
10180
10181         Remove unused files.
10182         
10183         * shell/ev-sidebar-thumbnails.c:
10184         (ev_sidebar_thumbnails_set_document):
10185         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10186         (ev_sidebar_supports_document):
10187         * shell/ev-sidebar.h:
10188         * shell/ev-window.c: (ev_window_setup_document):
10189         
10190         Doesn't show thumbnails if document has 1 page. Make
10191         sidebar menu entries sensitive only if if they have 
10192         sense. Fix bug 164811. 
10193
10194 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10195
10196         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10197         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10198         (ev_view_zoom_out), (ev_view_set_size):
10199
10200         Rework sizing to deal with documents with not uniform page
10201         size.
10202
10203 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10204
10205         * backend/ev-page-cache.c: (_ev_page_cache_new):
10206
10207         Fix several page size caching bugs
10208
10209 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10210
10211         * shell/ev-window.c: (set_action_properties):
10212
10213         Make all toolbar items translatable
10214
10215 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10216
10217         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10218         (save_page_list), (ps_document_save),
10219         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10220         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10221         (ps_document_ps_exporter_iface_init):
10222         * ps/ps-document.h:
10223
10224         Based on a patch by J�rg Billeter <j@bitron.ch>
10225         
10226         Implement print and save a copy for the ps backend.
10227
10228 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10229
10230         * backend/ev-document.h:
10231         * djvu/djvu-document.c: (djvu_document_can_get_text),
10232         (djvu_document_document_iface_init):
10233         * dvi/dvi-document.c: (dvi_document_can_get_text),
10234         (dvi_document_document_iface_init):
10235         * pdf/ev-poppler.cc:
10236         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10237         (pixbuf_document_document_iface_init):
10238         * ps/ps-document.c: (ps_document_can_get_text),
10239         (ps_document_document_iface_init):
10240         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10241         * shell/ev-window.c: (update_action_sensitivity):
10242
10243         Fix the crash when trying to copy in backends that doesnt
10244         support it. We can implement a better solution once we
10245         do real text selection.
10246
10247 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10248
10249         * data/evince-ui.xml:
10250         * shell/ev-window.c: (ev_window_cmd_escape):
10251         
10252         Work around the Escape conflict (find bar and unfullscreen)
10253
10254 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10255
10256         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10257         
10258         Fix for #300233. Next page correctly handles document end.
10259         
10260         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10261         (ev_sidebar_thumbnails_class_init),
10262         (ev_sidebar_thumbnails_set_document),
10263         (ev_sidebar_thumbnails_clear_job),
10264         (ev_sidebar_thumbnails_clear_model):
10265         
10266         Cleanup thumbnail jobs on document changes.
10267         
10268         * shell/ev-view.c: (add_scroll_binding_keypad),
10269         (add_scroll_binding_shifted), (ev_view_class_init):
10270         
10271         Shift + Space scrolls up. Fix for #173184
10272         
10273         * shell/ev-window.c: (ev_window_open_page),
10274         (ev_window_cmd_view_reload):
10275         
10276         Fix reload (Bug #300094)
10277
10278 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10279
10280         
10281         * dvi/mdvi-lib/assoc.c:
10282         * dvi/mdvi-lib/assoc.h: Removed garbage files
10283         
10284         * dvi/mdvi-lib/bitmap.c:
10285         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10286         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10287         * dvi/mdvi-lib/color.h: Antialias of rules
10288         
10289         * dvi/mdvi-lib/common.h:
10290         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10291         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10292         * dvi/mdvi-lib/files.c:
10293         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10294         * dvi/mdvi-lib/mdvi.h:
10295         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10296         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10297         * dvi/mdvi-lib/util.c: Fix compile warnings
10298         
10299         * dvi/dvi-document.c:
10300         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10301         (dvi_document_thumbnails_get_thumbnail),
10302         (dvi_document_document_thumbnails_iface_init):
10303         * dvi/mdvi-lib/Makefile.am:
10304         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10305         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10306         
10307         Dvi backend now renders thumbnails
10308
10309 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10310
10311         * shell/main.c: (main): 
10312         
10313         Save accelerators on exit. Fixes bug #172095.
10314
10315 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10316
10317         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10318         update priority" comment.
10319
10320         * backend/ev-job-queue.c: Give a way to change priority.
10321
10322 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10323
10324         * shell/ev-page-action.c: Fix logic.
10325
10326 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10327
10328         * shell/ev-view.c: (ev_view_can_find_next):
10329         * shell/ev-window.c: (ev_window_setup_document):
10330
10331         Check that the document supports find
10332
10333 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10334
10335         * data/evince-ui.xml:
10336         * shell/ev-view.c: (ev_view_can_find_next):
10337         * shell/ev-view.h:
10338         * shell/ev-window.c: (update_action_sensitivity),
10339         (find_changed_cb), (ev_window_setup_document),
10340         (ev_window_cmd_edit_find_next):
10341
10342         Add Edit->Find Next
10343
10344 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10345
10346         * pdf/ev-poppler.cc:
10347         * shell/ev-print-job.c: (idle_print_handler):
10348
10349         Make printing work again
10350
10351 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10352
10353         * shell/ev-page-action.h:
10354         * shell/ev-page-action.c: (ev_page_action_widget_init),
10355         (ev_page_action_widget_class_init), (page_changed_cb),
10356         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10357         (get_filter_model_from_model), (match_selected_cb),
10358         (display_completion_text), (match_completion), (update_model),
10359         (connect_proxy), (ev_page_action_set_property),
10360         (ev_page_action_get_property), (ev_page_action_set_document),
10361         (ev_page_action_set_model), (ev_page_action_class_init): Big
10362         reworking to make completions work iff we have >= GTK-2.7.0
10363                 
10364         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10365         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10366         (job_finished_cb): We now have a 'model' property that is set when
10367         the links are loaded.  This can be caught with "notify::model"
10368
10369         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10370         listen for the model to be set, and propagate it to the action.
10371
10372 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10373
10374         * cut-n-paste/recent-files/egg-recent-item.c:
10375         (egg_recent_item_set_uri), (make_valid_utf8),
10376         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10377         * cut-n-paste/recent-files/egg-recent-item.h:
10378         
10379         Update egg-recent from libegg. This should fix long
10380         startup problem. For details see
10381         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10382
10383 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10384
10385         * cut-n-paste/recent-files/Makefile.am:
10386         * data/evince-ui.xml, shell/Makefile.am:
10387         * shell/ev-application.c, shell/ev-application.h:
10388         * shell/ev-window.c: Recent files support.
10389         
10390         * configure.ac: Added "ru" to ALL_LINGUAS.
10391         
10392         * dvju: new backend to support DJVU files.
10393         * dvi: new backend to support DVI.
10394
10395         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10396         * ev-application.c: Support for new backends.
10397         
10398         * help, ev-window.c, main.c shell/Makefile.am: 
10399         Evince user documentation.
10400
10401 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10402
10403         * po/POTFILES.in:
10404         * shell/ev-window.c:
10405         * thumbnailer/evince-thumbnailer.c:
10406
10407         s/pdf-document/ev-poppler
10408
10409 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10410
10411         * NEWS:
10412         * configure.ac:
10413
10414         Release 0.2.0
10415
10416         * ps/ps-document.c: (setup_pixmap):
10417
10418         Remove debug code
10419
10420 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10421
10422         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10423         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10424         (ev_window_cmd_go_first_page): Fix of by one errors.
10425
10426 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10427
10428         * ps/ps-document.c: (get_page_box):
10429
10430         Fix page size calculation
10431
10432 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10433
10434         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10435         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10436         (get_page_orientation), (setup_page), (document_load),
10437         (ps_document_get_page_size), (render_pixbuf_idle):
10438         * ps/ps-document.h:
10439
10440         More refactoring to adapt to EvDocument changes
10441
10442 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * ps/ps-document.c: (start_interpreter):
10445
10446         Actually add alpha args
10447
10448 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10449
10450         * pdf/ev-poppler.cc:
10451
10452         Make clipboard work again
10453
10454 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10455
10456         Make searching work again.
10457         
10458         * backend/ev-document.c:
10459         * backend/ev-document.h:
10460         * backend/ev-document-find.c:
10461         * backend/ev-document-find.h: Change EvDocumentIface so we no
10462         longer store the current page or zoom level in the document.  The
10463         consequence is that all calls that operate on the current page now
10464         instead take the page number as an extra argument, and all
10465         coordinates are now doubles in document coordinate system.
10466
10467         * pdf/ev-poppler.cc:
10468         * pixbuf/pixbuf-document.c:
10469         * ps/ps-document.c: Update backends accordingly.
10470
10471 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10472
10473         * autogen.sh:
10474
10475         Add required gettext version
10476
10477 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10478
10479         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10480         make F1 bring up non-existent help.
10481
10482         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10483         epiphany's find bar, #167477
10484
10485         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10486         <emil@nishra.com> to add space-bar scrolling, 
10487
10488         * shell/ev-window.c (static GtkActionEntry entries): add default
10489         keybinding for Help (F1)
10490         Fixes #171068
10491
10492         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10493         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10494         170110
10495
10496 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10497
10498         * Makefile.am: 
10499         * pixbuf/pixbuf-document.c: 
10500
10501         Got pixbuf backend working again
10502
10503 2005-04-01  Steve Murphy  <murf@e-tools.com>
10504
10505         * configure.in: Added "rw" to ALL_LINGUAS.
10506
10507 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10508
10509         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10510         model types, noticed by Martin Kretzschmar.
10511
10512 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10513
10514         * pdf/ev-poppler.cc: Implement search based on
10515         poppler_page_find_text().  Currently a bit crude since we remember
10516         all matches from all pages.  Also, we grab the big document lock
10517         when we search since searching changes the underlying stream and
10518         thus conflicts with the rendering thread.
10519         
10520         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10521         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10522         (ev_view_find_previous): Fix some page indexes to be 0 based,
10523         offset rubber band by view offset,
10524
10525 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10526
10527         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10528
10529 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10530
10531         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10532         completely because I didn't understand GtkActions.  I should
10533         read Marco's code more carefully in the future.
10534
10535         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10536         function
10537
10538 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10539
10540         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10541         PopplerRectangle change from poppler CVS.
10542
10543 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10544
10545         * backend/ev-document.c: (ev_document_get_page_label):
10546         * backend/ev-document.h:
10547         * backend/ev-page-cache.c: (_ev_page_cache_new),
10548         (ev_page_cache_get_page_label):
10549         * backend/ev-page-cache.h:
10550         * pdf/ev-poppler.cc:
10551         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10552         (links_page_num_func):
10553         * shell/ev-sidebar-thumbnails.c:
10554         (ev_sidebar_thumbnails_set_document):
10555         * shell/ev-view.c: (status_message_from_link),
10556         (ev_view_motion_notify_event):
10557         * shell/ev-window.c: (document_supports_sidebar): Add in page
10558         label support.  It's not perfect yet, but it's the first 'feature'
10559         in a while.
10560         Also, fix a bogus comment noticed by crispin. 
10561
10562 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10563
10564         * Makefile.am: Remove pixbuf backend for now
10565
10566         * configure.ac: Require poppler-glib instead of just poppler.
10567
10568         * backend/ev-document-thumbnails.h: Add a comment
10569
10570         * backend/ev-document.h:
10571         * backend/ev-document.c: (ev_document_class_init),
10572         (ev_document_load), (ev_document_get_link),
10573         (ev_document_get_links): Remove 3 methods and add get_links.
10574         Also, made 0 based.
10575
10576         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10577         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10578
10579         * backend/ev-link.c: (ev_link_set_title),
10580         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10581         (ev_link_mapping_find):
10582         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10583         
10584         * backend/ev-page-cache.c: (ev_page_cache_init),
10585         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10586         (ev_page_cache_get_size), (ev_page_cache_next_page),
10587         (ev_page_cache_prev_page): Fix to be 0 based.
10588
10589         * pdf/Makefile.am: 
10590         * pdf/ev-poppler.h:
10591         * pdf/ev-poppler.cc: New backend.
10592         
10593         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10594         (ps_document_get_page), (ps_document_document_iface_init):
10595
10596         * shell/ev-pixbuf-cache.h:
10597         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10598         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10599         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10600         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10601         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10602         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10603         based.
10604         
10605         * shell/ev-sidebar-thumbnails.c:
10606         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10607         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10608
10609         * shell/ev-view.c: (status_message_from_link),
10610         (find_page_at_location), (get_link_at_location),
10611         (ev_view_motion_notify_event), (ev_view_button_release_event),
10612         (ev_view_init): Use the new link code.  Fix to be 0 based.
10613
10614         * shell/ev-window.c: (update_action_sensitivity),
10615         (document_supports_sidebar): 0 based.
10616
10617 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10618
10619         * pdf/pdf-document.cc: Patch from Fernando Herrera
10620         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10621         *blush*
10622
10623 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10624
10625         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10626         1 to the page, as this seems to be 1 based.  I thought we has this
10627         fixed.  grump.
10628
10629 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10630
10631         * TODO:
10632         * backend/Makefile.am:
10633         * backend/ev-document-links.c:
10634         (ev_document_links_has_document_links),
10635         (ev_document_links_get_links_model):
10636         * backend/ev-document-links.h:
10637         * backend/ev-document.c: (ev_document_get_page_cache),
10638         (ev_document_get_doc_mutex), (ev_document_load),
10639         (ev_document_save), (ev_document_get_title),
10640         (ev_document_get_n_pages), (ev_document_set_page),
10641         (ev_document_get_page), (ev_document_set_target),
10642         (ev_document_set_scale), (ev_document_set_page_offset),
10643         (ev_document_get_page_size), (ev_document_get_text),
10644         (ev_document_get_link), (ev_document_render),
10645         (ev_document_render_pixbuf), (ev_document_scale_changed):
10646         * backend/ev-document.h:
10647         * backend/ev-job-queue.c: (remove_object_from_queue),
10648         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10649         (no_jobs_available_unlocked), (ev_render_thread),
10650         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10651         (ev_job_queue_remove_job):
10652         * backend/ev-job-queue.h:
10653         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10654         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10655         (ev_job_links_class_init), (ev_job_render_init),
10656         (ev_job_render_dispose), (ev_job_render_class_init),
10657         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10658         (ev_job_thumbnail_class_init), (ev_job_finished),
10659         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10660         (ev_job_render_run), (ev_job_thumbnail_new),
10661         (ev_job_thumbnail_run):
10662         * backend/ev-jobs.h:
10663         * backend/ev-link.c:
10664         * backend/ev-link.h:
10665         * backend/ev-page-cache.c: (ev_page_cache_init),
10666         (ev_page_cache_class_init), (ev_page_cache_finalize),
10667         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10668         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10669         (ev_page_cache_set_link), (ev_page_cache_get_title),
10670         (ev_page_cache_get_size), (ev_page_cache_next_page),
10671         (ev_page_cache_prev_page):
10672         * backend/ev-page-cache.h:
10673         * pdf/pdf-document.cc:
10674         * ps/gsdefaults.c:
10675         * ps/gsdefaults.h:
10676         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10677         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10678         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10679         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10680         (is_interpreter_ready), (output), (catchPipe), (input),
10681         (start_interpreter), (check_filecompressed), (compute_dimensions),
10682         (ps_document_enable_interpreter), (document_load),
10683         (ps_document_next_page), (render_page), (ps_document_set_page),
10684         (ps_document_set_scale), (render_pixbuf_idle),
10685         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10686         * ps/ps-document.h:
10687         * shell/Makefile.am:
10688         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10689         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10690         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10691         (ev_pixbuf_cache_new), (job_finished_cb),
10692         (check_job_size_and_unref), (move_one_job),
10693         (ev_pixbuf_cache_update_range), (find_job_cache),
10694         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10695         (ev_pixbuf_cache_add_jobs_if_needed),
10696         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10697         * shell/ev-pixbuf-cache.h:
10698         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10699         (idle_print_handler):
10700         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10701         (selection_changed_cb), (create_loading_model),
10702         (ev_sidebar_links_construct), (links_page_num_func),
10703         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10704         (update_page_callback), (job_finished_cb),
10705         (ev_sidebar_links_set_document):
10706         * shell/ev-sidebar-thumbnails.c:
10707         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10708         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10709         (page_changed_cb), (thumbnail_job_completed_callback),
10710         (ev_sidebar_thumbnails_set_document):
10711         * shell/ev-sidebar-thumbnails.h:
10712         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10713         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10714         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10715         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10716         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10717         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10718         (ev_view_button_release_event), (ev_view_scroll_view),
10719         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10720         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10721         (ev_view_new), (job_finished_cb), (page_changed_cb),
10722         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10723         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10724         (ev_view_find_previous):
10725         * shell/ev-view.h:
10726         * shell/ev-window.c: (update_action_sensitivity),
10727         (ev_window_open_page), (update_window_title), (update_total_pages),
10728         (page_changed_cb), (ev_window_setup_document),
10729         (password_dialog_response), (ev_window_cmd_save_as),
10730         (ev_window_print), (ev_window_cmd_go_previous_page),
10731         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10732         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10733         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10734         * shell/main.c: (main):
10735
10736         Merge evince-threads branch
10737
10738 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10739
10740         * configure.ac: Added "lt" to ALL_LINGUAS.
10741
10742 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10743
10744         * NEWS:
10745         * configure.ac:
10746
10747         Release 0.1.9
10748
10749 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10750
10751         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10752
10753         Fix here also the thumbnails 1-basedness :)
10754
10755 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10756
10757         * NEWS:
10758         * configure.ac:
10759
10760         Release 0.1.8
10761
10762 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10763
10764         * pdf/pdf-document.cc:
10765         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10766         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10767
10768         Fix the mess we did with thumbnails and 1-basedness
10769
10770 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10771
10772         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10773
10774 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10775
10776         * NEWS:
10777         * configure.ac:
10778
10779         Release 0.1.7
10780
10781 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10782
10783         * ps/Makefile.am:
10784         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10785         (gtk_gs_defaults_get_alpha_parameters),
10786         (gtk_gs_defaults_get_ungzip_cmd),
10787         (gtk_gs_defaults_get_unbzip2_cmd):
10788         * ps/gsdefaults.h:
10789         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10790         (ps_document_get_orientation), (document_load),
10791         (ps_document_goto_page), (ps_document_set_page_size):
10792         * ps/ps-document.h:
10793
10794         Some more sanitization of the ps backend. Remove a lot
10795         of unused code and do not base our defaults on ggv
10796         preferences (ugh!)
10797
10798 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10799
10800         * thumbnailer/evince-thumbnailer.schemas:
10801         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10802         (main): add -s option for thumbnail size.
10803
10804 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10805
10806         * configure.ac:
10807
10808         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10809         remove it.
10810
10811 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10812
10813         * pdf/pdf-document.cc:
10814
10815         Remove 4 pixels of useless border from the
10816         thumbnail.
10817
10818 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10819
10820         * backend/ev-document-thumbnails.c:
10821         (ev_document_thumbnails_get_thumbnail):
10822         * backend/ev-document-thumbnails.h:
10823
10824         Rework API a bit. Add a border flag and
10825         change sizing logic (now the size we specify
10826         applies to the bigger dimension).
10827
10828         * pdf/pdf-document.cc:
10829         * pixbuf/pixbuf-document.c:
10830         (pixbuf_document_thumbnails_get_thumbnail):
10831         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10832         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10833
10834         Adapt to the new API and do not draw a border for nautilus
10835         thumbnailer.
10836
10837 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10838
10839         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10840         take thumbnails from page "0" instead of "1". Added a copyright header.
10841
10842 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10843
10844         * ps/ps-document.c: (set_up_page), (start_interpreter):
10845
10846         Make it C89 compliant
10847
10848 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10849
10850         * Makefile.am:
10851         * configure.ac:
10852         * pdf/.cvsignore:
10853         * pdf/pdf-document.cc:
10854         * thumbnailer/Makefile.am:
10855         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10856         (main):
10857         * thumbnailer/evince-thumbnailer.schemas:
10858         * thumbnailer/pdf-icon.png:
10859
10860         Add a nautilus thumbnailer.
10861         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10862
10863 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10864
10865         * NEWS:
10866         * configure.ac:
10867         * po/POTFILES.in:
10868
10869         Release 0.1.6
10870
10871 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10872
10873         Use poppler instead of including xpdf source code.  Poppler is a
10874         fork of xpdf to build it as a shared library. See
10875         http://freedesktop.org/wiki/Software/poppler.
10876
10877         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10878         xpdf fork.
10879         
10880         * pdf/Makefile.am: Build libpdfdocument.a here.
10881         
10882         * pdf/GDKSplashOutputDev.cc:
10883         * pdf/GDKSplashOutputDev.h:
10884         * pdf/GnomeVFSStream.cc:
10885         * pdf/GnomeVFSStream.h:
10886         * pdf-document.cc:
10887         * pdf-document.h:
10888         * test-gdk-output-dev.cc
10889         * Thumb.cc:
10890         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10891         against poppler.
10892
10893 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10894
10895         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10896
10897         Clear idle stack before unsetting the document
10898
10899 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10900
10901         * ps/ps-document.c: (ps_document_widget_event),
10902         (ps_document_set_target), (ps_document_finalize),
10903         (ps_document_get_page):
10904
10905         Disconnect the widget event signal on finalize.
10906         Some code cleanups.
10907
10908 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10909
10910         * ps/ps-document.c: (set_up_page):
10911
10912         If there is no bpixmap create one, even if size
10913         is not changed.
10914
10915 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10916
10917         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10918         (set_up_page), (document_load), (ps_document_set_zoom):
10919
10920         Default page is 0. Calculate size even when we have no
10921         target yet.
10922
10923 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10924
10925         * shell/ev-sidebar.c: expand the selection widget to be always as
10926         wide as the sidebar
10927
10928 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10929
10930         * shell/ev-sidebar-thumbnails.c:
10931         (ev_sidebar_thumbnails_set_document):
10932
10933         Clear the list store when setting document
10934
10935 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10936
10937         * shell/ev-page-action.c: (update_entry), (sync_entry),
10938         (activate_cb), (entry_size_request_cb), (create_tool_item),
10939         (connect_proxy):
10940
10941         Use an entry for the page control instead of spinbuttons
10942
10943 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10944
10945         * data/evince.schemas.in:
10946
10947         Correct confusing string
10948
10949 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10950
10951         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10952         for real.  Gosh, how long has this been broken.
10953
10954         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10955         check for a NULL link.  We crash otherwise.
10956
10957 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10958
10959         * NEWS:
10960         * configure.ac:
10961
10962         Release 0.1.5
10963
10964 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10965
10966         * configure.ac: add the french translation.
10967
10968 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10969
10970         * shell/ev-window.c:
10971
10972         Remove unused header -> fix distcheck
10973
10974 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10975
10976         * shell/ev-window.c: (update_window_title),
10977         (ev_window_popup_password_dialog):
10978
10979         Unescape filename for display
10980
10981 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10982
10983         * pdf/xpdf/pdf-document.cc:
10984
10985         In get_page_size deal with rotation. Also
10986         cleanup the function a bit.
10987
10988 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10989
10990         * pdf/xpdf/pdf-document.cc:
10991
10992         Fix crash when opening in new window
10993
10994 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10995
10996         * configure.ac:
10997
10998         Check ghostscript >= 7
10999
11000 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11001
11002         * shell/ev-window.c:
11003
11004         Make page width the default sizing mode
11005
11006 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11007         Marco Pesenti Gritti <marco@gnome.org>
11008
11009         * shell/ev-window.c: Remember the sidebar size
11010
11011         * data/evince.schemas.in: Add a new gconf key to store the size of
11012         the sidebar
11013
11014 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11015
11016         * data/evince-ui.xml:
11017         * shell/ev-window.c: (update_action_sensitivity),
11018         (ev_window_cmd_view_reload):
11019         
11020         Add a "Reload" action and menu entry
11021
11022 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11023
11024         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11025         iff the type doesn't support thumbnailing and indexing.
11026
11027 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11028
11029         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11030
11031 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11032
11033         * pdf/splash/Splash.cc:
11034
11035         Port fix for a crasher from kde bug
11036         http://bugs.kde.org/show_bug.cgi?id=97131
11037
11038 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11039
11040         * pdf/xpdf/pdf-document.cc:
11041
11042         Return a link even if it's of an unrecognized
11043         type. Otherwise we go in an infinte cycle.
11044
11045 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11046
11047         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11048         (size_allocate_cb), (ev_window_set_sizing_mode):
11049
11050         Update size when switching mode
11051
11052 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11053
11054         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11055         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11056         (ev_window_cmd_view_normal_size):
11057
11058         Fix size toggle buttons behavior
11059
11060 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11061
11062         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11063         (doc_rect_to_view_rect), (ev_view_size_allocate),
11064         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11065         (scale_changed_callback):
11066
11067         Do not cache offsets in size_allocate.
11068
11069 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11070
11071         * shell/ev-view.c: (ev_view_size_allocate):
11072
11073         Calculate offsets before calling the parent
11074         class (which does a redraw)
11075
11076 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11077
11078         * pdf/xpdf/pdf-document.cc:
11079
11080         Fix a crasher on exit. Unused code, put a TODO
11081
11082 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11083
11084         * backend/ev-document.c: (ev_document_class_init),
11085         (ev_document_page_changed), (ev_document_scale_changed):
11086         * backend/ev-document.h:
11087
11088         Separate page/scale notifications
11089
11090         * pdf/xpdf/pdf-document.cc:
11091
11092         Emit the new signals.
11093         Do not display the pdf page in _render, do it
11094         when scale/page are requested.
11095
11096         * ps/ps-document.c: (ps_document_set_zoom),
11097         (ps_document_widget_event):
11098         * ps/ps-document.h:
11099
11100         Emit the new signals.
11101
11102         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11103         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11104         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11105         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11106         * shell/ev-view.h:
11107         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11108         (ev_window_cmd_view_page_width), (size_allocate_cb),
11109         (ev_window_set_sizing_mode):
11110
11111         Rework sizing to be pixel based.
11112         There are bugs but should be already way better.
11113
11114 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11115
11116         * shell/ev-window.c: (ev_window_init):
11117
11118         Do not allow to shrink sidebar smaller then
11119         child requisition
11120
11121 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11122
11123         * shell/ev-sidebar.[ch]
11124         * shell/ev-window.c:
11125
11126         Improved sidebar widget. Fixes #166683
11127
11128 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11129
11130         * shell/ev-view.c (update_find_status_message): Give translators
11131         more flexibility with ngettext plural handling.
11132
11133 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11134
11135         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11136         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11137         page when we get the page size.
11138
11139 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11140
11141         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11142
11143         ps pages are 0 based, convert 
11144
11145 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11146
11147         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11148
11149         Initialize correct parent class. Set GError on document load
11150
11151 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11152
11153         * pdf/xpdf/pdf-document.cc:
11154
11155         Fixup selection offset calculation
11156
11157         * shell/ev-view.c: (view_rect_to_doc_rect),
11158         (doc_rect_to_view_rect), (ev_view_size_allocate),
11159         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11160         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11161
11162         Store selection as document relative, so that zooming
11163         and offset changing doesnt break it.
11164
11165 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11166
11167         * shell/ev-view.c: (ev_view_best_fit):
11168
11169         Do not try to best fit if the view is not realized
11170
11171 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11172           
11173         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11174
11175 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11176
11177         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11178
11179 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11180
11181         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11182         the popup window.  That prevents it resizing when in full screen
11183         mode.
11184
11185         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11186         multiple rerenders.  This pretty much sucks.
11187
11188         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11189         rest of the toolbar.
11190
11191 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11192
11193         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11194
11195 2005-02-17  Alexander Shopov  <ash@contact.bg>
11196
11197         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11198
11199 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11200
11201         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11202
11203 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11206         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11207         (set_document_page), (document_changed_callback),
11208         (ev_view_set_document), (ev_view_find_previous),
11209         (ev_view_hide_cursor), (ev_view_show_cursor):
11210         * shell/ev-view.h:
11211         * shell/ev-window.c: (update_chrome_visibility),
11212         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11213         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11214         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11215         (ev_window_unfullscreen):
11216         * shell/main.c: (main):
11217
11218         Automatically hide the fullscreen button.
11219         Patch by Kristian Høgsberg <krh@redhat.com>
11220
11221 2005-02-16  Vincent Noel  <vnoel@cox.net>
11222
11223         * shell/main.c (main): Specify an icon for the window. Patch by
11224         Jaap A. Haitsma. Fixes #166177.
11225
11226 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11227
11228         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11229
11230 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11231
11232         * backend/ev-document-misc.h:
11233         * backend/ev-document-misc.c:
11234         (ev_document_misc_get_page_border_size),
11235         (ev_document_misc_paint_one_page): New function to canonicalize
11236         sizing/painting a border.
11237
11238         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11239         used.
11240
11241         * pdf/xpdf/pdf-document.cc: use new function
11242
11243         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11244         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11245         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11246         shell/ev-window.c: (update_sizing_buttons),
11247         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11248         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11249         (ev_window_cmd_view_page_width), (size_allocate_cb),
11250         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11251         and "fit width" values act as toggle buttons so they stay
11252         toggled.  It's not 100% perfect, and it's a little slow, but it's
11253         good enough to commit I think.
11254
11255 2005-02-15  David Lodge  <dave@cirt.net>
11256
11257         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11258
11259 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11260
11261         * shell/ev-window.c (update_window_title): replace newlines in
11262         the title by spaces. Bug #166107.
11263
11264 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11265
11266         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11267         parameters providing allocation width and height without
11268         scrollbars and width of a possible vertical scrollbar. With this
11269         additional information the functions can work as
11270         intended. Unfortunately they're not idempotent. We should
11271         transform these commands to toggles. Fixes Bug #164976
11272         Initial patch by Stephane Loeuillet, then heavily modified.
11273
11274         * shell/ev-view.h: update prototypes.
11275
11276         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11277         (ev_window_cmd_view_page_width): provide EvView fit functions with
11278         all the information they need. Formulas to calculate this
11279         information taken from GtkScrolledWindow.
11280
11281 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11282
11283         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11284         created a thumbnail, the list store is updated to know
11285         that the thumbnail is set. Fixes bug #166792
11286
11287 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11288
11289         * shell/ev-window.c: fixed typo, closes bug 166897
11290
11291         * TODO: updated TODO with bug numbers that are relevant
11292
11293 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11294
11295         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11296
11297 2005-02-09  Vincent Noel  <vnoel@cox.net>
11298
11299         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11300         and "Next" toolbar buttons as important to make them stand out.
11301
11302 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11303
11304         * lib/ev-debug.c:
11305         * lib/ev-debug.h:
11306         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11307         (start_interpreter), (stop_interpreter), (document_load),
11308         (ps_document_next_page), (ps_document_goto_page),
11309         (ps_document_set_page_size), (ps_document_widget_event),
11310         (ps_document_render):
11311         * shell/ev-page-view.c: (ev_page_view_dispose):
11312         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11313
11314         Fix compilation on non-gcc platforms
11315
11316 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11317
11318         * NEWS:
11319         * configure.ac:
11320
11321         Release 0.1.4
11322
11323         * pdf/xpdf/Catalog.cc:
11324         * pdf/xpdf/XRef.cc:
11325
11326         Fix the fix for CAN-2004-0888
11327
11328 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11329
11330         * data/Makefile.am:
11331         * data/evince-ui.xml:
11332         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11333         * shell/ev-stock-icons.h:
11334         * shell/ev-window.c: (update_action_sensitivity),
11335         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11336         (set_action_properties):
11337
11338         Improve toolbar layout/icons
11339
11340 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11341
11342         * pdf/xpdf/pdf-document.cc:
11343
11344         Add warnings about unimplemented/unknown link
11345         types.
11346
11347 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11348
11349         * ps/ps-document.c: (set_up_page):
11350
11351         Log gs property
11352
11353 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11354
11355         * ps/ps-document.c: (start_interpreter):
11356
11357         Log gs env var
11358
11359 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11360
11361         * shell/ev-page-view.c: (ev_page_view_dispose):
11362         * shell/ev-view.c: (ev_view_finalize):
11363         * shell/ev-window.c: (ev_window_setup_document),
11364         (ev_window_dispose), (ev_window_init):
11365
11366         Solve more refs issues.
11367
11368         I commented out the page_view initialization for now:
11369         it was never destroyed (because it's never added
11370         to a container). Because of that we was leaking
11371         gs processes. Couldnt think to a clean fix.
11372         We need to figure this out, password view has the
11373         same issue probably.
11374
11375 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11376
11377         * ps/ps-document.c: (ps_document_finalize),
11378         (ps_document_get_n_pages), (ps_document_get_page):
11379
11380         Some cleanups, stop the interpreter on finalize
11381
11382         * shell/ev-page-view.c: (ev_page_view_dispose),
11383         (ev_page_view_class_init):
11384
11385         Release our reference on the document
11386
11387 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11388
11389         * Makefile.am:
11390         * configure.ac:
11391         * doc/debugging.txt:
11392         * lib/.cvsignore:
11393         * lib/Makefile.am:
11394         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11395         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11396         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11397         * lib/ev-debug.h:
11398
11399         Add debugging helpers
11400
11401         * ps/Makefile.am:
11402         * ps/ps-document.c: (set_up_page), (start_interpreter),
11403         (stop_interpreter), (document_load), (ps_document_next_page),
11404         (ps_document_goto_page), (ps_document_set_page_size),
11405         (ps_document_widget_event), (ps_document_render):
11406         * shell/Makefile.am:
11407         * shell/ev-view.c: (expose_bin_window):
11408         * shell/main.c: (main):
11409
11410         Add some logs
11411         
11412 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11413
11414         * ps/ps-document.c: (ps_document_widget_event):
11415
11416         Initialize message_window, this should make ps
11417         rendering really work! (Never noticed because I was
11418         testing with a ps that is causing gs to exit every time!)
11419
11420 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11421
11422         * data/evince.schemas.in: updated simple error in applyto closing tag
11423
11424 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11425
11426         * Makefile.am:
11427         * configure.ac:
11428         * data/.cvsignore:
11429         * data/Makefile.am:
11430         * data/evince-ui.xml:
11431         A data/evince.schemas.in:
11432         * po/POTFILES.in:
11433         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11434         * shell/ev-stock-icons.h:
11435         * shell/ev-window.c: (update_chrome_visibility),
11436         (update_chrome_flag), (ev_window_cmd_edit_find),
11437         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11438         (ev_window_unfullscreen), (ev_window_focus_in_event),
11439         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11440         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11441         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11442         (ev_window_dispose), (ev_window_class_init),
11443         (set_action_properties), (set_chrome_actions), (load_chrome),
11444         (ev_window_init):
11445
11446         Implement fullscreen mode changes from bug #164776.
11447         Also implement persistent chrome toggles.
11448
11449 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11450
11451         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11452
11453 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11454
11455         * NEWS:
11456         * configure.ac:
11457         * shell/ev-view.c:
11458
11459         Add another check for find interface
11460
11461         Release 0.1.3
11462
11463 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11464
11465         * shell/ev-application.c: (ev_application_open):
11466         * shell/ev-window.c: (ev_window_open):
11467
11468         Open gzipped ps documents
11469
11470 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11471
11472         * TODO:
11473         * shell/ev-view.c: (set_document_page):
11474
11475         Clamp page number, dont try to move to
11476         not existant pages.
11477
11478 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11479
11480         * backend/ev-document-find.c: (ev_document_find_changed):
11481         * backend/ev-document-find.h:
11482         * pdf/xpdf/pdf-document.cc:
11483         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11484         * shell/ev-window.c: (find_bar_search_changed_cb):
11485
11486         Fix several bugs with find
11487
11488 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11489
11490         * shell/ev-sidebar-thumbnails.c
11491         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11492         document. Prevents warning from scroll_to_cell.
11493
11494 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11495
11496         * configure.ac: Add «nb» to ALL_LINGUAS too.
11497
11498 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11499
11500         * NOTES: New file with some random thoughts.
11501
11502         * TODO: Update.
11503
11504         * backend/ev-document-misc.c:
11505         (ev_document_misc_get_page_border_size): New function to
11506         canonicalize shadow drawing sizes.  Possibly goofy.
11507
11508         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11509         (ev_view_best_fit), (ev_view_fit_width):
11510         * pdf/xpdf/pdf-document.cc:
11511         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11512         * ps/ps-document.c: (ps_document_get_page_size):
11513         * backend/ev-document-misc.h:
11514         * backend/ev-document.c: (ev_document_get_page_size):
11515         * backend/ev-document.h: get_page_size now takes a page number
11516         parameter.  Made all the backends/frontends honor it.
11517
11518         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11519         see.  Doesn't work yet.
11520
11521         * shell/Makefile.am:
11522         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11523         Doesn't do anything yet.
11524
11525         * shell/ev-sidebar-thumbnails.c:
11526         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11527         [0..n_pages-1]
11528
11529         * shell/ev-window.c: (update_action_sensitivity),
11530         (ev_window_setup_document), (ev_window_set_page_mode),
11531         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11532         view-swapping code a bit so we can have multiple views on a
11533         document.  Add the multi-page view, though it can't be turned on
11534         yet.
11535
11536 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11537
11538         * shell/ev-application.c: (ev_application_open):
11539         * shell/ev-view.c: (expose_bin_window):
11540         * shell/ev-window.c: (ev_window_open):
11541
11542         Support eps and check document supports find
11543         before drawing highlightings in expose.
11544
11545 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11546
11547         * pixbuf/pixbuf-document.c:
11548         (pixbuf_document_thumbnails_get_dimensions),
11549         (pixbuf_document_document_thumbnails_iface_init):
11550
11551         implement get_dimensions
11552
11553 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11554
11555         * NEWS:
11556         * configure.ac:
11557
11558         Release 0.1.2
11559
11560 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11561
11562         * shell/ev-view.c: (set_document_page):
11563
11564         Scroll at the top of the page when changing page
11565
11566 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11567
11568         * shell/ev-view.c: (ev_view_motion_notify_event):
11569
11570         Do not redraw unnecessarily
11571
11572 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11573
11574         * pdf/xpdf/pdf-document.cc:
11575         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11576         (expose_bin_window), (find_changed_cb):
11577
11578         Yay! find works now... Now to find bugs...
11579
11580 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11581
11582         * backend/ev-document-find.c: (ev_document_find_base_init),
11583         (ev_document_find_changed):
11584         * backend/ev-document-find.h:
11585         * pdf/xpdf/pdf-document.cc:
11586         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11587         (expose_bin_window), (ev_view_init), (set_document_page),
11588         (ensure_rectangle_is_visible), (jump_to_find_result),
11589         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11590         (ev_view_find_next), (ev_view_find_previous):
11591         * shell/ev-view.h:
11592         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11593
11594         More work on find implementation, mostly there now
11595
11596 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11597
11598         * backend/ev-backend-marshalers.list:
11599         * backend/ev-document-find.c: (ev_document_find_base_init),
11600         (ev_document_find_cancel), (ev_document_find_page_has_results),
11601         (ev_document_find_get_n_results), (ev_document_find_get_result),
11602         (ev_document_find_get_progress), (ev_document_find_changed):
11603         * backend/ev-document-find.h:
11604
11605         Enanche the find interface to be really able to do
11606         multi page find.
11607
11608         * pdf/xpdf/pdf-document.cc:
11609
11610         Implement
11611
11612         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11613         (expose_bin_window), (ev_view_init),
11614         (ev_view_get_find_status_message), (find_changed_cb),
11615         (ev_view_set_document), (set_document_page):
11616
11617         Adapt to the new interface. A few things are regressed sorry,
11618         I will finish it soon.
11619
11620 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11621
11622         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11623         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11624         ev_sidebar_thumbnails_parent_class variable, don't define another
11625         parent_class variable.
11626
11627         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11628         (ev_page_action_class_init): ditto.
11629
11630         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11631         (pixbuf_document_class_init): ditto.
11632
11633         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11634         ditto.
11635
11636         * .cvsignore: ignore various valgrind output files.
11637
11638 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11639
11640         * data/evince-ui.xml:
11641         * shell/Makefile.am:
11642         * shell/ev-history.c:
11643         * shell/ev-history.h:
11644         * shell/ev-navigation-action.c:
11645         * shell/ev-navigation-action.h:
11646         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11647         (ev_view_set_page), (ev_view_fit_width):
11648         * shell/ev-view.h:
11649         * shell/ev-window.c: (update_action_sensitivity),
11650         (ev_window_setup_document), (register_custom_actions):
11651
11652         Kill session history
11653
11654 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11655
11656         * shell/ev-window.c: (update_action_sensitivity):
11657
11658         Fix inverted up/down buttons
11659
11660 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11661
11662         * shell/ev-sidebar-thumbnails.c
11663         (ev_sidebar_thumbnails_select_page): make sure the selected
11664         thumbnail stays visible.
11665
11666 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11667
11668         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11669         scrolled window for Federico.
11670
11671 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11672
11673         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11674
11675 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11676
11677         * configure.ac:
11678         * pdf/splash/SplashFTFontEngine.cc:
11679
11680         Fix CID fonts with freetype 2.1.9
11681
11682 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11683
11684         * TODO: added item for desktop icon thumbnailer
11685
11686 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11687
11688         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11689         unloaded docs when the title is accessed.
11690
11691         * shell/ev-password-view.[hc]: New widget for displaying password
11692         state.
11693
11694         * shell/ev-window.[ch]: Refactor password handling code to handle
11695         the new view.
11696
11697 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11698
11699         * NEWS:
11700         * configure.ac:
11701         * data/Makefile.am:
11702
11703         Release 0.1.1
11704
11705 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11706
11707         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11708         ignore page offset here, to make search results independent of it,
11709
11710         * shell/ev-view.c (expose_bin_window): but take offsets into
11711         account here. Bug #164932
11712
11713         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11714         scale at the right time. Bug #164996
11715
11716 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11717
11718         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11719         fix the problem. Now I just removed the Adobe font names and hope
11720         that the URW fonts are always in outline format. Bug #164934
11721
11722         * shell/ev-window.c (update_window_title): empty titles are
11723         useless, use filename in that case too.
11724
11725         * NEWS: Add some content.
11726
11727 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11728
11729         * TODO: added one more TODO item and a TODONE section :)
11730
11731 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11732
11733         * ps/ps-document.h: add page_[xy]_offset fields.
11734
11735         * ps/ps-document.c (ps_document_set_page_offset)
11736         (ps_document_render): Keep offset in consideration in a few
11737         places. Bug #164752 "postscript documents are not centered in
11738         window"
11739
11740         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11741         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11742
11743         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11744         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11745         stub out missing methods for complete EvDocument implementation.
11746         Fixes segfaults with Save A Copy and Copy actions.
11747
11748         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11749         (ps_document_document_iface_init): ditto.
11750         
11751 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11752
11753         * data/.cvsignore:
11754         * data/Makefile.am:
11755         * data/evince.desktop.in:
11756
11757         Add desktop file
11758
11759 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11760
11761         * shell/ev-view.c: (ev_view_button_press_event),
11762         (ev_view_motion_notify_event):
11763
11764         Make selection work in any direction
11765
11766 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11767
11768         * TODO:
11769         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11770
11771         Use shorter labels for some of the toolbars items
11772
11773 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11774
11775         * pdf/xpdf/pdf-document.cc:
11776
11777         Check the links info is initialized before
11778         using it. Should fix a crash on startup.
11779
11780 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11781
11782         * pixbuf/pixbuf-document.c
11783         (pixbuf_document_thumbnails_get_dimensions): force floating point
11784         division to calculate page_ratio. Fixes crash with landscape
11785         format pixbufs.
11786
11787 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11788
11789         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11790
11791 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11792
11793         * shell/ev-view.c (set_document_page): unset has_selection when
11794         the page changes.
11795         (set_document_page): handle paper size changes when the page
11796         changes (test with Free Culture, page 2).
11797
11798 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11799
11800         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11801         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11802
11803         Use normal style color for the widget background and
11804         draw a black box around the page.
11805
11806 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11807
11808         * pdf/xpdf/pdf-document.cc:
11809
11810         Keep offset in consideration in a few places
11811
11812         * shell/ev-view.c: (expose_bin_window):
11813
11814         Set the offsets so that the document is ever centered
11815
11816 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11817
11818         * TODO: Added TODO items and finished off the first todo item
11819
11820         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11821         reflect current authors
11822
11823 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11824
11825         * pdf/xpdf/pdf-document.cc:
11826         * shell/ev-view.c: (ev_view_set_cursor),
11827         (ev_view_motion_notify_event), (document_changed_callback),
11828         (set_document_page):
11829
11830         Show a wait cursor while the page is rendering
11831
11832 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11833
11834         * shell/ev-sidebar-thumbnails.c:
11835         (ev_sidebar_tree_selection_changed),
11836         (ev_sidebar_thumbnails_select_page):
11837         * shell/ev-sidebar-thumbnails.h:
11838         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11839         (ev_view_can_go_forward):
11840         * shell/ev-window.c: (ev_window_open_page),
11841         (ev_window_setup_document), (update_current_page),
11842         (view_page_changed_cb), (ev_window_init):
11843         * shell/ev-window.h:
11844
11845         Ensure thumbnails selection, toolbar page control and
11846         current page are in sync.
11847
11848 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11849
11850         * pdf/xpdf/XRef.cc:
11851
11852         Fix CAN-2005-0064
11853
11854 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11855
11856         * backend/Makefile.am:
11857         * backend/ev-document-links.h:
11858         * backend/ev-document-security.c: (ev_document_security_get_type),
11859         (ev_document_security_has_document_security),
11860         (ev_document_security_set_password):
11861         * backend/ev-document-security.h:
11862         * backend/ev-document.c: (ev_document_error_quark):
11863         * backend/ev-document.h:
11864         * data/Makefile.am:
11865         * data/evince-password.glade:
11866         * pdf/xpdf/pdf-document.cc:
11867         * shell/Makefile.am:
11868         * shell/ev-password.c: (ev_password_set_bad_password_label),
11869         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11870         (ev_password_dialog_get_password),
11871         (ev_password_dialog_set_bad_pass):
11872         * shell/ev-password.h:
11873         * shell/ev-window.c: (ev_window_get_attribute),
11874         (ev_window_set_property), (update_action_sensitivity),
11875         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11876         (ev_window_setup_document), (ev_window_get_password),
11877         (ev_window_open), (ev_window_cmd_save_as),
11878         (using_postscript_printer), (ev_window_print),
11879         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11880         (update_fullscreen_popup), (ev_window_fullscreen),
11881         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11882         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11883         (menu_item_select_cb), (find_bar_search_changed_cb),
11884         (ev_window_dispose), (ev_window_init):
11885
11886         Add initial support for password-supported dialogs.  This could be
11887         a lot cooler, but it'll do for now.
11888
11889 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11890
11891         * pdf/xpdf/pdf-document.cc:
11892         * shell/ev-view.c: (status_message_from_link),
11893         (ev_view_set_status), (ev_view_set_cursor),
11894         (ev_view_motion_notify_event), (ev_view_init):
11895         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11896
11897         Fix bugs in the links implementation and change cursor
11898         when hovering a link.
11899
11900 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11901
11902         * viewer/.cvsignore: added cvsignore file for viewer directory
11903
11904         * TODO: created TODO document
11905
11906 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11907
11908         * shell/ev-view.h:
11909         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11910         new functions to help with implementation of sensitivity code
11911         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11912         of all actions that might require it.  Fixes a crash when you
11913         click on the Zoom actions in a window lacking a document.
11914
11915 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11916
11917         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11918         of the Find action
11919
11920 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11921
11922         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11923         (pixbuf_document_document_iface_init):
11924         * ps/ps-document.c: (ps_document_get_link),
11925         (ps_document_document_iface_init):
11926         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11927         (status_message_from_link), (ev_view_set_status),
11928         (ev_view_set_find_status), (ev_view_motion_notify_event),
11929         (ev_view_button_release_event), (ev_view_set_property),
11930         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11931         (ev_view_get_find_status_message), (update_find_results),
11932         (ev_view_get_status), (ev_view_get_find_status):
11933         * shell/ev-view.h:
11934         * shell/ev-window.c: (view_status_changed_cb),
11935         (view_find_status_changed_cb), (ev_window_init):
11936
11937         View status message support, use it to show the links.
11938         Needs work...
11939
11940 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11941
11942         * backend/ev-document.c: (ev_document_get_link):
11943         * backend/ev-document.h:
11944         * pdf/xpdf/pdf-document.cc:
11945         * shell/ev-application.c: (ev_application_open):
11946         * shell/ev-application.h:
11947         * shell/ev-sidebar-links.c: (selection_changed_cb):
11948         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11949         (ev_view_go_to_link):
11950
11951         Add support for document links
11952
11953 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11954
11955         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11956         (create_tool_item):
11957         Set the spin button limits correctly.
11958         
11959         * shell/ev-sidebar-thumbnails.c:
11960         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11961         Support changing pages by clicking on the thumbnails.
11962         
11963 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11964
11965         * pixbuf/pixbuf-document.c:
11966         (pixbuf_document_thumbnails_get_dimensions),
11967         (pixbuf_document_document_thumbnails_iface_init):
11968
11969         implement get_dimensions
11970
11971 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11972
11973         * ps/ps-document.c: (ps_document_goto_page):
11974
11975         Fix page switching on multipage documents
11976
11977 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11978
11979         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11980         
11981         check for NULL before assigning to width and height parameters
11982
11983 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11984
11985         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11986         (pixbuf_document_set_property), (pixbuf_document_get_property):
11987
11988         implement get/set properties
11989
11990 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11991
11992         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11993         
11994         return NULL instead of "Unknown", letting the title get set to
11995         the filename when the pdf has no title.
11996
11997 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11998
11999         * ps/ps-document.c: (ps_document_get_page_count),
12000         (ps_document_goto_page):
12001
12002 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12003
12004         * shell/ev-history.c: (ev_history_get_property),
12005         (ev_history_set_property), (ev_history_class_init),
12006         (ev_history_add_page), (ev_history_set_current_index):
12007         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12008         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12009         (ev_navigation_action_finalize):
12010         * shell/ev-navigation-action.h:
12011         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12012         (ev_view_go_forward), (ev_view_get_find_status_message),
12013         (history_index_changed_cb), (ev_view_set_history):
12014         * shell/ev-view.h:
12015         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12016         (update_current_page), (register_custom_actions):
12017
12018         Implement history dropdowns
12019
12020 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12021
12022         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12023         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12024         (ev_view_go_forward):
12025         * shell/ev-window.c: (register_custom_actions):
12026
12027         Fix several history bugs
12028
12029 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12030
12031         * configure.ac: Add «nb» to ALL_LINGUAS.
12032
12033 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12034
12035         * backend/Makefile.am:
12036         * backend/ev-bookmark.c:
12037         * backend/ev-bookmark.h:
12038         * backend/ev-document-bookmarks.c:
12039         * backend/ev-document-bookmarks.h:
12040         * backend/ev-document-links.c: (ev_document_links_get_type),
12041         (ev_document_links_has_document_links),
12042         (ev_document_links_begin_read), (ev_document_links_get_link),
12043         (ev_document_links_get_child), (ev_document_links_next),
12044         (ev_document_links_free_iter):
12045         * backend/ev-document-links.h:
12046         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12047         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12048         (ev_link_get_link_type), (ev_link_set_link_type),
12049         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12050         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12051         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12052         (ev_link_new_external):
12053         * backend/ev-link.h:
12054         * pdf/xpdf/pdf-document.cc:
12055         * shell/Makefile.am:
12056         * shell/ev-application.c: (ev_application_open_link):
12057         * shell/ev-application.h:
12058         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12059         (ev_history_get_link_nth):
12060         * shell/ev-history.h:
12061         * shell/ev-sidebar-bookmarks.c:
12062         * shell/ev-sidebar-bookmarks.h:
12063         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12064         (ev_sidebar_links_class_init), (selection_changed_cb),
12065         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12066         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12067         (do_one_iteration), (populate_links_idle),
12068         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12069         * shell/ev-sidebar-links.h:
12070         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12071         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12072         (go_to_index):
12073         * shell/ev-view.h:
12074         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12075         * shell/ev-window.h:
12076
12077         Rename bookmark to link, and use "Index" for the sidebar panel.
12078
12079 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12080
12081         * shell/Makefile.am:
12082         * shell/ev-application.c: (ev_application_open_bookmark):
12083         * shell/ev-application.h:
12084         * shell/ev-history.c: (ev_history_init), (free_links_list),
12085         (ev_history_finalize), (ev_history_class_init),
12086         (ev_history_add_link), (ev_history_add_page),
12087         (ev_history_get_link_nth), (ev_history_get_n_links),
12088         (ev_history_get_current_index), (ev_history_set_current_index),
12089         (ev_history_new):
12090         * shell/ev-history.h:
12091         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12092         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12093         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12094         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12095         (ev_view_set_page):
12096         * shell/ev-view.h:
12097         * shell/ev-window.c: (ev_window_open_bookmark),
12098         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12099         (goto_page_cb), (register_custom_actions):
12100         * shell/ev-window.h:
12101
12102         Initial history implementation. Needs work.
12103
12104 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12105
12106         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12107
12108 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12109
12110         * cut-n-paste/recent-files/egg-recent-item.c:
12111         * cut-n-paste/recent-files/egg-recent-item.h:
12112         * cut-n-paste/recent-files/egg-recent-model.c:
12113         * cut-n-paste/recent-files/egg-recent-util.c:
12114         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12115         * cut-n-paste/recent-files/egg-recent-view.c:
12116
12117         Update
12118
12119 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12120
12121         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12122         (fillGlyph, fillImageMask, drawImage):
12123         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12124         pdf/splash/SplashTypes.h:
12125         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12126         packed mode for Splash.
12127
12128         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12129         RGB8 packed mode, eliminates the pixbuf data creation loop.
12130
12131         * shell/ev-print-job.c (ev_print_job_finalize)
12132         (ev_print_job_set_property, ev_print_job_get_property)
12133         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12134         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12135         (print_closure_finalize, ev_print_job_print): implement
12136         printing (for backends with EvPsExporter)
12137
12138         * shell/ev_print_job.h: update prototypes.
12139
12140         * shell/ev-window.c (ev_window_print): unref print job after
12141         printing.
12142
12143         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12144         unless the document implements the EvDocumentFind interface.
12145
12146 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12147
12148         * configure.ac: Added ja to ALL_LINGUAS.
12149
12150 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12151
12152         * pdf/xpdf/pdf-document.cc:
12153
12154         add a FIXME. We should probably not allocate
12155         a bookmark object every time
12156
12157 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12158
12159         * shell/ev-application.c: (ev_application_open),
12160         (ev_application_open_bookmark):
12161         * shell/ev-application.h:
12162         
12163         Add a way to open bookmarks
12164
12165         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12166         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12167         (ev_bookmark_set_property), (ev_bookmark_class_init),
12168         (ev_bookmark_new_title), (ev_bookmark_new_link),
12169         (ev_bookmark_new_external):
12170
12171         Support for external uris, better constructors.
12172
12173         * backend/ev-bookmark.h:
12174         * pdf/xpdf/pdf-document.cc:
12175         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12176
12177         Handle external uris
12178
12179 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12180
12181         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12182         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12183
12184         Hook up bookmarks navigation
12185
12186 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12187
12188         * backend/Makefile.am:
12189         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12190         (ev_bookmark_get_title), (ev_bookmark_set_title),
12191         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12192         (ev_bookmark_get_page), (ev_bookmark_set_page),
12193         (ev_bookmark_get_property), (ev_bookmark_set_property),
12194         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12195         (ev_bookmark_new):
12196         * backend/ev-bookmark.h:
12197         * backend/ev-document-bookmarks.c:
12198         (ev_document_bookmarks_get_bookmark):
12199         * backend/ev-document-bookmarks.h:
12200         * pdf/xpdf/pdf-document.cc:
12201         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12202
12203         Add a bookmark object to the backend and use it instead of get_values
12204
12205 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12206
12207         * data/evince-ui.xml:
12208
12209         Cleanup and add select all.
12210
12211         * shell/ev-view.c: (ev_view_select_all),
12212         (ev_view_button_press_event):
12213         * shell/ev-view.h:
12214         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12215
12216         Add select all.
12217         Clear selection on click.
12218
12219 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12220
12221         * shell/ev-sidebar-thumbnails.c
12222         (ev_sidebar_thumbnails_set_document): forgot to unref the
12223         loading_icon.
12224
12225 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12226
12227         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12228         at the visible page, not just linearly.  This makes it look fast.
12229
12230 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12231
12232         * backend/ev-document-misc.c
12233         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12234         white.
12235         * backend/ev-document-thumbnails.h: New interface to get the size
12236         of a page.
12237
12238 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12239
12240         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12241         make dist works
12242
12243 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12244
12245         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12246         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12247         things up a bit.
12248
12249         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12250
12251 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12252
12253         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12254         fonts. Should fix font problems on systems that have the base
12255         fonts in bitmap format. Reported by James Henstridge
12256         <james@jamesh.id.au>.
12257
12258 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12259
12260         * pdf/xpdf/Gfx.cc:
12261         * pdf/xpdf/GfxState.cc:
12262
12263         Fix for CAN-2004-1125
12264
12265 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12266
12267         * shell/ev-view.c: (ev_view_copy):
12268         * shell/ev-view.h:
12269         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12270
12271         Implement Edit->Copy
12272
12273 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12274
12275         * backend/ev-document.c: (ev_document_get_text):
12276         * backend/ev-document.h:
12277         * pdf/xpdf/pdf-document.cc:
12278         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12279         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12280         (ev_view_update_primary_selection), (ev_view_button_press_event),
12281         (ev_view_motion_notify_event), (ev_view_button_release_event):
12282
12283         Beginnings of clipboard support. Incomplete but primary sort
12284         of work.
12285
12286 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12287
12288         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12289         (expose_bin_window):
12290
12291         Nicer rubberband drawing, from GtkIconView.
12292
12293 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12294
12295         * backend/ev-document.c: (ev_document_save):
12296         * backend/ev-document.h:
12297         * data/evince-ui.xml:
12298         * pdf/xpdf/pdf-document.cc:
12299         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12300
12301         Implement "Save a copy..." menu item
12302
12303 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12304
12305         * shell/ev-view.c: (ev_view_zoom):
12306
12307         Queue a resize when zoom changes
12308
12309 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12310
12311         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12312         shadows.
12313
12314         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12315         thumbnails..
12316
12317 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12318
12319         * pdf/xpdf/pdf-document.cc
12320         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12321
12322 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12323
12324         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12325         It's slow, but I'll speed it up next!
12326
12327 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12328
12329         * shell/main.c (load_files):
12330
12331         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12332         from the command line and because it seems more appropriate.
12333
12334 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12335
12336         * data/evince-ui.xml:
12337         * shell/ev-window.c: (update_action_sensitivity),
12338         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12339
12340         s/next page/page down
12341         s/previous page/page up
12342
12343 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12344
12345         * data/evince-ui.xml:
12346
12347         Change the layout to match clarkbw design.
12348
12349         * shell/Makefile.am:
12350         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12351         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12352         (ev_navigation_action_finalize),
12353         (ev_navigation_action_set_property),
12354         (ev_navigation_action_get_property),
12355         (ev_navigation_action_class_init):
12356         * shell/ev-navigation-action.h:
12357
12358         Implement clarkbw toolbar navigation controls (incomplete)
12359
12360         * shell/ev-page-action.c: (update_label), (update_spin),
12361         (value_changed_cb), (create_tool_item), (connect_proxy),
12362         (ev_page_action_init), (ev_page_action_finalize),
12363         (ev_page_action_set_property), (ev_page_action_get_property),
12364         (ev_page_action_set_current_page),
12365         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12366         * shell/ev-page-action.h:
12367
12368         Implement a page switcher in the toolbar
12369
12370         * shell/ev-view.c: (ev_view_scroll_view):
12371         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12372         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12373         (register_custom_actions), (ev_window_init):
12374
12375         Change page on PageUp/Down.
12376
12377 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12378
12379         * pdf/xpdf/pdf-document.cc
12380         (pdf_document_thumbnails_get_thumbnail): initial stab at
12381         implementing thumbnail support for pdfs.  It only does documents
12382         with precached pdfs now.
12383
12384 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12385
12386         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12387         thumbnail code into a time-based idle as well.  Also, turn off the
12388         shadow temporarily as it's really slow.
12389
12390 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12391
12392         * backend/ev-document.c: (ev_document_class_init):
12393         * pdf/xpdf/pdf-document.cc:
12394         * shell/ev-window.c: (ev_window_open):
12395
12396         Fix document title bugs and fallback to
12397         filename when not available.
12398
12399 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12400
12401         * backend/ev-document.c: (ev_document_get_type),
12402         (ev_document_class_init), (ev_document_load),
12403         (ev_document_get_title):
12404         * backend/ev-document.h:
12405         * pdf/xpdf/pdf-document.cc:
12406         * ps/ps-document.c: (ps_document_set_property),
12407         (ps_document_get_property), (ps_document_class_init),
12408         (document_load):
12409         * ps/ps-document.h:
12410         * ps/ps.h:
12411         * shell/ev-window.c: (update_window_title), (ev_window_open),
12412         (ev_window_init):
12413
12414         Initial support for document title. Not working yet.
12415
12416 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12417
12418         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12419
12420         Grab focus on the view when clicking it
12421
12422 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12423
12424         * shell/ev-marshal.list:
12425         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12426         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12427
12428         Add key bindings to the view. Now if the focus would work
12429         right...
12430
12431 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12432
12433         * Makefile.am:
12434         * backend/Makefile.am:
12435         * data/Makefile.am:
12436         * dvi/Makefile.am:
12437         * dvi/dvilib/Makefile.am:
12438         * pdf/xpdf/Makefile.am:
12439         * po/POTFILES.in:
12440         * ps/Makefile.am:
12441
12442         Fix distcheck
12443
12444 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12445
12446         * shell/ev-view.c: (ev_view_realize):
12447
12448         Fix mouse wheel scrolling
12449
12450 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12451
12452         * ps/Makefile.am:
12453         * ps/gstypes.h:
12454         * ps/gtkgs.c:
12455         * ps/gtkgs.h:
12456         * ps/ps-document.c: (catchPipe), (ps_document_init),
12457         (ps_document_class_init), (ps_document_cleanup),
12458         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12459         (set_up_page), (close_pipe), (is_interpreter_ready),
12460         (interpreter_failed), (output), (input), (start_interpreter),
12461         (stop_interpreter), (file_length), (file_readable),
12462         (check_filecompressed), (check_pdf), (compute_xdpi),
12463         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12464         (ps_document_get_type), (ps_document_emit_error_msg),
12465         (document_load), (ps_document_next_page),
12466         (ps_document_get_current_page), (ps_document_get_page_count),
12467         (ps_document_goto_page), (ps_document_set_page_size),
12468         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12469         (ps_document_load), (ps_document_get_n_pages),
12470         (ps_document_set_page), (ps_document_get_page),
12471         (ps_document_widget_event), (ps_document_set_target),
12472         (ps_document_set_scale), (ps_document_set_page_offset),
12473         (ps_document_get_page_size), (ps_document_render),
12474         (ps_document_document_iface_init):
12475         * ps/ps-document.h:
12476         * ps/ps.c:
12477         * shell/ev-window.c: (ev_window_open):
12478
12479         Rename GtkGS to PSDocument
12480
12481 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12482
12483         * ps/gtkgs.c: (gtk_gs_class_init):
12484         * ps/gtkgs.h:
12485
12486         Some more leftover...
12487
12488 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12489
12490         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12491         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12492         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12493         * ps/gtkgs.h:
12494
12495         Remove unused code and make a lot of stuff private
12496
12497 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12498
12499         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12500         (gtk_gs_defaults_changed):
12501         * ps/gsdefaults.h:
12502         * ps/gtkgs.c:
12503         * ps/gtkgs.h:
12504         * ps/ps.h:
12505
12506         Cleanup headers dependencies
12507
12508 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12509
12510         * ps/Makefile.am:
12511         * ps/ggvutils.c:
12512         * ps/ggvutils.h:
12513         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12514         * ps/gsdefaults.h:
12515         * ps/gtkgs.c: (file_length), (file_readable),
12516         (check_filecompressed), (check_pdf), (gtk_gs_load),
12517         (gtk_gs_get_postscript):
12518
12519         Get rid of ggvutils
12520
12521 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12522
12523         * ps/ggvutils.c:
12524         * ps/ggvutils.h:
12525         * ps/gsio.h:
12526         * ps/gtkgs.c: (gtk_gs_set_zoom):
12527
12528         Cleanups
12529
12530 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12531
12532         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12533
12534         Ensure the page is rerendered when changing zoom
12535
12536 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12537
12538         * backend/ev-document.c: (ev_document_base_init),
12539         (ev_document_changed):
12540         * backend/ev-document.h:
12541
12542         Add a changed event that is emitted when the page content
12543         changes. This is necessary to deal with the fact that
12544         in ps backend rendering happen asycrounously.
12545         This makes the ps backend mostly work.
12546
12547         * pdf/xpdf/pdf-document.cc:
12548
12549         Emit changed event
12550
12551         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12552         (ps_document_set_target):
12553
12554         Emit changed event
12555
12556         * shell/ev-view.c: (document_changed_callback),
12557         (ev_view_set_document), (ev_view_set_page):
12558
12559         Redraw on the changed signal
12560
12561 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12562
12563         * configure.ac: Added pt_BR to ALL_LINGUAS.
12564
12565 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12566
12567         * backend/ev-document-bookmarks.c:
12568         (ev_document_bookmarks_get_child): *
12569         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12570         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12571         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12572         (ev_sidebar_bookmarks_destroy),
12573         (ev_sidebar_bookmarks_class_init),
12574         (ev_sidebar_bookmarks_construct), (stack_data_free),
12575         (do_one_iteration), (populate_bookmarks_idle),
12576         (ev_sidebar_bookmarks_clear_document),
12577         (ev_sidebar_bookmarks_set_document): *
12578         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12579         (ev_sidebar_add_page),
12580         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12581         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12582         it displays both the topics and the page numbers.
12583
12584 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12585
12586         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12587         toggle.
12588         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12589         visible.
12590
12591 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12592
12593         * configure.ac: Added en_CA to ALL_LINGUAS.
12594
12595 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12596
12597         * ChangeLog: replace bottom of this ChangeLog (merged history of
12598         ggv and gpdf; where all paths were wrong and most of the files are
12599         not even in this tree) with ChangeLog (from arch) of the shell
12600         code.
12601
12602 2004-12-23  Havoc Pennington  <hp@redhat.com>
12603
12604         * shell/ev-window.c: hook up potentially-questionable "find
12605         results status text" feature - something involving the sidebar or
12606         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12607         might be better in the end.
12608
12609         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12610         with corresponding signal when it should be updated
12611
12612         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12613
12614 2004-12-22  Havoc Pennington  <hp@redhat.com>
12615
12616         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12617         find stuff on other pages, sort of (only returns one result on
12618         invisible pages, to show they have results; updates full results
12619         for a page when you view it). Currently repaints the current page
12620         every time a new result is found on any page, which isn't so nice.
12621
12622 2004-12-22  Havoc Pennington  <hp@redhat.com>
12623
12624         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12625         the document doesn't support find (better ideas?)
12626         (find_bar_search_changed_cb): handle missing document or document
12627         that doesn't support find
12628
12629         * pdf/xpdf/pdf-document.cc: port to implement the new
12630         EvDocumentFindIface
12631
12632         * backend/ev-document-find.c: create a new interface for searching
12633
12634         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12635
12636 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12637
12638         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12639         libevbackend.la.
12640
12641         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12642         EvPrintJob constructor arguments.
12643
12644         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12645         for documents that can export PostScript (page by page).
12646
12647         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12648         
12649         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12650         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12651         (pdf_document_ps_exporter_iface_init:
12652         Implement EvPSExporter.
12653
12654         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12655
12656 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12657
12658         * backend/Makefile.am:
12659         * backend/ev-document-thumbnails.c:
12660         (ev_document_thumbnails_get_type),
12661         (ev_document_thumbnails_get_thumbnail):
12662         * backend/ev-document-thumbnails.h:
12663         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12664         (pixbuf_document_thumbnails_get_thumbnail),
12665         (pixbuf_document_document_thumbnails_iface_init):
12666         * shell/Makefile.am:
12667         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12668         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12669         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12670         * shell/ev-sidebar-thumbnails.h:
12671         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12672         (ev_sidebar_set_document):
12673         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12674         (create_shadow), (ev_pixbuf_add_shadow):
12675         * shell/ev-utils.h:
12676         Add thumbnail support.
12677         
12678 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12679
12680         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12681         (using_postscript_printer): Set up a print dialog for "PostScript
12682         injection" method.
12683
12684         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12685         EvPrintJob.
12686
12687         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12688
12689 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12692         (ps_document_set_target), (ps_document_get_page_size),
12693         (ps_document_render):
12694         * ps/gtkgs.h:
12695
12696         Fix a few bugs
12697
12698 2004-12-22  Christian Rose  <menthos@menthos.com>
12699
12700         * configure.ac: Added "sv" to ALL_LINGUAS.
12701
12702 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12703
12704         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12705         document supports bookmarks.
12706
12707 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12708
12709         * ps/ggvutils.c: (ggv_file_readable):
12710         * ps/ggvutils.h:
12711         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12712         (gtk_gs_get_postscript):
12713
12714         Remove unused utils
12715
12716 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12717
12718         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12719         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12720         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12721         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12722         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12723         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12724         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12725         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12726         (gtk_gs_set_antialiasing), (ps_document_load),
12727         (ps_document_render):
12728         * ps/gtkgs.h:
12729
12730         Another check point for the ps backend. Now I can get it to show
12731         pages!
12732
12733 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12734
12735         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12736         document setting code.
12737
12738 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12739
12740         * shell/eggfindbar.c: (entry_activate_callback):
12741         Animate the next button when activate is pressed.
12742         
12743 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12744
12745         * shell/ev-window.c: (ev_window_cmd_edit_find),
12746         (update_fullscreen_popup), (ev_window_fullscreen),
12747         (ev_window_unfullscreen), (ev_window_state_event_cb),
12748         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12749         Fix bugs in fullscreen code.
12750         
12751 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12752
12753         * Makefile.am:
12754         * configure.ac:
12755         * pixbuf/Makefile.am:
12756         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12757         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12758         (pixbuf_document_set_page), (pixbuf_document_get_page),
12759         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12760         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12761         (pixbuf_document_render), (pixbuf_document_begin_find),
12762         (pixbuf_document_end_find), (pixbuf_document_finalize),
12763         (pixbuf_document_class_init),
12764         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12765         * pixbuf/pixbuf-document.h:
12766         * shell/Makefile.am:
12767         * shell/ev-application.c: (ev_application_open):
12768         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12769         (ev_window_open):
12770         Add pixbuf backend.
12771         
12772 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12773
12774         * Makefile.am: 
12775         * dvi/dvilib/Makefile.am:
12776         * dvi/Makefile.am:
12777         * configure.ac: Auto*ify dvi and dvi/dvilib
12778
12779         * dvi/Makefile: Remove from CVS
12780         
12781         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12782         confusion.
12783
12784         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12785         
12786         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12787         
12788 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12789
12790         * ps/Makefile.am:
12791         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12792         (gtk_gs_value_adjustment_changed), (compute_size),
12793         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12794         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12795         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12796         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12797         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12798         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12799         (ps_document_load), (ps_document_get_n_pages),
12800         (ps_document_set_page), (ps_document_get_page),
12801         (ps_document_set_target), (ps_document_set_scale),
12802         (ps_document_set_page_offset), (ps_document_get_page_size),
12803         (ps_document_render), (ps_document_begin_find),
12804         (ps_document_end_find), (ps_document_document_iface_init):
12805         * ps/gtkgs.h:
12806         * shell/Makefile.am:
12807         * shell/ev-window.c: (ev_window_open):
12808
12809         Some work to integrate gtkgs with EvDocument
12810
12811 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12812
12813         * shell/ev-window.c: (update_fullscreen_popup),
12814         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12815         (exit_fullscreen_button_clicked_cb),
12816         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12817         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12818         (ev_window_state_event_cb), (ev_window_init):
12819         Add fullscreen support from Epiphany.
12820         
12821 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12822
12823         * data/ev-stock-zoom-fit-width.png: fit-width
12824         stock icon from gpdf.
12825         
12826         * shell/ev-stock-icons.[ch]: copied from gpdf.
12827         
12828         * shell/main.c: (main): init stock icons.
12829         
12830         * shell/ev-window.c: use the fit-width icon.
12831         
12832         * data/evince-ui.xml: add zooming toolbar items.
12833
12834 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12835
12836         * shell/ev-view.c: 
12837         (ev_view_best_fit), (ev_view_fit_width): because
12838         get_page_size() returns the scaled page size, we
12839         need to calculate the scale factor relative to
12840         the previous scale factor. Should really just
12841         add get_real_page_size().
12842
12843 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12844
12845         * shell/ev-view.[ch]:
12846         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12847         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12848         add zooming.
12849         
12850         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12851         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12852         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12853         hook it up.
12854         
12855         * pdf/xpdf/pdf-document.cc:
12856         (pdf_document_begin_find),
12857         (pdf_document_end_find): make static.
12858
12859 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12860
12861         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12862
12863         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12864         names to fontconfig patterns.
12865         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12866
12867         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12868         setupBaseFontsFc.
12869
12870 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12871
12872         * Makefile.am:
12873         * configure.ac:
12874         * ps/Makefile.am:
12875         * ps/ggvutils.c:
12876         * ps/ggvutils.h:
12877         * ps/gsdefaults.c:
12878         * ps/gsdefaults.h:
12879         * ps/gsio.c:
12880         * ps/gsio.h:
12881         * ps/gtkgs.c:
12882         * ps/gtkgs.h:
12883         * ps/ps.c:
12884         * ps/ps.h:
12885
12886         Import ggv backend. Not hooked up yet.
12887
12888 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12889
12890         * shell/main.c: (load_files), (main): load files
12891         from the command line.
12892
12893 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12894
12895         * configure.ac: don't require bonobo.
12896         
12897         * cut-n-paste/recent-files/*: kill bonobo recent
12898         view.
12899
12900         * shell/ev-window.c:
12901         (ev_window_is_empty): upd.
12902         (unable_to_load), (ev_window_open): load backend
12903         based on the mime type.
12904
12905 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12906
12907         * backend/.cvsignore: ignore generated marshalers source.
12908
12909         * shell/main.c (main): this is not epiphany.
12910
12911 2004-12-22  Havoc Pennington  <hp@redhat.com>
12912
12913         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12914         (expose_bin_window): draw find highlights
12915
12916         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12917         
12918         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12919         (pdf_document_end_find): implement this interface
12920
12921         * backend/ev-document.c (ev_document_found): add this to emit
12922         signal
12923
12924 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12925
12926         * data/evince-ui.xml: Add a few more toolbar items.
12927
12928         * shell/ev-window.c: Hook up page navigation toolbar 
12929         items.
12930
12931         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12932         a page-changed signal.
12933
12934         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12935         Add ev_document_get_page().
12936
12937         * shell/ev-window.c: Sensitize/desensitize navigation
12938         actions.
12939
12940 2004-12-21  Havoc Pennington  <hp@redhat.com>
12941
12942         * backend/ev-backend-marshal.c,
12943         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12944         marshaler-generator thingy. I'm sure there's a better way to do
12945         this in the modern world.
12946
12947         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12948         end_find methods and "found" signal.
12949
12950         * configure.ac: find glib-genmarshal
12951
12952 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12953
12954         * shell/ev-sidebar.c: Construct an actual sidebar.
12955         * shell/ev-sidebar-bookmarks.[ch]:
12956         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12957
12958 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12959
12960         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12961         Redo size handling.
12962         
12963         * shell/ev-view.c: Track the size from the document.
12964
12965 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12966
12967         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12968         constructor assumes ownership of the string passed in.
12969         
12970         * shell/ev-window.c (ev_window_open): Destroy the error
12971         dialog once we've displayed it.
12972
12973 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12974
12975         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12976         a bit, it works! (sort of)
12977
12978         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12979         Move to .cc since we need to use C++ in the implementation.
12980
12981         * shell/dummy.cc: Add a CC file to force evince
12982         to be linked as a C++ program.
12983
12984 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12985
12986         * shell/ev-view.[ch]: Start of content-area widget.
12987
12988         * shell/ev-window.c: Create a EvView, update it
12989         as we change documents.
12990
12991         * shell/Makefile.am shell/ev-marshal.list: Add
12992         generated marshalers.
12993
12994 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12995
12996         * Makefile.am (SUBDIRS): move shell.
12997
12998 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12999
13000         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13001         .a to libtool convenience libraries.
13002
13003         * shell/ev-window.c (ev_window_open): Hard code loading
13004         a PDF document.
13005         
13006         * backend/ev-document.h: Add a boolean return to load(),
13007         fix GError * to GError **.
13008
13009         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13010         object for a PDF backend EvDocument.
13011
13012 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13013
13014         * dvi/*: New directory with the beginning of a .dvi backend.
13015
13016 2004-12-21  Havoc Pennington  <hp@redhat.com>
13017
13018         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13019         previous/next instead of back/forward
13020
13021 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13022
13023         * backend/ev-document.[ch]: Fix a couple of problems so
13024         it compile.
13025
13026 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13027
13028         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13029         to backend/ directory, rename EvViewer to EvDocument.
13030
13031 2004-12-21  Havoc Pennington  <hp@redhat.com>
13032
13033         * shell/ev-window.c: hook up the find bar widget; now we just need
13034         a document to find things in
13035
13036         * shell/eggfindbar.c: a find bar widget
13037
13038 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13039
13040         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13041
13042 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13043
13044         * pdf/**: Import of xpdf code from gpdf. 
13045
13046         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13047
13048         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13049         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13050         Fix FreeType includes.
13051
13052         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13053         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13054         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13055         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13056         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13057         Include xpdfconfig.h
13058         
13059 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13060
13061         * shell/ev-window.c (ev_window_dispose): dispose can be called
13062         multiple times.
13063
13064 2004-12-21  Havoc Pennington  <hp@redhat.com>
13065
13066         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13067         rather than Evince
13068
13069         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13070         items; really they should be synced with the strings, etc. from
13071         current gpdf, but just getting the boring typing out of the way 
13072
13073 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13074
13075         * po/POTFILES.in:
13076         * shell/ev-application.c: (window_destroy_cb):
13077         * shell/ev-window.c:
13078         * shell/main.c: (main):
13079
13080         Actually show the window...
13081
13082 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13083
13084         * Makefile.am:
13085         * shell/Makefile.am:
13086         * shell/ev-application.c: (ev_application_class_init):
13087         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13088
13089         Make it build again
13090
13091 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13092
13093         Import to gnome cvs.
13094         
13095         * Remove copies of gpdf and ggv trees.
13096         * Rip out all the recursive configure code.
13097         * Remove bonobo machinery.
13098         * viewer/*: GInterfaces that backends should/can implement.
13099
13100 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13101
13102         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13103         typo
13104
13105 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13106
13107         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13108         (ev_application_finalize, ev_application_class_init)
13109         (ev_application_init): use GType instance private data for priv.
13110
13111         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13112         (ev_window_finalize, ev_window_class_init)
13113         (ev_window_init): ditto.
13114
13115 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13116
13117         * shell/ev-application.c (ev_application_new_window): make public
13118         (ev_application_show_initial_window): kill.
13119
13120         * shell/ev-application.h: update prototypes.
13121
13122         * shell/main.cc (main): inline ev_application_show_initial_window.
13123
13124 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13125
13126         * shell/ev-application.c (ev_application_new_window): impl.
13127         (ev_application_show_initial_window): use it.
13128         (is_window_empty, ev_application_get_empty_window): returns an
13129         existing empty window or a new one.
13130         (ev_application_open): from ev_window_cmd_file_open.
13131
13132         * shell/ev-application.h: update prototypes
13133
13134         * shell/ev-window.c (ev_window_is_empty): impl.
13135         (ev_window_open): make public.
13136         (ev_window_cmd_file_open): use ev_application_open
13137
13138         * shell/ev-window.h: update prototypes, remove unused.
13139
13140 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13141
13142         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13143         move destroy handler out of here...
13144
13145         * shell/ev-application.c, shell/ev-application.h: ...into this new
13146         class. Also handles initial window creation.
13147
13148         * shell/main.cc (main): use EvApplication to create initial
13149         window.
13150
13151 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13152
13153         * Makefile.am (SUBDIRS): add cut-n-paste
13154
13155         * cut-n-paste/Makefile.am: add
13156
13157         * configure.ac: generate Makefiles in cut-n-paste
13158
13159 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13160
13161         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13162         (ev_window_class_init): install ev_window_dispose.
13163
13164 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13165
13166         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13167         char (gchar looks stupid).
13168
13169 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13170
13171         * po/de.po: updated German translation.
13172
13173 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13174
13175         * configure.ac: add more pkg-config library checks for gnome-vfs,
13176         bonobo etc.
13177
13178         * gpdf/configure.in: temporarily disable libpaper
13179         checks. Otherwise I'd have to add the checks for the shell, too.
13180
13181 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13182
13183         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13184         and * file filters to the file choose.
13185
13186 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13187
13188         * po/de.po: Updated German translation.
13189
13190 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13191
13192         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13193
13194 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13195
13196         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13197
13198         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13199         (ev_window_init): implement those menuitems.
13200
13201 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13202
13203         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13204
13205         * shell/ev-window.c (ev_window_init): use the toolbar.
13206
13207 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13208
13209         * shell/ev-window.c (ev_window_init): use menu translations
13210
13211 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13212
13213         * configure.ac: add "de" to ALL_LINGUAS.
13214
13215         * po/de.po: add German translation.
13216
13217 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13218
13219         * Makefile.am (SUBDIRS): add po
13220
13221         * configure.ac: check intltool, glib-gettext etc, generate
13222         po/Makefile.in
13223
13224         * po, po/POTFILES.in, po/POTFILES.skip: new.
13225
13226 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13227
13228         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13229         already use (#ifdef ENABLE_NLS)
13230
13231         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13232         pointer indirection thinko.
13233
13234         * shell/main.c: include gi18n.h for bindtextdomain etc.
13235
13236 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13237
13238         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13239         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13240         tooltips for menu items in the statusbar.
13241
13242 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13243
13244         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13245         pkgdatadir drop UIDIR
13246
13247 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13248
13249         * data/evince-ui.xml: Add File->Open menu item
13250
13251         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13252         chooser), hook it up in the ui manager.
13253
13254 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13255
13256         * shell/ev-window.c: fix Help->About tooltip.
13257
13258 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13259
13260         * configure.ac: set CFLAGS for libevprivate.
13261
13262         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13263         definitions, factory etc.
13264
13265         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13266
13267         * shell/Makefile.am: link against libevprivate.a.
13268
13269         * shell/ev-window.c (entries): add stock icon to Help->About.
13270
13271         * shell/main.c (main): init stock icon code.
13272
13273 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13274
13275         * lib/recent-files: egg recent files code
13276
13277         * lib/Makefile.am: add.
13278
13279         * Makefile.am: add lib subdir.
13280
13281         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13282         set CFLAGS for recent-files.
13283
13284 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13285
13286         * configure.ac: disable -ansi and -pedantic gcc flags. They
13287         disable POSIX stuff in stdio.h, but egg-recent uses them.
13288
13289 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13290
13291         * configure.ac: add --disable-deprecated flag (defaults to on in
13292         "cvs" builds).
13293
13294         * shell/Makefile.am (INCLUDES): use it.
13295
13296 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13297
13298         * shell/main.c: add missing #include.
13299
13300         * shell/ev-window.c: fix for pedantic gcc.
13301         (ev_window_cmd_help_about): split license into paragraphs for
13302         translators and pedantic compilers.
13303
13304 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13305
13306         * configure.ac: add more warning flags if compiling with gcc from
13307         cvs (or explicitly requested with --enable-more-warnings).
13308
13309 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13310
13311         * data/evince-ui.xml: add File and File->Close menu.
13312
13313         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13314         (ev_window_destroy): quit after destroy.
13315         (ev_window_class_init): override GtkObject::destroy.
13316         (entries): install close_window callback.
13317
13318 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13319
13320         * Makefile.am (SUBDIRS): add data subdir.
13321
13322         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13323         gtk+ 2.5.0 for GtkAboutDialog.
13324
13325         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13326         main window.
13327
13328         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13329
13330         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13331         manager.
13332         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13333
13334 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13335
13336         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13337
13338 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13339
13340         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13341
13342 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13343
13344         * shell/*: Added shell directory boilerplate, build it.
13345
13346 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13347
13348         * configure.ac, Makefile.am: Added top-level configure.ac and
13349         Makefile.am