]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Invert collate action in order to work as expected, fix reverse printing
[evince.git] / ChangeLog
1 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * shell/ev-jobs.c: (ev_job_print_run):
4
5         Invert collate action in order to work as expected, fix reverse
6         printing so that it doesn't start with a blank page and fix number
7         of copies. Patch by Eugen Dedu. Fixes bug #365332.
8         
9 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
12
13         Fix build with poppler <= 0.7.2
14         
15 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * libdocument/ev-document-misc.c:
18         (ev_document_misc_surface_from_pixbuf):
19
20         Fix selections with poppler-splash.
21         
22 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
23
24         * configure.ac:
25         * backend/pdf/ev-poppler.cc:
26
27         Fix build with poppler >= 0.7.2
28         
29 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
30
31         * configure.ac:
32         
33         Update for release 2.22.0
34
35 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * NEWS:
38
39         Update for upcoming release.
40
41 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
42
43         * shell/ev-window.c (ev_window_print_dialog_response_cb):
44
45         Bug 495107 – Handle print dialog responses correctly
46
47         Correctly handle print dialog response. Properly fixes
48         the above mentioned bug.
49
50 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
51
52         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
53
54         Make sure print job is only run when the print button is
55         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
56         
57 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
58
59         * backend/pdf/pdfdocument.evince-backend.in:
60         * libdocument/ev-backends-manager.c:
61         (ev_backends_manager_load_backend),
62         (ev_backends_manager_get_document):
63         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
64
65         Allow making backend modules resident. This is needed only for
66         some backends like pdf to avoid registering glib types more than
67         once.
68         
69 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * backend/comics/comics-document.c:
72         * backend/djvu/djvu-document.c:
73         * backend/impress/impress-document.c:
74         * backend/pdf/ev-poppler.cc:
75         * backend/pixbuf/pixbuf-document.c:
76         * backend/ps/ev-spectre.c:
77         * backend/ps/ps-document.c:
78         * backend/tiff/tiff-document.c:
79         * libdocument/ev-document.h:
80         * properties/ev-properties-main.c:
81
82         Use g_type_module_add_interface instead of
83         g_type_add_interface_static. Fixes bug #519679.
84         
85 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
86
87         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
88         Added. Returns whether the animation has everything necessary to run.
89         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
90         is ready just because it's been created. Fixes #519106.
91         (draw_one_page): Do not show the "Loading..." text in presentation
92         mode, there was a slim probability that this could happen.
93
94 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
95
96         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
97
98         Duplicate mime_type string before freeing it so that it doesn't
99         always fail when getting mime type from uri. Fixes bug #518874.
100         
101 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * shell/ev-view.c: (ev_view_form_field_choice_changed):
104
105         Fix a crash when a choice form field doesn't have any item
106         selected. Fixes bug #518831
107         
108 2008-02-25  Alexander Larsson  <alexl@redhat.com>
109
110         * shell/ev-window.c (ev_window_clear_temp_file):
111         Use g_file_has_prefix instead of renamed
112         g_file_contains_file.
113
114         * configure.ac:
115         Require new glib for above change.
116         
117 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
118
119         * libdocument/ev-image.c: (ev_image_finalize),
120         (ev_image_save_tmp):
121
122         Return a real uri instead of a filename when saving an
123         image. Fixes images drag an drop from evince to nautilus. 
124         
125 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
126
127         * backend/pdf/ev-poppler.cc:
128         (pdf_document_images_get_image_mapping):
129
130         Return the image list in the right order. Fixes bug #516237.
131         
132 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
133
134         * backend/impress/impress-document.c:
135         (impress_document_thumbnails_get_thumbnail):
136
137         Remove unused variable to avoid a compiler warning.
138
139 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
140
141         * configure.ac:
142         
143         Update for release 2.21.91.
144
145 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * configure.ac:
148         * shell/Makefile.am:
149         * shell/ev-application.[ch]:
150         * shell/ev-sidebar-links.c:
151         * shell/ev-utils.[ch]:
152         * shell/ev-window.[ch]:
153
154         Remove libgnomeprint support. Fixes bug #512370.
155         
156 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
157
158         * thumbnailer/evince-thumbnailer.c: (main):
159
160         Initialize glib type system before using it. Fixes bug #513934.
161         
162 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
163
164         * properties/ev-properties-main.c:
165
166         Add missing #include.
167         
168 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
169
170         * configure.ac:
171         * backend/djvu/djvu-document.c: (djvu_document_render):
172         * backend/tiff/tiff-document.c: (tiff_document_render):
173
174         Use the new cairo function cairo_format_stride_for_width when
175         available. Fixes bug #482720.
176
177 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
180         (get_mime_type_from_data), (get_document_from_uri):
181
182         Use g_content_type_guess() only when slow is true in
183         get_document_from_uri(). Fix several memory leaks.
184         
185 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
186
187         * libdocument/ev-document-factory.c:
188         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
189         (get_document_from_uri):
190
191         Use g_content_type_guess () to get mimetype for files.
192         Bug #510401.
193
194 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
195
196         * thumbnailer/Makefile.am:
197
198         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
199         
200 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * configure.ac:
203
204         Fix build with --without-libgnome. Fixes bug #512771.
205         
206 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
207
208         * backend/dvi/Makefile.am: Install only dvi
209         module. Fixes bug #512718.
210
211 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
212
213         * properties/ev-properties-main.c: (nautilus_module_initialize):
214         
215         Initialize backends in properties tab. Fixes bug
216         #512720.
217
218 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
219
220         * properties/Makefile.am: No need to link with 
221         libraries. Fixes bug #512719.
222
223 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
224
225         * NEWS:
226         * configure.ac:
227         
228         Update for release 2.21.90.
229
230 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
231
232         * shell/ev-window.c: (ev_window_cmd_escape):
233
234         Fix compile warning.
235         
236 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
237
238         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
239
240         Fix printing in dvi backend when filename contains white
241         espaces. Fixes bug #502839.
242         
243 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
244
245         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
246         (screensaver_disable_x11):
247         * shell/Makefile.am:
248         * shell/xdg-user-dir-lookup.c: Removed
249         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
250         * shell/ev-view.c: (ev_view_presentation_transition_start):
251         * shell/ev-window.c: (ev_window_cmd_file_open),
252         (ev_window_cmd_save_as), (presentation_set_timeout):
253
254         Remove #ifdefs that are no longer needed.
255         
256 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
257
258         * shell/ev-view.[ch]: (ev_view_button_release_event),
259         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
260         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
261         (ev_window_cmd_escape):
262
263         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
264         
265 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
266
267         * configure.ac:
268         * backend/comics/comics-document.c: (comics_document_load):
269         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
270         (ev_attachment_set_property), (ev_attachment_init),
271         (ev_attachment_save), (ev_attachment_launch_app),
272         (ev_attachment_open):
273         * libdocument/ev-document-factory.c: (get_document_from_uri):
274         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
275         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
276         * shell/ev-jobs.c:
277         * shell/ev-password.c: (ev_password_dialog_set_property),
278         (ev_password_dialog_save_password):
279         * shell/ev-sidebar-attachments.c:
280         (ev_sidebar_attachments_drag_data_get):
281         * shell/ev-window-title.c: (get_filename_from_uri):
282         * shell/ev-window.c: (ev_window_clear_temp_file),
283         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
284         (ev_window_open_uri), (window_save_file_copy_ready_cb),
285         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
286         (launch_external_uri), (image_save_dialog_response_cb),
287         (attachment_save_dialog_response_cb):
288         * shell/main.c: (load_files), (load_files_remote), (main):
289         * thumbnailer/evince-thumbnailer.c: (main):
290
291         Port to gio and drop gnome-vfs dependency. Fixes bug
292         #510401. Based on patch by Cosimo Cecchi.
293         
294 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
295
296         * NEWS:
297
298         Fixed formatting inconsistencies (spaces vs. tabs)
299
300 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
301
302         * shell/ev-window.c:
303
304         Use top/up/bottom/down arrows instead of
305         first/left/last/right in the toolbar and menu actions.
306         This fixes issues with RTL languages and is visually
307         consistent with the page view. Fixes bug #170081.
308
309 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
310
311         * NEWS:
312
313         Fixed some inaccuracies pointed out by Carlos Garcia
314         Campos.
315
316 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
317
318         * NEWS:
319         * data/evince.schemas.in:
320         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
321
322         Override PDF restrictions by default. Fixes bug #382700.
323
324 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
325
326         * NEWS: Updated for upcoming release
327
328 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
329
330         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
331
332         Fix memory leak.
333         
334 2008-01-23  Gil Forcada <gilforcada@guifi.net>
335
336         * shell/ev-window.c: (register_custom_actions):
337         
338         Added comment for translators
339
340 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
341
342         * shell/ev-view.c: (ev_view_button_release_event):
343
344         Do not create the idle function for kinetic scrolling if we are
345         not in a drag operation.
346
347 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
348
349         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
350         (ev_view_button_press_event), (ev_view_motion_notify_event),
351         (ev_view_button_release_event):
352
353         Restore cursor after autoscrolling. Fixes bug #509958.
354
355 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
356
357         * configure.ac:
358         * backend/pdf/ev-poppler.cc:
359         (pdf_document_images_get_image_mapping),
360         (pdf_document_images_get_image),
361         (pdf_document_document_images_iface_init):
362         * libdocument/ev-document-images.[ch]:
363         (ev_document_images_get_image_mapping),
364         (ev_document_images_get_image):
365         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
366         (ev_image_get_id), (ev_image_save_tmp):
367         * shell/ev-jobs.c: (ev_job_render_run):
368         * shell/ev-view.c: (ev_view_drag_data_get):
369         * shell/ev-window.c: (image_save_dialog_response_cb),
370         (ev_view_popup_cmd_copy_image):
371
372         Do not render images when rendering the page but on demand. It
373         reduces the memory comsumption.
374         
375 2008-01-18  Marcelo Lira  <setanta@gmail.com>
376
377         * configure.a:
378         * shell/ev-password.c:
379
380         Make gnome-keyring optional. Fixes bug #509676.
381         
382 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
383
384         * shell/ev-pixbuf-cache.c: (add_job):
385
386         Initialize include_images variable as FALSE instead of TRUE.
387         
388 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
389
390         * configure.ac:
391         * cut-n-paste/Makefile.am:
392         * cut-n-paste/fileformatchooser/Makefile.am:
393         * cut-n-paste/fileformatchooser/egg-macros.h:
394         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
395         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
396         * shell/Makefile.am:
397         * shell/ev-utils.c:
398         (file_chooser_dialog_add_writable_pixbuf_formats),
399         (get_gdk_pixbuf_format_by_extension):
400         * shell/ev-utils.h:
401         * shell/ev-window.c: (ev_window_error_message),
402         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
403         
404         Simplify image format selection on save.
405
406 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
407
408         * shell/ev-view.c: (ev_view_scroll_event):
409         
410         Repair gorizontal scrolling with shift. Fixes
411         bug #483412.
412
413 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
414         
415         * MAINTAINERS:
416
417         Fix formatting issues.
418         
419 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
420
421         * backend/comics/comics-document.c: (comics_regex_quote):
422         
423         Don't overquote special chars except of '. See bug 
424         502500. Thanks to Tom Parker.
425
426 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
427
428         * MAINTAINERS:
429         
430         Added Nickolay and Carlos, since they're doing most of
431         the releases nowadays.
432
433 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
434
435         * properties/Makefile.am:
436
437         Get the nautilus extension dir properly instead of using
438         a hack. Fixes bug #505359.
439
440 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
441
442         * properties/Makefile.am:
443         
444         Install nautilus extension into new place. See bug
445         #505359. Thanks to Matthias Clasen, Brian Pepple and
446         Damien Carbery.
447
448 2008-01-13  Djihed Afifi  <djihed@gmail.com>
449
450         * shell/ev-window.c: (ev_window_get_recent_file_label):
451         
452         RTL marker in recent file list. See bug #509076.
453
454 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
455
456         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
457         * shell/ev-window.c: (image_save_dialog_response_cb):
458
459         Fix compile warnings due to unused variables.
460         
461 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * configure.ac:
464         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
465         * backend/ps/ev-spectre.c: (ps_document_render):
466
467         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
468
469 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
470
471         * shell/ev-transition-animation.c (ev_transition_animation_fade)
472         (ev_transition_animation_paint): Implement "fade" effect.
473
474 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
475
476         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
477         (ev_transition_animation_paint): Implement "uncover" effect.
478
479 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
480
481         * shell/ev-transition-animation.c (ev_transition_animation_cover)
482         (ev_transition_animation_paint): Implement "cover" effect.
483
484 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
485
486         * shell/ev-transition-animation.c (ev_transition_animation_push)
487         (ev_transition_animation_paint): Implement "push" effect.
488
489 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
490
491         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
492         (ev_transition_animation_paint): Implement "dissolve" effect.
493
494 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
495
496         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
497         (ev_transition_animation_paint): Implement "wipe" effect.
498
499 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
500
501         * shell/ev-transition-animation.c (ev_transition_animation_box)
502         (ev_transition_animation_paint): Implement "box" effect.
503
504 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
505
506         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
507         (ev_transition_animation_paint): Implement "blinds" effect.
508
509 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
510
511         * shell/ev-transition-animation.c (ev_transition_animation_split)
512         (ev_transition_animation_paint): Implement "split" effect.
513
514 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
515
516         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
517         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
518         (ev_view_transition_animation_start) 
519         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
520         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
521         (ev_view_next_page) (ev_view_previous_page):
522         
523         Use EvTransitionAnimation to drive page changes in the presentation
524         mode, the animation will wait to start until both the origin and 
525         destination page surfaces are available. Fixes #458460.
526
527         (draw_loading_text):
528
529         Remove workaround for bug #320352, it's now fixed properly.
530
531
532 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
533
534         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
535         will contain the implementations for page transition animations, at
536         the moment it just has the "replace" effect.
537         * shell/Makefile.am: Added these files to build.
538
539 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
540
541         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
542         animations.
543         * shell/Makefile.am: Added these files to build.
544
545 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
546
547         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
548         implementation to get_effect() in EvDocumentTransitionIface.
549
550 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
551
552         * libdocument/ev-transition-effect.[ch]: New files, define a page
553         transition effect, at the moment it maps PopplerPageTransition to a
554         GObject.
555         * libdocument/Makefile.am: Added these files to build.
556         * libdocument/ev-document-transition.[ch]
557         (ev_document_transition_get_effect): New method, gets the
558         EvTransitionEffect returned by the interface implementation, with
559         fallback to the "replace" effect.
560
561 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
562
563         * configure.ac:
564         * cut-n-paste/Makefile.am:
565         * cut-n-paste/fileformatchooser/Makefile.am:
566         * cut-n-paste/fileformatchooser/egg-macros.h:
567         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
568         * shell/Makefile.am:
569         * shell/ev-window.c: (image_save_dialog_response_cb),
570         (ev_view_popup_cmd_save_image_as):
571
572         Allow exporting images in any format supported by
573         GdkPixbuf. Fixes bug #500209.
574         
575 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
576
577         * backend/pixbuf/pixbuf-document.c:
578
579         More warnings fixed.
580         
581 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
582
583         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
584         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
585         * backend/djvu/djvu-text.h:
586         * backend/tiff/tiff-document.c: (tiff_document_render):
587
588         Fix compile warnings.
589         
590 2007-12-28  Christian Persch  <chpe@gnome.org>
591
592         * **/*.c: Include config.h. Bug #504721.
593
594 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
595
596         * configure.ac:
597         * Makefile.am:
598         * po/POTFILES.in:
599         * backend/comics/Makefile.am:
600         * backend/comics/comics-document.[ch]:
601         * backend/comics/comicsdocument.evince-backend.in:
602         * backend/djvu/Makefile.am:
603         * backend/djvu/djvu-document.[ch]:
604         * backend/djvu/djvudocument.evince-backend.in:
605         * backend/dvi/Makefile.am:
606         * backend/dvi/dvi-document.[c]:
607         * backend/dvi/dvidocument.evince-backend.in:
608         * backend/impress/Makefile.am:
609         * backend/impress/impress-document.[ch]:
610         * backend/impress/impressdocument.evince-backend.in:
611         * backend/pdf/Makefile.am:
612         * backend/pdf/ev-poppler.cc:
613         * backend/pdf/ev-poppler.h:
614         * backend/pdf/pdfdocument.evince-backend.in:
615         * backend/pixbuf/Makefile.am:
616         * backend/pixbuf/pixbuf-document.[ch]:
617         * backend/pixbuf/pixbufdocument.evince-backend.in:
618         * backend/ps/Makefile.am:
619         * backend/ps/ev-spectre.[ch]:
620         * backend/ps/ps-document.[ch]:
621         * backend/ps/psdocument.evince-backend.in:
622         * backend/tiff/Makefile.am:
623         * backend/tiff/tiff-document.[ch]:
624         * backend/tiff/tiffdocument.evince-backend.in:
625         * libdocument/Makefile.am:
626         * libdocument/ev-backends-manager.[ch]:
627         * libdocument/ev-module.[ch]:
628         * libdocument/ev-document.h:
629         * libdocument/ev-document-factory.[ch]:
630         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
631         (get_compression_from_mime_type), (get_document_from_uri),
632         (ev_document_factory_get_document), (file_filter_add_mime_types),
633         (ev_document_factory_add_filters):
634         * shell/Makefile.am:
635         * shell/ev-window-title.c: (get_filename_from_uri):
636         * shell/main.c: (main):
637         * thumbnailer/Makefile.am:
638         * thumbnailer/evince-thumbnailer.c: (main):
639
640         Plugin system for backends. Fixes bug #351348.
641         
642 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
643
644         * shell/ev-view-private.h:
645         * shell/ev-view.c: (ev_view_drag_update_momentum),
646         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
647         (ev_view_button_release_event), (ev_view_destroy):
648         
649         Kinetic scrolling implemented as requested in
650         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
651
652 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
653
654         * data/evince-toolbar.xml:
655         * data/evince-ui.xml:
656         * shell/ev-view-private.h:
657         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
658         (ev_view_button_press_event), (ev_view_motion_notify_event),
659         (ev_view_button_release_event), (ev_view_init),
660         (ev_view_autoscroll_cb), (ev_view_autoscroll),
661         (ev_view_set_cursor):
662         * shell/ev-view.h:
663         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
664         (ev_window_cmd_view_autoscroll):
665         
666         Autoscroll feature with the context menu. Fixes bug 
667         #323670. Thanks to David Turner <cillian64@googlemail.com>.
668
669 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
670
671         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
672
673         Disconnect also page-ready signal when removing a job because the
674         page size has changed. Thanks to kripken
675         <kripkensteiner@gmail.com>.
676
677 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
678
679         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
680         
681         Scroll pages in page entry with mouse wheel. Fixes bug
682         #324122. Thanks to David Turner <cillian64@googlemail.com>.
683
684 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
685
686         * backend/dvi/Makefile.am:
687         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
688         (mdvi_cairo_device_init):
689         * backend/dvi/mdvi-lib/common.h:
690         * backend/dvi/mdvi-lib/mdvi.h:
691         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
692         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
693         (mdvi_build_path_from_cwd):
694
695         Add ps specials support in dvi backend when libspectre is
696         present. Fixes bug #386005.
697         
698 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
699
700         * configure.ac:
701         * backend/ps/Makefile.am:
702         * backend/ps/ev-spectre.[ch]:
703         
704         Use libspectre, if available, for the ps backend. Fixes bugs
705         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
706
707 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
708         
709         * backend/comics/comics-document.c: (comics_document_load):
710         
711         Cygwin build issue fix.
712
713 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * shell/ev-view.c: (ev_view_set_zoom):
716
717         Do not limit the minimum zoom factor when sizing mode is best bit
718         or fit width. Fixes bug #503805.
719         
720 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
721
722         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
723         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
724         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
725         (ev_link_dest_get_property), (ev_link_dest_set_property),
726         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
727         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
728         (ev_link_dest_new_fitr):
729         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
730         (goto_fith_dest), (goto_xyz_dest):
731
732         Do not change left, top and zoom values when they are null in PDF
733         destinations. Fixes bug #460658.
734         
735 2007-12-10  Christian Persch  <chpe@gnome.org>
736
737         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
738         (ev_view_accessible_class_init),
739         (ev_view_accessible_idle_do_action),
740         (ev_view_accessible_action_do_action),
741         (ev_view_accessible_action_get_description),
742         (ev_view_accessible_action_set_description),
743         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
744         (ev_view_accessible_factory_init),
745         (ev_view_accessible_factory_get_accessible_type):
746         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
747         private data, and G_DEFINE_TYPE. Bug #502843.
748
749 2007-12-08  Christian Persch  <chpe@gnome.org>
750
751         * shell/ev-metadata-manager.c: (item_free),
752         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
753         (value_free), (parse_value), (parseItem),
754         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
755         (save_values): Use GSlice to allocate small amounts of memory. Bug
756         #475972.
757
758 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
759
760         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
761
762         Restore cursor to normal after a drag operation. Fixes bug
763         #501603.
764         
765 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
766
767         * NEWS:
768         * configure.ac:
769         
770         Update for release 2.21.1
771
772 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
773
774         * configure.ac:
775         * cut-n-paste/gedit-message-area/Makefile.am:
776         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
777         * shell/Makefile.am:
778         * shell/ev-message-area.[ch]:
779         * shell/ev-window.c: (ev_window_set_message_area),
780         (ev_window_error_message_response_cb), (ev_window_error_message),
781         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
782         (ev_window_save_job_cb), (image_save_dialog_response_cb),
783         (ev_attachment_popup_cmd_open_attachment),
784         (attachment_save_dialog_response_cb), (ev_window_set_document),
785         (ev_window_init):
786
787         Use a message area instead of a popup dialog for error
788         notifications. Fixes bug #337495.
789         
790 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
793         (ev_window_run_fullscreen):
794
795         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
796         
797 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
798
799         * ev-sidebar-thumbnails.c: (update_visible_range),
800         (ev_sidebar_thumbnails_refresh),
801         (ev_sidebar_thumbnails_set_document),
802         (ev_sidebar_thumbnails_support_document):
803
804         Show thumbnails for documents with one page. Fixes bug #358751.
805         
806 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * shell/ev-window.c:
809         (ev_window_load_print_settings_from_metadata),
810         (ev_window_save_print_settings), (ev_window_print_finished),
811         (ev_window_print_range):
812
813         Print settings that are specific to the document are now saved per
814         document in the metadata file. Fixes bug #488806.
815         
816 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
817
818         * backend/tiff/tiff-document.c: (tiff_document_render):
819
820         Tiff documents were rendered with wrong colors. Fixes bug #497279.
821         
822 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
823
824         * shell/ev-application.[ch]: (get_find_string_from_args),
825         (ev_application_open_uri_at_dest), (ev_application_open_uri),
826         (ev_application_open_uri_list):
827         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
828         * shell/ev-window.[ch]: (ev_window_load_job_cb),
829         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
830         (ev_window_cmd_recent_file_activate),
831         (ev_window_open_recent_action_item_activated),
832         (ev_window_print_send), (open_remote_link):
833         * shell/main.c: (arguments_parse):
834
835         Add a command line option for search. Fixes bug #497710.
836         
837 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
838
839         * shell/ev-jobs.c: (ev_job_print_new):
840
841         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
842         
843 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
844
845         * data/evince-toolbar.xml:
846         * shell/Makefile.am:
847         * shell/ev-application.c: (ev_application_init):
848         * shell/ev-open-recent-action.[ch]:
849         * shell/ev-window.c:
850         (ev_window_open_recent_action_item_activated),
851         (register_custom_actions):
852
853         Add an expander to the open toolbar item which pops up a dropdown
854         menu with the recently used documents. Fixes bug #487215.
855         
856 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
857
858         * shell/ev-window.c: (ev_window_open_uri),
859         (ev_window_cmd_view_reload):
860
861         Do not jump to the first page when reloading by running evince
862         from the command line. Fixes bug #490847.
863         
864 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
865
866         * shell/ev-window.c: (ev_window_cmd_help_contents):
867
868         Plugged memory leak when help file is not found. Fixes bug
869         #490762.
870         
871 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
872
873         * configure.ac:
874
875         Enable djvu, dvi and comics backends by default. Fixes bug
876         #437121.
877         
878 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * configure.ac:
881         * cut-n-paste/Makefile.am:
882         * cut-n-paste/recent-files/*: Removed
883         * help/reference/Makefile.am:
884         * shell/Makefile.am:
885         * shell/ev-application.[ch]: (ev_application_shutdown),
886         (ev_application_init):
887         * shell/ev-window.c: (ev_window_add_recent),
888         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
889
890         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
891         
892 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
893
894         * shell/ev-window.c: (launch_external_uri):
895
896         Let GnomeVFS check the URL, this allow more URL (like mailto:),
897         and report error if the URL is not supported (#489910).
898
899 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
900
901         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
902         (pdf_document_file_exporter_begin_page),
903         (pdf_document_file_exporter_end_page):
904
905         Fix printing with poppler splash backend. Fixes bug #489774.
906         
907 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
908
909         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
910         * shell/ev-print-job.c: (ev_print_job_class_init):
911
912         Fix a crash when printing with the gnome-print dialog. Fixes bug
913         #488939.
914         
915 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
916
917         * backend/pixbuf/pixbuf-document.c:
918
919         Fix an implicit function definition warning (#487655)
920
921 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * shell/ev-window.c:
924
925         Fix conflicting shortcut for view sade pane and presentation.
926         
927 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
928
929         * backend/pdf/ev-poppler.cc:
930         (pdf_document_file_exporter_begin_page),
931         (pdf_document_file_exporter_do_page),
932         (pdf_document_file_exporter_end_page),
933         (pdf_document_file_exporter_iface_init):
934         * libdocument/ev-file-exporter.[ch]:
935         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
936         * shell/ev-jobs.c: (ev_job_print_get_page_list),
937         (ev_job_print_run):
938
939         When printing multiple pages per sheet in reverse option, do not
940         invert the order of the pages in every sheet, but the order of the
941         sheets. Do not print blank pages when page range is invalid. Fixes
942         bugs #484857 and #485521.
943         
944 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * shell/ev-jobs.c: (ev_job_print_get_page_list),
947         (ev_job_print_run):
948         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
949
950         Respect ranges order when printing more than one range in random
951         order.
952         
953 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
954
955         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
956         (ev_window_setup_document), (ev_window_rotation_changed_cb):
957
958         Rotate also the window icon when document is rotated. Fixes bug
959         #474681.
960         
961 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
962
963         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
964         (pdf_document_forms_get_form_fields):
965
966         Silently ignore unknown form fields. Fixes bug #482654. Patch by
967         Matthias Drochner.
968         
969 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * configure.ac:
972         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
973
974         Use poppler_page_render_for_printing() instead of
975         poppler_page_render() if available when exporting to a ps or pdf
976         file. Fixes bug #476627.
977         
978 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
979
980         * shell/ev-window.c: (ev_window_run_fullscreen):
981
982         Do not show the toolbar in fullscreen mode if the main toolbar is
983         not visible. Fixes bug #483048.
984         
985 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
986
987         * shell/ev-view.c: (ev_view_button_press_event):
988
989         Give priority to form fields over images when deciding whether a
990         button press event is over an image or form field. It allows edit
991         form fields when they are over a background image. Fixes bug
992         #477841.
993         
994 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
995
996         * NEWS:
997         * configure.ac:
998         
999         Update for release 2.20.0
1000
1001 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1002
1003         * backend/pdf/ev-poppler.cc:
1004
1005         Remove #ifdef HAVE_FORMS, so that forms support works again.
1006
1007 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1008
1009         * configure.ac:
1010         * data/evince.desktop.in.in:
1011         
1012         Fixes desktop file issues. See bug #473471.
1013
1014 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1015
1016         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1017         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1018         (ev_job_queue_remove_job):
1019         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1020         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1021         * shell/ev-window.c: (ev_window_clear_save_job),
1022         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1023         (ev_window_dispose):
1024
1025         Move save a copy task to its own job so that it's carried out in a
1026         thread avoiding another lock in the main thread. Use
1027         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1028         can be saved to a pathin another file system. Fixes bug #456891.
1029         
1030 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1031
1032         * NEWS:
1033         * configure.ac:
1034         
1035         Update for release 2.19.92
1036
1037 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * configure.ac:
1040         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1041         (pdf_selection_get_selection_region),
1042         (pdf_selection_get_selection_map),
1043         (ev_form_field_from_poppler_field):
1044
1045         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1046         and triple click selections are enabled again now.
1047
1048 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1049
1050         * shell/ev-window.c: (ev_window_add_history):
1051
1052         Make sure not to use the history with documents not supporting
1053         links. Fixes bug #468954.
1054
1055 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1056
1057         * shell/ev-window.c: (ev_window_load_job_cb):
1058
1059         Restart the search when reloading a document with the find bar
1060         visible. Fixes bug #461962.
1061
1062 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1063
1064         * shell/ev-window.c: (setup_document_from_metadata),
1065         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1066
1067         Do not jump to the first page when reloading a document from the
1068         last page.
1069
1070 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1071
1072         * shell/ev-window.c: (update_chrome_flag),
1073         (setup_sidebar_from_metadata),
1074         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1075         (ev_window_cmd_edit_find_next),
1076         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1077         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1078         (find_bar_close_cb), (view_actions_focus_in_cb):
1079
1080         Do not update visibility when changing a chrome flag so that it's
1081         possible to update several flags and update visibility only once
1082         for all of them.
1083
1084 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1087
1088         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1089         supported by gtk+. Fixes bug #460907.
1090
1091 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * shell/ev-view.c: (view_update_range_and_current_page):
1094
1095         Make sure current-page <= end-page in continuous mode. Fixes bug
1096         #454950.
1097
1098 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1099
1100         * backend/pdf/ev-poppler.cc: (build_tree):
1101
1102         Ignore outline items without a title. Fixes bug #453913.
1103
1104 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1105
1106         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1107         (ev_view_button_release_event), (ev_view_leave_notify_event):
1108
1109         Use always drag mouse cursor during a drag operation. Fixes bug
1110         #470564.
1111
1112 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1113
1114         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1115         (pdf_selection_get_selection_region),
1116         (pdf_selection_get_selection_map):
1117
1118         Temporarily disable double and triple selections since it depends on
1119         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1120         released and the update of the external dependency minimal version
1121         approved.
1122
1123 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1124
1125         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1126         (pdf_document_file_exporter_do_page):
1127         * libdocument/ev-file-exporter.h:
1128         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1129         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1130
1131         Actually fix printing regressions. Remove orientation from
1132         EvPrintContext since it's redundant.
1133
1134 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1135
1136         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1137         * backend/impress/impress-document.c:
1138         (impress_document_document_iface_init):
1139         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1140         * backend/djvu/djvu-document.c:
1141         (djvu_document_document_iface_init),
1142         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1143         * backend/tiff/tiff-document.c:
1144         (tiff_document_document_iface_init):
1145         * backend/pixbuf/pixbuf-document.c:
1146         (pixbuf_document_document_iface_init):
1147         * backend/comics/comics-document.c:
1148         (comics_document_document_iface_init):
1149         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1150         (pdf_selection_render_selection),
1151         (pdf_selection_get_selected_text),
1152         (pdf_selection_get_selection_region),
1153         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1154         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1155         (ev_selection_get_selection_region),
1156         (ev_selection_get_selection_map):
1157         * libdocument/ev-document.[ch]:
1158         * shell/ev-pixbuf-cache.[ch]: (add_job),
1159         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1160         * shell/ev-view-private.h:
1161         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1162         (ev_job_render_run):
1163         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1164         * shell/ev-view.c: (start_selection_for_event),
1165         (ev_view_button_press_event), (ev_view_drag_data_get),
1166         (ev_view_drag_data_received), (ev_view_button_release_event),
1167         (compute_new_selection_text), (compute_selections),
1168         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1169         (ev_view_primary_get_cb):
1170
1171         Add support for double and triple click selections.
1172
1173 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1174
1175         * NEWS:
1176         * configure.ac:
1177
1178         Update for release 2.19.4
1179
1180 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1181
1182         * shell/ev-view-private.h:
1183         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1184         (ev_view_set_highlight_search):
1185         * shell/ev-view.h:
1186         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1187         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1188         (find_bar_visibility_changed_cb):
1189         
1190         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1191
1192 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1193
1194         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1195         (pdf_document_file_exporter_begin),
1196         (pdf_document_file_exporter_do_page):
1197         * shell/ev-jobs.c: (ev_job_print_run):
1198         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1199
1200         Create always a portrait cairo surface and rotate when needed for
1201         landscape. It fixes printing problems in real printers.
1202
1203 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1204
1205         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1206         * libdocument/ev-file-exporter.[ch]:
1207         (ev_file_exporter_get_capabilities):
1208         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1209         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1210
1211         Adjust number of pages per row according to page orientation when
1212         printing 2 or 6 pages per sheet.
1213
1214 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1215
1216         * shell/ev-window.c: (ev_window_print_send):
1217
1218         Reset also cups setting to 1 when printing multiple pages per
1219         sheet. Fixes bug #468853.
1220
1221 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1222
1223         * libdocument/ev-document-misc.c:
1224         (ev_document_misc_surface_rotate_and_scale):
1225
1226         Use directly cairo_surface_get_content() when creating a similar
1227         surface as suggested by Jeff Muizelaar. Thanks again.
1228
1229 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * backend/djvu/djvu-document.c: (djvu_document_render):
1232         * backend/tiff/tiff-document.c: (tiff_document_render):
1233         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1234         * libdocument/ev-document-misc.c:
1235         (ev_document_misc_surface_from_pixbuf),
1236         (ev_document_misc_surface_rotate_and_scale):
1237
1238         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1239         creating page surfaces. Fixes bug #453123. Thank you very much to
1240         Jeff Muizelaar <jeff@infidigm.net>.
1241
1242 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1243
1244         * shell/ev-page-cache.c: (ev_page_cache_new),
1245         (ev_page_cache_get_thumbnail_size):
1246         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1247         (ev_sidebar_thumbnails_set_loading_icon):
1248
1249         Also store in page-cache the dimensions of the thumbnails so that
1250         they can be used to create the correct loading icon in the side
1251         pane. Fixes bug #466857.
1252
1253 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1254
1255         * backend/pdf/ev-poppler.cc:
1256         (pdf_document_thumbnails_get_thumbnail):
1257
1258         Fix thumbnails rotation in pdf documents that include embedded 
1259         thumbnails.
1260
1261 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1262
1263         * backend/pdf/ev-poppler.cc:
1264
1265         Don't use #ifdef in macro expansion. Some compilers don't
1266         like that. Closes bug #467042.
1267
1268 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1269
1270         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1271         
1272         Fixes memory leak in djvu backend.
1273
1274 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1275
1276         * data/icons/32x32/Makefile.am:
1277         * data/icons/32x32/actions/Makefile.am:
1278         * data/icons/32x32/actions/view-page-cont.svg:
1279         * data/icons/32x32/actions/view-page-facing.svg:
1280         * data/icons/48x48/Makefile.am:
1281         * data/icons/48x48/actions/Makefile.am:
1282         * data/icons/48x48/actions/view-page-cont.svg:
1283         * data/icons/48x48/actions/view-page-facing.svg:
1284         
1285         Icons for a new sizes.
1286
1287 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1288
1289         * shell/ev-page-cache.c: (build_height_to_page),
1290         (ev_page_cache_get_height_to_page):
1291         
1292         Fixes invalid read, see bug #466401.
1293
1294 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1295
1296         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1297         (set_drag_cursor):
1298         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1299         (configure_item_cursor), (new_pixbuf_from_widget):
1300
1301         Fix multihead problems in toolbar editor. Fixes bug #382055.
1302
1303 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1304
1305         * shell/ev-window.c: (ev_window_cmd_file_open),
1306         (ev_window_cmd_save_as):
1307
1308         Use g_get_user_special_dir when available instead of
1309         xdg_user_dir_lookup.
1310
1311 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1312
1313         * MAINTAINERS:
1314         
1315         Updated according to request on desktop-devel.
1316
1317 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1318
1319         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1320
1321         Do not use cairo_rectangle and cairo_clip since we are
1322         not using cairo_fill but cairo_paint. Use the same cairo context
1323         for every page in the same expose event.
1324
1325 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1326
1327         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1328         leak.
1329
1330 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1331
1332         * configure.ac:
1333         * NEWS:
1334
1335         Release 0.9.3
1336
1337 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1338
1339         * libdocument/ev-document-info.h:
1340         * libdocument/ev-document.h:
1341         * shell/ev-page-action.h:
1342         * shell/ev-sidebar-links.h:
1343
1344         Fix a headers problem with ev-link
1345         
1346         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1347         * shell/ev-view-private.h:
1348         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1349         (get_link_area), (ev_view_query_tooltip),
1350         (ev_view_leave_notify_event), (ev_view_destroy),
1351         (ev_view_class_init):
1352
1353         Use new gtk tooltips when available instead of ev-tooltip.
1354         
1355 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1356
1357         * shell/ev-window.c: (update_chrome_visibility),
1358         (ev_window_sidebar_visibility_changed_cb):
1359
1360         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1361         
1362 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1363
1364         * shell/ev-navigation-action.c:
1365         (ev_navigation_action_history_changed),
1366         (ev_navigation_action_set_history):
1367         * shell/ev-navigation-action-widget.c:
1368         (ev_navigation_action_widget_init):
1369         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1370
1371         Fix compile warnings.
1372         
1373 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1374
1375         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1376         (egg_editable_toolbar_dispose):
1377
1378         Fix memory leak.
1379         
1380 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1381
1382         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1383         (screensaver_disable_x11):
1384         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1385         * shell/ev-window.c: (presentation_set_timeout):
1386         * shell/ev-view.c: (ev_view_presentation_transition_start):
1387
1388         Use g_timeout_add_seconds instead of g_timeout_add when
1389         available.
1390         
1391 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1392
1393         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1394
1395         Set horizontal scrollbar policy to AUTOMATIC instead of
1396         NEVER. Workaround for bug #449462.
1397         
1398 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1399
1400         * shell/ev-jobs.c: (ev_job_render_page_ready):
1401
1402         Add page_ready callback to main loop with high priority and hold
1403         a reference to job during idle.
1404         
1405 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1406
1407         * configure.ac:
1408         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1409         (pdf_document_file_exporter_begin),
1410         (pdf_document_file_exporter_do_page),
1411         (pdf_document_file_exporter_get_capabilities):
1412         * libdocument/ev-file-exporter.h:
1413         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1414         * shell/ev-window.c: (ev_window_print_send),
1415         (ev_window_print_dialog_response_cb):
1416
1417         Allow printing multiple pages per sheet. Fixes bug #395573.
1418         
1419 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1420
1421         * shell/ev-view.c: (tip_from_link):
1422         
1423         Check for NULL, fixes bug #460862.
1424
1425 2007-07-29  Christian Persch  <chpe@gnome.org>
1426
1427         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1428         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1429         (ev_window_cmd_preview_print):
1430         
1431         Fixes bug #437681 - blocks while enumerating printers.
1432
1433 2007-07-29  Christian Persch  <chpe@gnome.org>
1434
1435         * shell/ev-window.c: (ev_window_screen_changed):
1436         
1437         Don't use deprecated gtk+ function. See bug #460909.
1438
1439 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1440
1441         * shell/ev-utils.c: (get_num_monitors):
1442         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1443
1444         Do not use display before initializing it. Remove compile
1445         warnings.
1446
1447 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1448
1449         * shell/ev-view.c: (ev_view_class_init):
1450         
1451         Unix-like hjkl bindings added. See bug #458111.
1452
1453 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1454
1455         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1456         * shell/ev-utils.h:
1457         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1458         (ev_view_update_view_size):
1459         * shell/ev-view.h:
1460         * shell/ev-window.c: (ev_window_update_actions),
1461         (setup_view_from_metadata), (ev_window_screen_changed),
1462         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1463         (zoom_control_changed_cb):
1464         * shell/ev-window.h:
1465         
1466         Reorganizes utility functions.
1467
1468 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1471         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1472         (add_job), (ev_pixbuf_cache_get_surface),
1473         (ev_pixbuf_cache_get_link_mapping),
1474         (ev_pixbuf_cache_get_image_mapping),
1475         (ev_pixbuf_cache_get_form_field_mapping),
1476         (ev_pixbuf_cache_get_text_mapping):
1477         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1478         (notify_page_ready), (ev_job_render_page_ready),
1479         (ev_job_render_run):
1480
1481         Add page_ready signal to notify that page is ready as soon as
1482         possible even if other page elements like links, forms, images or
1483         text mapping are not ready yet.
1484
1485 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1486
1487         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1488         (dvi_document_file_exporter_do_page),
1489         (dvi_document_file_exporter_get_capabilities),
1490         (dvi_document_file_exporter_iface_init):
1491         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1492         (ps_document_file_exporter_do_page),
1493         (ps_document_file_exporter_get_capabilities),
1494         (ps_document_file_exporter_iface_init):
1495         * backend/djvu/djvu-document.c:
1496         (djvu_document_file_exporter_begin),
1497         (djvu_document_file_exporter_end),
1498         (djvu_document_file_exporter_get_capabilities),
1499         (djvu_document_file_exporter_iface_init):
1500         * backend/tiff/tiff-document.c:
1501         (tiff_document_file_exporter_begin),
1502         (tiff_document_file_exporter_get_capabilities),
1503         (tiff_document_document_file_exporter_iface_init):
1504         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1505         (pdf_document_file_exporter_do_page),
1506         (pdf_document_file_exporter_get_capabilities),
1507         (pdf_document_file_exporter_iface_init):
1508         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1509         (ev_file_exporter_get_capabilities):
1510         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1511         (idle_print_handler), (ev_print_job_print):
1512         * shell/ev-jobs.c: (ev_job_print_run):
1513         * shell/ev-window.c: (ev_window_print_send),
1514         (ev_window_print_range):
1515
1516         Use capabilities to know which options should be offered by the
1517         print dialog depending on the document backend.
1518
1519 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1520
1521         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1522
1523         Give priority to forms over text to set the cursor.
1524
1525 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * shell/ev-view-private.h:
1528         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1529         (ev_view_leave_notify_event), (ev_view_finalize),
1530         (ev_view_get_property), (ev_view_class_init):
1531
1532         Use IBEAM cursor for text form fields and NORMAL cursor for read
1533         only fields. Remove unused status attribute.
1534
1535 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1536
1537         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1538
1539         Update region for current selected items also for checkbox
1540         buttons, since they can behave as radio buttons when they are in a
1541         set.
1542
1543 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1544
1545         * configure.ac:
1546         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1547
1548         Get max length of text form fields.
1549
1550 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1551
1552         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1553         * libdocument/ev-form-field.h:
1554         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1555
1556         Fix build with current poppler cvs head.
1557
1558 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1559
1560         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1561         * shell/eggfindbar.c: (egg_find_bar_init):
1562
1563         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1564         deprecation. Fixes bug #455667
1565
1566 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1567
1568         * NEWS:
1569         * configure.ac:
1570         
1571         Update for release 0.9.2
1572
1573 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1574
1575         * shell/ev-view.c: (ev_view_form_field_text_save),
1576         (ev_view_form_field_choice_save):
1577
1578         Fix a crash when closing whith a form widget visible.
1579
1580 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1581
1582         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1583
1584         Update also the region of the current selected button when
1585         clicking on another button if they are radio buttons.
1586
1587 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1588
1589         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1590         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1591         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1592         (ev_pixbuf_cache_get_link_mapping),
1593         (ev_pixbuf_cache_get_image_mapping),
1594         (ev_pixbuf_cache_get_form_field_mapping),
1595         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1596         * shell/ev-view.c: (ev_view_form_field_get_region),
1597         (ev_view_form_field_button_create_widget),
1598         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1599         (job_finished_cb):
1600
1601         Redraw only form field region instead of the whole page when
1602         reloading a page to show changes on the form field.
1603
1604 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1605
1606         * shell/ev-view.c: (ev_view_form_field_choice_save):
1607
1608         Fix selection of first item in list form fields.
1609
1610 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1611
1612         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1613         (ev_pixbuf_cache_reload_page),
1614         (ev_pixbuf_cache_get_form_field_mapping):
1615
1616         Some refactoring to avoid duplicated code.
1617
1618 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1619
1620         * configure.ac:
1621         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1622         (ev_form_field_from_poppler_field),
1623         (pdf_document_forms_get_form_fields),
1624         (pdf_document_forms_form_field_text_get_text),
1625         (pdf_document_forms_form_field_text_set_text),
1626         (pdf_document_forms_form_field_button_set_state),
1627         (pdf_document_forms_form_field_button_get_state),
1628         (pdf_document_forms_form_field_choice_get_item),
1629         (pdf_document_forms_form_field_choice_get_n_items),
1630         (pdf_document_forms_form_field_choice_is_item_selected),
1631         (pdf_document_forms_form_field_choice_select_item),
1632         (pdf_document_forms_form_field_choice_toggle_item),
1633         (pdf_document_forms_form_field_choice_unselect_all),
1634         (pdf_document_forms_form_field_choice_set_text),
1635         (pdf_document_forms_form_field_choice_get_text),
1636         (pdf_document_document_forms_iface_init):
1637         * libdocument/Makefile.am:
1638         * libdocument/ev-form-field.[ch]:
1639         * libdocument/ev-document-forms.[ch]:
1640         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1641         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1642         (add_job), (ev_pixbuf_cache_reload_page),
1643         (ev_pixbuf_cache_get_form_field_mapping):
1644         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1645         * shell/ev-view-private.h:
1646         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1647         (ev_view_handle_cursor_over_xy),
1648         (ev_view_get_form_field_at_location),
1649         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1650         (ev_view_form_field_button_create_widget),
1651         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1652         (ev_view_form_field_text_create_widget),
1653         (ev_view_form_field_choice_save),
1654         (ev_view_form_field_choice_changed),
1655         (ev_view_form_field_choice_create_widget),
1656         (ev_view_handle_form_field), (ev_view_size_allocate),
1657         (ev_view_realize), (draw_end_presentation_page),
1658         (ev_view_button_press_event), (ev_view_remove_all),
1659         (ev_view_motion_notify_event), (ev_view_key_press_event),
1660         (ev_view_enter_notify_event), (highlight_find_results),
1661         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1662         (ev_view_class_init), (page_changed_cb),
1663         (on_adjustment_value_changed), (ev_view_set_presentation),
1664         (merge_selection_region), (ev_view_set_cursor),
1665         (ev_view_reset_presentation_state):
1666         
1667         Merge evince-forms branch.
1668
1669 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1670
1671         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1672
1673         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1674         This script also updates itself from libegg
1675
1676         * cut-n-paste/toolbar-editor/egg*:
1677         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1678         libegg
1679
1680 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1681
1682         * shell/ev-window.c:
1683         
1684         Adds a nice icon to page action during toolbar editing.
1685         See bug #452872.
1686
1687 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1688
1689         * data/evince-toolbar.xml:
1690         * shell/ev-window.c:
1691         
1692         Let user add a presentation and fullscreen icons on toolbar.
1693         See bug #449734.
1694
1695 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1696
1697         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1698
1699         new script to keep in sync with toolbareditor in libegg
1700
1701         * cut-n-paste/toolbar-editor/*: 
1702
1703         Run update-toolbareditor-from-libegg so we are in sync again. 
1704         Fixes bug #452850.
1705         
1706
1707 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1708
1709         * shell/ev-sidebar-links.c: (job_finished_callback):
1710
1711         Do not connect selection changed signal more than once. Fixes bug
1712         #349433.
1713
1714 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1715
1716         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1717
1718         Do not change sidebar chrome flag when pressing F9 key in
1719         presentation mode.
1720
1721 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1722
1723         * backend/pdf/ev-poppler.cc:
1724         (pdf_document_thumbnails_get_dimensions):
1725
1726         Make sure thumbnails width and height is not <= 0. Fixes a crash
1727         with some pdf documents which have really small pages.
1728
1729 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1730
1731         * shell/main.c: (main):
1732
1733         Fixes program description translation issue.
1734         Bug #450148.
1735
1736 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1737
1738         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1739
1740         Do not change current page when returning from black/white mode
1741         in presentation. Fixes bug #415032.
1742
1743 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1744
1745         * NEWS:
1746         * configure.ac:
1747         
1748         Update for release 0.9.1
1749
1750 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1751
1752         * backend/dvi/dvi-document.c:
1753         (dvi_document_finalize),
1754         (dvi_document_file_exporter_format_supported),
1755         (dvi_document_file_exporter_begin),
1756         (dvi_document_file_exporter_do_page),
1757         (dvi_document_file_exporter_end),
1758         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1759         
1760         PDF exporter for dvi documents. Fixes bug #441319.
1761
1762 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1763
1764         * shell/ev-window.c: (ev_window_clear_print_job):
1765
1766         Clear gtk print job when job has finished. Fixes bug #447612.
1767
1768 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1769
1770         * shell/ev-window.c: (ev_window_print_send),
1771         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1772
1773         Add preview button to print dialog. Fixes bug #445419.
1774
1775 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1776
1777         * backend/dvi/Makefile.am:
1778         * backend/dvi/pixbuf-device.[ch]: Removed
1779         * backend/dvi/cairo-device.[ch]: Added
1780         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1781         * backend/dvi/dvi-document.c: (dvi_document_load),
1782         (dvi_document_render), (dvi_document_finalize),
1783         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1784         (dvi_document_do_color_special):
1785         * libdocument/ev-document-misc.[ch]:
1786         (ev_document_misc_pixbuf_from_surface):
1787
1788         Port dvi backend to cairo and fix a problem with colors. 
1789
1790 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * shell/ev-view.c: (draw_one_page):
1793
1794         Draw only visible region.
1795
1796 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1797
1798         * backend/djvu/djvu-document.c: (djvu_document_render):
1799
1800         Fix rotation in djvu backend.
1801
1802 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1803
1804         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1805         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1806         (ev_pixbuf_cache_get_image_mapping),
1807         (ev_pixbuf_cache_get_text_mapping):
1808
1809         Redraw view every time we have a new surface. Fixes bug #443587.
1810
1811 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1812
1813         * libdocument/ev-document.c: (ev_document_info_free):
1814
1815         Fix memory leaks.
1816
1817 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1818
1819         * backend/dvi/dvi-document.c: (dvi_document_render),
1820         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1821         * backend/impress/impress-document.c:
1822         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1823         (impress_document_render), (impress_document_document_iface_init),
1824         (impress_document_thumbnails_get_thumbnail):
1825         * backend/djvu/djvu-document-private.h:
1826         * backend/djvu/djvu-document.c: (djvu_document_render),
1827         (djvu_document_finalize), (djvu_document_document_iface_init),
1828         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1829         * backend/tiff/tiff-document.c: (tiff_document_render),
1830         (tiff_document_render_pixbuf),
1831         (tiff_document_document_iface_init):
1832         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1833         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1834         (pdf_selection_render_selection):
1835         * backend/comics/comics-document.c:
1836         (comics_document_render_pixbuf), (comics_document_render),
1837         (comics_document_document_iface_init):
1838         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1839         (pixbuf_document_document_iface_init):
1840         * libdocument/ev-document-misc.[ch]:
1841         (ev_document_misc_surface_from_pixbuf),
1842         (ev_document_misc_surface_rotate_and_scale):
1843         * libdocument/ev-document.[ch]: (ev_document_render):
1844         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1845         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1846         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1847         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1848         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1849         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1850         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1851         (render_finished_cb), (ev_job_render_run):
1852         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1853         (merge_selection_region):
1854
1855         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1856         and selections.
1857
1858 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1859
1860         * shell/ev-window-title.c: (ev_window_title_update):
1861
1862         Fix memory leak.
1863
1864 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1865
1866         * shell/ev-view.c: (draw_loading_text):
1867
1868         Show loading text centered. Fixes bug #433061
1869
1870 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1871
1872         * shell/ev-sidebar-thumbnails.c:
1873         (ev_sidebar_thumbnails_set_loading_icon):
1874
1875         Remove a mutex in the main thread that blocks the UI in heavy
1876         documents.
1877
1878 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1881
1882         Set points_set to TRUE so that selections don't disappear after a
1883         zoom change.
1884
1885 2007-06-07  Michael Monreal  <infernux@web.de>
1886
1887         * data/icons/16x16/actions/Makefile.am:
1888         * data/icons/16x16/actions/zoom.svg:
1889         * data/icons/22x22/actions/Makefile.am:
1890         * data/icons/22x22/actions/zoom.svg:
1891         * data/icons/24x24/actions/Makefile.am:
1892         * shell/ev-stock-icons.c:
1893         * shell/ev-stock-icons.h:
1894         * shell/ev-window.c:
1895         
1896         Zoom icon artwork. See bug #444795.
1897
1898 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1899
1900         * shell/ev-metadata-manager.c: Remove extraneous function
1901         (Closes: #444386)
1902
1903 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1904
1905         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1906         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1907         (ev_metadata_manager_set), (ev_metadata_manager_save):
1908         Simplify the timeout, no need for modified anymore
1909
1910 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1911
1912         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1913         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1914         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1915         (ev_metadata_manager_save): Adapted patch from Arjan van de
1916         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1917         time, saves on power (Closes: #443851)
1918
1919 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1920
1921         * configure.ac:
1922         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1923         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1924
1925         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1926
1927 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1928
1929         * shell/ev-window.c: (ev_window_add_history):
1930
1931         Check if history is NULL
1932
1933 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1934
1935         * libdocument/ev-image.c: (ev_image_finalize):
1936         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1937         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1938         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1939         (ev_tmp_uri_unlink):
1940
1941         Add functions to delete temporary files created by evince in a safe
1942         way.
1943
1944         * shell/ev-window.c: (ev_window_clear_local_uri),
1945         (open_xfer_update_progress_callback),
1946         (save_xfer_update_progress_callback), (ev_window_save_remote),
1947         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1948         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1949         (attachment_save_dialog_response_cb),
1950         (ev_attachment_popup_cmd_save_attachment_as):
1951
1952         Allow saving a copy of a document, image or attachment to a remote
1953         location. Fixes bug #440754. 
1954
1955 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1956
1957         * configure.ac:
1958         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1959
1960         Fix build with current poppler from cvs head. 
1961
1962 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1963
1964         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1965
1966         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1967         directory exists.
1968
1969 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1970
1971         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1972         * shell/ev-window.c:
1973
1974         Change sidebar ordering. Fixes bug #439939.
1975
1976 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1977
1978         * backend/comics/Makefile.am:
1979         
1980         Fixes build with --without-libgnome.
1981
1982 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1983         
1984         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1985
1986         Update cursor and tooltip on page change and view scroll. Fixes bug
1987         #439217.
1988
1989 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1990
1991         * NEWS:
1992         * configure.ac:
1993         
1994         Update for release 0.9.0
1995
1996 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1997
1998         * backend/djvu/djvu-document-private.h:
1999         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2000         (djvu_document_finalize),
2001         (djvu_document_file_exporter_format_supported),
2002         (djvu_document_file_exporter_begin),
2003         (djvu_document_file_exporter_do_page),
2004         (djvu_document_file_exporter_end),
2005         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2006         
2007         Implemented printing with djvu. Bug #437998.
2008
2009 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * backend/impress/zip.c:
2012         Add missing ulong definition.
2013
2014         * backend/ps/ps-interpreter.c:
2015         Add missing headers.
2016
2017         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2018
2019 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2020
2021         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2022
2023         Add missing call to parent class dispose method. 
2024
2025 2007-05-12  Ross Burton  <ross@openedhand.com>
2026
2027         * shell/main.c:
2028         Sync keybindings manually when building without libgnome
2029         (#437925).
2030
2031 2007-05-12  Ross Burton  <ross@openedhand.com>
2032
2033         * shell/ev-window.c:
2034         Respect the screen when opening help (#437866).
2035
2036 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2037
2038         * data/evince-ui.xml:
2039         * shell/ev-application.[ch]: (get_print_settings_from_args),
2040         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2041         (ev_application_open_uri_list):
2042         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2043         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2044         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2045         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2046         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2047         (ev_window_dispose):
2048         * shell/main.c: (arguments_parse):
2049
2050         Add print button in preview mode. Fixes bug #396475. 
2051
2052 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2053
2054         * cut-n-paste/zoom-control/ephy-zoom.h:
2055         
2056         Fixes zoom level factors. See bug #408119 for details.
2057
2058 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2059
2060         * backend/comics/comics-document.c: (comics_regex_quote),
2061         (extract_argv):
2062         
2063         Correctly quote symbols. Fixes crash in the bug
2064         #415370.
2065
2066 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2067
2068         * shell/ev-navigation-action-widget.c:
2069         (ev_navigation_action_widget_init),
2070         (ev_navigation_action_widget_class_init),
2071         (ev_navigation_action_widget_button_press_event):
2072         
2073         Connect to button-press event on correct widget. Fixes
2074         bug #431988
2075
2076 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2077
2078         * shell/ev-application.c: (ev_application_open_window),
2079         (ev_application_add_icon_path_for_screen),
2080         (ev_application_open_uri_at_dest):
2081         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2082         * shell/ev-navigation-action.c: (build_menu):
2083         
2084         Add app-specific icons to our icon theme. Fixes bug
2085         #425508.
2086
2087 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2088
2089         * shell/ev-history.c: (ev_history_class_init),
2090         (ev_history_add_link):
2091         * shell/ev-history.h:
2092         * shell/ev-navigation-action.c:
2093         (ev_navigation_action_history_changed),
2094         (ev_navigation_action_set_history), (build_menu),
2095         (ev_navigation_action_finalize):
2096         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2097         
2098         Make navigation action unsensitive instead of showing
2099         menu with unsensitive word. Fixes bug #417392.
2100
2101 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2102
2103         * shell/ev-application.[ch]: (ev_application_shutdown),
2104         (ev_application_get_print_settings),
2105         (ev_application_set_print_settings):
2106         * shell/ev-window.c:
2107
2108         Remember print settings. Fixes bug #349102. 
2109
2110 2007-05-08  Christian Persch  <chpe@gnome.org>
2111
2112         * configure.ac:
2113         * properties/ev-properties-view.c:
2114
2115         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2116         Bug #382438.
2117
2118 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2119
2120         * configure.ac:
2121         * properties/ev-properties-view.c: (ev_regular_paper_size):
2122
2123         Use gtk+ builtin paper list to identify the document's paper size.
2124         Fixes bug #382438. 
2125
2126 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2127
2128         * configure.ac:
2129
2130         Fix build when compiling with thumbnailer and libgnome support. 
2131
2132 2007-05-04  Ross Burton  <ross@openedhand.com>
2133
2134         * configure.ac:
2135         Add --without-libgnome, check for libgnome and libgnomeui
2136         separately, and add them to the symbols as required.
2137
2138         * libdocument/ev-file-helpers.c:
2139         When building without libgnome, use g_get_user_config_dir instead
2140         of gnome_user_dir_get.
2141
2142         * shell/ev-application.c:
2143         When building without libgnome, don't use session management.
2144
2145         * shell/main.c:
2146         When building without libgnome, don't use GnomeProgram or
2147         initialise the authentication manager.
2148
2149         This fixes #328842.
2150
2151 2007-05-04  Ross Burton  <ross@openedhand.com>
2152
2153         * shell/ev-window.c:
2154         Don't use libgnome to open help, instead call Yelp directly.
2155
2156 2007-05-04  Ross Burton  <ross@openedhand.com>
2157
2158         * shell/ev-sidebar-attachments.c:
2159         Don't use libgnome to lookup icons for MIME types, instead copy
2160         code from GTK+ to do it manually.
2161
2162 2007-05-04  Ross Burton  <ross@openedhand.com>
2163
2164         * configure.ac:
2165         Add libxml to the dependencies for SHELL_CORE (#435818).
2166
2167 2007-05-02  Ross Burton  <ross@openedhand.com>
2168
2169         * configure.ac:
2170         * Makefile.am:
2171         Add --disable-thumbnailer (#434825)
2172
2173 2007-05-02  Ross Burton  <ross@openedhand.com>
2174
2175         * shell/ev-window.c:
2176         Add missing includes, fix indentation.
2177
2178         * shell/main.c:
2179         Fix indentation.
2180
2181 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2182
2183         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2184         ev_application_open_uri_at_dest instead of ev_application_open_uri
2185         preventing new document always being opened in a new window even if there
2186         is an empty window.
2187
2188 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2189
2190         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2191         (egg_recent_view_uimanager_finalize):
2192         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2193         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2194         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2195         (ev_pixbuf_cache_dispose):
2196         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2197         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2198         
2199         Add missing chain to parent class methods. Fixes
2200         bug #433128.
2201
2202 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2203
2204         * data/Makefile.am (update-icon-cache): Updates
2205         gtk-update-icon-cache in uninstall-hook.
2206
2207 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * shell/ev-window.c: (ev_window_setup_document),
2210         (ev_window_set_document), (ev_window_load_job_cb):
2211         * shell/ev-view.c: (setup_caches):
2212         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2213
2214         Start rendering pages before any other jobs. 
2215
2216 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2217
2218         * shell/ev-window.c: (ev_window_stop_fullscreen),
2219         (ev_window_stop_presentation):
2220
2221         Update chrome visibility before window unfullscreen. 
2222
2223 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2224
2225         * data/Makefile.am:
2226         * data/evince-ui.xml:
2227         * shell/ev-stock-icons.[ch]:
2228         * shell/ev-application.[ch]: (ev_application_shutdown),
2229         (ev_application_init), (ev_application_get_toolbars_model):
2230         * shell/ev-window.c: (update_chrome_visibility),
2231         (fullscreen_toolbar_setup_item_properties),
2232         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2233         (ev_window_run_presentation), (ev_window_stop_presentation),
2234         (ev_window_run_preview), (ev_window_screen_changed),
2235         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2236         (ev_window_dispose), (ev_window_init):
2237
2238         Make fullscreen toolbar always visible. Do not use egg toolbars for
2239         fullscreen and preview modes since such toolbars are not editables.
2240         Fixes bugs #300278, #338910 and #316188.  
2241
2242 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2243
2244         * shell/ev-application.c:
2245         * shell/ev-job-queue.c:
2246         * shell/ev-metadata-manager.c:
2247         * shell/ev-stock-icons.c:
2248         * shell/ev-window.c:
2249         * shell/main.c:
2250         
2251         Developers documentation updated.
2252
2253 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2254
2255         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2256
2257         Check whether uri is valid before launching it. Fixes bug #427664.
2258
2259 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2260
2261         * shell/ev-window.c:
2262
2263         Change key accelerator for Open a Copy menu entry which is in conflict
2264         with Close. Fixes bug #427321.
2265
2266 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2267
2268         * NEWS:
2269         * configure.ac:
2270         
2271         Update for release 0.8.1
2272
2273 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2274
2275         * shell/ev-window.c: (setup_size_from_metadata):
2276         
2277         Do not make window bigger than screen. Fixes bug 
2278         #388985.
2279
2280 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2281
2282         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2283         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2284
2285         Use default resolution when it's not provided by document. Fixes bug
2286         #408762.
2287
2288 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * configure.ac:
2291         * thumbnailer/Makefile.am:
2292         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2293         * thumbnailer/evince-thumbnailer.schemas.in:
2294         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2295
2296         Add support for ps, eps and compressed documents thumbnails. Do not
2297         ignore size parameter. 
2298
2299 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2300
2301         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2302         (dvi_document_do_color_special):
2303         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2304
2305         Implement font color specials in the DVI backend. Fixes bug #303651.
2306
2307 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2308
2309         Fixup the previous commit:
2310
2311         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2312         * shell/xdg-user-dir-lookup.c: Make the function non-static
2313         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2314
2315 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2316
2317         * shell/ev-window.c (file_open_dialog_response_cb): Use
2318         the xdg-user-dirs DOCUMENTS folder as default folder when
2319         opening a file chooser.  (#424858)
2320
2321         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2322         xdg-user-dirs.
2323
2324 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2325
2326         * shell/ev-window.c: (ev_window_load_job_cb):
2327
2328         Do not setup view from metadata on preview mode. 
2329
2330 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2331
2332         * shell/main.c:
2333
2334         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2335
2336 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2337
2338         * shell/ev-view.c: (ev_view_primary_get_cb):
2339
2340         Check pointer != NULL before using it. Fixes bug #416841. 
2341
2342 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2343
2344         * NEWS:
2345         * configure.ac:
2346         
2347         Release 0.8.0
2348
2349 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2350
2351         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2352
2353         Do not render thumbnails when sidebar thumbnail page is not visible
2354         at startup. Fixes bug #416447. 
2355
2356 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2357
2358         * data/evince.desktop.in.in:
2359
2360         "Application" is not a valid category in the freedesktop specification.
2361
2362 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2363
2364         * libdocument/ev-file-helpers.[ch]: (compression_run),
2365         (ev_file_uncompress), (ev_file_compress):
2366         * shell/ev-window.c: (file_save_dialog_response_cb):
2367
2368         Save document compressed when saving a copy of a compressed document.
2369         Fixes bug #334542.
2370
2371 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2372
2373         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2374
2375         Allow deleting in goto window entry in presentation mode. 
2376
2377 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2378
2379         * Makefile.am: Dist MAINTAINERS.
2380
2381 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2382
2383         * shell/ev-window.c: (ev_window_update_actions):
2384
2385         Fix zoom shortcut keys when searching. Fixes bug #409828.
2386
2387 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2388
2389         * shell/ev-window.c: (ev_window_setup_document):
2390
2391         Fix crash when loading documents with only one page. 
2392
2393 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2394
2395         * backend/dvi/dvi-document.c:
2396         (dvi_document_thumbnails_get_dimensions),
2397         (dvi_document_thumbnails_get_thumbnail):
2398         * backend/impress/impress-document.c:
2399         (impress_document_thumbnails_get_thumbnail),
2400         (impress_document_thumbnails_get_dimensions):
2401         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2402         (ps_document_thumbnails_get_dimensions):
2403         * backend/djvu/djvu-document.c:
2404         (djvu_document_thumbnails_get_dimensions),
2405         (djvu_document_thumbnails_get_thumbnail):
2406         * backend/tiff/tiff-document.c:
2407         (tiff_document_thumbnails_get_thumbnail),
2408         (tiff_document_thumbnails_get_dimensions):
2409         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2410         (pdf_document_thumbnails_get_thumbnail),
2411         (pdf_document_thumbnails_get_dimensions):
2412         * backend/comics/comics-document.c:
2413         (comics_document_thumbnails_get_thumbnail),
2414         (comics_document_thumbnails_get_dimensions):
2415         * backend/pixbuf/pixbuf-document.c:
2416         (pixbuf_document_thumbnails_get_thumbnail),
2417         (pixbuf_document_thumbnails_get_dimensions):
2418         * libdocument/ev-document-thumbnails.[ch]:
2419         (ev_document_thumbnails_get_thumbnail),
2420         (ev_document_thumbnails_get_dimensions):
2421         * libdocument/ev-document-misc.[ch]:
2422         (ev_document_misc_get_thumbnail_frame):
2423         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2424         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2425         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2426         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2427         (ev_sidebar_thumbnails_refresh):
2428         * shell/ev-window.c: (ev_window_setup_document):
2429         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2430
2431         Use an EvRenderContext for rendering thumbnails instead of a suggested
2432         width, so that different sized pages get sized proportionally.
2433
2434 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2435
2436         * shell/ev-view.c: (ev_view_button_press_event),
2437         (ev_view_key_press_event):
2438
2439         Fix critical warnings when there is no document loaded. 
2440
2441 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2442
2443         * shell/ev-page-action-widget.c:
2444         * shell/ev-navigation-action.c:
2445         * shell/ev-window.c:
2446
2447         Fix compile warnings. 
2448
2449 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2450
2451         * backend/djvu/djvu-text.h:
2452         * backend/djvu/djvu-document.c:
2453         * backend/djvu/djvu-text-page.c:
2454         * backend/djvu/djvu-links.c:
2455         * backend/djvu/djvu-text-page.h:
2456         * backend/djvu/djvu-text.c:
2457         
2458         Fix build on Mac. Fixes bug #392186. Patch by
2459         <ephraim_owns@hotmail.com>
2460
2461 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2462
2463         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2464
2465         Restore cairo context before rendering every page when printing a PDF
2466         document into a PDF file. 
2467
2468 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * backend/ps/gstypes.h:
2471         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2472         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2473         (ps_document_thumbnails_get_thumbnail):
2474
2475         Handle PostScript page orientation. Fixes bug #318568.
2476
2477 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * backend/ps/Makefile.am:
2480         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2481         (document_load), (ps_document_load), (save_document),
2482         (save_page_list), (ps_document_get_n_pages),
2483         (ps_document_get_page_size), (ps_document_get_info),
2484         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2485         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2486         (ps_document_thumbnails_get_thumbnail),
2487         (ps_document_thumbnails_get_dimensions),
2488         (ps_document_document_thumbnails_iface_init):
2489         * backend/ps/ps.[ch]: (psgetpagebox):
2490         * backend/ps/ps-interpreter.[ch]:
2491
2492         Add support for thumbnails in ps backend. Fixes bug #164755. 
2493
2494 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2495
2496         * NEWS:
2497         * configure.ac:
2498         
2499         Release 0.7.2
2500
2501 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2502
2503         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2504         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2505         (ev_window_dispose):
2506
2507         Use document thumbnail as window icon. Fixes bug #384442.
2508
2509 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2510
2511         * configure.ac:
2512
2513         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2514         duplicated adding application/x-bzpostscript instead. 
2515
2516 2007-02-11  Tom Parker  <palfrey@tevp.net>
2517
2518         * backend/ps/ps-document.c: (document_load):
2519
2520         Check return value of psscan before trying
2521         to use it. Fixes bug #372414.
2522
2523 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2524
2525         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2526
2527         Fix invalid free in ev-page-cache. Fixes bug #404745.
2528
2529 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2530
2531         * test/Makefile.am:
2532         * test/test3.py:
2533         
2534         Added reload test case.
2535
2536 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2537
2538         * po/POTFILES.in:
2539         * backend/djvu/djvu-document.c: (djvu_document_load):
2540
2541         Check whether there are missing files in indirect multipage djvu
2542         documents. Fixes bug #361683. 
2543
2544 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2545
2546         * test/Makefile.am:
2547         * test/test-mime.bin:
2548         * test/test3.py:
2549         
2550         Added test for slow mime type
2551
2552 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2553
2554         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2555
2556         Add some checks and call parent_class->finalize. Fixes bug #404745.
2557
2558 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2559
2560         * shell/ev-navigation-action.c: (connect_proxy):
2561         
2562         Fixes dropdown history menu. Thanks a lot Carlos!
2563
2564 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2565
2566         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2567
2568         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2569         bug #373715.
2570
2571 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2572
2573         * backend/ps/ps.c: (psscan):
2574
2575         Fix memory leak. 
2576
2577 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * configure.ac:
2580         * libdocument/ev-file-helpers.c: 
2581
2582         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2583
2584 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2585
2586         * configure.ac:
2587         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2588         (ps_interpreter_start), (document_load), (save_document),
2589         (save_page_list):
2590         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2591         * libdocument/ev-document-factory.c:
2592         (ev_document_factory_get_from_mime), (get_document_from_uri),
2593         (free_uncompressed_uri), (ev_document_factory_get_document):
2594         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2595
2596         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2597
2598 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2599
2600         * libdocument/ev-document.h:
2601
2602         Fix typo in function name. 
2603
2604 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2605
2606         * backend/ps/ps-document.c: (ps_interpreter_finished),
2607         (ps_interpreter_start), (ps_interpreter_failed):
2608
2609         Handle ghostscript interpreter crashes. 
2610
2611 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2612
2613         * shell/ev-window.c: (ev_window_open_uri),
2614         (window_configure_event_cb):
2615
2616         Setup window size and position before showing it. Fixes bug #401711.
2617
2618 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2619
2620         * backend/ps/Makefile.am:
2621         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2622         (ps_document_dispose), (ps_document_class_init),
2623         (ps_interpreter_input), (ps_interpreter_output),
2624         (ps_interpreter_error), (setup_interpreter_env),
2625         (ps_interpreter_start), (ps_interpreter_stop),
2626         (ps_interpreter_failed), (ps_interpreter_is_ready),
2627         (check_filecompressed), (document_load), (ps_document_load),
2628         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2629         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2630         (render_page):
2631
2632         Rework ps-document. Code cleanups, remove deprecated code. 
2633
2634 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2635
2636         * shell/ev-view.c: (ev_view_button_press_event):
2637
2638         Do not start an image drag and drop operation when pointer is on 
2639         text, so that we can select text when the whole background is an
2640         image. 
2641
2642 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2643
2644         * shell/ev-window.c: (ev_window_update_actions): 
2645
2646         Disable all zoom related actions during presentation mode. 
2647
2648 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2649
2650         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2651
2652         Do not zoom in or out on presentation mode. Fixes bug #401305.
2653
2654 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2655
2656         * shell/ev-navigation-action.c: (connect_proxy),
2657         (create_menu_item), (ev_navigation_action_class_init):
2658         
2659         Correctly show menu and fix crash when navigaton 
2660         action is out of toolbar visible area.
2661
2662 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2663
2664         * data/Makefile.am:
2665         * data/evince.1:
2666         
2667         Added man file
2668
2669 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2670
2671         * help/reference/* :
2672         * configure.ac:
2673         
2674         Added gtk-doc based documentation for Evince.
2675         Still in initial state but I hope it will
2676         grow.
2677         
2678         * configure.ac:
2679         
2680         Lower dbus requirement to 0.70
2681
2682 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2683
2684         * shell/ev-window.c: (ev_window_add_history):
2685
2686         Fix memory leak. 
2687
2688 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2689
2690         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2691         * shell/ev-view.h:
2692         * shell/ev-window.c: (ev_window_add_history):
2693         
2694         Correctly handle named destination links
2695
2696 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2697
2698         * NOTES:
2699         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2700         * backend/pdf/ev-poppler.cc:
2701         * libdocument/ev-document-links.h:
2702         * libdocument/ev-link.c: (ev_link_get_page):
2703         * libdocument/ev-link.h:
2704         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2705         (ev_history_add_link):
2706         * shell/ev-history.h:
2707         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2708         (new_history_menu_item), (build_menu):
2709         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2710         * shell/ev-sidebar-links.c: (create_loading_model),
2711         (print_section_cb), (ev_sidebar_links_construct),
2712         (fill_page_labels), (update_page_callback_foreach),
2713         (update_page_callback), (job_finished_callback):
2714         * shell/ev-view.c: (ev_view_handle_link):
2715         * shell/ev-window.c: (ev_window_find_chapter),
2716         (ev_window_add_history), (view_handle_link_cb),
2717         (history_changed_cb):
2718         
2719         Implements another history variant
2720
2721 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2722
2723         * shell/ev-window.c: (view_external_link_cb):
2724         * shell/ev-view.c: (ev_view_button_release_event):
2725
2726         Open links in new window when clicking with middle button. 
2727
2728 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2729
2730         * shell/ev-navigation-action.c: (new_history_menu_item):
2731         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2732         * shell/ev-view.c: (ev_view_handle_link):
2733         * shell/ev-window.c:
2734         
2735         Store link before jump, not the destination. For me it 
2736         seems like more natural history behavior.
2737
2738 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2739
2740         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2741         (ev_navigation_action_class_init):
2742         * shell/ev-navigation-action.h:
2743         * shell/ev-page-action.c: (activate_cb):
2744         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2745         (ev_page_cache_set_current_page_history):
2746         * shell/ev-page-cache.h:
2747         * shell/ev-sidebar-thumbnails.c:
2748         (ev_sidebar_tree_selection_changed),
2749         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2750         * shell/ev-view-private.h:
2751         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2752         * shell/ev-view.h:
2753         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2754         (ev_window_setup_document), (ev_window_load_job_cb):
2755         * shell/ev-window.h:
2756         
2757         History finally works as expected.
2758
2759 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2760
2761         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2762
2763         Do not update links treeview if it doesn't have a model assigned yet. 
2764
2765 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2766
2767         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2768         (ev_sidebar_links_class_init), (update_page_callback):
2769
2770         Do not update links treeview when sidepane is not visible. 
2771
2772 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2773
2774         * shell/ev-marshal.list:
2775         * shell/ev-page-action.c: (activate_cb),
2776         (ev_page_action_class_init):
2777         * shell/ev-page-action.h:
2778         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2779         * shell/ev-window.c:
2780         
2781         Remove activate_link signal, not required.
2782
2783 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2784
2785         * shell/ev-navigation-action.c: (build_menu):
2786         
2787         Reorder menu items and build menu with fixed length.
2788
2789 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2790
2791         * shell/ev-view.c: (get_selected_text):
2792         
2793         Normalize text to fix ligatures problem. See bug
2794         #341947 for details.
2795
2796 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2797
2798         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2799
2800         Fix memory leak in ev-page-cache. 
2801
2802 2007-01-25  Tom Parker <palfrey@tevp.net>
2803
2804         * backend/impress/impress-document.c: (impress_document_load),
2805         (impress_document_finalize), (impress_document_init):
2806         * properties/ev-properties-main.c: (ev_properties_get_pages):
2807         
2808         Correctly handle impress document errors. Fixes nautilus
2809         crash in property page #370491.
2810
2811 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2812
2813         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2814         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2815         (ev_job_queue_remove_job):
2816         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2817         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2818         (ev_job_load_run):
2819         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2820         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2821         (ev_window_load_job_cb), (xfer_update_progress_callback),
2822         (ev_window_open_uri), (ev_window_dispose):
2823         * shell/main.c: (main):
2824
2825         Do file transfer asynchronously in the main thread instead of
2826         synchronously in the load thread. Fixes bugs #399694, #398307 and
2827         #343542.
2828
2829 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * shell/ev-jobs.c: (ev_job_xfer_run):
2832
2833         Load the document with the font-config lock held. 
2834
2835 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * backend/ps/ps-document.c: (start_interpreter):
2838
2839         Fix memory leaks in ps backend. 
2840
2841 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * backend/impress/impress-document.c:
2844         (impress_document_render_pixbuf):
2845
2846         Do not acquire fontconfig lock in impress backend, since it is using
2847         the main loop for rendering. 
2848
2849 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2850
2851         * po/POTFILES.in: 
2852
2853         Remove mdvi files that shouldn't be translated. 
2854
2855 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2856
2857         * shell/ev-view-private.h:
2858         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2859         (ev_view_set_zoom):
2860
2861         Render "loading..." text into a cairo surface instead of directly into
2862         the window so that fontconfig lock is only needed once and UI is not
2863         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2864
2865 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2868         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2869
2870         Use icon theme associated with the window screen rather than default. 
2871
2872 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2873
2874         * configure.ac:
2875
2876         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2877
2878 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2879
2880         * data/icons/*/apps/evince.*:
2881
2882         Move Evince icons under new apps directory.
2883
2884         * data/icons/*/actions/*:
2885
2886         Add new custom themeable Evince icons: view-page-continuous, 
2887         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2888         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2889
2890         * configure.ac:
2891
2892         Add new directories to AC_CONFIG_FILES.
2893
2894         * shell/ev-stock-icons.c:
2895         * shell/ev-stock-icons.h:
2896
2897         Use new custom themeable icons.
2898
2899 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2900
2901         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2902
2903         Do not draw white background page in presentation mode. 
2904
2905 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2906
2907         * shell/ev-view.c: Remove unused gnome-vfs include.
2908
2909 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2910
2911         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2912         
2913         Format string is corrected, fixes bug #397129.
2914
2915 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2916
2917         * shell/ev-window.c: (ev_window_setup_recent):
2918
2919         Do not include in recent menu inexistent documents. Fixes
2920         bug #339171.
2921
2922 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2923
2924         * po/POTFILES.skip: 
2925
2926         Update POTFILES.skip file according to current source tree. 
2927
2928 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2929
2930         * shell/ev-window.c: (file_save_dialog_response_cb):
2931
2932         Do Save a copy in atomic way. Fixes bug #328266. 
2933
2934 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2935
2936         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2937
2938         Keep selected cell always visible in index treeview.
2939
2940 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2941         
2942         * shell/ev-view.c: (ev_view_size_allocate):
2943
2944         Restore horizontal scrollbar after switching to/from fullscreen
2945         or presentation mode. Fixes bug #331728.
2946
2947 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * shell/ev-view-private.h:
2950         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2951         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2952         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2953         (ev_view_can_zoom_out):
2954
2955         Use max and min scale values in the view iby taking dpi into account. 
2956
2957 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2958
2959         * configure.ac:
2960         * NEWS:
2961
2962         Release 0.7.1
2963
2964 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2965
2966         * shell/ev-window.c: (ev_window_print_send):
2967
2968         Send print job to printer with some settings set to default values,
2969         since we have already exported to a file according to such settings
2970         and they could be taken twice by some printers. 
2971
2972 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2973
2974         * shell/ev-jobs.c: (ev_job_xfer_run):
2975         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2976
2977         Show main window and load document with the font-config lock held. 
2978
2979 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2980
2981         * configure.ac:
2982         * shell/ev-application.c: (ev_application_register_service):
2983         * shell/main.c: (load_files_remote):
2984
2985         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2986
2987 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2988
2989         * doc/debugging.txt:
2990         
2991         Remove obsolete documentation.
2992
2993 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2994
2995         * Makefile.am:
2996         * backend/Makefile.am:
2997         * backend/comics/Makefile.am:
2998         * backend/djvu/Makefile.am:
2999         * backend/dvi/Makefile.am:
3000         * backend/ev-async-renderer.c:
3001         * backend/ev-async-renderer.h:
3002         * backend/ev-attachment.c:
3003         * backend/ev-attachment.h:
3004         * backend/ev-backend-marshal.c:
3005         * backend/ev-document-factory.c:
3006         * backend/ev-document-factory.h:
3007         * backend/ev-document-find.c:
3008         * backend/ev-document-find.h:
3009         * backend/ev-document-fonts.c:
3010         * backend/ev-document-fonts.h:
3011         * backend/ev-document-images.c:
3012         * backend/ev-document-images.h:
3013         * backend/ev-document-info.h:
3014         * backend/ev-document-links.c:
3015         * backend/ev-document-links.h:
3016         * backend/ev-document-misc.c:
3017         * backend/ev-document-misc.h:
3018         * backend/ev-document-security.c:
3019         * backend/ev-document-security.h:
3020         * backend/ev-document-thumbnails.c:
3021         * backend/ev-document-thumbnails.h:
3022         * backend/ev-document-transition.c:
3023         * backend/ev-document-transition.h:
3024         * backend/ev-document.c:
3025         * backend/ev-document.h:
3026         * backend/ev-file-exporter.c:
3027         * backend/ev-file-exporter.h:
3028         * backend/ev-image.c:
3029         * backend/ev-image.h:
3030         * backend/ev-link-action.c:
3031         * backend/ev-link-action.h:
3032         * backend/ev-link-dest.c:
3033         * backend/ev-link-dest.h:
3034         * backend/ev-link.c:
3035         * backend/ev-link.h:
3036         * backend/ev-render-context.c:
3037         * backend/ev-render-context.h:
3038         * backend/ev-selection.c:
3039         * backend/ev-selection.h:
3040         * backend/impress/Makefile.am:
3041         * backend/pdf/Makefile.am:
3042         * backend/pixbuf/Makefile.am:
3043         * backend/ps/Makefile.am:
3044         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3045         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3046         (start_interpreter), (stop_interpreter), (document_load),
3047         (ps_document_next_page), (render_page):
3048         * backend/tiff/Makefile.am:
3049         * comics/Makefile.am:
3050         * comics/comics-document.c:
3051         * comics/comics-document.h:
3052         * configure.ac:
3053         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3054         * djvu/Makefile.am:
3055         * djvu/djvu-document-private.h:
3056         * djvu/djvu-document.c:
3057         * djvu/djvu-document.h:
3058         * djvu/djvu-links.c:
3059         * djvu/djvu-links.h:
3060         * djvu/djvu-text-page.c:
3061         * djvu/djvu-text-page.h:
3062         * djvu/djvu-text.c:
3063         * djvu/djvu-text.h:
3064         * dvi/Makefile.am:
3065         * dvi/dvi-document.c:
3066         * dvi/dvi-document.h:
3067         * dvi/fonts.c:
3068         * dvi/fonts.h:
3069         * dvi/mdvi-lib/Makefile.am:
3070         * dvi/mdvi-lib/afmparse.c:
3071         * dvi/mdvi-lib/afmparse.h:
3072         * dvi/mdvi-lib/bitmap.c:
3073         * dvi/mdvi-lib/bitmap.h:
3074         * dvi/mdvi-lib/color.c:
3075         * dvi/mdvi-lib/color.h:
3076         * dvi/mdvi-lib/common.c:
3077         * dvi/mdvi-lib/common.h:
3078         * dvi/mdvi-lib/defaults.h:
3079         * dvi/mdvi-lib/dvimisc.c:
3080         * dvi/mdvi-lib/dviopcodes.h:
3081         * dvi/mdvi-lib/dviread.c:
3082         * dvi/mdvi-lib/files.c:
3083         * dvi/mdvi-lib/font.c:
3084         * dvi/mdvi-lib/fontmap.c:
3085         * dvi/mdvi-lib/fontmap.h:
3086         * dvi/mdvi-lib/fontsrch.c:
3087         * dvi/mdvi-lib/gf.c:
3088         * dvi/mdvi-lib/hash.c:
3089         * dvi/mdvi-lib/hash.h:
3090         * dvi/mdvi-lib/list.c:
3091         * dvi/mdvi-lib/mdvi.h:
3092         * dvi/mdvi-lib/pagesel.c:
3093         * dvi/mdvi-lib/paper.c:
3094         * dvi/mdvi-lib/paper.h:
3095         * dvi/mdvi-lib/pk.c:
3096         * dvi/mdvi-lib/private.h:
3097         * dvi/mdvi-lib/setup.c:
3098         * dvi/mdvi-lib/sp-epsf.c:
3099         * dvi/mdvi-lib/special.c:
3100         * dvi/mdvi-lib/sysdeps.h:
3101         * dvi/mdvi-lib/t1.c:
3102         * dvi/mdvi-lib/tfm.c:
3103         * dvi/mdvi-lib/tfmfile.c:
3104         * dvi/mdvi-lib/tt.c:
3105         * dvi/mdvi-lib/util.c:
3106         * dvi/mdvi-lib/vf.c:
3107         * dvi/pixbuf-device.c:
3108         * dvi/pixbuf-device.h:
3109         * impress/Makefile.am:
3110         * impress/common.h:
3111         * impress/document.c:
3112         * impress/f_oasis.c:
3113         * impress/f_oo13.c:
3114         * impress/iksemel.c:
3115         * impress/iksemel.h:
3116         * impress/imposter.h:
3117         * impress/impress-document.c:
3118         * impress/impress-document.h:
3119         * impress/internal.h:
3120         * impress/r_back.c:
3121         * impress/r_draw.c:
3122         * impress/r_geometry.c:
3123         * impress/r_gradient.c:
3124         * impress/r_style.c:
3125         * impress/r_text.c:
3126         * impress/render.c:
3127         * impress/render.h:
3128         * impress/zip.c:
3129         * impress/zip.h:
3130         * lib/Makefile.am:
3131         * lib/ev-debug.c:
3132         * lib/ev-debug.h:
3133         * lib/ev-file-helpers.c:
3134         * lib/ev-file-helpers.h:
3135         * lib/ev-gui.c:
3136         * lib/ev-gui.h:
3137         * lib/ev-tooltip.c:
3138         * lib/ev-tooltip.h:
3139         * libdocument/Makefile.am:
3140         * libdocument/ev-file-helpers.c:
3141         * pdf/Makefile.am:
3142         * pdf/ev-poppler.cc:
3143         * pdf/ev-poppler.h:
3144         * pixbuf/Makefile.am:
3145         * pixbuf/pixbuf-document.c:
3146         * pixbuf/pixbuf-document.h:
3147         * properties/Makefile.am:
3148         * ps/Makefile.am:
3149         * ps/gsdefaults.c:
3150         * ps/gsdefaults.h:
3151         * ps/gsio.c:
3152         * ps/gsio.h:
3153         * ps/gstypes.h:
3154         * ps/ps-document.c:
3155         * ps/ps-document.h:
3156         * ps/ps.c:
3157         * ps/ps.h:
3158         * shell/Makefile.am:
3159         * shell/ev-application.h:
3160         * shell/ev-sidebar-links.c:
3161         * shell/ev-sidebar-links.h:
3162         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3163         (ev_gui_menu_position_tree_selection):
3164         * shell/ev-utils.h:
3165         * shell/ev-view.c: (ev_view_finalize):
3166         * shell/ev-window.c:
3167         * shell/main.c: (main):
3168         * thumbnailer/Makefile.am:
3169         * tiff/Makefile.am:
3170         * tiff/tiff-document.c:
3171         * tiff/tiff-document.h:
3172         * tiff/tiff2ps.c:
3173         * tiff/tiff2ps.h:
3174         
3175         Reorganize source tree.
3176
3177 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3178
3179         * backend/ev-document-factory.c:
3180
3181         Do not include ev-poppler.h when pdf is disabled. 
3182
3183 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3184
3185         * configure.ac:
3186         * data/evince-ui.xml:
3187         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3188         (pdf_document_document_images_iface_init):
3189         * backend/Makefile.am:
3190         * backend/ev-document-images.[ch]:
3191         * backend/ev-image.[ch]:
3192         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3193         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3194         (ev_job_xfer_run):
3195         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3196         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3197         (ev_pixbuf_cache_get_image_mapping):
3198         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3199         (view_menu_popup_cb), (ev_window_dispose),
3200         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3201         (ev_view_popup_cmd_copy_image):
3202         * shell/ev-view-private.h:
3203         * shell/ev-view.c: (ev_view_get_image_at_location),
3204         (ev_view_do_popup_menu), (ev_view_popup_menu),
3205         (ev_view_button_press_event), (ev_view_drag_data_get),
3206         (ev_view_drag_motion), (ev_view_drag_data_received),
3207         (ev_view_motion_notify_event), (ev_view_button_release_event),
3208         (ev_view_finalize), (ev_view_class_init):
3209
3210         Add image handling support. Fixes bugs #310008 and #325047. Images
3211         selection is not supported yet. 
3212
3213 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3214
3215         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3216         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3217         (ev_view_init):
3218
3219         Move view drag and drop stuff to ev-view.
3220
3221 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3222
3223         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3224         * shell/ev-view.c: (clear_selection): 
3225
3226         Clear selection also in pixbuf cache.
3227
3228 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3229
3230         * data/evince.desktop.in.in:
3231         
3232         Change icon name in desktop file. See bug #390734
3233         for details.
3234
3235 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3236
3237         * thumbnailer/Makefile.am:
3238
3239         Use top_builddir instead top_srcdir for generated schema
3240         file installation. Fixes bug #390161.
3241
3242 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3243
3244         * configure.ac:
3245         * backend/Makefile.am:
3246         * backend/ev-document-transition.[ch]:
3247         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3248         (pdf_document_page_transition_iface_init):
3249         * shell/ev-view-private.h:
3250         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3251         (ev_view_set_presentation), (transition_next_page),
3252         (ev_view_presentation_transition_stop),
3253         (ev_view_presentation_transition_start), (ev_view_next_page):
3254
3255         Add page transition support in presentation mode. At the moment only
3256         page duration is supported, but not transition effects. Fixes bug
3257         #309815.
3258
3259 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3262
3263         Run find_link_dest with document lock held, since it's called by links
3264         thread and main thread at the same time. 
3265
3266 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3267
3268         * shell/ev-view.c: (goto_dest):
3269
3270         Update page-cache when page is changed by the view, so that
3271         page-changed signal is emitted. 
3272
3273 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3274
3275         * test/test1.py:
3276         * test/test2.py:
3277
3278         Use C locale in tests. 
3279
3280 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3281
3282         * shell/ev-window.c: (ev_window_run_presentation):
3283         * shell/ev-view-private.h:
3284         * shell/ev-view.c: (ev_view_set_presentation):
3285
3286         Restore zoom settings when back from presentation mode. 
3287
3288 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3289
3290         * shell/ev-window.c: (ev_window_run_presentation):
3291
3292         Always use "best fit" zoom in presentation mode.
3293         Fixes bug #389195.
3294
3295 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3296
3297         * shell/ev-view.c: (ev_view_goto_window_create):
3298
3299         Show "Jump to page" label in the page jumping popup in
3300         presentation mode instead of just a GtkEntry.
3301
3302 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3303
3304         * shell/ev-window.c: (launch_external_uri):
3305
3306         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3307         #378085.
3308
3309 2006-12-22  Elijah Newren  <newren gmail com>
3310
3311         * configure.ac: explicitly check for libxml2.  Fixes #388795
3312
3313 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * shell/ev-view-private.h:
3316         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3317         (ev_view_goto_window_delete_event), (key_is_numeric),
3318         (ev_view_goto_window_key_press_event),
3319         (ev_view_goto_window_button_press_event),
3320         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3321         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3322         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3323
3324         Allow jumping to another page by typing a page number in presentation
3325         mode. It uses a popup window with an entry. Fixes bug #353625.
3326
3327 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3328
3329         * configure.ac:
3330         * properties/ev-properties-view.c: (ev_get_default_user_units),
3331         (ev_regular_paper_size):
3332         
3333         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3334         to Damien Carbery <damien.carbery@sun.com> and
3335         Yevgen Muntyan <muntyan@tamu.edu>.
3336
3337 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3338
3339         * shell/ev-window.c: (setup_document_from_metadata):
3340
3341         Make sure Evince doesn't restore the view on the last
3342         page when a document is reopened. Fixes bug #383381.
3343
3344 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3345
3346         * shell/ev-view.c: (draw_loading_text):
3347
3348         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3349
3350 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3351
3352         * configure.ac:
3353         * NEWS:
3354
3355         Release 0.7.0
3356
3357 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3358
3359         * configure.ac:
3360         * pdf/ev-poppler.cc: (pdf_print_context_free),
3361         (pdf_document_file_exporter_begin),
3362         (pdf_document_file_exporter_do_page):
3363
3364         Make cairo-pdf depedency optional. 
3365
3366 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3367
3368         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3369
3370         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3371
3372 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3375         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3376         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3377         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3378         * shell/ev-view.c: (draw_loading_text):
3379         * shell/ev-window.c: (ev_window_cmd_file_properties):
3380
3381         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3382         related to using FontConfig from different threads.
3383         
3384 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3385
3386         * shell/ev-view.c: (draw_loading_text):
3387
3388         Acquire lock document when drawing "Loading..." text so that only one
3389         thread will use FontConfig at the same time. Fixes bug #374750.
3390
3391 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3392
3393         * shell/ev-page-action.[ch]: (activate_cb):
3394         * shell/ev-window.c: (activate_label_cb):
3395
3396         Check if text inserted in page entry is a valid page number when it
3397         doesn't match to any document page label. Fixes bug #383165.
3398
3399 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3400         * shell/ev-window.c:
3401
3402         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3403         available with GTK < 2.10. Added an ifdef to avoid compilation
3404         error.
3405
3406 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3407
3408         * configure.ac:
3409         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3410
3411         Fix ps backend in multihead systems.
3412
3413 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3414
3415         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3416         * shell/ev-window.c: (ev_window_get_screen_dpi),
3417         (ev_window_update_actions), (setup_view_from_metadata),
3418         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3419
3420         Take screen DPI into account when zooming. Fixes bug #318285.
3421
3422 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3423
3424         * data/Makefile.am:
3425
3426         Cleaned up/slightly refactored Makefile.am. Added GConf
3427         schemas uninstallation as well.
3428
3429 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3430
3431         * Makefile.am:
3432         * test/Makefile.am:
3433
3434         Fight with autotools to fix make check. Make distcheck
3435         works fine as well now!
3436
3437 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3438
3439         * shell/ev-view.c: (draw_end_presentation_page):
3440
3441         Corrected "end of presentation" string.
3442
3443 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3444
3445         * shell/ev-view.c: (ev_view_key_press_event):
3446
3447         Correctly propagate key press event so that up/down keys
3448         work as expected (correct behaviour was broken by
3449         black/white screen key bindings for presentations).
3450
3451 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3452
3453         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3454         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3455         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3456         (pdf_selection_get_selection_region),
3457         (pdf_selection_get_selection_map):
3458
3459         Add "static" to some private functions. 
3460
3461 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3462
3463         * lib/ev-tooltip.h:
3464         * properties/ev-properties-view.h:
3465         * shell/ev-jobs.h:
3466         * shell/ev-properties-dialog.h:
3467         * shell/ev-properties-fonts.h:
3468         * shell/ev-sidebar-links.h:
3469         * shell/ev-sidebar-thumbnails.h:
3470         * shell/ev-sidebar.h:
3471         * shell/ev-window.h:
3472         
3473         Fixes CHACK type in class casts. See bug #385343
3474         for details.
3475
3476 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3477
3478         * shell/ev-view-private.h:
3479         * shell/ev-view.c: (draw_end_presentation_page),
3480         (ev_view_expose_event), (ev_view_key_press_event),
3481         (ev_view_class_init), (ev_view_init):
3482
3483         Blank screen in presentation mode when pressing 'b' (filling with
3484         black) or 'w' (filling with white) keys. Fixes bug #358132.
3485
3486 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3487
3488         * data/evince-toolbar.xml:
3489         * shell/ev-window.c:
3490         
3491         Use stock icon for Select All action. Fixes
3492         bug #382652.
3493
3494 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3495
3496         * shell/ev-view.c: (get_doc_point_from_offset),
3497         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3498
3499         Add links support in rotated documents. Fixes bug #343733.
3500
3501 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3502
3503         * shell/ev-view-private.h:
3504         * shell/ev-view.c: (draw_end_presentation_page),
3505         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3506
3507         Show a blank page after the last page in presentation mode with a
3508         message indicating that presentation has finished and how to exit. 
3509
3510 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3511
3512         * shell/ev-window.c: (fullscreen_timeout_cb):
3513
3514         Hide cursor after a while in presentation mode. 
3515
3516 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3517
3518         * backend/ev-document-info.h:
3519         * data/evince-properties.glade:
3520         * pdf/ev-poppler.cc:
3521         * properties/ev-properties-view.c: (ev_regular_paper_size),
3522         (ev_properties_view_set_info):
3523         * ps/ps-document.c: (ps_document_get_info):
3524
3525         Adds a paper size field to the properties dialog. Fixes
3526         bug #307315. Patch by Kasper Svendsen (with some i18n
3527         changes done by me).
3528
3529 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3530
3531         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3532         (screensaver_init_dbus), (totem_scrsaver_new),
3533         (totem_scrsaver_init):
3534         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3535         * shell/ev-application.c: (ev_application_register_service),
3536         (ev_application_screensaver_enable),
3537         (ev_application_screensaver_disable):
3538         * shell/ev-application.h:
3539         * shell/ev-window.c: (ev_window_run_presentation),
3540         (ev_window_stop_presentation), (build_comments_string),
3541         (ev_window_init):
3542         
3543         Move screensaver handling to application. No more
3544         message on startup.
3545
3546 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3547
3548         * configure.ac:
3549         * backend/Makefile.am:
3550         * backend/ev-file-exporter.[ch]:
3551         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3552         * ps/ps-document.c: (ps_document_file_exporter_*):
3553         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3554         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3555         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3556         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3557
3558         Allow printing to PDF when suppoted by the backend.
3559         
3560 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3561
3562         * shell/ev-window.c: (build_comments_string):
3563
3564         Use always "Document Viewer" in about dialog. 
3565
3566 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3567
3568         * djvu/djvu-document.c: (djvu_document_get_page_size):
3569
3570         Display a warning message when get_pageinfo fails. 
3571
3572 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3573
3574         * Makefile.am:
3575         * backend/Makefile.am:
3576         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3577         * configure.ac:
3578         * shell/ev-window.c: (build_comments_string):
3579         
3580         Make pdf compilation optional. See bug #38007.
3581
3582 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * ps/ps.c: (get_next_text):
3585
3586         Fix CVE-2006-5864.
3587
3588 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3589
3590         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3591         * shell/ev-navigation-action.c: (connect_proxy),
3592         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3593         
3594         Do not call g_type_class_peek_parent twice.
3595
3596 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3597
3598         * configure.ac:
3599         * data/icons/24x24/.cvsignore:
3600         * data/icons/24x24/Makefile.am:
3601         * data/icons/24x24/evince.png:
3602         * data/icons/Makefile.am:
3603         
3604         Add 24x24 icon. Thanks to 
3605         Michael Monreal <infernux@web.de>.
3606
3607 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3608
3609         * configure.ac: Fix typo in configure.ac. Thanks
3610         to dmacks@netspace.org for notification.
3611
3612 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3613
3614         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3615         
3616         Drop dbus include, fixes compilation with older dbus.
3617
3618 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3619
3620         * configure.ac:
3621         * cut-n-paste/Makefile.am:
3622         * cut-n-paste/totem-screensaver/.cvsignore
3623         * cut-n-paste/totem-screensaver/Makefile.am:
3624         * cut-n-paste/totem-screensaver/README:
3625         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3626         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3627         * shell/Makefile.am:
3628         * shell/ev-window.c: (ev_window_run_presentation),
3629         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3630         (ev_window_init):
3631
3632         Implemented screensaver enabling/disabling for
3633         presentation mode (not fullscreen mode). Code stolen
3634         from Totem (with some minor tweaks). Fixes bug #338889.
3635
3636 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3637
3638         * configure.ac:
3639
3640         Bump gnome-icon-theme requirements. We use the rotation
3641         icons that appeared recently.
3642
3643 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3644
3645         * shell/ev-history.c: (ev_history_add_page):
3646         * shell/ev-history.h:
3647         * shell/ev-window.c: (page_changed_cb):
3648         
3649         Use page labels instead of numbers.
3650
3651 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3652
3653         * data/evince-toolbar.xml:
3654         * po/POTFILES.in:
3655         * shell/Makefile.am:
3656         * shell/ev-navigation-action-widget.c:
3657         (ev_navigation_action_widget_init),
3658         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3659         (menu_detacher), (ev_navigation_action_widget_set_menu),
3660         (menu_position_func), (popup_menu_under_arrow),
3661         (ev_navigation_action_widget_toggled),
3662         (ev_navigation_action_widget_button_press_event):
3663         * shell/ev-navigation-action-widget.h:
3664         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3665         (ev_navigation_action_set_window), (activate_menu_item_cb),
3666         (new_history_menu_item), (new_empty_history_menu_item),
3667         (build_menu), (menu_activated_cb), (connect_proxy),
3668         (create_tool_item), (ev_navigation_action_init),
3669         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3670         * shell/ev-navigation-action.h:
3671         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3672         (ev_page_action_widget_set_page_cache),
3673         (ev_page_action_widget_finalize),
3674         (ev_page_action_widget_class_init), (match_selected_cb),
3675         (display_completion_text), (match_completion), (build_new_tree_cb),
3676         (get_filter_model_from_model),
3677         (ev_page_action_widget_update_model):
3678         * shell/ev-page-action-widget.h:
3679         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3680         (connect_proxy):
3681         * shell/ev-page-action.h:
3682         * shell/ev-stock-icons.c:
3683         * shell/ev-stock-icons.h:
3684         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3685         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3686         (register_custom_actions):
3687         * shell/main.c:
3688         
3689         Preliminary history implementation
3690
3691 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3692
3693         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3694         (dvi_document_class_init), (dvi_document_init_params):
3695         * dvi/mdvi-lib/font.c: (font_reference):
3696         
3697         Add reference to subfont. Fixes bug #374277.
3698
3699 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3702         (ev_window_cmd_file_open_copy_at_dest):
3703
3704         Fix a race condition when creating symlink. Increase the counter
3705         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3706         Mathias Hasselmann).
3707
3708 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3709
3710         * backend/Makefile.am:
3711         * backend/ev-attachment.c: (ev_attachment_open):
3712         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3713         (ev_tmp_dir), (ev_tmp_filename):
3714         * shell/ev-sidebar-attachments.c:
3715         (ev_sidebar_attachments_drag_data_get):
3716         * shell/ev-window.c: (ev_window_clear_temp_file):
3717
3718         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3719         in ensure_dir_exists. Abort without crashing when we can't create
3720         user's directory.
3721
3722 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * data/evince-ui.xml:
3725         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3726         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3727         (ev_window_cmd_file_open_copy_at_dest),
3728         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3729         (ev_view_popup_cmd_open_link_new_window):
3730
3731         Allow opening a copy of the current document in a new window. Fixes bug
3732         #357472
3733
3734 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3735
3736         * data/evince-toolbar.xml:
3737         
3738         Add rotate right and rotate left to available items for toolbar.
3739         
3740         * data/evince-ui.xml:
3741         * shell/ev-window.c: (ev_window_init):
3742         
3743         Customize toolbar with right click. Fixes bug #372451.
3744
3745 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3746
3747         * shell/ev-window.c: 
3748         
3749         Use "object-rotate-{left,right}" stock icons. Fixes 
3750         bug #373863.
3751
3752 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3753
3754         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3755         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3756         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3757         (ev_window_open_uri):
3758         * shell/main.c: (arguments_parse):
3759
3760         Remove temp file created when evince is used by GTK+ in
3761         preview mode. Fixes bug #365282. 
3762
3763 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3764
3765         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3766         
3767         Fixes bug #372474 - Side pane disabled when entering 
3768         and leaving fullscreen mode.
3769
3770 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3771
3772         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3773         * data/Makefile.am:
3774         * data/evince-preview-toolbar.xml:
3775         * data/evince-toolbar.xml:
3776         * shell/ev-application.c: (ev_application_shutdown),
3777         (ev_application_init), (ev_application_get_toolbars_model):
3778         * shell/ev-application.h:
3779         * shell/ev-window.c: (update_chrome_visibility),
3780         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3781         (ev_window_cmd_edit_toolbar), (ev_window_init):
3782         
3783         Fixes bug #364364 - toolbar editor shows zoom actions again.
3784
3785 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3786
3787         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3788
3789         Do not take margins into consideration for paper size when printing.
3790         Really fixes bug #350491.
3791
3792 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3793
3794         * data/evince-ui.xml:
3795         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3796         (ev_window_cmd_file_print_setup),
3797         (ev_window_print_dialog_response_cb),
3798         (ev_window_setup_action_sensitivity):
3799
3800         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3801
3802 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3803
3804         * shell/ev-window.c: (ev_window_print_range):
3805
3806         Revert my previuos commit, since printing to PDF is not supported by
3807         evince yet. 
3808
3809 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3810
3811         * shell/ev-window.c: (ev_window_print_range):
3812
3813         Enable print to a PDF. Fixes bug #332121.
3814
3815 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3816
3817         * shell/ev-application-service.xml:
3818         * shell/ev-application.[ch]: (ev_application_open_window),
3819         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3820         (ev_application_open_uri), (ev_application_open_uri_list):
3821         * shell/ev-window.c: (file_open_dialog_response_cb),
3822         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3823         (drag_data_received_cb), (open_remote_link):
3824         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3825
3826         Add support for multiscreen systems. Fixes bug #316206.
3827
3828 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-jobs.[ch]: (ev_job_print_new),
3831         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3832         (ev_job_print_do_page):
3833         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3834
3835         Allow printing only odd/even pages. Fixes bug #367289.
3836
3837 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3838
3839         * test/test1.py:
3840         * test/test2.py:
3841
3842         Re-add locale settings to test files.
3843
3844 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3845
3846         * data/evince-ui.xml:
3847         * shell/ev-window.c: (set_action_properties):
3848         
3849         Removed garbage from code and ui.
3850
3851 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3852
3853         * shell/ev-window.c: (ev_window_cmd_help_about):
3854
3855         Shamelessly add my name to the list of contributors.
3856
3857 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3858
3859         * test/test1.py:
3860         * test/test2.py:
3861
3862         Cleaned up the dogtail scripts.
3863
3864 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3865
3866         * shell/ev-view.c: (draw_loading_text): Don't render
3867         "loading..." text in presentation mode. Temporary
3868         workaround for bug #320352.
3869
3870 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3871
3872         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3873         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3874
3875         Use print settings scale, copies, collate and reverse which were
3876         ignored. Fixes bug #359032.
3877
3878 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3879
3880         * configure.ac:
3881         * data/evince-password.glade:
3882         * test/Makefile.am:
3883         * test/test-encrypt.pdf:
3884         * test/test-links.pdf:
3885         * test/test1.py:
3886         * test/test2.py:
3887
3888         Add automated UI tests for evince with dogtail. See
3889         bug #300948.    
3890
3891 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3894
3895         Hide fullscreen toolbar when switching to another desktop workspace.
3896         Fixes bug #338871
3897
3898 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3899
3900         * shell/ev-window-title.c: 
3901         
3902         Test for .dvi in title of pdf documents.
3903
3904 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3905
3906         * shell/ev-view.c: (ev_view_scroll):
3907
3908         Page Up/Down should do page jumps in "Best fit" mode.
3909         If a user has explicitly chosen to view exactly one page
3910         at a time, scrolling just a part of the page when
3911         pressing Page Up/Down is not right. Fixes bug #323107.
3912
3913 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3914
3915         * NEWS:
3916         * configure.ac:
3917         
3918         Update for 0.6.1
3919
3920 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3921
3922         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3923         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3924         
3925         Correctly disconnect from job signals on destroy.
3926
3927 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3928
3929         * shell/ev-view-private.h:
3930         * shell/ev-view.c: (view_set_adjustment_values),
3931         (view_update_range_and_current_page),
3932         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3933         
3934         Fixes bug #343199, current page now follows find page.
3935
3936 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3937
3938         * backend/ev-document-factory.c:
3939         * configure.ac:
3940         Assigned OpenDocument presenation MIME type to the
3941         Impress backend. Added some missing (but harmless)
3942         #ifdefs in the document factory as well to make things
3943         consistent again. Fixes bug #360658.
3944
3945 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3946
3947         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3948         * backend/ev-document-find.c: (ev_document_find_get_type):
3949         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3950         * backend/ev-document-links.c: (ev_document_links_get_type):
3951         * backend/ev-document-security.c: (ev_document_security_get_type):
3952         * backend/ev-document-thumbnails.c:
3953         (ev_document_thumbnails_get_type):
3954         * backend/ev-document.c: (ev_document_get_type):
3955         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3956         * backend/ev-selection.c: (ev_selection_get_type):
3957         * cut-n-paste/recent-files/egg-recent-model.c:
3958         (egg_recent_model_get_type):
3959         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3960         (egg_recent_view_uimanager_get_type):
3961         * cut-n-paste/recent-files/egg-recent-view.c:
3962         (egg_recent_view_get_type):
3963         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3964         (egg_editable_toolbar_get_type):
3965         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3966         (egg_toolbar_editor_get_type):
3967         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3968         (egg_toolbars_model_get_type):
3969         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3970         (egg_tree_multi_drag_source_get_type):
3971         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3972         (ephy_zoom_action_get_type):
3973         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3974         (ephy_zoom_control_get_type):
3975         * impress/r_back.c: (_imp_fill_back):
3976         * properties/ev-properties-main.c:
3977         (ev_properties_plugin_register_type):
3978         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3979         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3980         (ev_view_accessible_factory_get_type):
3981
3982         Reduce relocations. Bug #360616.
3983
3984 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3985
3986         * backend/ev-document-factory.c:
3987         (ev_document_factory_get_document):
3988         
3989         Load document even if extension is wrong.
3990
3991 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3992
3993         * shell/ev-metadata-manager.c: (save_values):
3994         * shell/ev-window.c: (setup_size_from_metadata),
3995         (setup_view_from_metadata), (ev_window_setup_document),
3996         (ev_window_xfer_job_cb), (window_configure_event_cb):
3997         
3998         Set size according to the document size/page size ratio.
3999         That should correct rather wierd behaviour of the previous
4000         commit.
4001
4002 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4003
4004         * shell/ev-window.c: (setup_view_from_metadata):
4005         
4006         Set size for new windows from previous window size.
4007         See bugs #354968 and #168450 for details. Thanks
4008         to Meik Hellmund.
4009
4010 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4011
4012         * djvu/djvu-links.c: (build_tree):
4013
4014         Fix memory leak.
4015
4016 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4017
4018         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4019         
4020         Don't make sidebar close button insensitive. Fixes
4021         bug #357871.
4022
4023 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4024
4025         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4026         (ev_window_set_view_accels_sensitivity):
4027         
4028         Don't enable Slash on documents which don't support
4029         find. Fixes bug #358648.
4030
4031 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4032
4033         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4034         open dialog fall back to the current document uri if the
4035         filechooser hasn't been used before. Fixes bug #356980.
4036
4037 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4038
4039         * shell/ev-window.c: (ev_window_setup_recent), 
4040         (ev_window_get_recent_file_label):
4041
4042         Escape underscores in filenames of recent file items.
4043
4044 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4045
4046         * configure.ac:
4047         
4048         Bumped poppler requirements, really 0.5.3 is very 
4049         buggy, now we require 0.5.4.
4050
4051 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4052
4053         * djvu/Makefile.am:
4054         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4055         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4056         (djvu_document_document_links_iface_init):
4057         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4058         (number_from_string_10), (get_djvu_link_dest),
4059         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4060         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4061         (djvu_links_get_links), (djvu_links_find_link_dest),
4062         (djvu_links_get_links_model):
4063         * djvu/djvu-links.h:
4064         
4065         Add support for links and bookmarks in djvu documents. Thanks
4066         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4067         patch.
4068
4069 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4070
4071         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4072         
4073         Reopen should reload document. Fixes 
4074         bug 327951.
4075
4076 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4077
4078         * configure.ac:
4079         * data/Makefile.am:
4080         * data/evince-16.png:
4081         * data/evince-22.png:
4082         * data/evince.png:
4083         * data/evince.svg:
4084         * data/icons/16x16/Makefile.am:
4085         * data/icons/16x16/evince.png:
4086         * data/icons/22x22/Makefile.am:
4087         * data/icons/22x22/evince.png:
4088         * data/icons/48x48/Makefile.am:
4089         * data/icons/48x48/evince.png:
4090         * data/icons/Makefile.am:
4091         * data/icons/scalable/Makefile.am:
4092         * data/icons/scalable/evince.svg:
4093         
4094         Install icons with correct names. Fixes
4095         bug #354429.
4096
4097 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4098
4099         * shell/ev-view.c: (ev_view_button_release_event):
4100
4101         Don't open links with middle mouse button. Fixes bug #353649
4102
4103 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4104
4105         * NEWS:
4106         * configure.ac:
4107         
4108         Update for release 0.6.0
4109
4110 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4111
4112         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4113         Implement Close named action. Patch by Carlos Garcia Campos.
4114
4115 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4116
4117         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4118         
4119         Don't clear link mapping on copy_job_to_job_info. Fixes
4120         bug 346168.
4121
4122 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4123
4124         * shell/main.c: (main):
4125
4126         Revert my previous commit, gnome_program_init owns the option context.
4127         Fix another memory leak in main. Both caught by Christian Persch. 
4128
4129 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4130
4131         * shell/main.c: (main):
4132
4133         Fix memory leak.
4134
4135 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4136
4137         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4138
4139         Fix crash when opening a pdf with password protection. 
4140
4141 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4142
4143         * pdf/ev-poppler.cc: (pdf_document_search_free):
4144
4145         Fix memory leak. 
4146
4147 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4148
4149         * backend/ev-document-factory.c:
4150         (ev_document_factory_get_document):
4151         * tiff/tiff-document.c: (tiff_document_finalize):
4152         
4153         More correct handling of document loading. Fixes
4154         bug #349043.
4155
4156 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4157
4158         * backend/ev-attachment.c: (ev_attachment_save):
4159
4160         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4161         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4162
4163 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4164         
4165         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4166         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4167
4168 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4169
4170         * shell/ev-sidebar-thumbnails.c:
4171
4172         Do not render thumbnails unless thumbnails page is active in the
4173         sidebar.
4174
4175 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4176
4177         * shell/ev-properties-dialog.c:
4178
4179         Fix dialogue spacing. Bug #351370.
4180
4181 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4182
4183         * configure.ac:
4184
4185         Use lowercase gettext catalog file names (evince.mo
4186         instead of Evince.mo)
4187
4188 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4189
4190         * shell/ev-sidebar-attachments.c:
4191
4192         GtkIconTheme is now screen safe too. Fixes bug #350878
4193
4194 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4195
4196         * shell/ev-window.c:
4197
4198         GtkRecent manager is now screen safe. Fixes bug #350145
4199
4200 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4201
4202         * shell/ev-sidebar.c: (ev_sidebar_init):
4203         
4204         Make sidebar close icon smaller. Fix for bug 350177.
4205         See also bugs 350176 and 165770.
4206
4207 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4208
4209         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4210
4211         Ignore zoom for xyz destinations when it's <= 1, keeping user
4212         preferences instead. Set correct sizing-mode for fith and fitv
4213         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4214
4215 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4216
4217         * NEWS:
4218         * configure.ac:
4219         
4220         Update for release 0.5.5
4221
4222 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4223         
4224         * shell/ev-window.c: (ev_window_cmd_escape)
4225
4226         Escape unfocus page entry. Fixes bug #345809.
4227
4228 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4231         (build_tree), (pdf_document_links_get_links),
4232         (pdf_document_links_find_link_dest):
4233         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4234         (goto_xyz_dest):
4235
4236         Convert from PDF style coordinates to X style coordinates in the
4237         backend rather than in the view. Fixes bug #338440
4238
4239 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4240
4241         * shell/ev-window.c:
4242         
4243         Remove Ctrl+Shift+T shortcut for toolbars. See
4244         the bug #350098.
4245
4246 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4247
4248         * configure.ac:
4249
4250         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4251         of this. 
4252
4253 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4254
4255         * configure.ac:
4256         * cut-n-paste/Makefile.am:
4257         * data/evince-ui.xml:
4258         * shell/Makefile.am:
4259         * shell/ev-application.[ch]:
4260         * shell/ev-window.c:
4261
4262         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4263         #349273
4264
4265 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4266
4267         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4268         findbar code: s/help/search/
4269
4270 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4271
4272         * shell/ev-window.c: (setup_document_from_metadata),
4273         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4274         (setup_view_from_metadata):
4275         
4276         Fix memory leaks.
4277
4278 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4279
4280         * autogen.sh, configure.ac: 
4281         
4282         Update automake usage. See bug 349292.
4283
4284 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4285
4286         * shell/eggfindbar.c: (egg_find_bar_class_init),
4287         (entry_activate_callback), (egg_find_bar_init),
4288         (egg_find_bar_set_status_text):
4289         * shell/eggfindbar.h:
4290         
4291         Unify Evince findbar with Epiphany. Nice patch
4292         from Fabricio Silva <silva@crans.org> and
4293         Frederic Peters <fpeters@entrouvert.com>. See
4294         bug #339966 for details.
4295
4296 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4297
4298         * data/evince.desktop.in.in:
4299         
4300         Correct information for bugzilla. Thanks to
4301         Olaf Vitters, see bug #348855.
4302
4303 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4304
4305         * shell/ev-jobs.[ch]:
4306         * shell/ev-sidebar-links.c:
4307         * shell/ev-window.[ch]:
4308
4309         GtkPrintJob doesn't support print ranges or current page, so we export
4310         to a ps file now when printing ranges or current page.
4311
4312 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4313
4314         * pdf/ev-poppler.cc:
4315         * shell/ev-window.c: (do_action_named):
4316
4317         We should be more clear about bugzilla. See the
4318         poppler bug #7623.
4319
4320 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4321
4322         * configure.ac:
4323         * shell/Makefile.am:
4324         * shell/ev-job-queue.c:
4325         * shell/ev-jobs.[ch]:
4326         * shell/ev-sidebar-links.c:
4327         * shell/ev-window.[ch]:
4328         
4329         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4330         #348422
4331
4332 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4333
4334         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4335         * shell/ev-application-service.xml:
4336         * shell/ev-application.[ch]:
4337         * shell/ev-jobs.[ch]:
4338         * shell/ev-window.[ch]: (ev_window_run_preview):
4339         * shell/main.c: 
4340
4341         Add preview mode to use evince as a printing previewer. It also adds
4342         other command line options for fullscreen and presentation modes.
4343         Fixes bugs #347822, #317031
4344
4345 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * NEWS:
4348         * configure.ac:
4349         
4350         Update for release 0.5.4
4351
4352 2006-07-11  Bastien Nocera <hadess@hadess.net>
4353
4354         * Makefile.am:
4355         * backend/Makefile.am:
4356         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4357         * backend/ev-document-factory.h:
4358         * configure.ac:
4359         * impress/.cvsignore:
4360         * impress/Makefile.am:
4361         * impress/common.h:
4362         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4363         (imp_get_page), (imp_next_page), (imp_prev_page),
4364         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4365         * impress/f_oasis.c: (render_object), (render_page),
4366         (get_geometry), (_imp_oasis_load):
4367         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4368         (_imp_oo13_load):
4369         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4370         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4371         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4372         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4373         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4374         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4375         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4376         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4377         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4378         (iks_new_within), (iks_insert), (iks_insert_cdata),
4379         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4380         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4381         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4382         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4383         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4384         (iks_cdata), (iks_cdata_size), (iks_has_children),
4385         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4386         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4387         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4388         (iks_tree), (iks_load), (iks_save):
4389         * impress/iksemel.h:
4390         * impress/imposter.h:
4391         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4392         (imp_render_draw_bezier_real), (imp_render_get_size),
4393         (imp_render_set_fg_color), (imp_render_draw_line),
4394         (imp_render_draw_rect), (imp_render_draw_polygon),
4395         (imp_render_draw_arc), (imp_render_draw_bezier),
4396         (imp_render_open_image), (imp_render_get_image_size),
4397         (imp_render_scale_image), (imp_render_draw_image),
4398         (imp_render_close_image), (imp_render_markup),
4399         (imp_render_get_text_size), (imp_render_draw_text),
4400         (impress_document_load), (impress_document_save),
4401         (impress_document_get_n_pages), (impress_document_get_page_size),
4402         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4403         (impress_document_finalize), (impress_document_class_init),
4404         (impress_document_can_get_text), (impress_document_get_info),
4405         (impress_document_document_iface_init),
4406         (impress_document_thumbnails_get_thumbnail),
4407         (impress_document_thumbnails_get_dimensions),
4408         (impress_document_document_thumbnails_iface_init),
4409         (impress_document_init):
4410         * impress/impress-document.h:
4411         * impress/internal.h:
4412         * impress/r_back.c: (_imp_fill_back):
4413         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4414         (_imp_draw_image), (_imp_tile_image):
4415         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4416         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4417         (r_polyline):
4418         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4419         (r_draw_gradient_complex), (r_draw_gradient):
4420         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4421         (r_get_bullet):
4422         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4423         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4424         (r_text):
4425         * impress/render.c: (imp_create_context), (imp_context_set_page),
4426         (imp_context_set_step), (imp_render), (imp_delete_context):
4427         * impress/render.h:
4428         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4429         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4430         (zip_load_xml), (zip_get_size), (zip_load):
4431         * impress/zip.h:
4432         * shell/ev-utils.c:
4433         
4434         New backend to support impress slides. Fixes bug #30867.
4435
4436 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4437
4438         * shell/ev-utils.c: (using_postscript_printer):
4439         
4440         Fixes crash when print using PAPI backend,
4441         bug #345012.
4442
4443 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4444
4445         * shell/ev-jobs.c: (ev_job_xfer_run):
4446         * shell/ev-window.c: (password_dialog_response),
4447         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4448         (ev_window_dispose):
4449         Fixes bug #344160: if the xfer job doesn't complete
4450         because a password is required, reload the existing
4451         instance instead of creating a new one.
4452
4453 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4454
4455         * shell/main.c: (main): Call gdk_threads_init. Thus
4456         we'll avoid errors in auth dialog. Fix for the bug
4457         #343347.
4458
4459 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4460
4461         * configure.ac: Advertise pixbuf support, fix
4462         for the bug 343317.
4463
4464 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4465
4466         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4467         (ev_sidebar_thumbnails_set_document):
4468         
4469         Update sidebar thumbnails after reloading.
4470
4471 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4472
4473         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4474         * shell/ev-jobs.h:
4475         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4476         (ev_window_cmd_view_reload), (ev_window_init):
4477         
4478         Don't crash on reload. Fix for the bug #343167.
4479
4480 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4481
4482         * shell/ev-jobs.c: (ev_job_render_run):
4483         
4484         Check for document links.
4485
4486 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4487
4488         * backend/ev-attachment.c: (ev_attachment_save),
4489         (ev_attachment_launch_app), (ev_attachment_open):
4490         * backend/ev-document-factory.c: (get_document_from_uri):
4491         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4492         (egg_recent_view_uimanager_set_list):
4493         * ps/ps-document.c: (check_filecompressed), (document_load),
4494         (ps_document_load):
4495         * shell/ev-metadata-manager.c: (load_values):
4496         * shell/ev-password.c: (ev_password_dialog_set_property):
4497         * shell/ev-view.c: (tip_from_link):
4498         * shell/ev-window.c: (file_save_dialog_response_cb),
4499         (ev_window_print_dialog_response_cb):
4500         
4501         Use consistent quoting style. Fix for the bug #320285.
4502
4503 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4504
4505         * shell/ev-jobs.c: (ev_job_xfer_run):
4506         * shell/main.c: (load_files):
4507                 
4508         Open links with anchors. Fix for the bug #339836.
4509
4510 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4511
4512         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4513         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4514         (ev_link_dest_set_property), (ev_link_dest_finalize),
4515         (ev_link_dest_class_init), (ev_link_dest_new_named),
4516         (ev_link_dest_new_page_label):
4517         * backend/ev-link-dest.h:
4518         * shell/ev-application.c: (ev_application_open_uri):
4519         * shell/ev-view.c: (goto_dest):
4520         * shell/ev-window.c:
4521         * shell/ev-window.h:
4522         
4523         Fix page-label command line option. Bug #342070.
4524
4525 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4526
4527         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4528         
4529         Don't show highlight rects if page can't be showed. Fix for 
4530         the bug #342076
4531
4532 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4533
4534         * shell/ev-window.c: (setup_sidebar_from_metadata),
4535         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4536         
4537         Setup sidebar from metadata even if there is no document
4538         loaded. Fix for the bug #342807.
4539
4540 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4541
4542         * cut-n-paste/toolbar-editor/Makefile.am:
4543         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4544         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4545         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4546         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4547         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4548         (popup_context_menu_cb), (button_press_event_cb),
4549         (configure_item_sensitivity), (configure_item_cursor),
4550         (configure_item_tooltip), (connect_widget_signals),
4551         (action_sensitive_cb), (create_item_from_action),
4552         (create_item_from_position), (toolbar_drag_data_received_cb),
4553         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4554         (toolbar_drag_leave_cb), (configure_drag_dest),
4555         (toggled_visibility_cb), (toolbar_visibility_refresh),
4556         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4557         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4558         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4559         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4560         (egg_editable_toolbar_dispose),
4561         (egg_editable_toolbar_set_ui_manager),
4562         (egg_editable_toolbar_get_selected),
4563         (egg_editable_toolbar_set_selected), (set_edit_mode),
4564         (egg_editable_toolbar_set_property),
4565         (egg_editable_toolbar_get_property),
4566         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4567         (egg_editable_toolbar_new_with_model),
4568         (egg_editable_toolbar_get_edit_mode),
4569         (egg_editable_toolbar_set_edit_mode),
4570         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4571         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4572         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4573         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4574         (item_added_or_removed_cb), (toolbar_removed_cb),
4575         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4576         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4577         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4578         (editor_create_item_from_name), (append_table),
4579         (update_editor_sheet), (egg_toolbar_editor_init):
4580         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4581         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4582         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4583         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4584         (toolbar_node_free), (egg_toolbars_model_get_flags),
4585         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4586         (egg_toolbars_model_get_name), (impl_add_item),
4587         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4588         (parse_data_list), (parse_item_list), (parse_toolbars),
4589         (egg_toolbars_model_load_toolbars), (parse_available_list),
4590         (parse_names), (egg_toolbars_model_load_names),
4591         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4592         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4593         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4594         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4595         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4596         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4597         (egg_toolbars_model_set_types), (fill_avail_array),
4598         (egg_toolbars_model_get_name_avail),
4599         (egg_toolbars_model_get_name_flags),
4600         (egg_toolbars_model_set_name_flags):
4601         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4602         * cut-n-paste/toolbar-editor/eggintl.h:
4603         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4604         (egg_tree_multi_drag_source_get_type),
4605         (egg_tree_multi_drag_source_row_draggable),
4606         (egg_tree_multi_drag_source_drag_data_delete),
4607         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4608         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4609         (path_list_free), (set_context_data), (get_context_data),
4610         (get_info), (egg_tree_multi_drag_drag_data_get),
4611         (egg_tree_multi_drag_motion_event),
4612         (egg_tree_multi_drag_button_press_event),
4613         (egg_tree_multi_drag_add_drag_support):
4614         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4615         * shell/ev-application.c: (ev_application_init),
4616         (ev_application_save_toolbars_model):
4617         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4618         (ev_window_cmd_edit_toolbar), (ev_window_init):
4619         
4620         Sync toolbareditor with epiphany and libegg
4621
4622 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4623
4624         * configure.ac: 
4625
4626         Depend on poppler 0.5.2
4627
4628 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4629
4630         * shell/ev-jobs.c: (ev_job_render_run):
4631         
4632         Check if document supports links iterface.
4633
4634 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4635
4636         * NEWS:
4637         * configure.ac:
4638         
4639         Update for release 0.5.3
4640
4641 2006-05-13  Michael Plump  <plumpy@skylab.org>
4642
4643         * configure.ac:
4644         * shell/Makefile.am:
4645         * shell/main.c: (main):
4646         
4647         Port to GOption command line parsing. Fix for the 
4648         bug #327518
4649
4650 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4651
4652         * shell/ev-window.c: (ev_window_cmd_help_about):
4653         
4654         Do not wrap license. Fix for the bug #309460.
4655
4656 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4657
4658         * configure.ac:
4659         * properties/ev-properties-main.c: (ev_properties_get_pages):
4660         * shell/ev-application.c: (ev_application_open_window),
4661         (ev_application_open_uri_at_dest):
4662         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4663         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4664         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4665         * shell/ev-utils.c: (save_print_config_to_file):
4666         * shell/ev-window.c: (ev_window_cmd_save_as),
4667         (ev_attachment_popup_cmd_save_attachment_as):
4668         * shell/main.c: (load_files_remote):
4669         
4670         Bump requirements to gtk 2.8 and drop all ifdefs used.
4671
4672 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4673
4674         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4675         * shell/ev-window.c: (ev_window_init):
4676         
4677         Show attachments page.
4678
4679 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4680
4681         * po/POTFILES.in:
4682         * shell/ev-attachment-bar.c:
4683         * shell/ev-attachment-bar.h:
4684         * shell/ev-sidebar-attachments.c:
4685         (ev_sidebar_attachments_icon_cache_add),
4686         (icon_theme_get_pixbuf_from_mime_type),
4687         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4688         (ev_sidebar_attachments_icon_cache_refresh),
4689         (ev_sidebar_attachments_get_attachment_at_pos),
4690         (ev_sidebar_attachments_popup_menu_show),
4691         (ev_sidebar_attachments_popup_menu),
4692         (ev_sidebar_attachments_button_press),
4693         (ev_sidebar_attachments_update_icons),
4694         (ev_sidebar_attachments_drag_data_get),
4695         (ev_sidebar_attachments_get_property),
4696         (ev_sidebar_attachments_destroy),
4697         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4698         (ev_sidebar_attachments_new),
4699         (ev_sidebar_attachments_set_document),
4700         (ev_sidebar_attachments_support_document),
4701         (ev_sidebar_attachments_get_label),
4702         (ev_sidebar_attachments_page_iface_init):
4703         * shell/ev-sidebar-attachments.h:
4704         * shell/ev-window.c: (update_chrome_visibility),
4705         (setup_sidebar_from_metadata), (ev_window_setup_document),
4706         (ev_window_sidebar_current_page_changed_cb),
4707         (attachment_bar_menu_popup_cb), (ev_window_init):
4708         
4709         Move attachments bar to sidebar.
4710
4711 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4712
4713         * pdf/ev-poppler.cc:
4714         * shell/ev-application.[ch]:
4715         * shell/main.c:
4716
4717         Fix some memory leaks.
4718
4719 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4720
4721         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4722
4723         Change the properties dialog response to
4724         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4725         will make the dialog go away when the user presses
4726         enter. With gtk+ >= 2.9 this will happen anyway, but for
4727         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4728         escape by default. Fixes bug #340539. See also bug
4729         #101293 for the gtk+ part.
4730
4731 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4732
4733         * shell/ev-view.c (tip_from_action_named): Replace some strings
4734         that were wrong. Closes #340970.
4735
4736 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4737
4738         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4739
4740         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4741         #341049
4742
4743 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4744
4745         * djvu/Makefile.am:
4746         * dvi/Makefile.am:
4747         * dvi/mdvi-lib/Makefile.am:
4748         * properties/Makefile.am:
4749         * ps/Makefile.am:
4750         * shell/Makefile.am:
4751         * thumbnailer/Makefile.am:
4752         
4753         Due to broken libtool that is unable to track dependencies
4754         of noinst libraries we are forced to explicitely point
4755         libraries for binary. Fix for the bug #333334.
4756
4757 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4758
4759         * data/evince.desktop.in.in:
4760         * shell/ev-view.c: (view_update_range_and_current_page),
4761         (ev_view_next_page), (ev_view_previous_page):
4762         * shell/ev-window.c: (update_chrome_visibility),
4763         (setup_sidebar_from_metadata), (ev_window_setup_document),
4764         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4765         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4766         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4767         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4768         (ev_window_stop_presentation), (ev_window_focus_in_event),
4769         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4770         (ev_window_init):
4771         * thumbnailer/Makefile.am:
4772         
4773         Update fullscreen and presentation timeout handling. Hide
4774         cursor in presentation after timeout. Fix for the bugs
4775         #136359 and #336981.
4776
4777 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4778
4779         * backend/ev-link-action.[ch]:
4780         * pdf/ev-poppler.cc: (ev_link_from_action):
4781         * shell/ev-view-private.h:
4782         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4783         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4784
4785         Add support for Named Action links
4786
4787 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * backend/Makefile.am:
4790         * backend/ev-document-links.[ch]:
4791         * backend/ev-document.[ch]:
4792         * backend/ev-link-action.[ch]:
4793         * backend/ev-link-dest.[ch]:
4794         * backend/ev-link.[ch]:
4795         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4796         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4797         * shell/ev-page-action.c: (build_new_tree_cb):
4798         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4799         (links_page_num_func), (update_page_callback):
4800         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4801         (tip_from_link):
4802         * shell/ev-jobs.c:
4803         * shell/ev-window.[ch]: (ev_window_open_uri),
4804         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4805         * shell/ev-application.[ch]: (ev_application_open_window),
4806         (ev_application_open_uri):
4807
4808         Rework links system, it adds support for remote links now and it makes
4809         easier to add new kinds of actions and destinations. Fixes bug #317292
4810
4811 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4812
4813         * data/Makefile.am:
4814         * data/evince.png:
4815         * data/evince-16.png:
4816         * data/evince-22.png:
4817         * data/evince.svg:
4818         * shell/main.c: (main):
4819         
4820         Evince use it's own icon. Fix for the bug #313392.
4821
4822         * shell/ev-window.c: (fullscreen_timeout_cb),
4823         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4824         (ev_window_cmd_help_about), (ev_window_dispose):
4825         
4826         Simplify fullscreen timeout code.
4827
4828 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4829
4830         * backend/ev-attachment.c: 
4831         * shell/ev-attachment-bar.c:
4832         * shell/ev-window.c:
4833
4834         Allow multiple selection of attachments
4835
4836 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4837
4838         * shell/ev-view.c: (view_update_range_and_current_page),
4839         (ev_view_scroll):
4840         
4841         Fix for the bug #312573 – Optimal selection of current 
4842         page among visible pages.
4843
4844 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4845
4846         * configure.ac:
4847         * djvu/Makefile.am:
4848         * djvu/djvu-text.h:
4849         
4850         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4851         for the bug 339868.
4852
4853 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4854
4855         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4856
4857 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4858
4859         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4860         dictated by the GNOME HIG. Fixes bug #339235.
4861
4862 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4863
4864         * data/evince-ui.xml:
4865         * shell/ev-view.c: (ev_view_can_find_previous):
4866         * shell/ev-view.h:
4867         * shell/ev-window.c: (ev_window_update_actions),
4868         (ev_window_cmd_edit_find_previous):
4869
4870         Add support for "Find Previous" as dictated by the GNOME HIG. A
4871         menu item is added and some glue code to make it all work is added
4872         to various files.
4873
4874 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4875
4876         * configure.ac: Award myself the "useless use of cat" award.
4877
4878 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4879
4880         * po/LINGUAS: New file listing all supported languages.
4881
4882         * configure.in: Use po/LINGUAS instead of including all languages
4883         directly in this file. See the wiki for more information:
4884         http://live.gnome.org/GnomeGoals/PoLinguas
4885
4886 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4887
4888         * backend/ev-document-factory.c:
4889
4890         Do not load the document twice when there isn't errors
4891
4892 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4893
4894         * backend/ev-attachment.c: 
4895
4896         Fix a crash when there isn't a default application to open an
4897         attachment
4898
4899 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4900
4901         * backend/ev-attachment.[ch]:
4902         * shell/ev-attachment-bar.[ch]:
4903
4904         Added missing files. 
4905
4906 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4907
4908         * backend/Makefile.am:
4909         * data/evince-ui.xml:
4910         * backend/ev-attachment.[ch]:
4911         * backend/ev-document.[ch]: (ev_document_has_attachments),
4912         (ev_document_get_attachments):
4913         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4914         (attachment_save_to_buffer), (pdf_document_get_attachments),
4915         (pdf_document_document_iface_init):
4916         * shell/Makefile.am:
4917         * shell/ev-attachment-bar.[ch]:
4918         * shell/ev-window.c:
4919
4920         Add support for PDF attachments. Fixes bug #325143
4921
4922 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4923
4924         * backend/ev-document-factory.c: (get_document_from_uri),
4925         (ev_document_factory_get_document):
4926         * backend/ev-document-factory.h:
4927         * properties/ev-properties-main.c: (ev_properties_get_pages):
4928         * shell/Makefile.am:
4929         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4930         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4931         (ev_job_queue_remove_job):
4932         * shell/ev-job-queue.h:
4933         * shell/ev-job-xfer.c:
4934         * shell/ev-job-xfer.h:
4935         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4936         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4937         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4938         (ev_job_xfer_run):
4939         * shell/ev-jobs.h:
4940         * shell/ev-window.c: (ev_window_is_empty),
4941         (password_dialog_response), (ev_window_clear_xfer_job),
4942         (ev_window_xfer_job_cb), (ev_window_open_uri),
4943         (ev_window_cmd_focus_page_selector),
4944         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4945         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4946         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4947         (ev_window_dispose):
4948         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4949         
4950         * Cleanup mime type detection on document load. Fix for the
4951         bug #336448.
4952
4953 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4954
4955         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4956         
4957         Fix crash on exit, described in the bug #336825.
4958
4959 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4960
4961         * backend/ev-document-factory.c:
4962         (ev_document_factory_get_from_mime),
4963         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4964         (ev_document_factory_get_document),
4965         (file_filter_add_mime_list_and_free),
4966         (ev_document_factory_add_filters):
4967         * backend/ev-document-factory.h:
4968         * properties/ev-properties-main.c: (ev_properties_get_pages):
4969         * shell/Makefile.am:
4970         * shell/ev-application.c:
4971         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4972         * shell/ev-window.c: (ev_window_cmd_file_open),
4973         (ev_window_cmd_save_as):
4974         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4975         
4976         Rework factory functions so they are placed now in a single 
4977         file ev-document-factory.c
4978
4979 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4980
4981         * shell/ev-window.c: (update_chrome_visibility):
4982         
4983         Fix for the bug 166566 - don't show menubar in fullscreen
4984         mode.
4985
4986 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4987
4988         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4989
4990 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4991
4992         * shell/ev-view.c: (ev_view_expose_event):
4993         
4994         More correctly draw loading text when document
4995         is empty.
4996
4997 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4998
4999         * shell/ev-view.c: (ev_view_scroll):
5000         
5001         Fix for the bug #334854, page down and page up switch
5002         pages in presentation mode.
5003
5004 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5005
5006         * shell/ev-window.c: (ev_window_set_action_sensitive),
5007         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5008         (ev_window_set_view_accels_sensitivity),
5009         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5010         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5011         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5012         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5013         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5014         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5015         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5016         (view_actions_focus_in_cb), (ev_window_init):
5017         
5018         Fix for the bug #333902, now it's possible to search
5019         words with slash.
5020
5021 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5022
5023         * configure.ac: Added Breton translation.
5024         * po/br.po: Added Breton translation.
5025
5026 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5027
5028         * shell/ev-window-title (ev_window_title_update):
5029
5030         Fix memory leak in window title. Fixes bug #333944
5031
5032 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5033
5034         * shell/ev-metadata-manager.c (parseItem):
5035
5036         Fix memory leaks. Fixes bug #333945
5037
5038 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5039         
5040         * NEWS, configure.ac, TODO:
5041         
5042         Update for release 0.5.2.
5043
5044 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5045
5046         * shell/ev-view.c: (view_update_range_and_current_page),
5047         (page_changed_cb):
5048         
5049         Don't jump on scrolling, fix for the bug #333127.
5050
5051 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5052
5053         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5054         
5055         Scroll by one page in presentation mode. Fix for the bug
5056         #332993.
5057
5058 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5059
5060         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5061
5062 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5063
5064         * configure.ac  Added lv in ALL_LINGUAS line.
5065
5066 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5067         
5068         * NEWS, configure.ac:
5069         
5070         Update for release 0.5.1
5071
5072 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5073
5074         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5075         * backend/ev-document-misc.h:
5076         * shell/ev-view.c: (draw_one_page):
5077         
5078          Clairfy what page the toolbar page number applies to. Fix
5079          for the bug #328102.
5080
5081 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5082
5083         * shell/ev-view-private.h:
5084         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5085         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5086         (ev_view_search_changed):
5087         * shell/ev-view.h:
5088         * shell/ev-window.c: (find_bar_search_changed_cb):
5089         
5090         Dont't jump to find result if window was scrolled during search.
5091         Fix for the bug #313266.
5092
5093 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5094
5095         * shell/eggfindbar.c: (egg_find_bar_class_init):
5096         * shell/eggfindbar.h:
5097         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5098         * shell/ev-view-private.h:
5099         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5100         (ev_view_class_init), (ev_sizing_mode_get_type),
5101         (ev_scroll_type_get_type):
5102         * shell/ev-view.h:
5103         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5104         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5105         (ev_window_init):
5106         
5107         Fix for the bug 319133 - Find entry should allow text scroll.
5108
5109 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5110
5111         * shell/ev-view-private.h:
5112         * shell/ev-view.c: (view_update_range_and_current_page),
5113         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5114         (ev_view_set_document), (update_find_status_message),
5115         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5116         (ev_view_find_previous):
5117         
5118         Fix for the bug #319137. Search now takes account for scrolling.
5119
5120 2006-02-19  Michael Hofmann <mh21@piware.de>
5121
5122         * configure.ac:
5123         * djvu/Makefile.am:
5124         * djvu/djvu-document-private.h:
5125         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5126         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5127         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5128         (djvu_document_can_get_text), (djvu_document_get_text),
5129         (djvu_document_document_iface_init),
5130         (djvu_document_thumbnails_get_thumbnail),
5131         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5132         (djvu_document_find_get_result),
5133         (djvu_document_find_page_has_results),
5134         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5135         (djvu_document_find_iface_init):
5136         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5137         (djvu_text_page_selection), (djvu_text_page_limits_process),
5138         (djvu_text_page_limits), (djvu_text_page_copy),
5139         (djvu_text_page_position), (djvu_text_page_union),
5140         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5141         (djvu_text_page_box), (djvu_text_page_append_text),
5142         (djvu_text_page_search), (djvu_text_page_prepare_search),
5143         (djvu_text_page_new), (djvu_text_page_free):
5144         * djvu/djvu-text-page.h:
5145         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5146         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5147         (djvu_text_n_results), (djvu_text_has_results),
5148         (djvu_text_get_result), (djvu_text_get_progress):
5149         * djvu/djvu-text.h:
5150         
5151         Text search in djvu. Fix for the bug #303415.
5152
5153 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5154
5155         * configure.ac:
5156         * shell/ev-window.c: (ev_window_cmd_save_as):
5157         
5158         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5159         Thanks to Gary Coady <gary@lyranthe.org>
5160
5161 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5162
5163         * shell/ev-print-job.c: (idle_print_handler):
5164         
5165         Inverse order printing, bug #320919.
5166
5167 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5168
5169         * data/evince-toolbar.xml:
5170         * shell/ev-window.c:
5171         
5172         Allow to add sidebar checkbutton on toolbar. Fix
5173         for the bug #144577.
5174
5175 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5176
5177         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5178         
5179         Add checks that have sense for empty ps document.
5180
5181 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5182
5183         * configure.ac: Include PS in mime types list. 
5184
5185 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5186
5187         * configure.ac:
5188         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5189         * ps/gsdefaults.h:
5190         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5191         
5192         Runtime check for gs interpreter. Fix for the bug #320868.
5193         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5194
5195 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5196
5197         * shell/ev-application.c: 
5198
5199         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5200         dbus>=0.60, so that the request is not queued. 
5201
5202 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5203
5204         * configure.ac:
5205         * shell/Makefile.am:
5206         * shell/ev-sidebar-links.c: (print_section_cb):
5207         * shell/ev-utils.c:
5208         * shell/ev-utils.h:
5209         * shell/ev-window.c: (update_action_sensitivity),
5210         (ev_window_close_dialogs), (ev_window_print):
5211         * shell/ev-window.h:
5212         
5213         Make printing support optional. Patch from Eduardo de Barros Lima
5214         <eduardo.lima@indt.org.br> for the bug #330546.
5215
5216 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5217
5218         * shell/ev-view-private.h:
5219         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5220         (ev_view_set_document):
5221         * shell/ev-view.h:
5222         * shell/ev-window.c: (ev_window_load_job_cb),
5223         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5224         (ev_window_init):
5225
5226         Draw Loading message during xfer job. Fix for the bug #329495.
5227
5228 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5229
5230         * comics/comics-document.c: (comics_regex_quote),
5231         (comics_document_load), (extract_argv):
5232         
5233         Correcly quote regexp before passing it to unzip.
5234
5235 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5236
5237         * shell/ev-page-cache.c: (build_height_to_page),
5238         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5239         (ev_page_cache_get_dual_even_left):
5240         * shell/ev-page-cache.h:
5241         * shell/ev-view.c: (view_update_range_and_current_page),
5242         (get_page_y_offset), (get_page_extents):
5243         
5244         Place even pages to the left if document has less then
5245         two pages. Fix for the bug #328856.
5246
5247 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5248
5249         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5250         
5251         Correct comics scheme. This make evince create thumbnails
5252         for comic books. Fix for the bug 329088.
5253
5254 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5255
5256         * data/evince-password.glade: Don't explicitly set
5257         invisible_char to the current default value in case
5258         the default changes; let GTK+ do its magic.
5259
5260 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5261
5262         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5263         real filename to tmp filename since often document
5264         type is determined by extension.
5265
5266 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5267
5268         * shell/ev-view.c: (add_scroll_binding_keypad),
5269         (ev_view_binding_activated), (ev_view_class_init):
5270         
5271         Add keybindings for percision-scrolling of display area. 
5272         Fix for the bug #314072.
5273
5274 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5275
5276         * data/evince.desktop.in.in:
5277         
5278         Add GTK to the list of categories. Fix for the bug #328034.
5279
5280 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5281
5282         * shell/ev-application.c: (ev_application_shutdown),
5283         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5284         * shell/ev-application.h:
5285         * shell/ev-window.c: (file_open_dialog_response_cb),
5286         (ev_window_cmd_file_open):
5287         
5288         Save last uri in file chooser dialog. Fix for the bug #327950.
5289
5290 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5291
5292         * NEWS:
5293         * README:
5294         
5295         Final update for release 0.5.0
5296         
5297         * shell/Makefile.am:
5298         
5299         Remove disable deprecated until we'll require libgnome-2.13.7
5300         and port to GOption argument parsing. See bug 327518.
5301
5302 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5303
5304         * comics/comics-document.c: (comics_document_save):
5305         * djvu/djvu-document.c: (djvu_document_save):
5306         * dvi/dvi-document.c: (dvi_document_save):
5307         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5308         * lib/ev-file-helpers.h:
5309         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5310         * tiff/tiff-document.c: (tiff_document_save):
5311         
5312         Use common save function for backends.
5313
5314 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5315
5316         * backend/ev-document-types.c:
5317         
5318         Fix crash on saving pixbuf.
5319
5320 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5321
5322         * cut-n-paste/recent-files/egg-recent-item.c:
5323         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5324         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5325         (parse_info_free), (valid_element), (start_element_handler),
5326         (end_element_handler), (text_handler), (egg_recent_model_filter),
5327         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5328         (egg_recent_model_monitor), (egg_recent_model_read),
5329         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5330         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5331         (egg_recent_model_set_property), (egg_recent_model_class_init),
5332         (egg_recent_model_init), (egg_recent_model_add_full),
5333         (egg_recent_model_delete), (egg_recent_model_get_list),
5334         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5335         (egg_recent_model_set_filter_mime_types),
5336         (egg_recent_model_clear_group_filter),
5337         (egg_recent_model_set_filter_groups),
5338         (egg_recent_model_clear_scheme_filter),
5339         (egg_recent_model_set_filter_uri_schemes),
5340         (egg_recent_model_remove_expired):
5341         * cut-n-paste/recent-files/egg-recent-util.c:
5342         (egg_recent_util_get_icon):
5343         * cut-n-paste/recent-files/egg-recent-util.h:
5344         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5345         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5346         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5347         (egg_recent_view_uimanager_set_property),
5348         (egg_recent_view_uimanager_get_property),
5349         (egg_recent_view_uimanager_class_init),
5350         (egg_recent_view_uimanager_init),
5351         (egg_recent_view_uimanager_set_label_width),
5352         (egg_recent_view_uimanager_get_label_width):
5353         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5354         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5355         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5356         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5357         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5358         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5359         
5360         Update from libegg.
5361
5362 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * shell/ev-page-cache.c: (build_height_to_page),
5365         (ev_page_cache_get_height_to_page):
5366         * shell/ev-page-cache.h:
5367         * shell/ev-view.c: (view_update_range_and_current_page),
5368         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5369         (ev_view_previous_page):
5370         
5371         Dual mode places even pages to the left. Fix for the bug #309393.
5372
5373         * shell/ev-view.h:
5374         * shell/ev-window.c: (update_action_sensitivity),
5375         (setup_view_from_metadata), (view_menu_popup_cb):
5376         
5377         Don't restore presentation in empty windows, more intelligent
5378         next page behaviour in dual mode.
5379
5380         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5381         (ev_pixbuf_cache_clear_job_sizes):
5382         
5383         Cleanup job callback on removal. Fix for the bug #325886.
5384
5385 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5386
5387         * ps/ps.c: (psscan):
5388         
5389         Commit workaround Mozilla problem. Fix for the bug #325919
5390         
5391         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5392         (save_item):
5393         
5394         Fix for year 2038 problem.
5395
5396 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5397
5398         * shell/ev-window.c: (setup_document_from_metadata),
5399         (ev_window_cmd_view_reload):
5400
5401         Clamp page recieved from metadata in valid values. Fix
5402         for the bug #325986.
5403
5404 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5405
5406         * MAINTAINERS: 
5407         Add MAINTAINERS as requested on desktop-devel-list.
5408
5409 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5410
5411         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5412         (mime_type_supported_by_gdk_pixbuf),
5413         (ev_document_factory_get_mime_types),
5414         (ev_document_factory_get_all_mime_types):
5415         
5416         Don't add pixbuf mime types if pixbuf backend is disabled.
5417         
5418         * shell/ev-application.c: (ev_application_get_uri_window):
5419         
5420         Fix for the bug 325815 - unhandled MIME type message doesn't 
5421         appear a second time. 
5422         
5423         * shell/ev-document-types.c: (ev_document_types_add_filters):
5424         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5425         (password_dialog_response), (ev_window_popup_password_dialog),
5426         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5427         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5428         (ev_window_run_presentation), (ev_window_stop_presentation),
5429         (save_sizing_mode), (ev_window_zoom_changed_cb),
5430         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5431         (ev_window_dual_mode_changed_cb),
5432         (ev_window_sidebar_current_page_changed_cb),
5433         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5434         (window_state_event_cb), (window_configure_event_cb):
5435         
5436         Cleanup additional uris holded by EvWindow.
5437
5438 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5439
5440         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5441         (ev_view_can_previous_page), (ev_view_can_next_page):
5442         * shell/ev-view.h:
5443         * shell/ev-window.c: (update_action_sensitivity):
5444         
5445         Two page scrolling with Space and PageUp in dual mode. Second fix 
5446         for the bug #316608.
5447
5448 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5449
5450         * shell/ev-view.c: (scroll_to_current_page):
5451         
5452         Correctly clamp adjustment value. Fix for the bug
5453         #325808.
5454
5455 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5456
5457         * shell/ev-sidebar-links.c: (print_section_cb):
5458         * shell/ev-window.c: (ev_window_get_uri),
5459         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5460         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5461         (ev_window_dispose):
5462         
5463         Make print dialog non-modal. Fix for the bug #325622.
5464
5465 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5466
5467         * shell/ev-metadata-manager.c:
5468         * shell/ev-utils.c: (using_pdf_printer),
5469         (using_postscript_printer), (load_print_config_from_file),
5470         (save_print_config_to_file):
5471         * shell/ev-utils.h:
5472         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5473         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5474         (setup_view_from_metadata), (ev_window_setup_document),
5475         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5476         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5477         (ev_window_run_presentation), (ev_window_stop_presentation),
5478         (save_sizing_mode), (ev_window_zoom_changed_cb),
5479         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5480         (ev_window_dual_mode_changed_cb),
5481         (ev_window_sidebar_current_page_changed_cb),
5482         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5483         (window_state_event_cb), (window_configure_event_cb),
5484         (ev_window_init):
5485         
5486         Setting saving behaviour fixes.
5487
5488 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5489
5490         * configure.ac:
5491         
5492         Make antialiasing gs options better and allow
5493         to change them during configure. Fix for the 
5494         bug #319049.
5495
5496 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5497
5498         * shell/ev-window.c: (setup_view_from_metadata):
5499         
5500         Remember if last window was maximized. Fix for the
5501         bug #323797.
5502
5503 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5504
5505         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5506
5507 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5508
5509         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5510         * shell/ev-page-action.c: (build_new_tree_cb):
5511         * shell/ev-sidebar-links.c: (links_page_num_func),
5512         (update_page_callback_foreach), (update_page_callback):
5513         * shell/ev-view.c: (scroll_to_current_page):
5514         
5515         Fix for the bug #325067 with more intelligent selection
5516         of current link in sidebar. Make sidebar handle links
5517         of FITR-like type more correctly.
5518
5519         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5520         (dvi_pixbuf_put_pixel):
5521         
5522         Fix memory consumtion with disabled alpha channel.
5523
5524 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5525
5526         * data/evince-ui.xml:
5527         * shell/ev-window.c: (view_menu_popup_cb),
5528         (ev_popup_cmd_open_link), (ev_window_init):
5529         
5530         Update context menu for internal links. Fix for the bug
5531         #325066.
5532
5533 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5534
5535         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5536         
5537         Bind context menu to keyboard also. Fix for the bug
5538         #325065.
5539
5540 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5541
5542         * shell/ev-view.c: (selection_scroll_timeout_cb):
5543         
5544         Horizontal scroll on selection also.
5545
5546 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5547
5548         * shell/ev-metadata-manager.c: (parse_value):
5549         * shell/ev-view.c: (goto_xyz_link):
5550         
5551         Correct zoom setup and metadata save broken in 
5552         some locales.
5553
5554 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5555
5556         * shell/ev-view-private.h:
5557         * shell/ev-view.c: (scroll_to_current_page),
5558         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5559         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5560         (page_changed_cb), (ev_view_set_continuous),
5561         (ev_view_set_dual_page), (ev_view_set_presentation):
5562         
5563         Delay scroll until allocation to correctly position page. Fix
5564         for the bug #317334.
5565
5566 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5567
5568         * NEWS:
5569         * configure.ac:
5570         
5571         Update NEWS and require poppler 0.5.0.
5572
5573 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5574         
5575         * data/evince-ui.xml:
5576         * shell/ev-view-private.h:
5577         * shell/ev-view.c: (ev_view_get_link_at_location),
5578         (handle_link_over_xy), (ev_view_button_press_event),
5579         (ev_view_button_release_event), (ev_view_class_init):
5580         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5581         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5582         (ev_window_init):
5583         
5584         Implement right-click context menu.
5585
5586 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5587
5588         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5589         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5590         (mdvi_pixbuf_device_render):
5591         * pdf/ev-poppler.cc:
5592
5593         Don't generate thumbnails with alpha. See bug #324077.
5594         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5595
5596 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5597
5598         * shell/ev-window.c: (setup_chrome_from_metadata):
5599         
5600         Fix typo that was hiding toolbar.
5601
5602 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5603
5604         * shell/ev-view-private.h:
5605         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5606         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5607         (ev_view_button_release_event), (ev_view_destroy):
5608         
5609         Small cleanup and autoscrolling during selection. Thanks to 
5610         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5611
5612 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5613
5614         * configure.ac:
5615         
5616         Correctly check for comics option.
5617
5618 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5619         * Makefile.am:
5620         * configure.ac:
5621         * backend/Makefile.am:
5622         * backend/ev-document-factory.c:
5623         * shell/ev-document-types.c:
5624
5625         Included option in configure to make ps backend 
5626         compilation optional with --disable-ps.
5627
5628 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5629
5630         * backend/ev-document-factory.c:
5631         * comics/Makefile.am:
5632         * comics/comics-document.c: (comics_document_load):
5633         * comics/ev-cbr-mime.xml:
5634         * configure.ac:
5635         
5636         Comics mime types are added to shared-mime-info CVS. Now
5637         we don't need to install our own mime types.
5638
5639 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * shell/ev-window.c:
5642         
5643         Add shortcut for "save a copy" menu entry. Fix for
5644         the bug #324582.
5645
5646 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5649         (job_finished_cb), (new_selection_pixbuf_needed),
5650         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5651         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5652         
5653         Rework selection job info logic and fix critical warning.
5654
5655 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5656
5657         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5658
5659 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5660
5661         * data/evince-ui.xml:
5662         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5663         
5664         Enter as shortcut key for next page. Fix for the bug
5665         #321394.
5666
5667 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5668
5669         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5670
5671 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5672
5673         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5674         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5675         (new_selection_pixbuf_needed),
5676         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5677         (clear_job_selection):
5678         
5679         Too early for 0.5. Pixbuf cache code cleaned a bit.
5680
5681 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5682
5683         * NEWS:
5684         * configure.ac:
5685         
5686         Release 0.5.0 preparation
5687
5688 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5689
5690         * comics/Makefile.am:
5691         * configure.ac:
5692         * shell/ev-document-types.c: (ev_document_types_add_filters):
5693         
5694         More advanced handling of custom mime type installation.
5695
5696 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5697
5698         * data/evince.schemas.in:
5699         * shell/ev-metadata-manager.c: (value_free),
5700         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5701         (ev_metadata_manager_get), (ev_metadata_manager_set):
5702         * shell/ev-metadata-manager.h:
5703         * shell/ev-window.c: (update_chrome_flag),
5704         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5705         (setup_document_from_metadata), (setup_chrome_from_metadata),
5706         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5707         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5708         (ev_window_view_toolbar_cb),
5709         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5710         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5711         
5712         Save last document settings and reuse them for new documents.
5713
5714 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5715
5716         * Makefile.am:
5717         * backend/Makefile.am:
5718         * backend/ev-document-factory.c:
5719         * backend/ev-document-factory.h:
5720         * comics/Makefile.am:
5721         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5722         (comics_document_load), (comics_document_save),
5723         (comics_document_get_n_pages), (comics_document_get_page_size),
5724         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5725         (comics_document_class_init), (comics_document_can_get_text),
5726         (comics_document_get_info), (comics_document_document_iface_init),
5727         (comics_document_init), (get_supported_image_extensions),
5728         (comics_document_thumbnails_get_geometry),
5729         (comics_document_thumbnails_get_thumbnail),
5730         (comics_document_thumbnails_get_dimensions),
5731         (comics_document_document_thumbnails_iface_init), (extract_argv):
5732         * comics/comics-document.h:
5733         * comics/ev-cbr-mime.xml:
5734         * configure.ac:
5735         * po/POTFILES.in:
5736         * shell/ev-application.c: (ev_application_register_service):
5737         * shell/ev-document-types.c: (ev_document_types_add_filters):
5738         * thumbnailer/Makefile.am:
5739         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5740         
5741         New CBR/CBZ backend for comic books.
5742
5743 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5744
5745         * shell/main.c: (load_files_remote):
5746
5747         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5748         warning on startup of second instance is fixed. It
5749         is bug #320353.
5750
5751 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5752
5753         * shell/ev-window.c: (ev_window_finalize):
5754         
5755         Fix double free that cause crash.
5756
5757 2005-10-29  Bastien Nocera <hadess@hadess.net>
5758
5759         * tiff/tiff-document.c: (tiff_document_load):
5760         
5761         Fix memory leak.
5762
5763 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764
5765         * po/POTFILES.in:
5766         * shell/Makefile.am:
5767         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5768         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5769         (ev_view_accessible_get_text),
5770         (ev_view_accessible_get_character_at_offset),
5771         (ev_view_accessible_get_text_before_offset),
5772         (ev_view_accessible_get_text_at_offset),
5773         (ev_view_accessible_get_text_after_offset),
5774         (ev_view_accessible_get_character_count),
5775         (ev_view_accessible_get_caret_offset),
5776         (ev_view_accessible_set_caret_offset),
5777         (ev_view_accessible_get_run_attributes),
5778         (ev_view_accessible_get_default_attributes),
5779         (ev_view_accessible_get_character_extents),
5780         (ev_view_accessible_get_offset_at_point),
5781         (ev_view_accessible_get_n_selections),
5782         (ev_view_accessible_get_selection),
5783         (ev_view_accessible_add_selection),
5784         (ev_view_accessible_remove_selection),
5785         (ev_view_accessible_set_selection),
5786         (ev_view_accessible_text_iface_init),
5787         (ev_view_accessible_idle_do_action),
5788         (ev_view_accessible_action_do_action),
5789         (ev_view_accessible_action_get_n_actions),
5790         (ev_view_accessible_action_get_description),
5791         (ev_view_accessible_action_get_name),
5792         (ev_view_accessible_action_set_description),
5793         (ev_view_accessible_action_iface_init),
5794         (ev_view_accessible_get_type), (ev_view_accessible_new),
5795         (ev_view_accessible_factory_get_accessible_type),
5796         (ev_view_accessible_factory_create_accessible),
5797         (ev_view_accessible_factory_class_init),
5798         (ev_view_accessible_factory_get_type):
5799         * shell/ev-view-accessible.h:
5800         * shell/ev-view-private.h:
5801         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5802         * shell/ev-view.h:
5803         
5804         Initial accessibility support.
5805
5806 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5807
5808         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5809
5810 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5811
5812         * shell/ev-print-job.c: (idle_print_handler):
5813         
5814         Fix for bug Bug 318916: Printing multiple pages.
5815
5816 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5817
5818         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5819
5820 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5821
5822         * pdf/ev-poppler.cc:
5823         
5824         Thumnail dimensions unified with other backends.
5825         
5826         * shell/ev-window-title.c: (ev_window_title_update):
5827         
5828         Fix warning.
5829
5830 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5831
5832         * data/ev-stock-zoom-fit-width.png:
5833         
5834         Remove unused file.
5835
5836 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5837
5838         * configure.ac:
5839         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5840         (djvu_document_finalize):
5841         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5842         (dvi_document_finalize):
5843         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5844         (pixbuf_document_save), (pixbuf_document_finalize):
5845         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5846         (tiff_document_finalize):
5847         
5848         Save a copy implemented for various backends.
5849
5850 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5851
5852         * configure.ac:
5853         
5854         Don't link with ltiff if tiff is disabled.
5855
5856 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5857
5858         * pdf/GDKSplashOutputDev.cc:
5859         * pdf/GDKSplashOutputDev.h:
5860         * pdf/Thumb.cc:
5861         * pdf/Thumb.h:
5862         * pdf/pdf-document.cc:
5863         * pdf/pdf-document.h:
5864         * pdf/test-gdk-output-dev.cc:
5865         
5866         Remove old unused files.
5867
5868 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5869
5870         * shell/ev-window.c: (ev_window_setup_document):
5871         
5872         Fixed warnings on reload and probably crash reason.
5873
5874 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5875
5876         * properties/ev-properties-view.c:
5877         (ev_properties_view_format_date):
5878         
5879         Check if date is invalid. Fix for bug 318134.
5880
5881 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5882
5883         * shell/ev-window-title.c:
5884         
5885         Add .indd files (Adobe Indesign) to the list of "bad
5886         extensions".
5887
5888 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5889
5890         * data/evince-ui.xml:
5891         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5892         
5893         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5894
5895 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5896
5897         * shell/ev-window.c: (launch_link), (launch_external_uri),
5898         (view_external_link_cb):
5899
5900         URL-escape link before passing it to gnome_vfs_url_show.
5901
5902 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5903
5904         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5905         there isn't text selected.
5906
5907 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5908
5909         * shell/ev-view.c: (handle_link_over_xy):
5910
5911         Check tooltip is valid utf8 before showing it
5912
5913 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5914
5915         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5916
5917 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5918
5919         * shell/ev-window-title.c: (ev_window_title_update):
5920
5921         Guard against using g_strstrip on NULL. Fixes bug #317291.
5922
5923 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5924
5925         * pdf/ev-poppler.cc:
5926
5927         Show title even for unknown links
5928
5929 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5930
5931         * shell/ev-window-title.c: (ev_window_title_update):
5932
5933         Strip the title string
5934
5935 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5936
5937         * shell/ev-window-title.c:
5938
5939         Add .rtf to the bad extensions list
5940
5941 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5942
5943         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5944         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5945
5946         Ignore link coordinates if they are outside page bounds
5947
5948 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5949
5950         * backend/ev-link.c: (ev_link_type_get_type),
5951         (ev_link_get_filename), (ev_link_get_params),
5952         (ev_link_get_property), (ev_link_set_property),
5953         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5954         * backend/ev-link.h:
5955         * pdf/ev-poppler.cc:
5956         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5957         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5958         (ev_window_init):
5959
5960         Implement launch links. Delegate external link opening to
5961         the window.
5962
5963 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5964
5965         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5966         (ev_link_get_right), (ev_link_get_property),
5967         (ev_link_set_property), (ev_link_class_init),
5968         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5969         * backend/ev-link.h:
5970         * pdf/ev-poppler.cc:
5971         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5972
5973         Implement fitr links
5974
5975 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5976
5977         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5978         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5979         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5980         (ev_view_size_request_continuous),
5981         (ev_view_size_request_dual_page),
5982         (ev_view_size_request_single_page), (ev_view_size_allocate),
5983         (ev_view_zoom_for_size_continuous_and_dual_page),
5984         (ev_view_zoom_for_size_continuous),
5985         (ev_view_zoom_for_size_dual_page),
5986         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5987         (ev_sizing_mode_get_type):
5988         * shell/ev-view.h:
5989         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5990
5991         Do not use modes for link, we need to calculate size ad hoc.
5992         Still not perfect because of the usual scrollbar issues grrr.
5993
5994 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5995
5996         * backend/ev-link.c: (ev_link_type_get_type),
5997         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5998         * backend/ev-link.h:
5999         * pdf/ev-poppler.cc:
6000         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6001         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6002         (ev_view_size_request_continuous),
6003         (ev_view_size_request_dual_page),
6004         (ev_view_size_request_single_page), (ev_view_size_allocate),
6005         (zoom_for_size_fit_height),
6006         (ev_view_zoom_for_size_continuous_and_dual_page),
6007         (ev_view_zoom_for_size_continuous),
6008         (ev_view_zoom_for_size_dual_page),
6009         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6010         (ev_sizing_mode_get_type):
6011         * shell/ev-view.h:
6012         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6013
6014         Implement FIT_HEIGHT mode (only for links).
6015         Implement FITH links
6016
6017 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6018
6019         * shell/ev-window-title.c: (get_filename_from_uri),
6020         (ev_window_title_sanitize_extension), (ev_window_title_update),
6021         (ev_window_title_set_document), (ev_window_title_set_uri),
6022         (ev_window_title_free):
6023         * shell/ev-window-title.h:
6024         * shell/ev-window.c: (ev_window_setup_document),
6025         (ev_window_popup_password_dialog):
6026
6027         Refactor window title building while fixing it for
6028         password documents.
6029
6030 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6031
6032         * pdf/ev-poppler.cc:
6033
6034         Escape link title before setting it in the model
6035
6036 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6037
6038         * shell/ev-application.c: (removed_from_session), (save_session),
6039         (init_session), (ev_application_get_empty_window),
6040         (ev_application_init), (ev_application_get_windows):
6041         * shell/ev-application.h:
6042         * shell/ev-window.c: (ev_window_finalize):
6043
6044         Add a function to retrieve window list and share it where
6045         necessary.
6046         Implement session handling, works pretty well thanks to the
6047         metadata system.
6048
6049 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6050
6051         * shell/ev-password.c: (ev_password_item_created_callback),
6052         (ev_password_dialog_save_password):
6053         
6054         Fix for bug 316972. Use async gnome-keyring API.
6055
6056 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6057
6058         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6059         Remove unused unrealize handler. Add scroll handling to
6060         ev_view_scroll_event for presentation mode (bug #316708),
6061         and fix the event state checks there.
6062
6063 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6064
6065         * shell/ev-page-action.c: (page_changed_cb):
6066
6067         "marco, maybe we should be crazy and jump right to 6! :)"
6068
6069         Bryan Clark, Sep 2005
6070
6071 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6072
6073         * ps/ps-document.c: (save_document), (ps_document_save),
6074         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6075         (ps_document_ps_export_end):
6076
6077         Fix unstructured documents save and print
6078
6079 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6080
6081         * shell/ev-application.c: (ev_application_open_uri):
6082
6083         Fix window size persistance
6084
6085 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6086
6087         * shell/ev-view.c: (ev_view_button_release_event):
6088
6089         Based on a patch from carlosgc@gnome.org. Mouse buttons
6090         switch pages in presentation mode.
6091
6092 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6093
6094         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6095
6096         Dont cast to int before scaling
6097
6098 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6099
6100         * backend/ev-link.c: (ev_link_type_get_type),
6101         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6102         (ev_link_new_page_fith):
6103         * backend/ev-link.h:
6104         * pdf/ev-poppler.cc:
6105         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6106
6107         Implement FIT and FITH links
6108
6109 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6110
6111         * pdf/ev-poppler.cc:
6112
6113         Return 0 results when search is not in progress.
6114
6115         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6116         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6117
6118         Update menu sensitivity when cancelling search
6119
6120 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6121
6122         * shell/ev-view.c: (ev_view_can_find_next):
6123
6124         Take all pages in consideration, not just current one
6125
6126 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6127
6128         * shell/ev-page-cache.c:
6129         * shell/ev-page-cache.h:
6130         * shell/ev-view.c: (ev_view_binding_activated),
6131         (ev_view_next_page), (ev_view_previous_page),
6132         (ev_sizing_mode_get_type):
6133         * shell/ev-view.h:
6134         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6135         (ev_window_cmd_go_next_page):
6136
6137         Move page next/previous functions from page chace to
6138         view and change it to move by 2 page steps in dual mode.
6139
6140 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6141
6142         * shell/ev-window.c: (update_sidebar_visibility),
6143         (setup_sidebar_from_metadata), (ev_window_setup_document),
6144         (setup_view_from_metadata):
6145
6146         Show the index by default when there is one     
6147
6148 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6149
6150         * shell/ev-window-title.c: (ev_window_title_set_document):
6151
6152         Missing null check
6153
6154 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6155
6156         * shell/ev-view.c: (view_update_range_and_current_page):
6157         
6158         Allow display of last odd page in dual view. Fix for 316347.
6159
6160 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6161
6162         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6163         
6164         Make close button default. Fix for 316383.
6165
6166 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6167
6168         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6169         
6170         Mark close button as default. Fix for 316381.
6171
6172 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6173
6174         * backend/ev-link.c: (ev_link_class_init):
6175
6176         Allow negative doubles in left/top properties
6177
6178 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6179
6180         * shell/ev-window.c:
6181
6182         Remove a bunch of strings that was used only
6183         by the statusbar.
6184
6185 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6186
6187         * shell/ev-window-title.c: (get_filename_from_uri),
6188         (ev_window_title_set_document):
6189
6190         When title has a confusing extension, show also
6191         the document filename inside ()
6192
6193 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6194
6195         * shell/Makefile.am:
6196         * shell/ev-window-title.c: (ev_window_title_new),
6197         (ev_window_title_update), (ev_window_title_set_type),
6198         (ev_window_title_set_document), (ev_window_title_free):
6199         * shell/ev-window-title.h:
6200         * shell/ev-window.c: (ev_window_setup_document),
6201         (password_dialog_response), (ev_window_popup_password_dialog),
6202         (ev_window_dispose), (ev_window_init):
6203
6204         Factor out and cleanup window title code
6205
6206 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6207
6208         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6209         (unable_to_load):
6210
6211         Make dialog transient so it doesnt block other windows
6212
6213 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6214
6215         * pdf/ev-poppler.cc:
6216         
6217         Fix pdf thumbnails rendering.
6218
6219 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6220
6221         * shell/ev-window.c: (fullscreen_set_timeout):
6222         
6223         Increase timeout to hide full screen popup. Bug 
6224         316123. 
6225
6226 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6227
6228         * data/evince.schemas.in:
6229         * shell/ev-window.c: (update_action_sensitivity):
6230
6231         Allow the user to override document restrictions. Fix for bug
6232         305818.
6233
6234 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6235
6236         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6237         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6238         (ev_window_class_init): Fix multihead behaviour of fullscreen
6239         toolbar popup. Fixes bug #315451.
6240
6241 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6242
6243         * configure.ac:
6244         * data/evince-password.glade:
6245         * shell/ev-password.c: (ev_password_dialog_set_property),
6246         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6247         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6248         (ev_password_dialog_entry_changed_cb),
6249         (ev_password_dialog_entry_activated_cb),
6250         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6251         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6252         (ev_password_dialog_set_bad_pass):
6253         * shell/ev-password.h:
6254         * shell/ev-window.c: (password_dialog_response),
6255         (ev_window_popup_password_dialog):
6256         
6257         Support for gnome-keyring for encrypted PDF's.
6258
6259 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6260
6261         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6262         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6263         (ev_view_enter_notify_event), (ev_view_class_init):
6264         
6265         More precise handling of enter_notify/leave_notify events
6266         in EvView. Fix for bug 315470.
6267
6268 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6269
6270         * shell/ev-window.c: (fullscreen_timeout_cb),
6271         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6272         (ev_window_dispose):
6273
6274         leak fix: unref fullscreen_timeout_source before clearing it
6275
6276 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6277
6278         * configure.ac, dvi/mdvi/Makefile.am: 
6279         
6280         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6281
6282 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6283
6284         * backend/ev-link.c: (ev_link_new_page_xyz):
6285         * pdf/ev-poppler.cc:
6286         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6287
6288         Fix some bugs with xyz links, respect zoom
6289
6290 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6291
6292         * shell/ev-window.c: (page_changed_cb),
6293         (setup_document_from_metadata), (update_sidebar_visibility),
6294         (setup_view_from_metadata), (ev_window_run_fullscreen),
6295         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6296         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6297         (ev_window_dual_mode_changed_cb),
6298         (ev_window_sidebar_current_page_changed_cb):
6299
6300         null check uri before setting and getting metadata
6301
6302 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6303
6304         * dvi/Makefile.am:
6305         * properties/Makefile.am:
6306         * shell/Makefile.am:
6307         * thumbnailer/Makefile.am:
6308
6309         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6310
6311 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6312
6313         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6314         (selection_changed_callback):
6315         * shell/ev-sidebar-links.h:
6316
6317         Add a signal for link activation.
6318
6319         * shell/ev-view.c: (ev_view_goto_link),
6320         (ev_view_button_release_event):
6321         * shell/ev-view.h:
6322         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6323         (ev_window_init):
6324
6325         Implement the signal so that we can handle all link types.
6326
6327         * shell/ev-page-cache.c:
6328
6329         Remove unused set_link function
6330
6331 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6332
6333         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6334
6335         Add some space from the cursor, hardcoded but I couldnt
6336         find a better way.
6337
6338 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6339
6340         * lib/ev-tooltip.c:
6341
6342         Use mozilla style vs gtk style, way better for links.
6343
6344         * shell/ev-view.c: (ev_view_motion_notify_event),
6345         (ev_view_destroy), (ev_view_init):
6346
6347         Deactive tooltip when the link hovered is changed.
6348
6349 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6350
6351         * backend/ev-document.h:
6352         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6353         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6354         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6355         (ev_link_new_page), (ev_link_new_page_xyz):
6356         * backend/ev-link.h:
6357         * pdf/ev-poppler.cc:
6358         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6359         (go_to_link), (tip_from_link):
6360
6361         Implement xyz links, still not functional. Links are a total
6362         mess, will need to refactor and bugfix a lot :(
6363
6364 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6365
6366         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6367
6368 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6369
6370         * data/evince-ui.xml:
6371         * data/evince.schemas.in:
6372         * shell/Makefile.am:
6373         * shell/ev-window.c: (update_chrome_visibility),
6374         (password_dialog_response), (ev_window_load_job_cb),
6375         (ev_window_xfer_job_cb), (ev_window_open_uri),
6376         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6377         (ev_window_init):
6378
6379         Remove the statusbar. This regress loading feedback, need to
6380         check with Bryan what we want to do there...
6381
6382 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6383
6384         * lib/ev-tooltip.c: (ev_tooltip_init):
6385
6386         Fix tooltip border and size handling
6387
6388 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6389
6390         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6391         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6392         (ev_tooltip_timeout), (ev_tooltip_activate),
6393         (ev_tooltip_deactivate):
6394         * lib/ev-tooltip.h:
6395         * shell/ev-view.c: (ev_view_motion_notify_event):
6396
6397         Delay popup showing. Mirror gtk logic/times.
6398
6399 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6400
6401         * lib/Makefile.am:
6402         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6403         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6404         (ev_tooltip_set_text), (ev_tooltip_set_position):
6405         * lib/ev-tooltip.h:
6406
6407         Simple widget to show tooltips at a custom position
6408
6409         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6410         (ev_view_destroy):
6411
6412         Use it for links. First go, needs work
6413
6414 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6415
6416         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6417         HIG fixes.  Use title capitalization for window title. Use 12 
6418         pixels of space between the dialog's vbox and action area.
6419
6420 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6421
6422         * shell/ev-window.c: (file_open_dialog_response_cb),
6423         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6424         (ev_window_cmd_save_as):
6425
6426         Make file pickers not modal and refactor code some
6427
6428 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6429
6430         * shell/ev-sidebar.h:
6431         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6432         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6433         (ev_sidebar_class_init), (ev_sidebar_select_page),
6434         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6435         (ev_sidebar_set_page):
6436
6437         Add a current page property and allow to get/set it
6438
6439         * shell/ev-window.c: (setup_view_from_metadata),
6440         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6441
6442         Persist current sidebar page per document
6443
6444 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6445
6446         * data/evince.schemas.in:
6447         * shell/ev-window.c: (update_chrome_visibility),
6448         (setup_document_from_metadata), (update_sidebar_visibility),
6449         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6450         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6451         (ev_window_run_presentation), (ev_window_stop_presentation),
6452         (ev_window_view_sidebar_cb),
6453         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6454         (load_chrome), (ev_window_init):
6455
6456         Persist size/visibility of sidebar per document
6457
6458 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6459
6460         * shell/ev-view.c (draw_loading_text): Draw loading text.
6461
6462 2005-09-02  Dan Damian  <dand@gnome.ro>
6463
6464         * configure.in: Added "ro" to ALL_LINGUAS.
6465
6466 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6467
6468         * shell/ev-view.c: (clear_caches):
6469
6470         ev_page_cache_get doesnt return a reference,
6471         dont try to unref it.
6472
6473 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6474
6475         * shell/main.c: (load_files_remote):
6476
6477         Fix timestamp parameter with dbus <= 0.33
6478
6479 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6480
6481         * data/evince.schemas.in:
6482
6483         Add missing full stop
6484
6485 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6486
6487         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6488         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6489
6490         Plug some memory leaks
6491
6492 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6493
6494         * configure.ac:
6495         * lib/ev-debug.c: (trap_handler):
6496
6497         Check for execinfo.h and use it only if it exists.
6498         Ported from Epiphany (bug #314776).
6499
6500 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6501
6502         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6503
6504 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6505
6506         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6507         * po/id.po      : Added Indonesian translation
6508
6509 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6510
6511         * shell/main.c:
6512         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6513         * NEWS: Release 0.4.0
6514
6515 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6516
6517         * configure.ac: catch another gtk+-2.8ism
6518         * shell/main.c: Make work with gtk+-2.6
6519
6520 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6521
6522         * shell/ev-application-service.xml: Add 'timestamp' argument to
6523           ev_application_open_window and ev_application_open_uri methods.
6524
6525         * shell/ev-application.h: Add 'timestamp' argument to
6526           ev_application_open_window, ev_application_open_uri,
6527           and ev_application_open_uri_list functions.
6528
6529         * shell/ev-application.c (ev_application_open_window,
6530           ev_application_open_uri, ev_application_open_uri_list): Change
6531           functions that show/present windows to use a timestamp if one
6532           is passed in.
6533
6534         * shell/ev-window.c (ev_window_cmd_file_open,
6535           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6536         * shell/main.c (load_files): Modify calls to ev_application to
6537           include GDK_CURRENT_TIME as timestamp.
6538
6539         * shell/main.c (load_files_remote): Obtain timestamp for client
6540           instance from GDK and pass to server instance so new windows are
6541           focused properly.  Fix dbus_g_proxy_call() calls by including second
6542           G_TYPE_INVALID.
6543           
6544         Closes bug #314475.
6545
6546 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6547
6548         * shell/ev-window.c (ev_window_finalize): Check for
6549         avail. EvWindows when quiting to handle the finalize better,
6550         #314497
6551
6552 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553         
6554         * properties/ev-properties-view.c: 
6555         
6556         Set textdomain to libglade. Fixes translation problem in property page.
6557
6558 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6559
6560         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6561         * dvi/Makefile.am:
6562         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6563         * dvi/mdvi-lib/Makefile.am:
6564         
6565         Fix rotation of thumbnails, ported to new API. Moved library
6566         dependencies earlier, probably it will fix linkage problem.
6567
6568 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6569
6570         * backend/ev-document-misc.c:
6571         (ev_document_misc_get_thumbnail_frame):
6572         * backend/ev-document-misc.h:
6573         * configure.ac:
6574         * pdf/ev-poppler.cc:
6575         * shell/Makefile.am:
6576         * shell/ev-sidebar-thumbnails.c: (add_range),
6577         (ev_sidebar_thumbnails_set_loading_icon),
6578         (ev_sidebar_thumbnails_refresh),
6579         (ev_sidebar_thumbnails_set_document):
6580         * shell/ev-sidebar-thumbnails.h:
6581         * shell/ev-view.c: (ev_view_motion_notify_event),
6582         (ev_view_set_property), (ev_view_get_property),
6583         (ev_view_class_init), (ev_view_set_rotation):
6584         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6585         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6586         (ev_window_init):
6587         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6588         Redo rotation (again).  prepare for 0.4.0
6589
6590 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6591
6592         * configure.ac: Bump poppler requirement to 0.4.1.
6593
6594         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6595         argument to poppler_page_render_selection() call.
6596
6597 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6598
6599         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6600         (djvu_document_thumbnails_get_thumbnail):
6601         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6602         (dvi_document_thumbnails_get_thumbnail):
6603         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6604         (pixbuf_document_thumbnails_get_thumbnail):
6605         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6606         
6607         Update rotation direction of backends to fit with pdf and ps.
6608
6609 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6610
6611         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6612         * backend/ev-async-renderer.h:
6613         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6614         (setup_page), (ps_document_get_page_size),
6615         (ps_async_renderer_render_pixbuf):
6616         * ps/ps-document.h:
6617         * shell/ev-jobs.c: (ev_job_render_run):
6618
6619         Fix orientation in the postscript document
6620
6621 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6622
6623         * pdf/ev-poppler.cc:
6624         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6625         * shell/ev-view.c: (highlight_find_results):
6626
6627         Adapt to the new poppler rotation API. Fix text maps on landscape
6628         documents.
6629
6630 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6631
6632         * shell/ev-view.c (compute_new_selection_text): get the correct
6633         region when selecting in modes other than continuous.
6634
6635 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6636
6637         * shell/main.c (main): remove redundant g_warnings.
6638
6639 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6640
6641         * shell/Makefile.am: Don't include autogenerated
6642         file ev-application-service.h into distribution, since
6643         it causes dbus crash. Fix for bugs 313724 and 313443. 
6644
6645 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6646
6647         * configure.ac: Fix sed expression for FreeBSD. Thanks
6648         to Joe Marcus Clark <marcus@freebsd.org>
6649         
6650         * shell/eggfindbar.c: (entry_activate_callback),
6651         (entry_changed_callback), (egg_find_bar_init),
6652         (egg_find_bar_set_search_string):
6653         
6654         Made findbar buttons unsensitive if there is no text in
6655         entry. Fix for the bug 313285.
6656
6657 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6658
6659         * ps/ps-document.c: Use g_filename_display_name for displaying
6660         filenames and revert string freeze breackage
6661
6662 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6663
6664         * NEWS:
6665         * configure.ac:
6666
6667         Update for 0.3.4
6668
6669         * shell/Makefile.am:
6670
6671         Add ev-application-service.xml to extra dist
6672
6673         * shell/ev-view.c: (find_page_at_location):
6674
6675         Remove unused function (fix warning)
6676
6677 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6678
6679         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6680         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6681         
6682         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6683         bug 313623.
6684
6685 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6686
6687         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6688         * shell/ev-window.c:
6689         Fix build warnings
6690
6691 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6692
6693         * configure.ac: Update script to get dbus version.
6694         Fix for the bug #313443.
6695
6696 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6697
6698         * shell/ev-window.c: (ev_window_cmd_escape):
6699         
6700         Return focus back to view on escape. Fix for bug 313295.
6701
6702 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6703
6704         * shell/ev-window.c: (update_window_title),
6705         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6706         (ev_window_cmd_save_as):
6707         
6708         Correct conversion from uri to displayable string. Fix for
6709         bug 313296.
6710
6711 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6712
6713         * ps/ps-document.c: convert filename to utf8 when there is an error
6714         loading document. Fixes #309915
6715
6716 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6717
6718         * configure.ac:
6719
6720         We depend on poppler 0.4.0
6721
6722 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6723
6724         * configure.ac:
6725         * NEWS: Release 0.3.3.
6726         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6727
6728 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6729
6730         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6731         add a couple missing mnemonics to menu items, use title 
6732         capitalization for menu items and window titles, and add 
6733         ellipsis to open menu item.     
6734
6735 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6736
6737         * pdf/ev-poppler.cc:
6738         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6739         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6740         (ev_view_get_rotation):
6741         * shell/ev-view.h:
6742         * shell/ev-window.c: (setup_view_from_metadata),
6743         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6744         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6745         disk.
6746
6747 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6748
6749         * configure.ac: Added tr to ALL_LINGUAS
6750
6751 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6752
6753         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6754         requires several clicks to find word. Thanks to 
6755         Colin Slater <kiltedtaco@gmail.com>.
6756
6757 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6758
6759         * data/evince.desktop.in.in: Hide menu entry and
6760         rename it to "Document Viewer". Fix for bug 
6761         #312399.
6762
6763 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6764
6765         * shell/ev-page-action.c (ev_page_action_class_init): 
6766
6767         Point to the correct function in constructor of the
6768         activate_label signal
6769
6770 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6771
6772         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6773         * shell/ev-jobs.h: Make thread safe.
6774
6775 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6776
6777         * shell/ev-view.c: (view_update_range_and_current_page):
6778         Don't update page range if we are scrolling to some document
6779         point.
6780
6781 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6782
6783         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6784         when getting max_page_width, fix drawing in dual mode.
6785
6786 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6787
6788         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6789         getting the area for select_all.
6790
6791 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6792
6793         * backend/ev-selection.c: (ev_selection_render_selection):
6794         * backend/ev-selection.h:
6795         * pdf/ev-poppler.cc:
6796         * shell/ev-jobs.c: (ev_job_render_new):
6797         * shell/ev-jobs.h:
6798         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6799         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6800         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6801         (ev_view_class_init):
6802
6803         Change selection color on focus in and focus out events.  Also,
6804         poppler now uses GdkColor for specifying the selection colors, so
6805         drop some awkward conversion code.
6806
6807 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6808
6809         * configure.ac: Added Hebrew translation
6810
6811 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6812
6813         * NOTES:
6814         * backend/ev-selection.c: (ev_selection_render_selection):
6815         * backend/ev-selection.h:
6816         * pdf/ev-poppler.cc:
6817         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6818         (ev_job_render_run):
6819         * shell/ev-jobs.h:
6820         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6821         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6822         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6823         (ev_pixbuf_cache_style_changed),
6824         (ev_pixbuf_cache_get_selection_pixbuf),
6825         (ev_pixbuf_cache_set_selection_list),
6826         (ev_pixbuf_cache_get_selection_list):
6827         * shell/ev-pixbuf-cache.h:
6828         * shell/ev-utils.c: (ev_print_region_contents):
6829         * shell/ev-utils.h:
6830         * shell/ev-view.c: (ev_view_queue_draw_page),
6831         (selection_update_idle_cb), (ev_view_motion_notify_event),
6832         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6833         (setup_caches), (ev_view_find_next), (merge_selection_region),
6834         (selection_free):
6835         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6836
6837         Clean up selection to be much smoother!
6838
6839 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6840
6841         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6842         to poppler_page_render_selection().
6843
6844 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6845
6846         * ps/ps-document.c: (save_page_list): Use
6847         unzipped document when printing. Thanks to 
6848         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6849         311016.
6850
6851 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * shell/ev-window.c: (update_action_sensitivity):
6854         
6855         Disable print and save respect to lockdown gconf keys. Fix
6856         for 312342.
6857
6858 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6859
6860         * configure.ac:
6861         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6862         (write_to_temp_file), (ev_file_set_contents):
6863         * shell/ev-utils.h:
6864         * shell/ev-window.c: (save_print_config_to_file):
6865         
6866         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6867         Fix for bug 312238
6868
6869 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6870
6871         * shell/ev-window.c: (load_print_config_from_file),
6872         (save_print_config_to_file), (ev_window_print_range):
6873
6874         Persist the print settings. Fixes bug #311578.
6875
6876 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6877
6878         * djvu/djvu-document.c: (djvu_document_get_page_size),
6879         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6880         (djvu_document_thumbnails_get_thumbnail):
6881         * dvi/dvi-document.c: (dvi_document_get_page_size),
6882         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6883         (dvi_document_thumbnails_get_dimensions),
6884         (dvi_document_thumbnails_get_thumbnail):
6885         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6886         (pixbuf_document_render_pixbuf),
6887         (pixbuf_document_document_iface_init),
6888         (pixbuf_document_thumbnails_get_thumbnail):
6889         
6890         Update backends to make them build with new rotation system.
6891
6892 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6893
6894         * help/C/figures/evince_start_window.png:
6895         
6896         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6897
6898 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6899
6900         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6901         * shell/ev-pixbuf-cache.h:
6902         * shell/ev-sidebar-thumbnails.c:
6903         (ev_sidebar_thumbnails_get_property), (add_range),
6904         (adjustment_changed_cb):
6905         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6906         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6907         we were thumbnailing the entire docment on startup, slowing us
6908         down hugely. 
6909
6910 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6911
6912         * shell/ev-page-cache.c: (ev_page_cache_new):
6913         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6914         == 0, fixes #310306.
6915
6916 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6917
6918         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6919         (ev_view_rotate_left):
6920
6921         Account rotation in doc_rect_to_view_rect.
6922         Ensure rotation doesnt go out of bounds.
6923
6924 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6925
6926         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6927
6928         Correct and cleanup w/h swapping
6929
6930 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6931
6932         * backend/ev-document-thumbnails.c:
6933         (ev_document_thumbnails_get_thumbnail):
6934         * backend/ev-document-thumbnails.h:
6935         * backend/ev-document.c:
6936         * backend/ev-document.h:
6937         * backend/ev-render-context.c: (ev_render_context_new),
6938         (ev_render_context_set_rotation):
6939         * backend/ev-render-context.h:
6940         * pdf/ev-poppler.cc:
6941         * ps/ps-document.c: (ps_document_document_iface_init):
6942         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6943         * shell/ev-jobs.h:
6944         * shell/ev-page-cache.c: (build_height_to_page),
6945         (ev_page_cache_new), (ev_page_cache_get_size),
6946         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6947         (ev_page_cache_get_height_to_page):
6948         * shell/ev-page-cache.h:
6949         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6950         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6951         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6952         (ev_pixbuf_cache_get_selection_pixbuf):
6953         * shell/ev-pixbuf-cache.h:
6954         * shell/ev-print-job.c: (idle_print_handler):
6955         * shell/ev-sidebar-thumbnails.c: (add_range):
6956         * shell/ev-view.c: (view_update_range_and_current_page),
6957         (get_page_y_offset), (get_page_extents),
6958         (ev_view_size_request_continuous_dual_page),
6959         (ev_view_size_request_continuous),
6960         (ev_view_size_request_dual_page),
6961         (ev_view_size_request_single_page), (draw_one_page),
6962         (ev_view_set_rotation), (ev_view_rotate_right),
6963         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6964         (ev_view_zoom_for_size_continuous_and_dual_page),
6965         (ev_view_zoom_for_size_continuous),
6966         (ev_view_zoom_for_size_dual_page),
6967         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6968         (ev_view_select_all):
6969         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6970         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6971         (tiff_document_document_iface_init),
6972         (tiff_document_thumbnails_get_thumbnail):
6973
6974         Use rotation rather than orientation. It's easier and enough
6975         for our needs.
6976
6977 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6978
6979         * shell/ev-page-cache.c: (build_height_to_page),
6980         (ev_page_cache_new), (ev_page_cache_get_size),
6981         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6982         (ev_page_cache_get_height_to_page):
6983         * shell/ev-page-cache.h:
6984         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6985         (ev_view_size_request_continuous_dual_page),
6986         (ev_view_size_request_continuous),
6987         (ev_view_zoom_for_size_continuous_and_dual_page),
6988         (ev_view_zoom_for_size_continuous):
6989
6990         Make the page cache aware of page orientation.
6991
6992 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6993
6994         * backend/ev-document-thumbnails.c:
6995         (ev_document_thumbnails_get_thumbnail):
6996         * backend/ev-document-thumbnails.h:
6997         * backend/ev-document.c:
6998         * backend/ev-document.h:
6999         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7000         * backend/ev-ps-exporter.h:
7001         * pdf/ev-poppler.cc:
7002         * ps/ps-document.c: (ps_document_document_iface_init),
7003         (ps_document_ps_export_do_page):
7004         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7005         * shell/ev-jobs.h:
7006         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7007         (ev_page_cache_get):
7008         * shell/ev-page-cache.h:
7009         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7010         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7011         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7012         * shell/ev-pixbuf-cache.h:
7013         * shell/ev-print-job.c: (idle_print_handler):
7014         * shell/ev-sidebar-thumbnails.c: (add_range):
7015         * shell/ev-view.c: (view_update_range_and_current_page),
7016         (get_page_extents), (ev_view_size_request_dual_page),
7017         (ev_view_size_request_single_page), (draw_one_page),
7018         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7019         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7020         (ev_view_zoom_for_size_dual_page),
7021         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7022         (ev_view_select_all):
7023         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7024         * tiff/tiff-document.c: (tiff_document_get_page_size),
7025         (tiff_document_get_orientation), (rotate_pixbuf),
7026         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7027         (tiff_document_thumbnails_get_thumbnail),
7028         (tiff_document_ps_export_do_page), (tiff_document_init):
7029
7030         Really make use of the orientation bit of the render context.
7031         Use the render context in a few more places in the backend API.
7032         This regress orientation, but now it's done right. Will try to
7033         fix it up asap...
7034
7035 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7036
7037         * shell/ev-view.c: (ensure_rectangle_is_visible):
7038
7039         Patch by Nickolay V. Shmyrev to fix find flickering
7040
7041 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7042
7043         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7044         duplex parameters to ::begin.
7045
7046         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7047         * shell/ev-print-job.c (idle_print_handler): 
7048         * ps/ps-document.c (ps_document_ps_export_begin): 
7049         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7050         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7051         implementations. Poppler backend needs poppler cvs. Rest has
7052         unchanged behavior.
7053
7054 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7055
7056         * shell/ev-window.c (using_pdf_printer): new function.
7057         (ev_window_print_range): print a less techy message if someone
7058         tries to print to PDF.
7059
7060 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7061
7062         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7063         from "unknown font" string. Bug #311431
7064
7065 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7066
7067         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7068
7069 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7070
7071         Bug #311280
7072         
7073         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7074         name for PopplerFontTypes
7075         (pdf_document_fonts_fill_model): add font type to the detail column
7076
7077         * backend/ev-document-fonts.h: added
7078         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7079
7080         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7081         font name and font details, add a little markup.
7082         (ev_properties_fonts_init): use the new cell data func, specify ypad
7083         property for the cell renderer.
7084         (ev_properties_fonts_set_document): add the details column.
7085
7086 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7087
7088         * configure.ac: Added "pl" to ALL_LINGUAS.
7089
7090 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7091
7092         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7093
7094 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7095
7096         * help/ChangeLog: Started this for translations of manual.
7097         * configure.ac, autogen.sh, .cvsignore: Migrated to
7098         gnome-doc-utils. Patch in bug #311222.
7099
7100 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7101
7102         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7103         #ifdef this away to fix an unused-function warning.
7104
7105 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7106
7107         * configure.ac: Added 'gl' to ALL_LINGUAS.
7108
7109 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7110
7111         * configure.ac: Added ne in ALL_LINGUAS
7112         
7113 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7114
7115         * shell/ev-view.c: (ev_view_leave_notify_event):
7116         
7117         Clear status message when pointer leaves view. Fix for bug
7118         #310818 
7119
7120 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7121
7122         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7123
7124 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7125
7126         * shell/ev-view.c: (ev_view_leave_notify_event),
7127         (ev_view_class_init):
7128         
7129         Set cursor to normal then leaving view.
7130
7131 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7132
7133         * configure.ac:
7134         
7135         Fix required djvulibre version.
7136
7137 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7138
7139         *configure.ac: Hindi (hi) language added
7140
7141 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7142
7143         *configure.ac: Punjabi (pa) Language added
7144
7145 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7146
7147         * data/evince-ui.xml, shell/ev-window.c:
7148         
7149         Add keypad accelerators for zooming. Fix for bug 308128.
7150
7151 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7152
7153         * Makefile.am:
7154         * backend/Makefile.am:
7155         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7156         * configure.ac:
7157         * shell/ev-document-types.c: (ev_document_types_add_filters):
7158
7159         Allow to enable/disable the pixbuf backend.
7160         Default to off for now. If we want it enabled we should
7161         really put mime types in the desktop, implement properties etc.
7162
7163         * properties/evince-properties.c:
7164
7165         Initialize error to NULL.
7166         Check error is not NULL before freeing.
7167
7168 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7169
7170         * shell/ev-window.c:
7171
7172         Use F5 as presentation accell
7173
7174 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7175
7176         * shell/ev-window.c: (update_chrome_visibility),
7177         (ev_window_create_fullscreen_popup), (ev_window_init):
7178
7179         Do not leak the fullscreen toolbar
7180
7181 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7182
7183         * shell/ev-window.c: (view_actions_focus_in_cb),
7184         (view_actions_focus_out_cb):
7185
7186         These has a return value! Fix totally random focus
7187         issues we was seeing.
7188
7189 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7190
7191         * shell/main.c: (load_files_remote):
7192
7193         Allow open more than one file
7194
7195 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7196
7197         * shell/main.c: (load_files_remote):
7198
7199         Fix for dbus 0.33. bug #309975
7200
7201 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7202
7203         * properties/ev-properties-main.c: (ev_properties_get_pages):
7204
7205         Actually return NULL for types we dont support
7206
7207 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7208
7209         * po/POTFILES.in:
7210
7211         Remove empty lines.
7212
7213 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7214
7215         * backend/ev-document-factory.c:
7216         (ev_document_factory_get_document):
7217
7218         Do not try to create the object if type
7219         is invalid.
7220
7221 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7222
7223         * ps/ps-document.c: (ps_document_dispose),
7224         (ps_async_renderer_render_pixbuf):
7225         * ps/ps-document.h:
7226
7227         Do not leak the target window
7228
7229 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7230
7231         * shell/ev-application.c: (ev_application_init):
7232
7233         Let tbe check file existence for us.
7234         Add a comment about eggrecent mime filter.
7235
7236 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7237
7238         * data/evince-ui.xml:
7239         * shell/ev-application.c: (ev_application_shutdown),
7240         (ev_application_init), (ev_application_get_toolbars_model),
7241         (ev_application_get_recent_model),
7242         (ev_application_save_toolbars_model):
7243         * shell/ev-application.h:
7244         * shell/ev-window.c: (ev_window_add_recent),
7245         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7246         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7247         (ev_window_init):
7248
7249         Use common toolbar and recent models for all windows.
7250         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7251
7252 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7253
7254         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7255         successfully check for gtk_icon_view_get_visible_range.
7256
7257 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7258
7259         * djvu/Makefile.am:
7260         * dvi/Makefile.am:
7261         
7262         Fix djvu and dvi backend build.
7263
7264 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7265
7266         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7267         (new_separator_pixbuf):
7268
7269         Don't leak windows.
7270
7271 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7272
7273         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7274
7275         HIGification of toolbar editor dialogue.
7276
7277 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7278
7279         * configure.ac:
7280         * shell/Makefile.am:
7281
7282         Ever build metadata manager since it's just
7283         disabled at runtime now.
7284
7285 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7286
7287         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7288         (ev_metadata_manager_get), (ev_metadata_manager_set):
7289         * shell/ev-metadata-manager.h:
7290
7291         Add an _init functions that enabled metadata management
7292         at runtime.
7293
7294         * shell/ev-window.c: (page_changed_cb),
7295         (setup_document_from_metadata), (ev_window_setup_document),
7296         (setup_view_from_metadata), (ev_window_open_uri),
7297         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7298         (ev_window_run_presentation), (ev_window_stop_presentation),
7299         (save_sizing_mode), (ev_window_zoom_changed_cb),
7300         (ev_window_continuous_changed_cb),
7301         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7302         (window_configure_event_cb):
7303
7304         Remove all ugly metadata define since we deal with it
7305         at runtime now.
7306
7307         * shell/main.c: (load_files_remote), (main):
7308
7309         Add support for dbus cvs head. Hopefully didnt break one
7310         of the other versions now!
7311
7312         If we dont get a response from the dbus server just
7313         give up with it and not enable metadata.
7314
7315 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7316
7317         * Makefile.am:
7318         * backend/Makefile.am:
7319         * configure.ac:
7320         * cut-n-paste/recent-files/Makefile.am:
7321         * cut-n-paste/toolbar-editor/Makefile.am:
7322         * cut-n-paste/zoom-control/Makefile.am:
7323         * lib/Makefile.am:
7324         * pdf/Makefile.am:
7325         * pixbuf/Makefile.am:
7326         * properties/Makefile.am:
7327         * ps/Makefile.am:
7328         * shell/Makefile.am:
7329         * thumbnailer/Makefile.am:
7330         * tiff/Makefile.am:
7331
7332         Make frontends depend on just libev.
7333         Rework and group CFLAGS/LIBS definitions.
7334         Cleanups.
7335
7336 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7337
7338         * shell/ev-window:
7339
7340         do not unnecessarily save zoom
7341
7342         * configure.ac:
7343         * lib/ev-file-helpers.c: (ev_dot_dir):
7344         * shell/Makefile.am:
7345         * shell/dummy.cc:
7346
7347         Some cleanups
7348
7349 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7350
7351         * configure.ac:
7352         
7353         Remove unnecessary dependencies
7354
7355 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7356
7357         * properties/Makefile.am:
7358         * thumbnailer/Makefile.am:
7359         * tiff/Makefile.am:
7360
7361         Some more cleanups. Was really necessary
7362         but I probably introduced bugs, feel free
7363         to flame :)
7364
7365 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7366
7367         * backend/Makefile.am:
7368         * configure.ac:
7369         * cut-n-paste/recent-files/Makefile.am:
7370         * cut-n-paste/toolbar-editor/Makefile.am:
7371         * cut-n-paste/zoom-control/Makefile.am:
7372         * lib/Makefile.am:
7373         * pdf/Makefile.am:
7374         * pixbuf/Makefile.am:
7375         * properties/Makefile.am:
7376         * ps/Makefile.am:
7377         * shell/Makefile.am:
7378         * thumbnailer/Makefile.am:
7379         * tiff/Makefile.am:
7380
7381         Use gnome-common macros when possible.
7382         Cleanup dependencies.
7383         Actually disable deprecated where possible.
7384
7385 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7386
7387         * Makefile.am:
7388         * backend/Makefile.am:
7389         * properties/Makefile.am:
7390         * shell/Makefile.am:
7391         * thumbnailer/Makefile.am:
7392
7393         This should solve the circular dep without
7394         requiring dir reorg!
7395
7396         * shell/ev-window.c: (setup_view_from_metadata):
7397
7398         Never restore window size/position when the
7399         window is already visible.
7400
7401 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7402
7403         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7404
7405         Return a boolean from timeout func. Fix ported from gedit.
7406
7407 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7408
7409         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7410
7411 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7412
7413         * shell/ev-document-types.c: set "All Documents" as default filter in
7414         open dialog
7415
7416 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7417
7418         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7419         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7420         (ev_metadata_manager_set_boolean): fix value/val thinko.
7421
7422 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7423
7424         * shell/ev-window.c: (setup_view_from_metadata),
7425         (window_state_event_cb), (window_configure_event_cb),
7426         (ev_window_init):
7427
7428         Remember window position and maximized state
7429
7430 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7431
7432         * configure.ac:
7433
7434         Fix DBUS configure checks.
7435
7436         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7437         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7438         (ev_metadata_manager_set_boolean):
7439
7440         Plug mem leaks.
7441
7442         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7443         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7444         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7445         (ev_window_continuous_changed_cb),
7446         (ev_window_dual_mode_changed_cb), (ev_window_new):
7447
7448         Fix the build without DBUS.
7449
7450 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7451
7452         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7453         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7454         (ev_metadata_manager_set_string),
7455         (ev_metadata_manager_set_boolean):
7456         * shell/ev-metadata-manager.h:
7457
7458         Add support for some more types
7459
7460         * shell/ev-view.c: (scroll_to_current_page),
7461         (ev_view_get_continuous), (ev_view_set_continuous),
7462         (ev_view_get_dual_page):
7463         * shell/ev-view.h:
7464         * shell/ev-window.c: (page_changed_cb),
7465         (setup_document_from_metadata), (ev_window_setup_document),
7466         (setup_view_from_metadata), (ev_window_open_uri),
7467         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7468         (ev_window_run_presentation), (ev_window_stop_presentation),
7469         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7470         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7471         (ev_window_update_dual_page_action),
7472         (ev_window_continuous_changed_cb),
7473         (ev_window_dual_mode_changed_cb), (ev_window_init):
7474
7475         Remember a bunch of view/document properties. Prolly some
7476         are still missing but it's getting interesting.
7477
7478 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7479
7480         * configure.ac: check if dbus-binding-tool is installed. Not the
7481         case on current Ubuntu breezy, it seems.
7482
7483 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7484
7485         * data/evince.desktop.in.in:
7486         
7487         Allow open uri lists and add TryExec field.
7488
7489 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7490
7491         * configure.ac:
7492
7493         Enable dbus when available, do not require a configure
7494         option.
7495
7496 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7497
7498         * configure.ac:
7499
7500         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7501         disabled.
7502
7503 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7504         Marco Pesenti Gritti  <mpg@redhat.com>
7505
7506         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7507         
7508         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7509         functions to the format required by dbus
7510
7511         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7512         errors. Use the RPC parameters in the expected way
7513
7514 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7515
7516         * Makefile.am:
7517         * properties/Makefile.am:
7518         * properties/ev-properties-main.c: (ev_properties_get_pages):
7519
7520         Support all mime types
7521
7522         * shell/Makefile.am:
7523         * thumbnailer/Makefile.am:
7524         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7525         (evince_thumbnail_pngenc_get):
7526
7527         Use the document factory
7528
7529 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7530
7531         * backend/Makefile.am:
7532         * backend/ev-document-factory.c:
7533         (mime_type_supported_by_gdk_pixbuf),
7534         (ev_document_type_get_from_mime),
7535         (ev_document_factory_get_document),
7536         (ev_document_factory_get_backend),
7537         (ev_document_factory_get_mime_types),
7538         (ev_document_factory_get_all_mime_types):
7539         * backend/ev-document-factory.h:
7540         * shell/Makefile.am:
7541         * shell/ev-document-types.c: (get_document_from_uri),
7542         (ev_document_types_get_document),
7543         (file_filter_add_mime_list_and_free),
7544         (ev_document_types_add_filters):
7545         * shell/ev-document-types.h:
7546         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7547         * shell/ev-properties-dialog.c:
7548         (ev_properties_dialog_set_document):
7549         * shell/ev-window.c: (ev_window_cmd_file_open),
7550         (ev_window_cmd_save_as):
7551         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7552
7553         Rework document types managing to avoid code duplication
7554         and actually abstract from backend implementations.
7555         Also provide a minimal factory api that can be used by
7556         thumbnailer/properties.
7557
7558 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7559
7560         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7561         Plug a mem leak.
7562         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7563         HIG spacings.
7564
7565 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7566
7567         * shell/ev-properties-dialog.c
7568         (ev_properties_dialog_set_document): only call
7569         ev_properties_fonts_set_document() if the document implements the
7570         fonts interface
7571
7572 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7573
7574         * configure.ac:
7575         * properties/Makefile.am:
7576         * properties/ev-properties-view.c:
7577         (ev_properties_view_register_type):
7578         * properties/ev-properties-view.h:
7579         * properties/ev-properties-main.h:
7580
7581         Implement nautilus plugin for properties.
7582         Works only for pdf atm, I need to rework the
7583         document types stuff to get this to work
7584         for all backends...
7585
7586 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7587
7588         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7589         (ev_properties_fonts_set_document): use
7590         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7591
7592 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7593
7594         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7595         them
7596         (PlaceImage, tiff2ps_process_page): use
7597         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7598
7599
7600 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7601
7602         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7603         (main): to call gnome_authentication_manager_init. Should fix
7604         Bug #308510
7605
7606         * configure.ac: that requires libgnomeui 2.6.0.
7607
7608 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7609
7610         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7611         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7612         use the new tiff2ps interfaces
7613
7614         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7615         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7616
7617         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7618         structure instead of global variables.  Remove use of static
7619         variables in functions.
7620
7621 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7622
7623         * shell/ev-page-action.c: unref the completion after setting it to the
7624         entry
7625
7626 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7627
7628         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7629         postscript files
7630
7631 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7632
7633         * shell/ev-window.c (update_action_sensitivity): disable
7634         File->Print if the document does not implement the ps exporter
7635         interface
7636
7637 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7638
7639         * Makefile.am:
7640         * configure.ac:
7641         * data/evince-properties.glade:
7642         * properties/.cvsignore:
7643         * properties/Makefile.am:
7644         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7645         (ev_properties_view_class_init), (ev_properties_view_format_date),
7646         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7647         (ev_properties_view_init), (ev_properties_view_new):
7648         * properties/ev-properties-view.h:
7649         * shell/Makefile.am:
7650         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7651         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7652         (ev_properties_dialog_new):
7653         * shell/ev-properties-dialog.h:
7654         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7655         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7656         (update_progress_label), (job_fonts_finished_cb),
7657         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7658         * shell/ev-properties-fonts.h:
7659         * shell/ev-properties.c:
7660         * shell/ev-properties.h:
7661         * shell/ev-window.c: (ev_window_setup_document),
7662         (ev_window_cmd_file_properties):
7663
7664         Split the properties pages in two different objects, depend
7665         only on the backend where possible, use widgets instead
7666         of gobject for the glade part, reimplement the dialog
7667         itself with gtk.
7668         I need this to implement nautilus properties page.
7669
7670 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7671
7672         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7673         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7674         (tiff_document_document_ps_exporter_iface_init): implement the ps
7675         exporter interface for tiff documents
7676
7677         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7678         libtiff to implement TIFF postscript export
7679
7680         * tiff/tiff2ps.h: added a header file for external tiff2ps
7681         functions.
7682
7683         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7684         tiff2ps.h
7685
7686 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7687
7688         * shell/ev-view.c: (scroll_to_current_page),
7689         (ev_view_set_fullscreen), (ev_view_set_presentation):
7690         
7691         Scroll to current page when exit from presentation
7692
7693 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7694
7695         * shell/ev-window.c: (update_document_mode),
7696         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7697         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7698         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7699         
7700         Exit from fullscreen mode when switch to presentation. Fix for
7701         bug 309365
7702
7703 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7704
7705         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7706         return NULL if the document does not implement the selection
7707         interface.
7708
7709 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7710
7711         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7712         reported height by using the resolution aspect ratio
7713         (tiff_document_render_pixbuf): scale the pixbuf using the
7714         resolution aspect ratio
7715
7716 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7717
7718         * configure.ac:
7719         
7720         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7721         <kiltedaco@gmail.com>
7722         
7723         * djvu/djvu-document.c: (djvu_document_get_orientation),
7724         (djvu_document_set_orientation), (djvu_document_get_page_size),
7725         (rotate_pixbuf), (djvu_document_render_pixbuf),
7726         (djvu_document_document_iface_init):
7727         * dvi/dvi-document.c: (dvi_document_get_orientation),
7728         (dvi_document_set_orientation), (dvi_document_get_page_size),
7729         (rotate_pixbuf), (dvi_document_render_pixbuf),
7730         (dvi_document_document_iface_init):
7731         
7732         Dvi and djvu backends are ported to new API
7733
7734 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7735
7736         * backend/ev-selection.c: (ev_selection_get_selection_region),
7737         (ev_selection_get_selection_map):
7738         * backend/ev-selection.h:
7739         * pdf/ev-poppler.cc:
7740         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7741         * shell/ev-jobs.h:
7742         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7743         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7744         (ev_pixbuf_cache_get_text_mapping):
7745         * shell/ev-pixbuf-cache.h:
7746         * shell/ev-view.c: (location_in_text),
7747         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7748         support to EvView.  Now we can see where we can select!  Sweet!
7749
7750 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7751
7752         * shell/ev-view.c (ev_view_button_press_event): Fix
7753         event->y + view->scroll_x typo.
7754
7755 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7756
7757         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7758         sub-GdkPixbuf instead of passing dest_x and dest_y.
7759         
7760         * shell/ev-view.c: (view_point_to_doc_point),
7761         (view_rect_to_doc_rect), (ev_view_button_press_event),
7762         (ev_view_motion_notify_event), (compute_new_selection_rect),
7763         (gdk_rectangle_point_in), (compute_new_selection_text),
7764         (compute_selections): Update selection code to keep the selection
7765         around as two points and not as a normalized rectangle, and fix
7766         page level selection in two-column mode.
7767
7768 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7769
7770         * shell/ev-window.c: (window_configure_event_cb): 
7771         
7772         Fix compilation
7773         
7774 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7775
7776         * pdf/ev-poppler.cc:
7777
7778         Fix compilation
7779
7780 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7781
7782         * shell/Makefile.am:
7783         * shell/ev-metadata-manager.c: (item_free),
7784         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7785         (parse_value), (parseItem), (load_values),
7786         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7787         (save_values), (save_item), (get_oldest), (resize_items),
7788         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7789         * shell/ev-metadata-manager.h:
7790
7791         Metadata manager from gedit but modified to use GValue, so that
7792         we dont need to keep converting from strings.
7793
7794         * configure.ac:
7795
7796         ENABLE_METADATA conditional, on when dbus is on
7797
7798         * shell/ev-application.c: (ev_application_open_uri):
7799
7800         Show the window after load so that we can initialize
7801         window size before it's showed.
7802
7803         * shell/ev-window.c: (ev_window_setup_from_metadata),
7804         (ev_window_open_uri), (window_configure_event_cb),
7805         (ev_window_init):
7806
7807         Save and load metadata information about window size.
7808         Not yet keeping states in account.
7809
7810         * shell/main.c: (main):
7811
7812         Shutdown metadata manager.
7813
7814 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7815
7816         * shell/ev-application-service.xml:
7817         * configure.ac:
7818         * shell/Makefile.am:
7819         * shell/ev-application.c:
7820         * shell/ev-application.h:
7821         * shell/ev-window.c:
7822         * shell/ev-window.h:
7823         * shell/main.c:
7824
7825         Add an optional dbus interface (--enable-dbus).
7826         Rework application code, mainly to be easier to
7827         use "remotely".
7828         Do not open multiple windows with the same document,
7829         spatial evince!
7830
7831 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7832
7833         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7834         pixbuf iff it exists.
7835
7836 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7837
7838         * shell/*:
7839         * backend/ev-render-context.[ch]:
7840         * backend/ev-selection.[ch]:
7841
7842         Massive changes.  We now support text selection of pdfs, and not
7843         just rectangular selection.  This is pretty broken still, but I
7844         want to get something into CVS.
7845
7846 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7847
7848         * pdf/ev-poppler.cc:
7849         
7850         Fix for Bug 309080: crash on window close.
7851         
7852         * shell/ev-page-action.c: (page_changed_cb):
7853         
7854         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7855         jensgr@gmx.net (Jens Granseuer).
7856
7857 2005-06-25  Marcel Telka  <marcel@telka.sk>
7858
7859         * configure.in (ALL_LINGUAS): Added sk.
7860
7861 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7862
7863         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7864         not a document open
7865
7866 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7867
7868         * NEWS:
7869         * configure.ac:
7870
7871         Release 0.3.2
7872
7873         * cut-n-paste/recent-files/Makefile.am:
7874
7875         Fix make distcheck
7876
7877 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7878
7879         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7880         (pixbuf_document_set_orientation), (rotate_pixbuf),
7881         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7882         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7883
7884         Implement rotation and cleanup the code a bit.
7885
7886         * tiff/tiff-document.c: (tiff_document_get_page_size),
7887         (tiff_document_get_orientation), (tiff_document_set_orientation),
7888         (rotate_pixbuf), (tiff_document_render_pixbuf),
7889         (tiff_document_document_iface_init), (tiff_document_init):
7890
7891         Implement rotation. Was the quicker solution for the release
7892         but we really need to share this code in the shell.
7893
7894 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7895
7896         * pdf/ev-poppler.cc:
7897
7898         Enable rotation, require poppler cvs. Fix a leak.
7899
7900 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7901
7902         * shell/ev-window.c: (update_action_sensitivity):
7903         
7904         Make properties unsensitive if document backend doesn't provide
7905         any info
7906
7907 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7908
7909         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7910         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7911         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7912         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7913         (bitmap_flip_rotate_counter_clockwise):
7914         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7915         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7916         (buff_gets):
7917         * dvi/mdvi-lib/common.h:
7918         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7919         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7920         (opendvi), (mdvi_reload), (mdvi_init_context),
7921         (mdvi_destroy_context), (mdvi_dopage), (special):
7922         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7923         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7924         (file_hash_free), (register_encoding), (parse_spec),
7925         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7926         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7927         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7928         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7929         (mdvi_register_font_type), (mdvi_unregister_font_type),
7930         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7931         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7932         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7933         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7934         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7935         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7936         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7937         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7938         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7939         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7940         (mdvi_unregister_special), (mdvi_flush_specials):
7941         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7942         (t1_font_remove):
7943         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7944         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7945         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7946         (free_font_metrics), (flush_font_metrics):
7947         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7948         (tt_font_remove):
7949         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7950         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7951         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7952         (dstring_insert), (dstring_new), (dstring_reset):
7953         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7954         
7955         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7956         avoid conflict with libtool on FC4
7957         
7958         * shell/ev-window.c: (ev_window_cmd_help_about):
7959         
7960         Update copyright year. Fix for bug 308828.
7961
7962 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7963
7964         * shell/ev-view.c: (add_scroll_binding_keypad),
7965         (ev_view_binding_activated), (ev_view_class_init),
7966         (on_adjustment_value_changed):
7967         
7968         Bug 170874: Arrow keys switch pages in presentation mode
7969
7970 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7971
7972         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7973         
7974         Fix for Bug 308265: Sidebar dissappears coming out of 
7975         Presentation mode
7976
7977 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7978
7979         * shell/ev-application.c: (ev_application_open):
7980         * shell/ev-document-types.c: (ev_document_types_add_filters),
7981         (ev_document_types_add_filters_for_type):
7982         * shell/ev-document-types.h:
7983         * shell/ev-window.c: (ev_window_cmd_save_as):
7984         
7985         Suggest basename as template when saving, provide filters
7986         for save dialog. It's bug 308402
7987
7988 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7989
7990         * pdf/ev-poppler.cc:
7991         * shell/ev-sidebar-links.c: (job_finished_callback):
7992         * shell/ev-view.c: (update_find_status_message):
7993         
7994         Some leaks fixed
7995
7996 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7997
7998         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7999         (egg_recent_view_uimanager_set_list):
8000
8001         Fix buglet in !show_numbers case.
8002
8003 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8004
8005         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8006         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8007
8008         Use pango ellipsisation.
8009
8010         * pdf/ev-poppler.cc:
8011
8012         Fix refcount leak, from nsh.
8013
8014 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8015
8016         * cut-n-paste/recent-files/Makefile.am:
8017         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8018         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8019         
8020         Removed EggRecentViewGtk
8021         
8022         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8023         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8024         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8025         (ev_window_setup_recent):
8026         
8027         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8028         with other projects
8029
8030 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8031
8032         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8033         (egg_recent_view_gtk_finalize):
8034
8035         Fix memory leak
8036
8037         * cut-n-paste/toolbar-editor/Makefile.am:
8038         
8039         Fix location of cursor icon.
8040         
8041         * pdf/ev-poppler.cc:
8042         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8043         (display_completion_text), (match_completion):
8044         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8045         (selection_changed_callback), (create_loading_model),
8046         (print_section_cb), (links_page_num_func),
8047         (update_page_callback_foreach):
8048         * shell/ev-window.c: (ev_window_dispose):
8049         
8050         Small memory fixes. Links model now store objects instead
8051         of pointers to improve memory management. 
8052
8053 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8054
8055         * shell/ev-window.c: (zoom_control_changed_cb):
8056         
8057         Fix update of zoom control (bug 308268).
8058
8059 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8060
8061         * shell/ev-properties.c (set_property): escape the text correctly.
8062         Handles non-UTF-8 properties and escaped properties.  Also, sets
8063         the text to "<i>None</i>" if the property isn't set.
8064
8065         * data/evince-properties.glade: Change the label to be ellipsized,
8066         and give it a minimum size.
8067
8068 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8069
8070         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8071         * shell/ev-sidebar-links.c: (create_loading_model):
8072         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8073         * shell/ev-view.c: (ev_view_set_document):
8074         * shell/ev-window.c: (ev_window_dispose):
8075         
8076         Various small fixes, mostly memory leaks. Thanks to valgrind.
8077
8078 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8079
8080         * ps/ps-document.c: remove the locale.h include again ;-). And
8081         kill the (bogus) setlocale/savelocale business.
8082
8083 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8084
8085         * ps/ps-document.c:
8086         
8087         Include locale.h to fix build
8088         
8089         * shell/ev-sidebar.c:
8090         
8091         Remove unnecessary includes
8092
8093 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8094
8095         * dvi/dvi-document.c: (dvi_document_load):
8096         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8097         * po/POTFILES.in:
8098         
8099         Check for incorrect dvi files. Fix parsing dvi on AMD64
8100         platform. Thanks to tester@tester.ca (Olivier Crete).
8101
8102 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8103
8104         * shell/ev-page-action.c: (match_selected_cb),
8105         (display_completion_text), (match_completion), (update_model):
8106         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8107         (expand_open_links):
8108         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8109         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8110         (ev_sidebar_set_document):
8111         * shell/ev-window.c: (ev_window_xfer_job_cb),
8112         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8113         
8114         Fixed lot's of memory leaks, for example, memory leak on reload, 
8115         described in bug 307793.
8116
8117 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8118
8119         * pdf/ev-poppler.cc:
8120         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8121         (update_visible_range), (adjustment_changed_cb),
8122         (ev_sidebar_thumbnails_fill_model),
8123         (ev_sidebar_thumbnails_refresh),
8124         (ev_sidebar_tree_selection_changed),
8125         (ev_sidebar_icon_selection_changed),
8126         (ev_sidebar_thumbnails_use_icon_view),
8127         (ev_sidebar_thumbnails_set_document):
8128         * shell/ev-sidebar-thumbnails.h:
8129         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8130         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8131
8132         Refresh thumbnails when changing orientation. Not fully
8133         working yet becuase of a sidebar bug.
8134
8135         Set page orientation to poppler page everywhere. This sucks
8136         really need to fix poppler.
8137
8138 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8139
8140         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8141         (egg_recent_view_gtk_new_menu_item),
8142         (egg_recent_view_gtk_set_property),
8143         (egg_recent_view_gtk_get_property),
8144         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8145         (egg_recent_view_gtk_set_tooltip_func),
8146         (egg_recent_view_gtk_set_label_width),
8147         (egg_recent_view_gtk_get_label_width):
8148         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8149
8150         Sync with libegg (ellipsize labels)
8151
8152 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8153
8154         * data/evince-ui.xml:
8155         * shell/ev-window.c: (ev_window_cmd_go_forward),
8156         (ev_window_cmd_go_backward):
8157         
8158         Shift + PageUp moves 10 Pages. Fix for 306125
8159
8160 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8161
8162         * pdf/ev-poppler.cc:
8163
8164         Add a flag to check if orientation has been overriden
8165
8166 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8167
8168         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8169         field if necessary.
8170
8171         * ps/ps.h: add creator field to document.
8172
8173         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8174         set creator field.
8175
8176 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8177
8178         * data/evince-properties.glade:
8179         * shell/ev-properties.c: (ev_properties_set_document):
8180
8181         s/PDF Version/Format
8182
8183 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8184
8185         * shell/ev-properties.c: (ev_properties_set_document):
8186
8187         Remove unnecessary translations
8188
8189 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8190
8191         * cut-n-paste/toolbar-editor/Makefile.am:
8192
8193         Correct library name    
8194
8195 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8196
8197         * configure.ac:
8198         * cut-n-paste/recent-files/egg-recent-model.c:
8199         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8200         (egg_recent_model_unlock_file):
8201         * cut-n-paste/recent-files/egg-recent-util.c:
8202         (egg_recent_util_get_unique_id):
8203         * cut-n-paste/recent-files/update-from-egg.sh:
8204         * cut-n-paste/toolbar-editor/Makefile.am:
8205         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8206         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8207         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8208         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8209         (egg_toolbars_model_get_type):
8210         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8211
8212         Better makefile for toolbar editor and update everything
8213         to latest libegg.
8214
8215 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8216
8217         * shell/ev-window.c: (update_document_mode):
8218
8219         Prefer presentation mode when the document
8220         require fullscreen.
8221
8222 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8223
8224         * data/evince-ui.xml:
8225         * shell/ev-window.c:
8226
8227         Add control-equal for zooming
8228
8229 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8230
8231         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8232
8233 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8234
8235         * backend/ev-document.c: (ev_document_get_orientation):
8236         * backend/ev-document.h:
8237         * pdf/ev-poppler.cc:
8238         * ps/ps-document.c: (ps_document_get_orientation),
8239         (ps_document_set_orientation), (ps_document_document_iface_init):
8240
8241         Add a get_orientation api. Improve set_orientation.
8242
8243         * data/evince-ui.xml:
8244         * shell/ev-view.c: (ev_view_set_orientation),
8245         (ev_view_rotate_right), (ev_view_rotate_left):
8246         * shell/ev-view.h:
8247         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8248         (ev_window_cmd_edit_rotate_right):
8249
8250         Better ui for changing document orientation
8251
8252 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8253
8254         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8255         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8256         * shell/ev-sidebar-links.h:
8257         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8258         (ev_sidebar_page_iface_init):
8259         * shell/ev-sidebar-page.h:
8260         * shell/ev-sidebar-thumbnails.c:
8261         (ev_sidebar_thumbnails_get_property),
8262         (ev_sidebar_thumbnails_class_init),
8263         (ev_sidebar_thumbnails_set_document):
8264         * shell/ev-sidebar-thumbnails.h:
8265         * shell/ev-view.c: (ev_view_motion_notify_event):
8266         * shell/ev-window.c: (update_chrome_visibility),
8267         (ev_window_cmd_focus_page_selector),
8268         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8269         (sidebar_page_main_widget_update_cb), (ev_window_init):
8270         
8271         Autoraise toolbar on GoToPage binding and fix bindings in
8272         EvSidebarThumbnails page.
8273
8274 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8275
8276         * shell/ev-properties.c: (update_progress_label):
8277
8278         Hide the progress label when finished; bug #307697.
8279
8280 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8281
8282         * pdf/ev-poppler.cc:
8283
8284         Enable is_open for links, you will need poppler cvs
8285
8286         * shell/ev-properties.c: (job_fonts_finished_cb):
8287
8288         Get a lock on the document when filling the tree view
8289
8290 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8291
8292         * backend/ev-document-links.h:
8293         * pdf/ev-poppler.cc:
8294         * shell/ev-sidebar-links.c: (create_loading_model),
8295         (expand_open_links), (job_finished_callback):
8296
8297         Expand links when specified by the document.
8298         Depend on a poppler api (defined out for now)
8299
8300 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8301
8302         * shell/ev-properties.c: (ev_properties_dispose),
8303         (ev_properties_class_init), (dialog_destroy_cb),
8304         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8305         (ev_properties_set_document), (ev_properties_new),
8306         (ev_properties_show):
8307         * shell/ev-properties.h:
8308
8309         Make it an object, cleanup the code, api to show it as transient
8310         and to set the document.
8311
8312         * shell/ev-window.c: (ev_window_setup_document),
8313         (ev_window_cmd_file_properties):
8314
8315         Adapt to EvProperties changes, do not show multiple
8316         times, update it when document changes.
8317
8318 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8319
8320         * ps/gstypes.h:
8321         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8322         (ps_document_set_orientation), (ps_document_document_iface_init):
8323         * ps/ps-document.h:
8324
8325         Implement orientation here too
8326
8327         * shell/ev-properties.c: (ev_properties_new):
8328         * data/evince-properties.glade:
8329
8330         Hide the fonts page for backends that doesnt
8331         support it.     
8332
8333 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8334
8335         * backend/ev-document.c: (ev_document_set_orientation):
8336         * backend/ev-document.h:
8337         * pdf/ev-poppler.cc:
8338
8339         Add orientation api. Currently poppler api is not optimal,
8340         we need to set orientation every time we _get a page.
8341         I will try to fix that at some point.
8342
8343         * data/evince-ui.xml:
8344         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8345         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8346
8347         Add orientation menu items
8348
8349         * shell/ev-page-cache.c: (ev_page_cache_clear):
8350         * shell/ev-page-cache.h:
8351
8352         Add api to clear the cache
8353
8354         * shell/ev-view.c: (setup_caches), (clear_caches),
8355         (ev_view_set_document), (ev_view_zoom_out),
8356         (ev_view_set_orientation):
8357         * shell/ev-view.h:
8358
8359         Implement orientation changing
8360
8361 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8362
8363         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8364         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8365         * backend/ev-document-fonts.h:
8366
8367         Separate scan and fill so that we can incrementally fill from
8368         the main thread. Add a progress api.
8369
8370         * data/evince-properties.glade:
8371         * pdf/ev-poppler.cc:
8372         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8373         * shell/ev-jobs.h:
8374         * shell/ev-properties.c: (update_progress_label),
8375         (job_fonts_finished_cb), (setup_fonts_view):
8376
8377         Incrementally feel the list and show the progress
8378         percentage in a label like acrobat does.
8379
8380         You are going to need poppler cvs
8381
8382 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8383
8384         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8385         * backend/ev-document-fonts.h:
8386         * pdf/ev-poppler.cc:
8387
8388         Make fonts model fill incrementally.
8389
8390         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8391         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8392         (ev_job_queue_remove_job):
8393         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8394         (ev_job_fonts_new), (ev_job_fonts_run):
8395         * shell/ev-jobs.h:
8396
8397         New job for fonts scanning
8398
8399         * shell/ev-properties.c: (job_fonts_finished_cb),
8400         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8401         * shell/ev-properties.h:
8402         * shell/ev-window.c: (ev_window_cmd_file_properties):
8403
8404         Incrementally feel the treeview using the new job. Show Loading...
8405         message until scanning is completed.
8406
8407         Hopefully I didnt break the build without the poppler patch.
8408
8409 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8410
8411         * shell/ev-application.c: (ev_application_open):
8412         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8413         (ev_document_type_get_type), (ev_document_type_lookup):
8414         * shell/ev-document-types.h:
8415         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8416         * shell/ev-job-xfer.h:
8417         * shell/ev-window.c: (ev_window_clear_local_uri),
8418         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8419         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8420         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8421         
8422         Transfer remote documents to tmp directory to display them later.
8423
8424 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8425
8426         * backend/ev-document-info.h:
8427         * shell/ev-properties.c: (ev_properties_new):
8428
8429         s/GTime*/GTime. Not sure why we was using a pointer
8430         at all there!
8431
8432 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8433
8434         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8435         situations.  That situation is that you're using GTK+-HEAD with
8436         the patch at #306726 is applied, and you have a document with <
8437         1500 pages in it.  It's not quite as uniformly nice as the
8438         TreeView, but should be better in the long run.
8439
8440         I'm pretty sure I guarded against breaking compilation with
8441         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8442         I missed some.
8443
8444         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8445         widget yet, so I commented that code out
8446         enable_view_actions_for_widget() for now.  Need to figure this
8447         out.
8448
8449         * shell/ev-page-action.c (match_selected_cb): emit the right
8450         signals.  Our cool C-l completion now works.
8451
8452 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8453
8454         * backend/Makefile.am:
8455         * backend/ev-document-fonts.c:
8456         * backend/ev-document-links.c:
8457         * backend/ev-document.c: (ev_document_load):
8458         * backend/ev-document.h:
8459         * backend/ev-job-queue.c:
8460         * backend/ev-job-queue.h:
8461         * backend/ev-jobs.c:
8462         * backend/ev-jobs.h:
8463         * backend/ev-page-cache.c:
8464         * backend/ev-page-cache.h:
8465
8466         EvPageCache and EvJobs are moved to shell.
8467
8468         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8469         (ev_tmp_filename):
8470         * lib/ev-file-helpers.h:
8471         
8472         New helper to work with temporary files
8473         
8474         * shell/Makefile.am:
8475         * shell/ev-application.c: (ev_application_open):
8476         * shell/ev-application.h:
8477         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8478         (remove_job_from_async_queue), (add_job_to_async_queue),
8479         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8480         (handle_job), (search_for_jobs_unlocked),
8481         (no_jobs_available_unlocked), (ev_render_thread),
8482         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8483         (ev_job_queue_add_job), (move_job_async), (move_job),
8484         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8485         * shell/ev-job-queue.h:
8486         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8487         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8488         * shell/ev-job-xfer.h:
8489         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8490         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8491         (ev_job_links_class_init), (ev_job_render_init),
8492         (ev_job_render_dispose), (ev_job_render_class_init),
8493         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8494         (ev_job_thumbnail_class_init), (ev_job_load_init),
8495         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8496         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8497         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8498         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8499         * shell/ev-jobs.h:
8500         * shell/ev-page-action.c: (ev_page_action_set_document):
8501         * shell/ev-page-cache.c: (ev_page_cache_init),
8502         (ev_page_cache_class_init), (ev_page_cache_finalize),
8503         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8504         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8505         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8506         (ev_page_cache_get_title), (ev_page_cache_get_size),
8507         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8508         (ev_page_cache_get_height_to_page),
8509         (ev_page_cache_get_max_label_chars),
8510         (ev_page_cache_get_page_label),
8511         (ev_page_cache_has_nonnumeric_page_labels),
8512         (ev_page_cache_get_info), (ev_page_cache_next_page),
8513         (ev_page_cache_prev_page), (ev_page_cache_get):
8514         * shell/ev-page-cache.h:
8515         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8516         (ev_pixbuf_cache_clear_job_sizes),
8517         (ev_pixbuf_cache_add_jobs_if_needed),
8518         (ev_pixbuf_cache_set_page_range):
8519         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8520         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8521         * shell/ev-sidebar-thumbnails.c:
8522         (ev_sidebar_tree_selection_changed),
8523         (ev_sidebar_thumbnails_set_document):
8524         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8525         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8526         (ev_statusbar_get_context_id), (ev_statusbar_push),
8527         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8528         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8529         (ev_statusbar_set_progress):
8530         * shell/ev-statusbar.h:
8531         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8532         (ev_view_find_previous):
8533         * shell/ev-window.c: (ev_window_is_empty),
8534         (ev_window_setup_document), (password_dialog_response),
8535         (ev_window_clear_jobs), (ev_window_load_job_cb),
8536         (ev_window_xfer_job_cb), (ev_window_open_uri),
8537         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8538         (ev_window_print), (ev_window_print_range),
8539         (ev_window_state_event), (ev_window_cmd_view_reload),
8540         (menu_item_select_cb), (menu_item_deselect_cb),
8541         (view_status_changed_cb), (ev_window_dispose),
8542         (drag_data_received_cb), (ev_window_init):
8543         * shell/ev-window.h:
8544         * shell/main.c: (load_files):
8545         
8546         New statusbar to show progress on idle. Two new jobs - 
8547         xfer job and load job to load document in background. And update
8548         of page_cache clients to new location of code.
8549
8550 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8551
8552         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8553         selection in open dialog. It also remembers the last visited directory 
8554         in the current session.
8555
8556 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8557
8558         * shell/ev-properties.c: (ev_properties_new):
8559         * shell/ev-properties.h:
8560         * shell/ev-window.c: (ev_window_cmd_file_properties):
8561         
8562         Get document info from page cache instead of document itself.
8563         This should fix crash related to race conditions described in
8564         bug 306545.
8565
8566 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8567
8568         * ps/ps-document.c: (ps_document_init),
8569         (send_ps), (get_page_box), (output), (catchPipe), (input),
8570         (stop_interpreter), (file_length), (file_readable),
8571         (check_filecompressedb), (ps_document_enable_interpreter),
8572         (document_load), (ps_async_renderer_render_pixbuf):
8573         * ps/ps-document.h:
8574
8575         Big cleanup of the ps code
8576
8577 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8578
8579         * backend/Makefile.am:
8580         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8581         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8582         * backend/ev-async-renderer.h:
8583
8584         Add an async renderer interface (method + callback) which
8585         is useful for backends like ps.
8586
8587         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8588         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8589         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8590         (ev_job_queue_add_job), (move_job_async), (move_job),
8591         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8592
8593         Add queues for async renderer, these are executed on the
8594         main thread.
8595
8596         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8597         (ev_job_render_run):
8598         * backend/ev-jobs.h:
8599
8600         If the backend support async renderer interface use it.
8601
8602         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8603         (setup_pixmap), (ps_document_get_type),
8604         (ps_async_renderer_render_pixbuf),
8605         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8606
8607         Implement async renderer interface.
8608
8609 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8610
8611         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8612
8613         Cleanup links job on exit.
8614
8615 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8616
8617         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8618         (drag_data_get_cb), (drag_data_received_cb):
8619         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8620         (drag_data_get_cb), (parse_item_list),
8621         (egg_toolbar_editor_load_actions):
8622         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8623         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8624         (parse_item_list), (parse_toolbars):
8625         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8626         (dvi_pixbuf_put_pixel):
8627         
8628         Fix gcc 4.0 warnings
8629
8630 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8631
8632         * ps/ps-document.c: (start_interpreter):
8633
8634         Fix warning when loading ps
8635
8636 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8637
8638         * ps/ps-document.c: (output):
8639
8640         Fix crash when priting gs error messages.
8641
8642 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8643
8644         * backend/ev-page-cache.c: (_ev_page_cache_new):
8645         * backend/ev-page-cache.h:
8646
8647         Use a const to return title so that we dont double
8648         free it. Small cleanup and fix a leak.
8649
8650         * shell/ev-window.c: (update_window_title):
8651
8652         strdup value from get_title.
8653
8654 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8655
8656         * shell/ev-sidebar-links.c: (job_finished_callback),
8657         (ev_sidebar_links_set_document):
8658
8659         Cleanup the old job when changing document
8660
8661 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8662
8663         * shell/ev-stock-icons.c:
8664         * shell/ev-stock-icons.h:
8665         * shell/ev-window.c:
8666         
8667         Add stock icons for actions that can appear in toolbar. Fix for
8668         bug 306566.
8669
8670 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8671
8672         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8673         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8674         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8675         * backend/ev-page-cache.h:
8676         * shell/ev-view.c: (scroll_to_current_page),
8677         (view_update_range_and_current_page), (get_page_y_offset),
8678         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8679         (ev_view_size_request_continuous),
8680         (ev_view_zoom_for_size_continuous_and_dual_page),
8681         (ev_view_zoom_for_size_continuous):
8682         
8683         More compact EvView layout in document with pages of different size.
8684
8685 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8686
8687         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8688         compilation.
8689
8690 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8691
8692         * shell/ev-view.c: (view_set_adjustment_values):
8693         * shell/ev-window.c: (ev_window_cmd_file_properties):
8694         
8695         A bit different fix for rounding problem but it has no
8696         problems on startup. Make properties window transient to parent.
8697
8698 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8699
8700         * pdf/ev-poppler.cc:
8701         
8702         More commenting of font stuff.
8703
8704 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8705
8706         * pdf/ev-poppler.cc:
8707
8708         Comment out some more fonts stuff. Should really
8709         work without the poppler patch now.
8710
8711 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8712
8713         * pdf/ev-poppler.cc:
8714
8715         Adapt to api change
8716
8717 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8718
8719         * data/evince-properties.glade:
8720         * pdf/ev-poppler.cc:
8721         * shell/ev-properties.c: (setup_fonts_view):
8722
8723         Set the column title. Show the dialog only
8724         once everything is setup.
8725         Getting font info can be very slow... will
8726         prolly need to make this threaded too.
8727
8728 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8729
8730         * backend/Makefile.am:
8731         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8732         (ev_document_fonts_get_fonts_model):
8733         * backend/ev-document-fonts.h:
8734         * data/evince-properties.glade:
8735         * pdf/ev-poppler.cc:
8736         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8737         * shell/ev-properties.h:
8738         * shell/ev-window.c: (ev_window_cmd_file_properties):
8739
8740         Implement fonts list. Defined out for now, since it depends
8741         on a not yet committed poppler patch.
8742
8743 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8744
8745         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8746         page + 1.
8747
8748         * shell/ev-window.c: Make sure we add the timeout when we get a
8749         focus-in event.
8750
8751         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8752         adjustment->value before calculating the zoom factor to average
8753         out all of our rounding errors.  The page no longer 'drifts' when
8754         resizing.
8755
8756 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8757
8758         * data/evince-properties.glade:
8759         * shell/ev-properties.c: (ev_properties_format_date),
8760         (set_property):
8761         
8762         Labels don't expand when the dialogue is resized.
8763         strftime result needs to be converted to UTF-8. Thanks
8764         to Christian Persch <chpe@gnome.org>.
8765
8766 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8767
8768         * data/evince-properties.glade:
8769
8770         Hide the fonts tab
8771
8772 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8773
8774         * backend/ev-document-info.h:
8775         * backend/ev-document.c: (ev_document_info_free):
8776         * data/evince-properties.glade:
8777         * pdf/ev-poppler.cc:
8778         * ps/ps-document.c: (ps_document_get_info):
8779         * shell/ev-properties.c: (ev_properties_format_date),
8780         (set_property), (ev_properties_new):
8781         * shell/ev-properties.h:
8782         * shell/ev-window.c: (ev_window_cmd_file_properties):
8783
8784         Rework properties code to take only EvPropertyInfo
8785         in the constructor so that it can be useful for
8786         nautilus plugin too.
8787
8788         Deal with backends that doesnt support some properties.
8789         Make set property code generic.
8790
8791 2005-06-04  Christian Persch <chpe@gnome.org>
8792
8793         * data/evince-properties.glade:
8794
8795         fix spacings, make resizeable, and make data labels
8796         selectable + ellipsised
8797
8798 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8799
8800         * backend/ev-document-info.h:
8801         * data/Makefile.am:
8802         * data/evince-ui.xml:
8803         * pdf/ev-poppler.cc:
8804         * shell/Makefile.am:
8805         * shell/ev-window.c: (update_action_sensitivity),
8806         (ev_window_cmd_file_properties):
8807
8808         Initial go at file properties. Patch by
8809         Emil Soleyman-Zomalan <emil@soleyman.com>.
8810         Needs love see #169583
8811
8812 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8813
8814         * ps/ps-document.c: (output):
8815         * ps/ps.c: (psscan):
8816
8817         Try to render even if psscan fails.
8818
8819 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8820
8821         * ps/ps.c: (psscan), (pscopydoc):
8822
8823         Port buffered reading code from gv
8824
8825 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8826
8827         * ps/ps-document.c: (interpreter_message), (output):
8828
8829         Do not fail on interpreter messages
8830
8831 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8832
8833         * backend/ev-document-misc.c:
8834         (ev_document_misc_get_thumbnail_frame):
8835
8836         Pages can be 0 x 0, dont assert on this case
8837
8838 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8839
8840         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8841         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8842
8843         Correctly manage our reference on document. Finally the reload
8844         huge leak is gone...
8845
8846 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8847
8848         * ps/ps-document.c: (ps_document_dispose):
8849
8850         Forgot to chain it to the parent. Thanks chpe.
8851
8852 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8853
8854         * ps/ps-document.c: (ps_document_dispose),
8855         (ps_document_class_init), (stop_interpreter), (document_load):
8856
8857         Cleanup dispose a bit. Dont leak the whole pixmap.
8858
8859 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8860
8861         * pdf/ev-poppler.cc:
8862
8863         Release the poppler document on dispose
8864
8865 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8866
8867         * shell/ev-view.c: (ev_view_set_document):
8868
8869         Release ref on the pixbuf cache when changing
8870         document.
8871
8872 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8873
8874         * ps/ps-document.c: (ps_document_get_info):
8875
8876         Fix a double free
8877
8878 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8879
8880         * backend/ev-page-cache.c: (ev_page_cache_init),
8881         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8882         * backend/ev-page-cache.h:
8883         * shell/ev-page-action.c: (page_changed_cb):
8884         
8885         Set page action entry width depending on labels width. Fix
8886         for bug 305202.
8887
8888 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8889
8890         * backend/ev-link.c: (ev_link_class_init):
8891
8892         Allow -1 as page value (error)
8893
8894 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8895
8896         * shell/ev-sidebar-thumbnails.c:
8897         (ev_sidebar_thumbnails_set_document):
8898         * shell/ev-view.c: (scroll_to_current_page),
8899         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8900         (page_changed_cb), (on_adjustment_value_changed),
8901         (ev_view_set_document):
8902
8903         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8904         Fix bug 305377
8905
8906 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8907
8908         * configure.ac:
8909         * djvu/djvu-document.c: (djvu_document_get_page_size):
8910
8911         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8912         bug 301993.
8913
8914 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8915
8916         * shell/ev-view.c (draw_one_page): modify the expose handling to
8917         get the shadows.
8918
8919         * shell/ev-window.c (update_action_sensitivity): Respect
8920         permissions field.  Kowtow to the man.
8921
8922         * pdf/ev-poppler.cc: Get the permissions field.
8923
8924         * tiff/*c: Make a tiny bit more robust.
8925
8926 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8927
8928         * djvu/djvu-document.c:
8929         
8930         Pop messages from djvu context message queue.
8931
8932 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8933
8934         * configure.ac, Makefile.am, shell/Makefile.am:
8935         * tiff/Makefile.am, shell/ev-document-types.c:
8936         
8937         Cleanup tiff configure checks. Fix for bug 305218.
8938
8939 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8940
8941         * configure.ac: Added "uk" to ALL_LINGUAS.
8942
8943 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8944
8945         * cut-n-paste/zoom-control/ephy-zoom.c:
8946         (ephy_zoom_get_changed_zoom_level):
8947         * cut-n-paste/zoom-control/ephy-zoom.h:
8948         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8949         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8950         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8951         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8952         (zoom_control_changed_cb), (ev_window_init):
8953         
8954         Fix minor points related to moving best fit up. Introduce
8955         "zoom" property and make zoom control change it's value on
8956         notify::zoom signals. Fix for 305080.
8957
8958 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8959
8960         * data/evince-ui.xml:
8961         * shell/ev-window.c: (set_view_actions_sensitivity):
8962         
8963         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8964
8965 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8966
8967         * configure.ac:
8968
8969         Depends on poppler 0.3.2
8970
8971 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8972
8973         * cut-n-paste/recent-files/egg-recent-item.c:
8974         (egg_recent_item_get_short_name):
8975         * cut-n-paste/toolbar-editor/Makefile.am:
8976         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8977         (new_pixbuf_from_widget):
8978         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8979         * cut-n-paste/toolbar-editor/egg-marshal.c:
8980         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8981         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8982
8983         Sync
8984
8985 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8986
8987         * tiff/tiff-document.c: Rough TIFF backend.
8988
8989 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8990
8991         * NEWS:
8992         * configure.ac:
8993         * cut-n-paste/toolbar-editor/Makefile.am:
8994
8995         Release 0.3.1
8996
8997 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8998
8999         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9000         (ev_view_find_next), (ev_view_find_previous):
9001
9002         Remove the locks around get_n_results   
9003
9004 2005-05-21  Juerg Billeter  <j@bitron.ch>
9005
9006         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9007
9008         Pass correct number of pages to poppler.
9009
9010 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9011
9012         * configure.ac:
9013         * data/Makefile.am:
9014         * data/evince.desktop.in: 
9015         * data/evince.desktop.in.in:
9016         * po/POTFILES.in:
9017         
9018         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9019
9020 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9021
9022         * shell/ev-view.c: (view_update_adjustments),
9023         (view_set_adjustment_values): cast adjustmen->value to (int)
9024         before using it.  Otherwise, we get off by a pixel in some
9025         situations.
9026
9027         (draw_one_page): Draw the border on expose.
9028
9029 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9030
9031         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9032         adjustment when the mode changes, #304923
9033
9034 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9035
9036         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9037         flickering on resize but still use gdk_window_scroll on
9038         scrolling
9039
9040 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9041
9042         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9043         option, #170458
9044
9045 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9046
9047         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9048         second page on page_changed if possible, #304669
9049
9050 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9051
9052         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9053         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9054
9055 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9056
9057         * .cvsignore:
9058         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9059         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9060         (ev_view_zoom_for_size_presentation),
9061         (ev_view_zoom_for_size_continuous_and_dual_page),
9062         (ev_view_zoom_for_size_continuous),
9063         (ev_view_zoom_for_size_dual_page),
9064         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9065         * shell/ev-view.h:
9066         * shell/ev-window.c: (update_view_size),
9067         (ev_window_sizing_mode_changed_cb):
9068
9069         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9070         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9071         an infinite loop, #304769
9072
9073
9074 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9075
9076         * data/evince-ui.xml:
9077         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9078         * shell/ev-window.c: (set_view_actions_sensitivity):
9079
9080         Make PgUp/Down behave like Space
9081
9082 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9083
9084         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9085         * backend/ev-ps-exporter.h:
9086         * pdf/ev-poppler.cc:
9087         * ps/ps-document.c: (ps_document_ps_export_begin):
9088         * shell/ev-print-job.c: (idle_print_handler):
9089
9090         Adapt to new poppler api
9091
9092 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9093
9094         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9095         (ephy_zoom_control_init):
9096
9097         Translate zoom levels
9098
9099 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9100
9101         * cut-n-paste/zoom-control/ephy-zoom.c:
9102         (ephy_zoom_get_zoom_level_index):
9103
9104         Fix current zoom -> zoom control match
9105
9106 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9107
9108         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9109         rather than the scrolled_window that it's in. Fixes bug #304655.
9110
9111 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9112
9113         * shell/ev-view.c: (view_update_adjustments),
9114         (view_set_adjustment_values), (view_update_range_and_current_page),
9115         (view_scroll_to_page), (set_scroll_adjustment),
9116         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9117         (ev_view_scroll), (ev_view_scroll_view),
9118         (ensure_rectangle_is_visible), (find_page_at_location),
9119         (get_link_at_location), (go_to_link), (status_message_from_link),
9120         (ev_view_size_request_continuous_dual_page),
9121         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9122         (ev_view_unrealize), (ev_view_expose_event),
9123         (ev_view_button_press_event), (ev_view_motion_notify_event),
9124         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9125         (draw_rubberband), (highlight_find_results), (draw_one_page),
9126         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9127         (ev_view_init), (find_changed_cb), (page_changed_cb),
9128         (on_adjustment_value_changed), (ev_view_new),
9129         (ev_view_set_document), (ev_view_set_zoom),
9130         (ev_view_set_continuous), (ev_view_set_dual_page),
9131         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9132         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9133         (ev_view_zoom_for_size_presentation),
9134         (ev_view_zoom_for_size_continuous_dual_page),
9135         (ev_view_zoom_for_size_continuous),
9136         (ev_view_zoom_for_size_dual_page),
9137         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9138         (ev_view_get_status), (ev_view_set_status),
9139         (update_find_status_message), (ev_view_get_find_status),
9140         (ev_view_set_find_status), (jump_to_find_result),
9141         (jump_to_find_page), (compute_selections), (clear_selection),
9142         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9143         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9144         (ev_view_update_primary_selection),
9145         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9146         * shell/ev-view.h:
9147         * shell/ev-window.c: (ev_window_open_page_label),
9148         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9149         (ev_window_init):
9150         * shell/ev-window.h:
9151         * shell/main.c: (load_files):
9152
9153         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9154         when resizing.  Remove the bin_window().  Also, patch from James
9155         Bowes to fix command line page, #300641
9156         
9157 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9158
9159         * data/evince-ui.xml:
9160         * shell/ev-view.c:
9161         * shell/ev-view.h:
9162         * shell/ev-window.c: (update_action_sensitivity):
9163
9164         Get rid of View->Normal Size, it's just confusing
9165
9166 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9167
9168         * backend/ev-document-info.h:
9169         * backend/ev-document.c: (ev_document_info_free): Free the
9170         EvDocumentInfo.
9171
9172         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9173         (clear_range), (add_range), (update_visible_range),
9174         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9175         (ev_sidebar_thumbnails_set_document):
9176         * shell/ev-window.c: (ev_window_setup_document): Only render the
9177         visible thumbnails.  It takes an instant to render, but it uses
9178         much less memory.
9179
9180 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9181
9182         * shell/ev-sidebar-links.c: (popup_menu_cb):
9183
9184         Select first item
9185
9186 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9187
9188         * lib/Makefile.am:
9189         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9190         (button_press_cb), (ev_sidebar_links_construct):
9191
9192         Show the popup menu also on keybindings
9193
9194 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9195
9196         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9197         * shell/ev-window.h:
9198
9199         Expose api to print a range (with dialog). Make private _print use
9200         it.
9201
9202         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9203         (ev_sidebar_links_construct):
9204
9205         Show a print context menu on linkx, it prints the selected
9206         section.
9207
9208 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9209
9210         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9211         button.
9212
9213 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9214
9215         * AUTHORS:
9216
9217         Update
9218
9219         * shell/ev-window.c: (build_comments_string),
9220         (ev_window_cmd_help_about):
9221
9222         Show poppler version/backend and authors
9223
9224 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9225
9226         * cut-n-paste/zoom-control/ephy-zoom.c:
9227         (ephy_zoom_get_zoom_level_index):
9228         * cut-n-paste/zoom-control/ephy-zoom.h:
9229
9230         Move the best fit items at the top of the list
9231
9232 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9233
9234         * shell/ev-marshal.list:
9235         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9236         (activate_cb), (match_selected_cb), (activate_link_cb),
9237         (connect_proxy), (ev_page_action_class_init):
9238         * shell/ev-page-action.h:
9239
9240         Use signals to notify action activation. Hopefully
9241         I did not break completion since I cant test...
9242
9243         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9244         (register_custom_actions):
9245
9246         Connect to page selector actions and also grab focus on
9247         the view when activated.
9248
9249 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9250
9251         * pdf/ev-poppler.cc:
9252         * backend/ev-page-cache.c: make page size calculation consistent
9253         and set it to (int)( width * scale + 0.5).  This makes the weird
9254         line going through the middle of the page go away.
9255
9256         * shell/ev-view.c: move painting the background page after
9257         checking the expose area covers us.
9258
9259 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9260
9261         * data/evince-password.glade:
9262         
9263         Mark labels as not translatable. Fix for bug 302842.
9264
9265 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9266
9267         * configure.ac: Added "es" to ALL_LINGUAS.
9268
9269 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9270
9271         * data/evince-toolbar.xml:
9272         * shell/ev-window.c: (update_action_sensitivity),
9273         (ev_window_setup_document), (ev_window_set_page_mode),
9274         (ev_window_init):
9275
9276         Remove some leftover code from jrb first continous
9277         attempt. Use the new actions, we still need good icons
9278         though...
9279
9280 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9281
9282         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9283
9284         Update label when connecting proxy. Fix a warning with NULL
9285         page_cache.
9286
9287 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9288
9289         * data/evince-ui.xml:
9290         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9291         * shell/ev-page-action.h:
9292         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9293
9294         Add mnemonic for edit toolbar.
9295         ctrl+l focus the page entry.
9296
9297 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9298
9299         * lib/Makefile.am:
9300         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9301         (ev_window_init):
9302         * shell/main.c: (main):
9303
9304         Put the toolbar xml in evince own dot dir
9305
9306 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9307
9308         * shell/ev-window.c: (ev_window_init):
9309
9310         Make the toolbar not removable
9311
9312 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9313
9314         * data/evince-ui.xml:
9315         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9316         * shell/ev-sidebar-links.h:
9317         * shell/ev-sidebar-thumbnails.c:
9318         (ev_sidebar_thumbnails_get_treeview):
9319         * shell/ev-sidebar-thumbnails.h:
9320         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9321         (ev_view_class_init):
9322         * shell/ev-view.h:
9323         * shell/ev-window.c: (update_action_sensitivity),
9324         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9325         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9326         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9327         (ev_window_init):
9328
9329         This is evil... Make space/backspace global accelerators but
9330         enable them only for some widgets (sidebars and view).
9331         I dont like it, but I dont know a better way... :/
9332
9333 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9334
9335         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9336         (ev_page_action_widget_finalize),
9337         (ev_page_action_widget_class_init), (update_page_cache):
9338
9339         Keep a weak reference on proxy->page_cache so that we
9340         dont try to disconnect the signal if the object is already
9341         gone. Maybe there is a better way to cleanup reference handling
9342         in page action though...
9343
9344 2005-05-10  Juerg Billeter  <j@bitron.ch>
9345
9346         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9347         * backend/ev-ps-exporter.h:
9348         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9349         * ps/ps-document.c: (ps_document_ps_export_begin):
9350         
9351         Change api to pass print range to ps_exporter_begin. The pdf backend
9352         requires this information.
9353         
9354         * shell/ev-print-job.c: (idle_print_handler):
9355         
9356         Adapt to api change
9357
9358 2005-05-10  Juerg Billeter  <j@bitron.ch>
9359
9360         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9361         (idle_print_handler)
9362         * shell/ev-window.c: (ev_window_print):
9363
9364         Support printing page range, based on patch by Amaury Jacquot
9365
9366 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9367
9368         * data/evince-toolbar.xml:
9369
9370         Add zoom control to available items
9371
9372 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9373
9374         * shell/ev-window.c: (update_action_sensitivity):
9375
9376         Set slash action insensitive when appropriate
9377
9378 2005-05-10  Christian Persch <chpe@gnome.org>
9379
9380         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9381
9382         Fix warning on the overflow menu
9383
9384 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9385
9386         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9387
9388         Check for uri correctness/existence
9389
9390 2005-05-09  Juerg Billeter  <j@bitron.ch>
9391
9392         * shell/ev-window.c: (using_postscript_printer):
9393
9394         LPD printers use postscript, too
9395
9396 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9397
9398         * shell/ev-window.c: (register_custom_actions):
9399
9400         The zoom one is actually sort of useful,
9401         put it back
9402
9403 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9404
9405         * shell/ev-window.c: (register_custom_actions):
9406
9407         Hide page/zoom controls from overflow, they
9408         are useless.
9409
9410 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9411
9412         * cut-n-paste/update-from-egg.sh:
9413         
9414         Share it between all cut-n-paste subdirs
9415
9416         * cut-n-paste/recent-files/Makefile.am:
9417
9418         Fix to use "global" update-from-egg.sh
9419
9420         * cut-n-paste/recent-files/egg-recent-model.c:
9421         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9422         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9423         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9424         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9425
9426         Update from libegg
9427
9428         * cut-n-paste/toolbar-editor/Makefile.am:
9429
9430         Fix to use "global" update-from-egg.sh
9431
9432         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9433
9434         Update from libegg
9435
9436 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9437
9438         * configure.ac:
9439         * cut-n-paste/Makefile.am:
9440         * cut-n-paste/recent-files/Makefile.am:
9441         * cut-n-paste/toolbar-editor/.cvsignore:
9442         * cut-n-paste/toolbar-editor/Makefile.am:
9443         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9444         (egg_editable_toolbar_get_type), (get_toolbar_position),
9445         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9446         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9447         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9448         (set_item_drag_source), (create_item_from_action), (create_item),
9449         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9450         (popup_toolbar_context_menu_cb), (free_dragged_item),
9451         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9452         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9453         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9454         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9455         (item_added_cb), (item_removed_cb),
9456         (egg_editable_toolbar_construct),
9457         (egg_editable_toolbar_disconnect_model),
9458         (egg_editable_toolbar_deconstruct),
9459         (egg_editable_toolbar_set_model),
9460         (egg_editable_toolbar_set_ui_manager),
9461         (egg_editable_toolbar_set_property),
9462         (egg_editable_toolbar_get_property),
9463         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9464         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9465         (egg_editable_toolbar_new_with_model),
9466         (egg_editable_toolbar_get_edit_mode),
9467         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9468         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9469         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9470         (new_pixbuf_from_widget), (new_separator_pixbuf),
9471         (update_separator_image), (style_set_cb),
9472         (_egg_editable_toolbar_new_separator_image),
9473         (egg_editable_toolbar_get_model):
9474         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9475         * cut-n-paste/toolbar-editor/egg-marshal.c:
9476         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9477         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9478         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9479         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9480         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9481         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9482         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9483         (editor_drag_data_delete_cb), (drag_data_get_cb),
9484         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9485         (editor_create_item), (update_editor_sheet), (setup_editor),
9486         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9487         (parse_item_list), (model_has_action), (update_actions_list),
9488         (egg_toolbar_editor_load_actions):
9489         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9490         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9491         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9492         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9493         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9494         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9495         (egg_toolbars_model_add_separator), (impl_add_item),
9496         (parse_item_list), (egg_toolbars_model_add_toolbar),
9497         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9498         (impl_get_item_data), (impl_get_item_type),
9499         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9500         (egg_toolbars_model_init), (free_toolbar),
9501         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9502         (egg_toolbars_model_remove_toolbar),
9503         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9504         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9505         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9506         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9507         (egg_toolbars_model_get_item_data),
9508         (egg_toolbars_model_get_item_type):
9509         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9510         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9511         * data/Makefile.am:
9512         * data/evince-toolbar.xml:
9513         * data/evince-ui.xml:
9514         * data/hand-open.png:
9515         * po/POTFILES.in:
9516         * shell/Makefile.am:
9517         * shell/ev-window.c: (update_chrome_visibility),
9518         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9519         (ev_window_dispose), (ev_window_init):
9520
9521         Implement epiphany like toolbar editor. Based on patch by
9522         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9523
9524 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9525
9526         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9527
9528         Use set_cursor instead of set_selection, so that
9529         the keyboard focus moves too.
9530
9531 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9532
9533         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9534
9535         Fix infinite loop when loading Type1 fonts
9536
9537 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9538
9539         * data/evince-ui.xml:
9540         * shell/ev-window.c:
9541
9542         Slash -> Find
9543
9544 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9545
9546         * configure.ac:
9547
9548         Make --disable really disable
9549
9550 2005-05-07  Juerg Billeter  <j@bitron.ch>
9551
9552         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9553
9554         Compare page labels even without has_labels set, fixes setting page
9555         with entry
9556
9557 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9558
9559         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9560         (ev_view_set_cursor), (ev_view_button_press_event),
9561         (ev_view_motion_notify_event), (ev_view_button_release_event),
9562         (ev_view_init):
9563
9564         Implement middle button scrolling. Based on a patch
9565         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9566
9567 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9568
9569         * shell/ev-document-types.c: (get_slow_mime_type),
9570         (get_document_type_from_mime), (ev_document_type_lookup):
9571         * shell/ev-document-types.h:
9572
9573         Change api to lookup from uri. Do fast lookup first, if the
9574         type is unknown try with data sniffing.
9575
9576         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9577         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9578
9579         Adapt to api change
9580
9581 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9582
9583         * thumbnailer/Makefile.am:
9584
9585         Fix distcheck
9586
9587 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9588
9589         * NEWS:
9590         * configure.ac:
9591
9592         Release 0.3.0
9593
9594         * data/evince-ui.xml:
9595
9596         Hide presentation mode for now
9597
9598         * shell/ev-view.c: (highlight_find_results):
9599
9600         Show current find selection only on current page
9601
9602 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9603
9604         * shell/ev-view.c: (ev_view_select_all):
9605
9606         Compute size of the actual page, not of
9607         the current one.
9608
9609 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9610
9611         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9612         (view_rect_to_doc_rect), (compute_selections),
9613         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9614         (ev_view_copy), (ev_view_primary_get_cb),
9615         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9616         (ev_view_button_press_event), (ev_view_motion_notify_event),
9617         (ev_view_button_release_event), (page_changed_cb):
9618
9619         Fix text selection
9620
9621 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9622
9623         * shell/ev-view.c: (compute_border), (get_page_extents),
9624         (doc_rect_to_view_rect), (highlight_find_results),
9625         (ev_view_bin_expose), (ev_view_select_all),
9626         (ev_view_motion_notify_event), (update_find_status_message),
9627         (jump_to_find_result), (jump_to_find_page):
9628
9629         First go at fixing search, still buggy
9630
9631 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9632
9633         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9634         dropdown box and button at the top of the sidebar.
9635
9636 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9637
9638         * configure.ac: Output zoom-control Makefile.
9639         * cut-n-paste/Makefile.am: build zoom-control subdir.
9640         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9641         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9642         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9643         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9644         * cut-n-paste/zoom-control/ephy-zoom.c:
9645         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9646         from epiphany, and modified to add a separator into the menu.
9647         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9648         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9649         zoom-control action.
9650         * shell/Makefile.am: Include zoom-control flags.
9651         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9652         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9653         (ev_view_zoom_for_size_presentation),
9654         (ev_view_zoom_for_size_continuous_and_dual_page),
9655         (ev_view_zoom_for_size_continuous),
9656         (ev_view_zoom_for_size_dual_page),
9657         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9658         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9659         ev_view_get_zoom and ev_view_get_sizing_mode.
9660         * shell/ev-view.h:
9661         * shell/ev-window.c: (update_action_sensitivity),
9662         (update_sizing_buttons), (zoom_control_changed_cb),
9663         (register_custom_actions): Initialize and use the zoom-control 
9664         widget.
9665
9666 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9667
9668         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9669         preview cache back to 1.  Don't know when it got set to 0.
9670         
9671         * shell/ev-view.c: (compute_border), (ev_view_realize),
9672         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9673         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9674         (ev_view_get_fullscreen), (ev_view_set_presentation),
9675         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9676         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9677         * shell/ev-view.h:
9678         * shell/ev-window.c:
9679         (update_chrome_visibility),
9680         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9681         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9682         (update_document_mode), (ev_window_update_fullscreen_action),
9683         (ev_window_fullscreen), (ev_window_unfullscreen),
9684         (ev_window_cmd_view_fullscreen),
9685         (ev_window_update_presentation_action),
9686         (ev_window_run_presentation), (ev_window_stop_presentation),
9687         (ev_window_cmd_view_presentation), (ev_window_state_event),
9688         (ev_window_focus_in_event), (ev_window_focus_out_event),
9689         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9690         * data/evince-ui.xml: Initial presentation mode.  We should
9691         probably hide this until it's done, as it's quite rough.  Also,
9692         change full-screen to fullscreen and add two getters to EvView.
9693
9694 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9695
9696         * shell/ev-page-action.c: (update_page_cache),
9697         (ev_page_action_dispose):
9698         * shell/ev-window.c: (destroy_fullscreen_popup),
9699         (ev_window_create_fullscreen_popup):
9700
9701         Use connect_object rather than explicitly
9702         disconnect on dispose.
9703
9704 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9705
9706         * shell/ev-page-action.c: (update_page_cache),
9707         (ev_page_action_dispose):
9708
9709 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9710
9711         * backend/ev-page-cache.c: (_ev_page_cache_new),
9712         (ev_page_cache_set_page_label),
9713         (ev_page_cache_has_nonnumeric_page_labels):
9714         * backend/ev-page-cache.h:
9715         * shell/ev-page-action.c: (update_pages_label):
9716         
9717         If all page labels are numeric, fallback to default
9718         way to display number of pages. See bug 173185.
9719
9720 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9721
9722         * shell/ev-page-action.c: (ev_page_action_dispose):
9723         * shell/ev-view.c: (view_update_range_and_current_page):
9724         * shell/ev-window.c: (ev_window_dispose):
9725         
9726         Set page on scroll in continuous mode. Fixes bug 301986.
9727         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9728
9729 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9730
9731         * configure.ac:
9732
9733         Require poppler 0.3.0
9734
9735 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9736         
9737         * shell/Makefile.am, configure.ac: Fix build problems
9738         with t1lib. Bug 301996.
9739
9740 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9741
9742         * shell/ev-view.c: (ev_view_scroll_event):
9743         
9744         Scroll up increase zoom
9745
9746 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9747
9748         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9749         (ev_view_set_sizing_mode),
9750         (ev_view_zoom_for_size_continuous_and_dual_page),
9751         (ev_view_zoom_for_size_continuous):
9752         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9753         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9754         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9755         (ev_window_init):
9756
9757         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9758         Fix for 165473 and 165472.
9759
9760 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9761
9762         * po/POTFILES.in:
9763         * thumbnailer/Makefile.am:
9764         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9765         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9766         * thumbnailer/evince-thumbnailer.schemas.in:
9767         
9768         Make thumbnailer schemas translatable. Fix for bug 301773
9769         
9770         * thumbnailer/evince-thumbnailer-djvu.schemas:
9771         * thumbnailer/evince-thumbnailer-dvi.schemas:
9772         * thumbnailer/evince-thumbnailer.schemas:
9773
9774         Removed files
9775
9776 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9777
9778         * shell/ev-view.c (ev_view_init): forgot to set this.
9779
9780 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9781
9782         * shell/ev-view.c: (find_page_at_location),
9783         (get_link_at_location),
9784         (ev_view_set_show_border), (ev_view_set_spacing),
9785         (ev_view_zoom_for_size_continuous_and_dual_page),
9786         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9787         Also, add a quick fix measuring of widths.  Also, removed
9788         ev_view_set_spacing and ev_view_set_show_border.
9789         
9790         * shell/ev-window.c: (ev_window_unfullscreen),
9791         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9792
9793 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9794
9795         * shell/ev-view.c: (view_update_range_and_current_page),
9796         (page_changed_cb):
9797         
9798         Fix crash on exit and scrolling to page in continuous view.
9799
9800 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9801
9802         * TODO:
9803         * backend/ev-page-cache.c: (_ev_page_cache_new),
9804         (ev_page_cache_get_max_width_size),
9805         (ev_page_cache_get_max_height_size):
9806         * backend/ev-page-cache.h:
9807         * data/evince-ui.xml:
9808         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9809         * shell/ev-view.c: (view_update_adjustments),
9810         (view_update_range_and_current_page), (get_bounding_box_size),
9811         (ev_view_size_request_continuous_and_dual_page),
9812         (ev_view_size_request_continuous),
9813         (ev_view_size_request_dual_page),
9814         (ev_view_size_request_single_page), (ev_view_size_request),
9815         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9816         (ev_view_bin_expose), (ev_view_expose_event),
9817         (ev_view_set_property), (ev_view_get_property),
9818         (ev_view_class_init), (ev_view_init), (ev_view_new),
9819         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9820         (ev_view_set_dual_page), (ev_view_set_full_screen),
9821         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9822         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9823         (ev_view_zoom_out), (zoom_for_size_fit_width),
9824         (zoom_for_size_best_fit),
9825         (ev_view_zoom_for_size_continuous_and_dual_page),
9826         (ev_view_zoom_for_size_continuous),
9827         (ev_view_zoom_for_size_dual_page),
9828         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9829         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9830         * shell/ev-view.h:
9831         * shell/ev-window.c: (update_action_sensitivity),
9832         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9833         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9834         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9835         (ev_window_cmd_view_zoom_out), (update_view_size),
9836         (ev_window_set_sizing_mode), (ev_window_init):
9837
9838         Add Continuous and Dual page modes.
9839
9840 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9841
9842         * dvi/dvi-document.c: (dvi_document_load),
9843         (dvi_document_thumbnails_get_thumbnail),
9844         (dvi_document_init_params): Fix up some mixups between
9845         width and height to correct thumbnail rendering.
9846
9847 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9848
9849         * dvi/mdvi-lib/private.h:
9850         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9851         
9852         Suppess output for kpathsea during font generation. Thanks to
9853         James Bowes
9854
9855 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9856
9857         * NEWS:
9858         * configure.ac:
9859
9860         Release 0.2.1
9861
9862         * Makefile.am: fix distcheck.
9863
9864 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9865
9866         * shell/ev-sidebar-links.c: (selection_changed_callback),
9867         (update_page_callback), (row_activated_callback),
9868         (job_finished_callback), (ev_sidebar_links_set_document):
9869         
9870         Fix for bug #169901. Double click on links expands tree.
9871
9872 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9873
9874         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9875         hard-coded style. Fix for bug 170111
9876
9877 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9878
9879         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9880         locking.
9881
9882 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9883
9884         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9885
9886 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9887
9888         * pdf/ev-poppler.cc:
9889         * shell/ev-view.c: (highlight_find_results):
9890
9891         Fix find on single page documents
9892
9893 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9894
9895         * data/evince.schemas.in: fix for bug 301390
9896
9897 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9898
9899         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9900         (ev_view_zoom_out), (ev_view_zoom_normal):
9901         * shell/ev-view.h:
9902         * shell/ev-window.c: (update_action_sensitivity),
9903         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9904         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9905         (ev_window_cmd_view_normal_size):
9906
9907         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9908         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9909         better than oom. 
9910
9911 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9912
9913         * configure.ac:
9914
9915         Depend on 2.57, 2.59 doesnt seem to be necessary
9916
9917 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9918
9919         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9920         (create_tool_item):
9921
9922         Put back total number of pages as (1 of 1234)
9923
9924 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9925
9926         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9927         remove the job.
9928
9929         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9930         function.  This helps debugging.
9931
9932 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9933
9934         * djvu/djvu-document.c: (djvu_document_class_init),
9935         (djvu_document_get_info), (djvu_document_document_iface_init):
9936         * dvi/dvi-document.c: (dvi_document_class_init),
9937         (dvi_document_get_info), (dvi_document_document_iface_init):
9938
9939         Dummy implementation of get_info method for dvi and
9940         djvu. Fix crashes with those backends
9941
9942 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9943
9944         * data/evince.desktop.in:
9945
9946         Add application/x-gzpostscript
9947
9948 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9949
9950         * data/evince.schemas.in: Added real long descriptions, 
9951         closes bug 172496 
9952
9953         * README: Added actual text, closes bug 171869
9954
9955 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9956
9957         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9958
9959         Thumbnail page 0
9960
9961 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9962
9963         * backend/ev-document-info.h:
9964
9965         s/GDate */GDate so we can just use g_free
9966
9967 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9968
9969         * shell/ev-window.c: (update_document_mode),
9970         (ev_window_setup_document):
9971
9972         Show the window in fullscreen when specified by
9973         the document
9974
9975 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9976
9977         * backend/ev-document.c: (ev_document_class_init),
9978         (ev_document_get_info), (ev_document_render_pixbuf):
9979         * backend/ev-document.h:
9980         * backend/ev-page-cache.c: (_ev_page_cache_new):
9981         * pdf/ev-poppler.cc:
9982         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9983         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9984         * ps/ps-document.c: (ps_document_class_init), (document_load),
9985         (ps_document_get_info), (ps_document_document_iface_init):
9986
9987         Remove get_title from the interface, we can just use document info
9988
9989 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9990
9991         * backend/Makefile.am:
9992         * backend/ev-document.c: (ev_document_render_get_info):
9993         * backend/ev-document.h:
9994         * pdf/ev-poppler.cc:
9995
9996         Initial support for document info. Based on jrb patch.
9997
9998 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9999
10000         * shell/ev-window.c: (ev_window_state_event),
10001         (ev_window_class_init), (ev_window_init):
10002         
10003         Doesn't show resize grip when maximized. See bug #301053
10004
10005 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10006
10007         * po/POTFILES.in:
10008         
10009         ev-sidebar-thumbnails now has translatable labels
10010         
10011         * shell/Makefile.am:
10012         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10013         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10014         (ev_sidebar_links_page_iface_init):
10015         * shell/ev-sidebar-links.h:
10016         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10017         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10018         (ev_sidebar_page_get_label):
10019         * shell/ev-sidebar-page.h:
10020         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10021         (ev_sidebar_thumbnails_set_document),
10022         (ev_sidebar_thumbnails_support_document),
10023         (ev_sidebar_thumbnails_get_label),
10024         (ev_sidebar_thumbnails_page_iface_init):
10025         * shell/ev-sidebar-thumbnails.h:
10026         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10027         (ev_sidebar_set_document):
10028         * shell/ev-sidebar.h:
10029         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10030         
10031         Small rework of sidebar code. Now sidebar pages should implement
10032         EvSidebarPage interface. That makes page management in EvSidebar
10033         easier. See bug #164811 for details
10034
10035 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10036
10037         * shell/ev-application.c: (ev_application_open):
10038         * shell/ev-document-types.c:
10039         
10040         Fix build error and small problem with application exit
10041
10042 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10043
10044         * thumbnailer/Makefile.am:
10045         * thumbnailer/evince-thumbnailer-djvu.schemas:
10046         * thumbnailer/evince-thumbnailer-dvi.schemas:
10047         
10048         Conditionally install schemas for djvu/dvi thumbnailer
10049
10050 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10051
10052         * shell/ev-document-types.h: 
10053         * shell/ev-document-types.c: 
10054         New files, handling the mapping from mimetypes to backends
10055         
10056         * shell/ev-window.c: 
10057         * thumbnailer/evince-thumbnailer.c:     
10058         Use the ev-document-types code
10059         
10060         * shell/Makefile.am: 
10061         Added new convenience library libevbackendfactory_la, containing
10062         the new mimetype->backend logic; moved the backends into it.
10063
10064         * thumbnailer/Makefile.am:
10065         Make the thumbnailer link with the libevbackend.la convenience
10066         library, rather than having a duplicate of the backend logic here.
10067
10068 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10069
10070         * shell/ev-stock-icons.c: constify some vars.
10071         * shell/ev-window.c: ditto.
10072
10073 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10074
10075         * ps/ps-document.c (get_page_orientation):
10076
10077         Respect document orientation 
10078
10079 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10080
10081         * djvu/Makefile.am:
10082         * dvi/Makefile.am:
10083         * shell/Makefile.am:
10084         
10085         Move library dependencies to components.
10086         
10087         * shell/ev-window.c: (update_window_title),
10088         (start_loading_document):
10089         
10090         Fix display of uris with spaces. Bug 168358.
10091
10092 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10093
10094         * shell/ev-sidebar-links.c: (selection_changed_cb):
10095         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10096         (ev_view_button_release_event), (ev_view_set_document):
10097         * shell/ev-view.h:
10098         * shell/ev-window.c: (find_bar_search_changed_cb):
10099         * shell/ev-window.h: Minor cleanups removing some dead code.
10100
10101 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10102
10103         * backend/ev-page-cache.c: (_ev_page_cache_new):
10104         
10105         Set current page to 0 if document has pages.
10106
10107 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10108
10109         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10110
10111         Initialize GError to NULL, fix a crash when loading fails.
10112
10113 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10114
10115         * shell/ev-window.c: (update_view_size):
10116
10117         Calculate shadow size only when there is actually
10118         a shadow.
10119
10120 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10121
10122         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10123         * shell/ev-view.h:
10124
10125         Allow setting view spacing, default to 0
10126
10127         * shell/ev-window.c: (ev_window_unfullscreen),
10128         (ev_window_cmd_view_fullscreen), (ev_window_init):
10129
10130         Remove spacing in fullscreen mode
10131
10132 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10133
10134         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10135         (ev_view_size_request), (expose_bin_window),
10136         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10137         * shell/ev-view.h:
10138         * shell/ev-window.c: (ev_window_unfullscreen),
10139         (ev_window_cmd_view_fullscreen):
10140
10141         Do not draw the border in fulscreen
10142
10143 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10144
10145         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10146         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10147         (find_page_at_location), (page_changed_cb):
10148
10149         Rework border calculation, so that I can more easily disable it.
10150         Code somewhat cleaner too.
10151
10152 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10153
10154         * backend/ev-page-cache.c: (ev_page_cache_init),
10155         (_ev_page_cache_new):
10156
10157         Remove some assertions, documents can have 0 pages.
10158         Make initial current page -1.
10159
10160         * shell/ev-page-action.c: (page_changed_cb):
10161
10162         Show "" if current page is -1
10163
10164         * shell/ev-window.c: (update_action_sensitivity),
10165         (ev_window_setup_document):
10166
10167         When document has 0 pages do not set the view
10168         and make nearly everything insensitive.
10169
10170 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10171
10172         * shell/ev-page-view.c:
10173         * shell/ev-page-view.h:
10174
10175         Remove unused files.
10176         
10177         * shell/ev-sidebar-thumbnails.c:
10178         (ev_sidebar_thumbnails_set_document):
10179         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10180         (ev_sidebar_supports_document):
10181         * shell/ev-sidebar.h:
10182         * shell/ev-window.c: (ev_window_setup_document):
10183         
10184         Doesn't show thumbnails if document has 1 page. Make
10185         sidebar menu entries sensitive only if if they have 
10186         sense. Fix bug 164811. 
10187
10188 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10189
10190         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10191         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10192         (ev_view_zoom_out), (ev_view_set_size):
10193
10194         Rework sizing to deal with documents with not uniform page
10195         size.
10196
10197 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10198
10199         * backend/ev-page-cache.c: (_ev_page_cache_new):
10200
10201         Fix several page size caching bugs
10202
10203 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10204
10205         * shell/ev-window.c: (set_action_properties):
10206
10207         Make all toolbar items translatable
10208
10209 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10210
10211         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10212         (save_page_list), (ps_document_save),
10213         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10214         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10215         (ps_document_ps_exporter_iface_init):
10216         * ps/ps-document.h:
10217
10218         Based on a patch by J�rg Billeter <j@bitron.ch>
10219         
10220         Implement print and save a copy for the ps backend.
10221
10222 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10223
10224         * backend/ev-document.h:
10225         * djvu/djvu-document.c: (djvu_document_can_get_text),
10226         (djvu_document_document_iface_init):
10227         * dvi/dvi-document.c: (dvi_document_can_get_text),
10228         (dvi_document_document_iface_init):
10229         * pdf/ev-poppler.cc:
10230         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10231         (pixbuf_document_document_iface_init):
10232         * ps/ps-document.c: (ps_document_can_get_text),
10233         (ps_document_document_iface_init):
10234         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10235         * shell/ev-window.c: (update_action_sensitivity):
10236
10237         Fix the crash when trying to copy in backends that doesnt
10238         support it. We can implement a better solution once we
10239         do real text selection.
10240
10241 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10242
10243         * data/evince-ui.xml:
10244         * shell/ev-window.c: (ev_window_cmd_escape):
10245         
10246         Work around the Escape conflict (find bar and unfullscreen)
10247
10248 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10249
10250         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10251         
10252         Fix for #300233. Next page correctly handles document end.
10253         
10254         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10255         (ev_sidebar_thumbnails_class_init),
10256         (ev_sidebar_thumbnails_set_document),
10257         (ev_sidebar_thumbnails_clear_job),
10258         (ev_sidebar_thumbnails_clear_model):
10259         
10260         Cleanup thumbnail jobs on document changes.
10261         
10262         * shell/ev-view.c: (add_scroll_binding_keypad),
10263         (add_scroll_binding_shifted), (ev_view_class_init):
10264         
10265         Shift + Space scrolls up. Fix for #173184
10266         
10267         * shell/ev-window.c: (ev_window_open_page),
10268         (ev_window_cmd_view_reload):
10269         
10270         Fix reload (Bug #300094)
10271
10272 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10273
10274         
10275         * dvi/mdvi-lib/assoc.c:
10276         * dvi/mdvi-lib/assoc.h: Removed garbage files
10277         
10278         * dvi/mdvi-lib/bitmap.c:
10279         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10280         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10281         * dvi/mdvi-lib/color.h: Antialias of rules
10282         
10283         * dvi/mdvi-lib/common.h:
10284         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10285         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10286         * dvi/mdvi-lib/files.c:
10287         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10288         * dvi/mdvi-lib/mdvi.h:
10289         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10290         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10291         * dvi/mdvi-lib/util.c: Fix compile warnings
10292         
10293         * dvi/dvi-document.c:
10294         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10295         (dvi_document_thumbnails_get_thumbnail),
10296         (dvi_document_document_thumbnails_iface_init):
10297         * dvi/mdvi-lib/Makefile.am:
10298         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10299         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10300         
10301         Dvi backend now renders thumbnails
10302
10303 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10304
10305         * shell/main.c: (main): 
10306         
10307         Save accelerators on exit. Fixes bug #172095.
10308
10309 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10310
10311         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10312         update priority" comment.
10313
10314         * backend/ev-job-queue.c: Give a way to change priority.
10315
10316 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10317
10318         * shell/ev-page-action.c: Fix logic.
10319
10320 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10321
10322         * shell/ev-view.c: (ev_view_can_find_next):
10323         * shell/ev-window.c: (ev_window_setup_document):
10324
10325         Check that the document supports find
10326
10327 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10328
10329         * data/evince-ui.xml:
10330         * shell/ev-view.c: (ev_view_can_find_next):
10331         * shell/ev-view.h:
10332         * shell/ev-window.c: (update_action_sensitivity),
10333         (find_changed_cb), (ev_window_setup_document),
10334         (ev_window_cmd_edit_find_next):
10335
10336         Add Edit->Find Next
10337
10338 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10339
10340         * pdf/ev-poppler.cc:
10341         * shell/ev-print-job.c: (idle_print_handler):
10342
10343         Make printing work again
10344
10345 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10346
10347         * shell/ev-page-action.h:
10348         * shell/ev-page-action.c: (ev_page_action_widget_init),
10349         (ev_page_action_widget_class_init), (page_changed_cb),
10350         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10351         (get_filter_model_from_model), (match_selected_cb),
10352         (display_completion_text), (match_completion), (update_model),
10353         (connect_proxy), (ev_page_action_set_property),
10354         (ev_page_action_get_property), (ev_page_action_set_document),
10355         (ev_page_action_set_model), (ev_page_action_class_init): Big
10356         reworking to make completions work iff we have >= GTK-2.7.0
10357                 
10358         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10359         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10360         (job_finished_cb): We now have a 'model' property that is set when
10361         the links are loaded.  This can be caught with "notify::model"
10362
10363         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10364         listen for the model to be set, and propagate it to the action.
10365
10366 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10367
10368         * cut-n-paste/recent-files/egg-recent-item.c:
10369         (egg_recent_item_set_uri), (make_valid_utf8),
10370         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10371         * cut-n-paste/recent-files/egg-recent-item.h:
10372         
10373         Update egg-recent from libegg. This should fix long
10374         startup problem. For details see
10375         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10376
10377 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10378
10379         * cut-n-paste/recent-files/Makefile.am:
10380         * data/evince-ui.xml, shell/Makefile.am:
10381         * shell/ev-application.c, shell/ev-application.h:
10382         * shell/ev-window.c: Recent files support.
10383         
10384         * configure.ac: Added "ru" to ALL_LINGUAS.
10385         
10386         * dvju: new backend to support DJVU files.
10387         * dvi: new backend to support DVI.
10388
10389         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10390         * ev-application.c: Support for new backends.
10391         
10392         * help, ev-window.c, main.c shell/Makefile.am: 
10393         Evince user documentation.
10394
10395 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10396
10397         * po/POTFILES.in:
10398         * shell/ev-window.c:
10399         * thumbnailer/evince-thumbnailer.c:
10400
10401         s/pdf-document/ev-poppler
10402
10403 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10404
10405         * NEWS:
10406         * configure.ac:
10407
10408         Release 0.2.0
10409
10410         * ps/ps-document.c: (setup_pixmap):
10411
10412         Remove debug code
10413
10414 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10415
10416         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10417         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10418         (ev_window_cmd_go_first_page): Fix of by one errors.
10419
10420 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10421
10422         * ps/ps-document.c: (get_page_box):
10423
10424         Fix page size calculation
10425
10426 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10427
10428         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10429         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10430         (get_page_orientation), (setup_page), (document_load),
10431         (ps_document_get_page_size), (render_pixbuf_idle):
10432         * ps/ps-document.h:
10433
10434         More refactoring to adapt to EvDocument changes
10435
10436 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10437
10438         * ps/ps-document.c: (start_interpreter):
10439
10440         Actually add alpha args
10441
10442 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10443
10444         * pdf/ev-poppler.cc:
10445
10446         Make clipboard work again
10447
10448 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10449
10450         Make searching work again.
10451         
10452         * backend/ev-document.c:
10453         * backend/ev-document.h:
10454         * backend/ev-document-find.c:
10455         * backend/ev-document-find.h: Change EvDocumentIface so we no
10456         longer store the current page or zoom level in the document.  The
10457         consequence is that all calls that operate on the current page now
10458         instead take the page number as an extra argument, and all
10459         coordinates are now doubles in document coordinate system.
10460
10461         * pdf/ev-poppler.cc:
10462         * pixbuf/pixbuf-document.c:
10463         * ps/ps-document.c: Update backends accordingly.
10464
10465 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10466
10467         * autogen.sh:
10468
10469         Add required gettext version
10470
10471 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10472
10473         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10474         make F1 bring up non-existent help.
10475
10476         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10477         epiphany's find bar, #167477
10478
10479         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10480         <emil@nishra.com> to add space-bar scrolling, 
10481
10482         * shell/ev-window.c (static GtkActionEntry entries): add default
10483         keybinding for Help (F1)
10484         Fixes #171068
10485
10486         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10487         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10488         170110
10489
10490 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10491
10492         * Makefile.am: 
10493         * pixbuf/pixbuf-document.c: 
10494
10495         Got pixbuf backend working again
10496
10497 2005-04-01  Steve Murphy  <murf@e-tools.com>
10498
10499         * configure.in: Added "rw" to ALL_LINGUAS.
10500
10501 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10502
10503         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10504         model types, noticed by Martin Kretzschmar.
10505
10506 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10507
10508         * pdf/ev-poppler.cc: Implement search based on
10509         poppler_page_find_text().  Currently a bit crude since we remember
10510         all matches from all pages.  Also, we grab the big document lock
10511         when we search since searching changes the underlying stream and
10512         thus conflicts with the rendering thread.
10513         
10514         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10515         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10516         (ev_view_find_previous): Fix some page indexes to be 0 based,
10517         offset rubber band by view offset,
10518
10519 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10520
10521         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10522
10523 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10524
10525         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10526         completely because I didn't understand GtkActions.  I should
10527         read Marco's code more carefully in the future.
10528
10529         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10530         function
10531
10532 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10533
10534         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10535         PopplerRectangle change from poppler CVS.
10536
10537 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10538
10539         * backend/ev-document.c: (ev_document_get_page_label):
10540         * backend/ev-document.h:
10541         * backend/ev-page-cache.c: (_ev_page_cache_new),
10542         (ev_page_cache_get_page_label):
10543         * backend/ev-page-cache.h:
10544         * pdf/ev-poppler.cc:
10545         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10546         (links_page_num_func):
10547         * shell/ev-sidebar-thumbnails.c:
10548         (ev_sidebar_thumbnails_set_document):
10549         * shell/ev-view.c: (status_message_from_link),
10550         (ev_view_motion_notify_event):
10551         * shell/ev-window.c: (document_supports_sidebar): Add in page
10552         label support.  It's not perfect yet, but it's the first 'feature'
10553         in a while.
10554         Also, fix a bogus comment noticed by crispin. 
10555
10556 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10557
10558         * Makefile.am: Remove pixbuf backend for now
10559
10560         * configure.ac: Require poppler-glib instead of just poppler.
10561
10562         * backend/ev-document-thumbnails.h: Add a comment
10563
10564         * backend/ev-document.h:
10565         * backend/ev-document.c: (ev_document_class_init),
10566         (ev_document_load), (ev_document_get_link),
10567         (ev_document_get_links): Remove 3 methods and add get_links.
10568         Also, made 0 based.
10569
10570         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10571         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10572
10573         * backend/ev-link.c: (ev_link_set_title),
10574         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10575         (ev_link_mapping_find):
10576         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10577         
10578         * backend/ev-page-cache.c: (ev_page_cache_init),
10579         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10580         (ev_page_cache_get_size), (ev_page_cache_next_page),
10581         (ev_page_cache_prev_page): Fix to be 0 based.
10582
10583         * pdf/Makefile.am: 
10584         * pdf/ev-poppler.h:
10585         * pdf/ev-poppler.cc: New backend.
10586         
10587         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10588         (ps_document_get_page), (ps_document_document_iface_init):
10589
10590         * shell/ev-pixbuf-cache.h:
10591         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10592         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10593         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10594         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10595         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10596         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10597         based.
10598         
10599         * shell/ev-sidebar-thumbnails.c:
10600         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10601         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10602
10603         * shell/ev-view.c: (status_message_from_link),
10604         (find_page_at_location), (get_link_at_location),
10605         (ev_view_motion_notify_event), (ev_view_button_release_event),
10606         (ev_view_init): Use the new link code.  Fix to be 0 based.
10607
10608         * shell/ev-window.c: (update_action_sensitivity),
10609         (document_supports_sidebar): 0 based.
10610
10611 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10612
10613         * pdf/pdf-document.cc: Patch from Fernando Herrera
10614         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10615         *blush*
10616
10617 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10618
10619         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10620         1 to the page, as this seems to be 1 based.  I thought we has this
10621         fixed.  grump.
10622
10623 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10624
10625         * TODO:
10626         * backend/Makefile.am:
10627         * backend/ev-document-links.c:
10628         (ev_document_links_has_document_links),
10629         (ev_document_links_get_links_model):
10630         * backend/ev-document-links.h:
10631         * backend/ev-document.c: (ev_document_get_page_cache),
10632         (ev_document_get_doc_mutex), (ev_document_load),
10633         (ev_document_save), (ev_document_get_title),
10634         (ev_document_get_n_pages), (ev_document_set_page),
10635         (ev_document_get_page), (ev_document_set_target),
10636         (ev_document_set_scale), (ev_document_set_page_offset),
10637         (ev_document_get_page_size), (ev_document_get_text),
10638         (ev_document_get_link), (ev_document_render),
10639         (ev_document_render_pixbuf), (ev_document_scale_changed):
10640         * backend/ev-document.h:
10641         * backend/ev-job-queue.c: (remove_object_from_queue),
10642         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10643         (no_jobs_available_unlocked), (ev_render_thread),
10644         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10645         (ev_job_queue_remove_job):
10646         * backend/ev-job-queue.h:
10647         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10648         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10649         (ev_job_links_class_init), (ev_job_render_init),
10650         (ev_job_render_dispose), (ev_job_render_class_init),
10651         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10652         (ev_job_thumbnail_class_init), (ev_job_finished),
10653         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10654         (ev_job_render_run), (ev_job_thumbnail_new),
10655         (ev_job_thumbnail_run):
10656         * backend/ev-jobs.h:
10657         * backend/ev-link.c:
10658         * backend/ev-link.h:
10659         * backend/ev-page-cache.c: (ev_page_cache_init),
10660         (ev_page_cache_class_init), (ev_page_cache_finalize),
10661         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10662         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10663         (ev_page_cache_set_link), (ev_page_cache_get_title),
10664         (ev_page_cache_get_size), (ev_page_cache_next_page),
10665         (ev_page_cache_prev_page):
10666         * backend/ev-page-cache.h:
10667         * pdf/pdf-document.cc:
10668         * ps/gsdefaults.c:
10669         * ps/gsdefaults.h:
10670         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10671         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10672         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10673         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10674         (is_interpreter_ready), (output), (catchPipe), (input),
10675         (start_interpreter), (check_filecompressed), (compute_dimensions),
10676         (ps_document_enable_interpreter), (document_load),
10677         (ps_document_next_page), (render_page), (ps_document_set_page),
10678         (ps_document_set_scale), (render_pixbuf_idle),
10679         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10680         * ps/ps-document.h:
10681         * shell/Makefile.am:
10682         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10683         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10684         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10685         (ev_pixbuf_cache_new), (job_finished_cb),
10686         (check_job_size_and_unref), (move_one_job),
10687         (ev_pixbuf_cache_update_range), (find_job_cache),
10688         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10689         (ev_pixbuf_cache_add_jobs_if_needed),
10690         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10691         * shell/ev-pixbuf-cache.h:
10692         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10693         (idle_print_handler):
10694         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10695         (selection_changed_cb), (create_loading_model),
10696         (ev_sidebar_links_construct), (links_page_num_func),
10697         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10698         (update_page_callback), (job_finished_cb),
10699         (ev_sidebar_links_set_document):
10700         * shell/ev-sidebar-thumbnails.c:
10701         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10702         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10703         (page_changed_cb), (thumbnail_job_completed_callback),
10704         (ev_sidebar_thumbnails_set_document):
10705         * shell/ev-sidebar-thumbnails.h:
10706         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10707         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10708         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10709         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10710         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10711         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10712         (ev_view_button_release_event), (ev_view_scroll_view),
10713         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10714         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10715         (ev_view_new), (job_finished_cb), (page_changed_cb),
10716         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10717         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10718         (ev_view_find_previous):
10719         * shell/ev-view.h:
10720         * shell/ev-window.c: (update_action_sensitivity),
10721         (ev_window_open_page), (update_window_title), (update_total_pages),
10722         (page_changed_cb), (ev_window_setup_document),
10723         (password_dialog_response), (ev_window_cmd_save_as),
10724         (ev_window_print), (ev_window_cmd_go_previous_page),
10725         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10726         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10727         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10728         * shell/main.c: (main):
10729
10730         Merge evince-threads branch
10731
10732 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10733
10734         * configure.ac: Added "lt" to ALL_LINGUAS.
10735
10736 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10737
10738         * NEWS:
10739         * configure.ac:
10740
10741         Release 0.1.9
10742
10743 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10744
10745         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10746
10747         Fix here also the thumbnails 1-basedness :)
10748
10749 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10750
10751         * NEWS:
10752         * configure.ac:
10753
10754         Release 0.1.8
10755
10756 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10757
10758         * pdf/pdf-document.cc:
10759         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10760         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10761
10762         Fix the mess we did with thumbnails and 1-basedness
10763
10764 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10765
10766         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10767
10768 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10769
10770         * NEWS:
10771         * configure.ac:
10772
10773         Release 0.1.7
10774
10775 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10776
10777         * ps/Makefile.am:
10778         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10779         (gtk_gs_defaults_get_alpha_parameters),
10780         (gtk_gs_defaults_get_ungzip_cmd),
10781         (gtk_gs_defaults_get_unbzip2_cmd):
10782         * ps/gsdefaults.h:
10783         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10784         (ps_document_get_orientation), (document_load),
10785         (ps_document_goto_page), (ps_document_set_page_size):
10786         * ps/ps-document.h:
10787
10788         Some more sanitization of the ps backend. Remove a lot
10789         of unused code and do not base our defaults on ggv
10790         preferences (ugh!)
10791
10792 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10793
10794         * thumbnailer/evince-thumbnailer.schemas:
10795         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10796         (main): add -s option for thumbnail size.
10797
10798 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10799
10800         * configure.ac:
10801
10802         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10803         remove it.
10804
10805 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10806
10807         * pdf/pdf-document.cc:
10808
10809         Remove 4 pixels of useless border from the
10810         thumbnail.
10811
10812 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10813
10814         * backend/ev-document-thumbnails.c:
10815         (ev_document_thumbnails_get_thumbnail):
10816         * backend/ev-document-thumbnails.h:
10817
10818         Rework API a bit. Add a border flag and
10819         change sizing logic (now the size we specify
10820         applies to the bigger dimension).
10821
10822         * pdf/pdf-document.cc:
10823         * pixbuf/pixbuf-document.c:
10824         (pixbuf_document_thumbnails_get_thumbnail):
10825         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10826         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10827
10828         Adapt to the new API and do not draw a border for nautilus
10829         thumbnailer.
10830
10831 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10832
10833         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10834         take thumbnails from page "0" instead of "1". Added a copyright header.
10835
10836 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10837
10838         * ps/ps-document.c: (set_up_page), (start_interpreter):
10839
10840         Make it C89 compliant
10841
10842 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10843
10844         * Makefile.am:
10845         * configure.ac:
10846         * pdf/.cvsignore:
10847         * pdf/pdf-document.cc:
10848         * thumbnailer/Makefile.am:
10849         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10850         (main):
10851         * thumbnailer/evince-thumbnailer.schemas:
10852         * thumbnailer/pdf-icon.png:
10853
10854         Add a nautilus thumbnailer.
10855         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10856
10857 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10858
10859         * NEWS:
10860         * configure.ac:
10861         * po/POTFILES.in:
10862
10863         Release 0.1.6
10864
10865 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10866
10867         Use poppler instead of including xpdf source code.  Poppler is a
10868         fork of xpdf to build it as a shared library. See
10869         http://freedesktop.org/wiki/Software/poppler.
10870
10871         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10872         xpdf fork.
10873         
10874         * pdf/Makefile.am: Build libpdfdocument.a here.
10875         
10876         * pdf/GDKSplashOutputDev.cc:
10877         * pdf/GDKSplashOutputDev.h:
10878         * pdf/GnomeVFSStream.cc:
10879         * pdf/GnomeVFSStream.h:
10880         * pdf-document.cc:
10881         * pdf-document.h:
10882         * test-gdk-output-dev.cc
10883         * Thumb.cc:
10884         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10885         against poppler.
10886
10887 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10888
10889         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10890
10891         Clear idle stack before unsetting the document
10892
10893 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10894
10895         * ps/ps-document.c: (ps_document_widget_event),
10896         (ps_document_set_target), (ps_document_finalize),
10897         (ps_document_get_page):
10898
10899         Disconnect the widget event signal on finalize.
10900         Some code cleanups.
10901
10902 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10903
10904         * ps/ps-document.c: (set_up_page):
10905
10906         If there is no bpixmap create one, even if size
10907         is not changed.
10908
10909 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10910
10911         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10912         (set_up_page), (document_load), (ps_document_set_zoom):
10913
10914         Default page is 0. Calculate size even when we have no
10915         target yet.
10916
10917 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10918
10919         * shell/ev-sidebar.c: expand the selection widget to be always as
10920         wide as the sidebar
10921
10922 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10923
10924         * shell/ev-sidebar-thumbnails.c:
10925         (ev_sidebar_thumbnails_set_document):
10926
10927         Clear the list store when setting document
10928
10929 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10930
10931         * shell/ev-page-action.c: (update_entry), (sync_entry),
10932         (activate_cb), (entry_size_request_cb), (create_tool_item),
10933         (connect_proxy):
10934
10935         Use an entry for the page control instead of spinbuttons
10936
10937 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10938
10939         * data/evince.schemas.in:
10940
10941         Correct confusing string
10942
10943 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10944
10945         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10946         for real.  Gosh, how long has this been broken.
10947
10948         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10949         check for a NULL link.  We crash otherwise.
10950
10951 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10952
10953         * NEWS:
10954         * configure.ac:
10955
10956         Release 0.1.5
10957
10958 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10959
10960         * configure.ac: add the french translation.
10961
10962 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10963
10964         * shell/ev-window.c:
10965
10966         Remove unused header -> fix distcheck
10967
10968 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10969
10970         * shell/ev-window.c: (update_window_title),
10971         (ev_window_popup_password_dialog):
10972
10973         Unescape filename for display
10974
10975 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10976
10977         * pdf/xpdf/pdf-document.cc:
10978
10979         In get_page_size deal with rotation. Also
10980         cleanup the function a bit.
10981
10982 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10983
10984         * pdf/xpdf/pdf-document.cc:
10985
10986         Fix crash when opening in new window
10987
10988 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10989
10990         * configure.ac:
10991
10992         Check ghostscript >= 7
10993
10994 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10995
10996         * shell/ev-window.c:
10997
10998         Make page width the default sizing mode
10999
11000 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11001         Marco Pesenti Gritti <marco@gnome.org>
11002
11003         * shell/ev-window.c: Remember the sidebar size
11004
11005         * data/evince.schemas.in: Add a new gconf key to store the size of
11006         the sidebar
11007
11008 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11009
11010         * data/evince-ui.xml:
11011         * shell/ev-window.c: (update_action_sensitivity),
11012         (ev_window_cmd_view_reload):
11013         
11014         Add a "Reload" action and menu entry
11015
11016 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11017
11018         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11019         iff the type doesn't support thumbnailing and indexing.
11020
11021 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11022
11023         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11024
11025 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11026
11027         * pdf/splash/Splash.cc:
11028
11029         Port fix for a crasher from kde bug
11030         http://bugs.kde.org/show_bug.cgi?id=97131
11031
11032 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11033
11034         * pdf/xpdf/pdf-document.cc:
11035
11036         Return a link even if it's of an unrecognized
11037         type. Otherwise we go in an infinte cycle.
11038
11039 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11040
11041         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11042         (size_allocate_cb), (ev_window_set_sizing_mode):
11043
11044         Update size when switching mode
11045
11046 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11047
11048         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11049         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11050         (ev_window_cmd_view_normal_size):
11051
11052         Fix size toggle buttons behavior
11053
11054 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11055
11056         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11057         (doc_rect_to_view_rect), (ev_view_size_allocate),
11058         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11059         (scale_changed_callback):
11060
11061         Do not cache offsets in size_allocate.
11062
11063 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11064
11065         * shell/ev-view.c: (ev_view_size_allocate):
11066
11067         Calculate offsets before calling the parent
11068         class (which does a redraw)
11069
11070 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11071
11072         * pdf/xpdf/pdf-document.cc:
11073
11074         Fix a crasher on exit. Unused code, put a TODO
11075
11076 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11077
11078         * backend/ev-document.c: (ev_document_class_init),
11079         (ev_document_page_changed), (ev_document_scale_changed):
11080         * backend/ev-document.h:
11081
11082         Separate page/scale notifications
11083
11084         * pdf/xpdf/pdf-document.cc:
11085
11086         Emit the new signals.
11087         Do not display the pdf page in _render, do it
11088         when scale/page are requested.
11089
11090         * ps/ps-document.c: (ps_document_set_zoom),
11091         (ps_document_widget_event):
11092         * ps/ps-document.h:
11093
11094         Emit the new signals.
11095
11096         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11097         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11098         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11099         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11100         * shell/ev-view.h:
11101         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11102         (ev_window_cmd_view_page_width), (size_allocate_cb),
11103         (ev_window_set_sizing_mode):
11104
11105         Rework sizing to be pixel based.
11106         There are bugs but should be already way better.
11107
11108 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11109
11110         * shell/ev-window.c: (ev_window_init):
11111
11112         Do not allow to shrink sidebar smaller then
11113         child requisition
11114
11115 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11116
11117         * shell/ev-sidebar.[ch]
11118         * shell/ev-window.c:
11119
11120         Improved sidebar widget. Fixes #166683
11121
11122 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11123
11124         * shell/ev-view.c (update_find_status_message): Give translators
11125         more flexibility with ngettext plural handling.
11126
11127 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11128
11129         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11130         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11131         page when we get the page size.
11132
11133 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11134
11135         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11136
11137         ps pages are 0 based, convert 
11138
11139 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11140
11141         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11142
11143         Initialize correct parent class. Set GError on document load
11144
11145 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11146
11147         * pdf/xpdf/pdf-document.cc:
11148
11149         Fixup selection offset calculation
11150
11151         * shell/ev-view.c: (view_rect_to_doc_rect),
11152         (doc_rect_to_view_rect), (ev_view_size_allocate),
11153         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11154         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11155
11156         Store selection as document relative, so that zooming
11157         and offset changing doesnt break it.
11158
11159 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11160
11161         * shell/ev-view.c: (ev_view_best_fit):
11162
11163         Do not try to best fit if the view is not realized
11164
11165 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11166           
11167         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11168
11169 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11170
11171         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11172
11173 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11174
11175         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11176         the popup window.  That prevents it resizing when in full screen
11177         mode.
11178
11179         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11180         multiple rerenders.  This pretty much sucks.
11181
11182         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11183         rest of the toolbar.
11184
11185 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11186
11187         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11188
11189 2005-02-17  Alexander Shopov  <ash@contact.bg>
11190
11191         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11192
11193 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11194
11195         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11196
11197 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11198
11199         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11200         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11201         (set_document_page), (document_changed_callback),
11202         (ev_view_set_document), (ev_view_find_previous),
11203         (ev_view_hide_cursor), (ev_view_show_cursor):
11204         * shell/ev-view.h:
11205         * shell/ev-window.c: (update_chrome_visibility),
11206         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11207         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11208         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11209         (ev_window_unfullscreen):
11210         * shell/main.c: (main):
11211
11212         Automatically hide the fullscreen button.
11213         Patch by Kristian Høgsberg <krh@redhat.com>
11214
11215 2005-02-16  Vincent Noel  <vnoel@cox.net>
11216
11217         * shell/main.c (main): Specify an icon for the window. Patch by
11218         Jaap A. Haitsma. Fixes #166177.
11219
11220 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11221
11222         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11223
11224 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11225
11226         * backend/ev-document-misc.h:
11227         * backend/ev-document-misc.c:
11228         (ev_document_misc_get_page_border_size),
11229         (ev_document_misc_paint_one_page): New function to canonicalize
11230         sizing/painting a border.
11231
11232         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11233         used.
11234
11235         * pdf/xpdf/pdf-document.cc: use new function
11236
11237         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11238         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11239         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11240         shell/ev-window.c: (update_sizing_buttons),
11241         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11242         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11243         (ev_window_cmd_view_page_width), (size_allocate_cb),
11244         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11245         and "fit width" values act as toggle buttons so they stay
11246         toggled.  It's not 100% perfect, and it's a little slow, but it's
11247         good enough to commit I think.
11248
11249 2005-02-15  David Lodge  <dave@cirt.net>
11250
11251         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11252
11253 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11254
11255         * shell/ev-window.c (update_window_title): replace newlines in
11256         the title by spaces. Bug #166107.
11257
11258 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11259
11260         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11261         parameters providing allocation width and height without
11262         scrollbars and width of a possible vertical scrollbar. With this
11263         additional information the functions can work as
11264         intended. Unfortunately they're not idempotent. We should
11265         transform these commands to toggles. Fixes Bug #164976
11266         Initial patch by Stephane Loeuillet, then heavily modified.
11267
11268         * shell/ev-view.h: update prototypes.
11269
11270         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11271         (ev_window_cmd_view_page_width): provide EvView fit functions with
11272         all the information they need. Formulas to calculate this
11273         information taken from GtkScrolledWindow.
11274
11275 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11276
11277         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11278         created a thumbnail, the list store is updated to know
11279         that the thumbnail is set. Fixes bug #166792
11280
11281 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11282
11283         * shell/ev-window.c: fixed typo, closes bug 166897
11284
11285         * TODO: updated TODO with bug numbers that are relevant
11286
11287 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11288
11289         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11290
11291 2005-02-09  Vincent Noel  <vnoel@cox.net>
11292
11293         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11294         and "Next" toolbar buttons as important to make them stand out.
11295
11296 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11297
11298         * lib/ev-debug.c:
11299         * lib/ev-debug.h:
11300         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11301         (start_interpreter), (stop_interpreter), (document_load),
11302         (ps_document_next_page), (ps_document_goto_page),
11303         (ps_document_set_page_size), (ps_document_widget_event),
11304         (ps_document_render):
11305         * shell/ev-page-view.c: (ev_page_view_dispose):
11306         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11307
11308         Fix compilation on non-gcc platforms
11309
11310 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11311
11312         * NEWS:
11313         * configure.ac:
11314
11315         Release 0.1.4
11316
11317         * pdf/xpdf/Catalog.cc:
11318         * pdf/xpdf/XRef.cc:
11319
11320         Fix the fix for CAN-2004-0888
11321
11322 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11323
11324         * data/Makefile.am:
11325         * data/evince-ui.xml:
11326         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11327         * shell/ev-stock-icons.h:
11328         * shell/ev-window.c: (update_action_sensitivity),
11329         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11330         (set_action_properties):
11331
11332         Improve toolbar layout/icons
11333
11334 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11335
11336         * pdf/xpdf/pdf-document.cc:
11337
11338         Add warnings about unimplemented/unknown link
11339         types.
11340
11341 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11342
11343         * ps/ps-document.c: (set_up_page):
11344
11345         Log gs property
11346
11347 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11348
11349         * ps/ps-document.c: (start_interpreter):
11350
11351         Log gs env var
11352
11353 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11354
11355         * shell/ev-page-view.c: (ev_page_view_dispose):
11356         * shell/ev-view.c: (ev_view_finalize):
11357         * shell/ev-window.c: (ev_window_setup_document),
11358         (ev_window_dispose), (ev_window_init):
11359
11360         Solve more refs issues.
11361
11362         I commented out the page_view initialization for now:
11363         it was never destroyed (because it's never added
11364         to a container). Because of that we was leaking
11365         gs processes. Couldnt think to a clean fix.
11366         We need to figure this out, password view has the
11367         same issue probably.
11368
11369 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11370
11371         * ps/ps-document.c: (ps_document_finalize),
11372         (ps_document_get_n_pages), (ps_document_get_page):
11373
11374         Some cleanups, stop the interpreter on finalize
11375
11376         * shell/ev-page-view.c: (ev_page_view_dispose),
11377         (ev_page_view_class_init):
11378
11379         Release our reference on the document
11380
11381 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11382
11383         * Makefile.am:
11384         * configure.ac:
11385         * doc/debugging.txt:
11386         * lib/.cvsignore:
11387         * lib/Makefile.am:
11388         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11389         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11390         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11391         * lib/ev-debug.h:
11392
11393         Add debugging helpers
11394
11395         * ps/Makefile.am:
11396         * ps/ps-document.c: (set_up_page), (start_interpreter),
11397         (stop_interpreter), (document_load), (ps_document_next_page),
11398         (ps_document_goto_page), (ps_document_set_page_size),
11399         (ps_document_widget_event), (ps_document_render):
11400         * shell/Makefile.am:
11401         * shell/ev-view.c: (expose_bin_window):
11402         * shell/main.c: (main):
11403
11404         Add some logs
11405         
11406 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11407
11408         * ps/ps-document.c: (ps_document_widget_event):
11409
11410         Initialize message_window, this should make ps
11411         rendering really work! (Never noticed because I was
11412         testing with a ps that is causing gs to exit every time!)
11413
11414 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11415
11416         * data/evince.schemas.in: updated simple error in applyto closing tag
11417
11418 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11419
11420         * Makefile.am:
11421         * configure.ac:
11422         * data/.cvsignore:
11423         * data/Makefile.am:
11424         * data/evince-ui.xml:
11425         A data/evince.schemas.in:
11426         * po/POTFILES.in:
11427         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11428         * shell/ev-stock-icons.h:
11429         * shell/ev-window.c: (update_chrome_visibility),
11430         (update_chrome_flag), (ev_window_cmd_edit_find),
11431         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11432         (ev_window_unfullscreen), (ev_window_focus_in_event),
11433         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11434         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11435         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11436         (ev_window_dispose), (ev_window_class_init),
11437         (set_action_properties), (set_chrome_actions), (load_chrome),
11438         (ev_window_init):
11439
11440         Implement fullscreen mode changes from bug #164776.
11441         Also implement persistent chrome toggles.
11442
11443 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11444
11445         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11446
11447 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11448
11449         * NEWS:
11450         * configure.ac:
11451         * shell/ev-view.c:
11452
11453         Add another check for find interface
11454
11455         Release 0.1.3
11456
11457 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11458
11459         * shell/ev-application.c: (ev_application_open):
11460         * shell/ev-window.c: (ev_window_open):
11461
11462         Open gzipped ps documents
11463
11464 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11465
11466         * TODO:
11467         * shell/ev-view.c: (set_document_page):
11468
11469         Clamp page number, dont try to move to
11470         not existant pages.
11471
11472 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11473
11474         * backend/ev-document-find.c: (ev_document_find_changed):
11475         * backend/ev-document-find.h:
11476         * pdf/xpdf/pdf-document.cc:
11477         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11478         * shell/ev-window.c: (find_bar_search_changed_cb):
11479
11480         Fix several bugs with find
11481
11482 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11483
11484         * shell/ev-sidebar-thumbnails.c
11485         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11486         document. Prevents warning from scroll_to_cell.
11487
11488 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11489
11490         * configure.ac: Add «nb» to ALL_LINGUAS too.
11491
11492 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11493
11494         * NOTES: New file with some random thoughts.
11495
11496         * TODO: Update.
11497
11498         * backend/ev-document-misc.c:
11499         (ev_document_misc_get_page_border_size): New function to
11500         canonicalize shadow drawing sizes.  Possibly goofy.
11501
11502         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11503         (ev_view_best_fit), (ev_view_fit_width):
11504         * pdf/xpdf/pdf-document.cc:
11505         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11506         * ps/ps-document.c: (ps_document_get_page_size):
11507         * backend/ev-document-misc.h:
11508         * backend/ev-document.c: (ev_document_get_page_size):
11509         * backend/ev-document.h: get_page_size now takes a page number
11510         parameter.  Made all the backends/frontends honor it.
11511
11512         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11513         see.  Doesn't work yet.
11514
11515         * shell/Makefile.am:
11516         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11517         Doesn't do anything yet.
11518
11519         * shell/ev-sidebar-thumbnails.c:
11520         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11521         [0..n_pages-1]
11522
11523         * shell/ev-window.c: (update_action_sensitivity),
11524         (ev_window_setup_document), (ev_window_set_page_mode),
11525         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11526         view-swapping code a bit so we can have multiple views on a
11527         document.  Add the multi-page view, though it can't be turned on
11528         yet.
11529
11530 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11531
11532         * shell/ev-application.c: (ev_application_open):
11533         * shell/ev-view.c: (expose_bin_window):
11534         * shell/ev-window.c: (ev_window_open):
11535
11536         Support eps and check document supports find
11537         before drawing highlightings in expose.
11538
11539 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11540
11541         * pixbuf/pixbuf-document.c:
11542         (pixbuf_document_thumbnails_get_dimensions),
11543         (pixbuf_document_document_thumbnails_iface_init):
11544
11545         implement get_dimensions
11546
11547 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11548
11549         * NEWS:
11550         * configure.ac:
11551
11552         Release 0.1.2
11553
11554 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11555
11556         * shell/ev-view.c: (set_document_page):
11557
11558         Scroll at the top of the page when changing page
11559
11560 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11561
11562         * shell/ev-view.c: (ev_view_motion_notify_event):
11563
11564         Do not redraw unnecessarily
11565
11566 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11567
11568         * pdf/xpdf/pdf-document.cc:
11569         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11570         (expose_bin_window), (find_changed_cb):
11571
11572         Yay! find works now... Now to find bugs...
11573
11574 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11575
11576         * backend/ev-document-find.c: (ev_document_find_base_init),
11577         (ev_document_find_changed):
11578         * backend/ev-document-find.h:
11579         * pdf/xpdf/pdf-document.cc:
11580         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11581         (expose_bin_window), (ev_view_init), (set_document_page),
11582         (ensure_rectangle_is_visible), (jump_to_find_result),
11583         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11584         (ev_view_find_next), (ev_view_find_previous):
11585         * shell/ev-view.h:
11586         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11587
11588         More work on find implementation, mostly there now
11589
11590 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11591
11592         * backend/ev-backend-marshalers.list:
11593         * backend/ev-document-find.c: (ev_document_find_base_init),
11594         (ev_document_find_cancel), (ev_document_find_page_has_results),
11595         (ev_document_find_get_n_results), (ev_document_find_get_result),
11596         (ev_document_find_get_progress), (ev_document_find_changed):
11597         * backend/ev-document-find.h:
11598
11599         Enanche the find interface to be really able to do
11600         multi page find.
11601
11602         * pdf/xpdf/pdf-document.cc:
11603
11604         Implement
11605
11606         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11607         (expose_bin_window), (ev_view_init),
11608         (ev_view_get_find_status_message), (find_changed_cb),
11609         (ev_view_set_document), (set_document_page):
11610
11611         Adapt to the new interface. A few things are regressed sorry,
11612         I will finish it soon.
11613
11614 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11615
11616         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11617         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11618         ev_sidebar_thumbnails_parent_class variable, don't define another
11619         parent_class variable.
11620
11621         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11622         (ev_page_action_class_init): ditto.
11623
11624         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11625         (pixbuf_document_class_init): ditto.
11626
11627         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11628         ditto.
11629
11630         * .cvsignore: ignore various valgrind output files.
11631
11632 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11633
11634         * data/evince-ui.xml:
11635         * shell/Makefile.am:
11636         * shell/ev-history.c:
11637         * shell/ev-history.h:
11638         * shell/ev-navigation-action.c:
11639         * shell/ev-navigation-action.h:
11640         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11641         (ev_view_set_page), (ev_view_fit_width):
11642         * shell/ev-view.h:
11643         * shell/ev-window.c: (update_action_sensitivity),
11644         (ev_window_setup_document), (register_custom_actions):
11645
11646         Kill session history
11647
11648 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11649
11650         * shell/ev-window.c: (update_action_sensitivity):
11651
11652         Fix inverted up/down buttons
11653
11654 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11655
11656         * shell/ev-sidebar-thumbnails.c
11657         (ev_sidebar_thumbnails_select_page): make sure the selected
11658         thumbnail stays visible.
11659
11660 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11661
11662         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11663         scrolled window for Federico.
11664
11665 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11666
11667         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11668
11669 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11670
11671         * configure.ac:
11672         * pdf/splash/SplashFTFontEngine.cc:
11673
11674         Fix CID fonts with freetype 2.1.9
11675
11676 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11677
11678         * TODO: added item for desktop icon thumbnailer
11679
11680 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11681
11682         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11683         unloaded docs when the title is accessed.
11684
11685         * shell/ev-password-view.[hc]: New widget for displaying password
11686         state.
11687
11688         * shell/ev-window.[ch]: Refactor password handling code to handle
11689         the new view.
11690
11691 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11692
11693         * NEWS:
11694         * configure.ac:
11695         * data/Makefile.am:
11696
11697         Release 0.1.1
11698
11699 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11700
11701         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11702         ignore page offset here, to make search results independent of it,
11703
11704         * shell/ev-view.c (expose_bin_window): but take offsets into
11705         account here. Bug #164932
11706
11707         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11708         scale at the right time. Bug #164996
11709
11710 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11711
11712         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11713         fix the problem. Now I just removed the Adobe font names and hope
11714         that the URW fonts are always in outline format. Bug #164934
11715
11716         * shell/ev-window.c (update_window_title): empty titles are
11717         useless, use filename in that case too.
11718
11719         * NEWS: Add some content.
11720
11721 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11722
11723         * TODO: added one more TODO item and a TODONE section :)
11724
11725 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11726
11727         * ps/ps-document.h: add page_[xy]_offset fields.
11728
11729         * ps/ps-document.c (ps_document_set_page_offset)
11730         (ps_document_render): Keep offset in consideration in a few
11731         places. Bug #164752 "postscript documents are not centered in
11732         window"
11733
11734         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11735         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11736
11737         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11738         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11739         stub out missing methods for complete EvDocument implementation.
11740         Fixes segfaults with Save A Copy and Copy actions.
11741
11742         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11743         (ps_document_document_iface_init): ditto.
11744         
11745 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11746
11747         * data/.cvsignore:
11748         * data/Makefile.am:
11749         * data/evince.desktop.in:
11750
11751         Add desktop file
11752
11753 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11754
11755         * shell/ev-view.c: (ev_view_button_press_event),
11756         (ev_view_motion_notify_event):
11757
11758         Make selection work in any direction
11759
11760 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11761
11762         * TODO:
11763         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11764
11765         Use shorter labels for some of the toolbars items
11766
11767 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11768
11769         * pdf/xpdf/pdf-document.cc:
11770
11771         Check the links info is initialized before
11772         using it. Should fix a crash on startup.
11773
11774 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11775
11776         * pixbuf/pixbuf-document.c
11777         (pixbuf_document_thumbnails_get_dimensions): force floating point
11778         division to calculate page_ratio. Fixes crash with landscape
11779         format pixbufs.
11780
11781 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11782
11783         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11784
11785 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11786
11787         * shell/ev-view.c (set_document_page): unset has_selection when
11788         the page changes.
11789         (set_document_page): handle paper size changes when the page
11790         changes (test with Free Culture, page 2).
11791
11792 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11793
11794         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11795         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11796
11797         Use normal style color for the widget background and
11798         draw a black box around the page.
11799
11800 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11801
11802         * pdf/xpdf/pdf-document.cc:
11803
11804         Keep offset in consideration in a few places
11805
11806         * shell/ev-view.c: (expose_bin_window):
11807
11808         Set the offsets so that the document is ever centered
11809
11810 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11811
11812         * TODO: Added TODO items and finished off the first todo item
11813
11814         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11815         reflect current authors
11816
11817 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11818
11819         * pdf/xpdf/pdf-document.cc:
11820         * shell/ev-view.c: (ev_view_set_cursor),
11821         (ev_view_motion_notify_event), (document_changed_callback),
11822         (set_document_page):
11823
11824         Show a wait cursor while the page is rendering
11825
11826 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11827
11828         * shell/ev-sidebar-thumbnails.c:
11829         (ev_sidebar_tree_selection_changed),
11830         (ev_sidebar_thumbnails_select_page):
11831         * shell/ev-sidebar-thumbnails.h:
11832         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11833         (ev_view_can_go_forward):
11834         * shell/ev-window.c: (ev_window_open_page),
11835         (ev_window_setup_document), (update_current_page),
11836         (view_page_changed_cb), (ev_window_init):
11837         * shell/ev-window.h:
11838
11839         Ensure thumbnails selection, toolbar page control and
11840         current page are in sync.
11841
11842 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11843
11844         * pdf/xpdf/XRef.cc:
11845
11846         Fix CAN-2005-0064
11847
11848 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11849
11850         * backend/Makefile.am:
11851         * backend/ev-document-links.h:
11852         * backend/ev-document-security.c: (ev_document_security_get_type),
11853         (ev_document_security_has_document_security),
11854         (ev_document_security_set_password):
11855         * backend/ev-document-security.h:
11856         * backend/ev-document.c: (ev_document_error_quark):
11857         * backend/ev-document.h:
11858         * data/Makefile.am:
11859         * data/evince-password.glade:
11860         * pdf/xpdf/pdf-document.cc:
11861         * shell/Makefile.am:
11862         * shell/ev-password.c: (ev_password_set_bad_password_label),
11863         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11864         (ev_password_dialog_get_password),
11865         (ev_password_dialog_set_bad_pass):
11866         * shell/ev-password.h:
11867         * shell/ev-window.c: (ev_window_get_attribute),
11868         (ev_window_set_property), (update_action_sensitivity),
11869         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11870         (ev_window_setup_document), (ev_window_get_password),
11871         (ev_window_open), (ev_window_cmd_save_as),
11872         (using_postscript_printer), (ev_window_print),
11873         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11874         (update_fullscreen_popup), (ev_window_fullscreen),
11875         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11876         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11877         (menu_item_select_cb), (find_bar_search_changed_cb),
11878         (ev_window_dispose), (ev_window_init):
11879
11880         Add initial support for password-supported dialogs.  This could be
11881         a lot cooler, but it'll do for now.
11882
11883 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11884
11885         * pdf/xpdf/pdf-document.cc:
11886         * shell/ev-view.c: (status_message_from_link),
11887         (ev_view_set_status), (ev_view_set_cursor),
11888         (ev_view_motion_notify_event), (ev_view_init):
11889         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11890
11891         Fix bugs in the links implementation and change cursor
11892         when hovering a link.
11893
11894 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11895
11896         * viewer/.cvsignore: added cvsignore file for viewer directory
11897
11898         * TODO: created TODO document
11899
11900 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11901
11902         * shell/ev-view.h:
11903         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11904         new functions to help with implementation of sensitivity code
11905         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11906         of all actions that might require it.  Fixes a crash when you
11907         click on the Zoom actions in a window lacking a document.
11908
11909 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11910
11911         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11912         of the Find action
11913
11914 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11915
11916         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11917         (pixbuf_document_document_iface_init):
11918         * ps/ps-document.c: (ps_document_get_link),
11919         (ps_document_document_iface_init):
11920         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11921         (status_message_from_link), (ev_view_set_status),
11922         (ev_view_set_find_status), (ev_view_motion_notify_event),
11923         (ev_view_button_release_event), (ev_view_set_property),
11924         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11925         (ev_view_get_find_status_message), (update_find_results),
11926         (ev_view_get_status), (ev_view_get_find_status):
11927         * shell/ev-view.h:
11928         * shell/ev-window.c: (view_status_changed_cb),
11929         (view_find_status_changed_cb), (ev_window_init):
11930
11931         View status message support, use it to show the links.
11932         Needs work...
11933
11934 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11935
11936         * backend/ev-document.c: (ev_document_get_link):
11937         * backend/ev-document.h:
11938         * pdf/xpdf/pdf-document.cc:
11939         * shell/ev-application.c: (ev_application_open):
11940         * shell/ev-application.h:
11941         * shell/ev-sidebar-links.c: (selection_changed_cb):
11942         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11943         (ev_view_go_to_link):
11944
11945         Add support for document links
11946
11947 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11948
11949         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11950         (create_tool_item):
11951         Set the spin button limits correctly.
11952         
11953         * shell/ev-sidebar-thumbnails.c:
11954         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11955         Support changing pages by clicking on the thumbnails.
11956         
11957 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11958
11959         * pixbuf/pixbuf-document.c:
11960         (pixbuf_document_thumbnails_get_dimensions),
11961         (pixbuf_document_document_thumbnails_iface_init):
11962
11963         implement get_dimensions
11964
11965 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11966
11967         * ps/ps-document.c: (ps_document_goto_page):
11968
11969         Fix page switching on multipage documents
11970
11971 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11972
11973         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11974         
11975         check for NULL before assigning to width and height parameters
11976
11977 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11978
11979         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11980         (pixbuf_document_set_property), (pixbuf_document_get_property):
11981
11982         implement get/set properties
11983
11984 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11985
11986         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11987         
11988         return NULL instead of "Unknown", letting the title get set to
11989         the filename when the pdf has no title.
11990
11991 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11992
11993         * ps/ps-document.c: (ps_document_get_page_count),
11994         (ps_document_goto_page):
11995
11996 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11997
11998         * shell/ev-history.c: (ev_history_get_property),
11999         (ev_history_set_property), (ev_history_class_init),
12000         (ev_history_add_page), (ev_history_set_current_index):
12001         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12002         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12003         (ev_navigation_action_finalize):
12004         * shell/ev-navigation-action.h:
12005         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12006         (ev_view_go_forward), (ev_view_get_find_status_message),
12007         (history_index_changed_cb), (ev_view_set_history):
12008         * shell/ev-view.h:
12009         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12010         (update_current_page), (register_custom_actions):
12011
12012         Implement history dropdowns
12013
12014 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12015
12016         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12017         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12018         (ev_view_go_forward):
12019         * shell/ev-window.c: (register_custom_actions):
12020
12021         Fix several history bugs
12022
12023 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12024
12025         * configure.ac: Add «nb» to ALL_LINGUAS.
12026
12027 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12028
12029         * backend/Makefile.am:
12030         * backend/ev-bookmark.c:
12031         * backend/ev-bookmark.h:
12032         * backend/ev-document-bookmarks.c:
12033         * backend/ev-document-bookmarks.h:
12034         * backend/ev-document-links.c: (ev_document_links_get_type),
12035         (ev_document_links_has_document_links),
12036         (ev_document_links_begin_read), (ev_document_links_get_link),
12037         (ev_document_links_get_child), (ev_document_links_next),
12038         (ev_document_links_free_iter):
12039         * backend/ev-document-links.h:
12040         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12041         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12042         (ev_link_get_link_type), (ev_link_set_link_type),
12043         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12044         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12045         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12046         (ev_link_new_external):
12047         * backend/ev-link.h:
12048         * pdf/xpdf/pdf-document.cc:
12049         * shell/Makefile.am:
12050         * shell/ev-application.c: (ev_application_open_link):
12051         * shell/ev-application.h:
12052         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12053         (ev_history_get_link_nth):
12054         * shell/ev-history.h:
12055         * shell/ev-sidebar-bookmarks.c:
12056         * shell/ev-sidebar-bookmarks.h:
12057         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12058         (ev_sidebar_links_class_init), (selection_changed_cb),
12059         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12060         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12061         (do_one_iteration), (populate_links_idle),
12062         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12063         * shell/ev-sidebar-links.h:
12064         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12065         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12066         (go_to_index):
12067         * shell/ev-view.h:
12068         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12069         * shell/ev-window.h:
12070
12071         Rename bookmark to link, and use "Index" for the sidebar panel.
12072
12073 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12074
12075         * shell/Makefile.am:
12076         * shell/ev-application.c: (ev_application_open_bookmark):
12077         * shell/ev-application.h:
12078         * shell/ev-history.c: (ev_history_init), (free_links_list),
12079         (ev_history_finalize), (ev_history_class_init),
12080         (ev_history_add_link), (ev_history_add_page),
12081         (ev_history_get_link_nth), (ev_history_get_n_links),
12082         (ev_history_get_current_index), (ev_history_set_current_index),
12083         (ev_history_new):
12084         * shell/ev-history.h:
12085         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12086         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12087         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12088         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12089         (ev_view_set_page):
12090         * shell/ev-view.h:
12091         * shell/ev-window.c: (ev_window_open_bookmark),
12092         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12093         (goto_page_cb), (register_custom_actions):
12094         * shell/ev-window.h:
12095
12096         Initial history implementation. Needs work.
12097
12098 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12099
12100         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12101
12102 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12103
12104         * cut-n-paste/recent-files/egg-recent-item.c:
12105         * cut-n-paste/recent-files/egg-recent-item.h:
12106         * cut-n-paste/recent-files/egg-recent-model.c:
12107         * cut-n-paste/recent-files/egg-recent-util.c:
12108         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12109         * cut-n-paste/recent-files/egg-recent-view.c:
12110
12111         Update
12112
12113 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12114
12115         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12116         (fillGlyph, fillImageMask, drawImage):
12117         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12118         pdf/splash/SplashTypes.h:
12119         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12120         packed mode for Splash.
12121
12122         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12123         RGB8 packed mode, eliminates the pixbuf data creation loop.
12124
12125         * shell/ev-print-job.c (ev_print_job_finalize)
12126         (ev_print_job_set_property, ev_print_job_get_property)
12127         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12128         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12129         (print_closure_finalize, ev_print_job_print): implement
12130         printing (for backends with EvPsExporter)
12131
12132         * shell/ev_print_job.h: update prototypes.
12133
12134         * shell/ev-window.c (ev_window_print): unref print job after
12135         printing.
12136
12137         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12138         unless the document implements the EvDocumentFind interface.
12139
12140 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12141
12142         * configure.ac: Added ja to ALL_LINGUAS.
12143
12144 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12145
12146         * pdf/xpdf/pdf-document.cc:
12147
12148         add a FIXME. We should probably not allocate
12149         a bookmark object every time
12150
12151 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12152
12153         * shell/ev-application.c: (ev_application_open),
12154         (ev_application_open_bookmark):
12155         * shell/ev-application.h:
12156         
12157         Add a way to open bookmarks
12158
12159         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12160         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12161         (ev_bookmark_set_property), (ev_bookmark_class_init),
12162         (ev_bookmark_new_title), (ev_bookmark_new_link),
12163         (ev_bookmark_new_external):
12164
12165         Support for external uris, better constructors.
12166
12167         * backend/ev-bookmark.h:
12168         * pdf/xpdf/pdf-document.cc:
12169         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12170
12171         Handle external uris
12172
12173 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12174
12175         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12176         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12177
12178         Hook up bookmarks navigation
12179
12180 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12181
12182         * backend/Makefile.am:
12183         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12184         (ev_bookmark_get_title), (ev_bookmark_set_title),
12185         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12186         (ev_bookmark_get_page), (ev_bookmark_set_page),
12187         (ev_bookmark_get_property), (ev_bookmark_set_property),
12188         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12189         (ev_bookmark_new):
12190         * backend/ev-bookmark.h:
12191         * backend/ev-document-bookmarks.c:
12192         (ev_document_bookmarks_get_bookmark):
12193         * backend/ev-document-bookmarks.h:
12194         * pdf/xpdf/pdf-document.cc:
12195         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12196
12197         Add a bookmark object to the backend and use it instead of get_values
12198
12199 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12200
12201         * data/evince-ui.xml:
12202
12203         Cleanup and add select all.
12204
12205         * shell/ev-view.c: (ev_view_select_all),
12206         (ev_view_button_press_event):
12207         * shell/ev-view.h:
12208         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12209
12210         Add select all.
12211         Clear selection on click.
12212
12213 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12214
12215         * shell/ev-sidebar-thumbnails.c
12216         (ev_sidebar_thumbnails_set_document): forgot to unref the
12217         loading_icon.
12218
12219 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12220
12221         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12222         at the visible page, not just linearly.  This makes it look fast.
12223
12224 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12225
12226         * backend/ev-document-misc.c
12227         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12228         white.
12229         * backend/ev-document-thumbnails.h: New interface to get the size
12230         of a page.
12231
12232 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12233
12234         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12235         make dist works
12236
12237 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12238
12239         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12240         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12241         things up a bit.
12242
12243         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12244
12245 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12246
12247         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12248         fonts. Should fix font problems on systems that have the base
12249         fonts in bitmap format. Reported by James Henstridge
12250         <james@jamesh.id.au>.
12251
12252 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12253
12254         * pdf/xpdf/Gfx.cc:
12255         * pdf/xpdf/GfxState.cc:
12256
12257         Fix for CAN-2004-1125
12258
12259 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12260
12261         * shell/ev-view.c: (ev_view_copy):
12262         * shell/ev-view.h:
12263         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12264
12265         Implement Edit->Copy
12266
12267 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12268
12269         * backend/ev-document.c: (ev_document_get_text):
12270         * backend/ev-document.h:
12271         * pdf/xpdf/pdf-document.cc:
12272         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12273         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12274         (ev_view_update_primary_selection), (ev_view_button_press_event),
12275         (ev_view_motion_notify_event), (ev_view_button_release_event):
12276
12277         Beginnings of clipboard support. Incomplete but primary sort
12278         of work.
12279
12280 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12281
12282         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12283         (expose_bin_window):
12284
12285         Nicer rubberband drawing, from GtkIconView.
12286
12287 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12288
12289         * backend/ev-document.c: (ev_document_save):
12290         * backend/ev-document.h:
12291         * data/evince-ui.xml:
12292         * pdf/xpdf/pdf-document.cc:
12293         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12294
12295         Implement "Save a copy..." menu item
12296
12297 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12298
12299         * shell/ev-view.c: (ev_view_zoom):
12300
12301         Queue a resize when zoom changes
12302
12303 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12304
12305         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12306         shadows.
12307
12308         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12309         thumbnails..
12310
12311 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12312
12313         * pdf/xpdf/pdf-document.cc
12314         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12315
12316 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12317
12318         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12319         It's slow, but I'll speed it up next!
12320
12321 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12322
12323         * shell/main.c (load_files):
12324
12325         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12326         from the command line and because it seems more appropriate.
12327
12328 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12329
12330         * data/evince-ui.xml:
12331         * shell/ev-window.c: (update_action_sensitivity),
12332         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12333
12334         s/next page/page down
12335         s/previous page/page up
12336
12337 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12338
12339         * data/evince-ui.xml:
12340
12341         Change the layout to match clarkbw design.
12342
12343         * shell/Makefile.am:
12344         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12345         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12346         (ev_navigation_action_finalize),
12347         (ev_navigation_action_set_property),
12348         (ev_navigation_action_get_property),
12349         (ev_navigation_action_class_init):
12350         * shell/ev-navigation-action.h:
12351
12352         Implement clarkbw toolbar navigation controls (incomplete)
12353
12354         * shell/ev-page-action.c: (update_label), (update_spin),
12355         (value_changed_cb), (create_tool_item), (connect_proxy),
12356         (ev_page_action_init), (ev_page_action_finalize),
12357         (ev_page_action_set_property), (ev_page_action_get_property),
12358         (ev_page_action_set_current_page),
12359         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12360         * shell/ev-page-action.h:
12361
12362         Implement a page switcher in the toolbar
12363
12364         * shell/ev-view.c: (ev_view_scroll_view):
12365         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12366         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12367         (register_custom_actions), (ev_window_init):
12368
12369         Change page on PageUp/Down.
12370
12371 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12372
12373         * pdf/xpdf/pdf-document.cc
12374         (pdf_document_thumbnails_get_thumbnail): initial stab at
12375         implementing thumbnail support for pdfs.  It only does documents
12376         with precached pdfs now.
12377
12378 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12379
12380         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12381         thumbnail code into a time-based idle as well.  Also, turn off the
12382         shadow temporarily as it's really slow.
12383
12384 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12385
12386         * backend/ev-document.c: (ev_document_class_init):
12387         * pdf/xpdf/pdf-document.cc:
12388         * shell/ev-window.c: (ev_window_open):
12389
12390         Fix document title bugs and fallback to
12391         filename when not available.
12392
12393 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12394
12395         * backend/ev-document.c: (ev_document_get_type),
12396         (ev_document_class_init), (ev_document_load),
12397         (ev_document_get_title):
12398         * backend/ev-document.h:
12399         * pdf/xpdf/pdf-document.cc:
12400         * ps/ps-document.c: (ps_document_set_property),
12401         (ps_document_get_property), (ps_document_class_init),
12402         (document_load):
12403         * ps/ps-document.h:
12404         * ps/ps.h:
12405         * shell/ev-window.c: (update_window_title), (ev_window_open),
12406         (ev_window_init):
12407
12408         Initial support for document title. Not working yet.
12409
12410 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12411
12412         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12413
12414         Grab focus on the view when clicking it
12415
12416 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12417
12418         * shell/ev-marshal.list:
12419         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12420         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12421
12422         Add key bindings to the view. Now if the focus would work
12423         right...
12424
12425 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12426
12427         * Makefile.am:
12428         * backend/Makefile.am:
12429         * data/Makefile.am:
12430         * dvi/Makefile.am:
12431         * dvi/dvilib/Makefile.am:
12432         * pdf/xpdf/Makefile.am:
12433         * po/POTFILES.in:
12434         * ps/Makefile.am:
12435
12436         Fix distcheck
12437
12438 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12439
12440         * shell/ev-view.c: (ev_view_realize):
12441
12442         Fix mouse wheel scrolling
12443
12444 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12445
12446         * ps/Makefile.am:
12447         * ps/gstypes.h:
12448         * ps/gtkgs.c:
12449         * ps/gtkgs.h:
12450         * ps/ps-document.c: (catchPipe), (ps_document_init),
12451         (ps_document_class_init), (ps_document_cleanup),
12452         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12453         (set_up_page), (close_pipe), (is_interpreter_ready),
12454         (interpreter_failed), (output), (input), (start_interpreter),
12455         (stop_interpreter), (file_length), (file_readable),
12456         (check_filecompressed), (check_pdf), (compute_xdpi),
12457         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12458         (ps_document_get_type), (ps_document_emit_error_msg),
12459         (document_load), (ps_document_next_page),
12460         (ps_document_get_current_page), (ps_document_get_page_count),
12461         (ps_document_goto_page), (ps_document_set_page_size),
12462         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12463         (ps_document_load), (ps_document_get_n_pages),
12464         (ps_document_set_page), (ps_document_get_page),
12465         (ps_document_widget_event), (ps_document_set_target),
12466         (ps_document_set_scale), (ps_document_set_page_offset),
12467         (ps_document_get_page_size), (ps_document_render),
12468         (ps_document_document_iface_init):
12469         * ps/ps-document.h:
12470         * ps/ps.c:
12471         * shell/ev-window.c: (ev_window_open):
12472
12473         Rename GtkGS to PSDocument
12474
12475 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12476
12477         * ps/gtkgs.c: (gtk_gs_class_init):
12478         * ps/gtkgs.h:
12479
12480         Some more leftover...
12481
12482 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12483
12484         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12485         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12486         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12487         * ps/gtkgs.h:
12488
12489         Remove unused code and make a lot of stuff private
12490
12491 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12492
12493         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12494         (gtk_gs_defaults_changed):
12495         * ps/gsdefaults.h:
12496         * ps/gtkgs.c:
12497         * ps/gtkgs.h:
12498         * ps/ps.h:
12499
12500         Cleanup headers dependencies
12501
12502 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12503
12504         * ps/Makefile.am:
12505         * ps/ggvutils.c:
12506         * ps/ggvutils.h:
12507         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12508         * ps/gsdefaults.h:
12509         * ps/gtkgs.c: (file_length), (file_readable),
12510         (check_filecompressed), (check_pdf), (gtk_gs_load),
12511         (gtk_gs_get_postscript):
12512
12513         Get rid of ggvutils
12514
12515 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12516
12517         * ps/ggvutils.c:
12518         * ps/ggvutils.h:
12519         * ps/gsio.h:
12520         * ps/gtkgs.c: (gtk_gs_set_zoom):
12521
12522         Cleanups
12523
12524 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12525
12526         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12527
12528         Ensure the page is rerendered when changing zoom
12529
12530 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12531
12532         * backend/ev-document.c: (ev_document_base_init),
12533         (ev_document_changed):
12534         * backend/ev-document.h:
12535
12536         Add a changed event that is emitted when the page content
12537         changes. This is necessary to deal with the fact that
12538         in ps backend rendering happen asycrounously.
12539         This makes the ps backend mostly work.
12540
12541         * pdf/xpdf/pdf-document.cc:
12542
12543         Emit changed event
12544
12545         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12546         (ps_document_set_target):
12547
12548         Emit changed event
12549
12550         * shell/ev-view.c: (document_changed_callback),
12551         (ev_view_set_document), (ev_view_set_page):
12552
12553         Redraw on the changed signal
12554
12555 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12556
12557         * configure.ac: Added pt_BR to ALL_LINGUAS.
12558
12559 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12560
12561         * backend/ev-document-bookmarks.c:
12562         (ev_document_bookmarks_get_child): *
12563         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12564         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12565         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12566         (ev_sidebar_bookmarks_destroy),
12567         (ev_sidebar_bookmarks_class_init),
12568         (ev_sidebar_bookmarks_construct), (stack_data_free),
12569         (do_one_iteration), (populate_bookmarks_idle),
12570         (ev_sidebar_bookmarks_clear_document),
12571         (ev_sidebar_bookmarks_set_document): *
12572         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12573         (ev_sidebar_add_page),
12574         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12575         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12576         it displays both the topics and the page numbers.
12577
12578 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12579
12580         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12581         toggle.
12582         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12583         visible.
12584
12585 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12586
12587         * configure.ac: Added en_CA to ALL_LINGUAS.
12588
12589 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12590
12591         * ChangeLog: replace bottom of this ChangeLog (merged history of
12592         ggv and gpdf; where all paths were wrong and most of the files are
12593         not even in this tree) with ChangeLog (from arch) of the shell
12594         code.
12595
12596 2004-12-23  Havoc Pennington  <hp@redhat.com>
12597
12598         * shell/ev-window.c: hook up potentially-questionable "find
12599         results status text" feature - something involving the sidebar or
12600         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12601         might be better in the end.
12602
12603         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12604         with corresponding signal when it should be updated
12605
12606         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12607
12608 2004-12-22  Havoc Pennington  <hp@redhat.com>
12609
12610         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12611         find stuff on other pages, sort of (only returns one result on
12612         invisible pages, to show they have results; updates full results
12613         for a page when you view it). Currently repaints the current page
12614         every time a new result is found on any page, which isn't so nice.
12615
12616 2004-12-22  Havoc Pennington  <hp@redhat.com>
12617
12618         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12619         the document doesn't support find (better ideas?)
12620         (find_bar_search_changed_cb): handle missing document or document
12621         that doesn't support find
12622
12623         * pdf/xpdf/pdf-document.cc: port to implement the new
12624         EvDocumentFindIface
12625
12626         * backend/ev-document-find.c: create a new interface for searching
12627
12628         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12629
12630 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12631
12632         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12633         libevbackend.la.
12634
12635         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12636         EvPrintJob constructor arguments.
12637
12638         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12639         for documents that can export PostScript (page by page).
12640
12641         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12642         
12643         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12644         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12645         (pdf_document_ps_exporter_iface_init:
12646         Implement EvPSExporter.
12647
12648         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12649
12650 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12651
12652         * backend/Makefile.am:
12653         * backend/ev-document-thumbnails.c:
12654         (ev_document_thumbnails_get_type),
12655         (ev_document_thumbnails_get_thumbnail):
12656         * backend/ev-document-thumbnails.h:
12657         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12658         (pixbuf_document_thumbnails_get_thumbnail),
12659         (pixbuf_document_document_thumbnails_iface_init):
12660         * shell/Makefile.am:
12661         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12662         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12663         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12664         * shell/ev-sidebar-thumbnails.h:
12665         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12666         (ev_sidebar_set_document):
12667         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12668         (create_shadow), (ev_pixbuf_add_shadow):
12669         * shell/ev-utils.h:
12670         Add thumbnail support.
12671         
12672 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12673
12674         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12675         (using_postscript_printer): Set up a print dialog for "PostScript
12676         injection" method.
12677
12678         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12679         EvPrintJob.
12680
12681         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12682
12683 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12684
12685         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12686         (ps_document_set_target), (ps_document_get_page_size),
12687         (ps_document_render):
12688         * ps/gtkgs.h:
12689
12690         Fix a few bugs
12691
12692 2004-12-22  Christian Rose  <menthos@menthos.com>
12693
12694         * configure.ac: Added "sv" to ALL_LINGUAS.
12695
12696 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12697
12698         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12699         document supports bookmarks.
12700
12701 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12702
12703         * ps/ggvutils.c: (ggv_file_readable):
12704         * ps/ggvutils.h:
12705         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12706         (gtk_gs_get_postscript):
12707
12708         Remove unused utils
12709
12710 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12711
12712         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12713         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12714         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12715         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12716         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12717         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12718         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12719         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12720         (gtk_gs_set_antialiasing), (ps_document_load),
12721         (ps_document_render):
12722         * ps/gtkgs.h:
12723
12724         Another check point for the ps backend. Now I can get it to show
12725         pages!
12726
12727 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12728
12729         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12730         document setting code.
12731
12732 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12733
12734         * shell/eggfindbar.c: (entry_activate_callback):
12735         Animate the next button when activate is pressed.
12736         
12737 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12738
12739         * shell/ev-window.c: (ev_window_cmd_edit_find),
12740         (update_fullscreen_popup), (ev_window_fullscreen),
12741         (ev_window_unfullscreen), (ev_window_state_event_cb),
12742         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12743         Fix bugs in fullscreen code.
12744         
12745 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12746
12747         * Makefile.am:
12748         * configure.ac:
12749         * pixbuf/Makefile.am:
12750         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12751         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12752         (pixbuf_document_set_page), (pixbuf_document_get_page),
12753         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12754         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12755         (pixbuf_document_render), (pixbuf_document_begin_find),
12756         (pixbuf_document_end_find), (pixbuf_document_finalize),
12757         (pixbuf_document_class_init),
12758         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12759         * pixbuf/pixbuf-document.h:
12760         * shell/Makefile.am:
12761         * shell/ev-application.c: (ev_application_open):
12762         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12763         (ev_window_open):
12764         Add pixbuf backend.
12765         
12766 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12767
12768         * Makefile.am: 
12769         * dvi/dvilib/Makefile.am:
12770         * dvi/Makefile.am:
12771         * configure.ac: Auto*ify dvi and dvi/dvilib
12772
12773         * dvi/Makefile: Remove from CVS
12774         
12775         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12776         confusion.
12777
12778         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12779         
12780         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12781         
12782 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12783
12784         * ps/Makefile.am:
12785         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12786         (gtk_gs_value_adjustment_changed), (compute_size),
12787         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12788         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12789         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12790         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12791         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12792         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12793         (ps_document_load), (ps_document_get_n_pages),
12794         (ps_document_set_page), (ps_document_get_page),
12795         (ps_document_set_target), (ps_document_set_scale),
12796         (ps_document_set_page_offset), (ps_document_get_page_size),
12797         (ps_document_render), (ps_document_begin_find),
12798         (ps_document_end_find), (ps_document_document_iface_init):
12799         * ps/gtkgs.h:
12800         * shell/Makefile.am:
12801         * shell/ev-window.c: (ev_window_open):
12802
12803         Some work to integrate gtkgs with EvDocument
12804
12805 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12806
12807         * shell/ev-window.c: (update_fullscreen_popup),
12808         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12809         (exit_fullscreen_button_clicked_cb),
12810         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12811         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12812         (ev_window_state_event_cb), (ev_window_init):
12813         Add fullscreen support from Epiphany.
12814         
12815 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12816
12817         * data/ev-stock-zoom-fit-width.png: fit-width
12818         stock icon from gpdf.
12819         
12820         * shell/ev-stock-icons.[ch]: copied from gpdf.
12821         
12822         * shell/main.c: (main): init stock icons.
12823         
12824         * shell/ev-window.c: use the fit-width icon.
12825         
12826         * data/evince-ui.xml: add zooming toolbar items.
12827
12828 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12829
12830         * shell/ev-view.c: 
12831         (ev_view_best_fit), (ev_view_fit_width): because
12832         get_page_size() returns the scaled page size, we
12833         need to calculate the scale factor relative to
12834         the previous scale factor. Should really just
12835         add get_real_page_size().
12836
12837 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12838
12839         * shell/ev-view.[ch]:
12840         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12841         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12842         add zooming.
12843         
12844         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12845         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12846         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12847         hook it up.
12848         
12849         * pdf/xpdf/pdf-document.cc:
12850         (pdf_document_begin_find),
12851         (pdf_document_end_find): make static.
12852
12853 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12854
12855         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12856
12857         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12858         names to fontconfig patterns.
12859         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12860
12861         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12862         setupBaseFontsFc.
12863
12864 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12865
12866         * Makefile.am:
12867         * configure.ac:
12868         * ps/Makefile.am:
12869         * ps/ggvutils.c:
12870         * ps/ggvutils.h:
12871         * ps/gsdefaults.c:
12872         * ps/gsdefaults.h:
12873         * ps/gsio.c:
12874         * ps/gsio.h:
12875         * ps/gtkgs.c:
12876         * ps/gtkgs.h:
12877         * ps/ps.c:
12878         * ps/ps.h:
12879
12880         Import ggv backend. Not hooked up yet.
12881
12882 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12883
12884         * shell/main.c: (load_files), (main): load files
12885         from the command line.
12886
12887 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12888
12889         * configure.ac: don't require bonobo.
12890         
12891         * cut-n-paste/recent-files/*: kill bonobo recent
12892         view.
12893
12894         * shell/ev-window.c:
12895         (ev_window_is_empty): upd.
12896         (unable_to_load), (ev_window_open): load backend
12897         based on the mime type.
12898
12899 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12900
12901         * backend/.cvsignore: ignore generated marshalers source.
12902
12903         * shell/main.c (main): this is not epiphany.
12904
12905 2004-12-22  Havoc Pennington  <hp@redhat.com>
12906
12907         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12908         (expose_bin_window): draw find highlights
12909
12910         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12911         
12912         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12913         (pdf_document_end_find): implement this interface
12914
12915         * backend/ev-document.c (ev_document_found): add this to emit
12916         signal
12917
12918 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12919
12920         * data/evince-ui.xml: Add a few more toolbar items.
12921
12922         * shell/ev-window.c: Hook up page navigation toolbar 
12923         items.
12924
12925         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12926         a page-changed signal.
12927
12928         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12929         Add ev_document_get_page().
12930
12931         * shell/ev-window.c: Sensitize/desensitize navigation
12932         actions.
12933
12934 2004-12-21  Havoc Pennington  <hp@redhat.com>
12935
12936         * backend/ev-backend-marshal.c,
12937         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12938         marshaler-generator thingy. I'm sure there's a better way to do
12939         this in the modern world.
12940
12941         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12942         end_find methods and "found" signal.
12943
12944         * configure.ac: find glib-genmarshal
12945
12946 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12947
12948         * shell/ev-sidebar.c: Construct an actual sidebar.
12949         * shell/ev-sidebar-bookmarks.[ch]:
12950         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12951
12952 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12953
12954         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12955         Redo size handling.
12956         
12957         * shell/ev-view.c: Track the size from the document.
12958
12959 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12960
12961         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12962         constructor assumes ownership of the string passed in.
12963         
12964         * shell/ev-window.c (ev_window_open): Destroy the error
12965         dialog once we've displayed it.
12966
12967 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12968
12969         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12970         a bit, it works! (sort of)
12971
12972         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12973         Move to .cc since we need to use C++ in the implementation.
12974
12975         * shell/dummy.cc: Add a CC file to force evince
12976         to be linked as a C++ program.
12977
12978 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12979
12980         * shell/ev-view.[ch]: Start of content-area widget.
12981
12982         * shell/ev-window.c: Create a EvView, update it
12983         as we change documents.
12984
12985         * shell/Makefile.am shell/ev-marshal.list: Add
12986         generated marshalers.
12987
12988 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12989
12990         * Makefile.am (SUBDIRS): move shell.
12991
12992 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12993
12994         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12995         .a to libtool convenience libraries.
12996
12997         * shell/ev-window.c (ev_window_open): Hard code loading
12998         a PDF document.
12999         
13000         * backend/ev-document.h: Add a boolean return to load(),
13001         fix GError * to GError **.
13002
13003         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13004         object for a PDF backend EvDocument.
13005
13006 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13007
13008         * dvi/*: New directory with the beginning of a .dvi backend.
13009
13010 2004-12-21  Havoc Pennington  <hp@redhat.com>
13011
13012         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13013         previous/next instead of back/forward
13014
13015 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13016
13017         * backend/ev-document.[ch]: Fix a couple of problems so
13018         it compile.
13019
13020 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13021
13022         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13023         to backend/ directory, rename EvViewer to EvDocument.
13024
13025 2004-12-21  Havoc Pennington  <hp@redhat.com>
13026
13027         * shell/ev-window.c: hook up the find bar widget; now we just need
13028         a document to find things in
13029
13030         * shell/eggfindbar.c: a find bar widget
13031
13032 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13033
13034         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13035
13036 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13037
13038         * pdf/**: Import of xpdf code from gpdf. 
13039
13040         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13041
13042         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13043         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13044         Fix FreeType includes.
13045
13046         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13047         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13048         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13049         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13050         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13051         Include xpdfconfig.h
13052         
13053 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13054
13055         * shell/ev-window.c (ev_window_dispose): dispose can be called
13056         multiple times.
13057
13058 2004-12-21  Havoc Pennington  <hp@redhat.com>
13059
13060         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13061         rather than Evince
13062
13063         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13064         items; really they should be synced with the strings, etc. from
13065         current gpdf, but just getting the boring typing out of the way 
13066
13067 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13068
13069         * po/POTFILES.in:
13070         * shell/ev-application.c: (window_destroy_cb):
13071         * shell/ev-window.c:
13072         * shell/main.c: (main):
13073
13074         Actually show the window...
13075
13076 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13077
13078         * Makefile.am:
13079         * shell/Makefile.am:
13080         * shell/ev-application.c: (ev_application_class_init):
13081         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13082
13083         Make it build again
13084
13085 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13086
13087         Import to gnome cvs.
13088         
13089         * Remove copies of gpdf and ggv trees.
13090         * Rip out all the recursive configure code.
13091         * Remove bonobo machinery.
13092         * viewer/*: GInterfaces that backends should/can implement.
13093
13094 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13095
13096         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13097         typo
13098
13099 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13100
13101         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13102         (ev_application_finalize, ev_application_class_init)
13103         (ev_application_init): use GType instance private data for priv.
13104
13105         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13106         (ev_window_finalize, ev_window_class_init)
13107         (ev_window_init): ditto.
13108
13109 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13110
13111         * shell/ev-application.c (ev_application_new_window): make public
13112         (ev_application_show_initial_window): kill.
13113
13114         * shell/ev-application.h: update prototypes.
13115
13116         * shell/main.cc (main): inline ev_application_show_initial_window.
13117
13118 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13119
13120         * shell/ev-application.c (ev_application_new_window): impl.
13121         (ev_application_show_initial_window): use it.
13122         (is_window_empty, ev_application_get_empty_window): returns an
13123         existing empty window or a new one.
13124         (ev_application_open): from ev_window_cmd_file_open.
13125
13126         * shell/ev-application.h: update prototypes
13127
13128         * shell/ev-window.c (ev_window_is_empty): impl.
13129         (ev_window_open): make public.
13130         (ev_window_cmd_file_open): use ev_application_open
13131
13132         * shell/ev-window.h: update prototypes, remove unused.
13133
13134 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13135
13136         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13137         move destroy handler out of here...
13138
13139         * shell/ev-application.c, shell/ev-application.h: ...into this new
13140         class. Also handles initial window creation.
13141
13142         * shell/main.cc (main): use EvApplication to create initial
13143         window.
13144
13145 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13146
13147         * Makefile.am (SUBDIRS): add cut-n-paste
13148
13149         * cut-n-paste/Makefile.am: add
13150
13151         * configure.ac: generate Makefiles in cut-n-paste
13152
13153 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13154
13155         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13156         (ev_window_class_init): install ev_window_dispose.
13157
13158 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13159
13160         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13161         char (gchar looks stupid).
13162
13163 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13164
13165         * po/de.po: updated German translation.
13166
13167 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13168
13169         * configure.ac: add more pkg-config library checks for gnome-vfs,
13170         bonobo etc.
13171
13172         * gpdf/configure.in: temporarily disable libpaper
13173         checks. Otherwise I'd have to add the checks for the shell, too.
13174
13175 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13176
13177         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13178         and * file filters to the file choose.
13179
13180 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13181
13182         * po/de.po: Updated German translation.
13183
13184 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13185
13186         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13187
13188 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13189
13190         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13191
13192         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13193         (ev_window_init): implement those menuitems.
13194
13195 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13196
13197         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13198
13199         * shell/ev-window.c (ev_window_init): use the toolbar.
13200
13201 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13202
13203         * shell/ev-window.c (ev_window_init): use menu translations
13204
13205 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13206
13207         * configure.ac: add "de" to ALL_LINGUAS.
13208
13209         * po/de.po: add German translation.
13210
13211 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13212
13213         * Makefile.am (SUBDIRS): add po
13214
13215         * configure.ac: check intltool, glib-gettext etc, generate
13216         po/Makefile.in
13217
13218         * po, po/POTFILES.in, po/POTFILES.skip: new.
13219
13220 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13221
13222         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13223         already use (#ifdef ENABLE_NLS)
13224
13225         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13226         pointer indirection thinko.
13227
13228         * shell/main.c: include gi18n.h for bindtextdomain etc.
13229
13230 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13231
13232         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13233         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13234         tooltips for menu items in the statusbar.
13235
13236 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13237
13238         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13239         pkgdatadir drop UIDIR
13240
13241 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13242
13243         * data/evince-ui.xml: Add File->Open menu item
13244
13245         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13246         chooser), hook it up in the ui manager.
13247
13248 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13249
13250         * shell/ev-window.c: fix Help->About tooltip.
13251
13252 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13253
13254         * configure.ac: set CFLAGS for libevprivate.
13255
13256         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13257         definitions, factory etc.
13258
13259         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13260
13261         * shell/Makefile.am: link against libevprivate.a.
13262
13263         * shell/ev-window.c (entries): add stock icon to Help->About.
13264
13265         * shell/main.c (main): init stock icon code.
13266
13267 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13268
13269         * lib/recent-files: egg recent files code
13270
13271         * lib/Makefile.am: add.
13272
13273         * Makefile.am: add lib subdir.
13274
13275         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13276         set CFLAGS for recent-files.
13277
13278 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13279
13280         * configure.ac: disable -ansi and -pedantic gcc flags. They
13281         disable POSIX stuff in stdio.h, but egg-recent uses them.
13282
13283 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13284
13285         * configure.ac: add --disable-deprecated flag (defaults to on in
13286         "cvs" builds).
13287
13288         * shell/Makefile.am (INCLUDES): use it.
13289
13290 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13291
13292         * shell/main.c: add missing #include.
13293
13294         * shell/ev-window.c: fix for pedantic gcc.
13295         (ev_window_cmd_help_about): split license into paragraphs for
13296         translators and pedantic compilers.
13297
13298 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13299
13300         * configure.ac: add more warning flags if compiling with gcc from
13301         cvs (or explicitly requested with --enable-more-warnings).
13302
13303 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13304
13305         * data/evince-ui.xml: add File and File->Close menu.
13306
13307         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13308         (ev_window_destroy): quit after destroy.
13309         (ev_window_class_init): override GtkObject::destroy.
13310         (entries): install close_window callback.
13311
13312 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13313
13314         * Makefile.am (SUBDIRS): add data subdir.
13315
13316         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13317         gtk+ 2.5.0 for GtkAboutDialog.
13318
13319         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13320         main window.
13321
13322         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13323
13324         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13325         manager.
13326         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13327
13328 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13329
13330         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13331
13332 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13333
13334         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13335
13336 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13337
13338         * shell/*: Added shell directory boilerplate, build it.
13339
13340 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13341
13342         * configure.ac, Makefile.am: Added top-level configure.ac and
13343         Makefile.am