]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Translation updated
[evince.git] / ChangeLog
1 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
4
5         Duplicate mime_type string before freeing it so that it doesn't
6         always fail when getting mime type from uri. Fixes bug #518874.
7         
8 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-view.c: (ev_view_form_field_choice_changed):
11
12         Fix a crash when a choice form field doesn't have any item
13         selected. Fixes bug #518831
14         
15 2008-02-25  Alexander Larsson  <alexl@redhat.com>
16
17         * shell/ev-window.c (ev_window_clear_temp_file):
18         Use g_file_has_prefix instead of renamed
19         g_file_contains_file.
20
21         * configure.ac:
22         Require new glib for above change.
23         
24 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
25
26         * libdocument/ev-image.c: (ev_image_finalize),
27         (ev_image_save_tmp):
28
29         Return a real uri instead of a filename when saving an
30         image. Fixes images drag an drop from evince to nautilus. 
31         
32 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
33
34         * backend/pdf/ev-poppler.cc:
35         (pdf_document_images_get_image_mapping):
36
37         Return the image list in the right order. Fixes bug #516237.
38         
39 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
40
41         * backend/impress/impress-document.c:
42         (impress_document_thumbnails_get_thumbnail):
43
44         Remove unused variable to avoid a compiler warning.
45
46 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
47
48         * configure.ac:
49         
50         Update for release 2.21.91.
51
52 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
53
54         * configure.ac:
55         * shell/Makefile.am:
56         * shell/ev-application.[ch]:
57         * shell/ev-sidebar-links.c:
58         * shell/ev-utils.[ch]:
59         * shell/ev-window.[ch]:
60
61         Remove libgnomeprint support. Fixes bug #512370.
62         
63 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
64
65         * thumbnailer/evince-thumbnailer.c: (main):
66
67         Initialize glib type system before using it. Fixes bug #513934.
68         
69 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
70
71         * properties/ev-properties-main.c:
72
73         Add missing #include.
74         
75 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
76
77         * configure.ac:
78         * backend/djvu/djvu-document.c: (djvu_document_render):
79         * backend/tiff/tiff-document.c: (tiff_document_render):
80
81         Use the new cairo function cairo_format_stride_for_width when
82         available. Fixes bug #482720.
83
84 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
85
86         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
87         (get_mime_type_from_data), (get_document_from_uri):
88
89         Use g_content_type_guess() only when slow is true in
90         get_document_from_uri(). Fix several memory leaks.
91         
92 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
93
94         * libdocument/ev-document-factory.c:
95         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
96         (get_document_from_uri):
97
98         Use g_content_type_guess () to get mimetype for files.
99         Bug #510401.
100
101 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * thumbnailer/Makefile.am:
104
105         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
106         
107 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * configure.ac:
110
111         Fix build with --without-libgnome. Fixes bug #512771.
112         
113 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
114
115         * backend/dvi/Makefile.am: Install only dvi
116         module. Fixes bug #512718.
117
118 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
119
120         * properties/ev-properties-main.c: (nautilus_module_initialize):
121         
122         Initialize backends in properties tab. Fixes bug
123         #512720.
124
125 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
126
127         * properties/Makefile.am: No need to link with 
128         libraries. Fixes bug #512719.
129
130 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
131
132         * NEWS:
133         * configure.ac:
134         
135         Update for release 2.21.90.
136
137 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
138
139         * shell/ev-window.c: (ev_window_cmd_escape):
140
141         Fix compile warning.
142         
143 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
144
145         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
146
147         Fix printing in dvi backend when filename contains white
148         espaces. Fixes bug #502839.
149         
150 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
151
152         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
153         (screensaver_disable_x11):
154         * shell/Makefile.am:
155         * shell/xdg-user-dir-lookup.c: Removed
156         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
157         * shell/ev-view.c: (ev_view_presentation_transition_start):
158         * shell/ev-window.c: (ev_window_cmd_file_open),
159         (ev_window_cmd_save_as), (presentation_set_timeout):
160
161         Remove #ifdefs that are no longer needed.
162         
163 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * shell/ev-view.[ch]: (ev_view_button_release_event),
166         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
167         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
168         (ev_window_cmd_escape):
169
170         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
171         
172 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
173
174         * configure.ac:
175         * backend/comics/comics-document.c: (comics_document_load):
176         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
177         (ev_attachment_set_property), (ev_attachment_init),
178         (ev_attachment_save), (ev_attachment_launch_app),
179         (ev_attachment_open):
180         * libdocument/ev-document-factory.c: (get_document_from_uri):
181         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
182         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
183         * shell/ev-jobs.c:
184         * shell/ev-password.c: (ev_password_dialog_set_property),
185         (ev_password_dialog_save_password):
186         * shell/ev-sidebar-attachments.c:
187         (ev_sidebar_attachments_drag_data_get):
188         * shell/ev-window-title.c: (get_filename_from_uri):
189         * shell/ev-window.c: (ev_window_clear_temp_file),
190         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
191         (ev_window_open_uri), (window_save_file_copy_ready_cb),
192         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
193         (launch_external_uri), (image_save_dialog_response_cb),
194         (attachment_save_dialog_response_cb):
195         * shell/main.c: (load_files), (load_files_remote), (main):
196         * thumbnailer/evince-thumbnailer.c: (main):
197
198         Port to gio and drop gnome-vfs dependency. Fixes bug
199         #510401. Based on patch by Cosimo Cecchi.
200         
201 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
202
203         * NEWS:
204
205         Fixed formatting inconsistencies (spaces vs. tabs)
206
207 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
208
209         * shell/ev-window.c:
210
211         Use top/up/bottom/down arrows instead of
212         first/left/last/right in the toolbar and menu actions.
213         This fixes issues with RTL languages and is visually
214         consistent with the page view. Fixes bug #170081.
215
216 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
217
218         * NEWS:
219
220         Fixed some inaccuracies pointed out by Carlos Garcia
221         Campos.
222
223 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
224
225         * NEWS:
226         * data/evince.schemas.in:
227         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
228
229         Override PDF restrictions by default. Fixes bug #382700.
230
231 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
232
233         * NEWS: Updated for upcoming release
234
235 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
236
237         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
238
239         Fix memory leak.
240         
241 2008-01-23  Gil Forcada <gilforcada@guifi.net>
242
243         * shell/ev-window.c: (register_custom_actions):
244         
245         Added comment for translators
246
247 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
248
249         * shell/ev-view.c: (ev_view_button_release_event):
250
251         Do not create the idle function for kinetic scrolling if we are
252         not in a drag operation.
253
254 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
255
256         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
257         (ev_view_button_press_event), (ev_view_motion_notify_event),
258         (ev_view_button_release_event):
259
260         Restore cursor after autoscrolling. Fixes bug #509958.
261
262 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
263
264         * configure.ac:
265         * backend/pdf/ev-poppler.cc:
266         (pdf_document_images_get_image_mapping),
267         (pdf_document_images_get_image),
268         (pdf_document_document_images_iface_init):
269         * libdocument/ev-document-images.[ch]:
270         (ev_document_images_get_image_mapping),
271         (ev_document_images_get_image):
272         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
273         (ev_image_get_id), (ev_image_save_tmp):
274         * shell/ev-jobs.c: (ev_job_render_run):
275         * shell/ev-view.c: (ev_view_drag_data_get):
276         * shell/ev-window.c: (image_save_dialog_response_cb),
277         (ev_view_popup_cmd_copy_image):
278
279         Do not render images when rendering the page but on demand. It
280         reduces the memory comsumption.
281         
282 2008-01-18  Marcelo Lira  <setanta@gmail.com>
283
284         * configure.a:
285         * shell/ev-password.c:
286
287         Make gnome-keyring optional. Fixes bug #509676.
288         
289 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
290
291         * shell/ev-pixbuf-cache.c: (add_job):
292
293         Initialize include_images variable as FALSE instead of TRUE.
294         
295 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
296
297         * configure.ac:
298         * cut-n-paste/Makefile.am:
299         * cut-n-paste/fileformatchooser/Makefile.am:
300         * cut-n-paste/fileformatchooser/egg-macros.h:
301         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
302         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
303         * shell/Makefile.am:
304         * shell/ev-utils.c:
305         (file_chooser_dialog_add_writable_pixbuf_formats),
306         (get_gdk_pixbuf_format_by_extension):
307         * shell/ev-utils.h:
308         * shell/ev-window.c: (ev_window_error_message),
309         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
310         
311         Simplify image format selection on save.
312
313 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
314
315         * shell/ev-view.c: (ev_view_scroll_event):
316         
317         Repair gorizontal scrolling with shift. Fixes
318         bug #483412.
319
320 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
321         
322         * MAINTAINERS:
323
324         Fix formatting issues.
325         
326 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
327
328         * backend/comics/comics-document.c: (comics_regex_quote):
329         
330         Don't overquote special chars except of '. See bug 
331         502500. Thanks to Tom Parker.
332
333 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
334
335         * MAINTAINERS:
336         
337         Added Nickolay and Carlos, since they're doing most of
338         the releases nowadays.
339
340 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
341
342         * properties/Makefile.am:
343
344         Get the nautilus extension dir properly instead of using
345         a hack. Fixes bug #505359.
346
347 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
348
349         * properties/Makefile.am:
350         
351         Install nautilus extension into new place. See bug
352         #505359. Thanks to Matthias Clasen, Brian Pepple and
353         Damien Carbery.
354
355 2008-01-13  Djihed Afifi  <djihed@gmail.com>
356
357         * shell/ev-window.c: (ev_window_get_recent_file_label):
358         
359         RTL marker in recent file list. See bug #509076.
360
361 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
362
363         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
364         * shell/ev-window.c: (image_save_dialog_response_cb):
365
366         Fix compile warnings due to unused variables.
367         
368 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
369
370         * configure.ac:
371         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
372         * backend/ps/ev-spectre.c: (ps_document_render):
373
374         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
375
376 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
377
378         * shell/ev-transition-animation.c (ev_transition_animation_fade)
379         (ev_transition_animation_paint): Implement "fade" effect.
380
381 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
382
383         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
384         (ev_transition_animation_paint): Implement "uncover" effect.
385
386 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
387
388         * shell/ev-transition-animation.c (ev_transition_animation_cover)
389         (ev_transition_animation_paint): Implement "cover" effect.
390
391 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
392
393         * shell/ev-transition-animation.c (ev_transition_animation_push)
394         (ev_transition_animation_paint): Implement "push" effect.
395
396 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
397
398         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
399         (ev_transition_animation_paint): Implement "dissolve" effect.
400
401 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
402
403         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
404         (ev_transition_animation_paint): Implement "wipe" effect.
405
406 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
407
408         * shell/ev-transition-animation.c (ev_transition_animation_box)
409         (ev_transition_animation_paint): Implement "box" effect.
410
411 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
412
413         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
414         (ev_transition_animation_paint): Implement "blinds" effect.
415
416 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
417
418         * shell/ev-transition-animation.c (ev_transition_animation_split)
419         (ev_transition_animation_paint): Implement "split" effect.
420
421 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
422
423         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
424         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
425         (ev_view_transition_animation_start) 
426         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
427         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
428         (ev_view_next_page) (ev_view_previous_page):
429         
430         Use EvTransitionAnimation to drive page changes in the presentation
431         mode, the animation will wait to start until both the origin and 
432         destination page surfaces are available. Fixes #458460.
433
434         (draw_loading_text):
435
436         Remove workaround for bug #320352, it's now fixed properly.
437
438
439 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
440
441         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
442         will contain the implementations for page transition animations, at
443         the moment it just has the "replace" effect.
444         * shell/Makefile.am: Added these files to build.
445
446 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
447
448         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
449         animations.
450         * shell/Makefile.am: Added these files to build.
451
452 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
453
454         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
455         implementation to get_effect() in EvDocumentTransitionIface.
456
457 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
458
459         * libdocument/ev-transition-effect.[ch]: New files, define a page
460         transition effect, at the moment it maps PopplerPageTransition to a
461         GObject.
462         * libdocument/Makefile.am: Added these files to build.
463         * libdocument/ev-document-transition.[ch]
464         (ev_document_transition_get_effect): New method, gets the
465         EvTransitionEffect returned by the interface implementation, with
466         fallback to the "replace" effect.
467
468 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
469
470         * configure.ac:
471         * cut-n-paste/Makefile.am:
472         * cut-n-paste/fileformatchooser/Makefile.am:
473         * cut-n-paste/fileformatchooser/egg-macros.h:
474         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
475         * shell/Makefile.am:
476         * shell/ev-window.c: (image_save_dialog_response_cb),
477         (ev_view_popup_cmd_save_image_as):
478
479         Allow exporting images in any format supported by
480         GdkPixbuf. Fixes bug #500209.
481         
482 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
483
484         * backend/pixbuf/pixbuf-document.c:
485
486         More warnings fixed.
487         
488 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
491         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
492         * backend/djvu/djvu-text.h:
493         * backend/tiff/tiff-document.c: (tiff_document_render):
494
495         Fix compile warnings.
496         
497 2007-12-28  Christian Persch  <chpe@gnome.org>
498
499         * **/*.c: Include config.h. Bug #504721.
500
501 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
502
503         * configure.ac:
504         * Makefile.am:
505         * po/POTFILES.in:
506         * backend/comics/Makefile.am:
507         * backend/comics/comics-document.[ch]:
508         * backend/comics/comicsdocument.evince-backend.in:
509         * backend/djvu/Makefile.am:
510         * backend/djvu/djvu-document.[ch]:
511         * backend/djvu/djvudocument.evince-backend.in:
512         * backend/dvi/Makefile.am:
513         * backend/dvi/dvi-document.[c]:
514         * backend/dvi/dvidocument.evince-backend.in:
515         * backend/impress/Makefile.am:
516         * backend/impress/impress-document.[ch]:
517         * backend/impress/impressdocument.evince-backend.in:
518         * backend/pdf/Makefile.am:
519         * backend/pdf/ev-poppler.cc:
520         * backend/pdf/ev-poppler.h:
521         * backend/pdf/pdfdocument.evince-backend.in:
522         * backend/pixbuf/Makefile.am:
523         * backend/pixbuf/pixbuf-document.[ch]:
524         * backend/pixbuf/pixbufdocument.evince-backend.in:
525         * backend/ps/Makefile.am:
526         * backend/ps/ev-spectre.[ch]:
527         * backend/ps/ps-document.[ch]:
528         * backend/ps/psdocument.evince-backend.in:
529         * backend/tiff/Makefile.am:
530         * backend/tiff/tiff-document.[ch]:
531         * backend/tiff/tiffdocument.evince-backend.in:
532         * libdocument/Makefile.am:
533         * libdocument/ev-backends-manager.[ch]:
534         * libdocument/ev-module.[ch]:
535         * libdocument/ev-document.h:
536         * libdocument/ev-document-factory.[ch]:
537         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
538         (get_compression_from_mime_type), (get_document_from_uri),
539         (ev_document_factory_get_document), (file_filter_add_mime_types),
540         (ev_document_factory_add_filters):
541         * shell/Makefile.am:
542         * shell/ev-window-title.c: (get_filename_from_uri):
543         * shell/main.c: (main):
544         * thumbnailer/Makefile.am:
545         * thumbnailer/evince-thumbnailer.c: (main):
546
547         Plugin system for backends. Fixes bug #351348.
548         
549 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
550
551         * shell/ev-view-private.h:
552         * shell/ev-view.c: (ev_view_drag_update_momentum),
553         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
554         (ev_view_button_release_event), (ev_view_destroy):
555         
556         Kinetic scrolling implemented as requested in
557         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
558
559 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
560
561         * data/evince-toolbar.xml:
562         * data/evince-ui.xml:
563         * shell/ev-view-private.h:
564         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
565         (ev_view_button_press_event), (ev_view_motion_notify_event),
566         (ev_view_button_release_event), (ev_view_init),
567         (ev_view_autoscroll_cb), (ev_view_autoscroll),
568         (ev_view_set_cursor):
569         * shell/ev-view.h:
570         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
571         (ev_window_cmd_view_autoscroll):
572         
573         Autoscroll feature with the context menu. Fixes bug 
574         #323670. Thanks to David Turner <cillian64@googlemail.com>.
575
576 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
577
578         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
579
580         Disconnect also page-ready signal when removing a job because the
581         page size has changed. Thanks to kripken
582         <kripkensteiner@gmail.com>.
583
584 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
585
586         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
587         
588         Scroll pages in page entry with mouse wheel. Fixes bug
589         #324122. Thanks to David Turner <cillian64@googlemail.com>.
590
591 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
592
593         * backend/dvi/Makefile.am:
594         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
595         (mdvi_cairo_device_init):
596         * backend/dvi/mdvi-lib/common.h:
597         * backend/dvi/mdvi-lib/mdvi.h:
598         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
599         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
600         (mdvi_build_path_from_cwd):
601
602         Add ps specials support in dvi backend when libspectre is
603         present. Fixes bug #386005.
604         
605 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
606
607         * configure.ac:
608         * backend/ps/Makefile.am:
609         * backend/ps/ev-spectre.[ch]:
610         
611         Use libspectre, if available, for the ps backend. Fixes bugs
612         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
613
614 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
615         
616         * backend/comics/comics-document.c: (comics_document_load):
617         
618         Cygwin build issue fix.
619
620 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
621
622         * shell/ev-view.c: (ev_view_set_zoom):
623
624         Do not limit the minimum zoom factor when sizing mode is best bit
625         or fit width. Fixes bug #503805.
626         
627 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
628
629         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
630         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
631         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
632         (ev_link_dest_get_property), (ev_link_dest_set_property),
633         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
634         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
635         (ev_link_dest_new_fitr):
636         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
637         (goto_fith_dest), (goto_xyz_dest):
638
639         Do not change left, top and zoom values when they are null in PDF
640         destinations. Fixes bug #460658.
641         
642 2007-12-10  Christian Persch  <chpe@gnome.org>
643
644         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
645         (ev_view_accessible_class_init),
646         (ev_view_accessible_idle_do_action),
647         (ev_view_accessible_action_do_action),
648         (ev_view_accessible_action_get_description),
649         (ev_view_accessible_action_set_description),
650         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
651         (ev_view_accessible_factory_init),
652         (ev_view_accessible_factory_get_accessible_type):
653         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
654         private data, and G_DEFINE_TYPE. Bug #502843.
655
656 2007-12-08  Christian Persch  <chpe@gnome.org>
657
658         * shell/ev-metadata-manager.c: (item_free),
659         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
660         (value_free), (parse_value), (parseItem),
661         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
662         (save_values): Use GSlice to allocate small amounts of memory. Bug
663         #475972.
664
665 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
666
667         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
668
669         Restore cursor to normal after a drag operation. Fixes bug
670         #501603.
671         
672 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
673
674         * NEWS:
675         * configure.ac:
676         
677         Update for release 2.21.1
678
679 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
680
681         * configure.ac:
682         * cut-n-paste/gedit-message-area/Makefile.am:
683         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
684         * shell/Makefile.am:
685         * shell/ev-message-area.[ch]:
686         * shell/ev-window.c: (ev_window_set_message_area),
687         (ev_window_error_message_response_cb), (ev_window_error_message),
688         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
689         (ev_window_save_job_cb), (image_save_dialog_response_cb),
690         (ev_attachment_popup_cmd_open_attachment),
691         (attachment_save_dialog_response_cb), (ev_window_set_document),
692         (ev_window_init):
693
694         Use a message area instead of a popup dialog for error
695         notifications. Fixes bug #337495.
696         
697 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
698
699         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
700         (ev_window_run_fullscreen):
701
702         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
703         
704 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
705
706         * ev-sidebar-thumbnails.c: (update_visible_range),
707         (ev_sidebar_thumbnails_refresh),
708         (ev_sidebar_thumbnails_set_document),
709         (ev_sidebar_thumbnails_support_document):
710
711         Show thumbnails for documents with one page. Fixes bug #358751.
712         
713 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
714
715         * shell/ev-window.c:
716         (ev_window_load_print_settings_from_metadata),
717         (ev_window_save_print_settings), (ev_window_print_finished),
718         (ev_window_print_range):
719
720         Print settings that are specific to the document are now saved per
721         document in the metadata file. Fixes bug #488806.
722         
723 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
724
725         * backend/tiff/tiff-document.c: (tiff_document_render):
726
727         Tiff documents were rendered with wrong colors. Fixes bug #497279.
728         
729 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
730
731         * shell/ev-application.[ch]: (get_find_string_from_args),
732         (ev_application_open_uri_at_dest), (ev_application_open_uri),
733         (ev_application_open_uri_list):
734         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
735         * shell/ev-window.[ch]: (ev_window_load_job_cb),
736         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
737         (ev_window_cmd_recent_file_activate),
738         (ev_window_open_recent_action_item_activated),
739         (ev_window_print_send), (open_remote_link):
740         * shell/main.c: (arguments_parse):
741
742         Add a command line option for search. Fixes bug #497710.
743         
744 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
745
746         * shell/ev-jobs.c: (ev_job_print_new):
747
748         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
749         
750 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
751
752         * data/evince-toolbar.xml:
753         * shell/Makefile.am:
754         * shell/ev-application.c: (ev_application_init):
755         * shell/ev-open-recent-action.[ch]:
756         * shell/ev-window.c:
757         (ev_window_open_recent_action_item_activated),
758         (register_custom_actions):
759
760         Add an expander to the open toolbar item which pops up a dropdown
761         menu with the recently used documents. Fixes bug #487215.
762         
763 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
764
765         * shell/ev-window.c: (ev_window_open_uri),
766         (ev_window_cmd_view_reload):
767
768         Do not jump to the first page when reloading by running evince
769         from the command line. Fixes bug #490847.
770         
771 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
772
773         * shell/ev-window.c: (ev_window_cmd_help_contents):
774
775         Plugged memory leak when help file is not found. Fixes bug
776         #490762.
777         
778 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
779
780         * configure.ac:
781
782         Enable djvu, dvi and comics backends by default. Fixes bug
783         #437121.
784         
785 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
786
787         * configure.ac:
788         * cut-n-paste/Makefile.am:
789         * cut-n-paste/recent-files/*: Removed
790         * help/reference/Makefile.am:
791         * shell/Makefile.am:
792         * shell/ev-application.[ch]: (ev_application_shutdown),
793         (ev_application_init):
794         * shell/ev-window.c: (ev_window_add_recent),
795         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
796
797         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
798         
799 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
800
801         * shell/ev-window.c: (launch_external_uri):
802
803         Let GnomeVFS check the URL, this allow more URL (like mailto:),
804         and report error if the URL is not supported (#489910).
805
806 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
807
808         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
809         (pdf_document_file_exporter_begin_page),
810         (pdf_document_file_exporter_end_page):
811
812         Fix printing with poppler splash backend. Fixes bug #489774.
813         
814 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
815
816         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
817         * shell/ev-print-job.c: (ev_print_job_class_init):
818
819         Fix a crash when printing with the gnome-print dialog. Fixes bug
820         #488939.
821         
822 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
823
824         * backend/pixbuf/pixbuf-document.c:
825
826         Fix an implicit function definition warning (#487655)
827
828 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
829
830         * shell/ev-window.c:
831
832         Fix conflicting shortcut for view sade pane and presentation.
833         
834 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * backend/pdf/ev-poppler.cc:
837         (pdf_document_file_exporter_begin_page),
838         (pdf_document_file_exporter_do_page),
839         (pdf_document_file_exporter_end_page),
840         (pdf_document_file_exporter_iface_init):
841         * libdocument/ev-file-exporter.[ch]:
842         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
843         * shell/ev-jobs.c: (ev_job_print_get_page_list),
844         (ev_job_print_run):
845
846         When printing multiple pages per sheet in reverse option, do not
847         invert the order of the pages in every sheet, but the order of the
848         sheets. Do not print blank pages when page range is invalid. Fixes
849         bugs #484857 and #485521.
850         
851 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
852
853         * shell/ev-jobs.c: (ev_job_print_get_page_list),
854         (ev_job_print_run):
855         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
856
857         Respect ranges order when printing more than one range in random
858         order.
859         
860 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
861
862         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
863         (ev_window_setup_document), (ev_window_rotation_changed_cb):
864
865         Rotate also the window icon when document is rotated. Fixes bug
866         #474681.
867         
868 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
869
870         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
871         (pdf_document_forms_get_form_fields):
872
873         Silently ignore unknown form fields. Fixes bug #482654. Patch by
874         Matthias Drochner.
875         
876 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
877
878         * configure.ac:
879         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
880
881         Use poppler_page_render_for_printing() instead of
882         poppler_page_render() if available when exporting to a ps or pdf
883         file. Fixes bug #476627.
884         
885 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
886
887         * shell/ev-window.c: (ev_window_run_fullscreen):
888
889         Do not show the toolbar in fullscreen mode if the main toolbar is
890         not visible. Fixes bug #483048.
891         
892 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
893
894         * shell/ev-view.c: (ev_view_button_press_event):
895
896         Give priority to form fields over images when deciding whether a
897         button press event is over an image or form field. It allows edit
898         form fields when they are over a background image. Fixes bug
899         #477841.
900         
901 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
902
903         * NEWS:
904         * configure.ac:
905         
906         Update for release 2.20.0
907
908 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
909
910         * backend/pdf/ev-poppler.cc:
911
912         Remove #ifdef HAVE_FORMS, so that forms support works again.
913
914 2007-09-05  Götz Waschk  <waschk@mandriva.org>
915
916         * configure.ac:
917         * data/evince.desktop.in.in:
918         
919         Fixes desktop file issues. See bug #473471.
920
921 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
922
923         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
924         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
925         (ev_job_queue_remove_job):
926         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
927         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
928         * shell/ev-window.c: (ev_window_clear_save_job),
929         (ev_window_save_job_cb), (file_save_dialog_response_cb),
930         (ev_window_dispose):
931
932         Move save a copy task to its own job so that it's carried out in a
933         thread avoiding another lock in the main thread. Use
934         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
935         can be saved to a pathin another file system. Fixes bug #456891.
936         
937 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
938
939         * NEWS:
940         * configure.ac:
941         
942         Update for release 2.19.92
943
944 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
945
946         * configure.ac:
947         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
948         (pdf_selection_get_selection_region),
949         (pdf_selection_get_selection_map),
950         (ev_form_field_from_poppler_field):
951
952         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
953         and triple click selections are enabled again now.
954
955 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
956
957         * shell/ev-window.c: (ev_window_add_history):
958
959         Make sure not to use the history with documents not supporting
960         links. Fixes bug #468954.
961
962 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
963
964         * shell/ev-window.c: (ev_window_load_job_cb):
965
966         Restart the search when reloading a document with the find bar
967         visible. Fixes bug #461962.
968
969 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
970
971         * shell/ev-window.c: (setup_document_from_metadata),
972         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
973
974         Do not jump to the first page when reloading a document from the
975         last page.
976
977 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * shell/ev-window.c: (update_chrome_flag),
980         (setup_sidebar_from_metadata),
981         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
982         (ev_window_cmd_edit_find_next),
983         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
984         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
985         (find_bar_close_cb), (view_actions_focus_in_cb):
986
987         Do not update visibility when changing a chrome flag so that it's
988         possible to update several flags and update visibility only once
989         for all of them.
990
991 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
992
993         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
994
995         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
996         supported by gtk+. Fixes bug #460907.
997
998 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
999
1000         * shell/ev-view.c: (view_update_range_and_current_page):
1001
1002         Make sure current-page <= end-page in continuous mode. Fixes bug
1003         #454950.
1004
1005 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * backend/pdf/ev-poppler.cc: (build_tree):
1008
1009         Ignore outline items without a title. Fixes bug #453913.
1010
1011 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1012
1013         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1014         (ev_view_button_release_event), (ev_view_leave_notify_event):
1015
1016         Use always drag mouse cursor during a drag operation. Fixes bug
1017         #470564.
1018
1019 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1020
1021         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1022         (pdf_selection_get_selection_region),
1023         (pdf_selection_get_selection_map):
1024
1025         Temporarily disable double and triple selections since it depends on
1026         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1027         released and the update of the external dependency minimal version
1028         approved.
1029
1030 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1031
1032         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1033         (pdf_document_file_exporter_do_page):
1034         * libdocument/ev-file-exporter.h:
1035         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1036         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1037
1038         Actually fix printing regressions. Remove orientation from
1039         EvPrintContext since it's redundant.
1040
1041 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1042
1043         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1044         * backend/impress/impress-document.c:
1045         (impress_document_document_iface_init):
1046         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1047         * backend/djvu/djvu-document.c:
1048         (djvu_document_document_iface_init),
1049         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1050         * backend/tiff/tiff-document.c:
1051         (tiff_document_document_iface_init):
1052         * backend/pixbuf/pixbuf-document.c:
1053         (pixbuf_document_document_iface_init):
1054         * backend/comics/comics-document.c:
1055         (comics_document_document_iface_init):
1056         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1057         (pdf_selection_render_selection),
1058         (pdf_selection_get_selected_text),
1059         (pdf_selection_get_selection_region),
1060         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1061         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1062         (ev_selection_get_selection_region),
1063         (ev_selection_get_selection_map):
1064         * libdocument/ev-document.[ch]:
1065         * shell/ev-pixbuf-cache.[ch]: (add_job),
1066         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1067         * shell/ev-view-private.h:
1068         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1069         (ev_job_render_run):
1070         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1071         * shell/ev-view.c: (start_selection_for_event),
1072         (ev_view_button_press_event), (ev_view_drag_data_get),
1073         (ev_view_drag_data_received), (ev_view_button_release_event),
1074         (compute_new_selection_text), (compute_selections),
1075         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1076         (ev_view_primary_get_cb):
1077
1078         Add support for double and triple click selections.
1079
1080 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1081
1082         * NEWS:
1083         * configure.ac:
1084
1085         Update for release 2.19.4
1086
1087 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1088
1089         * shell/ev-view-private.h:
1090         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1091         (ev_view_set_highlight_search):
1092         * shell/ev-view.h:
1093         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1094         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1095         (find_bar_visibility_changed_cb):
1096         
1097         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1098
1099 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1100
1101         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1102         (pdf_document_file_exporter_begin),
1103         (pdf_document_file_exporter_do_page):
1104         * shell/ev-jobs.c: (ev_job_print_run):
1105         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1106
1107         Create always a portrait cairo surface and rotate when needed for
1108         landscape. It fixes printing problems in real printers.
1109
1110 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1111
1112         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1113         * libdocument/ev-file-exporter.[ch]:
1114         (ev_file_exporter_get_capabilities):
1115         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1116         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1117
1118         Adjust number of pages per row according to page orientation when
1119         printing 2 or 6 pages per sheet.
1120
1121 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1122
1123         * shell/ev-window.c: (ev_window_print_send):
1124
1125         Reset also cups setting to 1 when printing multiple pages per
1126         sheet. Fixes bug #468853.
1127
1128 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1129
1130         * libdocument/ev-document-misc.c:
1131         (ev_document_misc_surface_rotate_and_scale):
1132
1133         Use directly cairo_surface_get_content() when creating a similar
1134         surface as suggested by Jeff Muizelaar. Thanks again.
1135
1136 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1137
1138         * backend/djvu/djvu-document.c: (djvu_document_render):
1139         * backend/tiff/tiff-document.c: (tiff_document_render):
1140         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1141         * libdocument/ev-document-misc.c:
1142         (ev_document_misc_surface_from_pixbuf),
1143         (ev_document_misc_surface_rotate_and_scale):
1144
1145         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1146         creating page surfaces. Fixes bug #453123. Thank you very much to
1147         Jeff Muizelaar <jeff@infidigm.net>.
1148
1149 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1150
1151         * shell/ev-page-cache.c: (ev_page_cache_new),
1152         (ev_page_cache_get_thumbnail_size):
1153         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1154         (ev_sidebar_thumbnails_set_loading_icon):
1155
1156         Also store in page-cache the dimensions of the thumbnails so that
1157         they can be used to create the correct loading icon in the side
1158         pane. Fixes bug #466857.
1159
1160 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * backend/pdf/ev-poppler.cc:
1163         (pdf_document_thumbnails_get_thumbnail):
1164
1165         Fix thumbnails rotation in pdf documents that include embedded 
1166         thumbnails.
1167
1168 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1169
1170         * backend/pdf/ev-poppler.cc:
1171
1172         Don't use #ifdef in macro expansion. Some compilers don't
1173         like that. Closes bug #467042.
1174
1175 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1176
1177         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1178         
1179         Fixes memory leak in djvu backend.
1180
1181 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1182
1183         * data/icons/32x32/Makefile.am:
1184         * data/icons/32x32/actions/Makefile.am:
1185         * data/icons/32x32/actions/view-page-cont.svg:
1186         * data/icons/32x32/actions/view-page-facing.svg:
1187         * data/icons/48x48/Makefile.am:
1188         * data/icons/48x48/actions/Makefile.am:
1189         * data/icons/48x48/actions/view-page-cont.svg:
1190         * data/icons/48x48/actions/view-page-facing.svg:
1191         
1192         Icons for a new sizes.
1193
1194 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1195
1196         * shell/ev-page-cache.c: (build_height_to_page),
1197         (ev_page_cache_get_height_to_page):
1198         
1199         Fixes invalid read, see bug #466401.
1200
1201 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1202
1203         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1204         (set_drag_cursor):
1205         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1206         (configure_item_cursor), (new_pixbuf_from_widget):
1207
1208         Fix multihead problems in toolbar editor. Fixes bug #382055.
1209
1210 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * shell/ev-window.c: (ev_window_cmd_file_open),
1213         (ev_window_cmd_save_as):
1214
1215         Use g_get_user_special_dir when available instead of
1216         xdg_user_dir_lookup.
1217
1218 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1219
1220         * MAINTAINERS:
1221         
1222         Updated according to request on desktop-devel.
1223
1224 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1225
1226         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1227
1228         Do not use cairo_rectangle and cairo_clip since we are
1229         not using cairo_fill but cairo_paint. Use the same cairo context
1230         for every page in the same expose event.
1231
1232 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1233
1234         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1235         leak.
1236
1237 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1238
1239         * configure.ac:
1240         * NEWS:
1241
1242         Release 0.9.3
1243
1244 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1245
1246         * libdocument/ev-document-info.h:
1247         * libdocument/ev-document.h:
1248         * shell/ev-page-action.h:
1249         * shell/ev-sidebar-links.h:
1250
1251         Fix a headers problem with ev-link
1252         
1253         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1254         * shell/ev-view-private.h:
1255         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1256         (get_link_area), (ev_view_query_tooltip),
1257         (ev_view_leave_notify_event), (ev_view_destroy),
1258         (ev_view_class_init):
1259
1260         Use new gtk tooltips when available instead of ev-tooltip.
1261         
1262 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1263
1264         * shell/ev-window.c: (update_chrome_visibility),
1265         (ev_window_sidebar_visibility_changed_cb):
1266
1267         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1268         
1269 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1270
1271         * shell/ev-navigation-action.c:
1272         (ev_navigation_action_history_changed),
1273         (ev_navigation_action_set_history):
1274         * shell/ev-navigation-action-widget.c:
1275         (ev_navigation_action_widget_init):
1276         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1277
1278         Fix compile warnings.
1279         
1280 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1281
1282         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1283         (egg_editable_toolbar_dispose):
1284
1285         Fix memory leak.
1286         
1287 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1288
1289         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1290         (screensaver_disable_x11):
1291         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1292         * shell/ev-window.c: (presentation_set_timeout):
1293         * shell/ev-view.c: (ev_view_presentation_transition_start):
1294
1295         Use g_timeout_add_seconds instead of g_timeout_add when
1296         available.
1297         
1298 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1301
1302         Set horizontal scrollbar policy to AUTOMATIC instead of
1303         NEVER. Workaround for bug #449462.
1304         
1305 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * shell/ev-jobs.c: (ev_job_render_page_ready):
1308
1309         Add page_ready callback to main loop with high priority and hold
1310         a reference to job during idle.
1311         
1312 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1313
1314         * configure.ac:
1315         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1316         (pdf_document_file_exporter_begin),
1317         (pdf_document_file_exporter_do_page),
1318         (pdf_document_file_exporter_get_capabilities):
1319         * libdocument/ev-file-exporter.h:
1320         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1321         * shell/ev-window.c: (ev_window_print_send),
1322         (ev_window_print_dialog_response_cb):
1323
1324         Allow printing multiple pages per sheet. Fixes bug #395573.
1325         
1326 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1327
1328         * shell/ev-view.c: (tip_from_link):
1329         
1330         Check for NULL, fixes bug #460862.
1331
1332 2007-07-29  Christian Persch  <chpe@gnome.org>
1333
1334         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1335         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1336         (ev_window_cmd_preview_print):
1337         
1338         Fixes bug #437681 - blocks while enumerating printers.
1339
1340 2007-07-29  Christian Persch  <chpe@gnome.org>
1341
1342         * shell/ev-window.c: (ev_window_screen_changed):
1343         
1344         Don't use deprecated gtk+ function. See bug #460909.
1345
1346 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1347
1348         * shell/ev-utils.c: (get_num_monitors):
1349         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1350
1351         Do not use display before initializing it. Remove compile
1352         warnings.
1353
1354 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1355
1356         * shell/ev-view.c: (ev_view_class_init):
1357         
1358         Unix-like hjkl bindings added. See bug #458111.
1359
1360 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1361
1362         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1363         * shell/ev-utils.h:
1364         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1365         (ev_view_update_view_size):
1366         * shell/ev-view.h:
1367         * shell/ev-window.c: (ev_window_update_actions),
1368         (setup_view_from_metadata), (ev_window_screen_changed),
1369         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1370         (zoom_control_changed_cb):
1371         * shell/ev-window.h:
1372         
1373         Reorganizes utility functions.
1374
1375 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1376
1377         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1378         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1379         (add_job), (ev_pixbuf_cache_get_surface),
1380         (ev_pixbuf_cache_get_link_mapping),
1381         (ev_pixbuf_cache_get_image_mapping),
1382         (ev_pixbuf_cache_get_form_field_mapping),
1383         (ev_pixbuf_cache_get_text_mapping):
1384         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1385         (notify_page_ready), (ev_job_render_page_ready),
1386         (ev_job_render_run):
1387
1388         Add page_ready signal to notify that page is ready as soon as
1389         possible even if other page elements like links, forms, images or
1390         text mapping are not ready yet.
1391
1392 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1393
1394         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1395         (dvi_document_file_exporter_do_page),
1396         (dvi_document_file_exporter_get_capabilities),
1397         (dvi_document_file_exporter_iface_init):
1398         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1399         (ps_document_file_exporter_do_page),
1400         (ps_document_file_exporter_get_capabilities),
1401         (ps_document_file_exporter_iface_init):
1402         * backend/djvu/djvu-document.c:
1403         (djvu_document_file_exporter_begin),
1404         (djvu_document_file_exporter_end),
1405         (djvu_document_file_exporter_get_capabilities),
1406         (djvu_document_file_exporter_iface_init):
1407         * backend/tiff/tiff-document.c:
1408         (tiff_document_file_exporter_begin),
1409         (tiff_document_file_exporter_get_capabilities),
1410         (tiff_document_document_file_exporter_iface_init):
1411         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1412         (pdf_document_file_exporter_do_page),
1413         (pdf_document_file_exporter_get_capabilities),
1414         (pdf_document_file_exporter_iface_init):
1415         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1416         (ev_file_exporter_get_capabilities):
1417         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1418         (idle_print_handler), (ev_print_job_print):
1419         * shell/ev-jobs.c: (ev_job_print_run):
1420         * shell/ev-window.c: (ev_window_print_send),
1421         (ev_window_print_range):
1422
1423         Use capabilities to know which options should be offered by the
1424         print dialog depending on the document backend.
1425
1426 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1427
1428         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1429
1430         Give priority to forms over text to set the cursor.
1431
1432 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1433
1434         * shell/ev-view-private.h:
1435         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1436         (ev_view_leave_notify_event), (ev_view_finalize),
1437         (ev_view_get_property), (ev_view_class_init):
1438
1439         Use IBEAM cursor for text form fields and NORMAL cursor for read
1440         only fields. Remove unused status attribute.
1441
1442 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1443
1444         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1445
1446         Update region for current selected items also for checkbox
1447         buttons, since they can behave as radio buttons when they are in a
1448         set.
1449
1450 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1451
1452         * configure.ac:
1453         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1454
1455         Get max length of text form fields.
1456
1457 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1458
1459         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1460         * libdocument/ev-form-field.h:
1461         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1462
1463         Fix build with current poppler cvs head.
1464
1465 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1466
1467         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1468         * shell/eggfindbar.c: (egg_find_bar_init):
1469
1470         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1471         deprecation. Fixes bug #455667
1472
1473 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1474
1475         * NEWS:
1476         * configure.ac:
1477         
1478         Update for release 0.9.2
1479
1480 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1481
1482         * shell/ev-view.c: (ev_view_form_field_text_save),
1483         (ev_view_form_field_choice_save):
1484
1485         Fix a crash when closing whith a form widget visible.
1486
1487 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1488
1489         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1490
1491         Update also the region of the current selected button when
1492         clicking on another button if they are radio buttons.
1493
1494 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1495
1496         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1497         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1498         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1499         (ev_pixbuf_cache_get_link_mapping),
1500         (ev_pixbuf_cache_get_image_mapping),
1501         (ev_pixbuf_cache_get_form_field_mapping),
1502         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1503         * shell/ev-view.c: (ev_view_form_field_get_region),
1504         (ev_view_form_field_button_create_widget),
1505         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1506         (job_finished_cb):
1507
1508         Redraw only form field region instead of the whole page when
1509         reloading a page to show changes on the form field.
1510
1511 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * shell/ev-view.c: (ev_view_form_field_choice_save):
1514
1515         Fix selection of first item in list form fields.
1516
1517 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1518
1519         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1520         (ev_pixbuf_cache_reload_page),
1521         (ev_pixbuf_cache_get_form_field_mapping):
1522
1523         Some refactoring to avoid duplicated code.
1524
1525 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1526
1527         * configure.ac:
1528         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1529         (ev_form_field_from_poppler_field),
1530         (pdf_document_forms_get_form_fields),
1531         (pdf_document_forms_form_field_text_get_text),
1532         (pdf_document_forms_form_field_text_set_text),
1533         (pdf_document_forms_form_field_button_set_state),
1534         (pdf_document_forms_form_field_button_get_state),
1535         (pdf_document_forms_form_field_choice_get_item),
1536         (pdf_document_forms_form_field_choice_get_n_items),
1537         (pdf_document_forms_form_field_choice_is_item_selected),
1538         (pdf_document_forms_form_field_choice_select_item),
1539         (pdf_document_forms_form_field_choice_toggle_item),
1540         (pdf_document_forms_form_field_choice_unselect_all),
1541         (pdf_document_forms_form_field_choice_set_text),
1542         (pdf_document_forms_form_field_choice_get_text),
1543         (pdf_document_document_forms_iface_init):
1544         * libdocument/Makefile.am:
1545         * libdocument/ev-form-field.[ch]:
1546         * libdocument/ev-document-forms.[ch]:
1547         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1548         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1549         (add_job), (ev_pixbuf_cache_reload_page),
1550         (ev_pixbuf_cache_get_form_field_mapping):
1551         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1552         * shell/ev-view-private.h:
1553         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1554         (ev_view_handle_cursor_over_xy),
1555         (ev_view_get_form_field_at_location),
1556         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1557         (ev_view_form_field_button_create_widget),
1558         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1559         (ev_view_form_field_text_create_widget),
1560         (ev_view_form_field_choice_save),
1561         (ev_view_form_field_choice_changed),
1562         (ev_view_form_field_choice_create_widget),
1563         (ev_view_handle_form_field), (ev_view_size_allocate),
1564         (ev_view_realize), (draw_end_presentation_page),
1565         (ev_view_button_press_event), (ev_view_remove_all),
1566         (ev_view_motion_notify_event), (ev_view_key_press_event),
1567         (ev_view_enter_notify_event), (highlight_find_results),
1568         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1569         (ev_view_class_init), (page_changed_cb),
1570         (on_adjustment_value_changed), (ev_view_set_presentation),
1571         (merge_selection_region), (ev_view_set_cursor),
1572         (ev_view_reset_presentation_state):
1573         
1574         Merge evince-forms branch.
1575
1576 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1577
1578         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1579
1580         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1581         This script also updates itself from libegg
1582
1583         * cut-n-paste/toolbar-editor/egg*:
1584         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1585         libegg
1586
1587 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1588
1589         * shell/ev-window.c:
1590         
1591         Adds a nice icon to page action during toolbar editing.
1592         See bug #452872.
1593
1594 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1595
1596         * data/evince-toolbar.xml:
1597         * shell/ev-window.c:
1598         
1599         Let user add a presentation and fullscreen icons on toolbar.
1600         See bug #449734.
1601
1602 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1603
1604         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1605
1606         new script to keep in sync with toolbareditor in libegg
1607
1608         * cut-n-paste/toolbar-editor/*: 
1609
1610         Run update-toolbareditor-from-libegg so we are in sync again. 
1611         Fixes bug #452850.
1612         
1613
1614 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1615
1616         * shell/ev-sidebar-links.c: (job_finished_callback):
1617
1618         Do not connect selection changed signal more than once. Fixes bug
1619         #349433.
1620
1621 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1622
1623         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1624
1625         Do not change sidebar chrome flag when pressing F9 key in
1626         presentation mode.
1627
1628 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1629
1630         * backend/pdf/ev-poppler.cc:
1631         (pdf_document_thumbnails_get_dimensions):
1632
1633         Make sure thumbnails width and height is not <= 0. Fixes a crash
1634         with some pdf documents which have really small pages.
1635
1636 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1637
1638         * shell/main.c: (main):
1639
1640         Fixes program description translation issue.
1641         Bug #450148.
1642
1643 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1644
1645         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1646
1647         Do not change current page when returning from black/white mode
1648         in presentation. Fixes bug #415032.
1649
1650 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1651
1652         * NEWS:
1653         * configure.ac:
1654         
1655         Update for release 0.9.1
1656
1657 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1658
1659         * backend/dvi/dvi-document.c:
1660         (dvi_document_finalize),
1661         (dvi_document_file_exporter_format_supported),
1662         (dvi_document_file_exporter_begin),
1663         (dvi_document_file_exporter_do_page),
1664         (dvi_document_file_exporter_end),
1665         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1666         
1667         PDF exporter for dvi documents. Fixes bug #441319.
1668
1669 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1670
1671         * shell/ev-window.c: (ev_window_clear_print_job):
1672
1673         Clear gtk print job when job has finished. Fixes bug #447612.
1674
1675 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1676
1677         * shell/ev-window.c: (ev_window_print_send),
1678         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1679
1680         Add preview button to print dialog. Fixes bug #445419.
1681
1682 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1683
1684         * backend/dvi/Makefile.am:
1685         * backend/dvi/pixbuf-device.[ch]: Removed
1686         * backend/dvi/cairo-device.[ch]: Added
1687         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1688         * backend/dvi/dvi-document.c: (dvi_document_load),
1689         (dvi_document_render), (dvi_document_finalize),
1690         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1691         (dvi_document_do_color_special):
1692         * libdocument/ev-document-misc.[ch]:
1693         (ev_document_misc_pixbuf_from_surface):
1694
1695         Port dvi backend to cairo and fix a problem with colors. 
1696
1697 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1698
1699         * shell/ev-view.c: (draw_one_page):
1700
1701         Draw only visible region.
1702
1703 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1704
1705         * backend/djvu/djvu-document.c: (djvu_document_render):
1706
1707         Fix rotation in djvu backend.
1708
1709 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1710
1711         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1712         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1713         (ev_pixbuf_cache_get_image_mapping),
1714         (ev_pixbuf_cache_get_text_mapping):
1715
1716         Redraw view every time we have a new surface. Fixes bug #443587.
1717
1718 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1719
1720         * libdocument/ev-document.c: (ev_document_info_free):
1721
1722         Fix memory leaks.
1723
1724 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * backend/dvi/dvi-document.c: (dvi_document_render),
1727         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1728         * backend/impress/impress-document.c:
1729         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1730         (impress_document_render), (impress_document_document_iface_init),
1731         (impress_document_thumbnails_get_thumbnail):
1732         * backend/djvu/djvu-document-private.h:
1733         * backend/djvu/djvu-document.c: (djvu_document_render),
1734         (djvu_document_finalize), (djvu_document_document_iface_init),
1735         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1736         * backend/tiff/tiff-document.c: (tiff_document_render),
1737         (tiff_document_render_pixbuf),
1738         (tiff_document_document_iface_init):
1739         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1740         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1741         (pdf_selection_render_selection):
1742         * backend/comics/comics-document.c:
1743         (comics_document_render_pixbuf), (comics_document_render),
1744         (comics_document_document_iface_init):
1745         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1746         (pixbuf_document_document_iface_init):
1747         * libdocument/ev-document-misc.[ch]:
1748         (ev_document_misc_surface_from_pixbuf),
1749         (ev_document_misc_surface_rotate_and_scale):
1750         * libdocument/ev-document.[ch]: (ev_document_render):
1751         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1752         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1753         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1754         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1755         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1756         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1757         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1758         (render_finished_cb), (ev_job_render_run):
1759         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1760         (merge_selection_region):
1761
1762         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1763         and selections.
1764
1765 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1766
1767         * shell/ev-window-title.c: (ev_window_title_update):
1768
1769         Fix memory leak.
1770
1771 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1772
1773         * shell/ev-view.c: (draw_loading_text):
1774
1775         Show loading text centered. Fixes bug #433061
1776
1777 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1778
1779         * shell/ev-sidebar-thumbnails.c:
1780         (ev_sidebar_thumbnails_set_loading_icon):
1781
1782         Remove a mutex in the main thread that blocks the UI in heavy
1783         documents.
1784
1785 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1786
1787         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1788
1789         Set points_set to TRUE so that selections don't disappear after a
1790         zoom change.
1791
1792 2007-06-07  Michael Monreal  <infernux@web.de>
1793
1794         * data/icons/16x16/actions/Makefile.am:
1795         * data/icons/16x16/actions/zoom.svg:
1796         * data/icons/22x22/actions/Makefile.am:
1797         * data/icons/22x22/actions/zoom.svg:
1798         * data/icons/24x24/actions/Makefile.am:
1799         * shell/ev-stock-icons.c:
1800         * shell/ev-stock-icons.h:
1801         * shell/ev-window.c:
1802         
1803         Zoom icon artwork. See bug #444795.
1804
1805 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1806
1807         * shell/ev-metadata-manager.c: Remove extraneous function
1808         (Closes: #444386)
1809
1810 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1811
1812         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1813         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1814         (ev_metadata_manager_set), (ev_metadata_manager_save):
1815         Simplify the timeout, no need for modified anymore
1816
1817 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1818
1819         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1820         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1821         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1822         (ev_metadata_manager_save): Adapted patch from Arjan van de
1823         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1824         time, saves on power (Closes: #443851)
1825
1826 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1827
1828         * configure.ac:
1829         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1830         (pdf_selection_render_selection), (pdf_document_get_page_duration):
1831
1832         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
1833
1834 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1835
1836         * shell/ev-window.c: (ev_window_add_history):
1837
1838         Check if history is NULL
1839
1840 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1841
1842         * libdocument/ev-image.c: (ev_image_finalize):
1843         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
1844         * libdocument/ev-attachment.c: (ev_attachment_finalize):
1845         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
1846         (ev_tmp_uri_unlink):
1847
1848         Add functions to delete temporary files created by evince in a safe
1849         way.
1850
1851         * shell/ev-window.c: (ev_window_clear_local_uri),
1852         (open_xfer_update_progress_callback),
1853         (save_xfer_update_progress_callback), (ev_window_save_remote),
1854         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
1855         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
1856         (attachment_save_dialog_response_cb),
1857         (ev_attachment_popup_cmd_save_attachment_as):
1858
1859         Allow saving a copy of a document, image or attachment to a remote
1860         location. Fixes bug #440754. 
1861
1862 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1863
1864         * configure.ac:
1865         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
1866
1867         Fix build with current poppler from cvs head. 
1868
1869 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
1870
1871         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
1872
1873         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
1874         directory exists.
1875
1876 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
1877
1878         * shell/ev-sidebar.c: (ev_sidebar_add_page):
1879         * shell/ev-window.c:
1880
1881         Change sidebar ordering. Fixes bug #439939.
1882
1883 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
1884
1885         * backend/comics/Makefile.am:
1886         
1887         Fixes build with --without-libgnome.
1888
1889 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1890         
1891         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
1892
1893         Update cursor and tooltip on page change and view scroll. Fixes bug
1894         #439217.
1895
1896 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1897
1898         * NEWS:
1899         * configure.ac:
1900         
1901         Update for release 0.9.0
1902
1903 2007-05-14  Alaska Subedi <asubedi@gmail.com>
1904
1905         * backend/djvu/djvu-document-private.h:
1906         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
1907         (djvu_document_finalize),
1908         (djvu_document_file_exporter_format_supported),
1909         (djvu_document_file_exporter_begin),
1910         (djvu_document_file_exporter_do_page),
1911         (djvu_document_file_exporter_end),
1912         (djvu_document_file_exporter_iface_init), (djvu_document_init):
1913         
1914         Implemented printing with djvu. Bug #437998.
1915
1916 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1917
1918         * backend/impress/zip.c:
1919         Add missing ulong definition.
1920
1921         * backend/ps/ps-interpreter.c:
1922         Add missing headers.
1923
1924         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
1925
1926 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1927
1928         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
1929
1930         Add missing call to parent class dispose method. 
1931
1932 2007-05-12  Ross Burton  <ross@openedhand.com>
1933
1934         * shell/main.c:
1935         Sync keybindings manually when building without libgnome
1936         (#437925).
1937
1938 2007-05-12  Ross Burton  <ross@openedhand.com>
1939
1940         * shell/ev-window.c:
1941         Respect the screen when opening help (#437866).
1942
1943 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1944
1945         * data/evince-ui.xml:
1946         * shell/ev-application.[ch]: (get_print_settings_from_args),
1947         (ev_application_open_uri_at_dest), (ev_application_open_uri),
1948         (ev_application_open_uri_list):
1949         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
1950         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
1951         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
1952         (ev_window_cmd_view_reload), (lookup_printer_from_name),
1953         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
1954         (ev_window_dispose):
1955         * shell/main.c: (arguments_parse):
1956
1957         Add print button in preview mode. Fixes bug #396475. 
1958
1959 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1960
1961         * cut-n-paste/zoom-control/ephy-zoom.h:
1962         
1963         Fixes zoom level factors. See bug #408119 for details.
1964
1965 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1966
1967         * backend/comics/comics-document.c: (comics_regex_quote),
1968         (extract_argv):
1969         
1970         Correctly quote symbols. Fixes crash in the bug
1971         #415370.
1972
1973 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1974
1975         * shell/ev-navigation-action-widget.c:
1976         (ev_navigation_action_widget_init),
1977         (ev_navigation_action_widget_class_init),
1978         (ev_navigation_action_widget_button_press_event):
1979         
1980         Connect to button-press event on correct widget. Fixes
1981         bug #431988
1982
1983 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1984
1985         * shell/ev-application.c: (ev_application_open_window),
1986         (ev_application_add_icon_path_for_screen),
1987         (ev_application_open_uri_at_dest):
1988         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
1989         * shell/ev-navigation-action.c: (build_menu):
1990         
1991         Add app-specific icons to our icon theme. Fixes bug
1992         #425508.
1993
1994 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1995
1996         * shell/ev-history.c: (ev_history_class_init),
1997         (ev_history_add_link):
1998         * shell/ev-history.h:
1999         * shell/ev-navigation-action.c:
2000         (ev_navigation_action_history_changed),
2001         (ev_navigation_action_set_history), (build_menu),
2002         (ev_navigation_action_finalize):
2003         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2004         
2005         Make navigation action unsensitive instead of showing
2006         menu with unsensitive word. Fixes bug #417392.
2007
2008 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2009
2010         * shell/ev-application.[ch]: (ev_application_shutdown),
2011         (ev_application_get_print_settings),
2012         (ev_application_set_print_settings):
2013         * shell/ev-window.c:
2014
2015         Remember print settings. Fixes bug #349102. 
2016
2017 2007-05-08  Christian Persch  <chpe@gnome.org>
2018
2019         * configure.ac:
2020         * properties/ev-properties-view.c:
2021
2022         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2023         Bug #382438.
2024
2025 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * configure.ac:
2028         * properties/ev-properties-view.c: (ev_regular_paper_size):
2029
2030         Use gtk+ builtin paper list to identify the document's paper size.
2031         Fixes bug #382438. 
2032
2033 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2034
2035         * configure.ac:
2036
2037         Fix build when compiling with thumbnailer and libgnome support. 
2038
2039 2007-05-04  Ross Burton  <ross@openedhand.com>
2040
2041         * configure.ac:
2042         Add --without-libgnome, check for libgnome and libgnomeui
2043         separately, and add them to the symbols as required.
2044
2045         * libdocument/ev-file-helpers.c:
2046         When building without libgnome, use g_get_user_config_dir instead
2047         of gnome_user_dir_get.
2048
2049         * shell/ev-application.c:
2050         When building without libgnome, don't use session management.
2051
2052         * shell/main.c:
2053         When building without libgnome, don't use GnomeProgram or
2054         initialise the authentication manager.
2055
2056         This fixes #328842.
2057
2058 2007-05-04  Ross Burton  <ross@openedhand.com>
2059
2060         * shell/ev-window.c:
2061         Don't use libgnome to open help, instead call Yelp directly.
2062
2063 2007-05-04  Ross Burton  <ross@openedhand.com>
2064
2065         * shell/ev-sidebar-attachments.c:
2066         Don't use libgnome to lookup icons for MIME types, instead copy
2067         code from GTK+ to do it manually.
2068
2069 2007-05-04  Ross Burton  <ross@openedhand.com>
2070
2071         * configure.ac:
2072         Add libxml to the dependencies for SHELL_CORE (#435818).
2073
2074 2007-05-02  Ross Burton  <ross@openedhand.com>
2075
2076         * configure.ac:
2077         * Makefile.am:
2078         Add --disable-thumbnailer (#434825)
2079
2080 2007-05-02  Ross Burton  <ross@openedhand.com>
2081
2082         * shell/ev-window.c:
2083         Add missing includes, fix indentation.
2084
2085         * shell/main.c:
2086         Fix indentation.
2087
2088 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2089
2090         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2091         ev_application_open_uri_at_dest instead of ev_application_open_uri
2092         preventing new document always being opened in a new window even if there
2093         is an empty window.
2094
2095 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2096
2097         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2098         (egg_recent_view_uimanager_finalize):
2099         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2100         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2101         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2102         (ev_pixbuf_cache_dispose):
2103         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2104         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2105         
2106         Add missing chain to parent class methods. Fixes
2107         bug #433128.
2108
2109 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2110
2111         * data/Makefile.am (update-icon-cache): Updates
2112         gtk-update-icon-cache in uninstall-hook.
2113
2114 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2115
2116         * shell/ev-window.c: (ev_window_setup_document),
2117         (ev_window_set_document), (ev_window_load_job_cb):
2118         * shell/ev-view.c: (setup_caches):
2119         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2120
2121         Start rendering pages before any other jobs. 
2122
2123 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2124
2125         * shell/ev-window.c: (ev_window_stop_fullscreen),
2126         (ev_window_stop_presentation):
2127
2128         Update chrome visibility before window unfullscreen. 
2129
2130 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2131
2132         * data/Makefile.am:
2133         * data/evince-ui.xml:
2134         * shell/ev-stock-icons.[ch]:
2135         * shell/ev-application.[ch]: (ev_application_shutdown),
2136         (ev_application_init), (ev_application_get_toolbars_model):
2137         * shell/ev-window.c: (update_chrome_visibility),
2138         (fullscreen_toolbar_setup_item_properties),
2139         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2140         (ev_window_run_presentation), (ev_window_stop_presentation),
2141         (ev_window_run_preview), (ev_window_screen_changed),
2142         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2143         (ev_window_dispose), (ev_window_init):
2144
2145         Make fullscreen toolbar always visible. Do not use egg toolbars for
2146         fullscreen and preview modes since such toolbars are not editables.
2147         Fixes bugs #300278, #338910 and #316188.  
2148
2149 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2150
2151         * shell/ev-application.c:
2152         * shell/ev-job-queue.c:
2153         * shell/ev-metadata-manager.c:
2154         * shell/ev-stock-icons.c:
2155         * shell/ev-window.c:
2156         * shell/main.c:
2157         
2158         Developers documentation updated.
2159
2160 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2161
2162         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2163
2164         Check whether uri is valid before launching it. Fixes bug #427664.
2165
2166 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2167
2168         * shell/ev-window.c:
2169
2170         Change key accelerator for Open a Copy menu entry which is in conflict
2171         with Close. Fixes bug #427321.
2172
2173 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2174
2175         * NEWS:
2176         * configure.ac:
2177         
2178         Update for release 0.8.1
2179
2180 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2181
2182         * shell/ev-window.c: (setup_size_from_metadata):
2183         
2184         Do not make window bigger than screen. Fixes bug 
2185         #388985.
2186
2187 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2188
2189         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2190         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2191
2192         Use default resolution when it's not provided by document. Fixes bug
2193         #408762.
2194
2195 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2196
2197         * configure.ac:
2198         * thumbnailer/Makefile.am:
2199         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2200         * thumbnailer/evince-thumbnailer.schemas.in:
2201         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2202
2203         Add support for ps, eps and compressed documents thumbnails. Do not
2204         ignore size parameter. 
2205
2206 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2207
2208         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2209         (dvi_document_do_color_special):
2210         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2211
2212         Implement font color specials in the DVI backend. Fixes bug #303651.
2213
2214 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2215
2216         Fixup the previous commit:
2217
2218         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2219         * shell/xdg-user-dir-lookup.c: Make the function non-static
2220         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2221
2222 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2223
2224         * shell/ev-window.c (file_open_dialog_response_cb): Use
2225         the xdg-user-dirs DOCUMENTS folder as default folder when
2226         opening a file chooser.  (#424858)
2227
2228         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2229         xdg-user-dirs.
2230
2231 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2232
2233         * shell/ev-window.c: (ev_window_load_job_cb):
2234
2235         Do not setup view from metadata on preview mode. 
2236
2237 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2238
2239         * shell/main.c:
2240
2241         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2242
2243 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2244
2245         * shell/ev-view.c: (ev_view_primary_get_cb):
2246
2247         Check pointer != NULL before using it. Fixes bug #416841. 
2248
2249 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2250
2251         * NEWS:
2252         * configure.ac:
2253         
2254         Release 0.8.0
2255
2256 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2257
2258         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2259
2260         Do not render thumbnails when sidebar thumbnail page is not visible
2261         at startup. Fixes bug #416447. 
2262
2263 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2264
2265         * data/evince.desktop.in.in:
2266
2267         "Application" is not a valid category in the freedesktop specification.
2268
2269 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2270
2271         * libdocument/ev-file-helpers.[ch]: (compression_run),
2272         (ev_file_uncompress), (ev_file_compress):
2273         * shell/ev-window.c: (file_save_dialog_response_cb):
2274
2275         Save document compressed when saving a copy of a compressed document.
2276         Fixes bug #334542.
2277
2278 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2279
2280         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2281
2282         Allow deleting in goto window entry in presentation mode. 
2283
2284 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2285
2286         * Makefile.am: Dist MAINTAINERS.
2287
2288 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2289
2290         * shell/ev-window.c: (ev_window_update_actions):
2291
2292         Fix zoom shortcut keys when searching. Fixes bug #409828.
2293
2294 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2295
2296         * shell/ev-window.c: (ev_window_setup_document):
2297
2298         Fix crash when loading documents with only one page. 
2299
2300 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2301
2302         * backend/dvi/dvi-document.c:
2303         (dvi_document_thumbnails_get_dimensions),
2304         (dvi_document_thumbnails_get_thumbnail):
2305         * backend/impress/impress-document.c:
2306         (impress_document_thumbnails_get_thumbnail),
2307         (impress_document_thumbnails_get_dimensions):
2308         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2309         (ps_document_thumbnails_get_dimensions):
2310         * backend/djvu/djvu-document.c:
2311         (djvu_document_thumbnails_get_dimensions),
2312         (djvu_document_thumbnails_get_thumbnail):
2313         * backend/tiff/tiff-document.c:
2314         (tiff_document_thumbnails_get_thumbnail),
2315         (tiff_document_thumbnails_get_dimensions):
2316         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2317         (pdf_document_thumbnails_get_thumbnail),
2318         (pdf_document_thumbnails_get_dimensions):
2319         * backend/comics/comics-document.c:
2320         (comics_document_thumbnails_get_thumbnail),
2321         (comics_document_thumbnails_get_dimensions):
2322         * backend/pixbuf/pixbuf-document.c:
2323         (pixbuf_document_thumbnails_get_thumbnail),
2324         (pixbuf_document_thumbnails_get_dimensions):
2325         * libdocument/ev-document-thumbnails.[ch]:
2326         (ev_document_thumbnails_get_thumbnail),
2327         (ev_document_thumbnails_get_dimensions):
2328         * libdocument/ev-document-misc.[ch]:
2329         (ev_document_misc_get_thumbnail_frame):
2330         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2331         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2332         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2333         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2334         (ev_sidebar_thumbnails_refresh):
2335         * shell/ev-window.c: (ev_window_setup_document):
2336         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2337
2338         Use an EvRenderContext for rendering thumbnails instead of a suggested
2339         width, so that different sized pages get sized proportionally.
2340
2341 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2342
2343         * shell/ev-view.c: (ev_view_button_press_event),
2344         (ev_view_key_press_event):
2345
2346         Fix critical warnings when there is no document loaded. 
2347
2348 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2349
2350         * shell/ev-page-action-widget.c:
2351         * shell/ev-navigation-action.c:
2352         * shell/ev-window.c:
2353
2354         Fix compile warnings. 
2355
2356 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * backend/djvu/djvu-text.h:
2359         * backend/djvu/djvu-document.c:
2360         * backend/djvu/djvu-text-page.c:
2361         * backend/djvu/djvu-links.c:
2362         * backend/djvu/djvu-text-page.h:
2363         * backend/djvu/djvu-text.c:
2364         
2365         Fix build on Mac. Fixes bug #392186. Patch by
2366         <ephraim_owns@hotmail.com>
2367
2368 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2369
2370         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2371
2372         Restore cairo context before rendering every page when printing a PDF
2373         document into a PDF file. 
2374
2375 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2376
2377         * backend/ps/gstypes.h:
2378         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2379         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2380         (ps_document_thumbnails_get_thumbnail):
2381
2382         Handle PostScript page orientation. Fixes bug #318568.
2383
2384 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2385
2386         * backend/ps/Makefile.am:
2387         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2388         (document_load), (ps_document_load), (save_document),
2389         (save_page_list), (ps_document_get_n_pages),
2390         (ps_document_get_page_size), (ps_document_get_info),
2391         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2392         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2393         (ps_document_thumbnails_get_thumbnail),
2394         (ps_document_thumbnails_get_dimensions),
2395         (ps_document_document_thumbnails_iface_init):
2396         * backend/ps/ps.[ch]: (psgetpagebox):
2397         * backend/ps/ps-interpreter.[ch]:
2398
2399         Add support for thumbnails in ps backend. Fixes bug #164755. 
2400
2401 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2402
2403         * NEWS:
2404         * configure.ac:
2405         
2406         Release 0.7.2
2407
2408 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2409
2410         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2411         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2412         (ev_window_dispose):
2413
2414         Use document thumbnail as window icon. Fixes bug #384442.
2415
2416 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2417
2418         * configure.ac:
2419
2420         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2421         duplicated adding application/x-bzpostscript instead. 
2422
2423 2007-02-11  Tom Parker  <palfrey@tevp.net>
2424
2425         * backend/ps/ps-document.c: (document_load):
2426
2427         Check return value of psscan before trying
2428         to use it. Fixes bug #372414.
2429
2430 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2433
2434         Fix invalid free in ev-page-cache. Fixes bug #404745.
2435
2436 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2437
2438         * test/Makefile.am:
2439         * test/test3.py:
2440         
2441         Added reload test case.
2442
2443 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2444
2445         * po/POTFILES.in:
2446         * backend/djvu/djvu-document.c: (djvu_document_load):
2447
2448         Check whether there are missing files in indirect multipage djvu
2449         documents. Fixes bug #361683. 
2450
2451 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2452
2453         * test/Makefile.am:
2454         * test/test-mime.bin:
2455         * test/test3.py:
2456         
2457         Added test for slow mime type
2458
2459 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2460
2461         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2462
2463         Add some checks and call parent_class->finalize. Fixes bug #404745.
2464
2465 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2466
2467         * shell/ev-navigation-action.c: (connect_proxy):
2468         
2469         Fixes dropdown history menu. Thanks a lot Carlos!
2470
2471 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2472
2473         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2474
2475         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2476         bug #373715.
2477
2478 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2479
2480         * backend/ps/ps.c: (psscan):
2481
2482         Fix memory leak. 
2483
2484 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2485
2486         * configure.ac:
2487         * libdocument/ev-file-helpers.c: 
2488
2489         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2490
2491 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2492
2493         * configure.ac:
2494         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2495         (ps_interpreter_start), (document_load), (save_document),
2496         (save_page_list):
2497         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2498         * libdocument/ev-document-factory.c:
2499         (ev_document_factory_get_from_mime), (get_document_from_uri),
2500         (free_uncompressed_uri), (ev_document_factory_get_document):
2501         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2502
2503         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2504
2505 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2506
2507         * libdocument/ev-document.h:
2508
2509         Fix typo in function name. 
2510
2511 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2512
2513         * backend/ps/ps-document.c: (ps_interpreter_finished),
2514         (ps_interpreter_start), (ps_interpreter_failed):
2515
2516         Handle ghostscript interpreter crashes. 
2517
2518 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2519
2520         * shell/ev-window.c: (ev_window_open_uri),
2521         (window_configure_event_cb):
2522
2523         Setup window size and position before showing it. Fixes bug #401711.
2524
2525 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * backend/ps/Makefile.am:
2528         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2529         (ps_document_dispose), (ps_document_class_init),
2530         (ps_interpreter_input), (ps_interpreter_output),
2531         (ps_interpreter_error), (setup_interpreter_env),
2532         (ps_interpreter_start), (ps_interpreter_stop),
2533         (ps_interpreter_failed), (ps_interpreter_is_ready),
2534         (check_filecompressed), (document_load), (ps_document_load),
2535         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2536         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2537         (render_page):
2538
2539         Rework ps-document. Code cleanups, remove deprecated code. 
2540
2541 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2542
2543         * shell/ev-view.c: (ev_view_button_press_event):
2544
2545         Do not start an image drag and drop operation when pointer is on 
2546         text, so that we can select text when the whole background is an
2547         image. 
2548
2549 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2550
2551         * shell/ev-window.c: (ev_window_update_actions): 
2552
2553         Disable all zoom related actions during presentation mode. 
2554
2555 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2556
2557         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2558
2559         Do not zoom in or out on presentation mode. Fixes bug #401305.
2560
2561 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2562
2563         * shell/ev-navigation-action.c: (connect_proxy),
2564         (create_menu_item), (ev_navigation_action_class_init):
2565         
2566         Correctly show menu and fix crash when navigaton 
2567         action is out of toolbar visible area.
2568
2569 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2570
2571         * data/Makefile.am:
2572         * data/evince.1:
2573         
2574         Added man file
2575
2576 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2577
2578         * help/reference/* :
2579         * configure.ac:
2580         
2581         Added gtk-doc based documentation for Evince.
2582         Still in initial state but I hope it will
2583         grow.
2584         
2585         * configure.ac:
2586         
2587         Lower dbus requirement to 0.70
2588
2589 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2590
2591         * shell/ev-window.c: (ev_window_add_history):
2592
2593         Fix memory leak. 
2594
2595 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2596
2597         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2598         * shell/ev-view.h:
2599         * shell/ev-window.c: (ev_window_add_history):
2600         
2601         Correctly handle named destination links
2602
2603 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2604
2605         * NOTES:
2606         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2607         * backend/pdf/ev-poppler.cc:
2608         * libdocument/ev-document-links.h:
2609         * libdocument/ev-link.c: (ev_link_get_page):
2610         * libdocument/ev-link.h:
2611         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2612         (ev_history_add_link):
2613         * shell/ev-history.h:
2614         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2615         (new_history_menu_item), (build_menu):
2616         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2617         * shell/ev-sidebar-links.c: (create_loading_model),
2618         (print_section_cb), (ev_sidebar_links_construct),
2619         (fill_page_labels), (update_page_callback_foreach),
2620         (update_page_callback), (job_finished_callback):
2621         * shell/ev-view.c: (ev_view_handle_link):
2622         * shell/ev-window.c: (ev_window_find_chapter),
2623         (ev_window_add_history), (view_handle_link_cb),
2624         (history_changed_cb):
2625         
2626         Implements another history variant
2627
2628 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * shell/ev-window.c: (view_external_link_cb):
2631         * shell/ev-view.c: (ev_view_button_release_event):
2632
2633         Open links in new window when clicking with middle button. 
2634
2635 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2636
2637         * shell/ev-navigation-action.c: (new_history_menu_item):
2638         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2639         * shell/ev-view.c: (ev_view_handle_link):
2640         * shell/ev-window.c:
2641         
2642         Store link before jump, not the destination. For me it 
2643         seems like more natural history behavior.
2644
2645 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2646
2647         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2648         (ev_navigation_action_class_init):
2649         * shell/ev-navigation-action.h:
2650         * shell/ev-page-action.c: (activate_cb):
2651         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2652         (ev_page_cache_set_current_page_history):
2653         * shell/ev-page-cache.h:
2654         * shell/ev-sidebar-thumbnails.c:
2655         (ev_sidebar_tree_selection_changed),
2656         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2657         * shell/ev-view-private.h:
2658         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2659         * shell/ev-view.h:
2660         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2661         (ev_window_setup_document), (ev_window_load_job_cb):
2662         * shell/ev-window.h:
2663         
2664         History finally works as expected.
2665
2666 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2667
2668         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2669
2670         Do not update links treeview if it doesn't have a model assigned yet. 
2671
2672 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2673
2674         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2675         (ev_sidebar_links_class_init), (update_page_callback):
2676
2677         Do not update links treeview when sidepane is not visible. 
2678
2679 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2680
2681         * shell/ev-marshal.list:
2682         * shell/ev-page-action.c: (activate_cb),
2683         (ev_page_action_class_init):
2684         * shell/ev-page-action.h:
2685         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2686         * shell/ev-window.c:
2687         
2688         Remove activate_link signal, not required.
2689
2690 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2691
2692         * shell/ev-navigation-action.c: (build_menu):
2693         
2694         Reorder menu items and build menu with fixed length.
2695
2696 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2697
2698         * shell/ev-view.c: (get_selected_text):
2699         
2700         Normalize text to fix ligatures problem. See bug
2701         #341947 for details.
2702
2703 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2704
2705         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2706
2707         Fix memory leak in ev-page-cache. 
2708
2709 2007-01-25  Tom Parker <palfrey@tevp.net>
2710
2711         * backend/impress/impress-document.c: (impress_document_load),
2712         (impress_document_finalize), (impress_document_init):
2713         * properties/ev-properties-main.c: (ev_properties_get_pages):
2714         
2715         Correctly handle impress document errors. Fixes nautilus
2716         crash in property page #370491.
2717
2718 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2721         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2722         (ev_job_queue_remove_job):
2723         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2724         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2725         (ev_job_load_run):
2726         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2727         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2728         (ev_window_load_job_cb), (xfer_update_progress_callback),
2729         (ev_window_open_uri), (ev_window_dispose):
2730         * shell/main.c: (main):
2731
2732         Do file transfer asynchronously in the main thread instead of
2733         synchronously in the load thread. Fixes bugs #399694, #398307 and
2734         #343542.
2735
2736 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2737
2738         * shell/ev-jobs.c: (ev_job_xfer_run):
2739
2740         Load the document with the font-config lock held. 
2741
2742 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2743
2744         * backend/ps/ps-document.c: (start_interpreter):
2745
2746         Fix memory leaks in ps backend. 
2747
2748 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * backend/impress/impress-document.c:
2751         (impress_document_render_pixbuf):
2752
2753         Do not acquire fontconfig lock in impress backend, since it is using
2754         the main loop for rendering. 
2755
2756 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2757
2758         * po/POTFILES.in: 
2759
2760         Remove mdvi files that shouldn't be translated. 
2761
2762 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2763
2764         * shell/ev-view-private.h:
2765         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2766         (ev_view_set_zoom):
2767
2768         Render "loading..." text into a cairo surface instead of directly into
2769         the window so that fontconfig lock is only needed once and UI is not
2770         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2771
2772 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2773
2774         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2775         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2776
2777         Use icon theme associated with the window screen rather than default. 
2778
2779 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2780
2781         * configure.ac:
2782
2783         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2784
2785 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2786
2787         * data/icons/*/apps/evince.*:
2788
2789         Move Evince icons under new apps directory.
2790
2791         * data/icons/*/actions/*:
2792
2793         Add new custom themeable Evince icons: view-page-continuous, 
2794         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2795         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2796
2797         * configure.ac:
2798
2799         Add new directories to AC_CONFIG_FILES.
2800
2801         * shell/ev-stock-icons.c:
2802         * shell/ev-stock-icons.h:
2803
2804         Use new custom themeable icons.
2805
2806 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2807
2808         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2809
2810         Do not draw white background page in presentation mode. 
2811
2812 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2813
2814         * shell/ev-view.c: Remove unused gnome-vfs include.
2815
2816 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2817
2818         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2819         
2820         Format string is corrected, fixes bug #397129.
2821
2822 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2823
2824         * shell/ev-window.c: (ev_window_setup_recent):
2825
2826         Do not include in recent menu inexistent documents. Fixes
2827         bug #339171.
2828
2829 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2830
2831         * po/POTFILES.skip: 
2832
2833         Update POTFILES.skip file according to current source tree. 
2834
2835 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * shell/ev-window.c: (file_save_dialog_response_cb):
2838
2839         Do Save a copy in atomic way. Fixes bug #328266. 
2840
2841 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
2844
2845         Keep selected cell always visible in index treeview.
2846
2847 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2848         
2849         * shell/ev-view.c: (ev_view_size_allocate):
2850
2851         Restore horizontal scrollbar after switching to/from fullscreen
2852         or presentation mode. Fixes bug #331728.
2853
2854 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2855
2856         * shell/ev-view-private.h:
2857         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
2858         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
2859         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
2860         (ev_view_can_zoom_out):
2861
2862         Use max and min scale values in the view iby taking dpi into account. 
2863
2864 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2865
2866         * configure.ac:
2867         * NEWS:
2868
2869         Release 0.7.1
2870
2871 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * shell/ev-window.c: (ev_window_print_send):
2874
2875         Send print job to printer with some settings set to default values,
2876         since we have already exported to a file according to such settings
2877         and they could be taken twice by some printers. 
2878
2879 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
2880
2881         * shell/ev-jobs.c: (ev_job_xfer_run):
2882         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2883
2884         Show main window and load document with the font-config lock held. 
2885
2886 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2887
2888         * configure.ac:
2889         * shell/ev-application.c: (ev_application_register_service):
2890         * shell/main.c: (load_files_remote):
2891
2892         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
2893
2894 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2895
2896         * doc/debugging.txt:
2897         
2898         Remove obsolete documentation.
2899
2900 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2901
2902         * Makefile.am:
2903         * backend/Makefile.am:
2904         * backend/comics/Makefile.am:
2905         * backend/djvu/Makefile.am:
2906         * backend/dvi/Makefile.am:
2907         * backend/ev-async-renderer.c:
2908         * backend/ev-async-renderer.h:
2909         * backend/ev-attachment.c:
2910         * backend/ev-attachment.h:
2911         * backend/ev-backend-marshal.c:
2912         * backend/ev-document-factory.c:
2913         * backend/ev-document-factory.h:
2914         * backend/ev-document-find.c:
2915         * backend/ev-document-find.h:
2916         * backend/ev-document-fonts.c:
2917         * backend/ev-document-fonts.h:
2918         * backend/ev-document-images.c:
2919         * backend/ev-document-images.h:
2920         * backend/ev-document-info.h:
2921         * backend/ev-document-links.c:
2922         * backend/ev-document-links.h:
2923         * backend/ev-document-misc.c:
2924         * backend/ev-document-misc.h:
2925         * backend/ev-document-security.c:
2926         * backend/ev-document-security.h:
2927         * backend/ev-document-thumbnails.c:
2928         * backend/ev-document-thumbnails.h:
2929         * backend/ev-document-transition.c:
2930         * backend/ev-document-transition.h:
2931         * backend/ev-document.c:
2932         * backend/ev-document.h:
2933         * backend/ev-file-exporter.c:
2934         * backend/ev-file-exporter.h:
2935         * backend/ev-image.c:
2936         * backend/ev-image.h:
2937         * backend/ev-link-action.c:
2938         * backend/ev-link-action.h:
2939         * backend/ev-link-dest.c:
2940         * backend/ev-link-dest.h:
2941         * backend/ev-link.c:
2942         * backend/ev-link.h:
2943         * backend/ev-render-context.c:
2944         * backend/ev-render-context.h:
2945         * backend/ev-selection.c:
2946         * backend/ev-selection.h:
2947         * backend/impress/Makefile.am:
2948         * backend/pdf/Makefile.am:
2949         * backend/pixbuf/Makefile.am:
2950         * backend/ps/Makefile.am:
2951         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
2952         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
2953         (start_interpreter), (stop_interpreter), (document_load),
2954         (ps_document_next_page), (render_page):
2955         * backend/tiff/Makefile.am:
2956         * comics/Makefile.am:
2957         * comics/comics-document.c:
2958         * comics/comics-document.h:
2959         * configure.ac:
2960         * cut-n-paste/zoom-control/ephy-zoom-control.c:
2961         * djvu/Makefile.am:
2962         * djvu/djvu-document-private.h:
2963         * djvu/djvu-document.c:
2964         * djvu/djvu-document.h:
2965         * djvu/djvu-links.c:
2966         * djvu/djvu-links.h:
2967         * djvu/djvu-text-page.c:
2968         * djvu/djvu-text-page.h:
2969         * djvu/djvu-text.c:
2970         * djvu/djvu-text.h:
2971         * dvi/Makefile.am:
2972         * dvi/dvi-document.c:
2973         * dvi/dvi-document.h:
2974         * dvi/fonts.c:
2975         * dvi/fonts.h:
2976         * dvi/mdvi-lib/Makefile.am:
2977         * dvi/mdvi-lib/afmparse.c:
2978         * dvi/mdvi-lib/afmparse.h:
2979         * dvi/mdvi-lib/bitmap.c:
2980         * dvi/mdvi-lib/bitmap.h:
2981         * dvi/mdvi-lib/color.c:
2982         * dvi/mdvi-lib/color.h:
2983         * dvi/mdvi-lib/common.c:
2984         * dvi/mdvi-lib/common.h:
2985         * dvi/mdvi-lib/defaults.h:
2986         * dvi/mdvi-lib/dvimisc.c:
2987         * dvi/mdvi-lib/dviopcodes.h:
2988         * dvi/mdvi-lib/dviread.c:
2989         * dvi/mdvi-lib/files.c:
2990         * dvi/mdvi-lib/font.c:
2991         * dvi/mdvi-lib/fontmap.c:
2992         * dvi/mdvi-lib/fontmap.h:
2993         * dvi/mdvi-lib/fontsrch.c:
2994         * dvi/mdvi-lib/gf.c:
2995         * dvi/mdvi-lib/hash.c:
2996         * dvi/mdvi-lib/hash.h:
2997         * dvi/mdvi-lib/list.c:
2998         * dvi/mdvi-lib/mdvi.h:
2999         * dvi/mdvi-lib/pagesel.c:
3000         * dvi/mdvi-lib/paper.c:
3001         * dvi/mdvi-lib/paper.h:
3002         * dvi/mdvi-lib/pk.c:
3003         * dvi/mdvi-lib/private.h:
3004         * dvi/mdvi-lib/setup.c:
3005         * dvi/mdvi-lib/sp-epsf.c:
3006         * dvi/mdvi-lib/special.c:
3007         * dvi/mdvi-lib/sysdeps.h:
3008         * dvi/mdvi-lib/t1.c:
3009         * dvi/mdvi-lib/tfm.c:
3010         * dvi/mdvi-lib/tfmfile.c:
3011         * dvi/mdvi-lib/tt.c:
3012         * dvi/mdvi-lib/util.c:
3013         * dvi/mdvi-lib/vf.c:
3014         * dvi/pixbuf-device.c:
3015         * dvi/pixbuf-device.h:
3016         * impress/Makefile.am:
3017         * impress/common.h:
3018         * impress/document.c:
3019         * impress/f_oasis.c:
3020         * impress/f_oo13.c:
3021         * impress/iksemel.c:
3022         * impress/iksemel.h:
3023         * impress/imposter.h:
3024         * impress/impress-document.c:
3025         * impress/impress-document.h:
3026         * impress/internal.h:
3027         * impress/r_back.c:
3028         * impress/r_draw.c:
3029         * impress/r_geometry.c:
3030         * impress/r_gradient.c:
3031         * impress/r_style.c:
3032         * impress/r_text.c:
3033         * impress/render.c:
3034         * impress/render.h:
3035         * impress/zip.c:
3036         * impress/zip.h:
3037         * lib/Makefile.am:
3038         * lib/ev-debug.c:
3039         * lib/ev-debug.h:
3040         * lib/ev-file-helpers.c:
3041         * lib/ev-file-helpers.h:
3042         * lib/ev-gui.c:
3043         * lib/ev-gui.h:
3044         * lib/ev-tooltip.c:
3045         * lib/ev-tooltip.h:
3046         * libdocument/Makefile.am:
3047         * libdocument/ev-file-helpers.c:
3048         * pdf/Makefile.am:
3049         * pdf/ev-poppler.cc:
3050         * pdf/ev-poppler.h:
3051         * pixbuf/Makefile.am:
3052         * pixbuf/pixbuf-document.c:
3053         * pixbuf/pixbuf-document.h:
3054         * properties/Makefile.am:
3055         * ps/Makefile.am:
3056         * ps/gsdefaults.c:
3057         * ps/gsdefaults.h:
3058         * ps/gsio.c:
3059         * ps/gsio.h:
3060         * ps/gstypes.h:
3061         * ps/ps-document.c:
3062         * ps/ps-document.h:
3063         * ps/ps.c:
3064         * ps/ps.h:
3065         * shell/Makefile.am:
3066         * shell/ev-application.h:
3067         * shell/ev-sidebar-links.c:
3068         * shell/ev-sidebar-links.h:
3069         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3070         (ev_gui_menu_position_tree_selection):
3071         * shell/ev-utils.h:
3072         * shell/ev-view.c: (ev_view_finalize):
3073         * shell/ev-window.c:
3074         * shell/main.c: (main):
3075         * thumbnailer/Makefile.am:
3076         * tiff/Makefile.am:
3077         * tiff/tiff-document.c:
3078         * tiff/tiff-document.h:
3079         * tiff/tiff2ps.c:
3080         * tiff/tiff2ps.h:
3081         
3082         Reorganize source tree.
3083
3084 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3085
3086         * backend/ev-document-factory.c:
3087
3088         Do not include ev-poppler.h when pdf is disabled. 
3089
3090 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3091
3092         * configure.ac:
3093         * data/evince-ui.xml:
3094         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3095         (pdf_document_document_images_iface_init):
3096         * backend/Makefile.am:
3097         * backend/ev-document-images.[ch]:
3098         * backend/ev-image.[ch]:
3099         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3100         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3101         (ev_job_xfer_run):
3102         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3103         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3104         (ev_pixbuf_cache_get_image_mapping):
3105         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3106         (view_menu_popup_cb), (ev_window_dispose),
3107         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3108         (ev_view_popup_cmd_copy_image):
3109         * shell/ev-view-private.h:
3110         * shell/ev-view.c: (ev_view_get_image_at_location),
3111         (ev_view_do_popup_menu), (ev_view_popup_menu),
3112         (ev_view_button_press_event), (ev_view_drag_data_get),
3113         (ev_view_drag_motion), (ev_view_drag_data_received),
3114         (ev_view_motion_notify_event), (ev_view_button_release_event),
3115         (ev_view_finalize), (ev_view_class_init):
3116
3117         Add image handling support. Fixes bugs #310008 and #325047. Images
3118         selection is not supported yet. 
3119
3120 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3121
3122         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3123         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3124         (ev_view_init):
3125
3126         Move view drag and drop stuff to ev-view.
3127
3128 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3129
3130         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3131         * shell/ev-view.c: (clear_selection): 
3132
3133         Clear selection also in pixbuf cache.
3134
3135 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3136
3137         * data/evince.desktop.in.in:
3138         
3139         Change icon name in desktop file. See bug #390734
3140         for details.
3141
3142 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3143
3144         * thumbnailer/Makefile.am:
3145
3146         Use top_builddir instead top_srcdir for generated schema
3147         file installation. Fixes bug #390161.
3148
3149 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3150
3151         * configure.ac:
3152         * backend/Makefile.am:
3153         * backend/ev-document-transition.[ch]:
3154         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3155         (pdf_document_page_transition_iface_init):
3156         * shell/ev-view-private.h:
3157         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3158         (ev_view_set_presentation), (transition_next_page),
3159         (ev_view_presentation_transition_stop),
3160         (ev_view_presentation_transition_start), (ev_view_next_page):
3161
3162         Add page transition support in presentation mode. At the moment only
3163         page duration is supported, but not transition effects. Fixes bug
3164         #309815.
3165
3166 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3167
3168         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3169
3170         Run find_link_dest with document lock held, since it's called by links
3171         thread and main thread at the same time. 
3172
3173 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3174
3175         * shell/ev-view.c: (goto_dest):
3176
3177         Update page-cache when page is changed by the view, so that
3178         page-changed signal is emitted. 
3179
3180 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3181
3182         * test/test1.py:
3183         * test/test2.py:
3184
3185         Use C locale in tests. 
3186
3187 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3188
3189         * shell/ev-window.c: (ev_window_run_presentation):
3190         * shell/ev-view-private.h:
3191         * shell/ev-view.c: (ev_view_set_presentation):
3192
3193         Restore zoom settings when back from presentation mode. 
3194
3195 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3196
3197         * shell/ev-window.c: (ev_window_run_presentation):
3198
3199         Always use "best fit" zoom in presentation mode.
3200         Fixes bug #389195.
3201
3202 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3203
3204         * shell/ev-view.c: (ev_view_goto_window_create):
3205
3206         Show "Jump to page" label in the page jumping popup in
3207         presentation mode instead of just a GtkEntry.
3208
3209 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3210
3211         * shell/ev-window.c: (launch_external_uri):
3212
3213         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3214         #378085.
3215
3216 2006-12-22  Elijah Newren  <newren gmail com>
3217
3218         * configure.ac: explicitly check for libxml2.  Fixes #388795
3219
3220 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3221
3222         * shell/ev-view-private.h:
3223         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3224         (ev_view_goto_window_delete_event), (key_is_numeric),
3225         (ev_view_goto_window_key_press_event),
3226         (ev_view_goto_window_button_press_event),
3227         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3228         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3229         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3230
3231         Allow jumping to another page by typing a page number in presentation
3232         mode. It uses a popup window with an entry. Fixes bug #353625.
3233
3234 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3235
3236         * configure.ac:
3237         * properties/ev-properties-view.c: (ev_get_default_user_units),
3238         (ev_regular_paper_size):
3239         
3240         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3241         to Damien Carbery <damien.carbery@sun.com> and
3242         Yevgen Muntyan <muntyan@tamu.edu>.
3243
3244 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3245
3246         * shell/ev-window.c: (setup_document_from_metadata):
3247
3248         Make sure Evince doesn't restore the view on the last
3249         page when a document is reopened. Fixes bug #383381.
3250
3251 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3252
3253         * shell/ev-view.c: (draw_loading_text):
3254
3255         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3256
3257 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3258
3259         * configure.ac:
3260         * NEWS:
3261
3262         Release 0.7.0
3263
3264 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3265
3266         * configure.ac:
3267         * pdf/ev-poppler.cc: (pdf_print_context_free),
3268         (pdf_document_file_exporter_begin),
3269         (pdf_document_file_exporter_do_page):
3270
3271         Make cairo-pdf depedency optional. 
3272
3273 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3274
3275         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3276
3277         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3278
3279 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3280
3281         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3282         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3283         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3284         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3285         * shell/ev-view.c: (draw_loading_text):
3286         * shell/ev-window.c: (ev_window_cmd_file_properties):
3287
3288         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3289         related to using FontConfig from different threads.
3290         
3291 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3292
3293         * shell/ev-view.c: (draw_loading_text):
3294
3295         Acquire lock document when drawing "Loading..." text so that only one
3296         thread will use FontConfig at the same time. Fixes bug #374750.
3297
3298 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3299
3300         * shell/ev-page-action.[ch]: (activate_cb):
3301         * shell/ev-window.c: (activate_label_cb):
3302
3303         Check if text inserted in page entry is a valid page number when it
3304         doesn't match to any document page label. Fixes bug #383165.
3305
3306 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3307         * shell/ev-window.c:
3308
3309         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3310         available with GTK < 2.10. Added an ifdef to avoid compilation
3311         error.
3312
3313 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3314
3315         * configure.ac:
3316         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3317
3318         Fix ps backend in multihead systems.
3319
3320 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3321
3322         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3323         * shell/ev-window.c: (ev_window_get_screen_dpi),
3324         (ev_window_update_actions), (setup_view_from_metadata),
3325         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3326
3327         Take screen DPI into account when zooming. Fixes bug #318285.
3328
3329 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3330
3331         * data/Makefile.am:
3332
3333         Cleaned up/slightly refactored Makefile.am. Added GConf
3334         schemas uninstallation as well.
3335
3336 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3337
3338         * Makefile.am:
3339         * test/Makefile.am:
3340
3341         Fight with autotools to fix make check. Make distcheck
3342         works fine as well now!
3343
3344 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3345
3346         * shell/ev-view.c: (draw_end_presentation_page):
3347
3348         Corrected "end of presentation" string.
3349
3350 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3351
3352         * shell/ev-view.c: (ev_view_key_press_event):
3353
3354         Correctly propagate key press event so that up/down keys
3355         work as expected (correct behaviour was broken by
3356         black/white screen key bindings for presentations).
3357
3358 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3359
3360         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3361         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3362         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3363         (pdf_selection_get_selection_region),
3364         (pdf_selection_get_selection_map):
3365
3366         Add "static" to some private functions. 
3367
3368 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3369
3370         * lib/ev-tooltip.h:
3371         * properties/ev-properties-view.h:
3372         * shell/ev-jobs.h:
3373         * shell/ev-properties-dialog.h:
3374         * shell/ev-properties-fonts.h:
3375         * shell/ev-sidebar-links.h:
3376         * shell/ev-sidebar-thumbnails.h:
3377         * shell/ev-sidebar.h:
3378         * shell/ev-window.h:
3379         
3380         Fixes CHACK type in class casts. See bug #385343
3381         for details.
3382
3383 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3384
3385         * shell/ev-view-private.h:
3386         * shell/ev-view.c: (draw_end_presentation_page),
3387         (ev_view_expose_event), (ev_view_key_press_event),
3388         (ev_view_class_init), (ev_view_init):
3389
3390         Blank screen in presentation mode when pressing 'b' (filling with
3391         black) or 'w' (filling with white) keys. Fixes bug #358132.
3392
3393 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3394
3395         * data/evince-toolbar.xml:
3396         * shell/ev-window.c:
3397         
3398         Use stock icon for Select All action. Fixes
3399         bug #382652.
3400
3401 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3402
3403         * shell/ev-view.c: (get_doc_point_from_offset),
3404         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3405
3406         Add links support in rotated documents. Fixes bug #343733.
3407
3408 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * shell/ev-view-private.h:
3411         * shell/ev-view.c: (draw_end_presentation_page),
3412         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3413
3414         Show a blank page after the last page in presentation mode with a
3415         message indicating that presentation has finished and how to exit. 
3416
3417 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3418
3419         * shell/ev-window.c: (fullscreen_timeout_cb):
3420
3421         Hide cursor after a while in presentation mode. 
3422
3423 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3424
3425         * backend/ev-document-info.h:
3426         * data/evince-properties.glade:
3427         * pdf/ev-poppler.cc:
3428         * properties/ev-properties-view.c: (ev_regular_paper_size),
3429         (ev_properties_view_set_info):
3430         * ps/ps-document.c: (ps_document_get_info):
3431
3432         Adds a paper size field to the properties dialog. Fixes
3433         bug #307315. Patch by Kasper Svendsen (with some i18n
3434         changes done by me).
3435
3436 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3437
3438         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3439         (screensaver_init_dbus), (totem_scrsaver_new),
3440         (totem_scrsaver_init):
3441         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3442         * shell/ev-application.c: (ev_application_register_service),
3443         (ev_application_screensaver_enable),
3444         (ev_application_screensaver_disable):
3445         * shell/ev-application.h:
3446         * shell/ev-window.c: (ev_window_run_presentation),
3447         (ev_window_stop_presentation), (build_comments_string),
3448         (ev_window_init):
3449         
3450         Move screensaver handling to application. No more
3451         message on startup.
3452
3453 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3454
3455         * configure.ac:
3456         * backend/Makefile.am:
3457         * backend/ev-file-exporter.[ch]:
3458         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3459         * ps/ps-document.c: (ps_document_file_exporter_*):
3460         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3461         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3462         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3463         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3464
3465         Allow printing to PDF when suppoted by the backend.
3466         
3467 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * shell/ev-window.c: (build_comments_string):
3470
3471         Use always "Document Viewer" in about dialog. 
3472
3473 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3474
3475         * djvu/djvu-document.c: (djvu_document_get_page_size):
3476
3477         Display a warning message when get_pageinfo fails. 
3478
3479 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3480
3481         * Makefile.am:
3482         * backend/Makefile.am:
3483         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3484         * configure.ac:
3485         * shell/ev-window.c: (build_comments_string):
3486         
3487         Make pdf compilation optional. See bug #38007.
3488
3489 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * ps/ps.c: (get_next_text):
3492
3493         Fix CVE-2006-5864.
3494
3495 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3496
3497         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3498         * shell/ev-navigation-action.c: (connect_proxy),
3499         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3500         
3501         Do not call g_type_class_peek_parent twice.
3502
3503 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3504
3505         * configure.ac:
3506         * data/icons/24x24/.cvsignore:
3507         * data/icons/24x24/Makefile.am:
3508         * data/icons/24x24/evince.png:
3509         * data/icons/Makefile.am:
3510         
3511         Add 24x24 icon. Thanks to 
3512         Michael Monreal <infernux@web.de>.
3513
3514 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3515
3516         * configure.ac: Fix typo in configure.ac. Thanks
3517         to dmacks@netspace.org for notification.
3518
3519 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3520
3521         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3522         
3523         Drop dbus include, fixes compilation with older dbus.
3524
3525 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3526
3527         * configure.ac:
3528         * cut-n-paste/Makefile.am:
3529         * cut-n-paste/totem-screensaver/.cvsignore
3530         * cut-n-paste/totem-screensaver/Makefile.am:
3531         * cut-n-paste/totem-screensaver/README:
3532         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3533         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3534         * shell/Makefile.am:
3535         * shell/ev-window.c: (ev_window_run_presentation),
3536         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3537         (ev_window_init):
3538
3539         Implemented screensaver enabling/disabling for
3540         presentation mode (not fullscreen mode). Code stolen
3541         from Totem (with some minor tweaks). Fixes bug #338889.
3542
3543 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3544
3545         * configure.ac:
3546
3547         Bump gnome-icon-theme requirements. We use the rotation
3548         icons that appeared recently.
3549
3550 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3551
3552         * shell/ev-history.c: (ev_history_add_page):
3553         * shell/ev-history.h:
3554         * shell/ev-window.c: (page_changed_cb):
3555         
3556         Use page labels instead of numbers.
3557
3558 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3559
3560         * data/evince-toolbar.xml:
3561         * po/POTFILES.in:
3562         * shell/Makefile.am:
3563         * shell/ev-navigation-action-widget.c:
3564         (ev_navigation_action_widget_init),
3565         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3566         (menu_detacher), (ev_navigation_action_widget_set_menu),
3567         (menu_position_func), (popup_menu_under_arrow),
3568         (ev_navigation_action_widget_toggled),
3569         (ev_navigation_action_widget_button_press_event):
3570         * shell/ev-navigation-action-widget.h:
3571         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3572         (ev_navigation_action_set_window), (activate_menu_item_cb),
3573         (new_history_menu_item), (new_empty_history_menu_item),
3574         (build_menu), (menu_activated_cb), (connect_proxy),
3575         (create_tool_item), (ev_navigation_action_init),
3576         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3577         * shell/ev-navigation-action.h:
3578         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3579         (ev_page_action_widget_set_page_cache),
3580         (ev_page_action_widget_finalize),
3581         (ev_page_action_widget_class_init), (match_selected_cb),
3582         (display_completion_text), (match_completion), (build_new_tree_cb),
3583         (get_filter_model_from_model),
3584         (ev_page_action_widget_update_model):
3585         * shell/ev-page-action-widget.h:
3586         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3587         (connect_proxy):
3588         * shell/ev-page-action.h:
3589         * shell/ev-stock-icons.c:
3590         * shell/ev-stock-icons.h:
3591         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3592         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3593         (register_custom_actions):
3594         * shell/main.c:
3595         
3596         Preliminary history implementation
3597
3598 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3599
3600         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3601         (dvi_document_class_init), (dvi_document_init_params):
3602         * dvi/mdvi-lib/font.c: (font_reference):
3603         
3604         Add reference to subfont. Fixes bug #374277.
3605
3606 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3607
3608         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3609         (ev_window_cmd_file_open_copy_at_dest):
3610
3611         Fix a race condition when creating symlink. Increase the counter
3612         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3613         Mathias Hasselmann).
3614
3615 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3616
3617         * backend/Makefile.am:
3618         * backend/ev-attachment.c: (ev_attachment_open):
3619         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3620         (ev_tmp_dir), (ev_tmp_filename):
3621         * shell/ev-sidebar-attachments.c:
3622         (ev_sidebar_attachments_drag_data_get):
3623         * shell/ev-window.c: (ev_window_clear_temp_file):
3624
3625         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3626         in ensure_dir_exists. Abort without crashing when we can't create
3627         user's directory.
3628
3629 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3630
3631         * data/evince-ui.xml:
3632         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3633         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3634         (ev_window_cmd_file_open_copy_at_dest),
3635         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3636         (ev_view_popup_cmd_open_link_new_window):
3637
3638         Allow opening a copy of the current document in a new window. Fixes bug
3639         #357472
3640
3641 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3642
3643         * data/evince-toolbar.xml:
3644         
3645         Add rotate right and rotate left to available items for toolbar.
3646         
3647         * data/evince-ui.xml:
3648         * shell/ev-window.c: (ev_window_init):
3649         
3650         Customize toolbar with right click. Fixes bug #372451.
3651
3652 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3653
3654         * shell/ev-window.c: 
3655         
3656         Use "object-rotate-{left,right}" stock icons. Fixes 
3657         bug #373863.
3658
3659 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3660
3661         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3662         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3663         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3664         (ev_window_open_uri):
3665         * shell/main.c: (arguments_parse):
3666
3667         Remove temp file created when evince is used by GTK+ in
3668         preview mode. Fixes bug #365282. 
3669
3670 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3671
3672         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3673         
3674         Fixes bug #372474 - Side pane disabled when entering 
3675         and leaving fullscreen mode.
3676
3677 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3678
3679         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3680         * data/Makefile.am:
3681         * data/evince-preview-toolbar.xml:
3682         * data/evince-toolbar.xml:
3683         * shell/ev-application.c: (ev_application_shutdown),
3684         (ev_application_init), (ev_application_get_toolbars_model):
3685         * shell/ev-application.h:
3686         * shell/ev-window.c: (update_chrome_visibility),
3687         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3688         (ev_window_cmd_edit_toolbar), (ev_window_init):
3689         
3690         Fixes bug #364364 - toolbar editor shows zoom actions again.
3691
3692 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3693
3694         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3695
3696         Do not take margins into consideration for paper size when printing.
3697         Really fixes bug #350491.
3698
3699 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3700
3701         * data/evince-ui.xml:
3702         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3703         (ev_window_cmd_file_print_setup),
3704         (ev_window_print_dialog_response_cb),
3705         (ev_window_setup_action_sensitivity):
3706
3707         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3708
3709 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3710
3711         * shell/ev-window.c: (ev_window_print_range):
3712
3713         Revert my previuos commit, since printing to PDF is not supported by
3714         evince yet. 
3715
3716 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3717
3718         * shell/ev-window.c: (ev_window_print_range):
3719
3720         Enable print to a PDF. Fixes bug #332121.
3721
3722 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3723
3724         * shell/ev-application-service.xml:
3725         * shell/ev-application.[ch]: (ev_application_open_window),
3726         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3727         (ev_application_open_uri), (ev_application_open_uri_list):
3728         * shell/ev-window.c: (file_open_dialog_response_cb),
3729         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3730         (drag_data_received_cb), (open_remote_link):
3731         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3732
3733         Add support for multiscreen systems. Fixes bug #316206.
3734
3735 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3736
3737         * shell/ev-jobs.[ch]: (ev_job_print_new),
3738         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3739         (ev_job_print_do_page):
3740         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3741
3742         Allow printing only odd/even pages. Fixes bug #367289.
3743
3744 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3745
3746         * test/test1.py:
3747         * test/test2.py:
3748
3749         Re-add locale settings to test files.
3750
3751 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3752
3753         * data/evince-ui.xml:
3754         * shell/ev-window.c: (set_action_properties):
3755         
3756         Removed garbage from code and ui.
3757
3758 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3759
3760         * shell/ev-window.c: (ev_window_cmd_help_about):
3761
3762         Shamelessly add my name to the list of contributors.
3763
3764 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3765
3766         * test/test1.py:
3767         * test/test2.py:
3768
3769         Cleaned up the dogtail scripts.
3770
3771 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3772
3773         * shell/ev-view.c: (draw_loading_text): Don't render
3774         "loading..." text in presentation mode. Temporary
3775         workaround for bug #320352.
3776
3777 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3778
3779         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3780         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3781
3782         Use print settings scale, copies, collate and reverse which were
3783         ignored. Fixes bug #359032.
3784
3785 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3786
3787         * configure.ac:
3788         * data/evince-password.glade:
3789         * test/Makefile.am:
3790         * test/test-encrypt.pdf:
3791         * test/test-links.pdf:
3792         * test/test1.py:
3793         * test/test2.py:
3794
3795         Add automated UI tests for evince with dogtail. See
3796         bug #300948.    
3797
3798 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3799
3800         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3801
3802         Hide fullscreen toolbar when switching to another desktop workspace.
3803         Fixes bug #338871
3804
3805 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3806
3807         * shell/ev-window-title.c: 
3808         
3809         Test for .dvi in title of pdf documents.
3810
3811 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3812
3813         * shell/ev-view.c: (ev_view_scroll):
3814
3815         Page Up/Down should do page jumps in "Best fit" mode.
3816         If a user has explicitly chosen to view exactly one page
3817         at a time, scrolling just a part of the page when
3818         pressing Page Up/Down is not right. Fixes bug #323107.
3819
3820 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3821
3822         * NEWS:
3823         * configure.ac:
3824         
3825         Update for 0.6.1
3826
3827 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3828
3829         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3830         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
3831         
3832         Correctly disconnect from job signals on destroy.
3833
3834 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3835
3836         * shell/ev-view-private.h:
3837         * shell/ev-view.c: (view_set_adjustment_values),
3838         (view_update_range_and_current_page),
3839         (ensure_rectangle_is_visible), (ev_view_size_allocate):
3840         
3841         Fixes bug #343199, current page now follows find page.
3842
3843 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
3844
3845         * backend/ev-document-factory.c:
3846         * configure.ac:
3847         Assigned OpenDocument presenation MIME type to the
3848         Impress backend. Added some missing (but harmless)
3849         #ifdefs in the document factory as well to make things
3850         consistent again. Fixes bug #360658.
3851
3852 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
3853
3854         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
3855         * backend/ev-document-find.c: (ev_document_find_get_type):
3856         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
3857         * backend/ev-document-links.c: (ev_document_links_get_type):
3858         * backend/ev-document-security.c: (ev_document_security_get_type):
3859         * backend/ev-document-thumbnails.c:
3860         (ev_document_thumbnails_get_type):
3861         * backend/ev-document.c: (ev_document_get_type):
3862         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
3863         * backend/ev-selection.c: (ev_selection_get_type):
3864         * cut-n-paste/recent-files/egg-recent-model.c:
3865         (egg_recent_model_get_type):
3866         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
3867         (egg_recent_view_uimanager_get_type):
3868         * cut-n-paste/recent-files/egg-recent-view.c:
3869         (egg_recent_view_get_type):
3870         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
3871         (egg_editable_toolbar_get_type):
3872         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
3873         (egg_toolbar_editor_get_type):
3874         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
3875         (egg_toolbars_model_get_type):
3876         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
3877         (egg_tree_multi_drag_source_get_type):
3878         * cut-n-paste/zoom-control/ephy-zoom-action.c:
3879         (ephy_zoom_action_get_type):
3880         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3881         (ephy_zoom_control_get_type):
3882         * impress/r_back.c: (_imp_fill_back):
3883         * properties/ev-properties-main.c:
3884         (ev_properties_plugin_register_type):
3885         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
3886         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
3887         (ev_view_accessible_factory_get_type):
3888
3889         Reduce relocations. Bug #360616.
3890
3891 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3892
3893         * backend/ev-document-factory.c:
3894         (ev_document_factory_get_document):
3895         
3896         Load document even if extension is wrong.
3897
3898 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3899
3900         * shell/ev-metadata-manager.c: (save_values):
3901         * shell/ev-window.c: (setup_size_from_metadata),
3902         (setup_view_from_metadata), (ev_window_setup_document),
3903         (ev_window_xfer_job_cb), (window_configure_event_cb):
3904         
3905         Set size according to the document size/page size ratio.
3906         That should correct rather wierd behaviour of the previous
3907         commit.
3908
3909 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3910
3911         * shell/ev-window.c: (setup_view_from_metadata):
3912         
3913         Set size for new windows from previous window size.
3914         See bugs #354968 and #168450 for details. Thanks
3915         to Meik Hellmund.
3916
3917 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
3918
3919         * djvu/djvu-links.c: (build_tree):
3920
3921         Fix memory leak.
3922
3923 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3924
3925         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
3926         
3927         Don't make sidebar close button insensitive. Fixes
3928         bug #357871.
3929
3930 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3931
3932         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3933         (ev_window_set_view_accels_sensitivity):
3934         
3935         Don't enable Slash on documents which don't support
3936         find. Fixes bug #358648.
3937
3938 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
3939
3940         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
3941         open dialog fall back to the current document uri if the
3942         filechooser hasn't been used before. Fixes bug #356980.
3943
3944 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
3945
3946         * shell/ev-window.c: (ev_window_setup_recent), 
3947         (ev_window_get_recent_file_label):
3948
3949         Escape underscores in filenames of recent file items.
3950
3951 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3952
3953         * configure.ac:
3954         
3955         Bumped poppler requirements, really 0.5.3 is very 
3956         buggy, now we require 0.5.4.
3957
3958 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3959
3960         * djvu/Makefile.am:
3961         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
3962         (djvu_document_find_iface_init), (djvu_document_links_get_links),
3963         (djvu_document_document_links_iface_init):
3964         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
3965         (number_from_string_10), (get_djvu_link_dest),
3966         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
3967         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
3968         (djvu_links_get_links), (djvu_links_find_link_dest),
3969         (djvu_links_get_links_model):
3970         * djvu/djvu-links.h:
3971         
3972         Add support for links and bookmarks in djvu documents. Thanks
3973         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
3974         patch.
3975
3976 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3977
3978         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3979         
3980         Reopen should reload document. Fixes 
3981         bug 327951.
3982
3983 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3984
3985         * configure.ac:
3986         * data/Makefile.am:
3987         * data/evince-16.png:
3988         * data/evince-22.png:
3989         * data/evince.png:
3990         * data/evince.svg:
3991         * data/icons/16x16/Makefile.am:
3992         * data/icons/16x16/evince.png:
3993         * data/icons/22x22/Makefile.am:
3994         * data/icons/22x22/evince.png:
3995         * data/icons/48x48/Makefile.am:
3996         * data/icons/48x48/evince.png:
3997         * data/icons/Makefile.am:
3998         * data/icons/scalable/Makefile.am:
3999         * data/icons/scalable/evince.svg:
4000         
4001         Install icons with correct names. Fixes
4002         bug #354429.
4003
4004 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4005
4006         * shell/ev-view.c: (ev_view_button_release_event):
4007
4008         Don't open links with middle mouse button. Fixes bug #353649
4009
4010 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4011
4012         * NEWS:
4013         * configure.ac:
4014         
4015         Update for release 0.6.0
4016
4017 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4018
4019         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4020         Implement Close named action. Patch by Carlos Garcia Campos.
4021
4022 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4023
4024         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4025         
4026         Don't clear link mapping on copy_job_to_job_info. Fixes
4027         bug 346168.
4028
4029 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4030
4031         * shell/main.c: (main):
4032
4033         Revert my previous commit, gnome_program_init owns the option context.
4034         Fix another memory leak in main. Both caught by Christian Persch. 
4035
4036 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4037
4038         * shell/main.c: (main):
4039
4040         Fix memory leak.
4041
4042 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4043
4044         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4045
4046         Fix crash when opening a pdf with password protection. 
4047
4048 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4049
4050         * pdf/ev-poppler.cc: (pdf_document_search_free):
4051
4052         Fix memory leak. 
4053
4054 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4055
4056         * backend/ev-document-factory.c:
4057         (ev_document_factory_get_document):
4058         * tiff/tiff-document.c: (tiff_document_finalize):
4059         
4060         More correct handling of document loading. Fixes
4061         bug #349043.
4062
4063 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4064
4065         * backend/ev-attachment.c: (ev_attachment_save):
4066
4067         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4068         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4069
4070 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4071         
4072         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4073         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4074
4075 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4076
4077         * shell/ev-sidebar-thumbnails.c:
4078
4079         Do not render thumbnails unless thumbnails page is active in the
4080         sidebar.
4081
4082 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4083
4084         * shell/ev-properties-dialog.c:
4085
4086         Fix dialogue spacing. Bug #351370.
4087
4088 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4089
4090         * configure.ac:
4091
4092         Use lowercase gettext catalog file names (evince.mo
4093         instead of Evince.mo)
4094
4095 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4096
4097         * shell/ev-sidebar-attachments.c:
4098
4099         GtkIconTheme is now screen safe too. Fixes bug #350878
4100
4101 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4102
4103         * shell/ev-window.c:
4104
4105         GtkRecent manager is now screen safe. Fixes bug #350145
4106
4107 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4108
4109         * shell/ev-sidebar.c: (ev_sidebar_init):
4110         
4111         Make sidebar close icon smaller. Fix for bug 350177.
4112         See also bugs 350176 and 165770.
4113
4114 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4115
4116         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4117
4118         Ignore zoom for xyz destinations when it's <= 1, keeping user
4119         preferences instead. Set correct sizing-mode for fith and fitv
4120         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4121
4122 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4123
4124         * NEWS:
4125         * configure.ac:
4126         
4127         Update for release 0.5.5
4128
4129 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4130         
4131         * shell/ev-window.c: (ev_window_cmd_escape)
4132
4133         Escape unfocus page entry. Fixes bug #345809.
4134
4135 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4136
4137         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4138         (build_tree), (pdf_document_links_get_links),
4139         (pdf_document_links_find_link_dest):
4140         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4141         (goto_xyz_dest):
4142
4143         Convert from PDF style coordinates to X style coordinates in the
4144         backend rather than in the view. Fixes bug #338440
4145
4146 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4147
4148         * shell/ev-window.c:
4149         
4150         Remove Ctrl+Shift+T shortcut for toolbars. See
4151         the bug #350098.
4152
4153 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4154
4155         * configure.ac:
4156
4157         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4158         of this. 
4159
4160 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4161
4162         * configure.ac:
4163         * cut-n-paste/Makefile.am:
4164         * data/evince-ui.xml:
4165         * shell/Makefile.am:
4166         * shell/ev-application.[ch]:
4167         * shell/ev-window.c:
4168
4169         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4170         #349273
4171
4172 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4173
4174         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4175         findbar code: s/help/search/
4176
4177 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4178
4179         * shell/ev-window.c: (setup_document_from_metadata),
4180         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4181         (setup_view_from_metadata):
4182         
4183         Fix memory leaks.
4184
4185 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4186
4187         * autogen.sh, configure.ac: 
4188         
4189         Update automake usage. See bug 349292.
4190
4191 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4192
4193         * shell/eggfindbar.c: (egg_find_bar_class_init),
4194         (entry_activate_callback), (egg_find_bar_init),
4195         (egg_find_bar_set_status_text):
4196         * shell/eggfindbar.h:
4197         
4198         Unify Evince findbar with Epiphany. Nice patch
4199         from Fabricio Silva <silva@crans.org> and
4200         Frederic Peters <fpeters@entrouvert.com>. See
4201         bug #339966 for details.
4202
4203 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4204
4205         * data/evince.desktop.in.in:
4206         
4207         Correct information for bugzilla. Thanks to
4208         Olaf Vitters, see bug #348855.
4209
4210 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4211
4212         * shell/ev-jobs.[ch]:
4213         * shell/ev-sidebar-links.c:
4214         * shell/ev-window.[ch]:
4215
4216         GtkPrintJob doesn't support print ranges or current page, so we export
4217         to a ps file now when printing ranges or current page.
4218
4219 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4220
4221         * pdf/ev-poppler.cc:
4222         * shell/ev-window.c: (do_action_named):
4223
4224         We should be more clear about bugzilla. See the
4225         poppler bug #7623.
4226
4227 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4228
4229         * configure.ac:
4230         * shell/Makefile.am:
4231         * shell/ev-job-queue.c:
4232         * shell/ev-jobs.[ch]:
4233         * shell/ev-sidebar-links.c:
4234         * shell/ev-window.[ch]:
4235         
4236         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4237         #348422
4238
4239 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4240
4241         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4242         * shell/ev-application-service.xml:
4243         * shell/ev-application.[ch]:
4244         * shell/ev-jobs.[ch]:
4245         * shell/ev-window.[ch]: (ev_window_run_preview):
4246         * shell/main.c: 
4247
4248         Add preview mode to use evince as a printing previewer. It also adds
4249         other command line options for fullscreen and presentation modes.
4250         Fixes bugs #347822, #317031
4251
4252 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4253
4254         * NEWS:
4255         * configure.ac:
4256         
4257         Update for release 0.5.4
4258
4259 2006-07-11  Bastien Nocera <hadess@hadess.net>
4260
4261         * Makefile.am:
4262         * backend/Makefile.am:
4263         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4264         * backend/ev-document-factory.h:
4265         * configure.ac:
4266         * impress/.cvsignore:
4267         * impress/Makefile.am:
4268         * impress/common.h:
4269         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4270         (imp_get_page), (imp_next_page), (imp_prev_page),
4271         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4272         * impress/f_oasis.c: (render_object), (render_page),
4273         (get_geometry), (_imp_oasis_load):
4274         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4275         (_imp_oo13_load):
4276         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4277         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4278         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4279         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4280         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4281         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4282         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4283         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4284         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4285         (iks_new_within), (iks_insert), (iks_insert_cdata),
4286         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4287         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4288         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4289         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4290         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4291         (iks_cdata), (iks_cdata_size), (iks_has_children),
4292         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4293         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4294         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4295         (iks_tree), (iks_load), (iks_save):
4296         * impress/iksemel.h:
4297         * impress/imposter.h:
4298         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4299         (imp_render_draw_bezier_real), (imp_render_get_size),
4300         (imp_render_set_fg_color), (imp_render_draw_line),
4301         (imp_render_draw_rect), (imp_render_draw_polygon),
4302         (imp_render_draw_arc), (imp_render_draw_bezier),
4303         (imp_render_open_image), (imp_render_get_image_size),
4304         (imp_render_scale_image), (imp_render_draw_image),
4305         (imp_render_close_image), (imp_render_markup),
4306         (imp_render_get_text_size), (imp_render_draw_text),
4307         (impress_document_load), (impress_document_save),
4308         (impress_document_get_n_pages), (impress_document_get_page_size),
4309         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4310         (impress_document_finalize), (impress_document_class_init),
4311         (impress_document_can_get_text), (impress_document_get_info),
4312         (impress_document_document_iface_init),
4313         (impress_document_thumbnails_get_thumbnail),
4314         (impress_document_thumbnails_get_dimensions),
4315         (impress_document_document_thumbnails_iface_init),
4316         (impress_document_init):
4317         * impress/impress-document.h:
4318         * impress/internal.h:
4319         * impress/r_back.c: (_imp_fill_back):
4320         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4321         (_imp_draw_image), (_imp_tile_image):
4322         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4323         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4324         (r_polyline):
4325         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4326         (r_draw_gradient_complex), (r_draw_gradient):
4327         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4328         (r_get_bullet):
4329         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4330         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4331         (r_text):
4332         * impress/render.c: (imp_create_context), (imp_context_set_page),
4333         (imp_context_set_step), (imp_render), (imp_delete_context):
4334         * impress/render.h:
4335         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4336         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4337         (zip_load_xml), (zip_get_size), (zip_load):
4338         * impress/zip.h:
4339         * shell/ev-utils.c:
4340         
4341         New backend to support impress slides. Fixes bug #30867.
4342
4343 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4344
4345         * shell/ev-utils.c: (using_postscript_printer):
4346         
4347         Fixes crash when print using PAPI backend,
4348         bug #345012.
4349
4350 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4351
4352         * shell/ev-jobs.c: (ev_job_xfer_run):
4353         * shell/ev-window.c: (password_dialog_response),
4354         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4355         (ev_window_dispose):
4356         Fixes bug #344160: if the xfer job doesn't complete
4357         because a password is required, reload the existing
4358         instance instead of creating a new one.
4359
4360 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * shell/main.c: (main): Call gdk_threads_init. Thus
4363         we'll avoid errors in auth dialog. Fix for the bug
4364         #343347.
4365
4366 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4367
4368         * configure.ac: Advertise pixbuf support, fix
4369         for the bug 343317.
4370
4371 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4372
4373         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4374         (ev_sidebar_thumbnails_set_document):
4375         
4376         Update sidebar thumbnails after reloading.
4377
4378 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4379
4380         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4381         * shell/ev-jobs.h:
4382         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4383         (ev_window_cmd_view_reload), (ev_window_init):
4384         
4385         Don't crash on reload. Fix for the bug #343167.
4386
4387 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4388
4389         * shell/ev-jobs.c: (ev_job_render_run):
4390         
4391         Check for document links.
4392
4393 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4394
4395         * backend/ev-attachment.c: (ev_attachment_save),
4396         (ev_attachment_launch_app), (ev_attachment_open):
4397         * backend/ev-document-factory.c: (get_document_from_uri):
4398         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4399         (egg_recent_view_uimanager_set_list):
4400         * ps/ps-document.c: (check_filecompressed), (document_load),
4401         (ps_document_load):
4402         * shell/ev-metadata-manager.c: (load_values):
4403         * shell/ev-password.c: (ev_password_dialog_set_property):
4404         * shell/ev-view.c: (tip_from_link):
4405         * shell/ev-window.c: (file_save_dialog_response_cb),
4406         (ev_window_print_dialog_response_cb):
4407         
4408         Use consistent quoting style. Fix for the bug #320285.
4409
4410 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4411
4412         * shell/ev-jobs.c: (ev_job_xfer_run):
4413         * shell/main.c: (load_files):
4414                 
4415         Open links with anchors. Fix for the bug #339836.
4416
4417 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4418
4419         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4420         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4421         (ev_link_dest_set_property), (ev_link_dest_finalize),
4422         (ev_link_dest_class_init), (ev_link_dest_new_named),
4423         (ev_link_dest_new_page_label):
4424         * backend/ev-link-dest.h:
4425         * shell/ev-application.c: (ev_application_open_uri):
4426         * shell/ev-view.c: (goto_dest):
4427         * shell/ev-window.c:
4428         * shell/ev-window.h:
4429         
4430         Fix page-label command line option. Bug #342070.
4431
4432 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4433
4434         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4435         
4436         Don't show highlight rects if page can't be showed. Fix for 
4437         the bug #342076
4438
4439 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4440
4441         * shell/ev-window.c: (setup_sidebar_from_metadata),
4442         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4443         
4444         Setup sidebar from metadata even if there is no document
4445         loaded. Fix for the bug #342807.
4446
4447 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4448
4449         * cut-n-paste/toolbar-editor/Makefile.am:
4450         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4451         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4452         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4453         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4454         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4455         (popup_context_menu_cb), (button_press_event_cb),
4456         (configure_item_sensitivity), (configure_item_cursor),
4457         (configure_item_tooltip), (connect_widget_signals),
4458         (action_sensitive_cb), (create_item_from_action),
4459         (create_item_from_position), (toolbar_drag_data_received_cb),
4460         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4461         (toolbar_drag_leave_cb), (configure_drag_dest),
4462         (toggled_visibility_cb), (toolbar_visibility_refresh),
4463         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4464         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4465         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4466         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4467         (egg_editable_toolbar_dispose),
4468         (egg_editable_toolbar_set_ui_manager),
4469         (egg_editable_toolbar_get_selected),
4470         (egg_editable_toolbar_set_selected), (set_edit_mode),
4471         (egg_editable_toolbar_set_property),
4472         (egg_editable_toolbar_get_property),
4473         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4474         (egg_editable_toolbar_new_with_model),
4475         (egg_editable_toolbar_get_edit_mode),
4476         (egg_editable_toolbar_set_edit_mode),
4477         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4478         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4479         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4480         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4481         (item_added_or_removed_cb), (toolbar_removed_cb),
4482         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4483         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4484         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4485         (editor_create_item_from_name), (append_table),
4486         (update_editor_sheet), (egg_toolbar_editor_init):
4487         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4488         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4489         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4490         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4491         (toolbar_node_free), (egg_toolbars_model_get_flags),
4492         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4493         (egg_toolbars_model_get_name), (impl_add_item),
4494         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4495         (parse_data_list), (parse_item_list), (parse_toolbars),
4496         (egg_toolbars_model_load_toolbars), (parse_available_list),
4497         (parse_names), (egg_toolbars_model_load_names),
4498         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4499         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4500         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4501         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4502         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4503         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4504         (egg_toolbars_model_set_types), (fill_avail_array),
4505         (egg_toolbars_model_get_name_avail),
4506         (egg_toolbars_model_get_name_flags),
4507         (egg_toolbars_model_set_name_flags):
4508         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4509         * cut-n-paste/toolbar-editor/eggintl.h:
4510         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4511         (egg_tree_multi_drag_source_get_type),
4512         (egg_tree_multi_drag_source_row_draggable),
4513         (egg_tree_multi_drag_source_drag_data_delete),
4514         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4515         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4516         (path_list_free), (set_context_data), (get_context_data),
4517         (get_info), (egg_tree_multi_drag_drag_data_get),
4518         (egg_tree_multi_drag_motion_event),
4519         (egg_tree_multi_drag_button_press_event),
4520         (egg_tree_multi_drag_add_drag_support):
4521         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4522         * shell/ev-application.c: (ev_application_init),
4523         (ev_application_save_toolbars_model):
4524         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4525         (ev_window_cmd_edit_toolbar), (ev_window_init):
4526         
4527         Sync toolbareditor with epiphany and libegg
4528
4529 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4530
4531         * configure.ac: 
4532
4533         Depend on poppler 0.5.2
4534
4535 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4536
4537         * shell/ev-jobs.c: (ev_job_render_run):
4538         
4539         Check if document supports links iterface.
4540
4541 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4542
4543         * NEWS:
4544         * configure.ac:
4545         
4546         Update for release 0.5.3
4547
4548 2006-05-13  Michael Plump  <plumpy@skylab.org>
4549
4550         * configure.ac:
4551         * shell/Makefile.am:
4552         * shell/main.c: (main):
4553         
4554         Port to GOption command line parsing. Fix for the 
4555         bug #327518
4556
4557 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4558
4559         * shell/ev-window.c: (ev_window_cmd_help_about):
4560         
4561         Do not wrap license. Fix for the bug #309460.
4562
4563 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4564
4565         * configure.ac:
4566         * properties/ev-properties-main.c: (ev_properties_get_pages):
4567         * shell/ev-application.c: (ev_application_open_window),
4568         (ev_application_open_uri_at_dest):
4569         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4570         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4571         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4572         * shell/ev-utils.c: (save_print_config_to_file):
4573         * shell/ev-window.c: (ev_window_cmd_save_as),
4574         (ev_attachment_popup_cmd_save_attachment_as):
4575         * shell/main.c: (load_files_remote):
4576         
4577         Bump requirements to gtk 2.8 and drop all ifdefs used.
4578
4579 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4580
4581         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4582         * shell/ev-window.c: (ev_window_init):
4583         
4584         Show attachments page.
4585
4586 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4587
4588         * po/POTFILES.in:
4589         * shell/ev-attachment-bar.c:
4590         * shell/ev-attachment-bar.h:
4591         * shell/ev-sidebar-attachments.c:
4592         (ev_sidebar_attachments_icon_cache_add),
4593         (icon_theme_get_pixbuf_from_mime_type),
4594         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4595         (ev_sidebar_attachments_icon_cache_refresh),
4596         (ev_sidebar_attachments_get_attachment_at_pos),
4597         (ev_sidebar_attachments_popup_menu_show),
4598         (ev_sidebar_attachments_popup_menu),
4599         (ev_sidebar_attachments_button_press),
4600         (ev_sidebar_attachments_update_icons),
4601         (ev_sidebar_attachments_drag_data_get),
4602         (ev_sidebar_attachments_get_property),
4603         (ev_sidebar_attachments_destroy),
4604         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4605         (ev_sidebar_attachments_new),
4606         (ev_sidebar_attachments_set_document),
4607         (ev_sidebar_attachments_support_document),
4608         (ev_sidebar_attachments_get_label),
4609         (ev_sidebar_attachments_page_iface_init):
4610         * shell/ev-sidebar-attachments.h:
4611         * shell/ev-window.c: (update_chrome_visibility),
4612         (setup_sidebar_from_metadata), (ev_window_setup_document),
4613         (ev_window_sidebar_current_page_changed_cb),
4614         (attachment_bar_menu_popup_cb), (ev_window_init):
4615         
4616         Move attachments bar to sidebar.
4617
4618 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4619
4620         * pdf/ev-poppler.cc:
4621         * shell/ev-application.[ch]:
4622         * shell/main.c:
4623
4624         Fix some memory leaks.
4625
4626 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4627
4628         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4629
4630         Change the properties dialog response to
4631         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4632         will make the dialog go away when the user presses
4633         enter. With gtk+ >= 2.9 this will happen anyway, but for
4634         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4635         escape by default. Fixes bug #340539. See also bug
4636         #101293 for the gtk+ part.
4637
4638 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4639
4640         * shell/ev-view.c (tip_from_action_named): Replace some strings
4641         that were wrong. Closes #340970.
4642
4643 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4644
4645         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4646
4647         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4648         #341049
4649
4650 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4651
4652         * djvu/Makefile.am:
4653         * dvi/Makefile.am:
4654         * dvi/mdvi-lib/Makefile.am:
4655         * properties/Makefile.am:
4656         * ps/Makefile.am:
4657         * shell/Makefile.am:
4658         * thumbnailer/Makefile.am:
4659         
4660         Due to broken libtool that is unable to track dependencies
4661         of noinst libraries we are forced to explicitely point
4662         libraries for binary. Fix for the bug #333334.
4663
4664 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4665
4666         * data/evince.desktop.in.in:
4667         * shell/ev-view.c: (view_update_range_and_current_page),
4668         (ev_view_next_page), (ev_view_previous_page):
4669         * shell/ev-window.c: (update_chrome_visibility),
4670         (setup_sidebar_from_metadata), (ev_window_setup_document),
4671         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4672         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4673         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4674         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4675         (ev_window_stop_presentation), (ev_window_focus_in_event),
4676         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4677         (ev_window_init):
4678         * thumbnailer/Makefile.am:
4679         
4680         Update fullscreen and presentation timeout handling. Hide
4681         cursor in presentation after timeout. Fix for the bugs
4682         #136359 and #336981.
4683
4684 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4685
4686         * backend/ev-link-action.[ch]:
4687         * pdf/ev-poppler.cc: (ev_link_from_action):
4688         * shell/ev-view-private.h:
4689         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4690         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4691
4692         Add support for Named Action links
4693
4694 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4695
4696         * backend/Makefile.am:
4697         * backend/ev-document-links.[ch]:
4698         * backend/ev-document.[ch]:
4699         * backend/ev-link-action.[ch]:
4700         * backend/ev-link-dest.[ch]:
4701         * backend/ev-link.[ch]:
4702         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4703         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4704         * shell/ev-page-action.c: (build_new_tree_cb):
4705         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4706         (links_page_num_func), (update_page_callback):
4707         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4708         (tip_from_link):
4709         * shell/ev-jobs.c:
4710         * shell/ev-window.[ch]: (ev_window_open_uri),
4711         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4712         * shell/ev-application.[ch]: (ev_application_open_window),
4713         (ev_application_open_uri):
4714
4715         Rework links system, it adds support for remote links now and it makes
4716         easier to add new kinds of actions and destinations. Fixes bug #317292
4717
4718 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4719
4720         * data/Makefile.am:
4721         * data/evince.png:
4722         * data/evince-16.png:
4723         * data/evince-22.png:
4724         * data/evince.svg:
4725         * shell/main.c: (main):
4726         
4727         Evince use it's own icon. Fix for the bug #313392.
4728
4729         * shell/ev-window.c: (fullscreen_timeout_cb),
4730         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4731         (ev_window_cmd_help_about), (ev_window_dispose):
4732         
4733         Simplify fullscreen timeout code.
4734
4735 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4736
4737         * backend/ev-attachment.c: 
4738         * shell/ev-attachment-bar.c:
4739         * shell/ev-window.c:
4740
4741         Allow multiple selection of attachments
4742
4743 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4744
4745         * shell/ev-view.c: (view_update_range_and_current_page),
4746         (ev_view_scroll):
4747         
4748         Fix for the bug #312573 – Optimal selection of current 
4749         page among visible pages.
4750
4751 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4752
4753         * configure.ac:
4754         * djvu/Makefile.am:
4755         * djvu/djvu-text.h:
4756         
4757         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4758         for the bug 339868.
4759
4760 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4761
4762         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4763
4764 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4765
4766         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4767         dictated by the GNOME HIG. Fixes bug #339235.
4768
4769 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4770
4771         * data/evince-ui.xml:
4772         * shell/ev-view.c: (ev_view_can_find_previous):
4773         * shell/ev-view.h:
4774         * shell/ev-window.c: (ev_window_update_actions),
4775         (ev_window_cmd_edit_find_previous):
4776
4777         Add support for "Find Previous" as dictated by the GNOME HIG. A
4778         menu item is added and some glue code to make it all work is added
4779         to various files.
4780
4781 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4782
4783         * configure.ac: Award myself the "useless use of cat" award.
4784
4785 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4786
4787         * po/LINGUAS: New file listing all supported languages.
4788
4789         * configure.in: Use po/LINGUAS instead of including all languages
4790         directly in this file. See the wiki for more information:
4791         http://live.gnome.org/GnomeGoals/PoLinguas
4792
4793 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4794
4795         * backend/ev-document-factory.c:
4796
4797         Do not load the document twice when there isn't errors
4798
4799 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4800
4801         * backend/ev-attachment.c: 
4802
4803         Fix a crash when there isn't a default application to open an
4804         attachment
4805
4806 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4807
4808         * backend/ev-attachment.[ch]:
4809         * shell/ev-attachment-bar.[ch]:
4810
4811         Added missing files. 
4812
4813 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4814
4815         * backend/Makefile.am:
4816         * data/evince-ui.xml:
4817         * backend/ev-attachment.[ch]:
4818         * backend/ev-document.[ch]: (ev_document_has_attachments),
4819         (ev_document_get_attachments):
4820         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4821         (attachment_save_to_buffer), (pdf_document_get_attachments),
4822         (pdf_document_document_iface_init):
4823         * shell/Makefile.am:
4824         * shell/ev-attachment-bar.[ch]:
4825         * shell/ev-window.c:
4826
4827         Add support for PDF attachments. Fixes bug #325143
4828
4829 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4830
4831         * backend/ev-document-factory.c: (get_document_from_uri),
4832         (ev_document_factory_get_document):
4833         * backend/ev-document-factory.h:
4834         * properties/ev-properties-main.c: (ev_properties_get_pages):
4835         * shell/Makefile.am:
4836         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
4837         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
4838         (ev_job_queue_remove_job):
4839         * shell/ev-job-queue.h:
4840         * shell/ev-job-xfer.c:
4841         * shell/ev-job-xfer.h:
4842         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
4843         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
4844         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
4845         (ev_job_xfer_run):
4846         * shell/ev-jobs.h:
4847         * shell/ev-window.c: (ev_window_is_empty),
4848         (password_dialog_response), (ev_window_clear_xfer_job),
4849         (ev_window_xfer_job_cb), (ev_window_open_uri),
4850         (ev_window_cmd_focus_page_selector),
4851         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
4852         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4853         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4854         (ev_window_dispose):
4855         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4856         
4857         * Cleanup mime type detection on document load. Fix for the
4858         bug #336448.
4859
4860 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4861
4862         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
4863         
4864         Fix crash on exit, described in the bug #336825.
4865
4866 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4867
4868         * backend/ev-document-factory.c:
4869         (ev_document_factory_get_from_mime),
4870         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
4871         (ev_document_factory_get_document),
4872         (file_filter_add_mime_list_and_free),
4873         (ev_document_factory_add_filters):
4874         * backend/ev-document-factory.h:
4875         * properties/ev-properties-main.c: (ev_properties_get_pages):
4876         * shell/Makefile.am:
4877         * shell/ev-application.c:
4878         * shell/ev-job-xfer.c: (ev_job_xfer_run):
4879         * shell/ev-window.c: (ev_window_cmd_file_open),
4880         (ev_window_cmd_save_as):
4881         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
4882         
4883         Rework factory functions so they are placed now in a single 
4884         file ev-document-factory.c
4885
4886 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4887
4888         * shell/ev-window.c: (update_chrome_visibility):
4889         
4890         Fix for the bug 166566 - don't show menubar in fullscreen
4891         mode.
4892
4893 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
4894
4895         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
4896
4897 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4898
4899         * shell/ev-view.c: (ev_view_expose_event):
4900         
4901         More correctly draw loading text when document
4902         is empty.
4903
4904 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4905
4906         * shell/ev-view.c: (ev_view_scroll):
4907         
4908         Fix for the bug #334854, page down and page up switch
4909         pages in presentation mode.
4910
4911 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4912
4913         * shell/ev-window.c: (ev_window_set_action_sensitive),
4914         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
4915         (ev_window_set_view_accels_sensitivity),
4916         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
4917         (ev_window_cmd_continuous), (ev_window_cmd_dual),
4918         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
4919         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
4920         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
4921         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
4922         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
4923         (view_actions_focus_in_cb), (ev_window_init):
4924         
4925         Fix for the bug #333902, now it's possible to search
4926         words with slash.
4927
4928 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
4929
4930         * configure.ac: Added Breton translation.
4931         * po/br.po: Added Breton translation.
4932
4933 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4934
4935         * shell/ev-window-title (ev_window_title_update):
4936
4937         Fix memory leak in window title. Fixes bug #333944
4938
4939 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4940
4941         * shell/ev-metadata-manager.c (parseItem):
4942
4943         Fix memory leaks. Fixes bug #333945
4944
4945 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4946         
4947         * NEWS, configure.ac, TODO:
4948         
4949         Update for release 0.5.2.
4950
4951 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4952
4953         * shell/ev-view.c: (view_update_range_and_current_page),
4954         (page_changed_cb):
4955         
4956         Don't jump on scrolling, fix for the bug #333127.
4957
4958 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4959
4960         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
4961         
4962         Scroll by one page in presentation mode. Fix for the bug
4963         #332993.
4964
4965 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
4966
4967         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
4968
4969 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
4970
4971         * configure.ac  Added lv in ALL_LINGUAS line.
4972
4973 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
4974         
4975         * NEWS, configure.ac:
4976         
4977         Update for release 0.5.1
4978
4979 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4980
4981         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
4982         * backend/ev-document-misc.h:
4983         * shell/ev-view.c: (draw_one_page):
4984         
4985          Clairfy what page the toolbar page number applies to. Fix
4986          for the bug #328102.
4987
4988 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
4989
4990         * shell/ev-view-private.h:
4991         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
4992         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
4993         (ev_view_search_changed):
4994         * shell/ev-view.h:
4995         * shell/ev-window.c: (find_bar_search_changed_cb):
4996         
4997         Dont't jump to find result if window was scrolled during search.
4998         Fix for the bug #313266.
4999
5000 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5001
5002         * shell/eggfindbar.c: (egg_find_bar_class_init):
5003         * shell/eggfindbar.h:
5004         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5005         * shell/ev-view-private.h:
5006         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5007         (ev_view_class_init), (ev_sizing_mode_get_type),
5008         (ev_scroll_type_get_type):
5009         * shell/ev-view.h:
5010         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5011         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5012         (ev_window_init):
5013         
5014         Fix for the bug 319133 - Find entry should allow text scroll.
5015
5016 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5017
5018         * shell/ev-view-private.h:
5019         * shell/ev-view.c: (view_update_range_and_current_page),
5020         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5021         (ev_view_set_document), (update_find_status_message),
5022         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5023         (ev_view_find_previous):
5024         
5025         Fix for the bug #319137. Search now takes account for scrolling.
5026
5027 2006-02-19  Michael Hofmann <mh21@piware.de>
5028
5029         * configure.ac:
5030         * djvu/Makefile.am:
5031         * djvu/djvu-document-private.h:
5032         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5033         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5034         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5035         (djvu_document_can_get_text), (djvu_document_get_text),
5036         (djvu_document_document_iface_init),
5037         (djvu_document_thumbnails_get_thumbnail),
5038         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5039         (djvu_document_find_get_result),
5040         (djvu_document_find_page_has_results),
5041         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5042         (djvu_document_find_iface_init):
5043         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5044         (djvu_text_page_selection), (djvu_text_page_limits_process),
5045         (djvu_text_page_limits), (djvu_text_page_copy),
5046         (djvu_text_page_position), (djvu_text_page_union),
5047         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5048         (djvu_text_page_box), (djvu_text_page_append_text),
5049         (djvu_text_page_search), (djvu_text_page_prepare_search),
5050         (djvu_text_page_new), (djvu_text_page_free):
5051         * djvu/djvu-text-page.h:
5052         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5053         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5054         (djvu_text_n_results), (djvu_text_has_results),
5055         (djvu_text_get_result), (djvu_text_get_progress):
5056         * djvu/djvu-text.h:
5057         
5058         Text search in djvu. Fix for the bug #303415.
5059
5060 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5061
5062         * configure.ac:
5063         * shell/ev-window.c: (ev_window_cmd_save_as):
5064         
5065         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5066         Thanks to Gary Coady <gary@lyranthe.org>
5067
5068 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5069
5070         * shell/ev-print-job.c: (idle_print_handler):
5071         
5072         Inverse order printing, bug #320919.
5073
5074 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5075
5076         * data/evince-toolbar.xml:
5077         * shell/ev-window.c:
5078         
5079         Allow to add sidebar checkbutton on toolbar. Fix
5080         for the bug #144577.
5081
5082 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5083
5084         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5085         
5086         Add checks that have sense for empty ps document.
5087
5088 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5089
5090         * configure.ac: Include PS in mime types list. 
5091
5092 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5093
5094         * configure.ac:
5095         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5096         * ps/gsdefaults.h:
5097         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5098         
5099         Runtime check for gs interpreter. Fix for the bug #320868.
5100         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5101
5102 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5103
5104         * shell/ev-application.c: 
5105
5106         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5107         dbus>=0.60, so that the request is not queued. 
5108
5109 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5110
5111         * configure.ac:
5112         * shell/Makefile.am:
5113         * shell/ev-sidebar-links.c: (print_section_cb):
5114         * shell/ev-utils.c:
5115         * shell/ev-utils.h:
5116         * shell/ev-window.c: (update_action_sensitivity),
5117         (ev_window_close_dialogs), (ev_window_print):
5118         * shell/ev-window.h:
5119         
5120         Make printing support optional. Patch from Eduardo de Barros Lima
5121         <eduardo.lima@indt.org.br> for the bug #330546.
5122
5123 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5124
5125         * shell/ev-view-private.h:
5126         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5127         (ev_view_set_document):
5128         * shell/ev-view.h:
5129         * shell/ev-window.c: (ev_window_load_job_cb),
5130         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5131         (ev_window_init):
5132
5133         Draw Loading message during xfer job. Fix for the bug #329495.
5134
5135 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5136
5137         * comics/comics-document.c: (comics_regex_quote),
5138         (comics_document_load), (extract_argv):
5139         
5140         Correcly quote regexp before passing it to unzip.
5141
5142 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5143
5144         * shell/ev-page-cache.c: (build_height_to_page),
5145         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5146         (ev_page_cache_get_dual_even_left):
5147         * shell/ev-page-cache.h:
5148         * shell/ev-view.c: (view_update_range_and_current_page),
5149         (get_page_y_offset), (get_page_extents):
5150         
5151         Place even pages to the left if document has less then
5152         two pages. Fix for the bug #328856.
5153
5154 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5155
5156         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5157         
5158         Correct comics scheme. This make evince create thumbnails
5159         for comic books. Fix for the bug 329088.
5160
5161 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5162
5163         * data/evince-password.glade: Don't explicitly set
5164         invisible_char to the current default value in case
5165         the default changes; let GTK+ do its magic.
5166
5167 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5168
5169         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5170         real filename to tmp filename since often document
5171         type is determined by extension.
5172
5173 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5174
5175         * shell/ev-view.c: (add_scroll_binding_keypad),
5176         (ev_view_binding_activated), (ev_view_class_init):
5177         
5178         Add keybindings for percision-scrolling of display area. 
5179         Fix for the bug #314072.
5180
5181 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5182
5183         * data/evince.desktop.in.in:
5184         
5185         Add GTK to the list of categories. Fix for the bug #328034.
5186
5187 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5188
5189         * shell/ev-application.c: (ev_application_shutdown),
5190         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5191         * shell/ev-application.h:
5192         * shell/ev-window.c: (file_open_dialog_response_cb),
5193         (ev_window_cmd_file_open):
5194         
5195         Save last uri in file chooser dialog. Fix for the bug #327950.
5196
5197 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5198
5199         * NEWS:
5200         * README:
5201         
5202         Final update for release 0.5.0
5203         
5204         * shell/Makefile.am:
5205         
5206         Remove disable deprecated until we'll require libgnome-2.13.7
5207         and port to GOption argument parsing. See bug 327518.
5208
5209 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5210
5211         * comics/comics-document.c: (comics_document_save):
5212         * djvu/djvu-document.c: (djvu_document_save):
5213         * dvi/dvi-document.c: (dvi_document_save):
5214         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5215         * lib/ev-file-helpers.h:
5216         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5217         * tiff/tiff-document.c: (tiff_document_save):
5218         
5219         Use common save function for backends.
5220
5221 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5222
5223         * backend/ev-document-types.c:
5224         
5225         Fix crash on saving pixbuf.
5226
5227 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5228
5229         * cut-n-paste/recent-files/egg-recent-item.c:
5230         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5231         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5232         (parse_info_free), (valid_element), (start_element_handler),
5233         (end_element_handler), (text_handler), (egg_recent_model_filter),
5234         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5235         (egg_recent_model_monitor), (egg_recent_model_read),
5236         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5237         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5238         (egg_recent_model_set_property), (egg_recent_model_class_init),
5239         (egg_recent_model_init), (egg_recent_model_add_full),
5240         (egg_recent_model_delete), (egg_recent_model_get_list),
5241         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5242         (egg_recent_model_set_filter_mime_types),
5243         (egg_recent_model_clear_group_filter),
5244         (egg_recent_model_set_filter_groups),
5245         (egg_recent_model_clear_scheme_filter),
5246         (egg_recent_model_set_filter_uri_schemes),
5247         (egg_recent_model_remove_expired):
5248         * cut-n-paste/recent-files/egg-recent-util.c:
5249         (egg_recent_util_get_icon):
5250         * cut-n-paste/recent-files/egg-recent-util.h:
5251         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5252         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5253         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5254         (egg_recent_view_uimanager_set_property),
5255         (egg_recent_view_uimanager_get_property),
5256         (egg_recent_view_uimanager_class_init),
5257         (egg_recent_view_uimanager_init),
5258         (egg_recent_view_uimanager_set_label_width),
5259         (egg_recent_view_uimanager_get_label_width):
5260         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5261         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5262         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5263         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5264         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5265         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5266         
5267         Update from libegg.
5268
5269 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5270
5271         * shell/ev-page-cache.c: (build_height_to_page),
5272         (ev_page_cache_get_height_to_page):
5273         * shell/ev-page-cache.h:
5274         * shell/ev-view.c: (view_update_range_and_current_page),
5275         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5276         (ev_view_previous_page):
5277         
5278         Dual mode places even pages to the left. Fix for the bug #309393.
5279
5280         * shell/ev-view.h:
5281         * shell/ev-window.c: (update_action_sensitivity),
5282         (setup_view_from_metadata), (view_menu_popup_cb):
5283         
5284         Don't restore presentation in empty windows, more intelligent
5285         next page behaviour in dual mode.
5286
5287         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5288         (ev_pixbuf_cache_clear_job_sizes):
5289         
5290         Cleanup job callback on removal. Fix for the bug #325886.
5291
5292 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5293
5294         * ps/ps.c: (psscan):
5295         
5296         Commit workaround Mozilla problem. Fix for the bug #325919
5297         
5298         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5299         (save_item):
5300         
5301         Fix for year 2038 problem.
5302
5303 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5304
5305         * shell/ev-window.c: (setup_document_from_metadata),
5306         (ev_window_cmd_view_reload):
5307
5308         Clamp page recieved from metadata in valid values. Fix
5309         for the bug #325986.
5310
5311 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * MAINTAINERS: 
5314         Add MAINTAINERS as requested on desktop-devel-list.
5315
5316 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5317
5318         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5319         (mime_type_supported_by_gdk_pixbuf),
5320         (ev_document_factory_get_mime_types),
5321         (ev_document_factory_get_all_mime_types):
5322         
5323         Don't add pixbuf mime types if pixbuf backend is disabled.
5324         
5325         * shell/ev-application.c: (ev_application_get_uri_window):
5326         
5327         Fix for the bug 325815 - unhandled MIME type message doesn't 
5328         appear a second time. 
5329         
5330         * shell/ev-document-types.c: (ev_document_types_add_filters):
5331         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5332         (password_dialog_response), (ev_window_popup_password_dialog),
5333         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5334         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5335         (ev_window_run_presentation), (ev_window_stop_presentation),
5336         (save_sizing_mode), (ev_window_zoom_changed_cb),
5337         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5338         (ev_window_dual_mode_changed_cb),
5339         (ev_window_sidebar_current_page_changed_cb),
5340         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5341         (window_state_event_cb), (window_configure_event_cb):
5342         
5343         Cleanup additional uris holded by EvWindow.
5344
5345 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5346
5347         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5348         (ev_view_can_previous_page), (ev_view_can_next_page):
5349         * shell/ev-view.h:
5350         * shell/ev-window.c: (update_action_sensitivity):
5351         
5352         Two page scrolling with Space and PageUp in dual mode. Second fix 
5353         for the bug #316608.
5354
5355 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5356
5357         * shell/ev-view.c: (scroll_to_current_page):
5358         
5359         Correctly clamp adjustment value. Fix for the bug
5360         #325808.
5361
5362 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5363
5364         * shell/ev-sidebar-links.c: (print_section_cb):
5365         * shell/ev-window.c: (ev_window_get_uri),
5366         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5367         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5368         (ev_window_dispose):
5369         
5370         Make print dialog non-modal. Fix for the bug #325622.
5371
5372 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5373
5374         * shell/ev-metadata-manager.c:
5375         * shell/ev-utils.c: (using_pdf_printer),
5376         (using_postscript_printer), (load_print_config_from_file),
5377         (save_print_config_to_file):
5378         * shell/ev-utils.h:
5379         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5380         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5381         (setup_view_from_metadata), (ev_window_setup_document),
5382         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5383         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5384         (ev_window_run_presentation), (ev_window_stop_presentation),
5385         (save_sizing_mode), (ev_window_zoom_changed_cb),
5386         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5387         (ev_window_dual_mode_changed_cb),
5388         (ev_window_sidebar_current_page_changed_cb),
5389         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5390         (window_state_event_cb), (window_configure_event_cb),
5391         (ev_window_init):
5392         
5393         Setting saving behaviour fixes.
5394
5395 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5396
5397         * configure.ac:
5398         
5399         Make antialiasing gs options better and allow
5400         to change them during configure. Fix for the 
5401         bug #319049.
5402
5403 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5404
5405         * shell/ev-window.c: (setup_view_from_metadata):
5406         
5407         Remember if last window was maximized. Fix for the
5408         bug #323797.
5409
5410 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5411
5412         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5413
5414 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5415
5416         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5417         * shell/ev-page-action.c: (build_new_tree_cb):
5418         * shell/ev-sidebar-links.c: (links_page_num_func),
5419         (update_page_callback_foreach), (update_page_callback):
5420         * shell/ev-view.c: (scroll_to_current_page):
5421         
5422         Fix for the bug #325067 with more intelligent selection
5423         of current link in sidebar. Make sidebar handle links
5424         of FITR-like type more correctly.
5425
5426         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5427         (dvi_pixbuf_put_pixel):
5428         
5429         Fix memory consumtion with disabled alpha channel.
5430
5431 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5432
5433         * data/evince-ui.xml:
5434         * shell/ev-window.c: (view_menu_popup_cb),
5435         (ev_popup_cmd_open_link), (ev_window_init):
5436         
5437         Update context menu for internal links. Fix for the bug
5438         #325066.
5439
5440 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5441
5442         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5443         
5444         Bind context menu to keyboard also. Fix for the bug
5445         #325065.
5446
5447 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5448
5449         * shell/ev-view.c: (selection_scroll_timeout_cb):
5450         
5451         Horizontal scroll on selection also.
5452
5453 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5454
5455         * shell/ev-metadata-manager.c: (parse_value):
5456         * shell/ev-view.c: (goto_xyz_link):
5457         
5458         Correct zoom setup and metadata save broken in 
5459         some locales.
5460
5461 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * shell/ev-view-private.h:
5464         * shell/ev-view.c: (scroll_to_current_page),
5465         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5466         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5467         (page_changed_cb), (ev_view_set_continuous),
5468         (ev_view_set_dual_page), (ev_view_set_presentation):
5469         
5470         Delay scroll until allocation to correctly position page. Fix
5471         for the bug #317334.
5472
5473 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5474
5475         * NEWS:
5476         * configure.ac:
5477         
5478         Update NEWS and require poppler 0.5.0.
5479
5480 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5481         
5482         * data/evince-ui.xml:
5483         * shell/ev-view-private.h:
5484         * shell/ev-view.c: (ev_view_get_link_at_location),
5485         (handle_link_over_xy), (ev_view_button_press_event),
5486         (ev_view_button_release_event), (ev_view_class_init):
5487         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5488         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5489         (ev_window_init):
5490         
5491         Implement right-click context menu.
5492
5493 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5494
5495         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5496         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5497         (mdvi_pixbuf_device_render):
5498         * pdf/ev-poppler.cc:
5499
5500         Don't generate thumbnails with alpha. See bug #324077.
5501         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5502
5503 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5504
5505         * shell/ev-window.c: (setup_chrome_from_metadata):
5506         
5507         Fix typo that was hiding toolbar.
5508
5509 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5510
5511         * shell/ev-view-private.h:
5512         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5513         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5514         (ev_view_button_release_event), (ev_view_destroy):
5515         
5516         Small cleanup and autoscrolling during selection. Thanks to 
5517         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5518
5519 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5520
5521         * configure.ac:
5522         
5523         Correctly check for comics option.
5524
5525 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5526         * Makefile.am:
5527         * configure.ac:
5528         * backend/Makefile.am:
5529         * backend/ev-document-factory.c:
5530         * shell/ev-document-types.c:
5531
5532         Included option in configure to make ps backend 
5533         compilation optional with --disable-ps.
5534
5535 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5536
5537         * backend/ev-document-factory.c:
5538         * comics/Makefile.am:
5539         * comics/comics-document.c: (comics_document_load):
5540         * comics/ev-cbr-mime.xml:
5541         * configure.ac:
5542         
5543         Comics mime types are added to shared-mime-info CVS. Now
5544         we don't need to install our own mime types.
5545
5546 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5547
5548         * shell/ev-window.c:
5549         
5550         Add shortcut for "save a copy" menu entry. Fix for
5551         the bug #324582.
5552
5553 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5554
5555         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5556         (job_finished_cb), (new_selection_pixbuf_needed),
5557         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5558         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5559         
5560         Rework selection job info logic and fix critical warning.
5561
5562 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5563
5564         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5565
5566 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5567
5568         * data/evince-ui.xml:
5569         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5570         
5571         Enter as shortcut key for next page. Fix for the bug
5572         #321394.
5573
5574 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5575
5576         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5577
5578 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5579
5580         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5581         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5582         (new_selection_pixbuf_needed),
5583         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5584         (clear_job_selection):
5585         
5586         Too early for 0.5. Pixbuf cache code cleaned a bit.
5587
5588 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5589
5590         * NEWS:
5591         * configure.ac:
5592         
5593         Release 0.5.0 preparation
5594
5595 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5596
5597         * comics/Makefile.am:
5598         * configure.ac:
5599         * shell/ev-document-types.c: (ev_document_types_add_filters):
5600         
5601         More advanced handling of custom mime type installation.
5602
5603 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5604
5605         * data/evince.schemas.in:
5606         * shell/ev-metadata-manager.c: (value_free),
5607         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5608         (ev_metadata_manager_get), (ev_metadata_manager_set):
5609         * shell/ev-metadata-manager.h:
5610         * shell/ev-window.c: (update_chrome_flag),
5611         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5612         (setup_document_from_metadata), (setup_chrome_from_metadata),
5613         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5614         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5615         (ev_window_view_toolbar_cb),
5616         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5617         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5618         
5619         Save last document settings and reuse them for new documents.
5620
5621 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5622
5623         * Makefile.am:
5624         * backend/Makefile.am:
5625         * backend/ev-document-factory.c:
5626         * backend/ev-document-factory.h:
5627         * comics/Makefile.am:
5628         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5629         (comics_document_load), (comics_document_save),
5630         (comics_document_get_n_pages), (comics_document_get_page_size),
5631         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5632         (comics_document_class_init), (comics_document_can_get_text),
5633         (comics_document_get_info), (comics_document_document_iface_init),
5634         (comics_document_init), (get_supported_image_extensions),
5635         (comics_document_thumbnails_get_geometry),
5636         (comics_document_thumbnails_get_thumbnail),
5637         (comics_document_thumbnails_get_dimensions),
5638         (comics_document_document_thumbnails_iface_init), (extract_argv):
5639         * comics/comics-document.h:
5640         * comics/ev-cbr-mime.xml:
5641         * configure.ac:
5642         * po/POTFILES.in:
5643         * shell/ev-application.c: (ev_application_register_service):
5644         * shell/ev-document-types.c: (ev_document_types_add_filters):
5645         * thumbnailer/Makefile.am:
5646         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5647         
5648         New CBR/CBZ backend for comic books.
5649
5650 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5651
5652         * shell/main.c: (load_files_remote):
5653
5654         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5655         warning on startup of second instance is fixed. It
5656         is bug #320353.
5657
5658 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5659
5660         * shell/ev-window.c: (ev_window_finalize):
5661         
5662         Fix double free that cause crash.
5663
5664 2005-10-29  Bastien Nocera <hadess@hadess.net>
5665
5666         * tiff/tiff-document.c: (tiff_document_load):
5667         
5668         Fix memory leak.
5669
5670 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5671
5672         * po/POTFILES.in:
5673         * shell/Makefile.am:
5674         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5675         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5676         (ev_view_accessible_get_text),
5677         (ev_view_accessible_get_character_at_offset),
5678         (ev_view_accessible_get_text_before_offset),
5679         (ev_view_accessible_get_text_at_offset),
5680         (ev_view_accessible_get_text_after_offset),
5681         (ev_view_accessible_get_character_count),
5682         (ev_view_accessible_get_caret_offset),
5683         (ev_view_accessible_set_caret_offset),
5684         (ev_view_accessible_get_run_attributes),
5685         (ev_view_accessible_get_default_attributes),
5686         (ev_view_accessible_get_character_extents),
5687         (ev_view_accessible_get_offset_at_point),
5688         (ev_view_accessible_get_n_selections),
5689         (ev_view_accessible_get_selection),
5690         (ev_view_accessible_add_selection),
5691         (ev_view_accessible_remove_selection),
5692         (ev_view_accessible_set_selection),
5693         (ev_view_accessible_text_iface_init),
5694         (ev_view_accessible_idle_do_action),
5695         (ev_view_accessible_action_do_action),
5696         (ev_view_accessible_action_get_n_actions),
5697         (ev_view_accessible_action_get_description),
5698         (ev_view_accessible_action_get_name),
5699         (ev_view_accessible_action_set_description),
5700         (ev_view_accessible_action_iface_init),
5701         (ev_view_accessible_get_type), (ev_view_accessible_new),
5702         (ev_view_accessible_factory_get_accessible_type),
5703         (ev_view_accessible_factory_create_accessible),
5704         (ev_view_accessible_factory_class_init),
5705         (ev_view_accessible_factory_get_type):
5706         * shell/ev-view-accessible.h:
5707         * shell/ev-view-private.h:
5708         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5709         * shell/ev-view.h:
5710         
5711         Initial accessibility support.
5712
5713 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5714
5715         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5716
5717 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5718
5719         * shell/ev-print-job.c: (idle_print_handler):
5720         
5721         Fix for bug Bug 318916: Printing multiple pages.
5722
5723 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5724
5725         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5726
5727 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5728
5729         * pdf/ev-poppler.cc:
5730         
5731         Thumnail dimensions unified with other backends.
5732         
5733         * shell/ev-window-title.c: (ev_window_title_update):
5734         
5735         Fix warning.
5736
5737 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5738
5739         * data/ev-stock-zoom-fit-width.png:
5740         
5741         Remove unused file.
5742
5743 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5744
5745         * configure.ac:
5746         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5747         (djvu_document_finalize):
5748         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5749         (dvi_document_finalize):
5750         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5751         (pixbuf_document_save), (pixbuf_document_finalize):
5752         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5753         (tiff_document_finalize):
5754         
5755         Save a copy implemented for various backends.
5756
5757 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5758
5759         * configure.ac:
5760         
5761         Don't link with ltiff if tiff is disabled.
5762
5763 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5764
5765         * pdf/GDKSplashOutputDev.cc:
5766         * pdf/GDKSplashOutputDev.h:
5767         * pdf/Thumb.cc:
5768         * pdf/Thumb.h:
5769         * pdf/pdf-document.cc:
5770         * pdf/pdf-document.h:
5771         * pdf/test-gdk-output-dev.cc:
5772         
5773         Remove old unused files.
5774
5775 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5776
5777         * shell/ev-window.c: (ev_window_setup_document):
5778         
5779         Fixed warnings on reload and probably crash reason.
5780
5781 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5782
5783         * properties/ev-properties-view.c:
5784         (ev_properties_view_format_date):
5785         
5786         Check if date is invalid. Fix for bug 318134.
5787
5788 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5789
5790         * shell/ev-window-title.c:
5791         
5792         Add .indd files (Adobe Indesign) to the list of "bad
5793         extensions".
5794
5795 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5796
5797         * data/evince-ui.xml:
5798         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5799         
5800         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5801
5802 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5803
5804         * shell/ev-window.c: (launch_link), (launch_external_uri),
5805         (view_external_link_cb):
5806
5807         URL-escape link before passing it to gnome_vfs_url_show.
5808
5809 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5810
5811         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5812         there isn't text selected.
5813
5814 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5815
5816         * shell/ev-view.c: (handle_link_over_xy):
5817
5818         Check tooltip is valid utf8 before showing it
5819
5820 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5821
5822         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5823
5824 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5825
5826         * shell/ev-window-title.c: (ev_window_title_update):
5827
5828         Guard against using g_strstrip on NULL. Fixes bug #317291.
5829
5830 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5831
5832         * pdf/ev-poppler.cc:
5833
5834         Show title even for unknown links
5835
5836 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5837
5838         * shell/ev-window-title.c: (ev_window_title_update):
5839
5840         Strip the title string
5841
5842 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5843
5844         * shell/ev-window-title.c:
5845
5846         Add .rtf to the bad extensions list
5847
5848 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5849
5850         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
5851         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
5852
5853         Ignore link coordinates if they are outside page bounds
5854
5855 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
5856
5857         * backend/ev-link.c: (ev_link_type_get_type),
5858         (ev_link_get_filename), (ev_link_get_params),
5859         (ev_link_get_property), (ev_link_set_property),
5860         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
5861         * backend/ev-link.h:
5862         * pdf/ev-poppler.cc:
5863         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
5864         * shell/ev-window.c: (launch_link), (view_external_link_cb),
5865         (ev_window_init):
5866
5867         Implement launch links. Delegate external link opening to
5868         the window.
5869
5870 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5871
5872         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
5873         (ev_link_get_right), (ev_link_get_property),
5874         (ev_link_set_property), (ev_link_class_init),
5875         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
5876         * backend/ev-link.h:
5877         * pdf/ev-poppler.cc:
5878         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
5879
5880         Implement fitr links
5881
5882 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5883
5884         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
5885         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
5886         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5887         (ev_view_size_request_continuous),
5888         (ev_view_size_request_dual_page),
5889         (ev_view_size_request_single_page), (ev_view_size_allocate),
5890         (ev_view_zoom_for_size_continuous_and_dual_page),
5891         (ev_view_zoom_for_size_continuous),
5892         (ev_view_zoom_for_size_dual_page),
5893         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5894         (ev_sizing_mode_get_type):
5895         * shell/ev-view.h:
5896         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5897
5898         Do not use modes for link, we need to calculate size ad hoc.
5899         Still not perfect because of the usual scrollbar issues grrr.
5900
5901 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5902
5903         * backend/ev-link.c: (ev_link_type_get_type),
5904         (ev_link_new_page_fith), (ev_link_new_page_fitv):
5905         * backend/ev-link.h:
5906         * pdf/ev-poppler.cc:
5907         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
5908         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
5909         (ev_view_size_request_continuous),
5910         (ev_view_size_request_dual_page),
5911         (ev_view_size_request_single_page), (ev_view_size_allocate),
5912         (zoom_for_size_fit_height),
5913         (ev_view_zoom_for_size_continuous_and_dual_page),
5914         (ev_view_zoom_for_size_continuous),
5915         (ev_view_zoom_for_size_dual_page),
5916         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
5917         (ev_sizing_mode_get_type):
5918         * shell/ev-view.h:
5919         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
5920
5921         Implement FIT_HEIGHT mode (only for links).
5922         Implement FITH links
5923
5924 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5925
5926         * shell/ev-window-title.c: (get_filename_from_uri),
5927         (ev_window_title_sanitize_extension), (ev_window_title_update),
5928         (ev_window_title_set_document), (ev_window_title_set_uri),
5929         (ev_window_title_free):
5930         * shell/ev-window-title.h:
5931         * shell/ev-window.c: (ev_window_setup_document),
5932         (ev_window_popup_password_dialog):
5933
5934         Refactor window title building while fixing it for
5935         password documents.
5936
5937 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
5938
5939         * pdf/ev-poppler.cc:
5940
5941         Escape link title before setting it in the model
5942
5943 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
5944
5945         * shell/ev-application.c: (removed_from_session), (save_session),
5946         (init_session), (ev_application_get_empty_window),
5947         (ev_application_init), (ev_application_get_windows):
5948         * shell/ev-application.h:
5949         * shell/ev-window.c: (ev_window_finalize):
5950
5951         Add a function to retrieve window list and share it where
5952         necessary.
5953         Implement session handling, works pretty well thanks to the
5954         metadata system.
5955
5956 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5957
5958         * shell/ev-password.c: (ev_password_item_created_callback),
5959         (ev_password_dialog_save_password):
5960         
5961         Fix for bug 316972. Use async gnome-keyring API.
5962
5963 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
5964
5965         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
5966         Remove unused unrealize handler. Add scroll handling to
5967         ev_view_scroll_event for presentation mode (bug #316708),
5968         and fix the event state checks there.
5969
5970 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5971
5972         * shell/ev-page-action.c: (page_changed_cb):
5973
5974         "marco, maybe we should be crazy and jump right to 6! :)"
5975
5976         Bryan Clark, Sep 2005
5977
5978 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5979
5980         * ps/ps-document.c: (save_document), (ps_document_save),
5981         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
5982         (ps_document_ps_export_end):
5983
5984         Fix unstructured documents save and print
5985
5986 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5987
5988         * shell/ev-application.c: (ev_application_open_uri):
5989
5990         Fix window size persistance
5991
5992 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
5993
5994         * shell/ev-view.c: (ev_view_button_release_event):
5995
5996         Based on a patch from carlosgc@gnome.org. Mouse buttons
5997         switch pages in presentation mode.
5998
5999 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6000
6001         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6002
6003         Dont cast to int before scaling
6004
6005 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6006
6007         * backend/ev-link.c: (ev_link_type_get_type),
6008         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6009         (ev_link_new_page_fith):
6010         * backend/ev-link.h:
6011         * pdf/ev-poppler.cc:
6012         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6013
6014         Implement FIT and FITH links
6015
6016 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6017
6018         * pdf/ev-poppler.cc:
6019
6020         Return 0 results when search is not in progress.
6021
6022         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6023         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6024
6025         Update menu sensitivity when cancelling search
6026
6027 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6028
6029         * shell/ev-view.c: (ev_view_can_find_next):
6030
6031         Take all pages in consideration, not just current one
6032
6033 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6034
6035         * shell/ev-page-cache.c:
6036         * shell/ev-page-cache.h:
6037         * shell/ev-view.c: (ev_view_binding_activated),
6038         (ev_view_next_page), (ev_view_previous_page),
6039         (ev_sizing_mode_get_type):
6040         * shell/ev-view.h:
6041         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6042         (ev_window_cmd_go_next_page):
6043
6044         Move page next/previous functions from page chace to
6045         view and change it to move by 2 page steps in dual mode.
6046
6047 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6048
6049         * shell/ev-window.c: (update_sidebar_visibility),
6050         (setup_sidebar_from_metadata), (ev_window_setup_document),
6051         (setup_view_from_metadata):
6052
6053         Show the index by default when there is one     
6054
6055 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6056
6057         * shell/ev-window-title.c: (ev_window_title_set_document):
6058
6059         Missing null check
6060
6061 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6062
6063         * shell/ev-view.c: (view_update_range_and_current_page):
6064         
6065         Allow display of last odd page in dual view. Fix for 316347.
6066
6067 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6068
6069         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6070         
6071         Make close button default. Fix for 316383.
6072
6073 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6074
6075         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6076         
6077         Mark close button as default. Fix for 316381.
6078
6079 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6080
6081         * backend/ev-link.c: (ev_link_class_init):
6082
6083         Allow negative doubles in left/top properties
6084
6085 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6086
6087         * shell/ev-window.c:
6088
6089         Remove a bunch of strings that was used only
6090         by the statusbar.
6091
6092 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6093
6094         * shell/ev-window-title.c: (get_filename_from_uri),
6095         (ev_window_title_set_document):
6096
6097         When title has a confusing extension, show also
6098         the document filename inside ()
6099
6100 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6101
6102         * shell/Makefile.am:
6103         * shell/ev-window-title.c: (ev_window_title_new),
6104         (ev_window_title_update), (ev_window_title_set_type),
6105         (ev_window_title_set_document), (ev_window_title_free):
6106         * shell/ev-window-title.h:
6107         * shell/ev-window.c: (ev_window_setup_document),
6108         (password_dialog_response), (ev_window_popup_password_dialog),
6109         (ev_window_dispose), (ev_window_init):
6110
6111         Factor out and cleanup window title code
6112
6113 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6114
6115         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6116         (unable_to_load):
6117
6118         Make dialog transient so it doesnt block other windows
6119
6120 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6121
6122         * pdf/ev-poppler.cc:
6123         
6124         Fix pdf thumbnails rendering.
6125
6126 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6127
6128         * shell/ev-window.c: (fullscreen_set_timeout):
6129         
6130         Increase timeout to hide full screen popup. Bug 
6131         316123. 
6132
6133 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6134
6135         * data/evince.schemas.in:
6136         * shell/ev-window.c: (update_action_sensitivity):
6137
6138         Allow the user to override document restrictions. Fix for bug
6139         305818.
6140
6141 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6142
6143         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6144         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6145         (ev_window_class_init): Fix multihead behaviour of fullscreen
6146         toolbar popup. Fixes bug #315451.
6147
6148 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6149
6150         * configure.ac:
6151         * data/evince-password.glade:
6152         * shell/ev-password.c: (ev_password_dialog_set_property),
6153         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6154         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6155         (ev_password_dialog_entry_changed_cb),
6156         (ev_password_dialog_entry_activated_cb),
6157         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6158         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6159         (ev_password_dialog_set_bad_pass):
6160         * shell/ev-password.h:
6161         * shell/ev-window.c: (password_dialog_response),
6162         (ev_window_popup_password_dialog):
6163         
6164         Support for gnome-keyring for encrypted PDF's.
6165
6166 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6167
6168         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6169         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6170         (ev_view_enter_notify_event), (ev_view_class_init):
6171         
6172         More precise handling of enter_notify/leave_notify events
6173         in EvView. Fix for bug 315470.
6174
6175 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6176
6177         * shell/ev-window.c: (fullscreen_timeout_cb),
6178         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6179         (ev_window_dispose):
6180
6181         leak fix: unref fullscreen_timeout_source before clearing it
6182
6183 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6184
6185         * configure.ac, dvi/mdvi/Makefile.am: 
6186         
6187         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6188
6189 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6190
6191         * backend/ev-link.c: (ev_link_new_page_xyz):
6192         * pdf/ev-poppler.cc:
6193         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6194
6195         Fix some bugs with xyz links, respect zoom
6196
6197 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6198
6199         * shell/ev-window.c: (page_changed_cb),
6200         (setup_document_from_metadata), (update_sidebar_visibility),
6201         (setup_view_from_metadata), (ev_window_run_fullscreen),
6202         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6203         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6204         (ev_window_dual_mode_changed_cb),
6205         (ev_window_sidebar_current_page_changed_cb):
6206
6207         null check uri before setting and getting metadata
6208
6209 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6210
6211         * dvi/Makefile.am:
6212         * properties/Makefile.am:
6213         * shell/Makefile.am:
6214         * thumbnailer/Makefile.am:
6215
6216         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6217
6218 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6219
6220         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6221         (selection_changed_callback):
6222         * shell/ev-sidebar-links.h:
6223
6224         Add a signal for link activation.
6225
6226         * shell/ev-view.c: (ev_view_goto_link),
6227         (ev_view_button_release_event):
6228         * shell/ev-view.h:
6229         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6230         (ev_window_init):
6231
6232         Implement the signal so that we can handle all link types.
6233
6234         * shell/ev-page-cache.c:
6235
6236         Remove unused set_link function
6237
6238 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6239
6240         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6241
6242         Add some space from the cursor, hardcoded but I couldnt
6243         find a better way.
6244
6245 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6246
6247         * lib/ev-tooltip.c:
6248
6249         Use mozilla style vs gtk style, way better for links.
6250
6251         * shell/ev-view.c: (ev_view_motion_notify_event),
6252         (ev_view_destroy), (ev_view_init):
6253
6254         Deactive tooltip when the link hovered is changed.
6255
6256 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6257
6258         * backend/ev-document.h:
6259         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6260         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6261         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6262         (ev_link_new_page), (ev_link_new_page_xyz):
6263         * backend/ev-link.h:
6264         * pdf/ev-poppler.cc:
6265         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6266         (go_to_link), (tip_from_link):
6267
6268         Implement xyz links, still not functional. Links are a total
6269         mess, will need to refactor and bugfix a lot :(
6270
6271 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6272
6273         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6274
6275 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6276
6277         * data/evince-ui.xml:
6278         * data/evince.schemas.in:
6279         * shell/Makefile.am:
6280         * shell/ev-window.c: (update_chrome_visibility),
6281         (password_dialog_response), (ev_window_load_job_cb),
6282         (ev_window_xfer_job_cb), (ev_window_open_uri),
6283         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6284         (ev_window_init):
6285
6286         Remove the statusbar. This regress loading feedback, need to
6287         check with Bryan what we want to do there...
6288
6289 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6290
6291         * lib/ev-tooltip.c: (ev_tooltip_init):
6292
6293         Fix tooltip border and size handling
6294
6295 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6296
6297         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6298         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6299         (ev_tooltip_timeout), (ev_tooltip_activate),
6300         (ev_tooltip_deactivate):
6301         * lib/ev-tooltip.h:
6302         * shell/ev-view.c: (ev_view_motion_notify_event):
6303
6304         Delay popup showing. Mirror gtk logic/times.
6305
6306 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6307
6308         * lib/Makefile.am:
6309         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6310         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6311         (ev_tooltip_set_text), (ev_tooltip_set_position):
6312         * lib/ev-tooltip.h:
6313
6314         Simple widget to show tooltips at a custom position
6315
6316         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6317         (ev_view_destroy):
6318
6319         Use it for links. First go, needs work
6320
6321 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6322
6323         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6324         HIG fixes.  Use title capitalization for window title. Use 12 
6325         pixels of space between the dialog's vbox and action area.
6326
6327 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6328
6329         * shell/ev-window.c: (file_open_dialog_response_cb),
6330         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6331         (ev_window_cmd_save_as):
6332
6333         Make file pickers not modal and refactor code some
6334
6335 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6336
6337         * shell/ev-sidebar.h:
6338         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6339         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6340         (ev_sidebar_class_init), (ev_sidebar_select_page),
6341         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6342         (ev_sidebar_set_page):
6343
6344         Add a current page property and allow to get/set it
6345
6346         * shell/ev-window.c: (setup_view_from_metadata),
6347         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6348
6349         Persist current sidebar page per document
6350
6351 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6352
6353         * data/evince.schemas.in:
6354         * shell/ev-window.c: (update_chrome_visibility),
6355         (setup_document_from_metadata), (update_sidebar_visibility),
6356         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6357         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6358         (ev_window_run_presentation), (ev_window_stop_presentation),
6359         (ev_window_view_sidebar_cb),
6360         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6361         (load_chrome), (ev_window_init):
6362
6363         Persist size/visibility of sidebar per document
6364
6365 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6366
6367         * shell/ev-view.c (draw_loading_text): Draw loading text.
6368
6369 2005-09-02  Dan Damian  <dand@gnome.ro>
6370
6371         * configure.in: Added "ro" to ALL_LINGUAS.
6372
6373 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6374
6375         * shell/ev-view.c: (clear_caches):
6376
6377         ev_page_cache_get doesnt return a reference,
6378         dont try to unref it.
6379
6380 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6381
6382         * shell/main.c: (load_files_remote):
6383
6384         Fix timestamp parameter with dbus <= 0.33
6385
6386 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6387
6388         * data/evince.schemas.in:
6389
6390         Add missing full stop
6391
6392 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6393
6394         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6395         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6396
6397         Plug some memory leaks
6398
6399 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6400
6401         * configure.ac:
6402         * lib/ev-debug.c: (trap_handler):
6403
6404         Check for execinfo.h and use it only if it exists.
6405         Ported from Epiphany (bug #314776).
6406
6407 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6408
6409         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6410
6411 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6412
6413         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6414         * po/id.po      : Added Indonesian translation
6415
6416 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6417
6418         * shell/main.c:
6419         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6420         * NEWS: Release 0.4.0
6421
6422 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6423
6424         * configure.ac: catch another gtk+-2.8ism
6425         * shell/main.c: Make work with gtk+-2.6
6426
6427 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6428
6429         * shell/ev-application-service.xml: Add 'timestamp' argument to
6430           ev_application_open_window and ev_application_open_uri methods.
6431
6432         * shell/ev-application.h: Add 'timestamp' argument to
6433           ev_application_open_window, ev_application_open_uri,
6434           and ev_application_open_uri_list functions.
6435
6436         * shell/ev-application.c (ev_application_open_window,
6437           ev_application_open_uri, ev_application_open_uri_list): Change
6438           functions that show/present windows to use a timestamp if one
6439           is passed in.
6440
6441         * shell/ev-window.c (ev_window_cmd_file_open,
6442           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6443         * shell/main.c (load_files): Modify calls to ev_application to
6444           include GDK_CURRENT_TIME as timestamp.
6445
6446         * shell/main.c (load_files_remote): Obtain timestamp for client
6447           instance from GDK and pass to server instance so new windows are
6448           focused properly.  Fix dbus_g_proxy_call() calls by including second
6449           G_TYPE_INVALID.
6450           
6451         Closes bug #314475.
6452
6453 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6454
6455         * shell/ev-window.c (ev_window_finalize): Check for
6456         avail. EvWindows when quiting to handle the finalize better,
6457         #314497
6458
6459 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6460         
6461         * properties/ev-properties-view.c: 
6462         
6463         Set textdomain to libglade. Fixes translation problem in property page.
6464
6465 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6466
6467         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6468         * dvi/Makefile.am:
6469         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6470         * dvi/mdvi-lib/Makefile.am:
6471         
6472         Fix rotation of thumbnails, ported to new API. Moved library
6473         dependencies earlier, probably it will fix linkage problem.
6474
6475 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6476
6477         * backend/ev-document-misc.c:
6478         (ev_document_misc_get_thumbnail_frame):
6479         * backend/ev-document-misc.h:
6480         * configure.ac:
6481         * pdf/ev-poppler.cc:
6482         * shell/Makefile.am:
6483         * shell/ev-sidebar-thumbnails.c: (add_range),
6484         (ev_sidebar_thumbnails_set_loading_icon),
6485         (ev_sidebar_thumbnails_refresh),
6486         (ev_sidebar_thumbnails_set_document):
6487         * shell/ev-sidebar-thumbnails.h:
6488         * shell/ev-view.c: (ev_view_motion_notify_event),
6489         (ev_view_set_property), (ev_view_get_property),
6490         (ev_view_class_init), (ev_view_set_rotation):
6491         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6492         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6493         (ev_window_init):
6494         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6495         Redo rotation (again).  prepare for 0.4.0
6496
6497 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6498
6499         * configure.ac: Bump poppler requirement to 0.4.1.
6500
6501         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6502         argument to poppler_page_render_selection() call.
6503
6504 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6505
6506         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6507         (djvu_document_thumbnails_get_thumbnail):
6508         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6509         (dvi_document_thumbnails_get_thumbnail):
6510         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6511         (pixbuf_document_thumbnails_get_thumbnail):
6512         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6513         
6514         Update rotation direction of backends to fit with pdf and ps.
6515
6516 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6517
6518         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6519         * backend/ev-async-renderer.h:
6520         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6521         (setup_page), (ps_document_get_page_size),
6522         (ps_async_renderer_render_pixbuf):
6523         * ps/ps-document.h:
6524         * shell/ev-jobs.c: (ev_job_render_run):
6525
6526         Fix orientation in the postscript document
6527
6528 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6529
6530         * pdf/ev-poppler.cc:
6531         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6532         * shell/ev-view.c: (highlight_find_results):
6533
6534         Adapt to the new poppler rotation API. Fix text maps on landscape
6535         documents.
6536
6537 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6538
6539         * shell/ev-view.c (compute_new_selection_text): get the correct
6540         region when selecting in modes other than continuous.
6541
6542 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6543
6544         * shell/main.c (main): remove redundant g_warnings.
6545
6546 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6547
6548         * shell/Makefile.am: Don't include autogenerated
6549         file ev-application-service.h into distribution, since
6550         it causes dbus crash. Fix for bugs 313724 and 313443. 
6551
6552 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6553
6554         * configure.ac: Fix sed expression for FreeBSD. Thanks
6555         to Joe Marcus Clark <marcus@freebsd.org>
6556         
6557         * shell/eggfindbar.c: (entry_activate_callback),
6558         (entry_changed_callback), (egg_find_bar_init),
6559         (egg_find_bar_set_search_string):
6560         
6561         Made findbar buttons unsensitive if there is no text in
6562         entry. Fix for the bug 313285.
6563
6564 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6565
6566         * ps/ps-document.c: Use g_filename_display_name for displaying
6567         filenames and revert string freeze breackage
6568
6569 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6570
6571         * NEWS:
6572         * configure.ac:
6573
6574         Update for 0.3.4
6575
6576         * shell/Makefile.am:
6577
6578         Add ev-application-service.xml to extra dist
6579
6580         * shell/ev-view.c: (find_page_at_location):
6581
6582         Remove unused function (fix warning)
6583
6584 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6585
6586         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6587         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6588         
6589         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6590         bug 313623.
6591
6592 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6593
6594         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6595         * shell/ev-window.c:
6596         Fix build warnings
6597
6598 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6599
6600         * configure.ac: Update script to get dbus version.
6601         Fix for the bug #313443.
6602
6603 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6604
6605         * shell/ev-window.c: (ev_window_cmd_escape):
6606         
6607         Return focus back to view on escape. Fix for bug 313295.
6608
6609 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6610
6611         * shell/ev-window.c: (update_window_title),
6612         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6613         (ev_window_cmd_save_as):
6614         
6615         Correct conversion from uri to displayable string. Fix for
6616         bug 313296.
6617
6618 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6619
6620         * ps/ps-document.c: convert filename to utf8 when there is an error
6621         loading document. Fixes #309915
6622
6623 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6624
6625         * configure.ac:
6626
6627         We depend on poppler 0.4.0
6628
6629 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6630
6631         * configure.ac:
6632         * NEWS: Release 0.3.3.
6633         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6634
6635 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6636
6637         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6638         add a couple missing mnemonics to menu items, use title 
6639         capitalization for menu items and window titles, and add 
6640         ellipsis to open menu item.     
6641
6642 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6643
6644         * pdf/ev-poppler.cc:
6645         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6646         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6647         (ev_view_get_rotation):
6648         * shell/ev-view.h:
6649         * shell/ev-window.c: (setup_view_from_metadata),
6650         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6651         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6652         disk.
6653
6654 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6655
6656         * configure.ac: Added tr to ALL_LINGUAS
6657
6658 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6659
6660         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6661         requires several clicks to find word. Thanks to 
6662         Colin Slater <kiltedtaco@gmail.com>.
6663
6664 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6665
6666         * data/evince.desktop.in.in: Hide menu entry and
6667         rename it to "Document Viewer". Fix for bug 
6668         #312399.
6669
6670 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6671
6672         * shell/ev-page-action.c (ev_page_action_class_init): 
6673
6674         Point to the correct function in constructor of the
6675         activate_label signal
6676
6677 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6678
6679         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6680         * shell/ev-jobs.h: Make thread safe.
6681
6682 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6683
6684         * shell/ev-view.c: (view_update_range_and_current_page):
6685         Don't update page range if we are scrolling to some document
6686         point.
6687
6688 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6689
6690         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6691         when getting max_page_width, fix drawing in dual mode.
6692
6693 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6694
6695         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6696         getting the area for select_all.
6697
6698 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6699
6700         * backend/ev-selection.c: (ev_selection_render_selection):
6701         * backend/ev-selection.h:
6702         * pdf/ev-poppler.cc:
6703         * shell/ev-jobs.c: (ev_job_render_new):
6704         * shell/ev-jobs.h:
6705         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6706         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6707         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6708         (ev_view_class_init):
6709
6710         Change selection color on focus in and focus out events.  Also,
6711         poppler now uses GdkColor for specifying the selection colors, so
6712         drop some awkward conversion code.
6713
6714 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6715
6716         * configure.ac: Added Hebrew translation
6717
6718 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6719
6720         * NOTES:
6721         * backend/ev-selection.c: (ev_selection_render_selection):
6722         * backend/ev-selection.h:
6723         * pdf/ev-poppler.cc:
6724         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6725         (ev_job_render_run):
6726         * shell/ev-jobs.h:
6727         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6728         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6729         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6730         (ev_pixbuf_cache_style_changed),
6731         (ev_pixbuf_cache_get_selection_pixbuf),
6732         (ev_pixbuf_cache_set_selection_list),
6733         (ev_pixbuf_cache_get_selection_list):
6734         * shell/ev-pixbuf-cache.h:
6735         * shell/ev-utils.c: (ev_print_region_contents):
6736         * shell/ev-utils.h:
6737         * shell/ev-view.c: (ev_view_queue_draw_page),
6738         (selection_update_idle_cb), (ev_view_motion_notify_event),
6739         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6740         (setup_caches), (ev_view_find_next), (merge_selection_region),
6741         (selection_free):
6742         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6743
6744         Clean up selection to be much smoother!
6745
6746 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6747
6748         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6749         to poppler_page_render_selection().
6750
6751 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6752
6753         * ps/ps-document.c: (save_page_list): Use
6754         unzipped document when printing. Thanks to 
6755         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6756         311016.
6757
6758 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6759
6760         * shell/ev-window.c: (update_action_sensitivity):
6761         
6762         Disable print and save respect to lockdown gconf keys. Fix
6763         for 312342.
6764
6765 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6766
6767         * configure.ac:
6768         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6769         (write_to_temp_file), (ev_file_set_contents):
6770         * shell/ev-utils.h:
6771         * shell/ev-window.c: (save_print_config_to_file):
6772         
6773         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6774         Fix for bug 312238
6775
6776 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6777
6778         * shell/ev-window.c: (load_print_config_from_file),
6779         (save_print_config_to_file), (ev_window_print_range):
6780
6781         Persist the print settings. Fixes bug #311578.
6782
6783 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6784
6785         * djvu/djvu-document.c: (djvu_document_get_page_size),
6786         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6787         (djvu_document_thumbnails_get_thumbnail):
6788         * dvi/dvi-document.c: (dvi_document_get_page_size),
6789         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6790         (dvi_document_thumbnails_get_dimensions),
6791         (dvi_document_thumbnails_get_thumbnail):
6792         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6793         (pixbuf_document_render_pixbuf),
6794         (pixbuf_document_document_iface_init),
6795         (pixbuf_document_thumbnails_get_thumbnail):
6796         
6797         Update backends to make them build with new rotation system.
6798
6799 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6800
6801         * help/C/figures/evince_start_window.png:
6802         
6803         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6804
6805 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6806
6807         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6808         * shell/ev-pixbuf-cache.h:
6809         * shell/ev-sidebar-thumbnails.c:
6810         (ev_sidebar_thumbnails_get_property), (add_range),
6811         (adjustment_changed_cb):
6812         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6813         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6814         we were thumbnailing the entire docment on startup, slowing us
6815         down hugely. 
6816
6817 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6818
6819         * shell/ev-page-cache.c: (ev_page_cache_new):
6820         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6821         == 0, fixes #310306.
6822
6823 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6824
6825         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6826         (ev_view_rotate_left):
6827
6828         Account rotation in doc_rect_to_view_rect.
6829         Ensure rotation doesnt go out of bounds.
6830
6831 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6832
6833         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6834
6835         Correct and cleanup w/h swapping
6836
6837 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6838
6839         * backend/ev-document-thumbnails.c:
6840         (ev_document_thumbnails_get_thumbnail):
6841         * backend/ev-document-thumbnails.h:
6842         * backend/ev-document.c:
6843         * backend/ev-document.h:
6844         * backend/ev-render-context.c: (ev_render_context_new),
6845         (ev_render_context_set_rotation):
6846         * backend/ev-render-context.h:
6847         * pdf/ev-poppler.cc:
6848         * ps/ps-document.c: (ps_document_document_iface_init):
6849         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6850         * shell/ev-jobs.h:
6851         * shell/ev-page-cache.c: (build_height_to_page),
6852         (ev_page_cache_new), (ev_page_cache_get_size),
6853         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6854         (ev_page_cache_get_height_to_page):
6855         * shell/ev-page-cache.h:
6856         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6857         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6858         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
6859         (ev_pixbuf_cache_get_selection_pixbuf):
6860         * shell/ev-pixbuf-cache.h:
6861         * shell/ev-print-job.c: (idle_print_handler):
6862         * shell/ev-sidebar-thumbnails.c: (add_range):
6863         * shell/ev-view.c: (view_update_range_and_current_page),
6864         (get_page_y_offset), (get_page_extents),
6865         (ev_view_size_request_continuous_dual_page),
6866         (ev_view_size_request_continuous),
6867         (ev_view_size_request_dual_page),
6868         (ev_view_size_request_single_page), (draw_one_page),
6869         (ev_view_set_rotation), (ev_view_rotate_right),
6870         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6871         (ev_view_zoom_for_size_continuous_and_dual_page),
6872         (ev_view_zoom_for_size_continuous),
6873         (ev_view_zoom_for_size_dual_page),
6874         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6875         (ev_view_select_all):
6876         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6877         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
6878         (tiff_document_document_iface_init),
6879         (tiff_document_thumbnails_get_thumbnail):
6880
6881         Use rotation rather than orientation. It's easier and enough
6882         for our needs.
6883
6884 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6885
6886         * shell/ev-page-cache.c: (build_height_to_page),
6887         (ev_page_cache_new), (ev_page_cache_get_size),
6888         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
6889         (ev_page_cache_get_height_to_page):
6890         * shell/ev-page-cache.h:
6891         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
6892         (ev_view_size_request_continuous_dual_page),
6893         (ev_view_size_request_continuous),
6894         (ev_view_zoom_for_size_continuous_and_dual_page),
6895         (ev_view_zoom_for_size_continuous):
6896
6897         Make the page cache aware of page orientation.
6898
6899 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6900
6901         * backend/ev-document-thumbnails.c:
6902         (ev_document_thumbnails_get_thumbnail):
6903         * backend/ev-document-thumbnails.h:
6904         * backend/ev-document.c:
6905         * backend/ev-document.h:
6906         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
6907         * backend/ev-ps-exporter.h:
6908         * pdf/ev-poppler.cc:
6909         * ps/ps-document.c: (ps_document_document_iface_init),
6910         (ps_document_ps_export_do_page):
6911         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
6912         * shell/ev-jobs.h:
6913         * shell/ev-page-cache.c: (ev_page_cache_get_size),
6914         (ev_page_cache_get):
6915         * shell/ev-page-cache.h:
6916         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
6917         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
6918         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
6919         * shell/ev-pixbuf-cache.h:
6920         * shell/ev-print-job.c: (idle_print_handler):
6921         * shell/ev-sidebar-thumbnails.c: (add_range):
6922         * shell/ev-view.c: (view_update_range_and_current_page),
6923         (get_page_extents), (ev_view_size_request_dual_page),
6924         (ev_view_size_request_single_page), (draw_one_page),
6925         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
6926         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
6927         (ev_view_zoom_for_size_dual_page),
6928         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
6929         (ev_view_select_all):
6930         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
6931         * tiff/tiff-document.c: (tiff_document_get_page_size),
6932         (tiff_document_get_orientation), (rotate_pixbuf),
6933         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
6934         (tiff_document_thumbnails_get_thumbnail),
6935         (tiff_document_ps_export_do_page), (tiff_document_init):
6936
6937         Really make use of the orientation bit of the render context.
6938         Use the render context in a few more places in the backend API.
6939         This regress orientation, but now it's done right. Will try to
6940         fix it up asap...
6941
6942 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6943
6944         * shell/ev-view.c: (ensure_rectangle_is_visible):
6945
6946         Patch by Nickolay V. Shmyrev to fix find flickering
6947
6948 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
6949
6950         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
6951         duplex parameters to ::begin.
6952
6953         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
6954         * shell/ev-print-job.c (idle_print_handler): 
6955         * ps/ps-document.c (ps_document_ps_export_begin): 
6956         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
6957         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
6958         implementations. Poppler backend needs poppler cvs. Rest has
6959         unchanged behavior.
6960
6961 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6962
6963         * shell/ev-window.c (using_pdf_printer): new function.
6964         (ev_window_print_range): print a less techy message if someone
6965         tries to print to PDF.
6966
6967 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
6968
6969         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
6970         from "unknown font" string. Bug #311431
6971
6972 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6973
6974         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
6975
6976 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
6977
6978         Bug #311280
6979         
6980         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
6981         name for PopplerFontTypes
6982         (pdf_document_fonts_fill_model): add font type to the detail column
6983
6984         * backend/ev-document-fonts.h: added
6985         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
6986
6987         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
6988         font name and font details, add a little markup.
6989         (ev_properties_fonts_init): use the new cell data func, specify ypad
6990         property for the cell renderer.
6991         (ev_properties_fonts_set_document): add the details column.
6992
6993 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
6994
6995         * configure.ac: Added "pl" to ALL_LINGUAS.
6996
6997 2005-07-24  Danilo Šegan  <danilo@gnome.org>
6998
6999         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7000
7001 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7002
7003         * help/ChangeLog: Started this for translations of manual.
7004         * configure.ac, autogen.sh, .cvsignore: Migrated to
7005         gnome-doc-utils. Patch in bug #311222.
7006
7007 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7008
7009         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7010         #ifdef this away to fix an unused-function warning.
7011
7012 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7013
7014         * configure.ac: Added 'gl' to ALL_LINGUAS.
7015
7016 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7017
7018         * configure.ac: Added ne in ALL_LINGUAS
7019         
7020 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7021
7022         * shell/ev-view.c: (ev_view_leave_notify_event):
7023         
7024         Clear status message when pointer leaves view. Fix for bug
7025         #310818 
7026
7027 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7028
7029         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7030
7031 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7032
7033         * shell/ev-view.c: (ev_view_leave_notify_event),
7034         (ev_view_class_init):
7035         
7036         Set cursor to normal then leaving view.
7037
7038 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7039
7040         * configure.ac:
7041         
7042         Fix required djvulibre version.
7043
7044 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7045
7046         *configure.ac: Hindi (hi) language added
7047
7048 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7049
7050         *configure.ac: Punjabi (pa) Language added
7051
7052 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7053
7054         * data/evince-ui.xml, shell/ev-window.c:
7055         
7056         Add keypad accelerators for zooming. Fix for bug 308128.
7057
7058 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7059
7060         * Makefile.am:
7061         * backend/Makefile.am:
7062         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7063         * configure.ac:
7064         * shell/ev-document-types.c: (ev_document_types_add_filters):
7065
7066         Allow to enable/disable the pixbuf backend.
7067         Default to off for now. If we want it enabled we should
7068         really put mime types in the desktop, implement properties etc.
7069
7070         * properties/evince-properties.c:
7071
7072         Initialize error to NULL.
7073         Check error is not NULL before freeing.
7074
7075 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7076
7077         * shell/ev-window.c:
7078
7079         Use F5 as presentation accell
7080
7081 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7082
7083         * shell/ev-window.c: (update_chrome_visibility),
7084         (ev_window_create_fullscreen_popup), (ev_window_init):
7085
7086         Do not leak the fullscreen toolbar
7087
7088 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7089
7090         * shell/ev-window.c: (view_actions_focus_in_cb),
7091         (view_actions_focus_out_cb):
7092
7093         These has a return value! Fix totally random focus
7094         issues we was seeing.
7095
7096 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7097
7098         * shell/main.c: (load_files_remote):
7099
7100         Allow open more than one file
7101
7102 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7103
7104         * shell/main.c: (load_files_remote):
7105
7106         Fix for dbus 0.33. bug #309975
7107
7108 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7109
7110         * properties/ev-properties-main.c: (ev_properties_get_pages):
7111
7112         Actually return NULL for types we dont support
7113
7114 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7115
7116         * po/POTFILES.in:
7117
7118         Remove empty lines.
7119
7120 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7121
7122         * backend/ev-document-factory.c:
7123         (ev_document_factory_get_document):
7124
7125         Do not try to create the object if type
7126         is invalid.
7127
7128 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7129
7130         * ps/ps-document.c: (ps_document_dispose),
7131         (ps_async_renderer_render_pixbuf):
7132         * ps/ps-document.h:
7133
7134         Do not leak the target window
7135
7136 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7137
7138         * shell/ev-application.c: (ev_application_init):
7139
7140         Let tbe check file existence for us.
7141         Add a comment about eggrecent mime filter.
7142
7143 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7144
7145         * data/evince-ui.xml:
7146         * shell/ev-application.c: (ev_application_shutdown),
7147         (ev_application_init), (ev_application_get_toolbars_model),
7148         (ev_application_get_recent_model),
7149         (ev_application_save_toolbars_model):
7150         * shell/ev-application.h:
7151         * shell/ev-window.c: (ev_window_add_recent),
7152         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7153         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7154         (ev_window_init):
7155
7156         Use common toolbar and recent models for all windows.
7157         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7158
7159 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7160
7161         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7162         successfully check for gtk_icon_view_get_visible_range.
7163
7164 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7165
7166         * djvu/Makefile.am:
7167         * dvi/Makefile.am:
7168         
7169         Fix djvu and dvi backend build.
7170
7171 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7172
7173         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7174         (new_separator_pixbuf):
7175
7176         Don't leak windows.
7177
7178 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7179
7180         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7181
7182         HIGification of toolbar editor dialogue.
7183
7184 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7185
7186         * configure.ac:
7187         * shell/Makefile.am:
7188
7189         Ever build metadata manager since it's just
7190         disabled at runtime now.
7191
7192 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7193
7194         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7195         (ev_metadata_manager_get), (ev_metadata_manager_set):
7196         * shell/ev-metadata-manager.h:
7197
7198         Add an _init functions that enabled metadata management
7199         at runtime.
7200
7201         * shell/ev-window.c: (page_changed_cb),
7202         (setup_document_from_metadata), (ev_window_setup_document),
7203         (setup_view_from_metadata), (ev_window_open_uri),
7204         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7205         (ev_window_run_presentation), (ev_window_stop_presentation),
7206         (save_sizing_mode), (ev_window_zoom_changed_cb),
7207         (ev_window_continuous_changed_cb),
7208         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7209         (window_configure_event_cb):
7210
7211         Remove all ugly metadata define since we deal with it
7212         at runtime now.
7213
7214         * shell/main.c: (load_files_remote), (main):
7215
7216         Add support for dbus cvs head. Hopefully didnt break one
7217         of the other versions now!
7218
7219         If we dont get a response from the dbus server just
7220         give up with it and not enable metadata.
7221
7222 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7223
7224         * Makefile.am:
7225         * backend/Makefile.am:
7226         * configure.ac:
7227         * cut-n-paste/recent-files/Makefile.am:
7228         * cut-n-paste/toolbar-editor/Makefile.am:
7229         * cut-n-paste/zoom-control/Makefile.am:
7230         * lib/Makefile.am:
7231         * pdf/Makefile.am:
7232         * pixbuf/Makefile.am:
7233         * properties/Makefile.am:
7234         * ps/Makefile.am:
7235         * shell/Makefile.am:
7236         * thumbnailer/Makefile.am:
7237         * tiff/Makefile.am:
7238
7239         Make frontends depend on just libev.
7240         Rework and group CFLAGS/LIBS definitions.
7241         Cleanups.
7242
7243 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7244
7245         * shell/ev-window:
7246
7247         do not unnecessarily save zoom
7248
7249         * configure.ac:
7250         * lib/ev-file-helpers.c: (ev_dot_dir):
7251         * shell/Makefile.am:
7252         * shell/dummy.cc:
7253
7254         Some cleanups
7255
7256 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7257
7258         * configure.ac:
7259         
7260         Remove unnecessary dependencies
7261
7262 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7263
7264         * properties/Makefile.am:
7265         * thumbnailer/Makefile.am:
7266         * tiff/Makefile.am:
7267
7268         Some more cleanups. Was really necessary
7269         but I probably introduced bugs, feel free
7270         to flame :)
7271
7272 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7273
7274         * backend/Makefile.am:
7275         * configure.ac:
7276         * cut-n-paste/recent-files/Makefile.am:
7277         * cut-n-paste/toolbar-editor/Makefile.am:
7278         * cut-n-paste/zoom-control/Makefile.am:
7279         * lib/Makefile.am:
7280         * pdf/Makefile.am:
7281         * pixbuf/Makefile.am:
7282         * properties/Makefile.am:
7283         * ps/Makefile.am:
7284         * shell/Makefile.am:
7285         * thumbnailer/Makefile.am:
7286         * tiff/Makefile.am:
7287
7288         Use gnome-common macros when possible.
7289         Cleanup dependencies.
7290         Actually disable deprecated where possible.
7291
7292 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7293
7294         * Makefile.am:
7295         * backend/Makefile.am:
7296         * properties/Makefile.am:
7297         * shell/Makefile.am:
7298         * thumbnailer/Makefile.am:
7299
7300         This should solve the circular dep without
7301         requiring dir reorg!
7302
7303         * shell/ev-window.c: (setup_view_from_metadata):
7304
7305         Never restore window size/position when the
7306         window is already visible.
7307
7308 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7309
7310         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7311
7312         Return a boolean from timeout func. Fix ported from gedit.
7313
7314 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7315
7316         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7317
7318 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7319
7320         * shell/ev-document-types.c: set "All Documents" as default filter in
7321         open dialog
7322
7323 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7324
7325         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7326         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7327         (ev_metadata_manager_set_boolean): fix value/val thinko.
7328
7329 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7330
7331         * shell/ev-window.c: (setup_view_from_metadata),
7332         (window_state_event_cb), (window_configure_event_cb),
7333         (ev_window_init):
7334
7335         Remember window position and maximized state
7336
7337 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7338
7339         * configure.ac:
7340
7341         Fix DBUS configure checks.
7342
7343         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7344         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7345         (ev_metadata_manager_set_boolean):
7346
7347         Plug mem leaks.
7348
7349         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7350         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7351         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7352         (ev_window_continuous_changed_cb),
7353         (ev_window_dual_mode_changed_cb), (ev_window_new):
7354
7355         Fix the build without DBUS.
7356
7357 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7358
7359         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7360         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7361         (ev_metadata_manager_set_string),
7362         (ev_metadata_manager_set_boolean):
7363         * shell/ev-metadata-manager.h:
7364
7365         Add support for some more types
7366
7367         * shell/ev-view.c: (scroll_to_current_page),
7368         (ev_view_get_continuous), (ev_view_set_continuous),
7369         (ev_view_get_dual_page):
7370         * shell/ev-view.h:
7371         * shell/ev-window.c: (page_changed_cb),
7372         (setup_document_from_metadata), (ev_window_setup_document),
7373         (setup_view_from_metadata), (ev_window_open_uri),
7374         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7375         (ev_window_run_presentation), (ev_window_stop_presentation),
7376         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7377         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7378         (ev_window_update_dual_page_action),
7379         (ev_window_continuous_changed_cb),
7380         (ev_window_dual_mode_changed_cb), (ev_window_init):
7381
7382         Remember a bunch of view/document properties. Prolly some
7383         are still missing but it's getting interesting.
7384
7385 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7386
7387         * configure.ac: check if dbus-binding-tool is installed. Not the
7388         case on current Ubuntu breezy, it seems.
7389
7390 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7391
7392         * data/evince.desktop.in.in:
7393         
7394         Allow open uri lists and add TryExec field.
7395
7396 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7397
7398         * configure.ac:
7399
7400         Enable dbus when available, do not require a configure
7401         option.
7402
7403 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7404
7405         * configure.ac:
7406
7407         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7408         disabled.
7409
7410 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7411         Marco Pesenti Gritti  <mpg@redhat.com>
7412
7413         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7414         
7415         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7416         functions to the format required by dbus
7417
7418         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7419         errors. Use the RPC parameters in the expected way
7420
7421 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7422
7423         * Makefile.am:
7424         * properties/Makefile.am:
7425         * properties/ev-properties-main.c: (ev_properties_get_pages):
7426
7427         Support all mime types
7428
7429         * shell/Makefile.am:
7430         * thumbnailer/Makefile.am:
7431         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7432         (evince_thumbnail_pngenc_get):
7433
7434         Use the document factory
7435
7436 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7437
7438         * backend/Makefile.am:
7439         * backend/ev-document-factory.c:
7440         (mime_type_supported_by_gdk_pixbuf),
7441         (ev_document_type_get_from_mime),
7442         (ev_document_factory_get_document),
7443         (ev_document_factory_get_backend),
7444         (ev_document_factory_get_mime_types),
7445         (ev_document_factory_get_all_mime_types):
7446         * backend/ev-document-factory.h:
7447         * shell/Makefile.am:
7448         * shell/ev-document-types.c: (get_document_from_uri),
7449         (ev_document_types_get_document),
7450         (file_filter_add_mime_list_and_free),
7451         (ev_document_types_add_filters):
7452         * shell/ev-document-types.h:
7453         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7454         * shell/ev-properties-dialog.c:
7455         (ev_properties_dialog_set_document):
7456         * shell/ev-window.c: (ev_window_cmd_file_open),
7457         (ev_window_cmd_save_as):
7458         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7459
7460         Rework document types managing to avoid code duplication
7461         and actually abstract from backend implementations.
7462         Also provide a minimal factory api that can be used by
7463         thumbnailer/properties.
7464
7465 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7466
7467         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7468         Plug a mem leak.
7469         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7470         HIG spacings.
7471
7472 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7473
7474         * shell/ev-properties-dialog.c
7475         (ev_properties_dialog_set_document): only call
7476         ev_properties_fonts_set_document() if the document implements the
7477         fonts interface
7478
7479 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7480
7481         * configure.ac:
7482         * properties/Makefile.am:
7483         * properties/ev-properties-view.c:
7484         (ev_properties_view_register_type):
7485         * properties/ev-properties-view.h:
7486         * properties/ev-properties-main.h:
7487
7488         Implement nautilus plugin for properties.
7489         Works only for pdf atm, I need to rework the
7490         document types stuff to get this to work
7491         for all backends...
7492
7493 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7494
7495         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7496         (ev_properties_fonts_set_document): use
7497         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7498
7499 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7500
7501         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7502         them
7503         (PlaceImage, tiff2ps_process_page): use
7504         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7505
7506
7507 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7508
7509         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7510         (main): to call gnome_authentication_manager_init. Should fix
7511         Bug #308510
7512
7513         * configure.ac: that requires libgnomeui 2.6.0.
7514
7515 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7516
7517         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7518         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7519         use the new tiff2ps interfaces
7520
7521         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7522         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7523
7524         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7525         structure instead of global variables.  Remove use of static
7526         variables in functions.
7527
7528 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7529
7530         * shell/ev-page-action.c: unref the completion after setting it to the
7531         entry
7532
7533 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7534
7535         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7536         postscript files
7537
7538 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7539
7540         * shell/ev-window.c (update_action_sensitivity): disable
7541         File->Print if the document does not implement the ps exporter
7542         interface
7543
7544 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7545
7546         * Makefile.am:
7547         * configure.ac:
7548         * data/evince-properties.glade:
7549         * properties/.cvsignore:
7550         * properties/Makefile.am:
7551         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7552         (ev_properties_view_class_init), (ev_properties_view_format_date),
7553         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7554         (ev_properties_view_init), (ev_properties_view_new):
7555         * properties/ev-properties-view.h:
7556         * shell/Makefile.am:
7557         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7558         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7559         (ev_properties_dialog_new):
7560         * shell/ev-properties-dialog.h:
7561         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7562         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7563         (update_progress_label), (job_fonts_finished_cb),
7564         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7565         * shell/ev-properties-fonts.h:
7566         * shell/ev-properties.c:
7567         * shell/ev-properties.h:
7568         * shell/ev-window.c: (ev_window_setup_document),
7569         (ev_window_cmd_file_properties):
7570
7571         Split the properties pages in two different objects, depend
7572         only on the backend where possible, use widgets instead
7573         of gobject for the glade part, reimplement the dialog
7574         itself with gtk.
7575         I need this to implement nautilus properties page.
7576
7577 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7578
7579         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7580         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7581         (tiff_document_document_ps_exporter_iface_init): implement the ps
7582         exporter interface for tiff documents
7583
7584         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7585         libtiff to implement TIFF postscript export
7586
7587         * tiff/tiff2ps.h: added a header file for external tiff2ps
7588         functions.
7589
7590         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7591         tiff2ps.h
7592
7593 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7594
7595         * shell/ev-view.c: (scroll_to_current_page),
7596         (ev_view_set_fullscreen), (ev_view_set_presentation):
7597         
7598         Scroll to current page when exit from presentation
7599
7600 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7601
7602         * shell/ev-window.c: (update_document_mode),
7603         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7604         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7605         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7606         
7607         Exit from fullscreen mode when switch to presentation. Fix for
7608         bug 309365
7609
7610 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7611
7612         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7613         return NULL if the document does not implement the selection
7614         interface.
7615
7616 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7617
7618         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7619         reported height by using the resolution aspect ratio
7620         (tiff_document_render_pixbuf): scale the pixbuf using the
7621         resolution aspect ratio
7622
7623 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7624
7625         * configure.ac:
7626         
7627         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7628         <kiltedaco@gmail.com>
7629         
7630         * djvu/djvu-document.c: (djvu_document_get_orientation),
7631         (djvu_document_set_orientation), (djvu_document_get_page_size),
7632         (rotate_pixbuf), (djvu_document_render_pixbuf),
7633         (djvu_document_document_iface_init):
7634         * dvi/dvi-document.c: (dvi_document_get_orientation),
7635         (dvi_document_set_orientation), (dvi_document_get_page_size),
7636         (rotate_pixbuf), (dvi_document_render_pixbuf),
7637         (dvi_document_document_iface_init):
7638         
7639         Dvi and djvu backends are ported to new API
7640
7641 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7642
7643         * backend/ev-selection.c: (ev_selection_get_selection_region),
7644         (ev_selection_get_selection_map):
7645         * backend/ev-selection.h:
7646         * pdf/ev-poppler.cc:
7647         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7648         * shell/ev-jobs.h:
7649         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7650         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7651         (ev_pixbuf_cache_get_text_mapping):
7652         * shell/ev-pixbuf-cache.h:
7653         * shell/ev-view.c: (location_in_text),
7654         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7655         support to EvView.  Now we can see where we can select!  Sweet!
7656
7657 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7658
7659         * shell/ev-view.c (ev_view_button_press_event): Fix
7660         event->y + view->scroll_x typo.
7661
7662 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7663
7664         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7665         sub-GdkPixbuf instead of passing dest_x and dest_y.
7666         
7667         * shell/ev-view.c: (view_point_to_doc_point),
7668         (view_rect_to_doc_rect), (ev_view_button_press_event),
7669         (ev_view_motion_notify_event), (compute_new_selection_rect),
7670         (gdk_rectangle_point_in), (compute_new_selection_text),
7671         (compute_selections): Update selection code to keep the selection
7672         around as two points and not as a normalized rectangle, and fix
7673         page level selection in two-column mode.
7674
7675 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7676
7677         * shell/ev-window.c: (window_configure_event_cb): 
7678         
7679         Fix compilation
7680         
7681 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7682
7683         * pdf/ev-poppler.cc:
7684
7685         Fix compilation
7686
7687 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7688
7689         * shell/Makefile.am:
7690         * shell/ev-metadata-manager.c: (item_free),
7691         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7692         (parse_value), (parseItem), (load_values),
7693         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7694         (save_values), (save_item), (get_oldest), (resize_items),
7695         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7696         * shell/ev-metadata-manager.h:
7697
7698         Metadata manager from gedit but modified to use GValue, so that
7699         we dont need to keep converting from strings.
7700
7701         * configure.ac:
7702
7703         ENABLE_METADATA conditional, on when dbus is on
7704
7705         * shell/ev-application.c: (ev_application_open_uri):
7706
7707         Show the window after load so that we can initialize
7708         window size before it's showed.
7709
7710         * shell/ev-window.c: (ev_window_setup_from_metadata),
7711         (ev_window_open_uri), (window_configure_event_cb),
7712         (ev_window_init):
7713
7714         Save and load metadata information about window size.
7715         Not yet keeping states in account.
7716
7717         * shell/main.c: (main):
7718
7719         Shutdown metadata manager.
7720
7721 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7722
7723         * shell/ev-application-service.xml:
7724         * configure.ac:
7725         * shell/Makefile.am:
7726         * shell/ev-application.c:
7727         * shell/ev-application.h:
7728         * shell/ev-window.c:
7729         * shell/ev-window.h:
7730         * shell/main.c:
7731
7732         Add an optional dbus interface (--enable-dbus).
7733         Rework application code, mainly to be easier to
7734         use "remotely".
7735         Do not open multiple windows with the same document,
7736         spatial evince!
7737
7738 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7739
7740         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7741         pixbuf iff it exists.
7742
7743 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7744
7745         * shell/*:
7746         * backend/ev-render-context.[ch]:
7747         * backend/ev-selection.[ch]:
7748
7749         Massive changes.  We now support text selection of pdfs, and not
7750         just rectangular selection.  This is pretty broken still, but I
7751         want to get something into CVS.
7752
7753 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7754
7755         * pdf/ev-poppler.cc:
7756         
7757         Fix for Bug 309080: crash on window close.
7758         
7759         * shell/ev-page-action.c: (page_changed_cb):
7760         
7761         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7762         jensgr@gmx.net (Jens Granseuer).
7763
7764 2005-06-25  Marcel Telka  <marcel@telka.sk>
7765
7766         * configure.in (ALL_LINGUAS): Added sk.
7767
7768 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7769
7770         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7771         not a document open
7772
7773 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7774
7775         * NEWS:
7776         * configure.ac:
7777
7778         Release 0.3.2
7779
7780         * cut-n-paste/recent-files/Makefile.am:
7781
7782         Fix make distcheck
7783
7784 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7785
7786         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7787         (pixbuf_document_set_orientation), (rotate_pixbuf),
7788         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7789         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7790
7791         Implement rotation and cleanup the code a bit.
7792
7793         * tiff/tiff-document.c: (tiff_document_get_page_size),
7794         (tiff_document_get_orientation), (tiff_document_set_orientation),
7795         (rotate_pixbuf), (tiff_document_render_pixbuf),
7796         (tiff_document_document_iface_init), (tiff_document_init):
7797
7798         Implement rotation. Was the quicker solution for the release
7799         but we really need to share this code in the shell.
7800
7801 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7802
7803         * pdf/ev-poppler.cc:
7804
7805         Enable rotation, require poppler cvs. Fix a leak.
7806
7807 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7808
7809         * shell/ev-window.c: (update_action_sensitivity):
7810         
7811         Make properties unsensitive if document backend doesn't provide
7812         any info
7813
7814 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7815
7816         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7817         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7818         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7819         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7820         (bitmap_flip_rotate_counter_clockwise):
7821         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7822         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7823         (buff_gets):
7824         * dvi/mdvi-lib/common.h:
7825         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7826         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7827         (opendvi), (mdvi_reload), (mdvi_init_context),
7828         (mdvi_destroy_context), (mdvi_dopage), (special):
7829         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7830         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
7831         (file_hash_free), (register_encoding), (parse_spec),
7832         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
7833         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
7834         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
7835         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
7836         (mdvi_register_font_type), (mdvi_unregister_font_type),
7837         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
7838         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
7839         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
7840         (mdvi_hash_destroy_key), (mdvi_hash_reset):
7841         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
7842         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
7843         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
7844         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
7845         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
7846         * dvi/mdvi-lib/special.c: (mdvi_register_special),
7847         (mdvi_unregister_special), (mdvi_flush_specials):
7848         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
7849         (t1_font_remove):
7850         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
7851         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
7852         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
7853         (free_font_metrics), (flush_font_metrics):
7854         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
7855         (tt_font_remove):
7856         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
7857         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
7858         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
7859         (dstring_insert), (dstring_new), (dstring_reset):
7860         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
7861         
7862         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
7863         avoid conflict with libtool on FC4
7864         
7865         * shell/ev-window.c: (ev_window_cmd_help_about):
7866         
7867         Update copyright year. Fix for bug 308828.
7868
7869 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7870
7871         * shell/ev-view.c: (add_scroll_binding_keypad),
7872         (ev_view_binding_activated), (ev_view_class_init),
7873         (on_adjustment_value_changed):
7874         
7875         Bug 170874: Arrow keys switch pages in presentation mode
7876
7877 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7878
7879         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
7880         
7881         Fix for Bug 308265: Sidebar dissappears coming out of 
7882         Presentation mode
7883
7884 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
7885
7886         * shell/ev-application.c: (ev_application_open):
7887         * shell/ev-document-types.c: (ev_document_types_add_filters),
7888         (ev_document_types_add_filters_for_type):
7889         * shell/ev-document-types.h:
7890         * shell/ev-window.c: (ev_window_cmd_save_as):
7891         
7892         Suggest basename as template when saving, provide filters
7893         for save dialog. It's bug 308402
7894
7895 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7896
7897         * pdf/ev-poppler.cc:
7898         * shell/ev-sidebar-links.c: (job_finished_callback):
7899         * shell/ev-view.c: (update_find_status_message):
7900         
7901         Some leaks fixed
7902
7903 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7904
7905         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7906         (egg_recent_view_uimanager_set_list):
7907
7908         Fix buglet in !show_numbers case.
7909
7910 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
7911
7912         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7913         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
7914
7915         Use pango ellipsisation.
7916
7917         * pdf/ev-poppler.cc:
7918
7919         Fix refcount leak, from nsh.
7920
7921 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7922
7923         * cut-n-paste/recent-files/Makefile.am:
7924         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7925         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
7926         
7927         Removed EggRecentViewGtk
7928         
7929         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
7930         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
7931         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
7932         (ev_window_setup_recent):
7933         
7934         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
7935         with other projects
7936
7937 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7938
7939         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
7940         (egg_recent_view_gtk_finalize):
7941
7942         Fix memory leak
7943
7944         * cut-n-paste/toolbar-editor/Makefile.am:
7945         
7946         Fix location of cursor icon.
7947         
7948         * pdf/ev-poppler.cc:
7949         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
7950         (display_completion_text), (match_completion):
7951         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
7952         (selection_changed_callback), (create_loading_model),
7953         (print_section_cb), (links_page_num_func),
7954         (update_page_callback_foreach):
7955         * shell/ev-window.c: (ev_window_dispose):
7956         
7957         Small memory fixes. Links model now store objects instead
7958         of pointers to improve memory management. 
7959
7960 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7961
7962         * shell/ev-window.c: (zoom_control_changed_cb):
7963         
7964         Fix update of zoom control (bug 308268).
7965
7966 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
7967
7968         * shell/ev-properties.c (set_property): escape the text correctly.
7969         Handles non-UTF-8 properties and escaped properties.  Also, sets
7970         the text to "<i>None</i>" if the property isn't set.
7971
7972         * data/evince-properties.glade: Change the label to be ellipsized,
7973         and give it a minimum size.
7974
7975 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7976
7977         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
7978         * shell/ev-sidebar-links.c: (create_loading_model):
7979         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
7980         * shell/ev-view.c: (ev_view_set_document):
7981         * shell/ev-window.c: (ev_window_dispose):
7982         
7983         Various small fixes, mostly memory leaks. Thanks to valgrind.
7984
7985 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
7986
7987         * ps/ps-document.c: remove the locale.h include again ;-). And
7988         kill the (bogus) setlocale/savelocale business.
7989
7990 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
7991
7992         * ps/ps-document.c:
7993         
7994         Include locale.h to fix build
7995         
7996         * shell/ev-sidebar.c:
7997         
7998         Remove unnecessary includes
7999
8000 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8001
8002         * dvi/dvi-document.c: (dvi_document_load):
8003         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8004         * po/POTFILES.in:
8005         
8006         Check for incorrect dvi files. Fix parsing dvi on AMD64
8007         platform. Thanks to tester@tester.ca (Olivier Crete).
8008
8009 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8010
8011         * shell/ev-page-action.c: (match_selected_cb),
8012         (display_completion_text), (match_completion), (update_model):
8013         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8014         (expand_open_links):
8015         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8016         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8017         (ev_sidebar_set_document):
8018         * shell/ev-window.c: (ev_window_xfer_job_cb),
8019         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8020         
8021         Fixed lot's of memory leaks, for example, memory leak on reload, 
8022         described in bug 307793.
8023
8024 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8025
8026         * pdf/ev-poppler.cc:
8027         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8028         (update_visible_range), (adjustment_changed_cb),
8029         (ev_sidebar_thumbnails_fill_model),
8030         (ev_sidebar_thumbnails_refresh),
8031         (ev_sidebar_tree_selection_changed),
8032         (ev_sidebar_icon_selection_changed),
8033         (ev_sidebar_thumbnails_use_icon_view),
8034         (ev_sidebar_thumbnails_set_document):
8035         * shell/ev-sidebar-thumbnails.h:
8036         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8037         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8038
8039         Refresh thumbnails when changing orientation. Not fully
8040         working yet becuase of a sidebar bug.
8041
8042         Set page orientation to poppler page everywhere. This sucks
8043         really need to fix poppler.
8044
8045 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8046
8047         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8048         (egg_recent_view_gtk_new_menu_item),
8049         (egg_recent_view_gtk_set_property),
8050         (egg_recent_view_gtk_get_property),
8051         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8052         (egg_recent_view_gtk_set_tooltip_func),
8053         (egg_recent_view_gtk_set_label_width),
8054         (egg_recent_view_gtk_get_label_width):
8055         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8056
8057         Sync with libegg (ellipsize labels)
8058
8059 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8060
8061         * data/evince-ui.xml:
8062         * shell/ev-window.c: (ev_window_cmd_go_forward),
8063         (ev_window_cmd_go_backward):
8064         
8065         Shift + PageUp moves 10 Pages. Fix for 306125
8066
8067 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8068
8069         * pdf/ev-poppler.cc:
8070
8071         Add a flag to check if orientation has been overriden
8072
8073 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8074
8075         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8076         field if necessary.
8077
8078         * ps/ps.h: add creator field to document.
8079
8080         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8081         set creator field.
8082
8083 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8084
8085         * data/evince-properties.glade:
8086         * shell/ev-properties.c: (ev_properties_set_document):
8087
8088         s/PDF Version/Format
8089
8090 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8091
8092         * shell/ev-properties.c: (ev_properties_set_document):
8093
8094         Remove unnecessary translations
8095
8096 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8097
8098         * cut-n-paste/toolbar-editor/Makefile.am:
8099
8100         Correct library name    
8101
8102 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8103
8104         * configure.ac:
8105         * cut-n-paste/recent-files/egg-recent-model.c:
8106         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8107         (egg_recent_model_unlock_file):
8108         * cut-n-paste/recent-files/egg-recent-util.c:
8109         (egg_recent_util_get_unique_id):
8110         * cut-n-paste/recent-files/update-from-egg.sh:
8111         * cut-n-paste/toolbar-editor/Makefile.am:
8112         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8113         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8114         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8115         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8116         (egg_toolbars_model_get_type):
8117         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8118
8119         Better makefile for toolbar editor and update everything
8120         to latest libegg.
8121
8122 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8123
8124         * shell/ev-window.c: (update_document_mode):
8125
8126         Prefer presentation mode when the document
8127         require fullscreen.
8128
8129 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8130
8131         * data/evince-ui.xml:
8132         * shell/ev-window.c:
8133
8134         Add control-equal for zooming
8135
8136 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8137
8138         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8139
8140 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8141
8142         * backend/ev-document.c: (ev_document_get_orientation):
8143         * backend/ev-document.h:
8144         * pdf/ev-poppler.cc:
8145         * ps/ps-document.c: (ps_document_get_orientation),
8146         (ps_document_set_orientation), (ps_document_document_iface_init):
8147
8148         Add a get_orientation api. Improve set_orientation.
8149
8150         * data/evince-ui.xml:
8151         * shell/ev-view.c: (ev_view_set_orientation),
8152         (ev_view_rotate_right), (ev_view_rotate_left):
8153         * shell/ev-view.h:
8154         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8155         (ev_window_cmd_edit_rotate_right):
8156
8157         Better ui for changing document orientation
8158
8159 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8160
8161         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8162         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8163         * shell/ev-sidebar-links.h:
8164         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8165         (ev_sidebar_page_iface_init):
8166         * shell/ev-sidebar-page.h:
8167         * shell/ev-sidebar-thumbnails.c:
8168         (ev_sidebar_thumbnails_get_property),
8169         (ev_sidebar_thumbnails_class_init),
8170         (ev_sidebar_thumbnails_set_document):
8171         * shell/ev-sidebar-thumbnails.h:
8172         * shell/ev-view.c: (ev_view_motion_notify_event):
8173         * shell/ev-window.c: (update_chrome_visibility),
8174         (ev_window_cmd_focus_page_selector),
8175         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8176         (sidebar_page_main_widget_update_cb), (ev_window_init):
8177         
8178         Autoraise toolbar on GoToPage binding and fix bindings in
8179         EvSidebarThumbnails page.
8180
8181 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8182
8183         * shell/ev-properties.c: (update_progress_label):
8184
8185         Hide the progress label when finished; bug #307697.
8186
8187 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8188
8189         * pdf/ev-poppler.cc:
8190
8191         Enable is_open for links, you will need poppler cvs
8192
8193         * shell/ev-properties.c: (job_fonts_finished_cb):
8194
8195         Get a lock on the document when filling the tree view
8196
8197 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8198
8199         * backend/ev-document-links.h:
8200         * pdf/ev-poppler.cc:
8201         * shell/ev-sidebar-links.c: (create_loading_model),
8202         (expand_open_links), (job_finished_callback):
8203
8204         Expand links when specified by the document.
8205         Depend on a poppler api (defined out for now)
8206
8207 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8208
8209         * shell/ev-properties.c: (ev_properties_dispose),
8210         (ev_properties_class_init), (dialog_destroy_cb),
8211         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8212         (ev_properties_set_document), (ev_properties_new),
8213         (ev_properties_show):
8214         * shell/ev-properties.h:
8215
8216         Make it an object, cleanup the code, api to show it as transient
8217         and to set the document.
8218
8219         * shell/ev-window.c: (ev_window_setup_document),
8220         (ev_window_cmd_file_properties):
8221
8222         Adapt to EvProperties changes, do not show multiple
8223         times, update it when document changes.
8224
8225 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8226
8227         * ps/gstypes.h:
8228         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8229         (ps_document_set_orientation), (ps_document_document_iface_init):
8230         * ps/ps-document.h:
8231
8232         Implement orientation here too
8233
8234         * shell/ev-properties.c: (ev_properties_new):
8235         * data/evince-properties.glade:
8236
8237         Hide the fonts page for backends that doesnt
8238         support it.     
8239
8240 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8241
8242         * backend/ev-document.c: (ev_document_set_orientation):
8243         * backend/ev-document.h:
8244         * pdf/ev-poppler.cc:
8245
8246         Add orientation api. Currently poppler api is not optimal,
8247         we need to set orientation every time we _get a page.
8248         I will try to fix that at some point.
8249
8250         * data/evince-ui.xml:
8251         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8252         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8253
8254         Add orientation menu items
8255
8256         * shell/ev-page-cache.c: (ev_page_cache_clear):
8257         * shell/ev-page-cache.h:
8258
8259         Add api to clear the cache
8260
8261         * shell/ev-view.c: (setup_caches), (clear_caches),
8262         (ev_view_set_document), (ev_view_zoom_out),
8263         (ev_view_set_orientation):
8264         * shell/ev-view.h:
8265
8266         Implement orientation changing
8267
8268 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8269
8270         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8271         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8272         * backend/ev-document-fonts.h:
8273
8274         Separate scan and fill so that we can incrementally fill from
8275         the main thread. Add a progress api.
8276
8277         * data/evince-properties.glade:
8278         * pdf/ev-poppler.cc:
8279         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8280         * shell/ev-jobs.h:
8281         * shell/ev-properties.c: (update_progress_label),
8282         (job_fonts_finished_cb), (setup_fonts_view):
8283
8284         Incrementally feel the list and show the progress
8285         percentage in a label like acrobat does.
8286
8287         You are going to need poppler cvs
8288
8289 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8290
8291         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8292         * backend/ev-document-fonts.h:
8293         * pdf/ev-poppler.cc:
8294
8295         Make fonts model fill incrementally.
8296
8297         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8298         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8299         (ev_job_queue_remove_job):
8300         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8301         (ev_job_fonts_new), (ev_job_fonts_run):
8302         * shell/ev-jobs.h:
8303
8304         New job for fonts scanning
8305
8306         * shell/ev-properties.c: (job_fonts_finished_cb),
8307         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8308         * shell/ev-properties.h:
8309         * shell/ev-window.c: (ev_window_cmd_file_properties):
8310
8311         Incrementally feel the treeview using the new job. Show Loading...
8312         message until scanning is completed.
8313
8314         Hopefully I didnt break the build without the poppler patch.
8315
8316 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8317
8318         * shell/ev-application.c: (ev_application_open):
8319         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8320         (ev_document_type_get_type), (ev_document_type_lookup):
8321         * shell/ev-document-types.h:
8322         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8323         * shell/ev-job-xfer.h:
8324         * shell/ev-window.c: (ev_window_clear_local_uri),
8325         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8326         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8327         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8328         
8329         Transfer remote documents to tmp directory to display them later.
8330
8331 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8332
8333         * backend/ev-document-info.h:
8334         * shell/ev-properties.c: (ev_properties_new):
8335
8336         s/GTime*/GTime. Not sure why we was using a pointer
8337         at all there!
8338
8339 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8340
8341         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8342         situations.  That situation is that you're using GTK+-HEAD with
8343         the patch at #306726 is applied, and you have a document with <
8344         1500 pages in it.  It's not quite as uniformly nice as the
8345         TreeView, but should be better in the long run.
8346
8347         I'm pretty sure I guarded against breaking compilation with
8348         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8349         I missed some.
8350
8351         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8352         widget yet, so I commented that code out
8353         enable_view_actions_for_widget() for now.  Need to figure this
8354         out.
8355
8356         * shell/ev-page-action.c (match_selected_cb): emit the right
8357         signals.  Our cool C-l completion now works.
8358
8359 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8360
8361         * backend/Makefile.am:
8362         * backend/ev-document-fonts.c:
8363         * backend/ev-document-links.c:
8364         * backend/ev-document.c: (ev_document_load):
8365         * backend/ev-document.h:
8366         * backend/ev-job-queue.c:
8367         * backend/ev-job-queue.h:
8368         * backend/ev-jobs.c:
8369         * backend/ev-jobs.h:
8370         * backend/ev-page-cache.c:
8371         * backend/ev-page-cache.h:
8372
8373         EvPageCache and EvJobs are moved to shell.
8374
8375         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8376         (ev_tmp_filename):
8377         * lib/ev-file-helpers.h:
8378         
8379         New helper to work with temporary files
8380         
8381         * shell/Makefile.am:
8382         * shell/ev-application.c: (ev_application_open):
8383         * shell/ev-application.h:
8384         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8385         (remove_job_from_async_queue), (add_job_to_async_queue),
8386         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8387         (handle_job), (search_for_jobs_unlocked),
8388         (no_jobs_available_unlocked), (ev_render_thread),
8389         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8390         (ev_job_queue_add_job), (move_job_async), (move_job),
8391         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8392         * shell/ev-job-queue.h:
8393         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8394         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8395         * shell/ev-job-xfer.h:
8396         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8397         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8398         (ev_job_links_class_init), (ev_job_render_init),
8399         (ev_job_render_dispose), (ev_job_render_class_init),
8400         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8401         (ev_job_thumbnail_class_init), (ev_job_load_init),
8402         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8403         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8404         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8405         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8406         * shell/ev-jobs.h:
8407         * shell/ev-page-action.c: (ev_page_action_set_document):
8408         * shell/ev-page-cache.c: (ev_page_cache_init),
8409         (ev_page_cache_class_init), (ev_page_cache_finalize),
8410         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8411         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8412         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8413         (ev_page_cache_get_title), (ev_page_cache_get_size),
8414         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8415         (ev_page_cache_get_height_to_page),
8416         (ev_page_cache_get_max_label_chars),
8417         (ev_page_cache_get_page_label),
8418         (ev_page_cache_has_nonnumeric_page_labels),
8419         (ev_page_cache_get_info), (ev_page_cache_next_page),
8420         (ev_page_cache_prev_page), (ev_page_cache_get):
8421         * shell/ev-page-cache.h:
8422         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8423         (ev_pixbuf_cache_clear_job_sizes),
8424         (ev_pixbuf_cache_add_jobs_if_needed),
8425         (ev_pixbuf_cache_set_page_range):
8426         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8427         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8428         * shell/ev-sidebar-thumbnails.c:
8429         (ev_sidebar_tree_selection_changed),
8430         (ev_sidebar_thumbnails_set_document):
8431         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8432         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8433         (ev_statusbar_get_context_id), (ev_statusbar_push),
8434         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8435         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8436         (ev_statusbar_set_progress):
8437         * shell/ev-statusbar.h:
8438         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8439         (ev_view_find_previous):
8440         * shell/ev-window.c: (ev_window_is_empty),
8441         (ev_window_setup_document), (password_dialog_response),
8442         (ev_window_clear_jobs), (ev_window_load_job_cb),
8443         (ev_window_xfer_job_cb), (ev_window_open_uri),
8444         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8445         (ev_window_print), (ev_window_print_range),
8446         (ev_window_state_event), (ev_window_cmd_view_reload),
8447         (menu_item_select_cb), (menu_item_deselect_cb),
8448         (view_status_changed_cb), (ev_window_dispose),
8449         (drag_data_received_cb), (ev_window_init):
8450         * shell/ev-window.h:
8451         * shell/main.c: (load_files):
8452         
8453         New statusbar to show progress on idle. Two new jobs - 
8454         xfer job and load job to load document in background. And update
8455         of page_cache clients to new location of code.
8456
8457 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8458
8459         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8460         selection in open dialog. It also remembers the last visited directory 
8461         in the current session.
8462
8463 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8464
8465         * shell/ev-properties.c: (ev_properties_new):
8466         * shell/ev-properties.h:
8467         * shell/ev-window.c: (ev_window_cmd_file_properties):
8468         
8469         Get document info from page cache instead of document itself.
8470         This should fix crash related to race conditions described in
8471         bug 306545.
8472
8473 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8474
8475         * ps/ps-document.c: (ps_document_init),
8476         (send_ps), (get_page_box), (output), (catchPipe), (input),
8477         (stop_interpreter), (file_length), (file_readable),
8478         (check_filecompressedb), (ps_document_enable_interpreter),
8479         (document_load), (ps_async_renderer_render_pixbuf):
8480         * ps/ps-document.h:
8481
8482         Big cleanup of the ps code
8483
8484 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8485
8486         * backend/Makefile.am:
8487         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8488         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8489         * backend/ev-async-renderer.h:
8490
8491         Add an async renderer interface (method + callback) which
8492         is useful for backends like ps.
8493
8494         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8495         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8496         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8497         (ev_job_queue_add_job), (move_job_async), (move_job),
8498         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8499
8500         Add queues for async renderer, these are executed on the
8501         main thread.
8502
8503         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8504         (ev_job_render_run):
8505         * backend/ev-jobs.h:
8506
8507         If the backend support async renderer interface use it.
8508
8509         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8510         (setup_pixmap), (ps_document_get_type),
8511         (ps_async_renderer_render_pixbuf),
8512         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8513
8514         Implement async renderer interface.
8515
8516 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8517
8518         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8519
8520         Cleanup links job on exit.
8521
8522 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8523
8524         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8525         (drag_data_get_cb), (drag_data_received_cb):
8526         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8527         (drag_data_get_cb), (parse_item_list),
8528         (egg_toolbar_editor_load_actions):
8529         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8530         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8531         (parse_item_list), (parse_toolbars):
8532         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8533         (dvi_pixbuf_put_pixel):
8534         
8535         Fix gcc 4.0 warnings
8536
8537 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8538
8539         * ps/ps-document.c: (start_interpreter):
8540
8541         Fix warning when loading ps
8542
8543 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8544
8545         * ps/ps-document.c: (output):
8546
8547         Fix crash when priting gs error messages.
8548
8549 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8550
8551         * backend/ev-page-cache.c: (_ev_page_cache_new):
8552         * backend/ev-page-cache.h:
8553
8554         Use a const to return title so that we dont double
8555         free it. Small cleanup and fix a leak.
8556
8557         * shell/ev-window.c: (update_window_title):
8558
8559         strdup value from get_title.
8560
8561 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8562
8563         * shell/ev-sidebar-links.c: (job_finished_callback),
8564         (ev_sidebar_links_set_document):
8565
8566         Cleanup the old job when changing document
8567
8568 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8569
8570         * shell/ev-stock-icons.c:
8571         * shell/ev-stock-icons.h:
8572         * shell/ev-window.c:
8573         
8574         Add stock icons for actions that can appear in toolbar. Fix for
8575         bug 306566.
8576
8577 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8578
8579         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8580         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8581         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8582         * backend/ev-page-cache.h:
8583         * shell/ev-view.c: (scroll_to_current_page),
8584         (view_update_range_and_current_page), (get_page_y_offset),
8585         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8586         (ev_view_size_request_continuous),
8587         (ev_view_zoom_for_size_continuous_and_dual_page),
8588         (ev_view_zoom_for_size_continuous):
8589         
8590         More compact EvView layout in document with pages of different size.
8591
8592 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8593
8594         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8595         compilation.
8596
8597 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8598
8599         * shell/ev-view.c: (view_set_adjustment_values):
8600         * shell/ev-window.c: (ev_window_cmd_file_properties):
8601         
8602         A bit different fix for rounding problem but it has no
8603         problems on startup. Make properties window transient to parent.
8604
8605 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8606
8607         * pdf/ev-poppler.cc:
8608         
8609         More commenting of font stuff.
8610
8611 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8612
8613         * pdf/ev-poppler.cc:
8614
8615         Comment out some more fonts stuff. Should really
8616         work without the poppler patch now.
8617
8618 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8619
8620         * pdf/ev-poppler.cc:
8621
8622         Adapt to api change
8623
8624 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8625
8626         * data/evince-properties.glade:
8627         * pdf/ev-poppler.cc:
8628         * shell/ev-properties.c: (setup_fonts_view):
8629
8630         Set the column title. Show the dialog only
8631         once everything is setup.
8632         Getting font info can be very slow... will
8633         prolly need to make this threaded too.
8634
8635 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8636
8637         * backend/Makefile.am:
8638         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8639         (ev_document_fonts_get_fonts_model):
8640         * backend/ev-document-fonts.h:
8641         * data/evince-properties.glade:
8642         * pdf/ev-poppler.cc:
8643         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8644         * shell/ev-properties.h:
8645         * shell/ev-window.c: (ev_window_cmd_file_properties):
8646
8647         Implement fonts list. Defined out for now, since it depends
8648         on a not yet committed poppler patch.
8649
8650 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8651
8652         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8653         page + 1.
8654
8655         * shell/ev-window.c: Make sure we add the timeout when we get a
8656         focus-in event.
8657
8658         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8659         adjustment->value before calculating the zoom factor to average
8660         out all of our rounding errors.  The page no longer 'drifts' when
8661         resizing.
8662
8663 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8664
8665         * data/evince-properties.glade:
8666         * shell/ev-properties.c: (ev_properties_format_date),
8667         (set_property):
8668         
8669         Labels don't expand when the dialogue is resized.
8670         strftime result needs to be converted to UTF-8. Thanks
8671         to Christian Persch <chpe@gnome.org>.
8672
8673 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8674
8675         * data/evince-properties.glade:
8676
8677         Hide the fonts tab
8678
8679 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8680
8681         * backend/ev-document-info.h:
8682         * backend/ev-document.c: (ev_document_info_free):
8683         * data/evince-properties.glade:
8684         * pdf/ev-poppler.cc:
8685         * ps/ps-document.c: (ps_document_get_info):
8686         * shell/ev-properties.c: (ev_properties_format_date),
8687         (set_property), (ev_properties_new):
8688         * shell/ev-properties.h:
8689         * shell/ev-window.c: (ev_window_cmd_file_properties):
8690
8691         Rework properties code to take only EvPropertyInfo
8692         in the constructor so that it can be useful for
8693         nautilus plugin too.
8694
8695         Deal with backends that doesnt support some properties.
8696         Make set property code generic.
8697
8698 2005-06-04  Christian Persch <chpe@gnome.org>
8699
8700         * data/evince-properties.glade:
8701
8702         fix spacings, make resizeable, and make data labels
8703         selectable + ellipsised
8704
8705 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8706
8707         * backend/ev-document-info.h:
8708         * data/Makefile.am:
8709         * data/evince-ui.xml:
8710         * pdf/ev-poppler.cc:
8711         * shell/Makefile.am:
8712         * shell/ev-window.c: (update_action_sensitivity),
8713         (ev_window_cmd_file_properties):
8714
8715         Initial go at file properties. Patch by
8716         Emil Soleyman-Zomalan <emil@soleyman.com>.
8717         Needs love see #169583
8718
8719 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8720
8721         * ps/ps-document.c: (output):
8722         * ps/ps.c: (psscan):
8723
8724         Try to render even if psscan fails.
8725
8726 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8727
8728         * ps/ps.c: (psscan), (pscopydoc):
8729
8730         Port buffered reading code from gv
8731
8732 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8733
8734         * ps/ps-document.c: (interpreter_message), (output):
8735
8736         Do not fail on interpreter messages
8737
8738 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8739
8740         * backend/ev-document-misc.c:
8741         (ev_document_misc_get_thumbnail_frame):
8742
8743         Pages can be 0 x 0, dont assert on this case
8744
8745 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8746
8747         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8748         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8749
8750         Correctly manage our reference on document. Finally the reload
8751         huge leak is gone...
8752
8753 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8754
8755         * ps/ps-document.c: (ps_document_dispose):
8756
8757         Forgot to chain it to the parent. Thanks chpe.
8758
8759 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8760
8761         * ps/ps-document.c: (ps_document_dispose),
8762         (ps_document_class_init), (stop_interpreter), (document_load):
8763
8764         Cleanup dispose a bit. Dont leak the whole pixmap.
8765
8766 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8767
8768         * pdf/ev-poppler.cc:
8769
8770         Release the poppler document on dispose
8771
8772 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8773
8774         * shell/ev-view.c: (ev_view_set_document):
8775
8776         Release ref on the pixbuf cache when changing
8777         document.
8778
8779 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8780
8781         * ps/ps-document.c: (ps_document_get_info):
8782
8783         Fix a double free
8784
8785 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8786
8787         * backend/ev-page-cache.c: (ev_page_cache_init),
8788         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8789         * backend/ev-page-cache.h:
8790         * shell/ev-page-action.c: (page_changed_cb):
8791         
8792         Set page action entry width depending on labels width. Fix
8793         for bug 305202.
8794
8795 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8796
8797         * backend/ev-link.c: (ev_link_class_init):
8798
8799         Allow -1 as page value (error)
8800
8801 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8802
8803         * shell/ev-sidebar-thumbnails.c:
8804         (ev_sidebar_thumbnails_set_document):
8805         * shell/ev-view.c: (scroll_to_current_page),
8806         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8807         (page_changed_cb), (on_adjustment_value_changed),
8808         (ev_view_set_document):
8809
8810         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8811         Fix bug 305377
8812
8813 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8814
8815         * configure.ac:
8816         * djvu/djvu-document.c: (djvu_document_get_page_size):
8817
8818         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8819         bug 301993.
8820
8821 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8822
8823         * shell/ev-view.c (draw_one_page): modify the expose handling to
8824         get the shadows.
8825
8826         * shell/ev-window.c (update_action_sensitivity): Respect
8827         permissions field.  Kowtow to the man.
8828
8829         * pdf/ev-poppler.cc: Get the permissions field.
8830
8831         * tiff/*c: Make a tiny bit more robust.
8832
8833 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8834
8835         * djvu/djvu-document.c:
8836         
8837         Pop messages from djvu context message queue.
8838
8839 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8840
8841         * configure.ac, Makefile.am, shell/Makefile.am:
8842         * tiff/Makefile.am, shell/ev-document-types.c:
8843         
8844         Cleanup tiff configure checks. Fix for bug 305218.
8845
8846 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
8847
8848         * configure.ac: Added "uk" to ALL_LINGUAS.
8849
8850 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8851
8852         * cut-n-paste/zoom-control/ephy-zoom.c:
8853         (ephy_zoom_get_changed_zoom_level):
8854         * cut-n-paste/zoom-control/ephy-zoom.h:
8855         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
8856         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
8857         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
8858         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
8859         (zoom_control_changed_cb), (ev_window_init):
8860         
8861         Fix minor points related to moving best fit up. Introduce
8862         "zoom" property and make zoom control change it's value on
8863         notify::zoom signals. Fix for 305080.
8864
8865 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8866
8867         * data/evince-ui.xml:
8868         * shell/ev-window.c: (set_view_actions_sensitivity):
8869         
8870         Use + and - as accels for zoom in and zoom out. Fix for 305001.
8871
8872 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8873
8874         * configure.ac:
8875
8876         Depends on poppler 0.3.2
8877
8878 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
8879
8880         * cut-n-paste/recent-files/egg-recent-item.c:
8881         (egg_recent_item_get_short_name):
8882         * cut-n-paste/toolbar-editor/Makefile.am:
8883         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8884         (new_pixbuf_from_widget):
8885         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8886         * cut-n-paste/toolbar-editor/egg-marshal.c:
8887         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8888         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8889
8890         Sync
8891
8892 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
8893
8894         * tiff/tiff-document.c: Rough TIFF backend.
8895
8896 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8897
8898         * NEWS:
8899         * configure.ac:
8900         * cut-n-paste/toolbar-editor/Makefile.am:
8901
8902         Release 0.3.1
8903
8904 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
8905
8906         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
8907         (ev_view_find_next), (ev_view_find_previous):
8908
8909         Remove the locks around get_n_results   
8910
8911 2005-05-21  Juerg Billeter  <j@bitron.ch>
8912
8913         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
8914
8915         Pass correct number of pages to poppler.
8916
8917 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8918
8919         * configure.ac:
8920         * data/Makefile.am:
8921         * data/evince.desktop.in: 
8922         * data/evince.desktop.in.in:
8923         * po/POTFILES.in:
8924         
8925         Add conditionally dvi and djvu to desktop types. Fix for 304658.
8926
8927 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
8928
8929         * shell/ev-view.c: (view_update_adjustments),
8930         (view_set_adjustment_values): cast adjustmen->value to (int)
8931         before using it.  Otherwise, we get off by a pixel in some
8932         situations.
8933
8934         (draw_one_page): Draw the border on expose.
8935
8936 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
8937
8938         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
8939         adjustment when the mode changes, #304923
8940
8941 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8942
8943         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
8944         flickering on resize but still use gdk_window_scroll on
8945         scrolling
8946
8947 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
8948
8949         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
8950         option, #170458
8951
8952 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
8953
8954         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
8955         second page on page_changed if possible, #304669
8956
8957 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
8958
8959         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
8960         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
8961
8962 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
8963
8964         * .cvsignore:
8965         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
8966         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
8967         (ev_view_zoom_for_size_presentation),
8968         (ev_view_zoom_for_size_continuous_and_dual_page),
8969         (ev_view_zoom_for_size_continuous),
8970         (ev_view_zoom_for_size_dual_page),
8971         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
8972         * shell/ev-view.h:
8973         * shell/ev-window.c: (update_view_size),
8974         (ev_window_sizing_mode_changed_cb):
8975
8976         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
8977         the scrollbars.  It's not 100% right, but it's much closer.  Kills
8978         an infinite loop, #304769
8979
8980
8981 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8982
8983         * data/evince-ui.xml:
8984         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
8985         * shell/ev-window.c: (set_view_actions_sensitivity):
8986
8987         Make PgUp/Down behave like Space
8988
8989 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
8990
8991         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
8992         * backend/ev-ps-exporter.h:
8993         * pdf/ev-poppler.cc:
8994         * ps/ps-document.c: (ps_document_ps_export_begin):
8995         * shell/ev-print-job.c: (idle_print_handler):
8996
8997         Adapt to new poppler api
8998
8999 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9000
9001         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9002         (ephy_zoom_control_init):
9003
9004         Translate zoom levels
9005
9006 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9007
9008         * cut-n-paste/zoom-control/ephy-zoom.c:
9009         (ephy_zoom_get_zoom_level_index):
9010
9011         Fix current zoom -> zoom control match
9012
9013 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9014
9015         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9016         rather than the scrolled_window that it's in. Fixes bug #304655.
9017
9018 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9019
9020         * shell/ev-view.c: (view_update_adjustments),
9021         (view_set_adjustment_values), (view_update_range_and_current_page),
9022         (view_scroll_to_page), (set_scroll_adjustment),
9023         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9024         (ev_view_scroll), (ev_view_scroll_view),
9025         (ensure_rectangle_is_visible), (find_page_at_location),
9026         (get_link_at_location), (go_to_link), (status_message_from_link),
9027         (ev_view_size_request_continuous_dual_page),
9028         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9029         (ev_view_unrealize), (ev_view_expose_event),
9030         (ev_view_button_press_event), (ev_view_motion_notify_event),
9031         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9032         (draw_rubberband), (highlight_find_results), (draw_one_page),
9033         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9034         (ev_view_init), (find_changed_cb), (page_changed_cb),
9035         (on_adjustment_value_changed), (ev_view_new),
9036         (ev_view_set_document), (ev_view_set_zoom),
9037         (ev_view_set_continuous), (ev_view_set_dual_page),
9038         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9039         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9040         (ev_view_zoom_for_size_presentation),
9041         (ev_view_zoom_for_size_continuous_dual_page),
9042         (ev_view_zoom_for_size_continuous),
9043         (ev_view_zoom_for_size_dual_page),
9044         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9045         (ev_view_get_status), (ev_view_set_status),
9046         (update_find_status_message), (ev_view_get_find_status),
9047         (ev_view_set_find_status), (jump_to_find_result),
9048         (jump_to_find_page), (compute_selections), (clear_selection),
9049         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9050         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9051         (ev_view_update_primary_selection),
9052         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9053         * shell/ev-view.h:
9054         * shell/ev-window.c: (ev_window_open_page_label),
9055         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9056         (ev_window_init):
9057         * shell/ev-window.h:
9058         * shell/main.c: (load_files):
9059
9060         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9061         when resizing.  Remove the bin_window().  Also, patch from James
9062         Bowes to fix command line page, #300641
9063         
9064 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9065
9066         * data/evince-ui.xml:
9067         * shell/ev-view.c:
9068         * shell/ev-view.h:
9069         * shell/ev-window.c: (update_action_sensitivity):
9070
9071         Get rid of View->Normal Size, it's just confusing
9072
9073 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9074
9075         * backend/ev-document-info.h:
9076         * backend/ev-document.c: (ev_document_info_free): Free the
9077         EvDocumentInfo.
9078
9079         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9080         (clear_range), (add_range), (update_visible_range),
9081         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9082         (ev_sidebar_thumbnails_set_document):
9083         * shell/ev-window.c: (ev_window_setup_document): Only render the
9084         visible thumbnails.  It takes an instant to render, but it uses
9085         much less memory.
9086
9087 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9088
9089         * shell/ev-sidebar-links.c: (popup_menu_cb):
9090
9091         Select first item
9092
9093 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9094
9095         * lib/Makefile.am:
9096         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9097         (button_press_cb), (ev_sidebar_links_construct):
9098
9099         Show the popup menu also on keybindings
9100
9101 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9102
9103         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9104         * shell/ev-window.h:
9105
9106         Expose api to print a range (with dialog). Make private _print use
9107         it.
9108
9109         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9110         (ev_sidebar_links_construct):
9111
9112         Show a print context menu on linkx, it prints the selected
9113         section.
9114
9115 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9116
9117         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9118         button.
9119
9120 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9121
9122         * AUTHORS:
9123
9124         Update
9125
9126         * shell/ev-window.c: (build_comments_string),
9127         (ev_window_cmd_help_about):
9128
9129         Show poppler version/backend and authors
9130
9131 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9132
9133         * cut-n-paste/zoom-control/ephy-zoom.c:
9134         (ephy_zoom_get_zoom_level_index):
9135         * cut-n-paste/zoom-control/ephy-zoom.h:
9136
9137         Move the best fit items at the top of the list
9138
9139 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9140
9141         * shell/ev-marshal.list:
9142         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9143         (activate_cb), (match_selected_cb), (activate_link_cb),
9144         (connect_proxy), (ev_page_action_class_init):
9145         * shell/ev-page-action.h:
9146
9147         Use signals to notify action activation. Hopefully
9148         I did not break completion since I cant test...
9149
9150         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9151         (register_custom_actions):
9152
9153         Connect to page selector actions and also grab focus on
9154         the view when activated.
9155
9156 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9157
9158         * pdf/ev-poppler.cc:
9159         * backend/ev-page-cache.c: make page size calculation consistent
9160         and set it to (int)( width * scale + 0.5).  This makes the weird
9161         line going through the middle of the page go away.
9162
9163         * shell/ev-view.c: move painting the background page after
9164         checking the expose area covers us.
9165
9166 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9167
9168         * data/evince-password.glade:
9169         
9170         Mark labels as not translatable. Fix for bug 302842.
9171
9172 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9173
9174         * configure.ac: Added "es" to ALL_LINGUAS.
9175
9176 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9177
9178         * data/evince-toolbar.xml:
9179         * shell/ev-window.c: (update_action_sensitivity),
9180         (ev_window_setup_document), (ev_window_set_page_mode),
9181         (ev_window_init):
9182
9183         Remove some leftover code from jrb first continous
9184         attempt. Use the new actions, we still need good icons
9185         though...
9186
9187 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9188
9189         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9190
9191         Update label when connecting proxy. Fix a warning with NULL
9192         page_cache.
9193
9194 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9195
9196         * data/evince-ui.xml:
9197         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9198         * shell/ev-page-action.h:
9199         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9200
9201         Add mnemonic for edit toolbar.
9202         ctrl+l focus the page entry.
9203
9204 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9205
9206         * lib/Makefile.am:
9207         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9208         (ev_window_init):
9209         * shell/main.c: (main):
9210
9211         Put the toolbar xml in evince own dot dir
9212
9213 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9214
9215         * shell/ev-window.c: (ev_window_init):
9216
9217         Make the toolbar not removable
9218
9219 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9220
9221         * data/evince-ui.xml:
9222         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9223         * shell/ev-sidebar-links.h:
9224         * shell/ev-sidebar-thumbnails.c:
9225         (ev_sidebar_thumbnails_get_treeview):
9226         * shell/ev-sidebar-thumbnails.h:
9227         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9228         (ev_view_class_init):
9229         * shell/ev-view.h:
9230         * shell/ev-window.c: (update_action_sensitivity),
9231         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9232         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9233         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9234         (ev_window_init):
9235
9236         This is evil... Make space/backspace global accelerators but
9237         enable them only for some widgets (sidebars and view).
9238         I dont like it, but I dont know a better way... :/
9239
9240 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9241
9242         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9243         (ev_page_action_widget_finalize),
9244         (ev_page_action_widget_class_init), (update_page_cache):
9245
9246         Keep a weak reference on proxy->page_cache so that we
9247         dont try to disconnect the signal if the object is already
9248         gone. Maybe there is a better way to cleanup reference handling
9249         in page action though...
9250
9251 2005-05-10  Juerg Billeter  <j@bitron.ch>
9252
9253         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9254         * backend/ev-ps-exporter.h:
9255         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9256         * ps/ps-document.c: (ps_document_ps_export_begin):
9257         
9258         Change api to pass print range to ps_exporter_begin. The pdf backend
9259         requires this information.
9260         
9261         * shell/ev-print-job.c: (idle_print_handler):
9262         
9263         Adapt to api change
9264
9265 2005-05-10  Juerg Billeter  <j@bitron.ch>
9266
9267         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9268         (idle_print_handler)
9269         * shell/ev-window.c: (ev_window_print):
9270
9271         Support printing page range, based on patch by Amaury Jacquot
9272
9273 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9274
9275         * data/evince-toolbar.xml:
9276
9277         Add zoom control to available items
9278
9279 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9280
9281         * shell/ev-window.c: (update_action_sensitivity):
9282
9283         Set slash action insensitive when appropriate
9284
9285 2005-05-10  Christian Persch <chpe@gnome.org>
9286
9287         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9288
9289         Fix warning on the overflow menu
9290
9291 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9292
9293         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9294
9295         Check for uri correctness/existence
9296
9297 2005-05-09  Juerg Billeter  <j@bitron.ch>
9298
9299         * shell/ev-window.c: (using_postscript_printer):
9300
9301         LPD printers use postscript, too
9302
9303 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9304
9305         * shell/ev-window.c: (register_custom_actions):
9306
9307         The zoom one is actually sort of useful,
9308         put it back
9309
9310 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9311
9312         * shell/ev-window.c: (register_custom_actions):
9313
9314         Hide page/zoom controls from overflow, they
9315         are useless.
9316
9317 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9318
9319         * cut-n-paste/update-from-egg.sh:
9320         
9321         Share it between all cut-n-paste subdirs
9322
9323         * cut-n-paste/recent-files/Makefile.am:
9324
9325         Fix to use "global" update-from-egg.sh
9326
9327         * cut-n-paste/recent-files/egg-recent-model.c:
9328         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9329         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9330         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9331         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9332
9333         Update from libegg
9334
9335         * cut-n-paste/toolbar-editor/Makefile.am:
9336
9337         Fix to use "global" update-from-egg.sh
9338
9339         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9340
9341         Update from libegg
9342
9343 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9344
9345         * configure.ac:
9346         * cut-n-paste/Makefile.am:
9347         * cut-n-paste/recent-files/Makefile.am:
9348         * cut-n-paste/toolbar-editor/.cvsignore:
9349         * cut-n-paste/toolbar-editor/Makefile.am:
9350         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9351         (egg_editable_toolbar_get_type), (get_toolbar_position),
9352         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9353         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9354         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9355         (set_item_drag_source), (create_item_from_action), (create_item),
9356         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9357         (popup_toolbar_context_menu_cb), (free_dragged_item),
9358         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9359         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9360         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9361         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9362         (item_added_cb), (item_removed_cb),
9363         (egg_editable_toolbar_construct),
9364         (egg_editable_toolbar_disconnect_model),
9365         (egg_editable_toolbar_deconstruct),
9366         (egg_editable_toolbar_set_model),
9367         (egg_editable_toolbar_set_ui_manager),
9368         (egg_editable_toolbar_set_property),
9369         (egg_editable_toolbar_get_property),
9370         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9371         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9372         (egg_editable_toolbar_new_with_model),
9373         (egg_editable_toolbar_get_edit_mode),
9374         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9375         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9376         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9377         (new_pixbuf_from_widget), (new_separator_pixbuf),
9378         (update_separator_image), (style_set_cb),
9379         (_egg_editable_toolbar_new_separator_image),
9380         (egg_editable_toolbar_get_model):
9381         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9382         * cut-n-paste/toolbar-editor/egg-marshal.c:
9383         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9384         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9385         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9386         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9387         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9388         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9389         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9390         (editor_drag_data_delete_cb), (drag_data_get_cb),
9391         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9392         (editor_create_item), (update_editor_sheet), (setup_editor),
9393         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9394         (parse_item_list), (model_has_action), (update_actions_list),
9395         (egg_toolbar_editor_load_actions):
9396         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9397         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9398         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9399         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9400         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9401         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9402         (egg_toolbars_model_add_separator), (impl_add_item),
9403         (parse_item_list), (egg_toolbars_model_add_toolbar),
9404         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9405         (impl_get_item_data), (impl_get_item_type),
9406         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9407         (egg_toolbars_model_init), (free_toolbar),
9408         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9409         (egg_toolbars_model_remove_toolbar),
9410         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9411         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9412         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9413         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9414         (egg_toolbars_model_get_item_data),
9415         (egg_toolbars_model_get_item_type):
9416         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9417         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9418         * data/Makefile.am:
9419         * data/evince-toolbar.xml:
9420         * data/evince-ui.xml:
9421         * data/hand-open.png:
9422         * po/POTFILES.in:
9423         * shell/Makefile.am:
9424         * shell/ev-window.c: (update_chrome_visibility),
9425         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9426         (ev_window_dispose), (ev_window_init):
9427
9428         Implement epiphany like toolbar editor. Based on patch by
9429         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9430
9431 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9432
9433         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9434
9435         Use set_cursor instead of set_selection, so that
9436         the keyboard focus moves too.
9437
9438 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9439
9440         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9441
9442         Fix infinite loop when loading Type1 fonts
9443
9444 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9445
9446         * data/evince-ui.xml:
9447         * shell/ev-window.c:
9448
9449         Slash -> Find
9450
9451 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9452
9453         * configure.ac:
9454
9455         Make --disable really disable
9456
9457 2005-05-07  Juerg Billeter  <j@bitron.ch>
9458
9459         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9460
9461         Compare page labels even without has_labels set, fixes setting page
9462         with entry
9463
9464 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9465
9466         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9467         (ev_view_set_cursor), (ev_view_button_press_event),
9468         (ev_view_motion_notify_event), (ev_view_button_release_event),
9469         (ev_view_init):
9470
9471         Implement middle button scrolling. Based on a patch
9472         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9473
9474 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9475
9476         * shell/ev-document-types.c: (get_slow_mime_type),
9477         (get_document_type_from_mime), (ev_document_type_lookup):
9478         * shell/ev-document-types.h:
9479
9480         Change api to lookup from uri. Do fast lookup first, if the
9481         type is unknown try with data sniffing.
9482
9483         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9484         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9485
9486         Adapt to api change
9487
9488 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9489
9490         * thumbnailer/Makefile.am:
9491
9492         Fix distcheck
9493
9494 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9495
9496         * NEWS:
9497         * configure.ac:
9498
9499         Release 0.3.0
9500
9501         * data/evince-ui.xml:
9502
9503         Hide presentation mode for now
9504
9505         * shell/ev-view.c: (highlight_find_results):
9506
9507         Show current find selection only on current page
9508
9509 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9510
9511         * shell/ev-view.c: (ev_view_select_all):
9512
9513         Compute size of the actual page, not of
9514         the current one.
9515
9516 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9519         (view_rect_to_doc_rect), (compute_selections),
9520         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9521         (ev_view_copy), (ev_view_primary_get_cb),
9522         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9523         (ev_view_button_press_event), (ev_view_motion_notify_event),
9524         (ev_view_button_release_event), (page_changed_cb):
9525
9526         Fix text selection
9527
9528 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9529
9530         * shell/ev-view.c: (compute_border), (get_page_extents),
9531         (doc_rect_to_view_rect), (highlight_find_results),
9532         (ev_view_bin_expose), (ev_view_select_all),
9533         (ev_view_motion_notify_event), (update_find_status_message),
9534         (jump_to_find_result), (jump_to_find_page):
9535
9536         First go at fixing search, still buggy
9537
9538 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9539
9540         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9541         dropdown box and button at the top of the sidebar.
9542
9543 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9544
9545         * configure.ac: Output zoom-control Makefile.
9546         * cut-n-paste/Makefile.am: build zoom-control subdir.
9547         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9548         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9549         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9550         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9551         * cut-n-paste/zoom-control/ephy-zoom.c:
9552         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9553         from epiphany, and modified to add a separator into the menu.
9554         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9555         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9556         zoom-control action.
9557         * shell/Makefile.am: Include zoom-control flags.
9558         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9559         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9560         (ev_view_zoom_for_size_presentation),
9561         (ev_view_zoom_for_size_continuous_and_dual_page),
9562         (ev_view_zoom_for_size_continuous),
9563         (ev_view_zoom_for_size_dual_page),
9564         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9565         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9566         ev_view_get_zoom and ev_view_get_sizing_mode.
9567         * shell/ev-view.h:
9568         * shell/ev-window.c: (update_action_sensitivity),
9569         (update_sizing_buttons), (zoom_control_changed_cb),
9570         (register_custom_actions): Initialize and use the zoom-control 
9571         widget.
9572
9573 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9574
9575         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9576         preview cache back to 1.  Don't know when it got set to 0.
9577         
9578         * shell/ev-view.c: (compute_border), (ev_view_realize),
9579         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9580         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9581         (ev_view_get_fullscreen), (ev_view_set_presentation),
9582         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9583         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9584         * shell/ev-view.h:
9585         * shell/ev-window.c:
9586         (update_chrome_visibility),
9587         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9588         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9589         (update_document_mode), (ev_window_update_fullscreen_action),
9590         (ev_window_fullscreen), (ev_window_unfullscreen),
9591         (ev_window_cmd_view_fullscreen),
9592         (ev_window_update_presentation_action),
9593         (ev_window_run_presentation), (ev_window_stop_presentation),
9594         (ev_window_cmd_view_presentation), (ev_window_state_event),
9595         (ev_window_focus_in_event), (ev_window_focus_out_event),
9596         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9597         * data/evince-ui.xml: Initial presentation mode.  We should
9598         probably hide this until it's done, as it's quite rough.  Also,
9599         change full-screen to fullscreen and add two getters to EvView.
9600
9601 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9602
9603         * shell/ev-page-action.c: (update_page_cache),
9604         (ev_page_action_dispose):
9605         * shell/ev-window.c: (destroy_fullscreen_popup),
9606         (ev_window_create_fullscreen_popup):
9607
9608         Use connect_object rather than explicitly
9609         disconnect on dispose.
9610
9611 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9612
9613         * shell/ev-page-action.c: (update_page_cache),
9614         (ev_page_action_dispose):
9615
9616 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9617
9618         * backend/ev-page-cache.c: (_ev_page_cache_new),
9619         (ev_page_cache_set_page_label),
9620         (ev_page_cache_has_nonnumeric_page_labels):
9621         * backend/ev-page-cache.h:
9622         * shell/ev-page-action.c: (update_pages_label):
9623         
9624         If all page labels are numeric, fallback to default
9625         way to display number of pages. See bug 173185.
9626
9627 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9628
9629         * shell/ev-page-action.c: (ev_page_action_dispose):
9630         * shell/ev-view.c: (view_update_range_and_current_page):
9631         * shell/ev-window.c: (ev_window_dispose):
9632         
9633         Set page on scroll in continuous mode. Fixes bug 301986.
9634         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9635
9636 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9637
9638         * configure.ac:
9639
9640         Require poppler 0.3.0
9641
9642 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9643         
9644         * shell/Makefile.am, configure.ac: Fix build problems
9645         with t1lib. Bug 301996.
9646
9647 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9648
9649         * shell/ev-view.c: (ev_view_scroll_event):
9650         
9651         Scroll up increase zoom
9652
9653 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9654
9655         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9656         (ev_view_set_sizing_mode),
9657         (ev_view_zoom_for_size_continuous_and_dual_page),
9658         (ev_view_zoom_for_size_continuous):
9659         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9660         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9661         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9662         (ev_window_init):
9663
9664         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9665         Fix for 165473 and 165472.
9666
9667 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9668
9669         * po/POTFILES.in:
9670         * thumbnailer/Makefile.am:
9671         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9672         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9673         * thumbnailer/evince-thumbnailer.schemas.in:
9674         
9675         Make thumbnailer schemas translatable. Fix for bug 301773
9676         
9677         * thumbnailer/evince-thumbnailer-djvu.schemas:
9678         * thumbnailer/evince-thumbnailer-dvi.schemas:
9679         * thumbnailer/evince-thumbnailer.schemas:
9680
9681         Removed files
9682
9683 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9684
9685         * shell/ev-view.c (ev_view_init): forgot to set this.
9686
9687 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9688
9689         * shell/ev-view.c: (find_page_at_location),
9690         (get_link_at_location),
9691         (ev_view_set_show_border), (ev_view_set_spacing),
9692         (ev_view_zoom_for_size_continuous_and_dual_page),
9693         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9694         Also, add a quick fix measuring of widths.  Also, removed
9695         ev_view_set_spacing and ev_view_set_show_border.
9696         
9697         * shell/ev-window.c: (ev_window_unfullscreen),
9698         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9699
9700 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9701
9702         * shell/ev-view.c: (view_update_range_and_current_page),
9703         (page_changed_cb):
9704         
9705         Fix crash on exit and scrolling to page in continuous view.
9706
9707 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9708
9709         * TODO:
9710         * backend/ev-page-cache.c: (_ev_page_cache_new),
9711         (ev_page_cache_get_max_width_size),
9712         (ev_page_cache_get_max_height_size):
9713         * backend/ev-page-cache.h:
9714         * data/evince-ui.xml:
9715         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9716         * shell/ev-view.c: (view_update_adjustments),
9717         (view_update_range_and_current_page), (get_bounding_box_size),
9718         (ev_view_size_request_continuous_and_dual_page),
9719         (ev_view_size_request_continuous),
9720         (ev_view_size_request_dual_page),
9721         (ev_view_size_request_single_page), (ev_view_size_request),
9722         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9723         (ev_view_bin_expose), (ev_view_expose_event),
9724         (ev_view_set_property), (ev_view_get_property),
9725         (ev_view_class_init), (ev_view_init), (ev_view_new),
9726         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9727         (ev_view_set_dual_page), (ev_view_set_full_screen),
9728         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9729         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9730         (ev_view_zoom_out), (zoom_for_size_fit_width),
9731         (zoom_for_size_best_fit),
9732         (ev_view_zoom_for_size_continuous_and_dual_page),
9733         (ev_view_zoom_for_size_continuous),
9734         (ev_view_zoom_for_size_dual_page),
9735         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9736         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9737         * shell/ev-view.h:
9738         * shell/ev-window.c: (update_action_sensitivity),
9739         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9740         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9741         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9742         (ev_window_cmd_view_zoom_out), (update_view_size),
9743         (ev_window_set_sizing_mode), (ev_window_init):
9744
9745         Add Continuous and Dual page modes.
9746
9747 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9748
9749         * dvi/dvi-document.c: (dvi_document_load),
9750         (dvi_document_thumbnails_get_thumbnail),
9751         (dvi_document_init_params): Fix up some mixups between
9752         width and height to correct thumbnail rendering.
9753
9754 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9755
9756         * dvi/mdvi-lib/private.h:
9757         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9758         
9759         Suppess output for kpathsea during font generation. Thanks to
9760         James Bowes
9761
9762 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9763
9764         * NEWS:
9765         * configure.ac:
9766
9767         Release 0.2.1
9768
9769         * Makefile.am: fix distcheck.
9770
9771 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9772
9773         * shell/ev-sidebar-links.c: (selection_changed_callback),
9774         (update_page_callback), (row_activated_callback),
9775         (job_finished_callback), (ev_sidebar_links_set_document):
9776         
9777         Fix for bug #169901. Double click on links expands tree.
9778
9779 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9780
9781         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9782         hard-coded style. Fix for bug 170111
9783
9784 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9785
9786         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9787         locking.
9788
9789 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9790
9791         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9792
9793 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9794
9795         * pdf/ev-poppler.cc:
9796         * shell/ev-view.c: (highlight_find_results):
9797
9798         Fix find on single page documents
9799
9800 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9801
9802         * data/evince.schemas.in: fix for bug 301390
9803
9804 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9805
9806         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9807         (ev_view_zoom_out), (ev_view_zoom_normal):
9808         * shell/ev-view.h:
9809         * shell/ev-window.c: (update_action_sensitivity),
9810         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9811         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9812         (ev_window_cmd_view_normal_size):
9813
9814         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9815         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9816         better than oom. 
9817
9818 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9819
9820         * configure.ac:
9821
9822         Depend on 2.57, 2.59 doesnt seem to be necessary
9823
9824 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9825
9826         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9827         (create_tool_item):
9828
9829         Put back total number of pages as (1 of 1234)
9830
9831 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
9832
9833         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
9834         remove the job.
9835
9836         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
9837         function.  This helps debugging.
9838
9839 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9840
9841         * djvu/djvu-document.c: (djvu_document_class_init),
9842         (djvu_document_get_info), (djvu_document_document_iface_init):
9843         * dvi/dvi-document.c: (dvi_document_class_init),
9844         (dvi_document_get_info), (dvi_document_document_iface_init):
9845
9846         Dummy implementation of get_info method for dvi and
9847         djvu. Fix crashes with those backends
9848
9849 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
9850
9851         * data/evince.desktop.in:
9852
9853         Add application/x-gzpostscript
9854
9855 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
9856
9857         * data/evince.schemas.in: Added real long descriptions, 
9858         closes bug 172496 
9859
9860         * README: Added actual text, closes bug 171869
9861
9862 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9863
9864         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9865
9866         Thumbnail page 0
9867
9868 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9869
9870         * backend/ev-document-info.h:
9871
9872         s/GDate */GDate so we can just use g_free
9873
9874 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9875
9876         * shell/ev-window.c: (update_document_mode),
9877         (ev_window_setup_document):
9878
9879         Show the window in fullscreen when specified by
9880         the document
9881
9882 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9883
9884         * backend/ev-document.c: (ev_document_class_init),
9885         (ev_document_get_info), (ev_document_render_pixbuf):
9886         * backend/ev-document.h:
9887         * backend/ev-page-cache.c: (_ev_page_cache_new):
9888         * pdf/ev-poppler.cc:
9889         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
9890         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
9891         * ps/ps-document.c: (ps_document_class_init), (document_load),
9892         (ps_document_get_info), (ps_document_document_iface_init):
9893
9894         Remove get_title from the interface, we can just use document info
9895
9896 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
9897
9898         * backend/Makefile.am:
9899         * backend/ev-document.c: (ev_document_render_get_info):
9900         * backend/ev-document.h:
9901         * pdf/ev-poppler.cc:
9902
9903         Initial support for document info. Based on jrb patch.
9904
9905 2005-04-19  Paolo Borelli <pborelli@katamail.com>
9906
9907         * shell/ev-window.c: (ev_window_state_event),
9908         (ev_window_class_init), (ev_window_init):
9909         
9910         Doesn't show resize grip when maximized. See bug #301053
9911
9912 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9913
9914         * po/POTFILES.in:
9915         
9916         ev-sidebar-thumbnails now has translatable labels
9917         
9918         * shell/Makefile.am:
9919         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
9920         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
9921         (ev_sidebar_links_page_iface_init):
9922         * shell/ev-sidebar-links.h:
9923         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
9924         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
9925         (ev_sidebar_page_get_label):
9926         * shell/ev-sidebar-page.h:
9927         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
9928         (ev_sidebar_thumbnails_set_document),
9929         (ev_sidebar_thumbnails_support_document),
9930         (ev_sidebar_thumbnails_get_label),
9931         (ev_sidebar_thumbnails_page_iface_init):
9932         * shell/ev-sidebar-thumbnails.h:
9933         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
9934         (ev_sidebar_set_document):
9935         * shell/ev-sidebar.h:
9936         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
9937         
9938         Small rework of sidebar code. Now sidebar pages should implement
9939         EvSidebarPage interface. That makes page management in EvSidebar
9940         easier. See bug #164811 for details
9941
9942 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9943
9944         * shell/ev-application.c: (ev_application_open):
9945         * shell/ev-document-types.c:
9946         
9947         Fix build error and small problem with application exit
9948
9949 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9950
9951         * thumbnailer/Makefile.am:
9952         * thumbnailer/evince-thumbnailer-djvu.schemas:
9953         * thumbnailer/evince-thumbnailer-dvi.schemas:
9954         
9955         Conditionally install schemas for djvu/dvi thumbnailer
9956
9957 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
9958
9959         * shell/ev-document-types.h: 
9960         * shell/ev-document-types.c: 
9961         New files, handling the mapping from mimetypes to backends
9962         
9963         * shell/ev-window.c: 
9964         * thumbnailer/evince-thumbnailer.c:     
9965         Use the ev-document-types code
9966         
9967         * shell/Makefile.am: 
9968         Added new convenience library libevbackendfactory_la, containing
9969         the new mimetype->backend logic; moved the backends into it.
9970
9971         * thumbnailer/Makefile.am:
9972         Make the thumbnailer link with the libevbackend.la convenience
9973         library, rather than having a duplicate of the backend logic here.
9974
9975 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
9976
9977         * shell/ev-stock-icons.c: constify some vars.
9978         * shell/ev-window.c: ditto.
9979
9980 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
9981
9982         * ps/ps-document.c (get_page_orientation):
9983
9984         Respect document orientation 
9985
9986 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9987
9988         * djvu/Makefile.am:
9989         * dvi/Makefile.am:
9990         * shell/Makefile.am:
9991         
9992         Move library dependencies to components.
9993         
9994         * shell/ev-window.c: (update_window_title),
9995         (start_loading_document):
9996         
9997         Fix display of uris with spaces. Bug 168358.
9998
9999 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10000
10001         * shell/ev-sidebar-links.c: (selection_changed_cb):
10002         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10003         (ev_view_button_release_event), (ev_view_set_document):
10004         * shell/ev-view.h:
10005         * shell/ev-window.c: (find_bar_search_changed_cb):
10006         * shell/ev-window.h: Minor cleanups removing some dead code.
10007
10008 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10009
10010         * backend/ev-page-cache.c: (_ev_page_cache_new):
10011         
10012         Set current page to 0 if document has pages.
10013
10014 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10015
10016         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10017
10018         Initialize GError to NULL, fix a crash when loading fails.
10019
10020 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10021
10022         * shell/ev-window.c: (update_view_size):
10023
10024         Calculate shadow size only when there is actually
10025         a shadow.
10026
10027 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10028
10029         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10030         * shell/ev-view.h:
10031
10032         Allow setting view spacing, default to 0
10033
10034         * shell/ev-window.c: (ev_window_unfullscreen),
10035         (ev_window_cmd_view_fullscreen), (ev_window_init):
10036
10037         Remove spacing in fullscreen mode
10038
10039 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10040
10041         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10042         (ev_view_size_request), (expose_bin_window),
10043         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10044         * shell/ev-view.h:
10045         * shell/ev-window.c: (ev_window_unfullscreen),
10046         (ev_window_cmd_view_fullscreen):
10047
10048         Do not draw the border in fulscreen
10049
10050 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10051
10052         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10053         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10054         (find_page_at_location), (page_changed_cb):
10055
10056         Rework border calculation, so that I can more easily disable it.
10057         Code somewhat cleaner too.
10058
10059 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10060
10061         * backend/ev-page-cache.c: (ev_page_cache_init),
10062         (_ev_page_cache_new):
10063
10064         Remove some assertions, documents can have 0 pages.
10065         Make initial current page -1.
10066
10067         * shell/ev-page-action.c: (page_changed_cb):
10068
10069         Show "" if current page is -1
10070
10071         * shell/ev-window.c: (update_action_sensitivity),
10072         (ev_window_setup_document):
10073
10074         When document has 0 pages do not set the view
10075         and make nearly everything insensitive.
10076
10077 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10078
10079         * shell/ev-page-view.c:
10080         * shell/ev-page-view.h:
10081
10082         Remove unused files.
10083         
10084         * shell/ev-sidebar-thumbnails.c:
10085         (ev_sidebar_thumbnails_set_document):
10086         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10087         (ev_sidebar_supports_document):
10088         * shell/ev-sidebar.h:
10089         * shell/ev-window.c: (ev_window_setup_document):
10090         
10091         Doesn't show thumbnails if document has 1 page. Make
10092         sidebar menu entries sensitive only if if they have 
10093         sense. Fix bug 164811. 
10094
10095 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10096
10097         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10098         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10099         (ev_view_zoom_out), (ev_view_set_size):
10100
10101         Rework sizing to deal with documents with not uniform page
10102         size.
10103
10104 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10105
10106         * backend/ev-page-cache.c: (_ev_page_cache_new):
10107
10108         Fix several page size caching bugs
10109
10110 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10111
10112         * shell/ev-window.c: (set_action_properties):
10113
10114         Make all toolbar items translatable
10115
10116 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10117
10118         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10119         (save_page_list), (ps_document_save),
10120         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10121         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10122         (ps_document_ps_exporter_iface_init):
10123         * ps/ps-document.h:
10124
10125         Based on a patch by J�rg Billeter <j@bitron.ch>
10126         
10127         Implement print and save a copy for the ps backend.
10128
10129 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10130
10131         * backend/ev-document.h:
10132         * djvu/djvu-document.c: (djvu_document_can_get_text),
10133         (djvu_document_document_iface_init):
10134         * dvi/dvi-document.c: (dvi_document_can_get_text),
10135         (dvi_document_document_iface_init):
10136         * pdf/ev-poppler.cc:
10137         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10138         (pixbuf_document_document_iface_init):
10139         * ps/ps-document.c: (ps_document_can_get_text),
10140         (ps_document_document_iface_init):
10141         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10142         * shell/ev-window.c: (update_action_sensitivity):
10143
10144         Fix the crash when trying to copy in backends that doesnt
10145         support it. We can implement a better solution once we
10146         do real text selection.
10147
10148 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10149
10150         * data/evince-ui.xml:
10151         * shell/ev-window.c: (ev_window_cmd_escape):
10152         
10153         Work around the Escape conflict (find bar and unfullscreen)
10154
10155 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10156
10157         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10158         
10159         Fix for #300233. Next page correctly handles document end.
10160         
10161         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10162         (ev_sidebar_thumbnails_class_init),
10163         (ev_sidebar_thumbnails_set_document),
10164         (ev_sidebar_thumbnails_clear_job),
10165         (ev_sidebar_thumbnails_clear_model):
10166         
10167         Cleanup thumbnail jobs on document changes.
10168         
10169         * shell/ev-view.c: (add_scroll_binding_keypad),
10170         (add_scroll_binding_shifted), (ev_view_class_init):
10171         
10172         Shift + Space scrolls up. Fix for #173184
10173         
10174         * shell/ev-window.c: (ev_window_open_page),
10175         (ev_window_cmd_view_reload):
10176         
10177         Fix reload (Bug #300094)
10178
10179 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10180
10181         
10182         * dvi/mdvi-lib/assoc.c:
10183         * dvi/mdvi-lib/assoc.h: Removed garbage files
10184         
10185         * dvi/mdvi-lib/bitmap.c:
10186         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10187         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10188         * dvi/mdvi-lib/color.h: Antialias of rules
10189         
10190         * dvi/mdvi-lib/common.h:
10191         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10192         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10193         * dvi/mdvi-lib/files.c:
10194         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10195         * dvi/mdvi-lib/mdvi.h:
10196         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10197         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10198         * dvi/mdvi-lib/util.c: Fix compile warnings
10199         
10200         * dvi/dvi-document.c:
10201         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10202         (dvi_document_thumbnails_get_thumbnail),
10203         (dvi_document_document_thumbnails_iface_init):
10204         * dvi/mdvi-lib/Makefile.am:
10205         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10206         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10207         
10208         Dvi backend now renders thumbnails
10209
10210 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10211
10212         * shell/main.c: (main): 
10213         
10214         Save accelerators on exit. Fixes bug #172095.
10215
10216 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10217
10218         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10219         update priority" comment.
10220
10221         * backend/ev-job-queue.c: Give a way to change priority.
10222
10223 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10224
10225         * shell/ev-page-action.c: Fix logic.
10226
10227 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10228
10229         * shell/ev-view.c: (ev_view_can_find_next):
10230         * shell/ev-window.c: (ev_window_setup_document):
10231
10232         Check that the document supports find
10233
10234 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10235
10236         * data/evince-ui.xml:
10237         * shell/ev-view.c: (ev_view_can_find_next):
10238         * shell/ev-view.h:
10239         * shell/ev-window.c: (update_action_sensitivity),
10240         (find_changed_cb), (ev_window_setup_document),
10241         (ev_window_cmd_edit_find_next):
10242
10243         Add Edit->Find Next
10244
10245 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10246
10247         * pdf/ev-poppler.cc:
10248         * shell/ev-print-job.c: (idle_print_handler):
10249
10250         Make printing work again
10251
10252 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10253
10254         * shell/ev-page-action.h:
10255         * shell/ev-page-action.c: (ev_page_action_widget_init),
10256         (ev_page_action_widget_class_init), (page_changed_cb),
10257         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10258         (get_filter_model_from_model), (match_selected_cb),
10259         (display_completion_text), (match_completion), (update_model),
10260         (connect_proxy), (ev_page_action_set_property),
10261         (ev_page_action_get_property), (ev_page_action_set_document),
10262         (ev_page_action_set_model), (ev_page_action_class_init): Big
10263         reworking to make completions work iff we have >= GTK-2.7.0
10264                 
10265         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10266         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10267         (job_finished_cb): We now have a 'model' property that is set when
10268         the links are loaded.  This can be caught with "notify::model"
10269
10270         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10271         listen for the model to be set, and propagate it to the action.
10272
10273 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10274
10275         * cut-n-paste/recent-files/egg-recent-item.c:
10276         (egg_recent_item_set_uri), (make_valid_utf8),
10277         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10278         * cut-n-paste/recent-files/egg-recent-item.h:
10279         
10280         Update egg-recent from libegg. This should fix long
10281         startup problem. For details see
10282         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10283
10284 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10285
10286         * cut-n-paste/recent-files/Makefile.am:
10287         * data/evince-ui.xml, shell/Makefile.am:
10288         * shell/ev-application.c, shell/ev-application.h:
10289         * shell/ev-window.c: Recent files support.
10290         
10291         * configure.ac: Added "ru" to ALL_LINGUAS.
10292         
10293         * dvju: new backend to support DJVU files.
10294         * dvi: new backend to support DVI.
10295
10296         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10297         * ev-application.c: Support for new backends.
10298         
10299         * help, ev-window.c, main.c shell/Makefile.am: 
10300         Evince user documentation.
10301
10302 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10303
10304         * po/POTFILES.in:
10305         * shell/ev-window.c:
10306         * thumbnailer/evince-thumbnailer.c:
10307
10308         s/pdf-document/ev-poppler
10309
10310 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10311
10312         * NEWS:
10313         * configure.ac:
10314
10315         Release 0.2.0
10316
10317         * ps/ps-document.c: (setup_pixmap):
10318
10319         Remove debug code
10320
10321 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10322
10323         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10324         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10325         (ev_window_cmd_go_first_page): Fix of by one errors.
10326
10327 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10328
10329         * ps/ps-document.c: (get_page_box):
10330
10331         Fix page size calculation
10332
10333 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10334
10335         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10336         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10337         (get_page_orientation), (setup_page), (document_load),
10338         (ps_document_get_page_size), (render_pixbuf_idle):
10339         * ps/ps-document.h:
10340
10341         More refactoring to adapt to EvDocument changes
10342
10343 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10344
10345         * ps/ps-document.c: (start_interpreter):
10346
10347         Actually add alpha args
10348
10349 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10350
10351         * pdf/ev-poppler.cc:
10352
10353         Make clipboard work again
10354
10355 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10356
10357         Make searching work again.
10358         
10359         * backend/ev-document.c:
10360         * backend/ev-document.h:
10361         * backend/ev-document-find.c:
10362         * backend/ev-document-find.h: Change EvDocumentIface so we no
10363         longer store the current page or zoom level in the document.  The
10364         consequence is that all calls that operate on the current page now
10365         instead take the page number as an extra argument, and all
10366         coordinates are now doubles in document coordinate system.
10367
10368         * pdf/ev-poppler.cc:
10369         * pixbuf/pixbuf-document.c:
10370         * ps/ps-document.c: Update backends accordingly.
10371
10372 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10373
10374         * autogen.sh:
10375
10376         Add required gettext version
10377
10378 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10379
10380         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10381         make F1 bring up non-existent help.
10382
10383         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10384         epiphany's find bar, #167477
10385
10386         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10387         <emil@nishra.com> to add space-bar scrolling, 
10388
10389         * shell/ev-window.c (static GtkActionEntry entries): add default
10390         keybinding for Help (F1)
10391         Fixes #171068
10392
10393         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10394         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10395         170110
10396
10397 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10398
10399         * Makefile.am: 
10400         * pixbuf/pixbuf-document.c: 
10401
10402         Got pixbuf backend working again
10403
10404 2005-04-01  Steve Murphy  <murf@e-tools.com>
10405
10406         * configure.in: Added "rw" to ALL_LINGUAS.
10407
10408 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10409
10410         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10411         model types, noticed by Martin Kretzschmar.
10412
10413 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10414
10415         * pdf/ev-poppler.cc: Implement search based on
10416         poppler_page_find_text().  Currently a bit crude since we remember
10417         all matches from all pages.  Also, we grab the big document lock
10418         when we search since searching changes the underlying stream and
10419         thus conflicts with the rendering thread.
10420         
10421         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10422         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10423         (ev_view_find_previous): Fix some page indexes to be 0 based,
10424         offset rubber band by view offset,
10425
10426 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10427
10428         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10429
10430 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10431
10432         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10433         completely because I didn't understand GtkActions.  I should
10434         read Marco's code more carefully in the future.
10435
10436         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10437         function
10438
10439 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10440
10441         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10442         PopplerRectangle change from poppler CVS.
10443
10444 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10445
10446         * backend/ev-document.c: (ev_document_get_page_label):
10447         * backend/ev-document.h:
10448         * backend/ev-page-cache.c: (_ev_page_cache_new),
10449         (ev_page_cache_get_page_label):
10450         * backend/ev-page-cache.h:
10451         * pdf/ev-poppler.cc:
10452         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10453         (links_page_num_func):
10454         * shell/ev-sidebar-thumbnails.c:
10455         (ev_sidebar_thumbnails_set_document):
10456         * shell/ev-view.c: (status_message_from_link),
10457         (ev_view_motion_notify_event):
10458         * shell/ev-window.c: (document_supports_sidebar): Add in page
10459         label support.  It's not perfect yet, but it's the first 'feature'
10460         in a while.
10461         Also, fix a bogus comment noticed by crispin. 
10462
10463 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10464
10465         * Makefile.am: Remove pixbuf backend for now
10466
10467         * configure.ac: Require poppler-glib instead of just poppler.
10468
10469         * backend/ev-document-thumbnails.h: Add a comment
10470
10471         * backend/ev-document.h:
10472         * backend/ev-document.c: (ev_document_class_init),
10473         (ev_document_load), (ev_document_get_link),
10474         (ev_document_get_links): Remove 3 methods and add get_links.
10475         Also, made 0 based.
10476
10477         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10478         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10479
10480         * backend/ev-link.c: (ev_link_set_title),
10481         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10482         (ev_link_mapping_find):
10483         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10484         
10485         * backend/ev-page-cache.c: (ev_page_cache_init),
10486         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10487         (ev_page_cache_get_size), (ev_page_cache_next_page),
10488         (ev_page_cache_prev_page): Fix to be 0 based.
10489
10490         * pdf/Makefile.am: 
10491         * pdf/ev-poppler.h:
10492         * pdf/ev-poppler.cc: New backend.
10493         
10494         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10495         (ps_document_get_page), (ps_document_document_iface_init):
10496
10497         * shell/ev-pixbuf-cache.h:
10498         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10499         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10500         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10501         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10502         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10503         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10504         based.
10505         
10506         * shell/ev-sidebar-thumbnails.c:
10507         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10508         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10509
10510         * shell/ev-view.c: (status_message_from_link),
10511         (find_page_at_location), (get_link_at_location),
10512         (ev_view_motion_notify_event), (ev_view_button_release_event),
10513         (ev_view_init): Use the new link code.  Fix to be 0 based.
10514
10515         * shell/ev-window.c: (update_action_sensitivity),
10516         (document_supports_sidebar): 0 based.
10517
10518 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10519
10520         * pdf/pdf-document.cc: Patch from Fernando Herrera
10521         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10522         *blush*
10523
10524 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10525
10526         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10527         1 to the page, as this seems to be 1 based.  I thought we has this
10528         fixed.  grump.
10529
10530 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10531
10532         * TODO:
10533         * backend/Makefile.am:
10534         * backend/ev-document-links.c:
10535         (ev_document_links_has_document_links),
10536         (ev_document_links_get_links_model):
10537         * backend/ev-document-links.h:
10538         * backend/ev-document.c: (ev_document_get_page_cache),
10539         (ev_document_get_doc_mutex), (ev_document_load),
10540         (ev_document_save), (ev_document_get_title),
10541         (ev_document_get_n_pages), (ev_document_set_page),
10542         (ev_document_get_page), (ev_document_set_target),
10543         (ev_document_set_scale), (ev_document_set_page_offset),
10544         (ev_document_get_page_size), (ev_document_get_text),
10545         (ev_document_get_link), (ev_document_render),
10546         (ev_document_render_pixbuf), (ev_document_scale_changed):
10547         * backend/ev-document.h:
10548         * backend/ev-job-queue.c: (remove_object_from_queue),
10549         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10550         (no_jobs_available_unlocked), (ev_render_thread),
10551         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10552         (ev_job_queue_remove_job):
10553         * backend/ev-job-queue.h:
10554         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10555         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10556         (ev_job_links_class_init), (ev_job_render_init),
10557         (ev_job_render_dispose), (ev_job_render_class_init),
10558         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10559         (ev_job_thumbnail_class_init), (ev_job_finished),
10560         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10561         (ev_job_render_run), (ev_job_thumbnail_new),
10562         (ev_job_thumbnail_run):
10563         * backend/ev-jobs.h:
10564         * backend/ev-link.c:
10565         * backend/ev-link.h:
10566         * backend/ev-page-cache.c: (ev_page_cache_init),
10567         (ev_page_cache_class_init), (ev_page_cache_finalize),
10568         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10569         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10570         (ev_page_cache_set_link), (ev_page_cache_get_title),
10571         (ev_page_cache_get_size), (ev_page_cache_next_page),
10572         (ev_page_cache_prev_page):
10573         * backend/ev-page-cache.h:
10574         * pdf/pdf-document.cc:
10575         * ps/gsdefaults.c:
10576         * ps/gsdefaults.h:
10577         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10578         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10579         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10580         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10581         (is_interpreter_ready), (output), (catchPipe), (input),
10582         (start_interpreter), (check_filecompressed), (compute_dimensions),
10583         (ps_document_enable_interpreter), (document_load),
10584         (ps_document_next_page), (render_page), (ps_document_set_page),
10585         (ps_document_set_scale), (render_pixbuf_idle),
10586         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10587         * ps/ps-document.h:
10588         * shell/Makefile.am:
10589         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10590         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10591         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10592         (ev_pixbuf_cache_new), (job_finished_cb),
10593         (check_job_size_and_unref), (move_one_job),
10594         (ev_pixbuf_cache_update_range), (find_job_cache),
10595         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10596         (ev_pixbuf_cache_add_jobs_if_needed),
10597         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10598         * shell/ev-pixbuf-cache.h:
10599         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10600         (idle_print_handler):
10601         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10602         (selection_changed_cb), (create_loading_model),
10603         (ev_sidebar_links_construct), (links_page_num_func),
10604         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10605         (update_page_callback), (job_finished_cb),
10606         (ev_sidebar_links_set_document):
10607         * shell/ev-sidebar-thumbnails.c:
10608         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10609         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10610         (page_changed_cb), (thumbnail_job_completed_callback),
10611         (ev_sidebar_thumbnails_set_document):
10612         * shell/ev-sidebar-thumbnails.h:
10613         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10614         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10615         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10616         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10617         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10618         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10619         (ev_view_button_release_event), (ev_view_scroll_view),
10620         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10621         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10622         (ev_view_new), (job_finished_cb), (page_changed_cb),
10623         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10624         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10625         (ev_view_find_previous):
10626         * shell/ev-view.h:
10627         * shell/ev-window.c: (update_action_sensitivity),
10628         (ev_window_open_page), (update_window_title), (update_total_pages),
10629         (page_changed_cb), (ev_window_setup_document),
10630         (password_dialog_response), (ev_window_cmd_save_as),
10631         (ev_window_print), (ev_window_cmd_go_previous_page),
10632         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10633         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10634         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10635         * shell/main.c: (main):
10636
10637         Merge evince-threads branch
10638
10639 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10640
10641         * configure.ac: Added "lt" to ALL_LINGUAS.
10642
10643 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10644
10645         * NEWS:
10646         * configure.ac:
10647
10648         Release 0.1.9
10649
10650 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10651
10652         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10653
10654         Fix here also the thumbnails 1-basedness :)
10655
10656 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10657
10658         * NEWS:
10659         * configure.ac:
10660
10661         Release 0.1.8
10662
10663 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10664
10665         * pdf/pdf-document.cc:
10666         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10667         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10668
10669         Fix the mess we did with thumbnails and 1-basedness
10670
10671 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10672
10673         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10674
10675 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10676
10677         * NEWS:
10678         * configure.ac:
10679
10680         Release 0.1.7
10681
10682 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10683
10684         * ps/Makefile.am:
10685         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10686         (gtk_gs_defaults_get_alpha_parameters),
10687         (gtk_gs_defaults_get_ungzip_cmd),
10688         (gtk_gs_defaults_get_unbzip2_cmd):
10689         * ps/gsdefaults.h:
10690         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10691         (ps_document_get_orientation), (document_load),
10692         (ps_document_goto_page), (ps_document_set_page_size):
10693         * ps/ps-document.h:
10694
10695         Some more sanitization of the ps backend. Remove a lot
10696         of unused code and do not base our defaults on ggv
10697         preferences (ugh!)
10698
10699 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10700
10701         * thumbnailer/evince-thumbnailer.schemas:
10702         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10703         (main): add -s option for thumbnail size.
10704
10705 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10706
10707         * configure.ac:
10708
10709         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10710         remove it.
10711
10712 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10713
10714         * pdf/pdf-document.cc:
10715
10716         Remove 4 pixels of useless border from the
10717         thumbnail.
10718
10719 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10720
10721         * backend/ev-document-thumbnails.c:
10722         (ev_document_thumbnails_get_thumbnail):
10723         * backend/ev-document-thumbnails.h:
10724
10725         Rework API a bit. Add a border flag and
10726         change sizing logic (now the size we specify
10727         applies to the bigger dimension).
10728
10729         * pdf/pdf-document.cc:
10730         * pixbuf/pixbuf-document.c:
10731         (pixbuf_document_thumbnails_get_thumbnail):
10732         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10733         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10734
10735         Adapt to the new API and do not draw a border for nautilus
10736         thumbnailer.
10737
10738 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10739
10740         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10741         take thumbnails from page "0" instead of "1". Added a copyright header.
10742
10743 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10744
10745         * ps/ps-document.c: (set_up_page), (start_interpreter):
10746
10747         Make it C89 compliant
10748
10749 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10750
10751         * Makefile.am:
10752         * configure.ac:
10753         * pdf/.cvsignore:
10754         * pdf/pdf-document.cc:
10755         * thumbnailer/Makefile.am:
10756         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10757         (main):
10758         * thumbnailer/evince-thumbnailer.schemas:
10759         * thumbnailer/pdf-icon.png:
10760
10761         Add a nautilus thumbnailer.
10762         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10763
10764 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10765
10766         * NEWS:
10767         * configure.ac:
10768         * po/POTFILES.in:
10769
10770         Release 0.1.6
10771
10772 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10773
10774         Use poppler instead of including xpdf source code.  Poppler is a
10775         fork of xpdf to build it as a shared library. See
10776         http://freedesktop.org/wiki/Software/poppler.
10777
10778         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10779         xpdf fork.
10780         
10781         * pdf/Makefile.am: Build libpdfdocument.a here.
10782         
10783         * pdf/GDKSplashOutputDev.cc:
10784         * pdf/GDKSplashOutputDev.h:
10785         * pdf/GnomeVFSStream.cc:
10786         * pdf/GnomeVFSStream.h:
10787         * pdf-document.cc:
10788         * pdf-document.h:
10789         * test-gdk-output-dev.cc
10790         * Thumb.cc:
10791         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10792         against poppler.
10793
10794 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10795
10796         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10797
10798         Clear idle stack before unsetting the document
10799
10800 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10801
10802         * ps/ps-document.c: (ps_document_widget_event),
10803         (ps_document_set_target), (ps_document_finalize),
10804         (ps_document_get_page):
10805
10806         Disconnect the widget event signal on finalize.
10807         Some code cleanups.
10808
10809 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10810
10811         * ps/ps-document.c: (set_up_page):
10812
10813         If there is no bpixmap create one, even if size
10814         is not changed.
10815
10816 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10817
10818         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10819         (set_up_page), (document_load), (ps_document_set_zoom):
10820
10821         Default page is 0. Calculate size even when we have no
10822         target yet.
10823
10824 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10825
10826         * shell/ev-sidebar.c: expand the selection widget to be always as
10827         wide as the sidebar
10828
10829 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10830
10831         * shell/ev-sidebar-thumbnails.c:
10832         (ev_sidebar_thumbnails_set_document):
10833
10834         Clear the list store when setting document
10835
10836 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10837
10838         * shell/ev-page-action.c: (update_entry), (sync_entry),
10839         (activate_cb), (entry_size_request_cb), (create_tool_item),
10840         (connect_proxy):
10841
10842         Use an entry for the page control instead of spinbuttons
10843
10844 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10845
10846         * data/evince.schemas.in:
10847
10848         Correct confusing string
10849
10850 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
10851
10852         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
10853         for real.  Gosh, how long has this been broken.
10854
10855         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
10856         check for a NULL link.  We crash otherwise.
10857
10858 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
10859
10860         * NEWS:
10861         * configure.ac:
10862
10863         Release 0.1.5
10864
10865 2005-02-25  Sebastien Bacher  <seb128@debian.org>
10866
10867         * configure.ac: add the french translation.
10868
10869 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10870
10871         * shell/ev-window.c:
10872
10873         Remove unused header -> fix distcheck
10874
10875 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10876
10877         * shell/ev-window.c: (update_window_title),
10878         (ev_window_popup_password_dialog):
10879
10880         Unescape filename for display
10881
10882 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10883
10884         * pdf/xpdf/pdf-document.cc:
10885
10886         In get_page_size deal with rotation. Also
10887         cleanup the function a bit.
10888
10889 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10890
10891         * pdf/xpdf/pdf-document.cc:
10892
10893         Fix crash when opening in new window
10894
10895 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
10896
10897         * configure.ac:
10898
10899         Check ghostscript >= 7
10900
10901 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
10902
10903         * shell/ev-window.c:
10904
10905         Make page width the default sizing mode
10906
10907 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
10908         Marco Pesenti Gritti <marco@gnome.org>
10909
10910         * shell/ev-window.c: Remember the sidebar size
10911
10912         * data/evince.schemas.in: Add a new gconf key to store the size of
10913         the sidebar
10914
10915 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
10916
10917         * data/evince-ui.xml:
10918         * shell/ev-window.c: (update_action_sensitivity),
10919         (ev_window_cmd_view_reload):
10920         
10921         Add a "Reload" action and menu entry
10922
10923 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
10924
10925         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
10926         iff the type doesn't support thumbnailing and indexing.
10927
10928 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
10929
10930         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
10931
10932 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10933
10934         * pdf/splash/Splash.cc:
10935
10936         Port fix for a crasher from kde bug
10937         http://bugs.kde.org/show_bug.cgi?id=97131
10938
10939 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10940
10941         * pdf/xpdf/pdf-document.cc:
10942
10943         Return a link even if it's of an unrecognized
10944         type. Otherwise we go in an infinte cycle.
10945
10946 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10947
10948         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
10949         (size_allocate_cb), (ev_window_set_sizing_mode):
10950
10951         Update size when switching mode
10952
10953 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10954
10955         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
10956         (ev_window_cmd_view_page_width), (update_sizing_buttons),
10957         (ev_window_cmd_view_normal_size):
10958
10959         Fix size toggle buttons behavior
10960
10961 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10962
10963         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
10964         (doc_rect_to_view_rect), (ev_view_size_allocate),
10965         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
10966         (scale_changed_callback):
10967
10968         Do not cache offsets in size_allocate.
10969
10970 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10971
10972         * shell/ev-view.c: (ev_view_size_allocate):
10973
10974         Calculate offsets before calling the parent
10975         class (which does a redraw)
10976
10977 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10978
10979         * pdf/xpdf/pdf-document.cc:
10980
10981         Fix a crasher on exit. Unused code, put a TODO
10982
10983 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
10984
10985         * backend/ev-document.c: (ev_document_class_init),
10986         (ev_document_page_changed), (ev_document_scale_changed):
10987         * backend/ev-document.h:
10988
10989         Separate page/scale notifications
10990
10991         * pdf/xpdf/pdf-document.cc:
10992
10993         Emit the new signals.
10994         Do not display the pdf page in _render, do it
10995         when scale/page are requested.
10996
10997         * ps/ps-document.c: (ps_document_set_zoom),
10998         (ps_document_widget_event):
10999         * ps/ps-document.h:
11000
11001         Emit the new signals.
11002
11003         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11004         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11005         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11006         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11007         * shell/ev-view.h:
11008         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11009         (ev_window_cmd_view_page_width), (size_allocate_cb),
11010         (ev_window_set_sizing_mode):
11011
11012         Rework sizing to be pixel based.
11013         There are bugs but should be already way better.
11014
11015 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11016
11017         * shell/ev-window.c: (ev_window_init):
11018
11019         Do not allow to shrink sidebar smaller then
11020         child requisition
11021
11022 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11023
11024         * shell/ev-sidebar.[ch]
11025         * shell/ev-window.c:
11026
11027         Improved sidebar widget. Fixes #166683
11028
11029 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11030
11031         * shell/ev-view.c (update_find_status_message): Give translators
11032         more flexibility with ngettext plural handling.
11033
11034 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11035
11036         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11037         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11038         page when we get the page size.
11039
11040 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11041
11042         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11043
11044         ps pages are 0 based, convert 
11045
11046 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11047
11048         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11049
11050         Initialize correct parent class. Set GError on document load
11051
11052 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11053
11054         * pdf/xpdf/pdf-document.cc:
11055
11056         Fixup selection offset calculation
11057
11058         * shell/ev-view.c: (view_rect_to_doc_rect),
11059         (doc_rect_to_view_rect), (ev_view_size_allocate),
11060         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11061         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11062
11063         Store selection as document relative, so that zooming
11064         and offset changing doesnt break it.
11065
11066 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11067
11068         * shell/ev-view.c: (ev_view_best_fit):
11069
11070         Do not try to best fit if the view is not realized
11071
11072 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11073           
11074         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11075
11076 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11077
11078         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11079
11080 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11081
11082         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11083         the popup window.  That prevents it resizing when in full screen
11084         mode.
11085
11086         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11087         multiple rerenders.  This pretty much sucks.
11088
11089         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11090         rest of the toolbar.
11091
11092 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11093
11094         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11095
11096 2005-02-17  Alexander Shopov  <ash@contact.bg>
11097
11098         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11099
11100 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11101
11102         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11103
11104 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11105
11106         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11107         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11108         (set_document_page), (document_changed_callback),
11109         (ev_view_set_document), (ev_view_find_previous),
11110         (ev_view_hide_cursor), (ev_view_show_cursor):
11111         * shell/ev-view.h:
11112         * shell/ev-window.c: (update_chrome_visibility),
11113         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11114         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11115         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11116         (ev_window_unfullscreen):
11117         * shell/main.c: (main):
11118
11119         Automatically hide the fullscreen button.
11120         Patch by Kristian Høgsberg <krh@redhat.com>
11121
11122 2005-02-16  Vincent Noel  <vnoel@cox.net>
11123
11124         * shell/main.c (main): Specify an icon for the window. Patch by
11125         Jaap A. Haitsma. Fixes #166177.
11126
11127 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11128
11129         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11130
11131 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11132
11133         * backend/ev-document-misc.h:
11134         * backend/ev-document-misc.c:
11135         (ev_document_misc_get_page_border_size),
11136         (ev_document_misc_paint_one_page): New function to canonicalize
11137         sizing/painting a border.
11138
11139         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11140         used.
11141
11142         * pdf/xpdf/pdf-document.cc: use new function
11143
11144         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11145         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11146         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11147         shell/ev-window.c: (update_sizing_buttons),
11148         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11149         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11150         (ev_window_cmd_view_page_width), (size_allocate_cb),
11151         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11152         and "fit width" values act as toggle buttons so they stay
11153         toggled.  It's not 100% perfect, and it's a little slow, but it's
11154         good enough to commit I think.
11155
11156 2005-02-15  David Lodge  <dave@cirt.net>
11157
11158         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11159
11160 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11161
11162         * shell/ev-window.c (update_window_title): replace newlines in
11163         the title by spaces. Bug #166107.
11164
11165 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11166
11167         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11168         parameters providing allocation width and height without
11169         scrollbars and width of a possible vertical scrollbar. With this
11170         additional information the functions can work as
11171         intended. Unfortunately they're not idempotent. We should
11172         transform these commands to toggles. Fixes Bug #164976
11173         Initial patch by Stephane Loeuillet, then heavily modified.
11174
11175         * shell/ev-view.h: update prototypes.
11176
11177         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11178         (ev_window_cmd_view_page_width): provide EvView fit functions with
11179         all the information they need. Formulas to calculate this
11180         information taken from GtkScrolledWindow.
11181
11182 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11183
11184         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11185         created a thumbnail, the list store is updated to know
11186         that the thumbnail is set. Fixes bug #166792
11187
11188 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11189
11190         * shell/ev-window.c: fixed typo, closes bug 166897
11191
11192         * TODO: updated TODO with bug numbers that are relevant
11193
11194 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11195
11196         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11197
11198 2005-02-09  Vincent Noel  <vnoel@cox.net>
11199
11200         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11201         and "Next" toolbar buttons as important to make them stand out.
11202
11203 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11204
11205         * lib/ev-debug.c:
11206         * lib/ev-debug.h:
11207         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11208         (start_interpreter), (stop_interpreter), (document_load),
11209         (ps_document_next_page), (ps_document_goto_page),
11210         (ps_document_set_page_size), (ps_document_widget_event),
11211         (ps_document_render):
11212         * shell/ev-page-view.c: (ev_page_view_dispose):
11213         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11214
11215         Fix compilation on non-gcc platforms
11216
11217 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11218
11219         * NEWS:
11220         * configure.ac:
11221
11222         Release 0.1.4
11223
11224         * pdf/xpdf/Catalog.cc:
11225         * pdf/xpdf/XRef.cc:
11226
11227         Fix the fix for CAN-2004-0888
11228
11229 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11230
11231         * data/Makefile.am:
11232         * data/evince-ui.xml:
11233         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11234         * shell/ev-stock-icons.h:
11235         * shell/ev-window.c: (update_action_sensitivity),
11236         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11237         (set_action_properties):
11238
11239         Improve toolbar layout/icons
11240
11241 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11242
11243         * pdf/xpdf/pdf-document.cc:
11244
11245         Add warnings about unimplemented/unknown link
11246         types.
11247
11248 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11249
11250         * ps/ps-document.c: (set_up_page):
11251
11252         Log gs property
11253
11254 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11255
11256         * ps/ps-document.c: (start_interpreter):
11257
11258         Log gs env var
11259
11260 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11261
11262         * shell/ev-page-view.c: (ev_page_view_dispose):
11263         * shell/ev-view.c: (ev_view_finalize):
11264         * shell/ev-window.c: (ev_window_setup_document),
11265         (ev_window_dispose), (ev_window_init):
11266
11267         Solve more refs issues.
11268
11269         I commented out the page_view initialization for now:
11270         it was never destroyed (because it's never added
11271         to a container). Because of that we was leaking
11272         gs processes. Couldnt think to a clean fix.
11273         We need to figure this out, password view has the
11274         same issue probably.
11275
11276 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11277
11278         * ps/ps-document.c: (ps_document_finalize),
11279         (ps_document_get_n_pages), (ps_document_get_page):
11280
11281         Some cleanups, stop the interpreter on finalize
11282
11283         * shell/ev-page-view.c: (ev_page_view_dispose),
11284         (ev_page_view_class_init):
11285
11286         Release our reference on the document
11287
11288 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11289
11290         * Makefile.am:
11291         * configure.ac:
11292         * doc/debugging.txt:
11293         * lib/.cvsignore:
11294         * lib/Makefile.am:
11295         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11296         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11297         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11298         * lib/ev-debug.h:
11299
11300         Add debugging helpers
11301
11302         * ps/Makefile.am:
11303         * ps/ps-document.c: (set_up_page), (start_interpreter),
11304         (stop_interpreter), (document_load), (ps_document_next_page),
11305         (ps_document_goto_page), (ps_document_set_page_size),
11306         (ps_document_widget_event), (ps_document_render):
11307         * shell/Makefile.am:
11308         * shell/ev-view.c: (expose_bin_window):
11309         * shell/main.c: (main):
11310
11311         Add some logs
11312         
11313 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11314
11315         * ps/ps-document.c: (ps_document_widget_event):
11316
11317         Initialize message_window, this should make ps
11318         rendering really work! (Never noticed because I was
11319         testing with a ps that is causing gs to exit every time!)
11320
11321 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11322
11323         * data/evince.schemas.in: updated simple error in applyto closing tag
11324
11325 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11326
11327         * Makefile.am:
11328         * configure.ac:
11329         * data/.cvsignore:
11330         * data/Makefile.am:
11331         * data/evince-ui.xml:
11332         A data/evince.schemas.in:
11333         * po/POTFILES.in:
11334         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11335         * shell/ev-stock-icons.h:
11336         * shell/ev-window.c: (update_chrome_visibility),
11337         (update_chrome_flag), (ev_window_cmd_edit_find),
11338         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11339         (ev_window_unfullscreen), (ev_window_focus_in_event),
11340         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11341         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11342         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11343         (ev_window_dispose), (ev_window_class_init),
11344         (set_action_properties), (set_chrome_actions), (load_chrome),
11345         (ev_window_init):
11346
11347         Implement fullscreen mode changes from bug #164776.
11348         Also implement persistent chrome toggles.
11349
11350 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11351
11352         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11353
11354 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11355
11356         * NEWS:
11357         * configure.ac:
11358         * shell/ev-view.c:
11359
11360         Add another check for find interface
11361
11362         Release 0.1.3
11363
11364 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11365
11366         * shell/ev-application.c: (ev_application_open):
11367         * shell/ev-window.c: (ev_window_open):
11368
11369         Open gzipped ps documents
11370
11371 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11372
11373         * TODO:
11374         * shell/ev-view.c: (set_document_page):
11375
11376         Clamp page number, dont try to move to
11377         not existant pages.
11378
11379 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11380
11381         * backend/ev-document-find.c: (ev_document_find_changed):
11382         * backend/ev-document-find.h:
11383         * pdf/xpdf/pdf-document.cc:
11384         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11385         * shell/ev-window.c: (find_bar_search_changed_cb):
11386
11387         Fix several bugs with find
11388
11389 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11390
11391         * shell/ev-sidebar-thumbnails.c
11392         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11393         document. Prevents warning from scroll_to_cell.
11394
11395 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11396
11397         * configure.ac: Add «nb» to ALL_LINGUAS too.
11398
11399 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11400
11401         * NOTES: New file with some random thoughts.
11402
11403         * TODO: Update.
11404
11405         * backend/ev-document-misc.c:
11406         (ev_document_misc_get_page_border_size): New function to
11407         canonicalize shadow drawing sizes.  Possibly goofy.
11408
11409         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11410         (ev_view_best_fit), (ev_view_fit_width):
11411         * pdf/xpdf/pdf-document.cc:
11412         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11413         * ps/ps-document.c: (ps_document_get_page_size):
11414         * backend/ev-document-misc.h:
11415         * backend/ev-document.c: (ev_document_get_page_size):
11416         * backend/ev-document.h: get_page_size now takes a page number
11417         parameter.  Made all the backends/frontends honor it.
11418
11419         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11420         see.  Doesn't work yet.
11421
11422         * shell/Makefile.am:
11423         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11424         Doesn't do anything yet.
11425
11426         * shell/ev-sidebar-thumbnails.c:
11427         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11428         [0..n_pages-1]
11429
11430         * shell/ev-window.c: (update_action_sensitivity),
11431         (ev_window_setup_document), (ev_window_set_page_mode),
11432         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11433         view-swapping code a bit so we can have multiple views on a
11434         document.  Add the multi-page view, though it can't be turned on
11435         yet.
11436
11437 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11438
11439         * shell/ev-application.c: (ev_application_open):
11440         * shell/ev-view.c: (expose_bin_window):
11441         * shell/ev-window.c: (ev_window_open):
11442
11443         Support eps and check document supports find
11444         before drawing highlightings in expose.
11445
11446 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11447
11448         * pixbuf/pixbuf-document.c:
11449         (pixbuf_document_thumbnails_get_dimensions),
11450         (pixbuf_document_document_thumbnails_iface_init):
11451
11452         implement get_dimensions
11453
11454 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11455
11456         * NEWS:
11457         * configure.ac:
11458
11459         Release 0.1.2
11460
11461 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11462
11463         * shell/ev-view.c: (set_document_page):
11464
11465         Scroll at the top of the page when changing page
11466
11467 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11468
11469         * shell/ev-view.c: (ev_view_motion_notify_event):
11470
11471         Do not redraw unnecessarily
11472
11473 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11474
11475         * pdf/xpdf/pdf-document.cc:
11476         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11477         (expose_bin_window), (find_changed_cb):
11478
11479         Yay! find works now... Now to find bugs...
11480
11481 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11482
11483         * backend/ev-document-find.c: (ev_document_find_base_init),
11484         (ev_document_find_changed):
11485         * backend/ev-document-find.h:
11486         * pdf/xpdf/pdf-document.cc:
11487         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11488         (expose_bin_window), (ev_view_init), (set_document_page),
11489         (ensure_rectangle_is_visible), (jump_to_find_result),
11490         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11491         (ev_view_find_next), (ev_view_find_previous):
11492         * shell/ev-view.h:
11493         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11494
11495         More work on find implementation, mostly there now
11496
11497 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11498
11499         * backend/ev-backend-marshalers.list:
11500         * backend/ev-document-find.c: (ev_document_find_base_init),
11501         (ev_document_find_cancel), (ev_document_find_page_has_results),
11502         (ev_document_find_get_n_results), (ev_document_find_get_result),
11503         (ev_document_find_get_progress), (ev_document_find_changed):
11504         * backend/ev-document-find.h:
11505
11506         Enanche the find interface to be really able to do
11507         multi page find.
11508
11509         * pdf/xpdf/pdf-document.cc:
11510
11511         Implement
11512
11513         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11514         (expose_bin_window), (ev_view_init),
11515         (ev_view_get_find_status_message), (find_changed_cb),
11516         (ev_view_set_document), (set_document_page):
11517
11518         Adapt to the new interface. A few things are regressed sorry,
11519         I will finish it soon.
11520
11521 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11522
11523         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11524         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11525         ev_sidebar_thumbnails_parent_class variable, don't define another
11526         parent_class variable.
11527
11528         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11529         (ev_page_action_class_init): ditto.
11530
11531         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11532         (pixbuf_document_class_init): ditto.
11533
11534         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11535         ditto.
11536
11537         * .cvsignore: ignore various valgrind output files.
11538
11539 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11540
11541         * data/evince-ui.xml:
11542         * shell/Makefile.am:
11543         * shell/ev-history.c:
11544         * shell/ev-history.h:
11545         * shell/ev-navigation-action.c:
11546         * shell/ev-navigation-action.h:
11547         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11548         (ev_view_set_page), (ev_view_fit_width):
11549         * shell/ev-view.h:
11550         * shell/ev-window.c: (update_action_sensitivity),
11551         (ev_window_setup_document), (register_custom_actions):
11552
11553         Kill session history
11554
11555 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11556
11557         * shell/ev-window.c: (update_action_sensitivity):
11558
11559         Fix inverted up/down buttons
11560
11561 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11562
11563         * shell/ev-sidebar-thumbnails.c
11564         (ev_sidebar_thumbnails_select_page): make sure the selected
11565         thumbnail stays visible.
11566
11567 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11568
11569         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11570         scrolled window for Federico.
11571
11572 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11573
11574         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11575
11576 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11577
11578         * configure.ac:
11579         * pdf/splash/SplashFTFontEngine.cc:
11580
11581         Fix CID fonts with freetype 2.1.9
11582
11583 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11584
11585         * TODO: added item for desktop icon thumbnailer
11586
11587 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11588
11589         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11590         unloaded docs when the title is accessed.
11591
11592         * shell/ev-password-view.[hc]: New widget for displaying password
11593         state.
11594
11595         * shell/ev-window.[ch]: Refactor password handling code to handle
11596         the new view.
11597
11598 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11599
11600         * NEWS:
11601         * configure.ac:
11602         * data/Makefile.am:
11603
11604         Release 0.1.1
11605
11606 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11607
11608         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11609         ignore page offset here, to make search results independent of it,
11610
11611         * shell/ev-view.c (expose_bin_window): but take offsets into
11612         account here. Bug #164932
11613
11614         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11615         scale at the right time. Bug #164996
11616
11617 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11618
11619         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11620         fix the problem. Now I just removed the Adobe font names and hope
11621         that the URW fonts are always in outline format. Bug #164934
11622
11623         * shell/ev-window.c (update_window_title): empty titles are
11624         useless, use filename in that case too.
11625
11626         * NEWS: Add some content.
11627
11628 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11629
11630         * TODO: added one more TODO item and a TODONE section :)
11631
11632 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11633
11634         * ps/ps-document.h: add page_[xy]_offset fields.
11635
11636         * ps/ps-document.c (ps_document_set_page_offset)
11637         (ps_document_render): Keep offset in consideration in a few
11638         places. Bug #164752 "postscript documents are not centered in
11639         window"
11640
11641         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11642         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11643
11644         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11645         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11646         stub out missing methods for complete EvDocument implementation.
11647         Fixes segfaults with Save A Copy and Copy actions.
11648
11649         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11650         (ps_document_document_iface_init): ditto.
11651         
11652 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11653
11654         * data/.cvsignore:
11655         * data/Makefile.am:
11656         * data/evince.desktop.in:
11657
11658         Add desktop file
11659
11660 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11661
11662         * shell/ev-view.c: (ev_view_button_press_event),
11663         (ev_view_motion_notify_event):
11664
11665         Make selection work in any direction
11666
11667 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11668
11669         * TODO:
11670         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11671
11672         Use shorter labels for some of the toolbars items
11673
11674 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11675
11676         * pdf/xpdf/pdf-document.cc:
11677
11678         Check the links info is initialized before
11679         using it. Should fix a crash on startup.
11680
11681 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11682
11683         * pixbuf/pixbuf-document.c
11684         (pixbuf_document_thumbnails_get_dimensions): force floating point
11685         division to calculate page_ratio. Fixes crash with landscape
11686         format pixbufs.
11687
11688 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11689
11690         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11691
11692 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11693
11694         * shell/ev-view.c (set_document_page): unset has_selection when
11695         the page changes.
11696         (set_document_page): handle paper size changes when the page
11697         changes (test with Free Culture, page 2).
11698
11699 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11700
11701         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11702         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11703
11704         Use normal style color for the widget background and
11705         draw a black box around the page.
11706
11707 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11708
11709         * pdf/xpdf/pdf-document.cc:
11710
11711         Keep offset in consideration in a few places
11712
11713         * shell/ev-view.c: (expose_bin_window):
11714
11715         Set the offsets so that the document is ever centered
11716
11717 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11718
11719         * TODO: Added TODO items and finished off the first todo item
11720
11721         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11722         reflect current authors
11723
11724 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11725
11726         * pdf/xpdf/pdf-document.cc:
11727         * shell/ev-view.c: (ev_view_set_cursor),
11728         (ev_view_motion_notify_event), (document_changed_callback),
11729         (set_document_page):
11730
11731         Show a wait cursor while the page is rendering
11732
11733 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11734
11735         * shell/ev-sidebar-thumbnails.c:
11736         (ev_sidebar_tree_selection_changed),
11737         (ev_sidebar_thumbnails_select_page):
11738         * shell/ev-sidebar-thumbnails.h:
11739         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11740         (ev_view_can_go_forward):
11741         * shell/ev-window.c: (ev_window_open_page),
11742         (ev_window_setup_document), (update_current_page),
11743         (view_page_changed_cb), (ev_window_init):
11744         * shell/ev-window.h:
11745
11746         Ensure thumbnails selection, toolbar page control and
11747         current page are in sync.
11748
11749 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11750
11751         * pdf/xpdf/XRef.cc:
11752
11753         Fix CAN-2005-0064
11754
11755 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11756
11757         * backend/Makefile.am:
11758         * backend/ev-document-links.h:
11759         * backend/ev-document-security.c: (ev_document_security_get_type),
11760         (ev_document_security_has_document_security),
11761         (ev_document_security_set_password):
11762         * backend/ev-document-security.h:
11763         * backend/ev-document.c: (ev_document_error_quark):
11764         * backend/ev-document.h:
11765         * data/Makefile.am:
11766         * data/evince-password.glade:
11767         * pdf/xpdf/pdf-document.cc:
11768         * shell/Makefile.am:
11769         * shell/ev-password.c: (ev_password_set_bad_password_label),
11770         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11771         (ev_password_dialog_get_password),
11772         (ev_password_dialog_set_bad_pass):
11773         * shell/ev-password.h:
11774         * shell/ev-window.c: (ev_window_get_attribute),
11775         (ev_window_set_property), (update_action_sensitivity),
11776         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11777         (ev_window_setup_document), (ev_window_get_password),
11778         (ev_window_open), (ev_window_cmd_save_as),
11779         (using_postscript_printer), (ev_window_print),
11780         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11781         (update_fullscreen_popup), (ev_window_fullscreen),
11782         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11783         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11784         (menu_item_select_cb), (find_bar_search_changed_cb),
11785         (ev_window_dispose), (ev_window_init):
11786
11787         Add initial support for password-supported dialogs.  This could be
11788         a lot cooler, but it'll do for now.
11789
11790 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11791
11792         * pdf/xpdf/pdf-document.cc:
11793         * shell/ev-view.c: (status_message_from_link),
11794         (ev_view_set_status), (ev_view_set_cursor),
11795         (ev_view_motion_notify_event), (ev_view_init):
11796         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11797
11798         Fix bugs in the links implementation and change cursor
11799         when hovering a link.
11800
11801 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11802
11803         * viewer/.cvsignore: added cvsignore file for viewer directory
11804
11805         * TODO: created TODO document
11806
11807 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11808
11809         * shell/ev-view.h:
11810         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11811         new functions to help with implementation of sensitivity code
11812         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11813         of all actions that might require it.  Fixes a crash when you
11814         click on the Zoom actions in a window lacking a document.
11815
11816 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11817
11818         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11819         of the Find action
11820
11821 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11822
11823         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11824         (pixbuf_document_document_iface_init):
11825         * ps/ps-document.c: (ps_document_get_link),
11826         (ps_document_document_iface_init):
11827         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11828         (status_message_from_link), (ev_view_set_status),
11829         (ev_view_set_find_status), (ev_view_motion_notify_event),
11830         (ev_view_button_release_event), (ev_view_set_property),
11831         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
11832         (ev_view_get_find_status_message), (update_find_results),
11833         (ev_view_get_status), (ev_view_get_find_status):
11834         * shell/ev-view.h:
11835         * shell/ev-window.c: (view_status_changed_cb),
11836         (view_find_status_changed_cb), (ev_window_init):
11837
11838         View status message support, use it to show the links.
11839         Needs work...
11840
11841 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11842
11843         * backend/ev-document.c: (ev_document_get_link):
11844         * backend/ev-document.h:
11845         * pdf/xpdf/pdf-document.cc:
11846         * shell/ev-application.c: (ev_application_open):
11847         * shell/ev-application.h:
11848         * shell/ev-sidebar-links.c: (selection_changed_cb):
11849         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
11850         (ev_view_go_to_link):
11851
11852         Add support for document links
11853
11854 2005-01-13  Anders Carlsson  <andersca@gnome.org>
11855
11856         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
11857         (create_tool_item):
11858         Set the spin button limits correctly.
11859         
11860         * shell/ev-sidebar-thumbnails.c:
11861         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
11862         Support changing pages by clicking on the thumbnails.
11863         
11864 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11865
11866         * pixbuf/pixbuf-document.c:
11867         (pixbuf_document_thumbnails_get_dimensions),
11868         (pixbuf_document_document_thumbnails_iface_init):
11869
11870         implement get_dimensions
11871
11872 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11873
11874         * ps/ps-document.c: (ps_document_goto_page):
11875
11876         Fix page switching on multipage documents
11877
11878 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
11879
11880         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11881         
11882         check for NULL before assigning to width and height parameters
11883
11884 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11885
11886         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
11887         (pixbuf_document_set_property), (pixbuf_document_get_property):
11888
11889         implement get/set properties
11890
11891 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
11892
11893         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
11894         
11895         return NULL instead of "Unknown", letting the title get set to
11896         the filename when the pdf has no title.
11897
11898 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11899
11900         * ps/ps-document.c: (ps_document_get_page_count),
11901         (ps_document_goto_page):
11902
11903 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11904
11905         * shell/ev-history.c: (ev_history_get_property),
11906         (ev_history_set_property), (ev_history_class_init),
11907         (ev_history_add_page), (ev_history_set_current_index):
11908         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
11909         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
11910         (ev_navigation_action_finalize):
11911         * shell/ev-navigation-action.h:
11912         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11913         (ev_view_go_forward), (ev_view_get_find_status_message),
11914         (history_index_changed_cb), (ev_view_set_history):
11915         * shell/ev-view.h:
11916         * shell/ev-window.c: (update_total_pages), (ev_window_open),
11917         (update_current_page), (register_custom_actions):
11918
11919         Implement history dropdowns
11920
11921 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
11922
11923         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
11924         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
11925         (ev_view_go_forward):
11926         * shell/ev-window.c: (register_custom_actions):
11927
11928         Fix several history bugs
11929
11930 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
11931
11932         * configure.ac: Add «nb» to ALL_LINGUAS.
11933
11934 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
11935
11936         * backend/Makefile.am:
11937         * backend/ev-bookmark.c:
11938         * backend/ev-bookmark.h:
11939         * backend/ev-document-bookmarks.c:
11940         * backend/ev-document-bookmarks.h:
11941         * backend/ev-document-links.c: (ev_document_links_get_type),
11942         (ev_document_links_has_document_links),
11943         (ev_document_links_begin_read), (ev_document_links_get_link),
11944         (ev_document_links_get_child), (ev_document_links_next),
11945         (ev_document_links_free_iter):
11946         * backend/ev-document-links.h:
11947         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
11948         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
11949         (ev_link_get_link_type), (ev_link_set_link_type),
11950         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
11951         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
11952         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
11953         (ev_link_new_external):
11954         * backend/ev-link.h:
11955         * pdf/xpdf/pdf-document.cc:
11956         * shell/Makefile.am:
11957         * shell/ev-application.c: (ev_application_open_link):
11958         * shell/ev-application.h:
11959         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
11960         (ev_history_get_link_nth):
11961         * shell/ev-history.h:
11962         * shell/ev-sidebar-bookmarks.c:
11963         * shell/ev-sidebar-bookmarks.h:
11964         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
11965         (ev_sidebar_links_class_init), (selection_changed_cb),
11966         (ev_sidebar_links_construct), (ev_sidebar_links_init),
11967         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
11968         (do_one_iteration), (populate_links_idle),
11969         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
11970         * shell/ev-sidebar-links.h:
11971         * shell/ev-sidebar.c: (ev_sidebar_set_document):
11972         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
11973         (go_to_index):
11974         * shell/ev-view.h:
11975         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
11976         * shell/ev-window.h:
11977
11978         Rename bookmark to link, and use "Index" for the sidebar panel.
11979
11980 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
11981
11982         * shell/Makefile.am:
11983         * shell/ev-application.c: (ev_application_open_bookmark):
11984         * shell/ev-application.h:
11985         * shell/ev-history.c: (ev_history_init), (free_links_list),
11986         (ev_history_finalize), (ev_history_class_init),
11987         (ev_history_add_link), (ev_history_add_page),
11988         (ev_history_get_link_nth), (ev_history_get_n_links),
11989         (ev_history_get_current_index), (ev_history_set_current_index),
11990         (ev_history_new):
11991         * shell/ev-history.h:
11992         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
11993         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
11994         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
11995         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
11996         (ev_view_set_page):
11997         * shell/ev-view.h:
11998         * shell/ev-window.c: (ev_window_open_bookmark),
11999         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12000         (goto_page_cb), (register_custom_actions):
12001         * shell/ev-window.h:
12002
12003         Initial history implementation. Needs work.
12004
12005 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12006
12007         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12008
12009 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12010
12011         * cut-n-paste/recent-files/egg-recent-item.c:
12012         * cut-n-paste/recent-files/egg-recent-item.h:
12013         * cut-n-paste/recent-files/egg-recent-model.c:
12014         * cut-n-paste/recent-files/egg-recent-util.c:
12015         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12016         * cut-n-paste/recent-files/egg-recent-view.c:
12017
12018         Update
12019
12020 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12021
12022         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12023         (fillGlyph, fillImageMask, drawImage):
12024         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12025         pdf/splash/SplashTypes.h:
12026         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12027         packed mode for Splash.
12028
12029         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12030         RGB8 packed mode, eliminates the pixbuf data creation loop.
12031
12032         * shell/ev-print-job.c (ev_print_job_finalize)
12033         (ev_print_job_set_property, ev_print_job_get_property)
12034         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12035         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12036         (print_closure_finalize, ev_print_job_print): implement
12037         printing (for backends with EvPsExporter)
12038
12039         * shell/ev_print_job.h: update prototypes.
12040
12041         * shell/ev-window.c (ev_window_print): unref print job after
12042         printing.
12043
12044         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12045         unless the document implements the EvDocumentFind interface.
12046
12047 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12048
12049         * configure.ac: Added ja to ALL_LINGUAS.
12050
12051 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12052
12053         * pdf/xpdf/pdf-document.cc:
12054
12055         add a FIXME. We should probably not allocate
12056         a bookmark object every time
12057
12058 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12059
12060         * shell/ev-application.c: (ev_application_open),
12061         (ev_application_open_bookmark):
12062         * shell/ev-application.h:
12063         
12064         Add a way to open bookmarks
12065
12066         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12067         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12068         (ev_bookmark_set_property), (ev_bookmark_class_init),
12069         (ev_bookmark_new_title), (ev_bookmark_new_link),
12070         (ev_bookmark_new_external):
12071
12072         Support for external uris, better constructors.
12073
12074         * backend/ev-bookmark.h:
12075         * pdf/xpdf/pdf-document.cc:
12076         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12077
12078         Handle external uris
12079
12080 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12081
12082         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12083         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12084
12085         Hook up bookmarks navigation
12086
12087 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12088
12089         * backend/Makefile.am:
12090         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12091         (ev_bookmark_get_title), (ev_bookmark_set_title),
12092         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12093         (ev_bookmark_get_page), (ev_bookmark_set_page),
12094         (ev_bookmark_get_property), (ev_bookmark_set_property),
12095         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12096         (ev_bookmark_new):
12097         * backend/ev-bookmark.h:
12098         * backend/ev-document-bookmarks.c:
12099         (ev_document_bookmarks_get_bookmark):
12100         * backend/ev-document-bookmarks.h:
12101         * pdf/xpdf/pdf-document.cc:
12102         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12103
12104         Add a bookmark object to the backend and use it instead of get_values
12105
12106 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12107
12108         * data/evince-ui.xml:
12109
12110         Cleanup and add select all.
12111
12112         * shell/ev-view.c: (ev_view_select_all),
12113         (ev_view_button_press_event):
12114         * shell/ev-view.h:
12115         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12116
12117         Add select all.
12118         Clear selection on click.
12119
12120 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12121
12122         * shell/ev-sidebar-thumbnails.c
12123         (ev_sidebar_thumbnails_set_document): forgot to unref the
12124         loading_icon.
12125
12126 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12127
12128         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12129         at the visible page, not just linearly.  This makes it look fast.
12130
12131 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12132
12133         * backend/ev-document-misc.c
12134         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12135         white.
12136         * backend/ev-document-thumbnails.h: New interface to get the size
12137         of a page.
12138
12139 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12140
12141         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12142         make dist works
12143
12144 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12145
12146         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12147         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12148         things up a bit.
12149
12150         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12151
12152 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12153
12154         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12155         fonts. Should fix font problems on systems that have the base
12156         fonts in bitmap format. Reported by James Henstridge
12157         <james@jamesh.id.au>.
12158
12159 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12160
12161         * pdf/xpdf/Gfx.cc:
12162         * pdf/xpdf/GfxState.cc:
12163
12164         Fix for CAN-2004-1125
12165
12166 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12167
12168         * shell/ev-view.c: (ev_view_copy):
12169         * shell/ev-view.h:
12170         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12171
12172         Implement Edit->Copy
12173
12174 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12175
12176         * backend/ev-document.c: (ev_document_get_text):
12177         * backend/ev-document.h:
12178         * pdf/xpdf/pdf-document.cc:
12179         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12180         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12181         (ev_view_update_primary_selection), (ev_view_button_press_event),
12182         (ev_view_motion_notify_event), (ev_view_button_release_event):
12183
12184         Beginnings of clipboard support. Incomplete but primary sort
12185         of work.
12186
12187 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12188
12189         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12190         (expose_bin_window):
12191
12192         Nicer rubberband drawing, from GtkIconView.
12193
12194 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12195
12196         * backend/ev-document.c: (ev_document_save):
12197         * backend/ev-document.h:
12198         * data/evince-ui.xml:
12199         * pdf/xpdf/pdf-document.cc:
12200         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12201
12202         Implement "Save a copy..." menu item
12203
12204 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12205
12206         * shell/ev-view.c: (ev_view_zoom):
12207
12208         Queue a resize when zoom changes
12209
12210 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12211
12212         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12213         shadows.
12214
12215         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12216         thumbnails..
12217
12218 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12219
12220         * pdf/xpdf/pdf-document.cc
12221         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12222
12223 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12224
12225         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12226         It's slow, but I'll speed it up next!
12227
12228 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12229
12230         * shell/main.c (load_files):
12231
12232         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12233         from the command line and because it seems more appropriate.
12234
12235 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12236
12237         * data/evince-ui.xml:
12238         * shell/ev-window.c: (update_action_sensitivity),
12239         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12240
12241         s/next page/page down
12242         s/previous page/page up
12243
12244 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12245
12246         * data/evince-ui.xml:
12247
12248         Change the layout to match clarkbw design.
12249
12250         * shell/Makefile.am:
12251         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12252         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12253         (ev_navigation_action_finalize),
12254         (ev_navigation_action_set_property),
12255         (ev_navigation_action_get_property),
12256         (ev_navigation_action_class_init):
12257         * shell/ev-navigation-action.h:
12258
12259         Implement clarkbw toolbar navigation controls (incomplete)
12260
12261         * shell/ev-page-action.c: (update_label), (update_spin),
12262         (value_changed_cb), (create_tool_item), (connect_proxy),
12263         (ev_page_action_init), (ev_page_action_finalize),
12264         (ev_page_action_set_property), (ev_page_action_get_property),
12265         (ev_page_action_set_current_page),
12266         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12267         * shell/ev-page-action.h:
12268
12269         Implement a page switcher in the toolbar
12270
12271         * shell/ev-view.c: (ev_view_scroll_view):
12272         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12273         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12274         (register_custom_actions), (ev_window_init):
12275
12276         Change page on PageUp/Down.
12277
12278 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12279
12280         * pdf/xpdf/pdf-document.cc
12281         (pdf_document_thumbnails_get_thumbnail): initial stab at
12282         implementing thumbnail support for pdfs.  It only does documents
12283         with precached pdfs now.
12284
12285 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12286
12287         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12288         thumbnail code into a time-based idle as well.  Also, turn off the
12289         shadow temporarily as it's really slow.
12290
12291 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12292
12293         * backend/ev-document.c: (ev_document_class_init):
12294         * pdf/xpdf/pdf-document.cc:
12295         * shell/ev-window.c: (ev_window_open):
12296
12297         Fix document title bugs and fallback to
12298         filename when not available.
12299
12300 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12301
12302         * backend/ev-document.c: (ev_document_get_type),
12303         (ev_document_class_init), (ev_document_load),
12304         (ev_document_get_title):
12305         * backend/ev-document.h:
12306         * pdf/xpdf/pdf-document.cc:
12307         * ps/ps-document.c: (ps_document_set_property),
12308         (ps_document_get_property), (ps_document_class_init),
12309         (document_load):
12310         * ps/ps-document.h:
12311         * ps/ps.h:
12312         * shell/ev-window.c: (update_window_title), (ev_window_open),
12313         (ev_window_init):
12314
12315         Initial support for document title. Not working yet.
12316
12317 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12318
12319         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12320
12321         Grab focus on the view when clicking it
12322
12323 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12324
12325         * shell/ev-marshal.list:
12326         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12327         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12328
12329         Add key bindings to the view. Now if the focus would work
12330         right...
12331
12332 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12333
12334         * Makefile.am:
12335         * backend/Makefile.am:
12336         * data/Makefile.am:
12337         * dvi/Makefile.am:
12338         * dvi/dvilib/Makefile.am:
12339         * pdf/xpdf/Makefile.am:
12340         * po/POTFILES.in:
12341         * ps/Makefile.am:
12342
12343         Fix distcheck
12344
12345 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12346
12347         * shell/ev-view.c: (ev_view_realize):
12348
12349         Fix mouse wheel scrolling
12350
12351 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12352
12353         * ps/Makefile.am:
12354         * ps/gstypes.h:
12355         * ps/gtkgs.c:
12356         * ps/gtkgs.h:
12357         * ps/ps-document.c: (catchPipe), (ps_document_init),
12358         (ps_document_class_init), (ps_document_cleanup),
12359         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12360         (set_up_page), (close_pipe), (is_interpreter_ready),
12361         (interpreter_failed), (output), (input), (start_interpreter),
12362         (stop_interpreter), (file_length), (file_readable),
12363         (check_filecompressed), (check_pdf), (compute_xdpi),
12364         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12365         (ps_document_get_type), (ps_document_emit_error_msg),
12366         (document_load), (ps_document_next_page),
12367         (ps_document_get_current_page), (ps_document_get_page_count),
12368         (ps_document_goto_page), (ps_document_set_page_size),
12369         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12370         (ps_document_load), (ps_document_get_n_pages),
12371         (ps_document_set_page), (ps_document_get_page),
12372         (ps_document_widget_event), (ps_document_set_target),
12373         (ps_document_set_scale), (ps_document_set_page_offset),
12374         (ps_document_get_page_size), (ps_document_render),
12375         (ps_document_document_iface_init):
12376         * ps/ps-document.h:
12377         * ps/ps.c:
12378         * shell/ev-window.c: (ev_window_open):
12379
12380         Rename GtkGS to PSDocument
12381
12382 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12383
12384         * ps/gtkgs.c: (gtk_gs_class_init):
12385         * ps/gtkgs.h:
12386
12387         Some more leftover...
12388
12389 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12390
12391         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12392         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12393         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12394         * ps/gtkgs.h:
12395
12396         Remove unused code and make a lot of stuff private
12397
12398 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12399
12400         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12401         (gtk_gs_defaults_changed):
12402         * ps/gsdefaults.h:
12403         * ps/gtkgs.c:
12404         * ps/gtkgs.h:
12405         * ps/ps.h:
12406
12407         Cleanup headers dependencies
12408
12409 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12410
12411         * ps/Makefile.am:
12412         * ps/ggvutils.c:
12413         * ps/ggvutils.h:
12414         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12415         * ps/gsdefaults.h:
12416         * ps/gtkgs.c: (file_length), (file_readable),
12417         (check_filecompressed), (check_pdf), (gtk_gs_load),
12418         (gtk_gs_get_postscript):
12419
12420         Get rid of ggvutils
12421
12422 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12423
12424         * ps/ggvutils.c:
12425         * ps/ggvutils.h:
12426         * ps/gsio.h:
12427         * ps/gtkgs.c: (gtk_gs_set_zoom):
12428
12429         Cleanups
12430
12431 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12432
12433         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12434
12435         Ensure the page is rerendered when changing zoom
12436
12437 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12438
12439         * backend/ev-document.c: (ev_document_base_init),
12440         (ev_document_changed):
12441         * backend/ev-document.h:
12442
12443         Add a changed event that is emitted when the page content
12444         changes. This is necessary to deal with the fact that
12445         in ps backend rendering happen asycrounously.
12446         This makes the ps backend mostly work.
12447
12448         * pdf/xpdf/pdf-document.cc:
12449
12450         Emit changed event
12451
12452         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12453         (ps_document_set_target):
12454
12455         Emit changed event
12456
12457         * shell/ev-view.c: (document_changed_callback),
12458         (ev_view_set_document), (ev_view_set_page):
12459
12460         Redraw on the changed signal
12461
12462 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12463
12464         * configure.ac: Added pt_BR to ALL_LINGUAS.
12465
12466 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12467
12468         * backend/ev-document-bookmarks.c:
12469         (ev_document_bookmarks_get_child): *
12470         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12471         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12472         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12473         (ev_sidebar_bookmarks_destroy),
12474         (ev_sidebar_bookmarks_class_init),
12475         (ev_sidebar_bookmarks_construct), (stack_data_free),
12476         (do_one_iteration), (populate_bookmarks_idle),
12477         (ev_sidebar_bookmarks_clear_document),
12478         (ev_sidebar_bookmarks_set_document): *
12479         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12480         (ev_sidebar_add_page),
12481         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12482         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12483         it displays both the topics and the page numbers.
12484
12485 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12486
12487         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12488         toggle.
12489         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12490         visible.
12491
12492 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12493
12494         * configure.ac: Added en_CA to ALL_LINGUAS.
12495
12496 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12497
12498         * ChangeLog: replace bottom of this ChangeLog (merged history of
12499         ggv and gpdf; where all paths were wrong and most of the files are
12500         not even in this tree) with ChangeLog (from arch) of the shell
12501         code.
12502
12503 2004-12-23  Havoc Pennington  <hp@redhat.com>
12504
12505         * shell/ev-window.c: hook up potentially-questionable "find
12506         results status text" feature - something involving the sidebar or
12507         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12508         might be better in the end.
12509
12510         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12511         with corresponding signal when it should be updated
12512
12513         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12514
12515 2004-12-22  Havoc Pennington  <hp@redhat.com>
12516
12517         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12518         find stuff on other pages, sort of (only returns one result on
12519         invisible pages, to show they have results; updates full results
12520         for a page when you view it). Currently repaints the current page
12521         every time a new result is found on any page, which isn't so nice.
12522
12523 2004-12-22  Havoc Pennington  <hp@redhat.com>
12524
12525         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12526         the document doesn't support find (better ideas?)
12527         (find_bar_search_changed_cb): handle missing document or document
12528         that doesn't support find
12529
12530         * pdf/xpdf/pdf-document.cc: port to implement the new
12531         EvDocumentFindIface
12532
12533         * backend/ev-document-find.c: create a new interface for searching
12534
12535         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12536
12537 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12538
12539         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12540         libevbackend.la.
12541
12542         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12543         EvPrintJob constructor arguments.
12544
12545         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12546         for documents that can export PostScript (page by page).
12547
12548         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12549         
12550         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12551         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12552         (pdf_document_ps_exporter_iface_init:
12553         Implement EvPSExporter.
12554
12555         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12556
12557 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12558
12559         * backend/Makefile.am:
12560         * backend/ev-document-thumbnails.c:
12561         (ev_document_thumbnails_get_type),
12562         (ev_document_thumbnails_get_thumbnail):
12563         * backend/ev-document-thumbnails.h:
12564         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12565         (pixbuf_document_thumbnails_get_thumbnail),
12566         (pixbuf_document_document_thumbnails_iface_init):
12567         * shell/Makefile.am:
12568         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12569         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12570         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12571         * shell/ev-sidebar-thumbnails.h:
12572         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12573         (ev_sidebar_set_document):
12574         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12575         (create_shadow), (ev_pixbuf_add_shadow):
12576         * shell/ev-utils.h:
12577         Add thumbnail support.
12578         
12579 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12580
12581         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12582         (using_postscript_printer): Set up a print dialog for "PostScript
12583         injection" method.
12584
12585         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12586         EvPrintJob.
12587
12588         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12589
12590 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12591
12592         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12593         (ps_document_set_target), (ps_document_get_page_size),
12594         (ps_document_render):
12595         * ps/gtkgs.h:
12596
12597         Fix a few bugs
12598
12599 2004-12-22  Christian Rose  <menthos@menthos.com>
12600
12601         * configure.ac: Added "sv" to ALL_LINGUAS.
12602
12603 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12604
12605         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12606         document supports bookmarks.
12607
12608 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12609
12610         * ps/ggvutils.c: (ggv_file_readable):
12611         * ps/ggvutils.h:
12612         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12613         (gtk_gs_get_postscript):
12614
12615         Remove unused utils
12616
12617 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12618
12619         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12620         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12621         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12622         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12623         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12624         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12625         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12626         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12627         (gtk_gs_set_antialiasing), (ps_document_load),
12628         (ps_document_render):
12629         * ps/gtkgs.h:
12630
12631         Another check point for the ps backend. Now I can get it to show
12632         pages!
12633
12634 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12635
12636         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12637         document setting code.
12638
12639 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12640
12641         * shell/eggfindbar.c: (entry_activate_callback):
12642         Animate the next button when activate is pressed.
12643         
12644 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12645
12646         * shell/ev-window.c: (ev_window_cmd_edit_find),
12647         (update_fullscreen_popup), (ev_window_fullscreen),
12648         (ev_window_unfullscreen), (ev_window_state_event_cb),
12649         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12650         Fix bugs in fullscreen code.
12651         
12652 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12653
12654         * Makefile.am:
12655         * configure.ac:
12656         * pixbuf/Makefile.am:
12657         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12658         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12659         (pixbuf_document_set_page), (pixbuf_document_get_page),
12660         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12661         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12662         (pixbuf_document_render), (pixbuf_document_begin_find),
12663         (pixbuf_document_end_find), (pixbuf_document_finalize),
12664         (pixbuf_document_class_init),
12665         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12666         * pixbuf/pixbuf-document.h:
12667         * shell/Makefile.am:
12668         * shell/ev-application.c: (ev_application_open):
12669         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12670         (ev_window_open):
12671         Add pixbuf backend.
12672         
12673 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12674
12675         * Makefile.am: 
12676         * dvi/dvilib/Makefile.am:
12677         * dvi/Makefile.am:
12678         * configure.ac: Auto*ify dvi and dvi/dvilib
12679
12680         * dvi/Makefile: Remove from CVS
12681         
12682         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12683         confusion.
12684
12685         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12686         
12687         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12688         
12689 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12690
12691         * ps/Makefile.am:
12692         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12693         (gtk_gs_value_adjustment_changed), (compute_size),
12694         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12695         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12696         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12697         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12698         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12699         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12700         (ps_document_load), (ps_document_get_n_pages),
12701         (ps_document_set_page), (ps_document_get_page),
12702         (ps_document_set_target), (ps_document_set_scale),
12703         (ps_document_set_page_offset), (ps_document_get_page_size),
12704         (ps_document_render), (ps_document_begin_find),
12705         (ps_document_end_find), (ps_document_document_iface_init):
12706         * ps/gtkgs.h:
12707         * shell/Makefile.am:
12708         * shell/ev-window.c: (ev_window_open):
12709
12710         Some work to integrate gtkgs with EvDocument
12711
12712 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12713
12714         * shell/ev-window.c: (update_fullscreen_popup),
12715         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12716         (exit_fullscreen_button_clicked_cb),
12717         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12718         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12719         (ev_window_state_event_cb), (ev_window_init):
12720         Add fullscreen support from Epiphany.
12721         
12722 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12723
12724         * data/ev-stock-zoom-fit-width.png: fit-width
12725         stock icon from gpdf.
12726         
12727         * shell/ev-stock-icons.[ch]: copied from gpdf.
12728         
12729         * shell/main.c: (main): init stock icons.
12730         
12731         * shell/ev-window.c: use the fit-width icon.
12732         
12733         * data/evince-ui.xml: add zooming toolbar items.
12734
12735 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12736
12737         * shell/ev-view.c: 
12738         (ev_view_best_fit), (ev_view_fit_width): because
12739         get_page_size() returns the scaled page size, we
12740         need to calculate the scale factor relative to
12741         the previous scale factor. Should really just
12742         add get_real_page_size().
12743
12744 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12745
12746         * shell/ev-view.[ch]:
12747         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12748         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12749         add zooming.
12750         
12751         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12752         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12753         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12754         hook it up.
12755         
12756         * pdf/xpdf/pdf-document.cc:
12757         (pdf_document_begin_find),
12758         (pdf_document_end_find): make static.
12759
12760 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12761
12762         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12763
12764         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12765         names to fontconfig patterns.
12766         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12767
12768         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12769         setupBaseFontsFc.
12770
12771 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12772
12773         * Makefile.am:
12774         * configure.ac:
12775         * ps/Makefile.am:
12776         * ps/ggvutils.c:
12777         * ps/ggvutils.h:
12778         * ps/gsdefaults.c:
12779         * ps/gsdefaults.h:
12780         * ps/gsio.c:
12781         * ps/gsio.h:
12782         * ps/gtkgs.c:
12783         * ps/gtkgs.h:
12784         * ps/ps.c:
12785         * ps/ps.h:
12786
12787         Import ggv backend. Not hooked up yet.
12788
12789 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12790
12791         * shell/main.c: (load_files), (main): load files
12792         from the command line.
12793
12794 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12795
12796         * configure.ac: don't require bonobo.
12797         
12798         * cut-n-paste/recent-files/*: kill bonobo recent
12799         view.
12800
12801         * shell/ev-window.c:
12802         (ev_window_is_empty): upd.
12803         (unable_to_load), (ev_window_open): load backend
12804         based on the mime type.
12805
12806 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12807
12808         * backend/.cvsignore: ignore generated marshalers source.
12809
12810         * shell/main.c (main): this is not epiphany.
12811
12812 2004-12-22  Havoc Pennington  <hp@redhat.com>
12813
12814         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12815         (expose_bin_window): draw find highlights
12816
12817         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12818         
12819         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12820         (pdf_document_end_find): implement this interface
12821
12822         * backend/ev-document.c (ev_document_found): add this to emit
12823         signal
12824
12825 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12826
12827         * data/evince-ui.xml: Add a few more toolbar items.
12828
12829         * shell/ev-window.c: Hook up page navigation toolbar 
12830         items.
12831
12832         * shell/ev-view.[ch]: add ev_view_set/get_page and 
12833         a page-changed signal.
12834
12835         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
12836         Add ev_document_get_page().
12837
12838         * shell/ev-window.c: Sensitize/desensitize navigation
12839         actions.
12840
12841 2004-12-21  Havoc Pennington  <hp@redhat.com>
12842
12843         * backend/ev-backend-marshal.c,
12844         backend/ev-backend-marshalers.list, backend/Makefile.am: add
12845         marshaler-generator thingy. I'm sure there's a better way to do
12846         this in the modern world.
12847
12848         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
12849         end_find methods and "found" signal.
12850
12851         * configure.ac: find glib-genmarshal
12852
12853 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
12854
12855         * shell/ev-sidebar.c: Construct an actual sidebar.
12856         * shell/ev-sidebar-bookmarks.[ch]:
12857         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
12858
12859 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
12860
12861         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
12862         Redo size handling.
12863         
12864         * shell/ev-view.c: Track the size from the document.
12865
12866 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
12867
12868         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
12869         constructor assumes ownership of the string passed in.
12870         
12871         * shell/ev-window.c (ev_window_open): Destroy the error
12872         dialog once we've displayed it.
12873
12874 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
12875
12876         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
12877         a bit, it works! (sort of)
12878
12879         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
12880         Move to .cc since we need to use C++ in the implementation.
12881
12882         * shell/dummy.cc: Add a CC file to force evince
12883         to be linked as a C++ program.
12884
12885 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
12886
12887         * shell/ev-view.[ch]: Start of content-area widget.
12888
12889         * shell/ev-window.c: Create a EvView, update it
12890         as we change documents.
12891
12892         * shell/Makefile.am shell/ev-marshal.list: Add
12893         generated marshalers.
12894
12895 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
12896
12897         * Makefile.am (SUBDIRS): move shell.
12898
12899 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
12900
12901         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
12902         .a to libtool convenience libraries.
12903
12904         * shell/ev-window.c (ev_window_open): Hard code loading
12905         a PDF document.
12906         
12907         * backend/ev-document.h: Add a boolean return to load(),
12908         fix GError * to GError **.
12909
12910         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
12911         object for a PDF backend EvDocument.
12912
12913 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
12914
12915         * dvi/*: New directory with the beginning of a .dvi backend.
12916
12917 2004-12-21  Havoc Pennington  <hp@redhat.com>
12918
12919         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
12920         previous/next instead of back/forward
12921
12922 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
12923
12924         * backend/ev-document.[ch]: Fix a couple of problems so
12925         it compile.
12926
12927 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
12928
12929         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
12930         to backend/ directory, rename EvViewer to EvDocument.
12931
12932 2004-12-21  Havoc Pennington  <hp@redhat.com>
12933
12934         * shell/ev-window.c: hook up the find bar widget; now we just need
12935         a document to find things in
12936
12937         * shell/eggfindbar.c: a find bar widget
12938
12939 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
12940
12941         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
12942
12943 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
12944
12945         * pdf/**: Import of xpdf code from gpdf. 
12946
12947         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
12948
12949         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
12950         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
12951         Fix FreeType includes.
12952
12953         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
12954         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
12955         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
12956         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
12957         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
12958         Include xpdfconfig.h
12959         
12960 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
12961
12962         * shell/ev-window.c (ev_window_dispose): dispose can be called
12963         multiple times.
12964
12965 2004-12-21  Havoc Pennington  <hp@redhat.com>
12966
12967         * shell/ev-window.c (ev_window_init): set title to Document Viewer
12968         rather than Evince
12969
12970         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
12971         items; really they should be synced with the strings, etc. from
12972         current gpdf, but just getting the boring typing out of the way 
12973
12974 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12975
12976         * po/POTFILES.in:
12977         * shell/ev-application.c: (window_destroy_cb):
12978         * shell/ev-window.c:
12979         * shell/main.c: (main):
12980
12981         Actually show the window...
12982
12983 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12984
12985         * Makefile.am:
12986         * shell/Makefile.am:
12987         * shell/ev-application.c: (ev_application_class_init):
12988         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
12989
12990         Make it build again
12991
12992 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
12993
12994         Import to gnome cvs.
12995         
12996         * Remove copies of gpdf and ggv trees.
12997         * Rip out all the recursive configure code.
12998         * Remove bonobo machinery.
12999         * viewer/*: GInterfaces that backends should/can implement.
13000
13001 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13002
13003         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13004         typo
13005
13006 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13007
13008         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13009         (ev_application_finalize, ev_application_class_init)
13010         (ev_application_init): use GType instance private data for priv.
13011
13012         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13013         (ev_window_finalize, ev_window_class_init)
13014         (ev_window_init): ditto.
13015
13016 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13017
13018         * shell/ev-application.c (ev_application_new_window): make public
13019         (ev_application_show_initial_window): kill.
13020
13021         * shell/ev-application.h: update prototypes.
13022
13023         * shell/main.cc (main): inline ev_application_show_initial_window.
13024
13025 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13026
13027         * shell/ev-application.c (ev_application_new_window): impl.
13028         (ev_application_show_initial_window): use it.
13029         (is_window_empty, ev_application_get_empty_window): returns an
13030         existing empty window or a new one.
13031         (ev_application_open): from ev_window_cmd_file_open.
13032
13033         * shell/ev-application.h: update prototypes
13034
13035         * shell/ev-window.c (ev_window_is_empty): impl.
13036         (ev_window_open): make public.
13037         (ev_window_cmd_file_open): use ev_application_open
13038
13039         * shell/ev-window.h: update prototypes, remove unused.
13040
13041 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13042
13043         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13044         move destroy handler out of here...
13045
13046         * shell/ev-application.c, shell/ev-application.h: ...into this new
13047         class. Also handles initial window creation.
13048
13049         * shell/main.cc (main): use EvApplication to create initial
13050         window.
13051
13052 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13053
13054         * Makefile.am (SUBDIRS): add cut-n-paste
13055
13056         * cut-n-paste/Makefile.am: add
13057
13058         * configure.ac: generate Makefiles in cut-n-paste
13059
13060 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13061
13062         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13063         (ev_window_class_init): install ev_window_dispose.
13064
13065 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13066
13067         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13068         char (gchar looks stupid).
13069
13070 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13071
13072         * po/de.po: updated German translation.
13073
13074 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13075
13076         * configure.ac: add more pkg-config library checks for gnome-vfs,
13077         bonobo etc.
13078
13079         * gpdf/configure.in: temporarily disable libpaper
13080         checks. Otherwise I'd have to add the checks for the shell, too.
13081
13082 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13083
13084         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13085         and * file filters to the file choose.
13086
13087 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13088
13089         * po/de.po: Updated German translation.
13090
13091 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13092
13093         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13094
13095 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13096
13097         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13098
13099         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13100         (ev_window_init): implement those menuitems.
13101
13102 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13103
13104         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13105
13106         * shell/ev-window.c (ev_window_init): use the toolbar.
13107
13108 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13109
13110         * shell/ev-window.c (ev_window_init): use menu translations
13111
13112 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13113
13114         * configure.ac: add "de" to ALL_LINGUAS.
13115
13116         * po/de.po: add German translation.
13117
13118 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13119
13120         * Makefile.am (SUBDIRS): add po
13121
13122         * configure.ac: check intltool, glib-gettext etc, generate
13123         po/Makefile.in
13124
13125         * po, po/POTFILES.in, po/POTFILES.skip: new.
13126
13127 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13128
13129         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13130         already use (#ifdef ENABLE_NLS)
13131
13132         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13133         pointer indirection thinko.
13134
13135         * shell/main.c: include gi18n.h for bindtextdomain etc.
13136
13137 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13138
13139         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13140         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13141         tooltips for menu items in the statusbar.
13142
13143 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13144
13145         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13146         pkgdatadir drop UIDIR
13147
13148 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13149
13150         * data/evince-ui.xml: Add File->Open menu item
13151
13152         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13153         chooser), hook it up in the ui manager.
13154
13155 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13156
13157         * shell/ev-window.c: fix Help->About tooltip.
13158
13159 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13160
13161         * configure.ac: set CFLAGS for libevprivate.
13162
13163         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13164         definitions, factory etc.
13165
13166         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13167
13168         * shell/Makefile.am: link against libevprivate.a.
13169
13170         * shell/ev-window.c (entries): add stock icon to Help->About.
13171
13172         * shell/main.c (main): init stock icon code.
13173
13174 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13175
13176         * lib/recent-files: egg recent files code
13177
13178         * lib/Makefile.am: add.
13179
13180         * Makefile.am: add lib subdir.
13181
13182         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13183         set CFLAGS for recent-files.
13184
13185 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13186
13187         * configure.ac: disable -ansi and -pedantic gcc flags. They
13188         disable POSIX stuff in stdio.h, but egg-recent uses them.
13189
13190 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13191
13192         * configure.ac: add --disable-deprecated flag (defaults to on in
13193         "cvs" builds).
13194
13195         * shell/Makefile.am (INCLUDES): use it.
13196
13197 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13198
13199         * shell/main.c: add missing #include.
13200
13201         * shell/ev-window.c: fix for pedantic gcc.
13202         (ev_window_cmd_help_about): split license into paragraphs for
13203         translators and pedantic compilers.
13204
13205 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13206
13207         * configure.ac: add more warning flags if compiling with gcc from
13208         cvs (or explicitly requested with --enable-more-warnings).
13209
13210 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13211
13212         * data/evince-ui.xml: add File and File->Close menu.
13213
13214         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13215         (ev_window_destroy): quit after destroy.
13216         (ev_window_class_init): override GtkObject::destroy.
13217         (entries): install close_window callback.
13218
13219 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13220
13221         * Makefile.am (SUBDIRS): add data subdir.
13222
13223         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13224         gtk+ 2.5.0 for GtkAboutDialog.
13225
13226         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13227         main window.
13228
13229         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13230
13231         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13232         manager.
13233         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13234
13235 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13236
13237         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13238
13239 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13240
13241         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13242
13243 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13244
13245         * shell/*: Added shell directory boilerplate, build it.
13246
13247 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13248
13249         * configure.ac, Makefile.am: Added top-level configure.ac and
13250         Makefile.am