]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
Do not crash when thumbnail failed to render in PS backend. Fixes bug
[evince.git] / ChangeLog
1 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
4
5         Do not crash when thumbnail failed to render in PS backend. Fixes
6         bug #525015.
7         
8 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
9
10         * shell/ev-window.c: (window_open_file_copy_ready_cb),
11         (ev_window_load_file_remote), (ev_window_open_uri):
12
13         Handle errors when opening remote files.
14         
15 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
16
17         * shell/ev-page-action.c: (ev_page_action_grab_focus):
18
19         Only grab the focus for the current visible proxy widget. Fixes
20         bug #521224.
21         
22 2008-03-30  Emil Soleyman  <emil@nishra.com>
23
24         * shell/ev-window.c: (launch_external_uri):
25         
26         Reuse g_app_info_launch_default_for_uri to
27         save some code and fix bug #525009.
28
29 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
30
31         * shell/ev-window.c (image_save_dialog_response_cb):
32
33         Use g_str_has_suffix. See bug #523069.
34
35 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
36
37         * configure.ac:
38
39         Add a configure option to enable/diable DBus. Patch by Rémi
40         Cardona. Fixes bug 521797.
41
42 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
43
44         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
45
46         Fix printing in documents with rotated pages. Patch by Eugen
47         Dedu. Fixes bug #512648.
48         
49 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
50
51         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
52         (ev_link_from_action):
53
54         Fix warning messages.
55         
56 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
57
58         * shell/ev-window.c: (image_save_dialog_response_cb):
59
60         Do not append the extension to filename when saving an image
61         if the filename alredy contains the extension. Fixes bug #523069.
62         
63 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
64
65         * shell/ev-view.[ch]: (ev_view_find_cancel):
66         * shell/ev-window.c: (find_bar_close_cb):
67
68         Cancel the find operation when the find bar is closed. Fixes bug
69         #508845.
70         
71 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
72
73         * backend/ps/psdocument.evince-backend.in:
74
75         Make ps backend module resident. Fixes bug #520607.
76         
77 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
78
79         * shell/ev-jobs.c: (ev_job_print_run):
80
81         Invert collate action in order to work as expected, fix reverse
82         printing so that it doesn't start with a blank page and fix number
83         of copies. Patch by Eugen Dedu. Fixes bug #365332.
84         
85 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
86
87         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
88
89         Fix build with poppler <= 0.7.2
90         
91 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
92
93         * libdocument/ev-document-misc.c:
94         (ev_document_misc_surface_from_pixbuf):
95
96         Fix selections with poppler-splash.
97         
98 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
99
100         * configure.ac:
101         * backend/pdf/ev-poppler.cc:
102
103         Fix build with poppler >= 0.7.2
104         
105 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
106
107         * configure.ac:
108         
109         Update for release 2.22.0
110
111 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
112
113         * NEWS:
114
115         Update for upcoming release.
116
117 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
118
119         * shell/ev-window.c (ev_window_print_dialog_response_cb):
120
121         Bug 495107 – Handle print dialog responses correctly
122
123         Correctly handle print dialog response. Properly fixes
124         the above mentioned bug.
125
126 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
127
128         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
129
130         Make sure print job is only run when the print button is
131         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
132         
133 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
134
135         * backend/pdf/pdfdocument.evince-backend.in:
136         * libdocument/ev-backends-manager.c:
137         (ev_backends_manager_load_backend),
138         (ev_backends_manager_get_document):
139         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
140
141         Allow making backend modules resident. This is needed only for
142         some backends like pdf to avoid registering glib types more than
143         once.
144         
145 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
146
147         * backend/comics/comics-document.c:
148         * backend/djvu/djvu-document.c:
149         * backend/impress/impress-document.c:
150         * backend/pdf/ev-poppler.cc:
151         * backend/pixbuf/pixbuf-document.c:
152         * backend/ps/ev-spectre.c:
153         * backend/ps/ps-document.c:
154         * backend/tiff/tiff-document.c:
155         * libdocument/ev-document.h:
156         * properties/ev-properties-main.c:
157
158         Use g_type_module_add_interface instead of
159         g_type_add_interface_static. Fixes bug #519679.
160         
161 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
162
163         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
164         Added. Returns whether the animation has everything necessary to run.
165         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
166         is ready just because it's been created. Fixes #519106.
167         (draw_one_page): Do not show the "Loading..." text in presentation
168         mode, there was a slim probability that this could happen.
169
170 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
171
172         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
173
174         Duplicate mime_type string before freeing it so that it doesn't
175         always fail when getting mime type from uri. Fixes bug #518874.
176         
177 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
178
179         * shell/ev-view.c: (ev_view_form_field_choice_changed):
180
181         Fix a crash when a choice form field doesn't have any item
182         selected. Fixes bug #518831
183         
184 2008-02-25  Alexander Larsson  <alexl@redhat.com>
185
186         * shell/ev-window.c (ev_window_clear_temp_file):
187         Use g_file_has_prefix instead of renamed
188         g_file_contains_file.
189
190         * configure.ac:
191         Require new glib for above change.
192         
193 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
194
195         * libdocument/ev-image.c: (ev_image_finalize),
196         (ev_image_save_tmp):
197
198         Return a real uri instead of a filename when saving an
199         image. Fixes images drag an drop from evince to nautilus. 
200         
201 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
202
203         * backend/pdf/ev-poppler.cc:
204         (pdf_document_images_get_image_mapping):
205
206         Return the image list in the right order. Fixes bug #516237.
207         
208 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
209
210         * backend/impress/impress-document.c:
211         (impress_document_thumbnails_get_thumbnail):
212
213         Remove unused variable to avoid a compiler warning.
214
215 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
216
217         * configure.ac:
218         
219         Update for release 2.21.91.
220
221 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
222
223         * configure.ac:
224         * shell/Makefile.am:
225         * shell/ev-application.[ch]:
226         * shell/ev-sidebar-links.c:
227         * shell/ev-utils.[ch]:
228         * shell/ev-window.[ch]:
229
230         Remove libgnomeprint support. Fixes bug #512370.
231         
232 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
233
234         * thumbnailer/evince-thumbnailer.c: (main):
235
236         Initialize glib type system before using it. Fixes bug #513934.
237         
238 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
239
240         * properties/ev-properties-main.c:
241
242         Add missing #include.
243         
244 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
245
246         * configure.ac:
247         * backend/djvu/djvu-document.c: (djvu_document_render):
248         * backend/tiff/tiff-document.c: (tiff_document_render):
249
250         Use the new cairo function cairo_format_stride_for_width when
251         available. Fixes bug #482720.
252
253 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
254
255         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
256         (get_mime_type_from_data), (get_document_from_uri):
257
258         Use g_content_type_guess() only when slow is true in
259         get_document_from_uri(). Fix several memory leaks.
260         
261 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
262
263         * libdocument/ev-document-factory.c:
264         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
265         (get_document_from_uri):
266
267         Use g_content_type_guess () to get mimetype for files.
268         Bug #510401.
269
270 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
271
272         * thumbnailer/Makefile.am:
273
274         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
275         
276 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
277
278         * configure.ac:
279
280         Fix build with --without-libgnome. Fixes bug #512771.
281         
282 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
283
284         * backend/dvi/Makefile.am: Install only dvi
285         module. Fixes bug #512718.
286
287 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
288
289         * properties/ev-properties-main.c: (nautilus_module_initialize):
290         
291         Initialize backends in properties tab. Fixes bug
292         #512720.
293
294 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
295
296         * properties/Makefile.am: No need to link with 
297         libraries. Fixes bug #512719.
298
299 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
300
301         * NEWS:
302         * configure.ac:
303         
304         Update for release 2.21.90.
305
306 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * shell/ev-window.c: (ev_window_cmd_escape):
309
310         Fix compile warning.
311         
312 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
313
314         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
315
316         Fix printing in dvi backend when filename contains white
317         espaces. Fixes bug #502839.
318         
319 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
320
321         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
322         (screensaver_disable_x11):
323         * shell/Makefile.am:
324         * shell/xdg-user-dir-lookup.c: Removed
325         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
326         * shell/ev-view.c: (ev_view_presentation_transition_start):
327         * shell/ev-window.c: (ev_window_cmd_file_open),
328         (ev_window_cmd_save_as), (presentation_set_timeout):
329
330         Remove #ifdefs that are no longer needed.
331         
332 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
333
334         * shell/ev-view.[ch]: (ev_view_button_release_event),
335         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
336         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
337         (ev_window_cmd_escape):
338
339         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
340         
341 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
342
343         * configure.ac:
344         * backend/comics/comics-document.c: (comics_document_load):
345         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
346         (ev_attachment_set_property), (ev_attachment_init),
347         (ev_attachment_save), (ev_attachment_launch_app),
348         (ev_attachment_open):
349         * libdocument/ev-document-factory.c: (get_document_from_uri):
350         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
351         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
352         * shell/ev-jobs.c:
353         * shell/ev-password.c: (ev_password_dialog_set_property),
354         (ev_password_dialog_save_password):
355         * shell/ev-sidebar-attachments.c:
356         (ev_sidebar_attachments_drag_data_get):
357         * shell/ev-window-title.c: (get_filename_from_uri):
358         * shell/ev-window.c: (ev_window_clear_temp_file),
359         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
360         (ev_window_open_uri), (window_save_file_copy_ready_cb),
361         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
362         (launch_external_uri), (image_save_dialog_response_cb),
363         (attachment_save_dialog_response_cb):
364         * shell/main.c: (load_files), (load_files_remote), (main):
365         * thumbnailer/evince-thumbnailer.c: (main):
366
367         Port to gio and drop gnome-vfs dependency. Fixes bug
368         #510401. Based on patch by Cosimo Cecchi.
369         
370 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
371
372         * NEWS:
373
374         Fixed formatting inconsistencies (spaces vs. tabs)
375
376 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
377
378         * shell/ev-window.c:
379
380         Use top/up/bottom/down arrows instead of
381         first/left/last/right in the toolbar and menu actions.
382         This fixes issues with RTL languages and is visually
383         consistent with the page view. Fixes bug #170081.
384
385 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
386
387         * NEWS:
388
389         Fixed some inaccuracies pointed out by Carlos Garcia
390         Campos.
391
392 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
393
394         * NEWS:
395         * data/evince.schemas.in:
396         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
397
398         Override PDF restrictions by default. Fixes bug #382700.
399
400 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
401
402         * NEWS: Updated for upcoming release
403
404 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
405
406         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
407
408         Fix memory leak.
409         
410 2008-01-23  Gil Forcada <gilforcada@guifi.net>
411
412         * shell/ev-window.c: (register_custom_actions):
413         
414         Added comment for translators
415
416 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
417
418         * shell/ev-view.c: (ev_view_button_release_event):
419
420         Do not create the idle function for kinetic scrolling if we are
421         not in a drag operation.
422
423 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
424
425         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
426         (ev_view_button_press_event), (ev_view_motion_notify_event),
427         (ev_view_button_release_event):
428
429         Restore cursor after autoscrolling. Fixes bug #509958.
430
431 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
432
433         * configure.ac:
434         * backend/pdf/ev-poppler.cc:
435         (pdf_document_images_get_image_mapping),
436         (pdf_document_images_get_image),
437         (pdf_document_document_images_iface_init):
438         * libdocument/ev-document-images.[ch]:
439         (ev_document_images_get_image_mapping),
440         (ev_document_images_get_image):
441         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
442         (ev_image_get_id), (ev_image_save_tmp):
443         * shell/ev-jobs.c: (ev_job_render_run):
444         * shell/ev-view.c: (ev_view_drag_data_get):
445         * shell/ev-window.c: (image_save_dialog_response_cb),
446         (ev_view_popup_cmd_copy_image):
447
448         Do not render images when rendering the page but on demand. It
449         reduces the memory comsumption.
450         
451 2008-01-18  Marcelo Lira  <setanta@gmail.com>
452
453         * configure.a:
454         * shell/ev-password.c:
455
456         Make gnome-keyring optional. Fixes bug #509676.
457         
458 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
459
460         * shell/ev-pixbuf-cache.c: (add_job):
461
462         Initialize include_images variable as FALSE instead of TRUE.
463         
464 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
465
466         * configure.ac:
467         * cut-n-paste/Makefile.am:
468         * cut-n-paste/fileformatchooser/Makefile.am:
469         * cut-n-paste/fileformatchooser/egg-macros.h:
470         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
471         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
472         * shell/Makefile.am:
473         * shell/ev-utils.c:
474         (file_chooser_dialog_add_writable_pixbuf_formats),
475         (get_gdk_pixbuf_format_by_extension):
476         * shell/ev-utils.h:
477         * shell/ev-window.c: (ev_window_error_message),
478         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
479         
480         Simplify image format selection on save.
481
482 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
483
484         * shell/ev-view.c: (ev_view_scroll_event):
485         
486         Repair gorizontal scrolling with shift. Fixes
487         bug #483412.
488
489 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
490         
491         * MAINTAINERS:
492
493         Fix formatting issues.
494         
495 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
496
497         * backend/comics/comics-document.c: (comics_regex_quote):
498         
499         Don't overquote special chars except of '. See bug 
500         502500. Thanks to Tom Parker.
501
502 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
503
504         * MAINTAINERS:
505         
506         Added Nickolay and Carlos, since they're doing most of
507         the releases nowadays.
508
509 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
510
511         * properties/Makefile.am:
512
513         Get the nautilus extension dir properly instead of using
514         a hack. Fixes bug #505359.
515
516 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
517
518         * properties/Makefile.am:
519         
520         Install nautilus extension into new place. See bug
521         #505359. Thanks to Matthias Clasen, Brian Pepple and
522         Damien Carbery.
523
524 2008-01-13  Djihed Afifi  <djihed@gmail.com>
525
526         * shell/ev-window.c: (ev_window_get_recent_file_label):
527         
528         RTL marker in recent file list. See bug #509076.
529
530 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
531
532         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
533         * shell/ev-window.c: (image_save_dialog_response_cb):
534
535         Fix compile warnings due to unused variables.
536         
537 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
538
539         * configure.ac:
540         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
541         * backend/ps/ev-spectre.c: (ps_document_render):
542
543         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
544
545 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
546
547         * shell/ev-transition-animation.c (ev_transition_animation_fade)
548         (ev_transition_animation_paint): Implement "fade" effect.
549
550 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
551
552         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
553         (ev_transition_animation_paint): Implement "uncover" effect.
554
555 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
556
557         * shell/ev-transition-animation.c (ev_transition_animation_cover)
558         (ev_transition_animation_paint): Implement "cover" effect.
559
560 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
561
562         * shell/ev-transition-animation.c (ev_transition_animation_push)
563         (ev_transition_animation_paint): Implement "push" effect.
564
565 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
566
567         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
568         (ev_transition_animation_paint): Implement "dissolve" effect.
569
570 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
571
572         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
573         (ev_transition_animation_paint): Implement "wipe" effect.
574
575 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
576
577         * shell/ev-transition-animation.c (ev_transition_animation_box)
578         (ev_transition_animation_paint): Implement "box" effect.
579
580 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
581
582         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
583         (ev_transition_animation_paint): Implement "blinds" effect.
584
585 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
586
587         * shell/ev-transition-animation.c (ev_transition_animation_split)
588         (ev_transition_animation_paint): Implement "split" effect.
589
590 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
591
592         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
593         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
594         (ev_view_transition_animation_start) 
595         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
596         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
597         (ev_view_next_page) (ev_view_previous_page):
598         
599         Use EvTransitionAnimation to drive page changes in the presentation
600         mode, the animation will wait to start until both the origin and 
601         destination page surfaces are available. Fixes #458460.
602
603         (draw_loading_text):
604
605         Remove workaround for bug #320352, it's now fixed properly.
606
607
608 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
609
610         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
611         will contain the implementations for page transition animations, at
612         the moment it just has the "replace" effect.
613         * shell/Makefile.am: Added these files to build.
614
615 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
616
617         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
618         animations.
619         * shell/Makefile.am: Added these files to build.
620
621 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
622
623         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
624         implementation to get_effect() in EvDocumentTransitionIface.
625
626 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
627
628         * libdocument/ev-transition-effect.[ch]: New files, define a page
629         transition effect, at the moment it maps PopplerPageTransition to a
630         GObject.
631         * libdocument/Makefile.am: Added these files to build.
632         * libdocument/ev-document-transition.[ch]
633         (ev_document_transition_get_effect): New method, gets the
634         EvTransitionEffect returned by the interface implementation, with
635         fallback to the "replace" effect.
636
637 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
638
639         * configure.ac:
640         * cut-n-paste/Makefile.am:
641         * cut-n-paste/fileformatchooser/Makefile.am:
642         * cut-n-paste/fileformatchooser/egg-macros.h:
643         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
644         * shell/Makefile.am:
645         * shell/ev-window.c: (image_save_dialog_response_cb),
646         (ev_view_popup_cmd_save_image_as):
647
648         Allow exporting images in any format supported by
649         GdkPixbuf. Fixes bug #500209.
650         
651 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
652
653         * backend/pixbuf/pixbuf-document.c:
654
655         More warnings fixed.
656         
657 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
658
659         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
660         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
661         * backend/djvu/djvu-text.h:
662         * backend/tiff/tiff-document.c: (tiff_document_render):
663
664         Fix compile warnings.
665         
666 2007-12-28  Christian Persch  <chpe@gnome.org>
667
668         * **/*.c: Include config.h. Bug #504721.
669
670 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
671
672         * configure.ac:
673         * Makefile.am:
674         * po/POTFILES.in:
675         * backend/comics/Makefile.am:
676         * backend/comics/comics-document.[ch]:
677         * backend/comics/comicsdocument.evince-backend.in:
678         * backend/djvu/Makefile.am:
679         * backend/djvu/djvu-document.[ch]:
680         * backend/djvu/djvudocument.evince-backend.in:
681         * backend/dvi/Makefile.am:
682         * backend/dvi/dvi-document.[c]:
683         * backend/dvi/dvidocument.evince-backend.in:
684         * backend/impress/Makefile.am:
685         * backend/impress/impress-document.[ch]:
686         * backend/impress/impressdocument.evince-backend.in:
687         * backend/pdf/Makefile.am:
688         * backend/pdf/ev-poppler.cc:
689         * backend/pdf/ev-poppler.h:
690         * backend/pdf/pdfdocument.evince-backend.in:
691         * backend/pixbuf/Makefile.am:
692         * backend/pixbuf/pixbuf-document.[ch]:
693         * backend/pixbuf/pixbufdocument.evince-backend.in:
694         * backend/ps/Makefile.am:
695         * backend/ps/ev-spectre.[ch]:
696         * backend/ps/ps-document.[ch]:
697         * backend/ps/psdocument.evince-backend.in:
698         * backend/tiff/Makefile.am:
699         * backend/tiff/tiff-document.[ch]:
700         * backend/tiff/tiffdocument.evince-backend.in:
701         * libdocument/Makefile.am:
702         * libdocument/ev-backends-manager.[ch]:
703         * libdocument/ev-module.[ch]:
704         * libdocument/ev-document.h:
705         * libdocument/ev-document-factory.[ch]:
706         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
707         (get_compression_from_mime_type), (get_document_from_uri),
708         (ev_document_factory_get_document), (file_filter_add_mime_types),
709         (ev_document_factory_add_filters):
710         * shell/Makefile.am:
711         * shell/ev-window-title.c: (get_filename_from_uri):
712         * shell/main.c: (main):
713         * thumbnailer/Makefile.am:
714         * thumbnailer/evince-thumbnailer.c: (main):
715
716         Plugin system for backends. Fixes bug #351348.
717         
718 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
719
720         * shell/ev-view-private.h:
721         * shell/ev-view.c: (ev_view_drag_update_momentum),
722         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
723         (ev_view_button_release_event), (ev_view_destroy):
724         
725         Kinetic scrolling implemented as requested in
726         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
727
728 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
729
730         * data/evince-toolbar.xml:
731         * data/evince-ui.xml:
732         * shell/ev-view-private.h:
733         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
734         (ev_view_button_press_event), (ev_view_motion_notify_event),
735         (ev_view_button_release_event), (ev_view_init),
736         (ev_view_autoscroll_cb), (ev_view_autoscroll),
737         (ev_view_set_cursor):
738         * shell/ev-view.h:
739         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
740         (ev_window_cmd_view_autoscroll):
741         
742         Autoscroll feature with the context menu. Fixes bug 
743         #323670. Thanks to David Turner <cillian64@googlemail.com>.
744
745 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
746
747         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
748
749         Disconnect also page-ready signal when removing a job because the
750         page size has changed. Thanks to kripken
751         <kripkensteiner@gmail.com>.
752
753 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
754
755         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
756         
757         Scroll pages in page entry with mouse wheel. Fixes bug
758         #324122. Thanks to David Turner <cillian64@googlemail.com>.
759
760 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
761
762         * backend/dvi/Makefile.am:
763         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
764         (mdvi_cairo_device_init):
765         * backend/dvi/mdvi-lib/common.h:
766         * backend/dvi/mdvi-lib/mdvi.h:
767         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
768         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
769         (mdvi_build_path_from_cwd):
770
771         Add ps specials support in dvi backend when libspectre is
772         present. Fixes bug #386005.
773         
774 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
775
776         * configure.ac:
777         * backend/ps/Makefile.am:
778         * backend/ps/ev-spectre.[ch]:
779         
780         Use libspectre, if available, for the ps backend. Fixes bugs
781         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
782
783 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
784         
785         * backend/comics/comics-document.c: (comics_document_load):
786         
787         Cygwin build issue fix.
788
789 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
790
791         * shell/ev-view.c: (ev_view_set_zoom):
792
793         Do not limit the minimum zoom factor when sizing mode is best bit
794         or fit width. Fixes bug #503805.
795         
796 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
797
798         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
799         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
800         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
801         (ev_link_dest_get_property), (ev_link_dest_set_property),
802         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
803         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
804         (ev_link_dest_new_fitr):
805         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
806         (goto_fith_dest), (goto_xyz_dest):
807
808         Do not change left, top and zoom values when they are null in PDF
809         destinations. Fixes bug #460658.
810         
811 2007-12-10  Christian Persch  <chpe@gnome.org>
812
813         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
814         (ev_view_accessible_class_init),
815         (ev_view_accessible_idle_do_action),
816         (ev_view_accessible_action_do_action),
817         (ev_view_accessible_action_get_description),
818         (ev_view_accessible_action_set_description),
819         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
820         (ev_view_accessible_factory_init),
821         (ev_view_accessible_factory_get_accessible_type):
822         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
823         private data, and G_DEFINE_TYPE. Bug #502843.
824
825 2007-12-08  Christian Persch  <chpe@gnome.org>
826
827         * shell/ev-metadata-manager.c: (item_free),
828         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
829         (value_free), (parse_value), (parseItem),
830         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
831         (save_values): Use GSlice to allocate small amounts of memory. Bug
832         #475972.
833
834 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
835
836         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
837
838         Restore cursor to normal after a drag operation. Fixes bug
839         #501603.
840         
841 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
842
843         * NEWS:
844         * configure.ac:
845         
846         Update for release 2.21.1
847
848 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
849
850         * configure.ac:
851         * cut-n-paste/gedit-message-area/Makefile.am:
852         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
853         * shell/Makefile.am:
854         * shell/ev-message-area.[ch]:
855         * shell/ev-window.c: (ev_window_set_message_area),
856         (ev_window_error_message_response_cb), (ev_window_error_message),
857         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
858         (ev_window_save_job_cb), (image_save_dialog_response_cb),
859         (ev_attachment_popup_cmd_open_attachment),
860         (attachment_save_dialog_response_cb), (ev_window_set_document),
861         (ev_window_init):
862
863         Use a message area instead of a popup dialog for error
864         notifications. Fixes bug #337495.
865         
866 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
867
868         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
869         (ev_window_run_fullscreen):
870
871         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
872         
873 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
874
875         * ev-sidebar-thumbnails.c: (update_visible_range),
876         (ev_sidebar_thumbnails_refresh),
877         (ev_sidebar_thumbnails_set_document),
878         (ev_sidebar_thumbnails_support_document):
879
880         Show thumbnails for documents with one page. Fixes bug #358751.
881         
882 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
883
884         * shell/ev-window.c:
885         (ev_window_load_print_settings_from_metadata),
886         (ev_window_save_print_settings), (ev_window_print_finished),
887         (ev_window_print_range):
888
889         Print settings that are specific to the document are now saved per
890         document in the metadata file. Fixes bug #488806.
891         
892 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
893
894         * backend/tiff/tiff-document.c: (tiff_document_render):
895
896         Tiff documents were rendered with wrong colors. Fixes bug #497279.
897         
898 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
899
900         * shell/ev-application.[ch]: (get_find_string_from_args),
901         (ev_application_open_uri_at_dest), (ev_application_open_uri),
902         (ev_application_open_uri_list):
903         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
904         * shell/ev-window.[ch]: (ev_window_load_job_cb),
905         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
906         (ev_window_cmd_recent_file_activate),
907         (ev_window_open_recent_action_item_activated),
908         (ev_window_print_send), (open_remote_link):
909         * shell/main.c: (arguments_parse):
910
911         Add a command line option for search. Fixes bug #497710.
912         
913 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
914
915         * shell/ev-jobs.c: (ev_job_print_new):
916
917         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
918         
919 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
920
921         * data/evince-toolbar.xml:
922         * shell/Makefile.am:
923         * shell/ev-application.c: (ev_application_init):
924         * shell/ev-open-recent-action.[ch]:
925         * shell/ev-window.c:
926         (ev_window_open_recent_action_item_activated),
927         (register_custom_actions):
928
929         Add an expander to the open toolbar item which pops up a dropdown
930         menu with the recently used documents. Fixes bug #487215.
931         
932 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
933
934         * shell/ev-window.c: (ev_window_open_uri),
935         (ev_window_cmd_view_reload):
936
937         Do not jump to the first page when reloading by running evince
938         from the command line. Fixes bug #490847.
939         
940 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
941
942         * shell/ev-window.c: (ev_window_cmd_help_contents):
943
944         Plugged memory leak when help file is not found. Fixes bug
945         #490762.
946         
947 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
948
949         * configure.ac:
950
951         Enable djvu, dvi and comics backends by default. Fixes bug
952         #437121.
953         
954 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
955
956         * configure.ac:
957         * cut-n-paste/Makefile.am:
958         * cut-n-paste/recent-files/*: Removed
959         * help/reference/Makefile.am:
960         * shell/Makefile.am:
961         * shell/ev-application.[ch]: (ev_application_shutdown),
962         (ev_application_init):
963         * shell/ev-window.c: (ev_window_add_recent),
964         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
965
966         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
967         
968 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
969
970         * shell/ev-window.c: (launch_external_uri):
971
972         Let GnomeVFS check the URL, this allow more URL (like mailto:),
973         and report error if the URL is not supported (#489910).
974
975 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
976
977         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
978         (pdf_document_file_exporter_begin_page),
979         (pdf_document_file_exporter_end_page):
980
981         Fix printing with poppler splash backend. Fixes bug #489774.
982         
983 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
984
985         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
986         * shell/ev-print-job.c: (ev_print_job_class_init):
987
988         Fix a crash when printing with the gnome-print dialog. Fixes bug
989         #488939.
990         
991 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
992
993         * backend/pixbuf/pixbuf-document.c:
994
995         Fix an implicit function definition warning (#487655)
996
997 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
998
999         * shell/ev-window.c:
1000
1001         Fix conflicting shortcut for view sade pane and presentation.
1002         
1003 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1004
1005         * backend/pdf/ev-poppler.cc:
1006         (pdf_document_file_exporter_begin_page),
1007         (pdf_document_file_exporter_do_page),
1008         (pdf_document_file_exporter_end_page),
1009         (pdf_document_file_exporter_iface_init):
1010         * libdocument/ev-file-exporter.[ch]:
1011         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1012         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1013         (ev_job_print_run):
1014
1015         When printing multiple pages per sheet in reverse option, do not
1016         invert the order of the pages in every sheet, but the order of the
1017         sheets. Do not print blank pages when page range is invalid. Fixes
1018         bugs #484857 and #485521.
1019         
1020 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1021
1022         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1023         (ev_job_print_run):
1024         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1025
1026         Respect ranges order when printing more than one range in random
1027         order.
1028         
1029 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1030
1031         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1032         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1033
1034         Rotate also the window icon when document is rotated. Fixes bug
1035         #474681.
1036         
1037 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1038
1039         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1040         (pdf_document_forms_get_form_fields):
1041
1042         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1043         Matthias Drochner.
1044         
1045 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1046
1047         * configure.ac:
1048         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1049
1050         Use poppler_page_render_for_printing() instead of
1051         poppler_page_render() if available when exporting to a ps or pdf
1052         file. Fixes bug #476627.
1053         
1054 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1055
1056         * shell/ev-window.c: (ev_window_run_fullscreen):
1057
1058         Do not show the toolbar in fullscreen mode if the main toolbar is
1059         not visible. Fixes bug #483048.
1060         
1061 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1062
1063         * shell/ev-view.c: (ev_view_button_press_event):
1064
1065         Give priority to form fields over images when deciding whether a
1066         button press event is over an image or form field. It allows edit
1067         form fields when they are over a background image. Fixes bug
1068         #477841.
1069         
1070 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1071
1072         * NEWS:
1073         * configure.ac:
1074         
1075         Update for release 2.20.0
1076
1077 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1078
1079         * backend/pdf/ev-poppler.cc:
1080
1081         Remove #ifdef HAVE_FORMS, so that forms support works again.
1082
1083 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1084
1085         * configure.ac:
1086         * data/evince.desktop.in.in:
1087         
1088         Fixes desktop file issues. See bug #473471.
1089
1090 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1091
1092         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1093         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1094         (ev_job_queue_remove_job):
1095         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1096         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1097         * shell/ev-window.c: (ev_window_clear_save_job),
1098         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1099         (ev_window_dispose):
1100
1101         Move save a copy task to its own job so that it's carried out in a
1102         thread avoiding another lock in the main thread. Use
1103         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1104         can be saved to a pathin another file system. Fixes bug #456891.
1105         
1106 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1107
1108         * NEWS:
1109         * configure.ac:
1110         
1111         Update for release 2.19.92
1112
1113 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1114
1115         * configure.ac:
1116         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1117         (pdf_selection_get_selection_region),
1118         (pdf_selection_get_selection_map),
1119         (ev_form_field_from_poppler_field):
1120
1121         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1122         and triple click selections are enabled again now.
1123
1124 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1125
1126         * shell/ev-window.c: (ev_window_add_history):
1127
1128         Make sure not to use the history with documents not supporting
1129         links. Fixes bug #468954.
1130
1131 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1132
1133         * shell/ev-window.c: (ev_window_load_job_cb):
1134
1135         Restart the search when reloading a document with the find bar
1136         visible. Fixes bug #461962.
1137
1138 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1139
1140         * shell/ev-window.c: (setup_document_from_metadata),
1141         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1142
1143         Do not jump to the first page when reloading a document from the
1144         last page.
1145
1146 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1147
1148         * shell/ev-window.c: (update_chrome_flag),
1149         (setup_sidebar_from_metadata),
1150         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1151         (ev_window_cmd_edit_find_next),
1152         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1153         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1154         (find_bar_close_cb), (view_actions_focus_in_cb):
1155
1156         Do not update visibility when changing a chrome flag so that it's
1157         possible to update several flags and update visibility only once
1158         for all of them.
1159
1160 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1161
1162         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1163
1164         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1165         supported by gtk+. Fixes bug #460907.
1166
1167 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1168
1169         * shell/ev-view.c: (view_update_range_and_current_page):
1170
1171         Make sure current-page <= end-page in continuous mode. Fixes bug
1172         #454950.
1173
1174 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1175
1176         * backend/pdf/ev-poppler.cc: (build_tree):
1177
1178         Ignore outline items without a title. Fixes bug #453913.
1179
1180 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1181
1182         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1183         (ev_view_button_release_event), (ev_view_leave_notify_event):
1184
1185         Use always drag mouse cursor during a drag operation. Fixes bug
1186         #470564.
1187
1188 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1189
1190         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1191         (pdf_selection_get_selection_region),
1192         (pdf_selection_get_selection_map):
1193
1194         Temporarily disable double and triple selections since it depends on
1195         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1196         released and the update of the external dependency minimal version
1197         approved.
1198
1199 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1200
1201         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1202         (pdf_document_file_exporter_do_page):
1203         * libdocument/ev-file-exporter.h:
1204         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1205         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1206
1207         Actually fix printing regressions. Remove orientation from
1208         EvPrintContext since it's redundant.
1209
1210 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1213         * backend/impress/impress-document.c:
1214         (impress_document_document_iface_init):
1215         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1216         * backend/djvu/djvu-document.c:
1217         (djvu_document_document_iface_init),
1218         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1219         * backend/tiff/tiff-document.c:
1220         (tiff_document_document_iface_init):
1221         * backend/pixbuf/pixbuf-document.c:
1222         (pixbuf_document_document_iface_init):
1223         * backend/comics/comics-document.c:
1224         (comics_document_document_iface_init):
1225         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1226         (pdf_selection_render_selection),
1227         (pdf_selection_get_selected_text),
1228         (pdf_selection_get_selection_region),
1229         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1230         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1231         (ev_selection_get_selection_region),
1232         (ev_selection_get_selection_map):
1233         * libdocument/ev-document.[ch]:
1234         * shell/ev-pixbuf-cache.[ch]: (add_job),
1235         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1236         * shell/ev-view-private.h:
1237         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1238         (ev_job_render_run):
1239         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1240         * shell/ev-view.c: (start_selection_for_event),
1241         (ev_view_button_press_event), (ev_view_drag_data_get),
1242         (ev_view_drag_data_received), (ev_view_button_release_event),
1243         (compute_new_selection_text), (compute_selections),
1244         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1245         (ev_view_primary_get_cb):
1246
1247         Add support for double and triple click selections.
1248
1249 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1250
1251         * NEWS:
1252         * configure.ac:
1253
1254         Update for release 2.19.4
1255
1256 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1257
1258         * shell/ev-view-private.h:
1259         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1260         (ev_view_set_highlight_search):
1261         * shell/ev-view.h:
1262         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1263         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1264         (find_bar_visibility_changed_cb):
1265         
1266         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1267
1268 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1269
1270         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1271         (pdf_document_file_exporter_begin),
1272         (pdf_document_file_exporter_do_page):
1273         * shell/ev-jobs.c: (ev_job_print_run):
1274         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1275
1276         Create always a portrait cairo surface and rotate when needed for
1277         landscape. It fixes printing problems in real printers.
1278
1279 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1280
1281         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1282         * libdocument/ev-file-exporter.[ch]:
1283         (ev_file_exporter_get_capabilities):
1284         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1285         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1286
1287         Adjust number of pages per row according to page orientation when
1288         printing 2 or 6 pages per sheet.
1289
1290 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1291
1292         * shell/ev-window.c: (ev_window_print_send):
1293
1294         Reset also cups setting to 1 when printing multiple pages per
1295         sheet. Fixes bug #468853.
1296
1297 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1298
1299         * libdocument/ev-document-misc.c:
1300         (ev_document_misc_surface_rotate_and_scale):
1301
1302         Use directly cairo_surface_get_content() when creating a similar
1303         surface as suggested by Jeff Muizelaar. Thanks again.
1304
1305 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1306
1307         * backend/djvu/djvu-document.c: (djvu_document_render):
1308         * backend/tiff/tiff-document.c: (tiff_document_render):
1309         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1310         * libdocument/ev-document-misc.c:
1311         (ev_document_misc_surface_from_pixbuf),
1312         (ev_document_misc_surface_rotate_and_scale):
1313
1314         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1315         creating page surfaces. Fixes bug #453123. Thank you very much to
1316         Jeff Muizelaar <jeff@infidigm.net>.
1317
1318 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1319
1320         * shell/ev-page-cache.c: (ev_page_cache_new),
1321         (ev_page_cache_get_thumbnail_size):
1322         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1323         (ev_sidebar_thumbnails_set_loading_icon):
1324
1325         Also store in page-cache the dimensions of the thumbnails so that
1326         they can be used to create the correct loading icon in the side
1327         pane. Fixes bug #466857.
1328
1329 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1330
1331         * backend/pdf/ev-poppler.cc:
1332         (pdf_document_thumbnails_get_thumbnail):
1333
1334         Fix thumbnails rotation in pdf documents that include embedded 
1335         thumbnails.
1336
1337 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1338
1339         * backend/pdf/ev-poppler.cc:
1340
1341         Don't use #ifdef in macro expansion. Some compilers don't
1342         like that. Closes bug #467042.
1343
1344 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1345
1346         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1347         
1348         Fixes memory leak in djvu backend.
1349
1350 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1351
1352         * data/icons/32x32/Makefile.am:
1353         * data/icons/32x32/actions/Makefile.am:
1354         * data/icons/32x32/actions/view-page-cont.svg:
1355         * data/icons/32x32/actions/view-page-facing.svg:
1356         * data/icons/48x48/Makefile.am:
1357         * data/icons/48x48/actions/Makefile.am:
1358         * data/icons/48x48/actions/view-page-cont.svg:
1359         * data/icons/48x48/actions/view-page-facing.svg:
1360         
1361         Icons for a new sizes.
1362
1363 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1364
1365         * shell/ev-page-cache.c: (build_height_to_page),
1366         (ev_page_cache_get_height_to_page):
1367         
1368         Fixes invalid read, see bug #466401.
1369
1370 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1371
1372         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1373         (set_drag_cursor):
1374         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1375         (configure_item_cursor), (new_pixbuf_from_widget):
1376
1377         Fix multihead problems in toolbar editor. Fixes bug #382055.
1378
1379 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1380
1381         * shell/ev-window.c: (ev_window_cmd_file_open),
1382         (ev_window_cmd_save_as):
1383
1384         Use g_get_user_special_dir when available instead of
1385         xdg_user_dir_lookup.
1386
1387 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1388
1389         * MAINTAINERS:
1390         
1391         Updated according to request on desktop-devel.
1392
1393 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1394
1395         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1396
1397         Do not use cairo_rectangle and cairo_clip since we are
1398         not using cairo_fill but cairo_paint. Use the same cairo context
1399         for every page in the same expose event.
1400
1401 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1402
1403         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1404         leak.
1405
1406 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1407
1408         * configure.ac:
1409         * NEWS:
1410
1411         Release 0.9.3
1412
1413 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1414
1415         * libdocument/ev-document-info.h:
1416         * libdocument/ev-document.h:
1417         * shell/ev-page-action.h:
1418         * shell/ev-sidebar-links.h:
1419
1420         Fix a headers problem with ev-link
1421         
1422         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1423         * shell/ev-view-private.h:
1424         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1425         (get_link_area), (ev_view_query_tooltip),
1426         (ev_view_leave_notify_event), (ev_view_destroy),
1427         (ev_view_class_init):
1428
1429         Use new gtk tooltips when available instead of ev-tooltip.
1430         
1431 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1432
1433         * shell/ev-window.c: (update_chrome_visibility),
1434         (ev_window_sidebar_visibility_changed_cb):
1435
1436         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1437         
1438 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1439
1440         * shell/ev-navigation-action.c:
1441         (ev_navigation_action_history_changed),
1442         (ev_navigation_action_set_history):
1443         * shell/ev-navigation-action-widget.c:
1444         (ev_navigation_action_widget_init):
1445         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1446
1447         Fix compile warnings.
1448         
1449 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1450
1451         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1452         (egg_editable_toolbar_dispose):
1453
1454         Fix memory leak.
1455         
1456 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1457
1458         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1459         (screensaver_disable_x11):
1460         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1461         * shell/ev-window.c: (presentation_set_timeout):
1462         * shell/ev-view.c: (ev_view_presentation_transition_start):
1463
1464         Use g_timeout_add_seconds instead of g_timeout_add when
1465         available.
1466         
1467 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1468
1469         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1470
1471         Set horizontal scrollbar policy to AUTOMATIC instead of
1472         NEVER. Workaround for bug #449462.
1473         
1474 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1475
1476         * shell/ev-jobs.c: (ev_job_render_page_ready):
1477
1478         Add page_ready callback to main loop with high priority and hold
1479         a reference to job during idle.
1480         
1481 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1482
1483         * configure.ac:
1484         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1485         (pdf_document_file_exporter_begin),
1486         (pdf_document_file_exporter_do_page),
1487         (pdf_document_file_exporter_get_capabilities):
1488         * libdocument/ev-file-exporter.h:
1489         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1490         * shell/ev-window.c: (ev_window_print_send),
1491         (ev_window_print_dialog_response_cb):
1492
1493         Allow printing multiple pages per sheet. Fixes bug #395573.
1494         
1495 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1496
1497         * shell/ev-view.c: (tip_from_link):
1498         
1499         Check for NULL, fixes bug #460862.
1500
1501 2007-07-29  Christian Persch  <chpe@gnome.org>
1502
1503         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1504         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1505         (ev_window_cmd_preview_print):
1506         
1507         Fixes bug #437681 - blocks while enumerating printers.
1508
1509 2007-07-29  Christian Persch  <chpe@gnome.org>
1510
1511         * shell/ev-window.c: (ev_window_screen_changed):
1512         
1513         Don't use deprecated gtk+ function. See bug #460909.
1514
1515 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1516
1517         * shell/ev-utils.c: (get_num_monitors):
1518         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1519
1520         Do not use display before initializing it. Remove compile
1521         warnings.
1522
1523 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1524
1525         * shell/ev-view.c: (ev_view_class_init):
1526         
1527         Unix-like hjkl bindings added. See bug #458111.
1528
1529 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1530
1531         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1532         * shell/ev-utils.h:
1533         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1534         (ev_view_update_view_size):
1535         * shell/ev-view.h:
1536         * shell/ev-window.c: (ev_window_update_actions),
1537         (setup_view_from_metadata), (ev_window_screen_changed),
1538         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1539         (zoom_control_changed_cb):
1540         * shell/ev-window.h:
1541         
1542         Reorganizes utility functions.
1543
1544 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1545
1546         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1547         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1548         (add_job), (ev_pixbuf_cache_get_surface),
1549         (ev_pixbuf_cache_get_link_mapping),
1550         (ev_pixbuf_cache_get_image_mapping),
1551         (ev_pixbuf_cache_get_form_field_mapping),
1552         (ev_pixbuf_cache_get_text_mapping):
1553         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1554         (notify_page_ready), (ev_job_render_page_ready),
1555         (ev_job_render_run):
1556
1557         Add page_ready signal to notify that page is ready as soon as
1558         possible even if other page elements like links, forms, images or
1559         text mapping are not ready yet.
1560
1561 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1562
1563         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1564         (dvi_document_file_exporter_do_page),
1565         (dvi_document_file_exporter_get_capabilities),
1566         (dvi_document_file_exporter_iface_init):
1567         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1568         (ps_document_file_exporter_do_page),
1569         (ps_document_file_exporter_get_capabilities),
1570         (ps_document_file_exporter_iface_init):
1571         * backend/djvu/djvu-document.c:
1572         (djvu_document_file_exporter_begin),
1573         (djvu_document_file_exporter_end),
1574         (djvu_document_file_exporter_get_capabilities),
1575         (djvu_document_file_exporter_iface_init):
1576         * backend/tiff/tiff-document.c:
1577         (tiff_document_file_exporter_begin),
1578         (tiff_document_file_exporter_get_capabilities),
1579         (tiff_document_document_file_exporter_iface_init):
1580         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1581         (pdf_document_file_exporter_do_page),
1582         (pdf_document_file_exporter_get_capabilities),
1583         (pdf_document_file_exporter_iface_init):
1584         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1585         (ev_file_exporter_get_capabilities):
1586         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1587         (idle_print_handler), (ev_print_job_print):
1588         * shell/ev-jobs.c: (ev_job_print_run):
1589         * shell/ev-window.c: (ev_window_print_send),
1590         (ev_window_print_range):
1591
1592         Use capabilities to know which options should be offered by the
1593         print dialog depending on the document backend.
1594
1595 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1596
1597         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1598
1599         Give priority to forms over text to set the cursor.
1600
1601 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1602
1603         * shell/ev-view-private.h:
1604         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1605         (ev_view_leave_notify_event), (ev_view_finalize),
1606         (ev_view_get_property), (ev_view_class_init):
1607
1608         Use IBEAM cursor for text form fields and NORMAL cursor for read
1609         only fields. Remove unused status attribute.
1610
1611 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1612
1613         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1614
1615         Update region for current selected items also for checkbox
1616         buttons, since they can behave as radio buttons when they are in a
1617         set.
1618
1619 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1620
1621         * configure.ac:
1622         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1623
1624         Get max length of text form fields.
1625
1626 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1627
1628         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1629         * libdocument/ev-form-field.h:
1630         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1631
1632         Fix build with current poppler cvs head.
1633
1634 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1635
1636         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1637         * shell/eggfindbar.c: (egg_find_bar_init):
1638
1639         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1640         deprecation. Fixes bug #455667
1641
1642 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1643
1644         * NEWS:
1645         * configure.ac:
1646         
1647         Update for release 0.9.2
1648
1649 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * shell/ev-view.c: (ev_view_form_field_text_save),
1652         (ev_view_form_field_choice_save):
1653
1654         Fix a crash when closing whith a form widget visible.
1655
1656 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1659
1660         Update also the region of the current selected button when
1661         clicking on another button if they are radio buttons.
1662
1663 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1664
1665         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1666         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1667         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1668         (ev_pixbuf_cache_get_link_mapping),
1669         (ev_pixbuf_cache_get_image_mapping),
1670         (ev_pixbuf_cache_get_form_field_mapping),
1671         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1672         * shell/ev-view.c: (ev_view_form_field_get_region),
1673         (ev_view_form_field_button_create_widget),
1674         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1675         (job_finished_cb):
1676
1677         Redraw only form field region instead of the whole page when
1678         reloading a page to show changes on the form field.
1679
1680 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1681
1682         * shell/ev-view.c: (ev_view_form_field_choice_save):
1683
1684         Fix selection of first item in list form fields.
1685
1686 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1689         (ev_pixbuf_cache_reload_page),
1690         (ev_pixbuf_cache_get_form_field_mapping):
1691
1692         Some refactoring to avoid duplicated code.
1693
1694 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1695
1696         * configure.ac:
1697         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1698         (ev_form_field_from_poppler_field),
1699         (pdf_document_forms_get_form_fields),
1700         (pdf_document_forms_form_field_text_get_text),
1701         (pdf_document_forms_form_field_text_set_text),
1702         (pdf_document_forms_form_field_button_set_state),
1703         (pdf_document_forms_form_field_button_get_state),
1704         (pdf_document_forms_form_field_choice_get_item),
1705         (pdf_document_forms_form_field_choice_get_n_items),
1706         (pdf_document_forms_form_field_choice_is_item_selected),
1707         (pdf_document_forms_form_field_choice_select_item),
1708         (pdf_document_forms_form_field_choice_toggle_item),
1709         (pdf_document_forms_form_field_choice_unselect_all),
1710         (pdf_document_forms_form_field_choice_set_text),
1711         (pdf_document_forms_form_field_choice_get_text),
1712         (pdf_document_document_forms_iface_init):
1713         * libdocument/Makefile.am:
1714         * libdocument/ev-form-field.[ch]:
1715         * libdocument/ev-document-forms.[ch]:
1716         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1717         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1718         (add_job), (ev_pixbuf_cache_reload_page),
1719         (ev_pixbuf_cache_get_form_field_mapping):
1720         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1721         * shell/ev-view-private.h:
1722         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1723         (ev_view_handle_cursor_over_xy),
1724         (ev_view_get_form_field_at_location),
1725         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1726         (ev_view_form_field_button_create_widget),
1727         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1728         (ev_view_form_field_text_create_widget),
1729         (ev_view_form_field_choice_save),
1730         (ev_view_form_field_choice_changed),
1731         (ev_view_form_field_choice_create_widget),
1732         (ev_view_handle_form_field), (ev_view_size_allocate),
1733         (ev_view_realize), (draw_end_presentation_page),
1734         (ev_view_button_press_event), (ev_view_remove_all),
1735         (ev_view_motion_notify_event), (ev_view_key_press_event),
1736         (ev_view_enter_notify_event), (highlight_find_results),
1737         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1738         (ev_view_class_init), (page_changed_cb),
1739         (on_adjustment_value_changed), (ev_view_set_presentation),
1740         (merge_selection_region), (ev_view_set_cursor),
1741         (ev_view_reset_presentation_state):
1742         
1743         Merge evince-forms branch.
1744
1745 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1746
1747         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1748
1749         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1750         This script also updates itself from libegg
1751
1752         * cut-n-paste/toolbar-editor/egg*:
1753         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1754         libegg
1755
1756 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1757
1758         * shell/ev-window.c:
1759         
1760         Adds a nice icon to page action during toolbar editing.
1761         See bug #452872.
1762
1763 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1764
1765         * data/evince-toolbar.xml:
1766         * shell/ev-window.c:
1767         
1768         Let user add a presentation and fullscreen icons on toolbar.
1769         See bug #449734.
1770
1771 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1772
1773         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1774
1775         new script to keep in sync with toolbareditor in libegg
1776
1777         * cut-n-paste/toolbar-editor/*: 
1778
1779         Run update-toolbareditor-from-libegg so we are in sync again. 
1780         Fixes bug #452850.
1781         
1782
1783 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1784
1785         * shell/ev-sidebar-links.c: (job_finished_callback):
1786
1787         Do not connect selection changed signal more than once. Fixes bug
1788         #349433.
1789
1790 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1791
1792         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1793
1794         Do not change sidebar chrome flag when pressing F9 key in
1795         presentation mode.
1796
1797 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1798
1799         * backend/pdf/ev-poppler.cc:
1800         (pdf_document_thumbnails_get_dimensions):
1801
1802         Make sure thumbnails width and height is not <= 0. Fixes a crash
1803         with some pdf documents which have really small pages.
1804
1805 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1806
1807         * shell/main.c: (main):
1808
1809         Fixes program description translation issue.
1810         Bug #450148.
1811
1812 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1813
1814         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1815
1816         Do not change current page when returning from black/white mode
1817         in presentation. Fixes bug #415032.
1818
1819 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1820
1821         * NEWS:
1822         * configure.ac:
1823         
1824         Update for release 0.9.1
1825
1826 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1827
1828         * backend/dvi/dvi-document.c:
1829         (dvi_document_finalize),
1830         (dvi_document_file_exporter_format_supported),
1831         (dvi_document_file_exporter_begin),
1832         (dvi_document_file_exporter_do_page),
1833         (dvi_document_file_exporter_end),
1834         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1835         
1836         PDF exporter for dvi documents. Fixes bug #441319.
1837
1838 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1839
1840         * shell/ev-window.c: (ev_window_clear_print_job):
1841
1842         Clear gtk print job when job has finished. Fixes bug #447612.
1843
1844 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1845
1846         * shell/ev-window.c: (ev_window_print_send),
1847         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1848
1849         Add preview button to print dialog. Fixes bug #445419.
1850
1851 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1852
1853         * backend/dvi/Makefile.am:
1854         * backend/dvi/pixbuf-device.[ch]: Removed
1855         * backend/dvi/cairo-device.[ch]: Added
1856         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1857         * backend/dvi/dvi-document.c: (dvi_document_load),
1858         (dvi_document_render), (dvi_document_finalize),
1859         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1860         (dvi_document_do_color_special):
1861         * libdocument/ev-document-misc.[ch]:
1862         (ev_document_misc_pixbuf_from_surface):
1863
1864         Port dvi backend to cairo and fix a problem with colors. 
1865
1866 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1867
1868         * shell/ev-view.c: (draw_one_page):
1869
1870         Draw only visible region.
1871
1872 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1873
1874         * backend/djvu/djvu-document.c: (djvu_document_render):
1875
1876         Fix rotation in djvu backend.
1877
1878 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1879
1880         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1881         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1882         (ev_pixbuf_cache_get_image_mapping),
1883         (ev_pixbuf_cache_get_text_mapping):
1884
1885         Redraw view every time we have a new surface. Fixes bug #443587.
1886
1887 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1888
1889         * libdocument/ev-document.c: (ev_document_info_free):
1890
1891         Fix memory leaks.
1892
1893 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1894
1895         * backend/dvi/dvi-document.c: (dvi_document_render),
1896         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1897         * backend/impress/impress-document.c:
1898         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1899         (impress_document_render), (impress_document_document_iface_init),
1900         (impress_document_thumbnails_get_thumbnail):
1901         * backend/djvu/djvu-document-private.h:
1902         * backend/djvu/djvu-document.c: (djvu_document_render),
1903         (djvu_document_finalize), (djvu_document_document_iface_init),
1904         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1905         * backend/tiff/tiff-document.c: (tiff_document_render),
1906         (tiff_document_render_pixbuf),
1907         (tiff_document_document_iface_init):
1908         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1909         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1910         (pdf_selection_render_selection):
1911         * backend/comics/comics-document.c:
1912         (comics_document_render_pixbuf), (comics_document_render),
1913         (comics_document_document_iface_init):
1914         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1915         (pixbuf_document_document_iface_init):
1916         * libdocument/ev-document-misc.[ch]:
1917         (ev_document_misc_surface_from_pixbuf),
1918         (ev_document_misc_surface_rotate_and_scale):
1919         * libdocument/ev-document.[ch]: (ev_document_render):
1920         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1921         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1922         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1923         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1924         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1925         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1926         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1927         (render_finished_cb), (ev_job_render_run):
1928         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1929         (merge_selection_region):
1930
1931         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1932         and selections.
1933
1934 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1935
1936         * shell/ev-window-title.c: (ev_window_title_update):
1937
1938         Fix memory leak.
1939
1940 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1941
1942         * shell/ev-view.c: (draw_loading_text):
1943
1944         Show loading text centered. Fixes bug #433061
1945
1946 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1947
1948         * shell/ev-sidebar-thumbnails.c:
1949         (ev_sidebar_thumbnails_set_loading_icon):
1950
1951         Remove a mutex in the main thread that blocks the UI in heavy
1952         documents.
1953
1954 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1955
1956         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1957
1958         Set points_set to TRUE so that selections don't disappear after a
1959         zoom change.
1960
1961 2007-06-07  Michael Monreal  <infernux@web.de>
1962
1963         * data/icons/16x16/actions/Makefile.am:
1964         * data/icons/16x16/actions/zoom.svg:
1965         * data/icons/22x22/actions/Makefile.am:
1966         * data/icons/22x22/actions/zoom.svg:
1967         * data/icons/24x24/actions/Makefile.am:
1968         * shell/ev-stock-icons.c:
1969         * shell/ev-stock-icons.h:
1970         * shell/ev-window.c:
1971         
1972         Zoom icon artwork. See bug #444795.
1973
1974 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1975
1976         * shell/ev-metadata-manager.c: Remove extraneous function
1977         (Closes: #444386)
1978
1979 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1980
1981         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
1982         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
1983         (ev_metadata_manager_set), (ev_metadata_manager_save):
1984         Simplify the timeout, no need for modified anymore
1985
1986 2007-06-05  Bastien Nocera  <hadess@hadess.net>
1987
1988         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
1989         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
1990         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
1991         (ev_metadata_manager_save): Adapted patch from Arjan van de
1992         Ven (arjan@linux.intel.com) to avoid the timeout running all the
1993         time, saves on power (Closes: #443851)
1994
1995 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1996
1997         * configure.ac:
1998         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
1999         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2000
2001         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2002
2003 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2004
2005         * shell/ev-window.c: (ev_window_add_history):
2006
2007         Check if history is NULL
2008
2009 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2010
2011         * libdocument/ev-image.c: (ev_image_finalize):
2012         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2013         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2014         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2015         (ev_tmp_uri_unlink):
2016
2017         Add functions to delete temporary files created by evince in a safe
2018         way.
2019
2020         * shell/ev-window.c: (ev_window_clear_local_uri),
2021         (open_xfer_update_progress_callback),
2022         (save_xfer_update_progress_callback), (ev_window_save_remote),
2023         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2024         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2025         (attachment_save_dialog_response_cb),
2026         (ev_attachment_popup_cmd_save_attachment_as):
2027
2028         Allow saving a copy of a document, image or attachment to a remote
2029         location. Fixes bug #440754. 
2030
2031 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2032
2033         * configure.ac:
2034         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2035
2036         Fix build with current poppler from cvs head. 
2037
2038 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2039
2040         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2041
2042         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2043         directory exists.
2044
2045 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2046
2047         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2048         * shell/ev-window.c:
2049
2050         Change sidebar ordering. Fixes bug #439939.
2051
2052 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2053
2054         * backend/comics/Makefile.am:
2055         
2056         Fixes build with --without-libgnome.
2057
2058 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2059         
2060         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2061
2062         Update cursor and tooltip on page change and view scroll. Fixes bug
2063         #439217.
2064
2065 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2066
2067         * NEWS:
2068         * configure.ac:
2069         
2070         Update for release 0.9.0
2071
2072 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2073
2074         * backend/djvu/djvu-document-private.h:
2075         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2076         (djvu_document_finalize),
2077         (djvu_document_file_exporter_format_supported),
2078         (djvu_document_file_exporter_begin),
2079         (djvu_document_file_exporter_do_page),
2080         (djvu_document_file_exporter_end),
2081         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2082         
2083         Implemented printing with djvu. Bug #437998.
2084
2085 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2086
2087         * backend/impress/zip.c:
2088         Add missing ulong definition.
2089
2090         * backend/ps/ps-interpreter.c:
2091         Add missing headers.
2092
2093         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2094
2095 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2096
2097         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2098
2099         Add missing call to parent class dispose method. 
2100
2101 2007-05-12  Ross Burton  <ross@openedhand.com>
2102
2103         * shell/main.c:
2104         Sync keybindings manually when building without libgnome
2105         (#437925).
2106
2107 2007-05-12  Ross Burton  <ross@openedhand.com>
2108
2109         * shell/ev-window.c:
2110         Respect the screen when opening help (#437866).
2111
2112 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2113
2114         * data/evince-ui.xml:
2115         * shell/ev-application.[ch]: (get_print_settings_from_args),
2116         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2117         (ev_application_open_uri_list):
2118         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2119         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2120         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2121         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2122         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2123         (ev_window_dispose):
2124         * shell/main.c: (arguments_parse):
2125
2126         Add print button in preview mode. Fixes bug #396475. 
2127
2128 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2129
2130         * cut-n-paste/zoom-control/ephy-zoom.h:
2131         
2132         Fixes zoom level factors. See bug #408119 for details.
2133
2134 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2135
2136         * backend/comics/comics-document.c: (comics_regex_quote),
2137         (extract_argv):
2138         
2139         Correctly quote symbols. Fixes crash in the bug
2140         #415370.
2141
2142 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2143
2144         * shell/ev-navigation-action-widget.c:
2145         (ev_navigation_action_widget_init),
2146         (ev_navigation_action_widget_class_init),
2147         (ev_navigation_action_widget_button_press_event):
2148         
2149         Connect to button-press event on correct widget. Fixes
2150         bug #431988
2151
2152 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2153
2154         * shell/ev-application.c: (ev_application_open_window),
2155         (ev_application_add_icon_path_for_screen),
2156         (ev_application_open_uri_at_dest):
2157         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2158         * shell/ev-navigation-action.c: (build_menu):
2159         
2160         Add app-specific icons to our icon theme. Fixes bug
2161         #425508.
2162
2163 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2164
2165         * shell/ev-history.c: (ev_history_class_init),
2166         (ev_history_add_link):
2167         * shell/ev-history.h:
2168         * shell/ev-navigation-action.c:
2169         (ev_navigation_action_history_changed),
2170         (ev_navigation_action_set_history), (build_menu),
2171         (ev_navigation_action_finalize):
2172         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2173         
2174         Make navigation action unsensitive instead of showing
2175         menu with unsensitive word. Fixes bug #417392.
2176
2177 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2178
2179         * shell/ev-application.[ch]: (ev_application_shutdown),
2180         (ev_application_get_print_settings),
2181         (ev_application_set_print_settings):
2182         * shell/ev-window.c:
2183
2184         Remember print settings. Fixes bug #349102. 
2185
2186 2007-05-08  Christian Persch  <chpe@gnome.org>
2187
2188         * configure.ac:
2189         * properties/ev-properties-view.c:
2190
2191         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2192         Bug #382438.
2193
2194 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2195
2196         * configure.ac:
2197         * properties/ev-properties-view.c: (ev_regular_paper_size):
2198
2199         Use gtk+ builtin paper list to identify the document's paper size.
2200         Fixes bug #382438. 
2201
2202 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2203
2204         * configure.ac:
2205
2206         Fix build when compiling with thumbnailer and libgnome support. 
2207
2208 2007-05-04  Ross Burton  <ross@openedhand.com>
2209
2210         * configure.ac:
2211         Add --without-libgnome, check for libgnome and libgnomeui
2212         separately, and add them to the symbols as required.
2213
2214         * libdocument/ev-file-helpers.c:
2215         When building without libgnome, use g_get_user_config_dir instead
2216         of gnome_user_dir_get.
2217
2218         * shell/ev-application.c:
2219         When building without libgnome, don't use session management.
2220
2221         * shell/main.c:
2222         When building without libgnome, don't use GnomeProgram or
2223         initialise the authentication manager.
2224
2225         This fixes #328842.
2226
2227 2007-05-04  Ross Burton  <ross@openedhand.com>
2228
2229         * shell/ev-window.c:
2230         Don't use libgnome to open help, instead call Yelp directly.
2231
2232 2007-05-04  Ross Burton  <ross@openedhand.com>
2233
2234         * shell/ev-sidebar-attachments.c:
2235         Don't use libgnome to lookup icons for MIME types, instead copy
2236         code from GTK+ to do it manually.
2237
2238 2007-05-04  Ross Burton  <ross@openedhand.com>
2239
2240         * configure.ac:
2241         Add libxml to the dependencies for SHELL_CORE (#435818).
2242
2243 2007-05-02  Ross Burton  <ross@openedhand.com>
2244
2245         * configure.ac:
2246         * Makefile.am:
2247         Add --disable-thumbnailer (#434825)
2248
2249 2007-05-02  Ross Burton  <ross@openedhand.com>
2250
2251         * shell/ev-window.c:
2252         Add missing includes, fix indentation.
2253
2254         * shell/main.c:
2255         Fix indentation.
2256
2257 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2258
2259         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2260         ev_application_open_uri_at_dest instead of ev_application_open_uri
2261         preventing new document always being opened in a new window even if there
2262         is an empty window.
2263
2264 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2265
2266         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2267         (egg_recent_view_uimanager_finalize):
2268         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2269         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2270         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2271         (ev_pixbuf_cache_dispose):
2272         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2273         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2274         
2275         Add missing chain to parent class methods. Fixes
2276         bug #433128.
2277
2278 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2279
2280         * data/Makefile.am (update-icon-cache): Updates
2281         gtk-update-icon-cache in uninstall-hook.
2282
2283 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2284
2285         * shell/ev-window.c: (ev_window_setup_document),
2286         (ev_window_set_document), (ev_window_load_job_cb):
2287         * shell/ev-view.c: (setup_caches):
2288         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2289
2290         Start rendering pages before any other jobs. 
2291
2292 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2293
2294         * shell/ev-window.c: (ev_window_stop_fullscreen),
2295         (ev_window_stop_presentation):
2296
2297         Update chrome visibility before window unfullscreen. 
2298
2299 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2300
2301         * data/Makefile.am:
2302         * data/evince-ui.xml:
2303         * shell/ev-stock-icons.[ch]:
2304         * shell/ev-application.[ch]: (ev_application_shutdown),
2305         (ev_application_init), (ev_application_get_toolbars_model):
2306         * shell/ev-window.c: (update_chrome_visibility),
2307         (fullscreen_toolbar_setup_item_properties),
2308         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2309         (ev_window_run_presentation), (ev_window_stop_presentation),
2310         (ev_window_run_preview), (ev_window_screen_changed),
2311         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2312         (ev_window_dispose), (ev_window_init):
2313
2314         Make fullscreen toolbar always visible. Do not use egg toolbars for
2315         fullscreen and preview modes since such toolbars are not editables.
2316         Fixes bugs #300278, #338910 and #316188.  
2317
2318 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2319
2320         * shell/ev-application.c:
2321         * shell/ev-job-queue.c:
2322         * shell/ev-metadata-manager.c:
2323         * shell/ev-stock-icons.c:
2324         * shell/ev-window.c:
2325         * shell/main.c:
2326         
2327         Developers documentation updated.
2328
2329 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2332
2333         Check whether uri is valid before launching it. Fixes bug #427664.
2334
2335 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2336
2337         * shell/ev-window.c:
2338
2339         Change key accelerator for Open a Copy menu entry which is in conflict
2340         with Close. Fixes bug #427321.
2341
2342 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2343
2344         * NEWS:
2345         * configure.ac:
2346         
2347         Update for release 0.8.1
2348
2349 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2350
2351         * shell/ev-window.c: (setup_size_from_metadata):
2352         
2353         Do not make window bigger than screen. Fixes bug 
2354         #388985.
2355
2356 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2357
2358         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2359         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2360
2361         Use default resolution when it's not provided by document. Fixes bug
2362         #408762.
2363
2364 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2365
2366         * configure.ac:
2367         * thumbnailer/Makefile.am:
2368         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2369         * thumbnailer/evince-thumbnailer.schemas.in:
2370         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2371
2372         Add support for ps, eps and compressed documents thumbnails. Do not
2373         ignore size parameter. 
2374
2375 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2376
2377         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2378         (dvi_document_do_color_special):
2379         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2380
2381         Implement font color specials in the DVI backend. Fixes bug #303651.
2382
2383 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2384
2385         Fixup the previous commit:
2386
2387         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2388         * shell/xdg-user-dir-lookup.c: Make the function non-static
2389         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2390
2391 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2392
2393         * shell/ev-window.c (file_open_dialog_response_cb): Use
2394         the xdg-user-dirs DOCUMENTS folder as default folder when
2395         opening a file chooser.  (#424858)
2396
2397         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2398         xdg-user-dirs.
2399
2400 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2401
2402         * shell/ev-window.c: (ev_window_load_job_cb):
2403
2404         Do not setup view from metadata on preview mode. 
2405
2406 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2407
2408         * shell/main.c:
2409
2410         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2411
2412 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2413
2414         * shell/ev-view.c: (ev_view_primary_get_cb):
2415
2416         Check pointer != NULL before using it. Fixes bug #416841. 
2417
2418 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2419
2420         * NEWS:
2421         * configure.ac:
2422         
2423         Release 0.8.0
2424
2425 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2426
2427         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2428
2429         Do not render thumbnails when sidebar thumbnail page is not visible
2430         at startup. Fixes bug #416447. 
2431
2432 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2433
2434         * data/evince.desktop.in.in:
2435
2436         "Application" is not a valid category in the freedesktop specification.
2437
2438 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2439
2440         * libdocument/ev-file-helpers.[ch]: (compression_run),
2441         (ev_file_uncompress), (ev_file_compress):
2442         * shell/ev-window.c: (file_save_dialog_response_cb):
2443
2444         Save document compressed when saving a copy of a compressed document.
2445         Fixes bug #334542.
2446
2447 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2448
2449         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2450
2451         Allow deleting in goto window entry in presentation mode. 
2452
2453 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2454
2455         * Makefile.am: Dist MAINTAINERS.
2456
2457 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2458
2459         * shell/ev-window.c: (ev_window_update_actions):
2460
2461         Fix zoom shortcut keys when searching. Fixes bug #409828.
2462
2463 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2464
2465         * shell/ev-window.c: (ev_window_setup_document):
2466
2467         Fix crash when loading documents with only one page. 
2468
2469 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2470
2471         * backend/dvi/dvi-document.c:
2472         (dvi_document_thumbnails_get_dimensions),
2473         (dvi_document_thumbnails_get_thumbnail):
2474         * backend/impress/impress-document.c:
2475         (impress_document_thumbnails_get_thumbnail),
2476         (impress_document_thumbnails_get_dimensions):
2477         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2478         (ps_document_thumbnails_get_dimensions):
2479         * backend/djvu/djvu-document.c:
2480         (djvu_document_thumbnails_get_dimensions),
2481         (djvu_document_thumbnails_get_thumbnail):
2482         * backend/tiff/tiff-document.c:
2483         (tiff_document_thumbnails_get_thumbnail),
2484         (tiff_document_thumbnails_get_dimensions):
2485         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2486         (pdf_document_thumbnails_get_thumbnail),
2487         (pdf_document_thumbnails_get_dimensions):
2488         * backend/comics/comics-document.c:
2489         (comics_document_thumbnails_get_thumbnail),
2490         (comics_document_thumbnails_get_dimensions):
2491         * backend/pixbuf/pixbuf-document.c:
2492         (pixbuf_document_thumbnails_get_thumbnail),
2493         (pixbuf_document_thumbnails_get_dimensions):
2494         * libdocument/ev-document-thumbnails.[ch]:
2495         (ev_document_thumbnails_get_thumbnail),
2496         (ev_document_thumbnails_get_dimensions):
2497         * libdocument/ev-document-misc.[ch]:
2498         (ev_document_misc_get_thumbnail_frame):
2499         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2500         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2501         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2502         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2503         (ev_sidebar_thumbnails_refresh):
2504         * shell/ev-window.c: (ev_window_setup_document):
2505         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2506
2507         Use an EvRenderContext for rendering thumbnails instead of a suggested
2508         width, so that different sized pages get sized proportionally.
2509
2510 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2511
2512         * shell/ev-view.c: (ev_view_button_press_event),
2513         (ev_view_key_press_event):
2514
2515         Fix critical warnings when there is no document loaded. 
2516
2517 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2518
2519         * shell/ev-page-action-widget.c:
2520         * shell/ev-navigation-action.c:
2521         * shell/ev-window.c:
2522
2523         Fix compile warnings. 
2524
2525 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2526
2527         * backend/djvu/djvu-text.h:
2528         * backend/djvu/djvu-document.c:
2529         * backend/djvu/djvu-text-page.c:
2530         * backend/djvu/djvu-links.c:
2531         * backend/djvu/djvu-text-page.h:
2532         * backend/djvu/djvu-text.c:
2533         
2534         Fix build on Mac. Fixes bug #392186. Patch by
2535         <ephraim_owns@hotmail.com>
2536
2537 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2538
2539         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2540
2541         Restore cairo context before rendering every page when printing a PDF
2542         document into a PDF file. 
2543
2544 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2545
2546         * backend/ps/gstypes.h:
2547         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2548         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2549         (ps_document_thumbnails_get_thumbnail):
2550
2551         Handle PostScript page orientation. Fixes bug #318568.
2552
2553 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2554
2555         * backend/ps/Makefile.am:
2556         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2557         (document_load), (ps_document_load), (save_document),
2558         (save_page_list), (ps_document_get_n_pages),
2559         (ps_document_get_page_size), (ps_document_get_info),
2560         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2561         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2562         (ps_document_thumbnails_get_thumbnail),
2563         (ps_document_thumbnails_get_dimensions),
2564         (ps_document_document_thumbnails_iface_init):
2565         * backend/ps/ps.[ch]: (psgetpagebox):
2566         * backend/ps/ps-interpreter.[ch]:
2567
2568         Add support for thumbnails in ps backend. Fixes bug #164755. 
2569
2570 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2571
2572         * NEWS:
2573         * configure.ac:
2574         
2575         Release 0.7.2
2576
2577 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2578
2579         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2580         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2581         (ev_window_dispose):
2582
2583         Use document thumbnail as window icon. Fixes bug #384442.
2584
2585 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2586
2587         * configure.ac:
2588
2589         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2590         duplicated adding application/x-bzpostscript instead. 
2591
2592 2007-02-11  Tom Parker  <palfrey@tevp.net>
2593
2594         * backend/ps/ps-document.c: (document_load):
2595
2596         Check return value of psscan before trying
2597         to use it. Fixes bug #372414.
2598
2599 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2600
2601         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2602
2603         Fix invalid free in ev-page-cache. Fixes bug #404745.
2604
2605 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2606
2607         * test/Makefile.am:
2608         * test/test3.py:
2609         
2610         Added reload test case.
2611
2612 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2613
2614         * po/POTFILES.in:
2615         * backend/djvu/djvu-document.c: (djvu_document_load):
2616
2617         Check whether there are missing files in indirect multipage djvu
2618         documents. Fixes bug #361683. 
2619
2620 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2621
2622         * test/Makefile.am:
2623         * test/test-mime.bin:
2624         * test/test3.py:
2625         
2626         Added test for slow mime type
2627
2628 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2629
2630         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2631
2632         Add some checks and call parent_class->finalize. Fixes bug #404745.
2633
2634 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2635
2636         * shell/ev-navigation-action.c: (connect_proxy):
2637         
2638         Fixes dropdown history menu. Thanks a lot Carlos!
2639
2640 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2641
2642         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2643
2644         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2645         bug #373715.
2646
2647 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2648
2649         * backend/ps/ps.c: (psscan):
2650
2651         Fix memory leak. 
2652
2653 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2654
2655         * configure.ac:
2656         * libdocument/ev-file-helpers.c: 
2657
2658         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2659
2660 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2661
2662         * configure.ac:
2663         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2664         (ps_interpreter_start), (document_load), (save_document),
2665         (save_page_list):
2666         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2667         * libdocument/ev-document-factory.c:
2668         (ev_document_factory_get_from_mime), (get_document_from_uri),
2669         (free_uncompressed_uri), (ev_document_factory_get_document):
2670         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2671
2672         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2673
2674 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2675
2676         * libdocument/ev-document.h:
2677
2678         Fix typo in function name. 
2679
2680 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2681
2682         * backend/ps/ps-document.c: (ps_interpreter_finished),
2683         (ps_interpreter_start), (ps_interpreter_failed):
2684
2685         Handle ghostscript interpreter crashes. 
2686
2687 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2688
2689         * shell/ev-window.c: (ev_window_open_uri),
2690         (window_configure_event_cb):
2691
2692         Setup window size and position before showing it. Fixes bug #401711.
2693
2694 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2695
2696         * backend/ps/Makefile.am:
2697         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2698         (ps_document_dispose), (ps_document_class_init),
2699         (ps_interpreter_input), (ps_interpreter_output),
2700         (ps_interpreter_error), (setup_interpreter_env),
2701         (ps_interpreter_start), (ps_interpreter_stop),
2702         (ps_interpreter_failed), (ps_interpreter_is_ready),
2703         (check_filecompressed), (document_load), (ps_document_load),
2704         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2705         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2706         (render_page):
2707
2708         Rework ps-document. Code cleanups, remove deprecated code. 
2709
2710 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * shell/ev-view.c: (ev_view_button_press_event):
2713
2714         Do not start an image drag and drop operation when pointer is on 
2715         text, so that we can select text when the whole background is an
2716         image. 
2717
2718 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2719
2720         * shell/ev-window.c: (ev_window_update_actions): 
2721
2722         Disable all zoom related actions during presentation mode. 
2723
2724 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2725
2726         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2727
2728         Do not zoom in or out on presentation mode. Fixes bug #401305.
2729
2730 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2731
2732         * shell/ev-navigation-action.c: (connect_proxy),
2733         (create_menu_item), (ev_navigation_action_class_init):
2734         
2735         Correctly show menu and fix crash when navigaton 
2736         action is out of toolbar visible area.
2737
2738 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2739
2740         * data/Makefile.am:
2741         * data/evince.1:
2742         
2743         Added man file
2744
2745 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2746
2747         * help/reference/* :
2748         * configure.ac:
2749         
2750         Added gtk-doc based documentation for Evince.
2751         Still in initial state but I hope it will
2752         grow.
2753         
2754         * configure.ac:
2755         
2756         Lower dbus requirement to 0.70
2757
2758 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2759
2760         * shell/ev-window.c: (ev_window_add_history):
2761
2762         Fix memory leak. 
2763
2764 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2765
2766         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2767         * shell/ev-view.h:
2768         * shell/ev-window.c: (ev_window_add_history):
2769         
2770         Correctly handle named destination links
2771
2772 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2773
2774         * NOTES:
2775         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2776         * backend/pdf/ev-poppler.cc:
2777         * libdocument/ev-document-links.h:
2778         * libdocument/ev-link.c: (ev_link_get_page):
2779         * libdocument/ev-link.h:
2780         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2781         (ev_history_add_link):
2782         * shell/ev-history.h:
2783         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2784         (new_history_menu_item), (build_menu):
2785         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2786         * shell/ev-sidebar-links.c: (create_loading_model),
2787         (print_section_cb), (ev_sidebar_links_construct),
2788         (fill_page_labels), (update_page_callback_foreach),
2789         (update_page_callback), (job_finished_callback):
2790         * shell/ev-view.c: (ev_view_handle_link):
2791         * shell/ev-window.c: (ev_window_find_chapter),
2792         (ev_window_add_history), (view_handle_link_cb),
2793         (history_changed_cb):
2794         
2795         Implements another history variant
2796
2797 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2798
2799         * shell/ev-window.c: (view_external_link_cb):
2800         * shell/ev-view.c: (ev_view_button_release_event):
2801
2802         Open links in new window when clicking with middle button. 
2803
2804 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2805
2806         * shell/ev-navigation-action.c: (new_history_menu_item):
2807         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2808         * shell/ev-view.c: (ev_view_handle_link):
2809         * shell/ev-window.c:
2810         
2811         Store link before jump, not the destination. For me it 
2812         seems like more natural history behavior.
2813
2814 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2815
2816         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2817         (ev_navigation_action_class_init):
2818         * shell/ev-navigation-action.h:
2819         * shell/ev-page-action.c: (activate_cb):
2820         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2821         (ev_page_cache_set_current_page_history):
2822         * shell/ev-page-cache.h:
2823         * shell/ev-sidebar-thumbnails.c:
2824         (ev_sidebar_tree_selection_changed),
2825         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2826         * shell/ev-view-private.h:
2827         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2828         * shell/ev-view.h:
2829         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2830         (ev_window_setup_document), (ev_window_load_job_cb):
2831         * shell/ev-window.h:
2832         
2833         History finally works as expected.
2834
2835 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2836
2837         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2838
2839         Do not update links treeview if it doesn't have a model assigned yet. 
2840
2841 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2842
2843         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2844         (ev_sidebar_links_class_init), (update_page_callback):
2845
2846         Do not update links treeview when sidepane is not visible. 
2847
2848 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2849
2850         * shell/ev-marshal.list:
2851         * shell/ev-page-action.c: (activate_cb),
2852         (ev_page_action_class_init):
2853         * shell/ev-page-action.h:
2854         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2855         * shell/ev-window.c:
2856         
2857         Remove activate_link signal, not required.
2858
2859 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2860
2861         * shell/ev-navigation-action.c: (build_menu):
2862         
2863         Reorder menu items and build menu with fixed length.
2864
2865 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2866
2867         * shell/ev-view.c: (get_selected_text):
2868         
2869         Normalize text to fix ligatures problem. See bug
2870         #341947 for details.
2871
2872 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2873
2874         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2875
2876         Fix memory leak in ev-page-cache. 
2877
2878 2007-01-25  Tom Parker <palfrey@tevp.net>
2879
2880         * backend/impress/impress-document.c: (impress_document_load),
2881         (impress_document_finalize), (impress_document_init):
2882         * properties/ev-properties-main.c: (ev_properties_get_pages):
2883         
2884         Correctly handle impress document errors. Fixes nautilus
2885         crash in property page #370491.
2886
2887 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2888
2889         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2890         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2891         (ev_job_queue_remove_job):
2892         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2893         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2894         (ev_job_load_run):
2895         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2896         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2897         (ev_window_load_job_cb), (xfer_update_progress_callback),
2898         (ev_window_open_uri), (ev_window_dispose):
2899         * shell/main.c: (main):
2900
2901         Do file transfer asynchronously in the main thread instead of
2902         synchronously in the load thread. Fixes bugs #399694, #398307 and
2903         #343542.
2904
2905 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2906
2907         * shell/ev-jobs.c: (ev_job_xfer_run):
2908
2909         Load the document with the font-config lock held. 
2910
2911 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2912
2913         * backend/ps/ps-document.c: (start_interpreter):
2914
2915         Fix memory leaks in ps backend. 
2916
2917 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * backend/impress/impress-document.c:
2920         (impress_document_render_pixbuf):
2921
2922         Do not acquire fontconfig lock in impress backend, since it is using
2923         the main loop for rendering. 
2924
2925 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2926
2927         * po/POTFILES.in: 
2928
2929         Remove mdvi files that shouldn't be translated. 
2930
2931 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2932
2933         * shell/ev-view-private.h:
2934         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2935         (ev_view_set_zoom):
2936
2937         Render "loading..." text into a cairo surface instead of directly into
2938         the window so that fontconfig lock is only needed once and UI is not
2939         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2940
2941 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2944         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2945
2946         Use icon theme associated with the window screen rather than default. 
2947
2948 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2949
2950         * configure.ac:
2951
2952         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2953
2954 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2955
2956         * data/icons/*/apps/evince.*:
2957
2958         Move Evince icons under new apps directory.
2959
2960         * data/icons/*/actions/*:
2961
2962         Add new custom themeable Evince icons: view-page-continuous, 
2963         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2964         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2965
2966         * configure.ac:
2967
2968         Add new directories to AC_CONFIG_FILES.
2969
2970         * shell/ev-stock-icons.c:
2971         * shell/ev-stock-icons.h:
2972
2973         Use new custom themeable icons.
2974
2975 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2976
2977         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
2978
2979         Do not draw white background page in presentation mode. 
2980
2981 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
2982
2983         * shell/ev-view.c: Remove unused gnome-vfs include.
2984
2985 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
2986
2987         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
2988         
2989         Format string is corrected, fixes bug #397129.
2990
2991 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2992
2993         * shell/ev-window.c: (ev_window_setup_recent):
2994
2995         Do not include in recent menu inexistent documents. Fixes
2996         bug #339171.
2997
2998 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2999
3000         * po/POTFILES.skip: 
3001
3002         Update POTFILES.skip file according to current source tree. 
3003
3004 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3005
3006         * shell/ev-window.c: (file_save_dialog_response_cb):
3007
3008         Do Save a copy in atomic way. Fixes bug #328266. 
3009
3010 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3011
3012         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3013
3014         Keep selected cell always visible in index treeview.
3015
3016 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3017         
3018         * shell/ev-view.c: (ev_view_size_allocate):
3019
3020         Restore horizontal scrollbar after switching to/from fullscreen
3021         or presentation mode. Fixes bug #331728.
3022
3023 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3024
3025         * shell/ev-view-private.h:
3026         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3027         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3028         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3029         (ev_view_can_zoom_out):
3030
3031         Use max and min scale values in the view iby taking dpi into account. 
3032
3033 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3034
3035         * configure.ac:
3036         * NEWS:
3037
3038         Release 0.7.1
3039
3040 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * shell/ev-window.c: (ev_window_print_send):
3043
3044         Send print job to printer with some settings set to default values,
3045         since we have already exported to a file according to such settings
3046         and they could be taken twice by some printers. 
3047
3048 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3049
3050         * shell/ev-jobs.c: (ev_job_xfer_run):
3051         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3052
3053         Show main window and load document with the font-config lock held. 
3054
3055 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3056
3057         * configure.ac:
3058         * shell/ev-application.c: (ev_application_register_service):
3059         * shell/main.c: (load_files_remote):
3060
3061         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3062
3063 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3064
3065         * doc/debugging.txt:
3066         
3067         Remove obsolete documentation.
3068
3069 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3070
3071         * Makefile.am:
3072         * backend/Makefile.am:
3073         * backend/comics/Makefile.am:
3074         * backend/djvu/Makefile.am:
3075         * backend/dvi/Makefile.am:
3076         * backend/ev-async-renderer.c:
3077         * backend/ev-async-renderer.h:
3078         * backend/ev-attachment.c:
3079         * backend/ev-attachment.h:
3080         * backend/ev-backend-marshal.c:
3081         * backend/ev-document-factory.c:
3082         * backend/ev-document-factory.h:
3083         * backend/ev-document-find.c:
3084         * backend/ev-document-find.h:
3085         * backend/ev-document-fonts.c:
3086         * backend/ev-document-fonts.h:
3087         * backend/ev-document-images.c:
3088         * backend/ev-document-images.h:
3089         * backend/ev-document-info.h:
3090         * backend/ev-document-links.c:
3091         * backend/ev-document-links.h:
3092         * backend/ev-document-misc.c:
3093         * backend/ev-document-misc.h:
3094         * backend/ev-document-security.c:
3095         * backend/ev-document-security.h:
3096         * backend/ev-document-thumbnails.c:
3097         * backend/ev-document-thumbnails.h:
3098         * backend/ev-document-transition.c:
3099         * backend/ev-document-transition.h:
3100         * backend/ev-document.c:
3101         * backend/ev-document.h:
3102         * backend/ev-file-exporter.c:
3103         * backend/ev-file-exporter.h:
3104         * backend/ev-image.c:
3105         * backend/ev-image.h:
3106         * backend/ev-link-action.c:
3107         * backend/ev-link-action.h:
3108         * backend/ev-link-dest.c:
3109         * backend/ev-link-dest.h:
3110         * backend/ev-link.c:
3111         * backend/ev-link.h:
3112         * backend/ev-render-context.c:
3113         * backend/ev-render-context.h:
3114         * backend/ev-selection.c:
3115         * backend/ev-selection.h:
3116         * backend/impress/Makefile.am:
3117         * backend/pdf/Makefile.am:
3118         * backend/pixbuf/Makefile.am:
3119         * backend/ps/Makefile.am:
3120         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3121         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3122         (start_interpreter), (stop_interpreter), (document_load),
3123         (ps_document_next_page), (render_page):
3124         * backend/tiff/Makefile.am:
3125         * comics/Makefile.am:
3126         * comics/comics-document.c:
3127         * comics/comics-document.h:
3128         * configure.ac:
3129         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3130         * djvu/Makefile.am:
3131         * djvu/djvu-document-private.h:
3132         * djvu/djvu-document.c:
3133         * djvu/djvu-document.h:
3134         * djvu/djvu-links.c:
3135         * djvu/djvu-links.h:
3136         * djvu/djvu-text-page.c:
3137         * djvu/djvu-text-page.h:
3138         * djvu/djvu-text.c:
3139         * djvu/djvu-text.h:
3140         * dvi/Makefile.am:
3141         * dvi/dvi-document.c:
3142         * dvi/dvi-document.h:
3143         * dvi/fonts.c:
3144         * dvi/fonts.h:
3145         * dvi/mdvi-lib/Makefile.am:
3146         * dvi/mdvi-lib/afmparse.c:
3147         * dvi/mdvi-lib/afmparse.h:
3148         * dvi/mdvi-lib/bitmap.c:
3149         * dvi/mdvi-lib/bitmap.h:
3150         * dvi/mdvi-lib/color.c:
3151         * dvi/mdvi-lib/color.h:
3152         * dvi/mdvi-lib/common.c:
3153         * dvi/mdvi-lib/common.h:
3154         * dvi/mdvi-lib/defaults.h:
3155         * dvi/mdvi-lib/dvimisc.c:
3156         * dvi/mdvi-lib/dviopcodes.h:
3157         * dvi/mdvi-lib/dviread.c:
3158         * dvi/mdvi-lib/files.c:
3159         * dvi/mdvi-lib/font.c:
3160         * dvi/mdvi-lib/fontmap.c:
3161         * dvi/mdvi-lib/fontmap.h:
3162         * dvi/mdvi-lib/fontsrch.c:
3163         * dvi/mdvi-lib/gf.c:
3164         * dvi/mdvi-lib/hash.c:
3165         * dvi/mdvi-lib/hash.h:
3166         * dvi/mdvi-lib/list.c:
3167         * dvi/mdvi-lib/mdvi.h:
3168         * dvi/mdvi-lib/pagesel.c:
3169         * dvi/mdvi-lib/paper.c:
3170         * dvi/mdvi-lib/paper.h:
3171         * dvi/mdvi-lib/pk.c:
3172         * dvi/mdvi-lib/private.h:
3173         * dvi/mdvi-lib/setup.c:
3174         * dvi/mdvi-lib/sp-epsf.c:
3175         * dvi/mdvi-lib/special.c:
3176         * dvi/mdvi-lib/sysdeps.h:
3177         * dvi/mdvi-lib/t1.c:
3178         * dvi/mdvi-lib/tfm.c:
3179         * dvi/mdvi-lib/tfmfile.c:
3180         * dvi/mdvi-lib/tt.c:
3181         * dvi/mdvi-lib/util.c:
3182         * dvi/mdvi-lib/vf.c:
3183         * dvi/pixbuf-device.c:
3184         * dvi/pixbuf-device.h:
3185         * impress/Makefile.am:
3186         * impress/common.h:
3187         * impress/document.c:
3188         * impress/f_oasis.c:
3189         * impress/f_oo13.c:
3190         * impress/iksemel.c:
3191         * impress/iksemel.h:
3192         * impress/imposter.h:
3193         * impress/impress-document.c:
3194         * impress/impress-document.h:
3195         * impress/internal.h:
3196         * impress/r_back.c:
3197         * impress/r_draw.c:
3198         * impress/r_geometry.c:
3199         * impress/r_gradient.c:
3200         * impress/r_style.c:
3201         * impress/r_text.c:
3202         * impress/render.c:
3203         * impress/render.h:
3204         * impress/zip.c:
3205         * impress/zip.h:
3206         * lib/Makefile.am:
3207         * lib/ev-debug.c:
3208         * lib/ev-debug.h:
3209         * lib/ev-file-helpers.c:
3210         * lib/ev-file-helpers.h:
3211         * lib/ev-gui.c:
3212         * lib/ev-gui.h:
3213         * lib/ev-tooltip.c:
3214         * lib/ev-tooltip.h:
3215         * libdocument/Makefile.am:
3216         * libdocument/ev-file-helpers.c:
3217         * pdf/Makefile.am:
3218         * pdf/ev-poppler.cc:
3219         * pdf/ev-poppler.h:
3220         * pixbuf/Makefile.am:
3221         * pixbuf/pixbuf-document.c:
3222         * pixbuf/pixbuf-document.h:
3223         * properties/Makefile.am:
3224         * ps/Makefile.am:
3225         * ps/gsdefaults.c:
3226         * ps/gsdefaults.h:
3227         * ps/gsio.c:
3228         * ps/gsio.h:
3229         * ps/gstypes.h:
3230         * ps/ps-document.c:
3231         * ps/ps-document.h:
3232         * ps/ps.c:
3233         * ps/ps.h:
3234         * shell/Makefile.am:
3235         * shell/ev-application.h:
3236         * shell/ev-sidebar-links.c:
3237         * shell/ev-sidebar-links.h:
3238         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3239         (ev_gui_menu_position_tree_selection):
3240         * shell/ev-utils.h:
3241         * shell/ev-view.c: (ev_view_finalize):
3242         * shell/ev-window.c:
3243         * shell/main.c: (main):
3244         * thumbnailer/Makefile.am:
3245         * tiff/Makefile.am:
3246         * tiff/tiff-document.c:
3247         * tiff/tiff-document.h:
3248         * tiff/tiff2ps.c:
3249         * tiff/tiff2ps.h:
3250         
3251         Reorganize source tree.
3252
3253 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3254
3255         * backend/ev-document-factory.c:
3256
3257         Do not include ev-poppler.h when pdf is disabled. 
3258
3259 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3260
3261         * configure.ac:
3262         * data/evince-ui.xml:
3263         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3264         (pdf_document_document_images_iface_init):
3265         * backend/Makefile.am:
3266         * backend/ev-document-images.[ch]:
3267         * backend/ev-image.[ch]:
3268         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3269         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3270         (ev_job_xfer_run):
3271         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3272         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3273         (ev_pixbuf_cache_get_image_mapping):
3274         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3275         (view_menu_popup_cb), (ev_window_dispose),
3276         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3277         (ev_view_popup_cmd_copy_image):
3278         * shell/ev-view-private.h:
3279         * shell/ev-view.c: (ev_view_get_image_at_location),
3280         (ev_view_do_popup_menu), (ev_view_popup_menu),
3281         (ev_view_button_press_event), (ev_view_drag_data_get),
3282         (ev_view_drag_motion), (ev_view_drag_data_received),
3283         (ev_view_motion_notify_event), (ev_view_button_release_event),
3284         (ev_view_finalize), (ev_view_class_init):
3285
3286         Add image handling support. Fixes bugs #310008 and #325047. Images
3287         selection is not supported yet. 
3288
3289 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3290
3291         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3292         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3293         (ev_view_init):
3294
3295         Move view drag and drop stuff to ev-view.
3296
3297 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3298
3299         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3300         * shell/ev-view.c: (clear_selection): 
3301
3302         Clear selection also in pixbuf cache.
3303
3304 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3305
3306         * data/evince.desktop.in.in:
3307         
3308         Change icon name in desktop file. See bug #390734
3309         for details.
3310
3311 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3312
3313         * thumbnailer/Makefile.am:
3314
3315         Use top_builddir instead top_srcdir for generated schema
3316         file installation. Fixes bug #390161.
3317
3318 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3319
3320         * configure.ac:
3321         * backend/Makefile.am:
3322         * backend/ev-document-transition.[ch]:
3323         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3324         (pdf_document_page_transition_iface_init):
3325         * shell/ev-view-private.h:
3326         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3327         (ev_view_set_presentation), (transition_next_page),
3328         (ev_view_presentation_transition_stop),
3329         (ev_view_presentation_transition_start), (ev_view_next_page):
3330
3331         Add page transition support in presentation mode. At the moment only
3332         page duration is supported, but not transition effects. Fixes bug
3333         #309815.
3334
3335 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3336
3337         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3338
3339         Run find_link_dest with document lock held, since it's called by links
3340         thread and main thread at the same time. 
3341
3342 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3343
3344         * shell/ev-view.c: (goto_dest):
3345
3346         Update page-cache when page is changed by the view, so that
3347         page-changed signal is emitted. 
3348
3349 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3350
3351         * test/test1.py:
3352         * test/test2.py:
3353
3354         Use C locale in tests. 
3355
3356 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3357
3358         * shell/ev-window.c: (ev_window_run_presentation):
3359         * shell/ev-view-private.h:
3360         * shell/ev-view.c: (ev_view_set_presentation):
3361
3362         Restore zoom settings when back from presentation mode. 
3363
3364 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3365
3366         * shell/ev-window.c: (ev_window_run_presentation):
3367
3368         Always use "best fit" zoom in presentation mode.
3369         Fixes bug #389195.
3370
3371 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3372
3373         * shell/ev-view.c: (ev_view_goto_window_create):
3374
3375         Show "Jump to page" label in the page jumping popup in
3376         presentation mode instead of just a GtkEntry.
3377
3378 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3379
3380         * shell/ev-window.c: (launch_external_uri):
3381
3382         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3383         #378085.
3384
3385 2006-12-22  Elijah Newren  <newren gmail com>
3386
3387         * configure.ac: explicitly check for libxml2.  Fixes #388795
3388
3389 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3390
3391         * shell/ev-view-private.h:
3392         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3393         (ev_view_goto_window_delete_event), (key_is_numeric),
3394         (ev_view_goto_window_key_press_event),
3395         (ev_view_goto_window_button_press_event),
3396         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3397         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3398         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3399
3400         Allow jumping to another page by typing a page number in presentation
3401         mode. It uses a popup window with an entry. Fixes bug #353625.
3402
3403 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3404
3405         * configure.ac:
3406         * properties/ev-properties-view.c: (ev_get_default_user_units),
3407         (ev_regular_paper_size):
3408         
3409         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3410         to Damien Carbery <damien.carbery@sun.com> and
3411         Yevgen Muntyan <muntyan@tamu.edu>.
3412
3413 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3414
3415         * shell/ev-window.c: (setup_document_from_metadata):
3416
3417         Make sure Evince doesn't restore the view on the last
3418         page when a document is reopened. Fixes bug #383381.
3419
3420 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3421
3422         * shell/ev-view.c: (draw_loading_text):
3423
3424         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3425
3426 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3427
3428         * configure.ac:
3429         * NEWS:
3430
3431         Release 0.7.0
3432
3433 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3434
3435         * configure.ac:
3436         * pdf/ev-poppler.cc: (pdf_print_context_free),
3437         (pdf_document_file_exporter_begin),
3438         (pdf_document_file_exporter_do_page):
3439
3440         Make cairo-pdf depedency optional. 
3441
3442 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3443
3444         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3445
3446         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3447
3448 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3449
3450         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3451         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3452         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3453         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3454         * shell/ev-view.c: (draw_loading_text):
3455         * shell/ev-window.c: (ev_window_cmd_file_properties):
3456
3457         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3458         related to using FontConfig from different threads.
3459         
3460 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3461
3462         * shell/ev-view.c: (draw_loading_text):
3463
3464         Acquire lock document when drawing "Loading..." text so that only one
3465         thread will use FontConfig at the same time. Fixes bug #374750.
3466
3467 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3468
3469         * shell/ev-page-action.[ch]: (activate_cb):
3470         * shell/ev-window.c: (activate_label_cb):
3471
3472         Check if text inserted in page entry is a valid page number when it
3473         doesn't match to any document page label. Fixes bug #383165.
3474
3475 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3476         * shell/ev-window.c:
3477
3478         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3479         available with GTK < 2.10. Added an ifdef to avoid compilation
3480         error.
3481
3482 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3483
3484         * configure.ac:
3485         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3486
3487         Fix ps backend in multihead systems.
3488
3489 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3490
3491         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3492         * shell/ev-window.c: (ev_window_get_screen_dpi),
3493         (ev_window_update_actions), (setup_view_from_metadata),
3494         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3495
3496         Take screen DPI into account when zooming. Fixes bug #318285.
3497
3498 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3499
3500         * data/Makefile.am:
3501
3502         Cleaned up/slightly refactored Makefile.am. Added GConf
3503         schemas uninstallation as well.
3504
3505 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3506
3507         * Makefile.am:
3508         * test/Makefile.am:
3509
3510         Fight with autotools to fix make check. Make distcheck
3511         works fine as well now!
3512
3513 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3514
3515         * shell/ev-view.c: (draw_end_presentation_page):
3516
3517         Corrected "end of presentation" string.
3518
3519 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3520
3521         * shell/ev-view.c: (ev_view_key_press_event):
3522
3523         Correctly propagate key press event so that up/down keys
3524         work as expected (correct behaviour was broken by
3525         black/white screen key bindings for presentations).
3526
3527 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3528
3529         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3530         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3531         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3532         (pdf_selection_get_selection_region),
3533         (pdf_selection_get_selection_map):
3534
3535         Add "static" to some private functions. 
3536
3537 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3538
3539         * lib/ev-tooltip.h:
3540         * properties/ev-properties-view.h:
3541         * shell/ev-jobs.h:
3542         * shell/ev-properties-dialog.h:
3543         * shell/ev-properties-fonts.h:
3544         * shell/ev-sidebar-links.h:
3545         * shell/ev-sidebar-thumbnails.h:
3546         * shell/ev-sidebar.h:
3547         * shell/ev-window.h:
3548         
3549         Fixes CHACK type in class casts. See bug #385343
3550         for details.
3551
3552 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3553
3554         * shell/ev-view-private.h:
3555         * shell/ev-view.c: (draw_end_presentation_page),
3556         (ev_view_expose_event), (ev_view_key_press_event),
3557         (ev_view_class_init), (ev_view_init):
3558
3559         Blank screen in presentation mode when pressing 'b' (filling with
3560         black) or 'w' (filling with white) keys. Fixes bug #358132.
3561
3562 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3563
3564         * data/evince-toolbar.xml:
3565         * shell/ev-window.c:
3566         
3567         Use stock icon for Select All action. Fixes
3568         bug #382652.
3569
3570 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3571
3572         * shell/ev-view.c: (get_doc_point_from_offset),
3573         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3574
3575         Add links support in rotated documents. Fixes bug #343733.
3576
3577 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3578
3579         * shell/ev-view-private.h:
3580         * shell/ev-view.c: (draw_end_presentation_page),
3581         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3582
3583         Show a blank page after the last page in presentation mode with a
3584         message indicating that presentation has finished and how to exit. 
3585
3586 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3587
3588         * shell/ev-window.c: (fullscreen_timeout_cb):
3589
3590         Hide cursor after a while in presentation mode. 
3591
3592 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3593
3594         * backend/ev-document-info.h:
3595         * data/evince-properties.glade:
3596         * pdf/ev-poppler.cc:
3597         * properties/ev-properties-view.c: (ev_regular_paper_size),
3598         (ev_properties_view_set_info):
3599         * ps/ps-document.c: (ps_document_get_info):
3600
3601         Adds a paper size field to the properties dialog. Fixes
3602         bug #307315. Patch by Kasper Svendsen (with some i18n
3603         changes done by me).
3604
3605 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3606
3607         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3608         (screensaver_init_dbus), (totem_scrsaver_new),
3609         (totem_scrsaver_init):
3610         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3611         * shell/ev-application.c: (ev_application_register_service),
3612         (ev_application_screensaver_enable),
3613         (ev_application_screensaver_disable):
3614         * shell/ev-application.h:
3615         * shell/ev-window.c: (ev_window_run_presentation),
3616         (ev_window_stop_presentation), (build_comments_string),
3617         (ev_window_init):
3618         
3619         Move screensaver handling to application. No more
3620         message on startup.
3621
3622 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3623
3624         * configure.ac:
3625         * backend/Makefile.am:
3626         * backend/ev-file-exporter.[ch]:
3627         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3628         * ps/ps-document.c: (ps_document_file_exporter_*):
3629         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3630         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3631         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3632         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3633
3634         Allow printing to PDF when suppoted by the backend.
3635         
3636 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3637
3638         * shell/ev-window.c: (build_comments_string):
3639
3640         Use always "Document Viewer" in about dialog. 
3641
3642 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3643
3644         * djvu/djvu-document.c: (djvu_document_get_page_size):
3645
3646         Display a warning message when get_pageinfo fails. 
3647
3648 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3649
3650         * Makefile.am:
3651         * backend/Makefile.am:
3652         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3653         * configure.ac:
3654         * shell/ev-window.c: (build_comments_string):
3655         
3656         Make pdf compilation optional. See bug #38007.
3657
3658 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3659
3660         * ps/ps.c: (get_next_text):
3661
3662         Fix CVE-2006-5864.
3663
3664 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3665
3666         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3667         * shell/ev-navigation-action.c: (connect_proxy),
3668         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3669         
3670         Do not call g_type_class_peek_parent twice.
3671
3672 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3673
3674         * configure.ac:
3675         * data/icons/24x24/.cvsignore:
3676         * data/icons/24x24/Makefile.am:
3677         * data/icons/24x24/evince.png:
3678         * data/icons/Makefile.am:
3679         
3680         Add 24x24 icon. Thanks to 
3681         Michael Monreal <infernux@web.de>.
3682
3683 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3684
3685         * configure.ac: Fix typo in configure.ac. Thanks
3686         to dmacks@netspace.org for notification.
3687
3688 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3689
3690         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3691         
3692         Drop dbus include, fixes compilation with older dbus.
3693
3694 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3695
3696         * configure.ac:
3697         * cut-n-paste/Makefile.am:
3698         * cut-n-paste/totem-screensaver/.cvsignore
3699         * cut-n-paste/totem-screensaver/Makefile.am:
3700         * cut-n-paste/totem-screensaver/README:
3701         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3702         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3703         * shell/Makefile.am:
3704         * shell/ev-window.c: (ev_window_run_presentation),
3705         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3706         (ev_window_init):
3707
3708         Implemented screensaver enabling/disabling for
3709         presentation mode (not fullscreen mode). Code stolen
3710         from Totem (with some minor tweaks). Fixes bug #338889.
3711
3712 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3713
3714         * configure.ac:
3715
3716         Bump gnome-icon-theme requirements. We use the rotation
3717         icons that appeared recently.
3718
3719 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3720
3721         * shell/ev-history.c: (ev_history_add_page):
3722         * shell/ev-history.h:
3723         * shell/ev-window.c: (page_changed_cb):
3724         
3725         Use page labels instead of numbers.
3726
3727 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3728
3729         * data/evince-toolbar.xml:
3730         * po/POTFILES.in:
3731         * shell/Makefile.am:
3732         * shell/ev-navigation-action-widget.c:
3733         (ev_navigation_action_widget_init),
3734         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3735         (menu_detacher), (ev_navigation_action_widget_set_menu),
3736         (menu_position_func), (popup_menu_under_arrow),
3737         (ev_navigation_action_widget_toggled),
3738         (ev_navigation_action_widget_button_press_event):
3739         * shell/ev-navigation-action-widget.h:
3740         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3741         (ev_navigation_action_set_window), (activate_menu_item_cb),
3742         (new_history_menu_item), (new_empty_history_menu_item),
3743         (build_menu), (menu_activated_cb), (connect_proxy),
3744         (create_tool_item), (ev_navigation_action_init),
3745         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3746         * shell/ev-navigation-action.h:
3747         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3748         (ev_page_action_widget_set_page_cache),
3749         (ev_page_action_widget_finalize),
3750         (ev_page_action_widget_class_init), (match_selected_cb),
3751         (display_completion_text), (match_completion), (build_new_tree_cb),
3752         (get_filter_model_from_model),
3753         (ev_page_action_widget_update_model):
3754         * shell/ev-page-action-widget.h:
3755         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3756         (connect_proxy):
3757         * shell/ev-page-action.h:
3758         * shell/ev-stock-icons.c:
3759         * shell/ev-stock-icons.h:
3760         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3761         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3762         (register_custom_actions):
3763         * shell/main.c:
3764         
3765         Preliminary history implementation
3766
3767 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3768
3769         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3770         (dvi_document_class_init), (dvi_document_init_params):
3771         * dvi/mdvi-lib/font.c: (font_reference):
3772         
3773         Add reference to subfont. Fixes bug #374277.
3774
3775 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3776
3777         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3778         (ev_window_cmd_file_open_copy_at_dest):
3779
3780         Fix a race condition when creating symlink. Increase the counter
3781         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3782         Mathias Hasselmann).
3783
3784 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3785
3786         * backend/Makefile.am:
3787         * backend/ev-attachment.c: (ev_attachment_open):
3788         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3789         (ev_tmp_dir), (ev_tmp_filename):
3790         * shell/ev-sidebar-attachments.c:
3791         (ev_sidebar_attachments_drag_data_get):
3792         * shell/ev-window.c: (ev_window_clear_temp_file):
3793
3794         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3795         in ensure_dir_exists. Abort without crashing when we can't create
3796         user's directory.
3797
3798 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3799
3800         * data/evince-ui.xml:
3801         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3802         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3803         (ev_window_cmd_file_open_copy_at_dest),
3804         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3805         (ev_view_popup_cmd_open_link_new_window):
3806
3807         Allow opening a copy of the current document in a new window. Fixes bug
3808         #357472
3809
3810 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3811
3812         * data/evince-toolbar.xml:
3813         
3814         Add rotate right and rotate left to available items for toolbar.
3815         
3816         * data/evince-ui.xml:
3817         * shell/ev-window.c: (ev_window_init):
3818         
3819         Customize toolbar with right click. Fixes bug #372451.
3820
3821 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3822
3823         * shell/ev-window.c: 
3824         
3825         Use "object-rotate-{left,right}" stock icons. Fixes 
3826         bug #373863.
3827
3828 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3831         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3832         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3833         (ev_window_open_uri):
3834         * shell/main.c: (arguments_parse):
3835
3836         Remove temp file created when evince is used by GTK+ in
3837         preview mode. Fixes bug #365282. 
3838
3839 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3840
3841         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3842         
3843         Fixes bug #372474 - Side pane disabled when entering 
3844         and leaving fullscreen mode.
3845
3846 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3847
3848         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3849         * data/Makefile.am:
3850         * data/evince-preview-toolbar.xml:
3851         * data/evince-toolbar.xml:
3852         * shell/ev-application.c: (ev_application_shutdown),
3853         (ev_application_init), (ev_application_get_toolbars_model):
3854         * shell/ev-application.h:
3855         * shell/ev-window.c: (update_chrome_visibility),
3856         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3857         (ev_window_cmd_edit_toolbar), (ev_window_init):
3858         
3859         Fixes bug #364364 - toolbar editor shows zoom actions again.
3860
3861 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3862
3863         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3864
3865         Do not take margins into consideration for paper size when printing.
3866         Really fixes bug #350491.
3867
3868 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3869
3870         * data/evince-ui.xml:
3871         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3872         (ev_window_cmd_file_print_setup),
3873         (ev_window_print_dialog_response_cb),
3874         (ev_window_setup_action_sensitivity):
3875
3876         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3877
3878 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3879
3880         * shell/ev-window.c: (ev_window_print_range):
3881
3882         Revert my previuos commit, since printing to PDF is not supported by
3883         evince yet. 
3884
3885 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3886
3887         * shell/ev-window.c: (ev_window_print_range):
3888
3889         Enable print to a PDF. Fixes bug #332121.
3890
3891 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * shell/ev-application-service.xml:
3894         * shell/ev-application.[ch]: (ev_application_open_window),
3895         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3896         (ev_application_open_uri), (ev_application_open_uri_list):
3897         * shell/ev-window.c: (file_open_dialog_response_cb),
3898         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3899         (drag_data_received_cb), (open_remote_link):
3900         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3901
3902         Add support for multiscreen systems. Fixes bug #316206.
3903
3904 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3905
3906         * shell/ev-jobs.[ch]: (ev_job_print_new),
3907         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3908         (ev_job_print_do_page):
3909         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3910
3911         Allow printing only odd/even pages. Fixes bug #367289.
3912
3913 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3914
3915         * test/test1.py:
3916         * test/test2.py:
3917
3918         Re-add locale settings to test files.
3919
3920 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3921
3922         * data/evince-ui.xml:
3923         * shell/ev-window.c: (set_action_properties):
3924         
3925         Removed garbage from code and ui.
3926
3927 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3928
3929         * shell/ev-window.c: (ev_window_cmd_help_about):
3930
3931         Shamelessly add my name to the list of contributors.
3932
3933 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3934
3935         * test/test1.py:
3936         * test/test2.py:
3937
3938         Cleaned up the dogtail scripts.
3939
3940 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3941
3942         * shell/ev-view.c: (draw_loading_text): Don't render
3943         "loading..." text in presentation mode. Temporary
3944         workaround for bug #320352.
3945
3946 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3947
3948         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3949         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3950
3951         Use print settings scale, copies, collate and reverse which were
3952         ignored. Fixes bug #359032.
3953
3954 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3955
3956         * configure.ac:
3957         * data/evince-password.glade:
3958         * test/Makefile.am:
3959         * test/test-encrypt.pdf:
3960         * test/test-links.pdf:
3961         * test/test1.py:
3962         * test/test2.py:
3963
3964         Add automated UI tests for evince with dogtail. See
3965         bug #300948.    
3966
3967 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3968
3969         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
3970
3971         Hide fullscreen toolbar when switching to another desktop workspace.
3972         Fixes bug #338871
3973
3974 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3975
3976         * shell/ev-window-title.c: 
3977         
3978         Test for .dvi in title of pdf documents.
3979
3980 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3981
3982         * shell/ev-view.c: (ev_view_scroll):
3983
3984         Page Up/Down should do page jumps in "Best fit" mode.
3985         If a user has explicitly chosen to view exactly one page
3986         at a time, scrolling just a part of the page when
3987         pressing Page Up/Down is not right. Fixes bug #323107.
3988
3989 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3990
3991         * NEWS:
3992         * configure.ac:
3993         
3994         Update for 0.6.1
3995
3996 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3997
3998         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
3999         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4000         
4001         Correctly disconnect from job signals on destroy.
4002
4003 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4004
4005         * shell/ev-view-private.h:
4006         * shell/ev-view.c: (view_set_adjustment_values),
4007         (view_update_range_and_current_page),
4008         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4009         
4010         Fixes bug #343199, current page now follows find page.
4011
4012 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4013
4014         * backend/ev-document-factory.c:
4015         * configure.ac:
4016         Assigned OpenDocument presenation MIME type to the
4017         Impress backend. Added some missing (but harmless)
4018         #ifdefs in the document factory as well to make things
4019         consistent again. Fixes bug #360658.
4020
4021 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4022
4023         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4024         * backend/ev-document-find.c: (ev_document_find_get_type):
4025         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4026         * backend/ev-document-links.c: (ev_document_links_get_type):
4027         * backend/ev-document-security.c: (ev_document_security_get_type):
4028         * backend/ev-document-thumbnails.c:
4029         (ev_document_thumbnails_get_type):
4030         * backend/ev-document.c: (ev_document_get_type):
4031         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4032         * backend/ev-selection.c: (ev_selection_get_type):
4033         * cut-n-paste/recent-files/egg-recent-model.c:
4034         (egg_recent_model_get_type):
4035         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4036         (egg_recent_view_uimanager_get_type):
4037         * cut-n-paste/recent-files/egg-recent-view.c:
4038         (egg_recent_view_get_type):
4039         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4040         (egg_editable_toolbar_get_type):
4041         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4042         (egg_toolbar_editor_get_type):
4043         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4044         (egg_toolbars_model_get_type):
4045         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4046         (egg_tree_multi_drag_source_get_type):
4047         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4048         (ephy_zoom_action_get_type):
4049         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4050         (ephy_zoom_control_get_type):
4051         * impress/r_back.c: (_imp_fill_back):
4052         * properties/ev-properties-main.c:
4053         (ev_properties_plugin_register_type):
4054         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4055         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4056         (ev_view_accessible_factory_get_type):
4057
4058         Reduce relocations. Bug #360616.
4059
4060 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4061
4062         * backend/ev-document-factory.c:
4063         (ev_document_factory_get_document):
4064         
4065         Load document even if extension is wrong.
4066
4067 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4068
4069         * shell/ev-metadata-manager.c: (save_values):
4070         * shell/ev-window.c: (setup_size_from_metadata),
4071         (setup_view_from_metadata), (ev_window_setup_document),
4072         (ev_window_xfer_job_cb), (window_configure_event_cb):
4073         
4074         Set size according to the document size/page size ratio.
4075         That should correct rather wierd behaviour of the previous
4076         commit.
4077
4078 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4079
4080         * shell/ev-window.c: (setup_view_from_metadata):
4081         
4082         Set size for new windows from previous window size.
4083         See bugs #354968 and #168450 for details. Thanks
4084         to Meik Hellmund.
4085
4086 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4087
4088         * djvu/djvu-links.c: (build_tree):
4089
4090         Fix memory leak.
4091
4092 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4093
4094         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4095         
4096         Don't make sidebar close button insensitive. Fixes
4097         bug #357871.
4098
4099 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4100
4101         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4102         (ev_window_set_view_accels_sensitivity):
4103         
4104         Don't enable Slash on documents which don't support
4105         find. Fixes bug #358648.
4106
4107 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4108
4109         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4110         open dialog fall back to the current document uri if the
4111         filechooser hasn't been used before. Fixes bug #356980.
4112
4113 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4114
4115         * shell/ev-window.c: (ev_window_setup_recent), 
4116         (ev_window_get_recent_file_label):
4117
4118         Escape underscores in filenames of recent file items.
4119
4120 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4121
4122         * configure.ac:
4123         
4124         Bumped poppler requirements, really 0.5.3 is very 
4125         buggy, now we require 0.5.4.
4126
4127 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4128
4129         * djvu/Makefile.am:
4130         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4131         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4132         (djvu_document_document_links_iface_init):
4133         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4134         (number_from_string_10), (get_djvu_link_dest),
4135         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4136         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4137         (djvu_links_get_links), (djvu_links_find_link_dest),
4138         (djvu_links_get_links_model):
4139         * djvu/djvu-links.h:
4140         
4141         Add support for links and bookmarks in djvu documents. Thanks
4142         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4143         patch.
4144
4145 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4146
4147         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4148         
4149         Reopen should reload document. Fixes 
4150         bug 327951.
4151
4152 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4153
4154         * configure.ac:
4155         * data/Makefile.am:
4156         * data/evince-16.png:
4157         * data/evince-22.png:
4158         * data/evince.png:
4159         * data/evince.svg:
4160         * data/icons/16x16/Makefile.am:
4161         * data/icons/16x16/evince.png:
4162         * data/icons/22x22/Makefile.am:
4163         * data/icons/22x22/evince.png:
4164         * data/icons/48x48/Makefile.am:
4165         * data/icons/48x48/evince.png:
4166         * data/icons/Makefile.am:
4167         * data/icons/scalable/Makefile.am:
4168         * data/icons/scalable/evince.svg:
4169         
4170         Install icons with correct names. Fixes
4171         bug #354429.
4172
4173 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4174
4175         * shell/ev-view.c: (ev_view_button_release_event):
4176
4177         Don't open links with middle mouse button. Fixes bug #353649
4178
4179 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4180
4181         * NEWS:
4182         * configure.ac:
4183         
4184         Update for release 0.6.0
4185
4186 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4187
4188         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4189         Implement Close named action. Patch by Carlos Garcia Campos.
4190
4191 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4192
4193         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4194         
4195         Don't clear link mapping on copy_job_to_job_info. Fixes
4196         bug 346168.
4197
4198 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4199
4200         * shell/main.c: (main):
4201
4202         Revert my previous commit, gnome_program_init owns the option context.
4203         Fix another memory leak in main. Both caught by Christian Persch. 
4204
4205 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4206
4207         * shell/main.c: (main):
4208
4209         Fix memory leak.
4210
4211 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4212
4213         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4214
4215         Fix crash when opening a pdf with password protection. 
4216
4217 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4218
4219         * pdf/ev-poppler.cc: (pdf_document_search_free):
4220
4221         Fix memory leak. 
4222
4223 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4224
4225         * backend/ev-document-factory.c:
4226         (ev_document_factory_get_document):
4227         * tiff/tiff-document.c: (tiff_document_finalize):
4228         
4229         More correct handling of document loading. Fixes
4230         bug #349043.
4231
4232 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4233
4234         * backend/ev-attachment.c: (ev_attachment_save):
4235
4236         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4237         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4238
4239 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4240         
4241         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4242         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4243
4244 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4245
4246         * shell/ev-sidebar-thumbnails.c:
4247
4248         Do not render thumbnails unless thumbnails page is active in the
4249         sidebar.
4250
4251 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4252
4253         * shell/ev-properties-dialog.c:
4254
4255         Fix dialogue spacing. Bug #351370.
4256
4257 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4258
4259         * configure.ac:
4260
4261         Use lowercase gettext catalog file names (evince.mo
4262         instead of Evince.mo)
4263
4264 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4265
4266         * shell/ev-sidebar-attachments.c:
4267
4268         GtkIconTheme is now screen safe too. Fixes bug #350878
4269
4270 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4271
4272         * shell/ev-window.c:
4273
4274         GtkRecent manager is now screen safe. Fixes bug #350145
4275
4276 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4277
4278         * shell/ev-sidebar.c: (ev_sidebar_init):
4279         
4280         Make sidebar close icon smaller. Fix for bug 350177.
4281         See also bugs 350176 and 165770.
4282
4283 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4284
4285         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4286
4287         Ignore zoom for xyz destinations when it's <= 1, keeping user
4288         preferences instead. Set correct sizing-mode for fith and fitv
4289         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4290
4291 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4292
4293         * NEWS:
4294         * configure.ac:
4295         
4296         Update for release 0.5.5
4297
4298 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4299         
4300         * shell/ev-window.c: (ev_window_cmd_escape)
4301
4302         Escape unfocus page entry. Fixes bug #345809.
4303
4304 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4305
4306         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4307         (build_tree), (pdf_document_links_get_links),
4308         (pdf_document_links_find_link_dest):
4309         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4310         (goto_xyz_dest):
4311
4312         Convert from PDF style coordinates to X style coordinates in the
4313         backend rather than in the view. Fixes bug #338440
4314
4315 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4316
4317         * shell/ev-window.c:
4318         
4319         Remove Ctrl+Shift+T shortcut for toolbars. See
4320         the bug #350098.
4321
4322 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4323
4324         * configure.ac:
4325
4326         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4327         of this. 
4328
4329 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4330
4331         * configure.ac:
4332         * cut-n-paste/Makefile.am:
4333         * data/evince-ui.xml:
4334         * shell/Makefile.am:
4335         * shell/ev-application.[ch]:
4336         * shell/ev-window.c:
4337
4338         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4339         #349273
4340
4341 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4342
4343         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4344         findbar code: s/help/search/
4345
4346 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4347
4348         * shell/ev-window.c: (setup_document_from_metadata),
4349         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4350         (setup_view_from_metadata):
4351         
4352         Fix memory leaks.
4353
4354 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4355
4356         * autogen.sh, configure.ac: 
4357         
4358         Update automake usage. See bug 349292.
4359
4360 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4361
4362         * shell/eggfindbar.c: (egg_find_bar_class_init),
4363         (entry_activate_callback), (egg_find_bar_init),
4364         (egg_find_bar_set_status_text):
4365         * shell/eggfindbar.h:
4366         
4367         Unify Evince findbar with Epiphany. Nice patch
4368         from Fabricio Silva <silva@crans.org> and
4369         Frederic Peters <fpeters@entrouvert.com>. See
4370         bug #339966 for details.
4371
4372 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4373
4374         * data/evince.desktop.in.in:
4375         
4376         Correct information for bugzilla. Thanks to
4377         Olaf Vitters, see bug #348855.
4378
4379 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4380
4381         * shell/ev-jobs.[ch]:
4382         * shell/ev-sidebar-links.c:
4383         * shell/ev-window.[ch]:
4384
4385         GtkPrintJob doesn't support print ranges or current page, so we export
4386         to a ps file now when printing ranges or current page.
4387
4388 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4389
4390         * pdf/ev-poppler.cc:
4391         * shell/ev-window.c: (do_action_named):
4392
4393         We should be more clear about bugzilla. See the
4394         poppler bug #7623.
4395
4396 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4397
4398         * configure.ac:
4399         * shell/Makefile.am:
4400         * shell/ev-job-queue.c:
4401         * shell/ev-jobs.[ch]:
4402         * shell/ev-sidebar-links.c:
4403         * shell/ev-window.[ch]:
4404         
4405         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4406         #348422
4407
4408 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4409
4410         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4411         * shell/ev-application-service.xml:
4412         * shell/ev-application.[ch]:
4413         * shell/ev-jobs.[ch]:
4414         * shell/ev-window.[ch]: (ev_window_run_preview):
4415         * shell/main.c: 
4416
4417         Add preview mode to use evince as a printing previewer. It also adds
4418         other command line options for fullscreen and presentation modes.
4419         Fixes bugs #347822, #317031
4420
4421 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4422
4423         * NEWS:
4424         * configure.ac:
4425         
4426         Update for release 0.5.4
4427
4428 2006-07-11  Bastien Nocera <hadess@hadess.net>
4429
4430         * Makefile.am:
4431         * backend/Makefile.am:
4432         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4433         * backend/ev-document-factory.h:
4434         * configure.ac:
4435         * impress/.cvsignore:
4436         * impress/Makefile.am:
4437         * impress/common.h:
4438         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4439         (imp_get_page), (imp_next_page), (imp_prev_page),
4440         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4441         * impress/f_oasis.c: (render_object), (render_page),
4442         (get_geometry), (_imp_oasis_load):
4443         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4444         (_imp_oo13_load):
4445         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4446         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4447         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4448         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4449         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4450         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4451         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4452         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4453         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4454         (iks_new_within), (iks_insert), (iks_insert_cdata),
4455         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4456         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4457         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4458         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4459         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4460         (iks_cdata), (iks_cdata_size), (iks_has_children),
4461         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4462         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4463         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4464         (iks_tree), (iks_load), (iks_save):
4465         * impress/iksemel.h:
4466         * impress/imposter.h:
4467         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4468         (imp_render_draw_bezier_real), (imp_render_get_size),
4469         (imp_render_set_fg_color), (imp_render_draw_line),
4470         (imp_render_draw_rect), (imp_render_draw_polygon),
4471         (imp_render_draw_arc), (imp_render_draw_bezier),
4472         (imp_render_open_image), (imp_render_get_image_size),
4473         (imp_render_scale_image), (imp_render_draw_image),
4474         (imp_render_close_image), (imp_render_markup),
4475         (imp_render_get_text_size), (imp_render_draw_text),
4476         (impress_document_load), (impress_document_save),
4477         (impress_document_get_n_pages), (impress_document_get_page_size),
4478         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4479         (impress_document_finalize), (impress_document_class_init),
4480         (impress_document_can_get_text), (impress_document_get_info),
4481         (impress_document_document_iface_init),
4482         (impress_document_thumbnails_get_thumbnail),
4483         (impress_document_thumbnails_get_dimensions),
4484         (impress_document_document_thumbnails_iface_init),
4485         (impress_document_init):
4486         * impress/impress-document.h:
4487         * impress/internal.h:
4488         * impress/r_back.c: (_imp_fill_back):
4489         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4490         (_imp_draw_image), (_imp_tile_image):
4491         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4492         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4493         (r_polyline):
4494         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4495         (r_draw_gradient_complex), (r_draw_gradient):
4496         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4497         (r_get_bullet):
4498         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4499         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4500         (r_text):
4501         * impress/render.c: (imp_create_context), (imp_context_set_page),
4502         (imp_context_set_step), (imp_render), (imp_delete_context):
4503         * impress/render.h:
4504         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4505         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4506         (zip_load_xml), (zip_get_size), (zip_load):
4507         * impress/zip.h:
4508         * shell/ev-utils.c:
4509         
4510         New backend to support impress slides. Fixes bug #30867.
4511
4512 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4513
4514         * shell/ev-utils.c: (using_postscript_printer):
4515         
4516         Fixes crash when print using PAPI backend,
4517         bug #345012.
4518
4519 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4520
4521         * shell/ev-jobs.c: (ev_job_xfer_run):
4522         * shell/ev-window.c: (password_dialog_response),
4523         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4524         (ev_window_dispose):
4525         Fixes bug #344160: if the xfer job doesn't complete
4526         because a password is required, reload the existing
4527         instance instead of creating a new one.
4528
4529 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4530
4531         * shell/main.c: (main): Call gdk_threads_init. Thus
4532         we'll avoid errors in auth dialog. Fix for the bug
4533         #343347.
4534
4535 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4536
4537         * configure.ac: Advertise pixbuf support, fix
4538         for the bug 343317.
4539
4540 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4541
4542         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4543         (ev_sidebar_thumbnails_set_document):
4544         
4545         Update sidebar thumbnails after reloading.
4546
4547 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4548
4549         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4550         * shell/ev-jobs.h:
4551         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4552         (ev_window_cmd_view_reload), (ev_window_init):
4553         
4554         Don't crash on reload. Fix for the bug #343167.
4555
4556 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4557
4558         * shell/ev-jobs.c: (ev_job_render_run):
4559         
4560         Check for document links.
4561
4562 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4563
4564         * backend/ev-attachment.c: (ev_attachment_save),
4565         (ev_attachment_launch_app), (ev_attachment_open):
4566         * backend/ev-document-factory.c: (get_document_from_uri):
4567         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4568         (egg_recent_view_uimanager_set_list):
4569         * ps/ps-document.c: (check_filecompressed), (document_load),
4570         (ps_document_load):
4571         * shell/ev-metadata-manager.c: (load_values):
4572         * shell/ev-password.c: (ev_password_dialog_set_property):
4573         * shell/ev-view.c: (tip_from_link):
4574         * shell/ev-window.c: (file_save_dialog_response_cb),
4575         (ev_window_print_dialog_response_cb):
4576         
4577         Use consistent quoting style. Fix for the bug #320285.
4578
4579 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4580
4581         * shell/ev-jobs.c: (ev_job_xfer_run):
4582         * shell/main.c: (load_files):
4583                 
4584         Open links with anchors. Fix for the bug #339836.
4585
4586 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4587
4588         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4589         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4590         (ev_link_dest_set_property), (ev_link_dest_finalize),
4591         (ev_link_dest_class_init), (ev_link_dest_new_named),
4592         (ev_link_dest_new_page_label):
4593         * backend/ev-link-dest.h:
4594         * shell/ev-application.c: (ev_application_open_uri):
4595         * shell/ev-view.c: (goto_dest):
4596         * shell/ev-window.c:
4597         * shell/ev-window.h:
4598         
4599         Fix page-label command line option. Bug #342070.
4600
4601 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4602
4603         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4604         
4605         Don't show highlight rects if page can't be showed. Fix for 
4606         the bug #342076
4607
4608 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4609
4610         * shell/ev-window.c: (setup_sidebar_from_metadata),
4611         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4612         
4613         Setup sidebar from metadata even if there is no document
4614         loaded. Fix for the bug #342807.
4615
4616 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * cut-n-paste/toolbar-editor/Makefile.am:
4619         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4620         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4621         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4622         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4623         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4624         (popup_context_menu_cb), (button_press_event_cb),
4625         (configure_item_sensitivity), (configure_item_cursor),
4626         (configure_item_tooltip), (connect_widget_signals),
4627         (action_sensitive_cb), (create_item_from_action),
4628         (create_item_from_position), (toolbar_drag_data_received_cb),
4629         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4630         (toolbar_drag_leave_cb), (configure_drag_dest),
4631         (toggled_visibility_cb), (toolbar_visibility_refresh),
4632         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4633         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4634         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4635         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4636         (egg_editable_toolbar_dispose),
4637         (egg_editable_toolbar_set_ui_manager),
4638         (egg_editable_toolbar_get_selected),
4639         (egg_editable_toolbar_set_selected), (set_edit_mode),
4640         (egg_editable_toolbar_set_property),
4641         (egg_editable_toolbar_get_property),
4642         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4643         (egg_editable_toolbar_new_with_model),
4644         (egg_editable_toolbar_get_edit_mode),
4645         (egg_editable_toolbar_set_edit_mode),
4646         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4647         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4648         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4649         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4650         (item_added_or_removed_cb), (toolbar_removed_cb),
4651         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4652         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4653         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4654         (editor_create_item_from_name), (append_table),
4655         (update_editor_sheet), (egg_toolbar_editor_init):
4656         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4657         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4658         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4659         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4660         (toolbar_node_free), (egg_toolbars_model_get_flags),
4661         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4662         (egg_toolbars_model_get_name), (impl_add_item),
4663         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4664         (parse_data_list), (parse_item_list), (parse_toolbars),
4665         (egg_toolbars_model_load_toolbars), (parse_available_list),
4666         (parse_names), (egg_toolbars_model_load_names),
4667         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4668         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4669         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4670         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4671         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4672         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4673         (egg_toolbars_model_set_types), (fill_avail_array),
4674         (egg_toolbars_model_get_name_avail),
4675         (egg_toolbars_model_get_name_flags),
4676         (egg_toolbars_model_set_name_flags):
4677         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4678         * cut-n-paste/toolbar-editor/eggintl.h:
4679         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4680         (egg_tree_multi_drag_source_get_type),
4681         (egg_tree_multi_drag_source_row_draggable),
4682         (egg_tree_multi_drag_source_drag_data_delete),
4683         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4684         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4685         (path_list_free), (set_context_data), (get_context_data),
4686         (get_info), (egg_tree_multi_drag_drag_data_get),
4687         (egg_tree_multi_drag_motion_event),
4688         (egg_tree_multi_drag_button_press_event),
4689         (egg_tree_multi_drag_add_drag_support):
4690         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4691         * shell/ev-application.c: (ev_application_init),
4692         (ev_application_save_toolbars_model):
4693         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4694         (ev_window_cmd_edit_toolbar), (ev_window_init):
4695         
4696         Sync toolbareditor with epiphany and libegg
4697
4698 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4699
4700         * configure.ac: 
4701
4702         Depend on poppler 0.5.2
4703
4704 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4705
4706         * shell/ev-jobs.c: (ev_job_render_run):
4707         
4708         Check if document supports links iterface.
4709
4710 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4711
4712         * NEWS:
4713         * configure.ac:
4714         
4715         Update for release 0.5.3
4716
4717 2006-05-13  Michael Plump  <plumpy@skylab.org>
4718
4719         * configure.ac:
4720         * shell/Makefile.am:
4721         * shell/main.c: (main):
4722         
4723         Port to GOption command line parsing. Fix for the 
4724         bug #327518
4725
4726 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4727
4728         * shell/ev-window.c: (ev_window_cmd_help_about):
4729         
4730         Do not wrap license. Fix for the bug #309460.
4731
4732 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4733
4734         * configure.ac:
4735         * properties/ev-properties-main.c: (ev_properties_get_pages):
4736         * shell/ev-application.c: (ev_application_open_window),
4737         (ev_application_open_uri_at_dest):
4738         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4739         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4740         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4741         * shell/ev-utils.c: (save_print_config_to_file):
4742         * shell/ev-window.c: (ev_window_cmd_save_as),
4743         (ev_attachment_popup_cmd_save_attachment_as):
4744         * shell/main.c: (load_files_remote):
4745         
4746         Bump requirements to gtk 2.8 and drop all ifdefs used.
4747
4748 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4749
4750         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4751         * shell/ev-window.c: (ev_window_init):
4752         
4753         Show attachments page.
4754
4755 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4756
4757         * po/POTFILES.in:
4758         * shell/ev-attachment-bar.c:
4759         * shell/ev-attachment-bar.h:
4760         * shell/ev-sidebar-attachments.c:
4761         (ev_sidebar_attachments_icon_cache_add),
4762         (icon_theme_get_pixbuf_from_mime_type),
4763         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4764         (ev_sidebar_attachments_icon_cache_refresh),
4765         (ev_sidebar_attachments_get_attachment_at_pos),
4766         (ev_sidebar_attachments_popup_menu_show),
4767         (ev_sidebar_attachments_popup_menu),
4768         (ev_sidebar_attachments_button_press),
4769         (ev_sidebar_attachments_update_icons),
4770         (ev_sidebar_attachments_drag_data_get),
4771         (ev_sidebar_attachments_get_property),
4772         (ev_sidebar_attachments_destroy),
4773         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4774         (ev_sidebar_attachments_new),
4775         (ev_sidebar_attachments_set_document),
4776         (ev_sidebar_attachments_support_document),
4777         (ev_sidebar_attachments_get_label),
4778         (ev_sidebar_attachments_page_iface_init):
4779         * shell/ev-sidebar-attachments.h:
4780         * shell/ev-window.c: (update_chrome_visibility),
4781         (setup_sidebar_from_metadata), (ev_window_setup_document),
4782         (ev_window_sidebar_current_page_changed_cb),
4783         (attachment_bar_menu_popup_cb), (ev_window_init):
4784         
4785         Move attachments bar to sidebar.
4786
4787 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4788
4789         * pdf/ev-poppler.cc:
4790         * shell/ev-application.[ch]:
4791         * shell/main.c:
4792
4793         Fix some memory leaks.
4794
4795 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4796
4797         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4798
4799         Change the properties dialog response to
4800         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4801         will make the dialog go away when the user presses
4802         enter. With gtk+ >= 2.9 this will happen anyway, but for
4803         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4804         escape by default. Fixes bug #340539. See also bug
4805         #101293 for the gtk+ part.
4806
4807 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4808
4809         * shell/ev-view.c (tip_from_action_named): Replace some strings
4810         that were wrong. Closes #340970.
4811
4812 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4813
4814         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4815
4816         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4817         #341049
4818
4819 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4820
4821         * djvu/Makefile.am:
4822         * dvi/Makefile.am:
4823         * dvi/mdvi-lib/Makefile.am:
4824         * properties/Makefile.am:
4825         * ps/Makefile.am:
4826         * shell/Makefile.am:
4827         * thumbnailer/Makefile.am:
4828         
4829         Due to broken libtool that is unable to track dependencies
4830         of noinst libraries we are forced to explicitely point
4831         libraries for binary. Fix for the bug #333334.
4832
4833 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4834
4835         * data/evince.desktop.in.in:
4836         * shell/ev-view.c: (view_update_range_and_current_page),
4837         (ev_view_next_page), (ev_view_previous_page):
4838         * shell/ev-window.c: (update_chrome_visibility),
4839         (setup_sidebar_from_metadata), (ev_window_setup_document),
4840         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4841         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4842         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4843         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4844         (ev_window_stop_presentation), (ev_window_focus_in_event),
4845         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4846         (ev_window_init):
4847         * thumbnailer/Makefile.am:
4848         
4849         Update fullscreen and presentation timeout handling. Hide
4850         cursor in presentation after timeout. Fix for the bugs
4851         #136359 and #336981.
4852
4853 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4854
4855         * backend/ev-link-action.[ch]:
4856         * pdf/ev-poppler.cc: (ev_link_from_action):
4857         * shell/ev-view-private.h:
4858         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4859         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4860
4861         Add support for Named Action links
4862
4863 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4864
4865         * backend/Makefile.am:
4866         * backend/ev-document-links.[ch]:
4867         * backend/ev-document.[ch]:
4868         * backend/ev-link-action.[ch]:
4869         * backend/ev-link-dest.[ch]:
4870         * backend/ev-link.[ch]:
4871         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4872         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4873         * shell/ev-page-action.c: (build_new_tree_cb):
4874         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4875         (links_page_num_func), (update_page_callback):
4876         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4877         (tip_from_link):
4878         * shell/ev-jobs.c:
4879         * shell/ev-window.[ch]: (ev_window_open_uri),
4880         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4881         * shell/ev-application.[ch]: (ev_application_open_window),
4882         (ev_application_open_uri):
4883
4884         Rework links system, it adds support for remote links now and it makes
4885         easier to add new kinds of actions and destinations. Fixes bug #317292
4886
4887 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4888
4889         * data/Makefile.am:
4890         * data/evince.png:
4891         * data/evince-16.png:
4892         * data/evince-22.png:
4893         * data/evince.svg:
4894         * shell/main.c: (main):
4895         
4896         Evince use it's own icon. Fix for the bug #313392.
4897
4898         * shell/ev-window.c: (fullscreen_timeout_cb),
4899         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4900         (ev_window_cmd_help_about), (ev_window_dispose):
4901         
4902         Simplify fullscreen timeout code.
4903
4904 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4905
4906         * backend/ev-attachment.c: 
4907         * shell/ev-attachment-bar.c:
4908         * shell/ev-window.c:
4909
4910         Allow multiple selection of attachments
4911
4912 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4913
4914         * shell/ev-view.c: (view_update_range_and_current_page),
4915         (ev_view_scroll):
4916         
4917         Fix for the bug #312573 – Optimal selection of current 
4918         page among visible pages.
4919
4920 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4921
4922         * configure.ac:
4923         * djvu/Makefile.am:
4924         * djvu/djvu-text.h:
4925         
4926         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4927         for the bug 339868.
4928
4929 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4930
4931         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4932
4933 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4934
4935         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4936         dictated by the GNOME HIG. Fixes bug #339235.
4937
4938 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4939
4940         * data/evince-ui.xml:
4941         * shell/ev-view.c: (ev_view_can_find_previous):
4942         * shell/ev-view.h:
4943         * shell/ev-window.c: (ev_window_update_actions),
4944         (ev_window_cmd_edit_find_previous):
4945
4946         Add support for "Find Previous" as dictated by the GNOME HIG. A
4947         menu item is added and some glue code to make it all work is added
4948         to various files.
4949
4950 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4951
4952         * configure.ac: Award myself the "useless use of cat" award.
4953
4954 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4955
4956         * po/LINGUAS: New file listing all supported languages.
4957
4958         * configure.in: Use po/LINGUAS instead of including all languages
4959         directly in this file. See the wiki for more information:
4960         http://live.gnome.org/GnomeGoals/PoLinguas
4961
4962 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4963
4964         * backend/ev-document-factory.c:
4965
4966         Do not load the document twice when there isn't errors
4967
4968 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4969
4970         * backend/ev-attachment.c: 
4971
4972         Fix a crash when there isn't a default application to open an
4973         attachment
4974
4975 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4976
4977         * backend/ev-attachment.[ch]:
4978         * shell/ev-attachment-bar.[ch]:
4979
4980         Added missing files. 
4981
4982 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4983
4984         * backend/Makefile.am:
4985         * data/evince-ui.xml:
4986         * backend/ev-attachment.[ch]:
4987         * backend/ev-document.[ch]: (ev_document_has_attachments),
4988         (ev_document_get_attachments):
4989         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
4990         (attachment_save_to_buffer), (pdf_document_get_attachments),
4991         (pdf_document_document_iface_init):
4992         * shell/Makefile.am:
4993         * shell/ev-attachment-bar.[ch]:
4994         * shell/ev-window.c:
4995
4996         Add support for PDF attachments. Fixes bug #325143
4997
4998 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4999
5000         * backend/ev-document-factory.c: (get_document_from_uri),
5001         (ev_document_factory_get_document):
5002         * backend/ev-document-factory.h:
5003         * properties/ev-properties-main.c: (ev_properties_get_pages):
5004         * shell/Makefile.am:
5005         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5006         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5007         (ev_job_queue_remove_job):
5008         * shell/ev-job-queue.h:
5009         * shell/ev-job-xfer.c:
5010         * shell/ev-job-xfer.h:
5011         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5012         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5013         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5014         (ev_job_xfer_run):
5015         * shell/ev-jobs.h:
5016         * shell/ev-window.c: (ev_window_is_empty),
5017         (password_dialog_response), (ev_window_clear_xfer_job),
5018         (ev_window_xfer_job_cb), (ev_window_open_uri),
5019         (ev_window_cmd_focus_page_selector),
5020         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5021         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5022         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5023         (ev_window_dispose):
5024         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5025         
5026         * Cleanup mime type detection on document load. Fix for the
5027         bug #336448.
5028
5029 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5030
5031         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5032         
5033         Fix crash on exit, described in the bug #336825.
5034
5035 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5036
5037         * backend/ev-document-factory.c:
5038         (ev_document_factory_get_from_mime),
5039         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5040         (ev_document_factory_get_document),
5041         (file_filter_add_mime_list_and_free),
5042         (ev_document_factory_add_filters):
5043         * backend/ev-document-factory.h:
5044         * properties/ev-properties-main.c: (ev_properties_get_pages):
5045         * shell/Makefile.am:
5046         * shell/ev-application.c:
5047         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5048         * shell/ev-window.c: (ev_window_cmd_file_open),
5049         (ev_window_cmd_save_as):
5050         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5051         
5052         Rework factory functions so they are placed now in a single 
5053         file ev-document-factory.c
5054
5055 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5056
5057         * shell/ev-window.c: (update_chrome_visibility):
5058         
5059         Fix for the bug 166566 - don't show menubar in fullscreen
5060         mode.
5061
5062 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5063
5064         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5065
5066 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5067
5068         * shell/ev-view.c: (ev_view_expose_event):
5069         
5070         More correctly draw loading text when document
5071         is empty.
5072
5073 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5074
5075         * shell/ev-view.c: (ev_view_scroll):
5076         
5077         Fix for the bug #334854, page down and page up switch
5078         pages in presentation mode.
5079
5080 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5081
5082         * shell/ev-window.c: (ev_window_set_action_sensitive),
5083         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5084         (ev_window_set_view_accels_sensitivity),
5085         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5086         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5087         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5088         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5089         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5090         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5091         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5092         (view_actions_focus_in_cb), (ev_window_init):
5093         
5094         Fix for the bug #333902, now it's possible to search
5095         words with slash.
5096
5097 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5098
5099         * configure.ac: Added Breton translation.
5100         * po/br.po: Added Breton translation.
5101
5102 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5103
5104         * shell/ev-window-title (ev_window_title_update):
5105
5106         Fix memory leak in window title. Fixes bug #333944
5107
5108 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5109
5110         * shell/ev-metadata-manager.c (parseItem):
5111
5112         Fix memory leaks. Fixes bug #333945
5113
5114 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5115         
5116         * NEWS, configure.ac, TODO:
5117         
5118         Update for release 0.5.2.
5119
5120 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5121
5122         * shell/ev-view.c: (view_update_range_and_current_page),
5123         (page_changed_cb):
5124         
5125         Don't jump on scrolling, fix for the bug #333127.
5126
5127 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5128
5129         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5130         
5131         Scroll by one page in presentation mode. Fix for the bug
5132         #332993.
5133
5134 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5135
5136         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5137
5138 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5139
5140         * configure.ac  Added lv in ALL_LINGUAS line.
5141
5142 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5143         
5144         * NEWS, configure.ac:
5145         
5146         Update for release 0.5.1
5147
5148 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5149
5150         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5151         * backend/ev-document-misc.h:
5152         * shell/ev-view.c: (draw_one_page):
5153         
5154          Clairfy what page the toolbar page number applies to. Fix
5155          for the bug #328102.
5156
5157 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5158
5159         * shell/ev-view-private.h:
5160         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5161         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5162         (ev_view_search_changed):
5163         * shell/ev-view.h:
5164         * shell/ev-window.c: (find_bar_search_changed_cb):
5165         
5166         Dont't jump to find result if window was scrolled during search.
5167         Fix for the bug #313266.
5168
5169 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5170
5171         * shell/eggfindbar.c: (egg_find_bar_class_init):
5172         * shell/eggfindbar.h:
5173         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5174         * shell/ev-view-private.h:
5175         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5176         (ev_view_class_init), (ev_sizing_mode_get_type),
5177         (ev_scroll_type_get_type):
5178         * shell/ev-view.h:
5179         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5180         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5181         (ev_window_init):
5182         
5183         Fix for the bug 319133 - Find entry should allow text scroll.
5184
5185 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5186
5187         * shell/ev-view-private.h:
5188         * shell/ev-view.c: (view_update_range_and_current_page),
5189         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5190         (ev_view_set_document), (update_find_status_message),
5191         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5192         (ev_view_find_previous):
5193         
5194         Fix for the bug #319137. Search now takes account for scrolling.
5195
5196 2006-02-19  Michael Hofmann <mh21@piware.de>
5197
5198         * configure.ac:
5199         * djvu/Makefile.am:
5200         * djvu/djvu-document-private.h:
5201         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5202         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5203         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5204         (djvu_document_can_get_text), (djvu_document_get_text),
5205         (djvu_document_document_iface_init),
5206         (djvu_document_thumbnails_get_thumbnail),
5207         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5208         (djvu_document_find_get_result),
5209         (djvu_document_find_page_has_results),
5210         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5211         (djvu_document_find_iface_init):
5212         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5213         (djvu_text_page_selection), (djvu_text_page_limits_process),
5214         (djvu_text_page_limits), (djvu_text_page_copy),
5215         (djvu_text_page_position), (djvu_text_page_union),
5216         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5217         (djvu_text_page_box), (djvu_text_page_append_text),
5218         (djvu_text_page_search), (djvu_text_page_prepare_search),
5219         (djvu_text_page_new), (djvu_text_page_free):
5220         * djvu/djvu-text-page.h:
5221         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5222         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5223         (djvu_text_n_results), (djvu_text_has_results),
5224         (djvu_text_get_result), (djvu_text_get_progress):
5225         * djvu/djvu-text.h:
5226         
5227         Text search in djvu. Fix for the bug #303415.
5228
5229 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5230
5231         * configure.ac:
5232         * shell/ev-window.c: (ev_window_cmd_save_as):
5233         
5234         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5235         Thanks to Gary Coady <gary@lyranthe.org>
5236
5237 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5238
5239         * shell/ev-print-job.c: (idle_print_handler):
5240         
5241         Inverse order printing, bug #320919.
5242
5243 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5244
5245         * data/evince-toolbar.xml:
5246         * shell/ev-window.c:
5247         
5248         Allow to add sidebar checkbutton on toolbar. Fix
5249         for the bug #144577.
5250
5251 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5252
5253         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5254         
5255         Add checks that have sense for empty ps document.
5256
5257 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5258
5259         * configure.ac: Include PS in mime types list. 
5260
5261 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5262
5263         * configure.ac:
5264         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5265         * ps/gsdefaults.h:
5266         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5267         
5268         Runtime check for gs interpreter. Fix for the bug #320868.
5269         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5270
5271 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5272
5273         * shell/ev-application.c: 
5274
5275         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5276         dbus>=0.60, so that the request is not queued. 
5277
5278 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5279
5280         * configure.ac:
5281         * shell/Makefile.am:
5282         * shell/ev-sidebar-links.c: (print_section_cb):
5283         * shell/ev-utils.c:
5284         * shell/ev-utils.h:
5285         * shell/ev-window.c: (update_action_sensitivity),
5286         (ev_window_close_dialogs), (ev_window_print):
5287         * shell/ev-window.h:
5288         
5289         Make printing support optional. Patch from Eduardo de Barros Lima
5290         <eduardo.lima@indt.org.br> for the bug #330546.
5291
5292 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5293
5294         * shell/ev-view-private.h:
5295         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5296         (ev_view_set_document):
5297         * shell/ev-view.h:
5298         * shell/ev-window.c: (ev_window_load_job_cb),
5299         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5300         (ev_window_init):
5301
5302         Draw Loading message during xfer job. Fix for the bug #329495.
5303
5304 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5305
5306         * comics/comics-document.c: (comics_regex_quote),
5307         (comics_document_load), (extract_argv):
5308         
5309         Correcly quote regexp before passing it to unzip.
5310
5311 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5312
5313         * shell/ev-page-cache.c: (build_height_to_page),
5314         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5315         (ev_page_cache_get_dual_even_left):
5316         * shell/ev-page-cache.h:
5317         * shell/ev-view.c: (view_update_range_and_current_page),
5318         (get_page_y_offset), (get_page_extents):
5319         
5320         Place even pages to the left if document has less then
5321         two pages. Fix for the bug #328856.
5322
5323 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5324
5325         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5326         
5327         Correct comics scheme. This make evince create thumbnails
5328         for comic books. Fix for the bug 329088.
5329
5330 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5331
5332         * data/evince-password.glade: Don't explicitly set
5333         invisible_char to the current default value in case
5334         the default changes; let GTK+ do its magic.
5335
5336 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5337
5338         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5339         real filename to tmp filename since often document
5340         type is determined by extension.
5341
5342 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5343
5344         * shell/ev-view.c: (add_scroll_binding_keypad),
5345         (ev_view_binding_activated), (ev_view_class_init):
5346         
5347         Add keybindings for percision-scrolling of display area. 
5348         Fix for the bug #314072.
5349
5350 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5351
5352         * data/evince.desktop.in.in:
5353         
5354         Add GTK to the list of categories. Fix for the bug #328034.
5355
5356 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5357
5358         * shell/ev-application.c: (ev_application_shutdown),
5359         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5360         * shell/ev-application.h:
5361         * shell/ev-window.c: (file_open_dialog_response_cb),
5362         (ev_window_cmd_file_open):
5363         
5364         Save last uri in file chooser dialog. Fix for the bug #327950.
5365
5366 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5367
5368         * NEWS:
5369         * README:
5370         
5371         Final update for release 0.5.0
5372         
5373         * shell/Makefile.am:
5374         
5375         Remove disable deprecated until we'll require libgnome-2.13.7
5376         and port to GOption argument parsing. See bug 327518.
5377
5378 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5379
5380         * comics/comics-document.c: (comics_document_save):
5381         * djvu/djvu-document.c: (djvu_document_save):
5382         * dvi/dvi-document.c: (dvi_document_save):
5383         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5384         * lib/ev-file-helpers.h:
5385         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5386         * tiff/tiff-document.c: (tiff_document_save):
5387         
5388         Use common save function for backends.
5389
5390 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5391
5392         * backend/ev-document-types.c:
5393         
5394         Fix crash on saving pixbuf.
5395
5396 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5397
5398         * cut-n-paste/recent-files/egg-recent-item.c:
5399         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5400         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5401         (parse_info_free), (valid_element), (start_element_handler),
5402         (end_element_handler), (text_handler), (egg_recent_model_filter),
5403         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5404         (egg_recent_model_monitor), (egg_recent_model_read),
5405         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5406         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5407         (egg_recent_model_set_property), (egg_recent_model_class_init),
5408         (egg_recent_model_init), (egg_recent_model_add_full),
5409         (egg_recent_model_delete), (egg_recent_model_get_list),
5410         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5411         (egg_recent_model_set_filter_mime_types),
5412         (egg_recent_model_clear_group_filter),
5413         (egg_recent_model_set_filter_groups),
5414         (egg_recent_model_clear_scheme_filter),
5415         (egg_recent_model_set_filter_uri_schemes),
5416         (egg_recent_model_remove_expired):
5417         * cut-n-paste/recent-files/egg-recent-util.c:
5418         (egg_recent_util_get_icon):
5419         * cut-n-paste/recent-files/egg-recent-util.h:
5420         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5421         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5422         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5423         (egg_recent_view_uimanager_set_property),
5424         (egg_recent_view_uimanager_get_property),
5425         (egg_recent_view_uimanager_class_init),
5426         (egg_recent_view_uimanager_init),
5427         (egg_recent_view_uimanager_set_label_width),
5428         (egg_recent_view_uimanager_get_label_width):
5429         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5430         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5431         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5432         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5433         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5434         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5435         
5436         Update from libegg.
5437
5438 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5439
5440         * shell/ev-page-cache.c: (build_height_to_page),
5441         (ev_page_cache_get_height_to_page):
5442         * shell/ev-page-cache.h:
5443         * shell/ev-view.c: (view_update_range_and_current_page),
5444         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5445         (ev_view_previous_page):
5446         
5447         Dual mode places even pages to the left. Fix for the bug #309393.
5448
5449         * shell/ev-view.h:
5450         * shell/ev-window.c: (update_action_sensitivity),
5451         (setup_view_from_metadata), (view_menu_popup_cb):
5452         
5453         Don't restore presentation in empty windows, more intelligent
5454         next page behaviour in dual mode.
5455
5456         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5457         (ev_pixbuf_cache_clear_job_sizes):
5458         
5459         Cleanup job callback on removal. Fix for the bug #325886.
5460
5461 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5462
5463         * ps/ps.c: (psscan):
5464         
5465         Commit workaround Mozilla problem. Fix for the bug #325919
5466         
5467         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5468         (save_item):
5469         
5470         Fix for year 2038 problem.
5471
5472 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5473
5474         * shell/ev-window.c: (setup_document_from_metadata),
5475         (ev_window_cmd_view_reload):
5476
5477         Clamp page recieved from metadata in valid values. Fix
5478         for the bug #325986.
5479
5480 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5481
5482         * MAINTAINERS: 
5483         Add MAINTAINERS as requested on desktop-devel-list.
5484
5485 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5486
5487         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5488         (mime_type_supported_by_gdk_pixbuf),
5489         (ev_document_factory_get_mime_types),
5490         (ev_document_factory_get_all_mime_types):
5491         
5492         Don't add pixbuf mime types if pixbuf backend is disabled.
5493         
5494         * shell/ev-application.c: (ev_application_get_uri_window):
5495         
5496         Fix for the bug 325815 - unhandled MIME type message doesn't 
5497         appear a second time. 
5498         
5499         * shell/ev-document-types.c: (ev_document_types_add_filters):
5500         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5501         (password_dialog_response), (ev_window_popup_password_dialog),
5502         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5503         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5504         (ev_window_run_presentation), (ev_window_stop_presentation),
5505         (save_sizing_mode), (ev_window_zoom_changed_cb),
5506         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5507         (ev_window_dual_mode_changed_cb),
5508         (ev_window_sidebar_current_page_changed_cb),
5509         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5510         (window_state_event_cb), (window_configure_event_cb):
5511         
5512         Cleanup additional uris holded by EvWindow.
5513
5514 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5515
5516         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5517         (ev_view_can_previous_page), (ev_view_can_next_page):
5518         * shell/ev-view.h:
5519         * shell/ev-window.c: (update_action_sensitivity):
5520         
5521         Two page scrolling with Space and PageUp in dual mode. Second fix 
5522         for the bug #316608.
5523
5524 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5525
5526         * shell/ev-view.c: (scroll_to_current_page):
5527         
5528         Correctly clamp adjustment value. Fix for the bug
5529         #325808.
5530
5531 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5532
5533         * shell/ev-sidebar-links.c: (print_section_cb):
5534         * shell/ev-window.c: (ev_window_get_uri),
5535         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5536         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5537         (ev_window_dispose):
5538         
5539         Make print dialog non-modal. Fix for the bug #325622.
5540
5541 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5542
5543         * shell/ev-metadata-manager.c:
5544         * shell/ev-utils.c: (using_pdf_printer),
5545         (using_postscript_printer), (load_print_config_from_file),
5546         (save_print_config_to_file):
5547         * shell/ev-utils.h:
5548         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5549         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5550         (setup_view_from_metadata), (ev_window_setup_document),
5551         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5552         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5553         (ev_window_run_presentation), (ev_window_stop_presentation),
5554         (save_sizing_mode), (ev_window_zoom_changed_cb),
5555         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5556         (ev_window_dual_mode_changed_cb),
5557         (ev_window_sidebar_current_page_changed_cb),
5558         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5559         (window_state_event_cb), (window_configure_event_cb),
5560         (ev_window_init):
5561         
5562         Setting saving behaviour fixes.
5563
5564 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5565
5566         * configure.ac:
5567         
5568         Make antialiasing gs options better and allow
5569         to change them during configure. Fix for the 
5570         bug #319049.
5571
5572 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5573
5574         * shell/ev-window.c: (setup_view_from_metadata):
5575         
5576         Remember if last window was maximized. Fix for the
5577         bug #323797.
5578
5579 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5580
5581         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5582
5583 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5584
5585         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5586         * shell/ev-page-action.c: (build_new_tree_cb):
5587         * shell/ev-sidebar-links.c: (links_page_num_func),
5588         (update_page_callback_foreach), (update_page_callback):
5589         * shell/ev-view.c: (scroll_to_current_page):
5590         
5591         Fix for the bug #325067 with more intelligent selection
5592         of current link in sidebar. Make sidebar handle links
5593         of FITR-like type more correctly.
5594
5595         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5596         (dvi_pixbuf_put_pixel):
5597         
5598         Fix memory consumtion with disabled alpha channel.
5599
5600 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5601
5602         * data/evince-ui.xml:
5603         * shell/ev-window.c: (view_menu_popup_cb),
5604         (ev_popup_cmd_open_link), (ev_window_init):
5605         
5606         Update context menu for internal links. Fix for the bug
5607         #325066.
5608
5609 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5610
5611         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5612         
5613         Bind context menu to keyboard also. Fix for the bug
5614         #325065.
5615
5616 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5617
5618         * shell/ev-view.c: (selection_scroll_timeout_cb):
5619         
5620         Horizontal scroll on selection also.
5621
5622 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5623
5624         * shell/ev-metadata-manager.c: (parse_value):
5625         * shell/ev-view.c: (goto_xyz_link):
5626         
5627         Correct zoom setup and metadata save broken in 
5628         some locales.
5629
5630 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5631
5632         * shell/ev-view-private.h:
5633         * shell/ev-view.c: (scroll_to_current_page),
5634         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5635         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5636         (page_changed_cb), (ev_view_set_continuous),
5637         (ev_view_set_dual_page), (ev_view_set_presentation):
5638         
5639         Delay scroll until allocation to correctly position page. Fix
5640         for the bug #317334.
5641
5642 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5643
5644         * NEWS:
5645         * configure.ac:
5646         
5647         Update NEWS and require poppler 0.5.0.
5648
5649 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5650         
5651         * data/evince-ui.xml:
5652         * shell/ev-view-private.h:
5653         * shell/ev-view.c: (ev_view_get_link_at_location),
5654         (handle_link_over_xy), (ev_view_button_press_event),
5655         (ev_view_button_release_event), (ev_view_class_init):
5656         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5657         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5658         (ev_window_init):
5659         
5660         Implement right-click context menu.
5661
5662 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5663
5664         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5665         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5666         (mdvi_pixbuf_device_render):
5667         * pdf/ev-poppler.cc:
5668
5669         Don't generate thumbnails with alpha. See bug #324077.
5670         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5671
5672 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5673
5674         * shell/ev-window.c: (setup_chrome_from_metadata):
5675         
5676         Fix typo that was hiding toolbar.
5677
5678 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5679
5680         * shell/ev-view-private.h:
5681         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5682         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5683         (ev_view_button_release_event), (ev_view_destroy):
5684         
5685         Small cleanup and autoscrolling during selection. Thanks to 
5686         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5687
5688 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5689
5690         * configure.ac:
5691         
5692         Correctly check for comics option.
5693
5694 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5695         * Makefile.am:
5696         * configure.ac:
5697         * backend/Makefile.am:
5698         * backend/ev-document-factory.c:
5699         * shell/ev-document-types.c:
5700
5701         Included option in configure to make ps backend 
5702         compilation optional with --disable-ps.
5703
5704 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5705
5706         * backend/ev-document-factory.c:
5707         * comics/Makefile.am:
5708         * comics/comics-document.c: (comics_document_load):
5709         * comics/ev-cbr-mime.xml:
5710         * configure.ac:
5711         
5712         Comics mime types are added to shared-mime-info CVS. Now
5713         we don't need to install our own mime types.
5714
5715 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5716
5717         * shell/ev-window.c:
5718         
5719         Add shortcut for "save a copy" menu entry. Fix for
5720         the bug #324582.
5721
5722 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5723
5724         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5725         (job_finished_cb), (new_selection_pixbuf_needed),
5726         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5727         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5728         
5729         Rework selection job info logic and fix critical warning.
5730
5731 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5732
5733         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5734
5735 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5736
5737         * data/evince-ui.xml:
5738         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5739         
5740         Enter as shortcut key for next page. Fix for the bug
5741         #321394.
5742
5743 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5744
5745         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5746
5747 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5748
5749         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5750         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5751         (new_selection_pixbuf_needed),
5752         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5753         (clear_job_selection):
5754         
5755         Too early for 0.5. Pixbuf cache code cleaned a bit.
5756
5757 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5758
5759         * NEWS:
5760         * configure.ac:
5761         
5762         Release 0.5.0 preparation
5763
5764 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5765
5766         * comics/Makefile.am:
5767         * configure.ac:
5768         * shell/ev-document-types.c: (ev_document_types_add_filters):
5769         
5770         More advanced handling of custom mime type installation.
5771
5772 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5773
5774         * data/evince.schemas.in:
5775         * shell/ev-metadata-manager.c: (value_free),
5776         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5777         (ev_metadata_manager_get), (ev_metadata_manager_set):
5778         * shell/ev-metadata-manager.h:
5779         * shell/ev-window.c: (update_chrome_flag),
5780         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5781         (setup_document_from_metadata), (setup_chrome_from_metadata),
5782         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5783         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5784         (ev_window_view_toolbar_cb),
5785         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5786         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5787         
5788         Save last document settings and reuse them for new documents.
5789
5790 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5791
5792         * Makefile.am:
5793         * backend/Makefile.am:
5794         * backend/ev-document-factory.c:
5795         * backend/ev-document-factory.h:
5796         * comics/Makefile.am:
5797         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5798         (comics_document_load), (comics_document_save),
5799         (comics_document_get_n_pages), (comics_document_get_page_size),
5800         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5801         (comics_document_class_init), (comics_document_can_get_text),
5802         (comics_document_get_info), (comics_document_document_iface_init),
5803         (comics_document_init), (get_supported_image_extensions),
5804         (comics_document_thumbnails_get_geometry),
5805         (comics_document_thumbnails_get_thumbnail),
5806         (comics_document_thumbnails_get_dimensions),
5807         (comics_document_document_thumbnails_iface_init), (extract_argv):
5808         * comics/comics-document.h:
5809         * comics/ev-cbr-mime.xml:
5810         * configure.ac:
5811         * po/POTFILES.in:
5812         * shell/ev-application.c: (ev_application_register_service):
5813         * shell/ev-document-types.c: (ev_document_types_add_filters):
5814         * thumbnailer/Makefile.am:
5815         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5816         
5817         New CBR/CBZ backend for comic books.
5818
5819 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5820
5821         * shell/main.c: (load_files_remote):
5822
5823         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5824         warning on startup of second instance is fixed. It
5825         is bug #320353.
5826
5827 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5828
5829         * shell/ev-window.c: (ev_window_finalize):
5830         
5831         Fix double free that cause crash.
5832
5833 2005-10-29  Bastien Nocera <hadess@hadess.net>
5834
5835         * tiff/tiff-document.c: (tiff_document_load):
5836         
5837         Fix memory leak.
5838
5839 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5840
5841         * po/POTFILES.in:
5842         * shell/Makefile.am:
5843         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5844         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5845         (ev_view_accessible_get_text),
5846         (ev_view_accessible_get_character_at_offset),
5847         (ev_view_accessible_get_text_before_offset),
5848         (ev_view_accessible_get_text_at_offset),
5849         (ev_view_accessible_get_text_after_offset),
5850         (ev_view_accessible_get_character_count),
5851         (ev_view_accessible_get_caret_offset),
5852         (ev_view_accessible_set_caret_offset),
5853         (ev_view_accessible_get_run_attributes),
5854         (ev_view_accessible_get_default_attributes),
5855         (ev_view_accessible_get_character_extents),
5856         (ev_view_accessible_get_offset_at_point),
5857         (ev_view_accessible_get_n_selections),
5858         (ev_view_accessible_get_selection),
5859         (ev_view_accessible_add_selection),
5860         (ev_view_accessible_remove_selection),
5861         (ev_view_accessible_set_selection),
5862         (ev_view_accessible_text_iface_init),
5863         (ev_view_accessible_idle_do_action),
5864         (ev_view_accessible_action_do_action),
5865         (ev_view_accessible_action_get_n_actions),
5866         (ev_view_accessible_action_get_description),
5867         (ev_view_accessible_action_get_name),
5868         (ev_view_accessible_action_set_description),
5869         (ev_view_accessible_action_iface_init),
5870         (ev_view_accessible_get_type), (ev_view_accessible_new),
5871         (ev_view_accessible_factory_get_accessible_type),
5872         (ev_view_accessible_factory_create_accessible),
5873         (ev_view_accessible_factory_class_init),
5874         (ev_view_accessible_factory_get_type):
5875         * shell/ev-view-accessible.h:
5876         * shell/ev-view-private.h:
5877         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5878         * shell/ev-view.h:
5879         
5880         Initial accessibility support.
5881
5882 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5883
5884         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5885
5886 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5887
5888         * shell/ev-print-job.c: (idle_print_handler):
5889         
5890         Fix for bug Bug 318916: Printing multiple pages.
5891
5892 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5893
5894         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5895
5896 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5897
5898         * pdf/ev-poppler.cc:
5899         
5900         Thumnail dimensions unified with other backends.
5901         
5902         * shell/ev-window-title.c: (ev_window_title_update):
5903         
5904         Fix warning.
5905
5906 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5907
5908         * data/ev-stock-zoom-fit-width.png:
5909         
5910         Remove unused file.
5911
5912 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5913
5914         * configure.ac:
5915         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5916         (djvu_document_finalize):
5917         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5918         (dvi_document_finalize):
5919         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5920         (pixbuf_document_save), (pixbuf_document_finalize):
5921         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5922         (tiff_document_finalize):
5923         
5924         Save a copy implemented for various backends.
5925
5926 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5927
5928         * configure.ac:
5929         
5930         Don't link with ltiff if tiff is disabled.
5931
5932 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5933
5934         * pdf/GDKSplashOutputDev.cc:
5935         * pdf/GDKSplashOutputDev.h:
5936         * pdf/Thumb.cc:
5937         * pdf/Thumb.h:
5938         * pdf/pdf-document.cc:
5939         * pdf/pdf-document.h:
5940         * pdf/test-gdk-output-dev.cc:
5941         
5942         Remove old unused files.
5943
5944 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5945
5946         * shell/ev-window.c: (ev_window_setup_document):
5947         
5948         Fixed warnings on reload and probably crash reason.
5949
5950 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5951
5952         * properties/ev-properties-view.c:
5953         (ev_properties_view_format_date):
5954         
5955         Check if date is invalid. Fix for bug 318134.
5956
5957 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5958
5959         * shell/ev-window-title.c:
5960         
5961         Add .indd files (Adobe Indesign) to the list of "bad
5962         extensions".
5963
5964 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5965
5966         * data/evince-ui.xml:
5967         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5968         
5969         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
5970
5971 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5972
5973         * shell/ev-window.c: (launch_link), (launch_external_uri),
5974         (view_external_link_cb):
5975
5976         URL-escape link before passing it to gnome_vfs_url_show.
5977
5978 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5979
5980         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
5981         there isn't text selected.
5982
5983 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
5984
5985         * shell/ev-view.c: (handle_link_over_xy):
5986
5987         Check tooltip is valid utf8 before showing it
5988
5989 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
5990
5991         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
5992
5993 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
5994
5995         * shell/ev-window-title.c: (ev_window_title_update):
5996
5997         Guard against using g_strstrip on NULL. Fixes bug #317291.
5998
5999 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6000
6001         * pdf/ev-poppler.cc:
6002
6003         Show title even for unknown links
6004
6005 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6006
6007         * shell/ev-window-title.c: (ev_window_title_update):
6008
6009         Strip the title string
6010
6011 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6012
6013         * shell/ev-window-title.c:
6014
6015         Add .rtf to the bad extensions list
6016
6017 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6018
6019         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6020         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6021
6022         Ignore link coordinates if they are outside page bounds
6023
6024 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6025
6026         * backend/ev-link.c: (ev_link_type_get_type),
6027         (ev_link_get_filename), (ev_link_get_params),
6028         (ev_link_get_property), (ev_link_set_property),
6029         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6030         * backend/ev-link.h:
6031         * pdf/ev-poppler.cc:
6032         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6033         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6034         (ev_window_init):
6035
6036         Implement launch links. Delegate external link opening to
6037         the window.
6038
6039 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6040
6041         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6042         (ev_link_get_right), (ev_link_get_property),
6043         (ev_link_set_property), (ev_link_class_init),
6044         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6045         * backend/ev-link.h:
6046         * pdf/ev-poppler.cc:
6047         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6048
6049         Implement fitr links
6050
6051 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6052
6053         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6054         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6055         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6056         (ev_view_size_request_continuous),
6057         (ev_view_size_request_dual_page),
6058         (ev_view_size_request_single_page), (ev_view_size_allocate),
6059         (ev_view_zoom_for_size_continuous_and_dual_page),
6060         (ev_view_zoom_for_size_continuous),
6061         (ev_view_zoom_for_size_dual_page),
6062         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6063         (ev_sizing_mode_get_type):
6064         * shell/ev-view.h:
6065         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6066
6067         Do not use modes for link, we need to calculate size ad hoc.
6068         Still not perfect because of the usual scrollbar issues grrr.
6069
6070 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6071
6072         * backend/ev-link.c: (ev_link_type_get_type),
6073         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6074         * backend/ev-link.h:
6075         * pdf/ev-poppler.cc:
6076         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6077         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6078         (ev_view_size_request_continuous),
6079         (ev_view_size_request_dual_page),
6080         (ev_view_size_request_single_page), (ev_view_size_allocate),
6081         (zoom_for_size_fit_height),
6082         (ev_view_zoom_for_size_continuous_and_dual_page),
6083         (ev_view_zoom_for_size_continuous),
6084         (ev_view_zoom_for_size_dual_page),
6085         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6086         (ev_sizing_mode_get_type):
6087         * shell/ev-view.h:
6088         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6089
6090         Implement FIT_HEIGHT mode (only for links).
6091         Implement FITH links
6092
6093 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6094
6095         * shell/ev-window-title.c: (get_filename_from_uri),
6096         (ev_window_title_sanitize_extension), (ev_window_title_update),
6097         (ev_window_title_set_document), (ev_window_title_set_uri),
6098         (ev_window_title_free):
6099         * shell/ev-window-title.h:
6100         * shell/ev-window.c: (ev_window_setup_document),
6101         (ev_window_popup_password_dialog):
6102
6103         Refactor window title building while fixing it for
6104         password documents.
6105
6106 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6107
6108         * pdf/ev-poppler.cc:
6109
6110         Escape link title before setting it in the model
6111
6112 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6113
6114         * shell/ev-application.c: (removed_from_session), (save_session),
6115         (init_session), (ev_application_get_empty_window),
6116         (ev_application_init), (ev_application_get_windows):
6117         * shell/ev-application.h:
6118         * shell/ev-window.c: (ev_window_finalize):
6119
6120         Add a function to retrieve window list and share it where
6121         necessary.
6122         Implement session handling, works pretty well thanks to the
6123         metadata system.
6124
6125 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6126
6127         * shell/ev-password.c: (ev_password_item_created_callback),
6128         (ev_password_dialog_save_password):
6129         
6130         Fix for bug 316972. Use async gnome-keyring API.
6131
6132 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6133
6134         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6135         Remove unused unrealize handler. Add scroll handling to
6136         ev_view_scroll_event for presentation mode (bug #316708),
6137         and fix the event state checks there.
6138
6139 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6140
6141         * shell/ev-page-action.c: (page_changed_cb):
6142
6143         "marco, maybe we should be crazy and jump right to 6! :)"
6144
6145         Bryan Clark, Sep 2005
6146
6147 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6148
6149         * ps/ps-document.c: (save_document), (ps_document_save),
6150         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6151         (ps_document_ps_export_end):
6152
6153         Fix unstructured documents save and print
6154
6155 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6156
6157         * shell/ev-application.c: (ev_application_open_uri):
6158
6159         Fix window size persistance
6160
6161 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6162
6163         * shell/ev-view.c: (ev_view_button_release_event):
6164
6165         Based on a patch from carlosgc@gnome.org. Mouse buttons
6166         switch pages in presentation mode.
6167
6168 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6169
6170         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6171
6172         Dont cast to int before scaling
6173
6174 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6175
6176         * backend/ev-link.c: (ev_link_type_get_type),
6177         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6178         (ev_link_new_page_fith):
6179         * backend/ev-link.h:
6180         * pdf/ev-poppler.cc:
6181         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6182
6183         Implement FIT and FITH links
6184
6185 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6186
6187         * pdf/ev-poppler.cc:
6188
6189         Return 0 results when search is not in progress.
6190
6191         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6192         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6193
6194         Update menu sensitivity when cancelling search
6195
6196 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6197
6198         * shell/ev-view.c: (ev_view_can_find_next):
6199
6200         Take all pages in consideration, not just current one
6201
6202 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6203
6204         * shell/ev-page-cache.c:
6205         * shell/ev-page-cache.h:
6206         * shell/ev-view.c: (ev_view_binding_activated),
6207         (ev_view_next_page), (ev_view_previous_page),
6208         (ev_sizing_mode_get_type):
6209         * shell/ev-view.h:
6210         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6211         (ev_window_cmd_go_next_page):
6212
6213         Move page next/previous functions from page chace to
6214         view and change it to move by 2 page steps in dual mode.
6215
6216 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6217
6218         * shell/ev-window.c: (update_sidebar_visibility),
6219         (setup_sidebar_from_metadata), (ev_window_setup_document),
6220         (setup_view_from_metadata):
6221
6222         Show the index by default when there is one     
6223
6224 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6225
6226         * shell/ev-window-title.c: (ev_window_title_set_document):
6227
6228         Missing null check
6229
6230 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6231
6232         * shell/ev-view.c: (view_update_range_and_current_page):
6233         
6234         Allow display of last odd page in dual view. Fix for 316347.
6235
6236 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6237
6238         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6239         
6240         Make close button default. Fix for 316383.
6241
6242 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6243
6244         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6245         
6246         Mark close button as default. Fix for 316381.
6247
6248 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6249
6250         * backend/ev-link.c: (ev_link_class_init):
6251
6252         Allow negative doubles in left/top properties
6253
6254 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6255
6256         * shell/ev-window.c:
6257
6258         Remove a bunch of strings that was used only
6259         by the statusbar.
6260
6261 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6262
6263         * shell/ev-window-title.c: (get_filename_from_uri),
6264         (ev_window_title_set_document):
6265
6266         When title has a confusing extension, show also
6267         the document filename inside ()
6268
6269 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6270
6271         * shell/Makefile.am:
6272         * shell/ev-window-title.c: (ev_window_title_new),
6273         (ev_window_title_update), (ev_window_title_set_type),
6274         (ev_window_title_set_document), (ev_window_title_free):
6275         * shell/ev-window-title.h:
6276         * shell/ev-window.c: (ev_window_setup_document),
6277         (password_dialog_response), (ev_window_popup_password_dialog),
6278         (ev_window_dispose), (ev_window_init):
6279
6280         Factor out and cleanup window title code
6281
6282 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6283
6284         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6285         (unable_to_load):
6286
6287         Make dialog transient so it doesnt block other windows
6288
6289 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6290
6291         * pdf/ev-poppler.cc:
6292         
6293         Fix pdf thumbnails rendering.
6294
6295 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6296
6297         * shell/ev-window.c: (fullscreen_set_timeout):
6298         
6299         Increase timeout to hide full screen popup. Bug 
6300         316123. 
6301
6302 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6303
6304         * data/evince.schemas.in:
6305         * shell/ev-window.c: (update_action_sensitivity):
6306
6307         Allow the user to override document restrictions. Fix for bug
6308         305818.
6309
6310 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6311
6312         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6313         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6314         (ev_window_class_init): Fix multihead behaviour of fullscreen
6315         toolbar popup. Fixes bug #315451.
6316
6317 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6318
6319         * configure.ac:
6320         * data/evince-password.glade:
6321         * shell/ev-password.c: (ev_password_dialog_set_property),
6322         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6323         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6324         (ev_password_dialog_entry_changed_cb),
6325         (ev_password_dialog_entry_activated_cb),
6326         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6327         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6328         (ev_password_dialog_set_bad_pass):
6329         * shell/ev-password.h:
6330         * shell/ev-window.c: (password_dialog_response),
6331         (ev_window_popup_password_dialog):
6332         
6333         Support for gnome-keyring for encrypted PDF's.
6334
6335 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6336
6337         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6338         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6339         (ev_view_enter_notify_event), (ev_view_class_init):
6340         
6341         More precise handling of enter_notify/leave_notify events
6342         in EvView. Fix for bug 315470.
6343
6344 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6345
6346         * shell/ev-window.c: (fullscreen_timeout_cb),
6347         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6348         (ev_window_dispose):
6349
6350         leak fix: unref fullscreen_timeout_source before clearing it
6351
6352 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6353
6354         * configure.ac, dvi/mdvi/Makefile.am: 
6355         
6356         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6357
6358 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6359
6360         * backend/ev-link.c: (ev_link_new_page_xyz):
6361         * pdf/ev-poppler.cc:
6362         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6363
6364         Fix some bugs with xyz links, respect zoom
6365
6366 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6367
6368         * shell/ev-window.c: (page_changed_cb),
6369         (setup_document_from_metadata), (update_sidebar_visibility),
6370         (setup_view_from_metadata), (ev_window_run_fullscreen),
6371         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6372         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6373         (ev_window_dual_mode_changed_cb),
6374         (ev_window_sidebar_current_page_changed_cb):
6375
6376         null check uri before setting and getting metadata
6377
6378 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6379
6380         * dvi/Makefile.am:
6381         * properties/Makefile.am:
6382         * shell/Makefile.am:
6383         * thumbnailer/Makefile.am:
6384
6385         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6386
6387 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6388
6389         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6390         (selection_changed_callback):
6391         * shell/ev-sidebar-links.h:
6392
6393         Add a signal for link activation.
6394
6395         * shell/ev-view.c: (ev_view_goto_link),
6396         (ev_view_button_release_event):
6397         * shell/ev-view.h:
6398         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6399         (ev_window_init):
6400
6401         Implement the signal so that we can handle all link types.
6402
6403         * shell/ev-page-cache.c:
6404
6405         Remove unused set_link function
6406
6407 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6408
6409         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6410
6411         Add some space from the cursor, hardcoded but I couldnt
6412         find a better way.
6413
6414 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6415
6416         * lib/ev-tooltip.c:
6417
6418         Use mozilla style vs gtk style, way better for links.
6419
6420         * shell/ev-view.c: (ev_view_motion_notify_event),
6421         (ev_view_destroy), (ev_view_init):
6422
6423         Deactive tooltip when the link hovered is changed.
6424
6425 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6426
6427         * backend/ev-document.h:
6428         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6429         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6430         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6431         (ev_link_new_page), (ev_link_new_page_xyz):
6432         * backend/ev-link.h:
6433         * pdf/ev-poppler.cc:
6434         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6435         (go_to_link), (tip_from_link):
6436
6437         Implement xyz links, still not functional. Links are a total
6438         mess, will need to refactor and bugfix a lot :(
6439
6440 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6441
6442         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6443
6444 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6445
6446         * data/evince-ui.xml:
6447         * data/evince.schemas.in:
6448         * shell/Makefile.am:
6449         * shell/ev-window.c: (update_chrome_visibility),
6450         (password_dialog_response), (ev_window_load_job_cb),
6451         (ev_window_xfer_job_cb), (ev_window_open_uri),
6452         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6453         (ev_window_init):
6454
6455         Remove the statusbar. This regress loading feedback, need to
6456         check with Bryan what we want to do there...
6457
6458 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6459
6460         * lib/ev-tooltip.c: (ev_tooltip_init):
6461
6462         Fix tooltip border and size handling
6463
6464 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6465
6466         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6467         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6468         (ev_tooltip_timeout), (ev_tooltip_activate),
6469         (ev_tooltip_deactivate):
6470         * lib/ev-tooltip.h:
6471         * shell/ev-view.c: (ev_view_motion_notify_event):
6472
6473         Delay popup showing. Mirror gtk logic/times.
6474
6475 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6476
6477         * lib/Makefile.am:
6478         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6479         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6480         (ev_tooltip_set_text), (ev_tooltip_set_position):
6481         * lib/ev-tooltip.h:
6482
6483         Simple widget to show tooltips at a custom position
6484
6485         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6486         (ev_view_destroy):
6487
6488         Use it for links. First go, needs work
6489
6490 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6491
6492         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6493         HIG fixes.  Use title capitalization for window title. Use 12 
6494         pixels of space between the dialog's vbox and action area.
6495
6496 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6497
6498         * shell/ev-window.c: (file_open_dialog_response_cb),
6499         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6500         (ev_window_cmd_save_as):
6501
6502         Make file pickers not modal and refactor code some
6503
6504 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6505
6506         * shell/ev-sidebar.h:
6507         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6508         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6509         (ev_sidebar_class_init), (ev_sidebar_select_page),
6510         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6511         (ev_sidebar_set_page):
6512
6513         Add a current page property and allow to get/set it
6514
6515         * shell/ev-window.c: (setup_view_from_metadata),
6516         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6517
6518         Persist current sidebar page per document
6519
6520 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6521
6522         * data/evince.schemas.in:
6523         * shell/ev-window.c: (update_chrome_visibility),
6524         (setup_document_from_metadata), (update_sidebar_visibility),
6525         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6526         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6527         (ev_window_run_presentation), (ev_window_stop_presentation),
6528         (ev_window_view_sidebar_cb),
6529         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6530         (load_chrome), (ev_window_init):
6531
6532         Persist size/visibility of sidebar per document
6533
6534 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6535
6536         * shell/ev-view.c (draw_loading_text): Draw loading text.
6537
6538 2005-09-02  Dan Damian  <dand@gnome.ro>
6539
6540         * configure.in: Added "ro" to ALL_LINGUAS.
6541
6542 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6543
6544         * shell/ev-view.c: (clear_caches):
6545
6546         ev_page_cache_get doesnt return a reference,
6547         dont try to unref it.
6548
6549 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6550
6551         * shell/main.c: (load_files_remote):
6552
6553         Fix timestamp parameter with dbus <= 0.33
6554
6555 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6556
6557         * data/evince.schemas.in:
6558
6559         Add missing full stop
6560
6561 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6562
6563         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6564         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6565
6566         Plug some memory leaks
6567
6568 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6569
6570         * configure.ac:
6571         * lib/ev-debug.c: (trap_handler):
6572
6573         Check for execinfo.h and use it only if it exists.
6574         Ported from Epiphany (bug #314776).
6575
6576 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6577
6578         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6579
6580 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6581
6582         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6583         * po/id.po      : Added Indonesian translation
6584
6585 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6586
6587         * shell/main.c:
6588         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6589         * NEWS: Release 0.4.0
6590
6591 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6592
6593         * configure.ac: catch another gtk+-2.8ism
6594         * shell/main.c: Make work with gtk+-2.6
6595
6596 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6597
6598         * shell/ev-application-service.xml: Add 'timestamp' argument to
6599           ev_application_open_window and ev_application_open_uri methods.
6600
6601         * shell/ev-application.h: Add 'timestamp' argument to
6602           ev_application_open_window, ev_application_open_uri,
6603           and ev_application_open_uri_list functions.
6604
6605         * shell/ev-application.c (ev_application_open_window,
6606           ev_application_open_uri, ev_application_open_uri_list): Change
6607           functions that show/present windows to use a timestamp if one
6608           is passed in.
6609
6610         * shell/ev-window.c (ev_window_cmd_file_open,
6611           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6612         * shell/main.c (load_files): Modify calls to ev_application to
6613           include GDK_CURRENT_TIME as timestamp.
6614
6615         * shell/main.c (load_files_remote): Obtain timestamp for client
6616           instance from GDK and pass to server instance so new windows are
6617           focused properly.  Fix dbus_g_proxy_call() calls by including second
6618           G_TYPE_INVALID.
6619           
6620         Closes bug #314475.
6621
6622 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6623
6624         * shell/ev-window.c (ev_window_finalize): Check for
6625         avail. EvWindows when quiting to handle the finalize better,
6626         #314497
6627
6628 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6629         
6630         * properties/ev-properties-view.c: 
6631         
6632         Set textdomain to libglade. Fixes translation problem in property page.
6633
6634 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6635
6636         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6637         * dvi/Makefile.am:
6638         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6639         * dvi/mdvi-lib/Makefile.am:
6640         
6641         Fix rotation of thumbnails, ported to new API. Moved library
6642         dependencies earlier, probably it will fix linkage problem.
6643
6644 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6645
6646         * backend/ev-document-misc.c:
6647         (ev_document_misc_get_thumbnail_frame):
6648         * backend/ev-document-misc.h:
6649         * configure.ac:
6650         * pdf/ev-poppler.cc:
6651         * shell/Makefile.am:
6652         * shell/ev-sidebar-thumbnails.c: (add_range),
6653         (ev_sidebar_thumbnails_set_loading_icon),
6654         (ev_sidebar_thumbnails_refresh),
6655         (ev_sidebar_thumbnails_set_document):
6656         * shell/ev-sidebar-thumbnails.h:
6657         * shell/ev-view.c: (ev_view_motion_notify_event),
6658         (ev_view_set_property), (ev_view_get_property),
6659         (ev_view_class_init), (ev_view_set_rotation):
6660         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6661         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6662         (ev_window_init):
6663         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6664         Redo rotation (again).  prepare for 0.4.0
6665
6666 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6667
6668         * configure.ac: Bump poppler requirement to 0.4.1.
6669
6670         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6671         argument to poppler_page_render_selection() call.
6672
6673 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6674
6675         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6676         (djvu_document_thumbnails_get_thumbnail):
6677         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6678         (dvi_document_thumbnails_get_thumbnail):
6679         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6680         (pixbuf_document_thumbnails_get_thumbnail):
6681         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6682         
6683         Update rotation direction of backends to fit with pdf and ps.
6684
6685 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6686
6687         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6688         * backend/ev-async-renderer.h:
6689         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6690         (setup_page), (ps_document_get_page_size),
6691         (ps_async_renderer_render_pixbuf):
6692         * ps/ps-document.h:
6693         * shell/ev-jobs.c: (ev_job_render_run):
6694
6695         Fix orientation in the postscript document
6696
6697 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6698
6699         * pdf/ev-poppler.cc:
6700         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6701         * shell/ev-view.c: (highlight_find_results):
6702
6703         Adapt to the new poppler rotation API. Fix text maps on landscape
6704         documents.
6705
6706 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6707
6708         * shell/ev-view.c (compute_new_selection_text): get the correct
6709         region when selecting in modes other than continuous.
6710
6711 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6712
6713         * shell/main.c (main): remove redundant g_warnings.
6714
6715 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6716
6717         * shell/Makefile.am: Don't include autogenerated
6718         file ev-application-service.h into distribution, since
6719         it causes dbus crash. Fix for bugs 313724 and 313443. 
6720
6721 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6722
6723         * configure.ac: Fix sed expression for FreeBSD. Thanks
6724         to Joe Marcus Clark <marcus@freebsd.org>
6725         
6726         * shell/eggfindbar.c: (entry_activate_callback),
6727         (entry_changed_callback), (egg_find_bar_init),
6728         (egg_find_bar_set_search_string):
6729         
6730         Made findbar buttons unsensitive if there is no text in
6731         entry. Fix for the bug 313285.
6732
6733 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6734
6735         * ps/ps-document.c: Use g_filename_display_name for displaying
6736         filenames and revert string freeze breackage
6737
6738 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6739
6740         * NEWS:
6741         * configure.ac:
6742
6743         Update for 0.3.4
6744
6745         * shell/Makefile.am:
6746
6747         Add ev-application-service.xml to extra dist
6748
6749         * shell/ev-view.c: (find_page_at_location):
6750
6751         Remove unused function (fix warning)
6752
6753 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6754
6755         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6756         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6757         
6758         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6759         bug 313623.
6760
6761 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6762
6763         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6764         * shell/ev-window.c:
6765         Fix build warnings
6766
6767 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6768
6769         * configure.ac: Update script to get dbus version.
6770         Fix for the bug #313443.
6771
6772 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6773
6774         * shell/ev-window.c: (ev_window_cmd_escape):
6775         
6776         Return focus back to view on escape. Fix for bug 313295.
6777
6778 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6779
6780         * shell/ev-window.c: (update_window_title),
6781         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6782         (ev_window_cmd_save_as):
6783         
6784         Correct conversion from uri to displayable string. Fix for
6785         bug 313296.
6786
6787 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6788
6789         * ps/ps-document.c: convert filename to utf8 when there is an error
6790         loading document. Fixes #309915
6791
6792 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6793
6794         * configure.ac:
6795
6796         We depend on poppler 0.4.0
6797
6798 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6799
6800         * configure.ac:
6801         * NEWS: Release 0.3.3.
6802         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6803
6804 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6805
6806         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6807         add a couple missing mnemonics to menu items, use title 
6808         capitalization for menu items and window titles, and add 
6809         ellipsis to open menu item.     
6810
6811 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6812
6813         * pdf/ev-poppler.cc:
6814         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6815         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6816         (ev_view_get_rotation):
6817         * shell/ev-view.h:
6818         * shell/ev-window.c: (setup_view_from_metadata),
6819         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6820         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6821         disk.
6822
6823 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6824
6825         * configure.ac: Added tr to ALL_LINGUAS
6826
6827 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6828
6829         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6830         requires several clicks to find word. Thanks to 
6831         Colin Slater <kiltedtaco@gmail.com>.
6832
6833 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6834
6835         * data/evince.desktop.in.in: Hide menu entry and
6836         rename it to "Document Viewer". Fix for bug 
6837         #312399.
6838
6839 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6840
6841         * shell/ev-page-action.c (ev_page_action_class_init): 
6842
6843         Point to the correct function in constructor of the
6844         activate_label signal
6845
6846 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6847
6848         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6849         * shell/ev-jobs.h: Make thread safe.
6850
6851 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6852
6853         * shell/ev-view.c: (view_update_range_and_current_page):
6854         Don't update page range if we are scrolling to some document
6855         point.
6856
6857 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6858
6859         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6860         when getting max_page_width, fix drawing in dual mode.
6861
6862 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6863
6864         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6865         getting the area for select_all.
6866
6867 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6868
6869         * backend/ev-selection.c: (ev_selection_render_selection):
6870         * backend/ev-selection.h:
6871         * pdf/ev-poppler.cc:
6872         * shell/ev-jobs.c: (ev_job_render_new):
6873         * shell/ev-jobs.h:
6874         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6875         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6876         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6877         (ev_view_class_init):
6878
6879         Change selection color on focus in and focus out events.  Also,
6880         poppler now uses GdkColor for specifying the selection colors, so
6881         drop some awkward conversion code.
6882
6883 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6884
6885         * configure.ac: Added Hebrew translation
6886
6887 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6888
6889         * NOTES:
6890         * backend/ev-selection.c: (ev_selection_render_selection):
6891         * backend/ev-selection.h:
6892         * pdf/ev-poppler.cc:
6893         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6894         (ev_job_render_run):
6895         * shell/ev-jobs.h:
6896         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6897         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6898         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6899         (ev_pixbuf_cache_style_changed),
6900         (ev_pixbuf_cache_get_selection_pixbuf),
6901         (ev_pixbuf_cache_set_selection_list),
6902         (ev_pixbuf_cache_get_selection_list):
6903         * shell/ev-pixbuf-cache.h:
6904         * shell/ev-utils.c: (ev_print_region_contents):
6905         * shell/ev-utils.h:
6906         * shell/ev-view.c: (ev_view_queue_draw_page),
6907         (selection_update_idle_cb), (ev_view_motion_notify_event),
6908         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6909         (setup_caches), (ev_view_find_next), (merge_selection_region),
6910         (selection_free):
6911         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6912
6913         Clean up selection to be much smoother!
6914
6915 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6916
6917         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6918         to poppler_page_render_selection().
6919
6920 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6921
6922         * ps/ps-document.c: (save_page_list): Use
6923         unzipped document when printing. Thanks to 
6924         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6925         311016.
6926
6927 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6928
6929         * shell/ev-window.c: (update_action_sensitivity):
6930         
6931         Disable print and save respect to lockdown gconf keys. Fix
6932         for 312342.
6933
6934 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6935
6936         * configure.ac:
6937         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6938         (write_to_temp_file), (ev_file_set_contents):
6939         * shell/ev-utils.h:
6940         * shell/ev-window.c: (save_print_config_to_file):
6941         
6942         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6943         Fix for bug 312238
6944
6945 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6946
6947         * shell/ev-window.c: (load_print_config_from_file),
6948         (save_print_config_to_file), (ev_window_print_range):
6949
6950         Persist the print settings. Fixes bug #311578.
6951
6952 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6953
6954         * djvu/djvu-document.c: (djvu_document_get_page_size),
6955         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6956         (djvu_document_thumbnails_get_thumbnail):
6957         * dvi/dvi-document.c: (dvi_document_get_page_size),
6958         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6959         (dvi_document_thumbnails_get_dimensions),
6960         (dvi_document_thumbnails_get_thumbnail):
6961         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6962         (pixbuf_document_render_pixbuf),
6963         (pixbuf_document_document_iface_init),
6964         (pixbuf_document_thumbnails_get_thumbnail):
6965         
6966         Update backends to make them build with new rotation system.
6967
6968 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6969
6970         * help/C/figures/evince_start_window.png:
6971         
6972         Update documentation image from Luca Ferretti <elle.uca@libero.it>
6973
6974 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
6975
6976         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
6977         * shell/ev-pixbuf-cache.h:
6978         * shell/ev-sidebar-thumbnails.c:
6979         (ev_sidebar_thumbnails_get_property), (add_range),
6980         (adjustment_changed_cb):
6981         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
6982         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
6983         we were thumbnailing the entire docment on startup, slowing us
6984         down hugely. 
6985
6986 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
6987
6988         * shell/ev-page-cache.c: (ev_page_cache_new):
6989         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
6990         == 0, fixes #310306.
6991
6992 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
6993
6994         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
6995         (ev_view_rotate_left):
6996
6997         Account rotation in doc_rect_to_view_rect.
6998         Ensure rotation doesnt go out of bounds.
6999
7000 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7001
7002         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7003
7004         Correct and cleanup w/h swapping
7005
7006 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7007
7008         * backend/ev-document-thumbnails.c:
7009         (ev_document_thumbnails_get_thumbnail):
7010         * backend/ev-document-thumbnails.h:
7011         * backend/ev-document.c:
7012         * backend/ev-document.h:
7013         * backend/ev-render-context.c: (ev_render_context_new),
7014         (ev_render_context_set_rotation):
7015         * backend/ev-render-context.h:
7016         * pdf/ev-poppler.cc:
7017         * ps/ps-document.c: (ps_document_document_iface_init):
7018         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7019         * shell/ev-jobs.h:
7020         * shell/ev-page-cache.c: (build_height_to_page),
7021         (ev_page_cache_new), (ev_page_cache_get_size),
7022         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7023         (ev_page_cache_get_height_to_page):
7024         * shell/ev-page-cache.h:
7025         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7026         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7027         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7028         (ev_pixbuf_cache_get_selection_pixbuf):
7029         * shell/ev-pixbuf-cache.h:
7030         * shell/ev-print-job.c: (idle_print_handler):
7031         * shell/ev-sidebar-thumbnails.c: (add_range):
7032         * shell/ev-view.c: (view_update_range_and_current_page),
7033         (get_page_y_offset), (get_page_extents),
7034         (ev_view_size_request_continuous_dual_page),
7035         (ev_view_size_request_continuous),
7036         (ev_view_size_request_dual_page),
7037         (ev_view_size_request_single_page), (draw_one_page),
7038         (ev_view_set_rotation), (ev_view_rotate_right),
7039         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7040         (ev_view_zoom_for_size_continuous_and_dual_page),
7041         (ev_view_zoom_for_size_continuous),
7042         (ev_view_zoom_for_size_dual_page),
7043         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7044         (ev_view_select_all):
7045         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7046         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7047         (tiff_document_document_iface_init),
7048         (tiff_document_thumbnails_get_thumbnail):
7049
7050         Use rotation rather than orientation. It's easier and enough
7051         for our needs.
7052
7053 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7054
7055         * shell/ev-page-cache.c: (build_height_to_page),
7056         (ev_page_cache_new), (ev_page_cache_get_size),
7057         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7058         (ev_page_cache_get_height_to_page):
7059         * shell/ev-page-cache.h:
7060         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7061         (ev_view_size_request_continuous_dual_page),
7062         (ev_view_size_request_continuous),
7063         (ev_view_zoom_for_size_continuous_and_dual_page),
7064         (ev_view_zoom_for_size_continuous):
7065
7066         Make the page cache aware of page orientation.
7067
7068 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7069
7070         * backend/ev-document-thumbnails.c:
7071         (ev_document_thumbnails_get_thumbnail):
7072         * backend/ev-document-thumbnails.h:
7073         * backend/ev-document.c:
7074         * backend/ev-document.h:
7075         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7076         * backend/ev-ps-exporter.h:
7077         * pdf/ev-poppler.cc:
7078         * ps/ps-document.c: (ps_document_document_iface_init),
7079         (ps_document_ps_export_do_page):
7080         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7081         * shell/ev-jobs.h:
7082         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7083         (ev_page_cache_get):
7084         * shell/ev-page-cache.h:
7085         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7086         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7087         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7088         * shell/ev-pixbuf-cache.h:
7089         * shell/ev-print-job.c: (idle_print_handler):
7090         * shell/ev-sidebar-thumbnails.c: (add_range):
7091         * shell/ev-view.c: (view_update_range_and_current_page),
7092         (get_page_extents), (ev_view_size_request_dual_page),
7093         (ev_view_size_request_single_page), (draw_one_page),
7094         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7095         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7096         (ev_view_zoom_for_size_dual_page),
7097         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7098         (ev_view_select_all):
7099         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7100         * tiff/tiff-document.c: (tiff_document_get_page_size),
7101         (tiff_document_get_orientation), (rotate_pixbuf),
7102         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7103         (tiff_document_thumbnails_get_thumbnail),
7104         (tiff_document_ps_export_do_page), (tiff_document_init):
7105
7106         Really make use of the orientation bit of the render context.
7107         Use the render context in a few more places in the backend API.
7108         This regress orientation, but now it's done right. Will try to
7109         fix it up asap...
7110
7111 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7112
7113         * shell/ev-view.c: (ensure_rectangle_is_visible):
7114
7115         Patch by Nickolay V. Shmyrev to fix find flickering
7116
7117 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7118
7119         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7120         duplex parameters to ::begin.
7121
7122         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7123         * shell/ev-print-job.c (idle_print_handler): 
7124         * ps/ps-document.c (ps_document_ps_export_begin): 
7125         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7126         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7127         implementations. Poppler backend needs poppler cvs. Rest has
7128         unchanged behavior.
7129
7130 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7131
7132         * shell/ev-window.c (using_pdf_printer): new function.
7133         (ev_window_print_range): print a less techy message if someone
7134         tries to print to PDF.
7135
7136 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7137
7138         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7139         from "unknown font" string. Bug #311431
7140
7141 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7142
7143         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7144
7145 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7146
7147         Bug #311280
7148         
7149         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7150         name for PopplerFontTypes
7151         (pdf_document_fonts_fill_model): add font type to the detail column
7152
7153         * backend/ev-document-fonts.h: added
7154         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7155
7156         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7157         font name and font details, add a little markup.
7158         (ev_properties_fonts_init): use the new cell data func, specify ypad
7159         property for the cell renderer.
7160         (ev_properties_fonts_set_document): add the details column.
7161
7162 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7163
7164         * configure.ac: Added "pl" to ALL_LINGUAS.
7165
7166 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7167
7168         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7169
7170 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7171
7172         * help/ChangeLog: Started this for translations of manual.
7173         * configure.ac, autogen.sh, .cvsignore: Migrated to
7174         gnome-doc-utils. Patch in bug #311222.
7175
7176 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7177
7178         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7179         #ifdef this away to fix an unused-function warning.
7180
7181 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7182
7183         * configure.ac: Added 'gl' to ALL_LINGUAS.
7184
7185 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7186
7187         * configure.ac: Added ne in ALL_LINGUAS
7188         
7189 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7190
7191         * shell/ev-view.c: (ev_view_leave_notify_event):
7192         
7193         Clear status message when pointer leaves view. Fix for bug
7194         #310818 
7195
7196 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7197
7198         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7199
7200 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7201
7202         * shell/ev-view.c: (ev_view_leave_notify_event),
7203         (ev_view_class_init):
7204         
7205         Set cursor to normal then leaving view.
7206
7207 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7208
7209         * configure.ac:
7210         
7211         Fix required djvulibre version.
7212
7213 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7214
7215         *configure.ac: Hindi (hi) language added
7216
7217 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7218
7219         *configure.ac: Punjabi (pa) Language added
7220
7221 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7222
7223         * data/evince-ui.xml, shell/ev-window.c:
7224         
7225         Add keypad accelerators for zooming. Fix for bug 308128.
7226
7227 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7228
7229         * Makefile.am:
7230         * backend/Makefile.am:
7231         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7232         * configure.ac:
7233         * shell/ev-document-types.c: (ev_document_types_add_filters):
7234
7235         Allow to enable/disable the pixbuf backend.
7236         Default to off for now. If we want it enabled we should
7237         really put mime types in the desktop, implement properties etc.
7238
7239         * properties/evince-properties.c:
7240
7241         Initialize error to NULL.
7242         Check error is not NULL before freeing.
7243
7244 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7245
7246         * shell/ev-window.c:
7247
7248         Use F5 as presentation accell
7249
7250 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7251
7252         * shell/ev-window.c: (update_chrome_visibility),
7253         (ev_window_create_fullscreen_popup), (ev_window_init):
7254
7255         Do not leak the fullscreen toolbar
7256
7257 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7258
7259         * shell/ev-window.c: (view_actions_focus_in_cb),
7260         (view_actions_focus_out_cb):
7261
7262         These has a return value! Fix totally random focus
7263         issues we was seeing.
7264
7265 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7266
7267         * shell/main.c: (load_files_remote):
7268
7269         Allow open more than one file
7270
7271 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7272
7273         * shell/main.c: (load_files_remote):
7274
7275         Fix for dbus 0.33. bug #309975
7276
7277 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7278
7279         * properties/ev-properties-main.c: (ev_properties_get_pages):
7280
7281         Actually return NULL for types we dont support
7282
7283 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7284
7285         * po/POTFILES.in:
7286
7287         Remove empty lines.
7288
7289 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7290
7291         * backend/ev-document-factory.c:
7292         (ev_document_factory_get_document):
7293
7294         Do not try to create the object if type
7295         is invalid.
7296
7297 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7298
7299         * ps/ps-document.c: (ps_document_dispose),
7300         (ps_async_renderer_render_pixbuf):
7301         * ps/ps-document.h:
7302
7303         Do not leak the target window
7304
7305 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7306
7307         * shell/ev-application.c: (ev_application_init):
7308
7309         Let tbe check file existence for us.
7310         Add a comment about eggrecent mime filter.
7311
7312 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7313
7314         * data/evince-ui.xml:
7315         * shell/ev-application.c: (ev_application_shutdown),
7316         (ev_application_init), (ev_application_get_toolbars_model),
7317         (ev_application_get_recent_model),
7318         (ev_application_save_toolbars_model):
7319         * shell/ev-application.h:
7320         * shell/ev-window.c: (ev_window_add_recent),
7321         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7322         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7323         (ev_window_init):
7324
7325         Use common toolbar and recent models for all windows.
7326         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7327
7328 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7329
7330         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7331         successfully check for gtk_icon_view_get_visible_range.
7332
7333 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7334
7335         * djvu/Makefile.am:
7336         * dvi/Makefile.am:
7337         
7338         Fix djvu and dvi backend build.
7339
7340 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7341
7342         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7343         (new_separator_pixbuf):
7344
7345         Don't leak windows.
7346
7347 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7348
7349         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7350
7351         HIGification of toolbar editor dialogue.
7352
7353 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7354
7355         * configure.ac:
7356         * shell/Makefile.am:
7357
7358         Ever build metadata manager since it's just
7359         disabled at runtime now.
7360
7361 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7362
7363         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7364         (ev_metadata_manager_get), (ev_metadata_manager_set):
7365         * shell/ev-metadata-manager.h:
7366
7367         Add an _init functions that enabled metadata management
7368         at runtime.
7369
7370         * shell/ev-window.c: (page_changed_cb),
7371         (setup_document_from_metadata), (ev_window_setup_document),
7372         (setup_view_from_metadata), (ev_window_open_uri),
7373         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7374         (ev_window_run_presentation), (ev_window_stop_presentation),
7375         (save_sizing_mode), (ev_window_zoom_changed_cb),
7376         (ev_window_continuous_changed_cb),
7377         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7378         (window_configure_event_cb):
7379
7380         Remove all ugly metadata define since we deal with it
7381         at runtime now.
7382
7383         * shell/main.c: (load_files_remote), (main):
7384
7385         Add support for dbus cvs head. Hopefully didnt break one
7386         of the other versions now!
7387
7388         If we dont get a response from the dbus server just
7389         give up with it and not enable metadata.
7390
7391 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7392
7393         * Makefile.am:
7394         * backend/Makefile.am:
7395         * configure.ac:
7396         * cut-n-paste/recent-files/Makefile.am:
7397         * cut-n-paste/toolbar-editor/Makefile.am:
7398         * cut-n-paste/zoom-control/Makefile.am:
7399         * lib/Makefile.am:
7400         * pdf/Makefile.am:
7401         * pixbuf/Makefile.am:
7402         * properties/Makefile.am:
7403         * ps/Makefile.am:
7404         * shell/Makefile.am:
7405         * thumbnailer/Makefile.am:
7406         * tiff/Makefile.am:
7407
7408         Make frontends depend on just libev.
7409         Rework and group CFLAGS/LIBS definitions.
7410         Cleanups.
7411
7412 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7413
7414         * shell/ev-window:
7415
7416         do not unnecessarily save zoom
7417
7418         * configure.ac:
7419         * lib/ev-file-helpers.c: (ev_dot_dir):
7420         * shell/Makefile.am:
7421         * shell/dummy.cc:
7422
7423         Some cleanups
7424
7425 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7426
7427         * configure.ac:
7428         
7429         Remove unnecessary dependencies
7430
7431 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7432
7433         * properties/Makefile.am:
7434         * thumbnailer/Makefile.am:
7435         * tiff/Makefile.am:
7436
7437         Some more cleanups. Was really necessary
7438         but I probably introduced bugs, feel free
7439         to flame :)
7440
7441 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7442
7443         * backend/Makefile.am:
7444         * configure.ac:
7445         * cut-n-paste/recent-files/Makefile.am:
7446         * cut-n-paste/toolbar-editor/Makefile.am:
7447         * cut-n-paste/zoom-control/Makefile.am:
7448         * lib/Makefile.am:
7449         * pdf/Makefile.am:
7450         * pixbuf/Makefile.am:
7451         * properties/Makefile.am:
7452         * ps/Makefile.am:
7453         * shell/Makefile.am:
7454         * thumbnailer/Makefile.am:
7455         * tiff/Makefile.am:
7456
7457         Use gnome-common macros when possible.
7458         Cleanup dependencies.
7459         Actually disable deprecated where possible.
7460
7461 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7462
7463         * Makefile.am:
7464         * backend/Makefile.am:
7465         * properties/Makefile.am:
7466         * shell/Makefile.am:
7467         * thumbnailer/Makefile.am:
7468
7469         This should solve the circular dep without
7470         requiring dir reorg!
7471
7472         * shell/ev-window.c: (setup_view_from_metadata):
7473
7474         Never restore window size/position when the
7475         window is already visible.
7476
7477 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7478
7479         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7480
7481         Return a boolean from timeout func. Fix ported from gedit.
7482
7483 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7484
7485         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7486
7487 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7488
7489         * shell/ev-document-types.c: set "All Documents" as default filter in
7490         open dialog
7491
7492 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7493
7494         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7495         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7496         (ev_metadata_manager_set_boolean): fix value/val thinko.
7497
7498 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7499
7500         * shell/ev-window.c: (setup_view_from_metadata),
7501         (window_state_event_cb), (window_configure_event_cb),
7502         (ev_window_init):
7503
7504         Remember window position and maximized state
7505
7506 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7507
7508         * configure.ac:
7509
7510         Fix DBUS configure checks.
7511
7512         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7513         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7514         (ev_metadata_manager_set_boolean):
7515
7516         Plug mem leaks.
7517
7518         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7519         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7520         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7521         (ev_window_continuous_changed_cb),
7522         (ev_window_dual_mode_changed_cb), (ev_window_new):
7523
7524         Fix the build without DBUS.
7525
7526 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7527
7528         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7529         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7530         (ev_metadata_manager_set_string),
7531         (ev_metadata_manager_set_boolean):
7532         * shell/ev-metadata-manager.h:
7533
7534         Add support for some more types
7535
7536         * shell/ev-view.c: (scroll_to_current_page),
7537         (ev_view_get_continuous), (ev_view_set_continuous),
7538         (ev_view_get_dual_page):
7539         * shell/ev-view.h:
7540         * shell/ev-window.c: (page_changed_cb),
7541         (setup_document_from_metadata), (ev_window_setup_document),
7542         (setup_view_from_metadata), (ev_window_open_uri),
7543         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7544         (ev_window_run_presentation), (ev_window_stop_presentation),
7545         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7546         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7547         (ev_window_update_dual_page_action),
7548         (ev_window_continuous_changed_cb),
7549         (ev_window_dual_mode_changed_cb), (ev_window_init):
7550
7551         Remember a bunch of view/document properties. Prolly some
7552         are still missing but it's getting interesting.
7553
7554 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7555
7556         * configure.ac: check if dbus-binding-tool is installed. Not the
7557         case on current Ubuntu breezy, it seems.
7558
7559 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7560
7561         * data/evince.desktop.in.in:
7562         
7563         Allow open uri lists and add TryExec field.
7564
7565 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7566
7567         * configure.ac:
7568
7569         Enable dbus when available, do not require a configure
7570         option.
7571
7572 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7573
7574         * configure.ac:
7575
7576         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7577         disabled.
7578
7579 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7580         Marco Pesenti Gritti  <mpg@redhat.com>
7581
7582         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7583         
7584         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7585         functions to the format required by dbus
7586
7587         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7588         errors. Use the RPC parameters in the expected way
7589
7590 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7591
7592         * Makefile.am:
7593         * properties/Makefile.am:
7594         * properties/ev-properties-main.c: (ev_properties_get_pages):
7595
7596         Support all mime types
7597
7598         * shell/Makefile.am:
7599         * thumbnailer/Makefile.am:
7600         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7601         (evince_thumbnail_pngenc_get):
7602
7603         Use the document factory
7604
7605 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7606
7607         * backend/Makefile.am:
7608         * backend/ev-document-factory.c:
7609         (mime_type_supported_by_gdk_pixbuf),
7610         (ev_document_type_get_from_mime),
7611         (ev_document_factory_get_document),
7612         (ev_document_factory_get_backend),
7613         (ev_document_factory_get_mime_types),
7614         (ev_document_factory_get_all_mime_types):
7615         * backend/ev-document-factory.h:
7616         * shell/Makefile.am:
7617         * shell/ev-document-types.c: (get_document_from_uri),
7618         (ev_document_types_get_document),
7619         (file_filter_add_mime_list_and_free),
7620         (ev_document_types_add_filters):
7621         * shell/ev-document-types.h:
7622         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7623         * shell/ev-properties-dialog.c:
7624         (ev_properties_dialog_set_document):
7625         * shell/ev-window.c: (ev_window_cmd_file_open),
7626         (ev_window_cmd_save_as):
7627         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7628
7629         Rework document types managing to avoid code duplication
7630         and actually abstract from backend implementations.
7631         Also provide a minimal factory api that can be used by
7632         thumbnailer/properties.
7633
7634 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7635
7636         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7637         Plug a mem leak.
7638         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7639         HIG spacings.
7640
7641 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7642
7643         * shell/ev-properties-dialog.c
7644         (ev_properties_dialog_set_document): only call
7645         ev_properties_fonts_set_document() if the document implements the
7646         fonts interface
7647
7648 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7649
7650         * configure.ac:
7651         * properties/Makefile.am:
7652         * properties/ev-properties-view.c:
7653         (ev_properties_view_register_type):
7654         * properties/ev-properties-view.h:
7655         * properties/ev-properties-main.h:
7656
7657         Implement nautilus plugin for properties.
7658         Works only for pdf atm, I need to rework the
7659         document types stuff to get this to work
7660         for all backends...
7661
7662 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7663
7664         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7665         (ev_properties_fonts_set_document): use
7666         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7667
7668 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7669
7670         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7671         them
7672         (PlaceImage, tiff2ps_process_page): use
7673         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7674
7675
7676 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7677
7678         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7679         (main): to call gnome_authentication_manager_init. Should fix
7680         Bug #308510
7681
7682         * configure.ac: that requires libgnomeui 2.6.0.
7683
7684 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7685
7686         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7687         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7688         use the new tiff2ps interfaces
7689
7690         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7691         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7692
7693         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7694         structure instead of global variables.  Remove use of static
7695         variables in functions.
7696
7697 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7698
7699         * shell/ev-page-action.c: unref the completion after setting it to the
7700         entry
7701
7702 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7703
7704         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7705         postscript files
7706
7707 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7708
7709         * shell/ev-window.c (update_action_sensitivity): disable
7710         File->Print if the document does not implement the ps exporter
7711         interface
7712
7713 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7714
7715         * Makefile.am:
7716         * configure.ac:
7717         * data/evince-properties.glade:
7718         * properties/.cvsignore:
7719         * properties/Makefile.am:
7720         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7721         (ev_properties_view_class_init), (ev_properties_view_format_date),
7722         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7723         (ev_properties_view_init), (ev_properties_view_new):
7724         * properties/ev-properties-view.h:
7725         * shell/Makefile.am:
7726         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7727         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7728         (ev_properties_dialog_new):
7729         * shell/ev-properties-dialog.h:
7730         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7731         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7732         (update_progress_label), (job_fonts_finished_cb),
7733         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7734         * shell/ev-properties-fonts.h:
7735         * shell/ev-properties.c:
7736         * shell/ev-properties.h:
7737         * shell/ev-window.c: (ev_window_setup_document),
7738         (ev_window_cmd_file_properties):
7739
7740         Split the properties pages in two different objects, depend
7741         only on the backend where possible, use widgets instead
7742         of gobject for the glade part, reimplement the dialog
7743         itself with gtk.
7744         I need this to implement nautilus properties page.
7745
7746 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7747
7748         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7749         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7750         (tiff_document_document_ps_exporter_iface_init): implement the ps
7751         exporter interface for tiff documents
7752
7753         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7754         libtiff to implement TIFF postscript export
7755
7756         * tiff/tiff2ps.h: added a header file for external tiff2ps
7757         functions.
7758
7759         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7760         tiff2ps.h
7761
7762 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7763
7764         * shell/ev-view.c: (scroll_to_current_page),
7765         (ev_view_set_fullscreen), (ev_view_set_presentation):
7766         
7767         Scroll to current page when exit from presentation
7768
7769 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7770
7771         * shell/ev-window.c: (update_document_mode),
7772         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7773         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7774         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7775         
7776         Exit from fullscreen mode when switch to presentation. Fix for
7777         bug 309365
7778
7779 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7780
7781         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7782         return NULL if the document does not implement the selection
7783         interface.
7784
7785 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7786
7787         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7788         reported height by using the resolution aspect ratio
7789         (tiff_document_render_pixbuf): scale the pixbuf using the
7790         resolution aspect ratio
7791
7792 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * configure.ac:
7795         
7796         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7797         <kiltedaco@gmail.com>
7798         
7799         * djvu/djvu-document.c: (djvu_document_get_orientation),
7800         (djvu_document_set_orientation), (djvu_document_get_page_size),
7801         (rotate_pixbuf), (djvu_document_render_pixbuf),
7802         (djvu_document_document_iface_init):
7803         * dvi/dvi-document.c: (dvi_document_get_orientation),
7804         (dvi_document_set_orientation), (dvi_document_get_page_size),
7805         (rotate_pixbuf), (dvi_document_render_pixbuf),
7806         (dvi_document_document_iface_init):
7807         
7808         Dvi and djvu backends are ported to new API
7809
7810 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7811
7812         * backend/ev-selection.c: (ev_selection_get_selection_region),
7813         (ev_selection_get_selection_map):
7814         * backend/ev-selection.h:
7815         * pdf/ev-poppler.cc:
7816         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7817         * shell/ev-jobs.h:
7818         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7819         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7820         (ev_pixbuf_cache_get_text_mapping):
7821         * shell/ev-pixbuf-cache.h:
7822         * shell/ev-view.c: (location_in_text),
7823         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7824         support to EvView.  Now we can see where we can select!  Sweet!
7825
7826 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7827
7828         * shell/ev-view.c (ev_view_button_press_event): Fix
7829         event->y + view->scroll_x typo.
7830
7831 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7832
7833         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7834         sub-GdkPixbuf instead of passing dest_x and dest_y.
7835         
7836         * shell/ev-view.c: (view_point_to_doc_point),
7837         (view_rect_to_doc_rect), (ev_view_button_press_event),
7838         (ev_view_motion_notify_event), (compute_new_selection_rect),
7839         (gdk_rectangle_point_in), (compute_new_selection_text),
7840         (compute_selections): Update selection code to keep the selection
7841         around as two points and not as a normalized rectangle, and fix
7842         page level selection in two-column mode.
7843
7844 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7845
7846         * shell/ev-window.c: (window_configure_event_cb): 
7847         
7848         Fix compilation
7849         
7850 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7851
7852         * pdf/ev-poppler.cc:
7853
7854         Fix compilation
7855
7856 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7857
7858         * shell/Makefile.am:
7859         * shell/ev-metadata-manager.c: (item_free),
7860         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7861         (parse_value), (parseItem), (load_values),
7862         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7863         (save_values), (save_item), (get_oldest), (resize_items),
7864         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7865         * shell/ev-metadata-manager.h:
7866
7867         Metadata manager from gedit but modified to use GValue, so that
7868         we dont need to keep converting from strings.
7869
7870         * configure.ac:
7871
7872         ENABLE_METADATA conditional, on when dbus is on
7873
7874         * shell/ev-application.c: (ev_application_open_uri):
7875
7876         Show the window after load so that we can initialize
7877         window size before it's showed.
7878
7879         * shell/ev-window.c: (ev_window_setup_from_metadata),
7880         (ev_window_open_uri), (window_configure_event_cb),
7881         (ev_window_init):
7882
7883         Save and load metadata information about window size.
7884         Not yet keeping states in account.
7885
7886         * shell/main.c: (main):
7887
7888         Shutdown metadata manager.
7889
7890 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7891
7892         * shell/ev-application-service.xml:
7893         * configure.ac:
7894         * shell/Makefile.am:
7895         * shell/ev-application.c:
7896         * shell/ev-application.h:
7897         * shell/ev-window.c:
7898         * shell/ev-window.h:
7899         * shell/main.c:
7900
7901         Add an optional dbus interface (--enable-dbus).
7902         Rework application code, mainly to be easier to
7903         use "remotely".
7904         Do not open multiple windows with the same document,
7905         spatial evince!
7906
7907 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7908
7909         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7910         pixbuf iff it exists.
7911
7912 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7913
7914         * shell/*:
7915         * backend/ev-render-context.[ch]:
7916         * backend/ev-selection.[ch]:
7917
7918         Massive changes.  We now support text selection of pdfs, and not
7919         just rectangular selection.  This is pretty broken still, but I
7920         want to get something into CVS.
7921
7922 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7923
7924         * pdf/ev-poppler.cc:
7925         
7926         Fix for Bug 309080: crash on window close.
7927         
7928         * shell/ev-page-action.c: (page_changed_cb):
7929         
7930         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7931         jensgr@gmx.net (Jens Granseuer).
7932
7933 2005-06-25  Marcel Telka  <marcel@telka.sk>
7934
7935         * configure.in (ALL_LINGUAS): Added sk.
7936
7937 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7938
7939         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7940         not a document open
7941
7942 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7943
7944         * NEWS:
7945         * configure.ac:
7946
7947         Release 0.3.2
7948
7949         * cut-n-paste/recent-files/Makefile.am:
7950
7951         Fix make distcheck
7952
7953 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7954
7955         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7956         (pixbuf_document_set_orientation), (rotate_pixbuf),
7957         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7958         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7959
7960         Implement rotation and cleanup the code a bit.
7961
7962         * tiff/tiff-document.c: (tiff_document_get_page_size),
7963         (tiff_document_get_orientation), (tiff_document_set_orientation),
7964         (rotate_pixbuf), (tiff_document_render_pixbuf),
7965         (tiff_document_document_iface_init), (tiff_document_init):
7966
7967         Implement rotation. Was the quicker solution for the release
7968         but we really need to share this code in the shell.
7969
7970 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7971
7972         * pdf/ev-poppler.cc:
7973
7974         Enable rotation, require poppler cvs. Fix a leak.
7975
7976 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7977
7978         * shell/ev-window.c: (update_action_sensitivity):
7979         
7980         Make properties unsensitive if document backend doesn't provide
7981         any info
7982
7983 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7984
7985         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
7986         (bitmap_flip_horizontally), (bitmap_flip_vertically),
7987         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
7988         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
7989         (bitmap_flip_rotate_counter_clockwise):
7990         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
7991         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
7992         (buff_gets):
7993         * dvi/mdvi-lib/common.h:
7994         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
7995         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
7996         (opendvi), (mdvi_reload), (mdvi_init_context),
7997         (mdvi_destroy_context), (mdvi_dopage), (special):
7998         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
7999         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8000         (file_hash_free), (register_encoding), (parse_spec),
8001         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8002         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8003         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8004         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8005         (mdvi_register_font_type), (mdvi_unregister_font_type),
8006         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8007         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8008         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8009         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8010         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8011         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8012         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8013         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8014         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8015         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8016         (mdvi_unregister_special), (mdvi_flush_specials):
8017         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8018         (t1_font_remove):
8019         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8020         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8021         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8022         (free_font_metrics), (flush_font_metrics):
8023         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8024         (tt_font_remove):
8025         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8026         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8027         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8028         (dstring_insert), (dstring_new), (dstring_reset):
8029         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8030         
8031         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8032         avoid conflict with libtool on FC4
8033         
8034         * shell/ev-window.c: (ev_window_cmd_help_about):
8035         
8036         Update copyright year. Fix for bug 308828.
8037
8038 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8039
8040         * shell/ev-view.c: (add_scroll_binding_keypad),
8041         (ev_view_binding_activated), (ev_view_class_init),
8042         (on_adjustment_value_changed):
8043         
8044         Bug 170874: Arrow keys switch pages in presentation mode
8045
8046 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8047
8048         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8049         
8050         Fix for Bug 308265: Sidebar dissappears coming out of 
8051         Presentation mode
8052
8053 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8054
8055         * shell/ev-application.c: (ev_application_open):
8056         * shell/ev-document-types.c: (ev_document_types_add_filters),
8057         (ev_document_types_add_filters_for_type):
8058         * shell/ev-document-types.h:
8059         * shell/ev-window.c: (ev_window_cmd_save_as):
8060         
8061         Suggest basename as template when saving, provide filters
8062         for save dialog. It's bug 308402
8063
8064 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8065
8066         * pdf/ev-poppler.cc:
8067         * shell/ev-sidebar-links.c: (job_finished_callback):
8068         * shell/ev-view.c: (update_find_status_message):
8069         
8070         Some leaks fixed
8071
8072 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8073
8074         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8075         (egg_recent_view_uimanager_set_list):
8076
8077         Fix buglet in !show_numbers case.
8078
8079 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8080
8081         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8082         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8083
8084         Use pango ellipsisation.
8085
8086         * pdf/ev-poppler.cc:
8087
8088         Fix refcount leak, from nsh.
8089
8090 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8091
8092         * cut-n-paste/recent-files/Makefile.am:
8093         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8094         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8095         
8096         Removed EggRecentViewGtk
8097         
8098         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8099         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8100         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8101         (ev_window_setup_recent):
8102         
8103         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8104         with other projects
8105
8106 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8107
8108         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8109         (egg_recent_view_gtk_finalize):
8110
8111         Fix memory leak
8112
8113         * cut-n-paste/toolbar-editor/Makefile.am:
8114         
8115         Fix location of cursor icon.
8116         
8117         * pdf/ev-poppler.cc:
8118         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8119         (display_completion_text), (match_completion):
8120         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8121         (selection_changed_callback), (create_loading_model),
8122         (print_section_cb), (links_page_num_func),
8123         (update_page_callback_foreach):
8124         * shell/ev-window.c: (ev_window_dispose):
8125         
8126         Small memory fixes. Links model now store objects instead
8127         of pointers to improve memory management. 
8128
8129 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8130
8131         * shell/ev-window.c: (zoom_control_changed_cb):
8132         
8133         Fix update of zoom control (bug 308268).
8134
8135 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8136
8137         * shell/ev-properties.c (set_property): escape the text correctly.
8138         Handles non-UTF-8 properties and escaped properties.  Also, sets
8139         the text to "<i>None</i>" if the property isn't set.
8140
8141         * data/evince-properties.glade: Change the label to be ellipsized,
8142         and give it a minimum size.
8143
8144 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8145
8146         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8147         * shell/ev-sidebar-links.c: (create_loading_model):
8148         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8149         * shell/ev-view.c: (ev_view_set_document):
8150         * shell/ev-window.c: (ev_window_dispose):
8151         
8152         Various small fixes, mostly memory leaks. Thanks to valgrind.
8153
8154 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8155
8156         * ps/ps-document.c: remove the locale.h include again ;-). And
8157         kill the (bogus) setlocale/savelocale business.
8158
8159 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8160
8161         * ps/ps-document.c:
8162         
8163         Include locale.h to fix build
8164         
8165         * shell/ev-sidebar.c:
8166         
8167         Remove unnecessary includes
8168
8169 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8170
8171         * dvi/dvi-document.c: (dvi_document_load):
8172         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8173         * po/POTFILES.in:
8174         
8175         Check for incorrect dvi files. Fix parsing dvi on AMD64
8176         platform. Thanks to tester@tester.ca (Olivier Crete).
8177
8178 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8179
8180         * shell/ev-page-action.c: (match_selected_cb),
8181         (display_completion_text), (match_completion), (update_model):
8182         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8183         (expand_open_links):
8184         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8185         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8186         (ev_sidebar_set_document):
8187         * shell/ev-window.c: (ev_window_xfer_job_cb),
8188         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8189         
8190         Fixed lot's of memory leaks, for example, memory leak on reload, 
8191         described in bug 307793.
8192
8193 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8194
8195         * pdf/ev-poppler.cc:
8196         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8197         (update_visible_range), (adjustment_changed_cb),
8198         (ev_sidebar_thumbnails_fill_model),
8199         (ev_sidebar_thumbnails_refresh),
8200         (ev_sidebar_tree_selection_changed),
8201         (ev_sidebar_icon_selection_changed),
8202         (ev_sidebar_thumbnails_use_icon_view),
8203         (ev_sidebar_thumbnails_set_document):
8204         * shell/ev-sidebar-thumbnails.h:
8205         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8206         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8207
8208         Refresh thumbnails when changing orientation. Not fully
8209         working yet becuase of a sidebar bug.
8210
8211         Set page orientation to poppler page everywhere. This sucks
8212         really need to fix poppler.
8213
8214 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8215
8216         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8217         (egg_recent_view_gtk_new_menu_item),
8218         (egg_recent_view_gtk_set_property),
8219         (egg_recent_view_gtk_get_property),
8220         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8221         (egg_recent_view_gtk_set_tooltip_func),
8222         (egg_recent_view_gtk_set_label_width),
8223         (egg_recent_view_gtk_get_label_width):
8224         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8225
8226         Sync with libegg (ellipsize labels)
8227
8228 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8229
8230         * data/evince-ui.xml:
8231         * shell/ev-window.c: (ev_window_cmd_go_forward),
8232         (ev_window_cmd_go_backward):
8233         
8234         Shift + PageUp moves 10 Pages. Fix for 306125
8235
8236 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8237
8238         * pdf/ev-poppler.cc:
8239
8240         Add a flag to check if orientation has been overriden
8241
8242 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8243
8244         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8245         field if necessary.
8246
8247         * ps/ps.h: add creator field to document.
8248
8249         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8250         set creator field.
8251
8252 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8253
8254         * data/evince-properties.glade:
8255         * shell/ev-properties.c: (ev_properties_set_document):
8256
8257         s/PDF Version/Format
8258
8259 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8260
8261         * shell/ev-properties.c: (ev_properties_set_document):
8262
8263         Remove unnecessary translations
8264
8265 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8266
8267         * cut-n-paste/toolbar-editor/Makefile.am:
8268
8269         Correct library name    
8270
8271 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8272
8273         * configure.ac:
8274         * cut-n-paste/recent-files/egg-recent-model.c:
8275         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8276         (egg_recent_model_unlock_file):
8277         * cut-n-paste/recent-files/egg-recent-util.c:
8278         (egg_recent_util_get_unique_id):
8279         * cut-n-paste/recent-files/update-from-egg.sh:
8280         * cut-n-paste/toolbar-editor/Makefile.am:
8281         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8282         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8283         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8284         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8285         (egg_toolbars_model_get_type):
8286         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8287
8288         Better makefile for toolbar editor and update everything
8289         to latest libegg.
8290
8291 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8292
8293         * shell/ev-window.c: (update_document_mode):
8294
8295         Prefer presentation mode when the document
8296         require fullscreen.
8297
8298 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8299
8300         * data/evince-ui.xml:
8301         * shell/ev-window.c:
8302
8303         Add control-equal for zooming
8304
8305 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8306
8307         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8308
8309 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8310
8311         * backend/ev-document.c: (ev_document_get_orientation):
8312         * backend/ev-document.h:
8313         * pdf/ev-poppler.cc:
8314         * ps/ps-document.c: (ps_document_get_orientation),
8315         (ps_document_set_orientation), (ps_document_document_iface_init):
8316
8317         Add a get_orientation api. Improve set_orientation.
8318
8319         * data/evince-ui.xml:
8320         * shell/ev-view.c: (ev_view_set_orientation),
8321         (ev_view_rotate_right), (ev_view_rotate_left):
8322         * shell/ev-view.h:
8323         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8324         (ev_window_cmd_edit_rotate_right):
8325
8326         Better ui for changing document orientation
8327
8328 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8329
8330         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8331         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8332         * shell/ev-sidebar-links.h:
8333         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8334         (ev_sidebar_page_iface_init):
8335         * shell/ev-sidebar-page.h:
8336         * shell/ev-sidebar-thumbnails.c:
8337         (ev_sidebar_thumbnails_get_property),
8338         (ev_sidebar_thumbnails_class_init),
8339         (ev_sidebar_thumbnails_set_document):
8340         * shell/ev-sidebar-thumbnails.h:
8341         * shell/ev-view.c: (ev_view_motion_notify_event):
8342         * shell/ev-window.c: (update_chrome_visibility),
8343         (ev_window_cmd_focus_page_selector),
8344         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8345         (sidebar_page_main_widget_update_cb), (ev_window_init):
8346         
8347         Autoraise toolbar on GoToPage binding and fix bindings in
8348         EvSidebarThumbnails page.
8349
8350 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8351
8352         * shell/ev-properties.c: (update_progress_label):
8353
8354         Hide the progress label when finished; bug #307697.
8355
8356 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8357
8358         * pdf/ev-poppler.cc:
8359
8360         Enable is_open for links, you will need poppler cvs
8361
8362         * shell/ev-properties.c: (job_fonts_finished_cb):
8363
8364         Get a lock on the document when filling the tree view
8365
8366 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8367
8368         * backend/ev-document-links.h:
8369         * pdf/ev-poppler.cc:
8370         * shell/ev-sidebar-links.c: (create_loading_model),
8371         (expand_open_links), (job_finished_callback):
8372
8373         Expand links when specified by the document.
8374         Depend on a poppler api (defined out for now)
8375
8376 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8377
8378         * shell/ev-properties.c: (ev_properties_dispose),
8379         (ev_properties_class_init), (dialog_destroy_cb),
8380         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8381         (ev_properties_set_document), (ev_properties_new),
8382         (ev_properties_show):
8383         * shell/ev-properties.h:
8384
8385         Make it an object, cleanup the code, api to show it as transient
8386         and to set the document.
8387
8388         * shell/ev-window.c: (ev_window_setup_document),
8389         (ev_window_cmd_file_properties):
8390
8391         Adapt to EvProperties changes, do not show multiple
8392         times, update it when document changes.
8393
8394 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8395
8396         * ps/gstypes.h:
8397         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8398         (ps_document_set_orientation), (ps_document_document_iface_init):
8399         * ps/ps-document.h:
8400
8401         Implement orientation here too
8402
8403         * shell/ev-properties.c: (ev_properties_new):
8404         * data/evince-properties.glade:
8405
8406         Hide the fonts page for backends that doesnt
8407         support it.     
8408
8409 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8410
8411         * backend/ev-document.c: (ev_document_set_orientation):
8412         * backend/ev-document.h:
8413         * pdf/ev-poppler.cc:
8414
8415         Add orientation api. Currently poppler api is not optimal,
8416         we need to set orientation every time we _get a page.
8417         I will try to fix that at some point.
8418
8419         * data/evince-ui.xml:
8420         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8421         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8422
8423         Add orientation menu items
8424
8425         * shell/ev-page-cache.c: (ev_page_cache_clear):
8426         * shell/ev-page-cache.h:
8427
8428         Add api to clear the cache
8429
8430         * shell/ev-view.c: (setup_caches), (clear_caches),
8431         (ev_view_set_document), (ev_view_zoom_out),
8432         (ev_view_set_orientation):
8433         * shell/ev-view.h:
8434
8435         Implement orientation changing
8436
8437 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8438
8439         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8440         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8441         * backend/ev-document-fonts.h:
8442
8443         Separate scan and fill so that we can incrementally fill from
8444         the main thread. Add a progress api.
8445
8446         * data/evince-properties.glade:
8447         * pdf/ev-poppler.cc:
8448         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8449         * shell/ev-jobs.h:
8450         * shell/ev-properties.c: (update_progress_label),
8451         (job_fonts_finished_cb), (setup_fonts_view):
8452
8453         Incrementally feel the list and show the progress
8454         percentage in a label like acrobat does.
8455
8456         You are going to need poppler cvs
8457
8458 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8459
8460         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8461         * backend/ev-document-fonts.h:
8462         * pdf/ev-poppler.cc:
8463
8464         Make fonts model fill incrementally.
8465
8466         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8467         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8468         (ev_job_queue_remove_job):
8469         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8470         (ev_job_fonts_new), (ev_job_fonts_run):
8471         * shell/ev-jobs.h:
8472
8473         New job for fonts scanning
8474
8475         * shell/ev-properties.c: (job_fonts_finished_cb),
8476         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8477         * shell/ev-properties.h:
8478         * shell/ev-window.c: (ev_window_cmd_file_properties):
8479
8480         Incrementally feel the treeview using the new job. Show Loading...
8481         message until scanning is completed.
8482
8483         Hopefully I didnt break the build without the poppler patch.
8484
8485 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8486
8487         * shell/ev-application.c: (ev_application_open):
8488         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8489         (ev_document_type_get_type), (ev_document_type_lookup):
8490         * shell/ev-document-types.h:
8491         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8492         * shell/ev-job-xfer.h:
8493         * shell/ev-window.c: (ev_window_clear_local_uri),
8494         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8495         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8496         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8497         
8498         Transfer remote documents to tmp directory to display them later.
8499
8500 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8501
8502         * backend/ev-document-info.h:
8503         * shell/ev-properties.c: (ev_properties_new):
8504
8505         s/GTime*/GTime. Not sure why we was using a pointer
8506         at all there!
8507
8508 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8509
8510         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8511         situations.  That situation is that you're using GTK+-HEAD with
8512         the patch at #306726 is applied, and you have a document with <
8513         1500 pages in it.  It's not quite as uniformly nice as the
8514         TreeView, but should be better in the long run.
8515
8516         I'm pretty sure I guarded against breaking compilation with
8517         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8518         I missed some.
8519
8520         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8521         widget yet, so I commented that code out
8522         enable_view_actions_for_widget() for now.  Need to figure this
8523         out.
8524
8525         * shell/ev-page-action.c (match_selected_cb): emit the right
8526         signals.  Our cool C-l completion now works.
8527
8528 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8529
8530         * backend/Makefile.am:
8531         * backend/ev-document-fonts.c:
8532         * backend/ev-document-links.c:
8533         * backend/ev-document.c: (ev_document_load):
8534         * backend/ev-document.h:
8535         * backend/ev-job-queue.c:
8536         * backend/ev-job-queue.h:
8537         * backend/ev-jobs.c:
8538         * backend/ev-jobs.h:
8539         * backend/ev-page-cache.c:
8540         * backend/ev-page-cache.h:
8541
8542         EvPageCache and EvJobs are moved to shell.
8543
8544         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8545         (ev_tmp_filename):
8546         * lib/ev-file-helpers.h:
8547         
8548         New helper to work with temporary files
8549         
8550         * shell/Makefile.am:
8551         * shell/ev-application.c: (ev_application_open):
8552         * shell/ev-application.h:
8553         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8554         (remove_job_from_async_queue), (add_job_to_async_queue),
8555         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8556         (handle_job), (search_for_jobs_unlocked),
8557         (no_jobs_available_unlocked), (ev_render_thread),
8558         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8559         (ev_job_queue_add_job), (move_job_async), (move_job),
8560         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8561         * shell/ev-job-queue.h:
8562         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8563         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8564         * shell/ev-job-xfer.h:
8565         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8566         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8567         (ev_job_links_class_init), (ev_job_render_init),
8568         (ev_job_render_dispose), (ev_job_render_class_init),
8569         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8570         (ev_job_thumbnail_class_init), (ev_job_load_init),
8571         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8572         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8573         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8574         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8575         * shell/ev-jobs.h:
8576         * shell/ev-page-action.c: (ev_page_action_set_document):
8577         * shell/ev-page-cache.c: (ev_page_cache_init),
8578         (ev_page_cache_class_init), (ev_page_cache_finalize),
8579         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8580         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8581         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8582         (ev_page_cache_get_title), (ev_page_cache_get_size),
8583         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8584         (ev_page_cache_get_height_to_page),
8585         (ev_page_cache_get_max_label_chars),
8586         (ev_page_cache_get_page_label),
8587         (ev_page_cache_has_nonnumeric_page_labels),
8588         (ev_page_cache_get_info), (ev_page_cache_next_page),
8589         (ev_page_cache_prev_page), (ev_page_cache_get):
8590         * shell/ev-page-cache.h:
8591         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8592         (ev_pixbuf_cache_clear_job_sizes),
8593         (ev_pixbuf_cache_add_jobs_if_needed),
8594         (ev_pixbuf_cache_set_page_range):
8595         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8596         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8597         * shell/ev-sidebar-thumbnails.c:
8598         (ev_sidebar_tree_selection_changed),
8599         (ev_sidebar_thumbnails_set_document):
8600         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8601         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8602         (ev_statusbar_get_context_id), (ev_statusbar_push),
8603         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8604         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8605         (ev_statusbar_set_progress):
8606         * shell/ev-statusbar.h:
8607         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8608         (ev_view_find_previous):
8609         * shell/ev-window.c: (ev_window_is_empty),
8610         (ev_window_setup_document), (password_dialog_response),
8611         (ev_window_clear_jobs), (ev_window_load_job_cb),
8612         (ev_window_xfer_job_cb), (ev_window_open_uri),
8613         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8614         (ev_window_print), (ev_window_print_range),
8615         (ev_window_state_event), (ev_window_cmd_view_reload),
8616         (menu_item_select_cb), (menu_item_deselect_cb),
8617         (view_status_changed_cb), (ev_window_dispose),
8618         (drag_data_received_cb), (ev_window_init):
8619         * shell/ev-window.h:
8620         * shell/main.c: (load_files):
8621         
8622         New statusbar to show progress on idle. Two new jobs - 
8623         xfer job and load job to load document in background. And update
8624         of page_cache clients to new location of code.
8625
8626 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8627
8628         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8629         selection in open dialog. It also remembers the last visited directory 
8630         in the current session.
8631
8632 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8633
8634         * shell/ev-properties.c: (ev_properties_new):
8635         * shell/ev-properties.h:
8636         * shell/ev-window.c: (ev_window_cmd_file_properties):
8637         
8638         Get document info from page cache instead of document itself.
8639         This should fix crash related to race conditions described in
8640         bug 306545.
8641
8642 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8643
8644         * ps/ps-document.c: (ps_document_init),
8645         (send_ps), (get_page_box), (output), (catchPipe), (input),
8646         (stop_interpreter), (file_length), (file_readable),
8647         (check_filecompressedb), (ps_document_enable_interpreter),
8648         (document_load), (ps_async_renderer_render_pixbuf):
8649         * ps/ps-document.h:
8650
8651         Big cleanup of the ps code
8652
8653 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8654
8655         * backend/Makefile.am:
8656         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8657         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8658         * backend/ev-async-renderer.h:
8659
8660         Add an async renderer interface (method + callback) which
8661         is useful for backends like ps.
8662
8663         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8664         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8665         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8666         (ev_job_queue_add_job), (move_job_async), (move_job),
8667         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8668
8669         Add queues for async renderer, these are executed on the
8670         main thread.
8671
8672         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8673         (ev_job_render_run):
8674         * backend/ev-jobs.h:
8675
8676         If the backend support async renderer interface use it.
8677
8678         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8679         (setup_pixmap), (ps_document_get_type),
8680         (ps_async_renderer_render_pixbuf),
8681         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8682
8683         Implement async renderer interface.
8684
8685 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8686
8687         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8688
8689         Cleanup links job on exit.
8690
8691 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8692
8693         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8694         (drag_data_get_cb), (drag_data_received_cb):
8695         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8696         (drag_data_get_cb), (parse_item_list),
8697         (egg_toolbar_editor_load_actions):
8698         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8699         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8700         (parse_item_list), (parse_toolbars):
8701         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8702         (dvi_pixbuf_put_pixel):
8703         
8704         Fix gcc 4.0 warnings
8705
8706 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8707
8708         * ps/ps-document.c: (start_interpreter):
8709
8710         Fix warning when loading ps
8711
8712 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8713
8714         * ps/ps-document.c: (output):
8715
8716         Fix crash when priting gs error messages.
8717
8718 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8719
8720         * backend/ev-page-cache.c: (_ev_page_cache_new):
8721         * backend/ev-page-cache.h:
8722
8723         Use a const to return title so that we dont double
8724         free it. Small cleanup and fix a leak.
8725
8726         * shell/ev-window.c: (update_window_title):
8727
8728         strdup value from get_title.
8729
8730 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8731
8732         * shell/ev-sidebar-links.c: (job_finished_callback),
8733         (ev_sidebar_links_set_document):
8734
8735         Cleanup the old job when changing document
8736
8737 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8738
8739         * shell/ev-stock-icons.c:
8740         * shell/ev-stock-icons.h:
8741         * shell/ev-window.c:
8742         
8743         Add stock icons for actions that can appear in toolbar. Fix for
8744         bug 306566.
8745
8746 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8747
8748         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8749         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8750         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8751         * backend/ev-page-cache.h:
8752         * shell/ev-view.c: (scroll_to_current_page),
8753         (view_update_range_and_current_page), (get_page_y_offset),
8754         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8755         (ev_view_size_request_continuous),
8756         (ev_view_zoom_for_size_continuous_and_dual_page),
8757         (ev_view_zoom_for_size_continuous):
8758         
8759         More compact EvView layout in document with pages of different size.
8760
8761 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8762
8763         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8764         compilation.
8765
8766 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8767
8768         * shell/ev-view.c: (view_set_adjustment_values):
8769         * shell/ev-window.c: (ev_window_cmd_file_properties):
8770         
8771         A bit different fix for rounding problem but it has no
8772         problems on startup. Make properties window transient to parent.
8773
8774 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8775
8776         * pdf/ev-poppler.cc:
8777         
8778         More commenting of font stuff.
8779
8780 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8781
8782         * pdf/ev-poppler.cc:
8783
8784         Comment out some more fonts stuff. Should really
8785         work without the poppler patch now.
8786
8787 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8788
8789         * pdf/ev-poppler.cc:
8790
8791         Adapt to api change
8792
8793 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8794
8795         * data/evince-properties.glade:
8796         * pdf/ev-poppler.cc:
8797         * shell/ev-properties.c: (setup_fonts_view):
8798
8799         Set the column title. Show the dialog only
8800         once everything is setup.
8801         Getting font info can be very slow... will
8802         prolly need to make this threaded too.
8803
8804 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8805
8806         * backend/Makefile.am:
8807         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8808         (ev_document_fonts_get_fonts_model):
8809         * backend/ev-document-fonts.h:
8810         * data/evince-properties.glade:
8811         * pdf/ev-poppler.cc:
8812         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8813         * shell/ev-properties.h:
8814         * shell/ev-window.c: (ev_window_cmd_file_properties):
8815
8816         Implement fonts list. Defined out for now, since it depends
8817         on a not yet committed poppler patch.
8818
8819 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8820
8821         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8822         page + 1.
8823
8824         * shell/ev-window.c: Make sure we add the timeout when we get a
8825         focus-in event.
8826
8827         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8828         adjustment->value before calculating the zoom factor to average
8829         out all of our rounding errors.  The page no longer 'drifts' when
8830         resizing.
8831
8832 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8833
8834         * data/evince-properties.glade:
8835         * shell/ev-properties.c: (ev_properties_format_date),
8836         (set_property):
8837         
8838         Labels don't expand when the dialogue is resized.
8839         strftime result needs to be converted to UTF-8. Thanks
8840         to Christian Persch <chpe@gnome.org>.
8841
8842 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8843
8844         * data/evince-properties.glade:
8845
8846         Hide the fonts tab
8847
8848 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8849
8850         * backend/ev-document-info.h:
8851         * backend/ev-document.c: (ev_document_info_free):
8852         * data/evince-properties.glade:
8853         * pdf/ev-poppler.cc:
8854         * ps/ps-document.c: (ps_document_get_info):
8855         * shell/ev-properties.c: (ev_properties_format_date),
8856         (set_property), (ev_properties_new):
8857         * shell/ev-properties.h:
8858         * shell/ev-window.c: (ev_window_cmd_file_properties):
8859
8860         Rework properties code to take only EvPropertyInfo
8861         in the constructor so that it can be useful for
8862         nautilus plugin too.
8863
8864         Deal with backends that doesnt support some properties.
8865         Make set property code generic.
8866
8867 2005-06-04  Christian Persch <chpe@gnome.org>
8868
8869         * data/evince-properties.glade:
8870
8871         fix spacings, make resizeable, and make data labels
8872         selectable + ellipsised
8873
8874 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8875
8876         * backend/ev-document-info.h:
8877         * data/Makefile.am:
8878         * data/evince-ui.xml:
8879         * pdf/ev-poppler.cc:
8880         * shell/Makefile.am:
8881         * shell/ev-window.c: (update_action_sensitivity),
8882         (ev_window_cmd_file_properties):
8883
8884         Initial go at file properties. Patch by
8885         Emil Soleyman-Zomalan <emil@soleyman.com>.
8886         Needs love see #169583
8887
8888 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8889
8890         * ps/ps-document.c: (output):
8891         * ps/ps.c: (psscan):
8892
8893         Try to render even if psscan fails.
8894
8895 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8896
8897         * ps/ps.c: (psscan), (pscopydoc):
8898
8899         Port buffered reading code from gv
8900
8901 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8902
8903         * ps/ps-document.c: (interpreter_message), (output):
8904
8905         Do not fail on interpreter messages
8906
8907 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8908
8909         * backend/ev-document-misc.c:
8910         (ev_document_misc_get_thumbnail_frame):
8911
8912         Pages can be 0 x 0, dont assert on this case
8913
8914 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8915
8916         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8917         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8918
8919         Correctly manage our reference on document. Finally the reload
8920         huge leak is gone...
8921
8922 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8923
8924         * ps/ps-document.c: (ps_document_dispose):
8925
8926         Forgot to chain it to the parent. Thanks chpe.
8927
8928 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8929
8930         * ps/ps-document.c: (ps_document_dispose),
8931         (ps_document_class_init), (stop_interpreter), (document_load):
8932
8933         Cleanup dispose a bit. Dont leak the whole pixmap.
8934
8935 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8936
8937         * pdf/ev-poppler.cc:
8938
8939         Release the poppler document on dispose
8940
8941 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8942
8943         * shell/ev-view.c: (ev_view_set_document):
8944
8945         Release ref on the pixbuf cache when changing
8946         document.
8947
8948 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8949
8950         * ps/ps-document.c: (ps_document_get_info):
8951
8952         Fix a double free
8953
8954 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8955
8956         * backend/ev-page-cache.c: (ev_page_cache_init),
8957         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8958         * backend/ev-page-cache.h:
8959         * shell/ev-page-action.c: (page_changed_cb):
8960         
8961         Set page action entry width depending on labels width. Fix
8962         for bug 305202.
8963
8964 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8965
8966         * backend/ev-link.c: (ev_link_class_init):
8967
8968         Allow -1 as page value (error)
8969
8970 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8971
8972         * shell/ev-sidebar-thumbnails.c:
8973         (ev_sidebar_thumbnails_set_document):
8974         * shell/ev-view.c: (scroll_to_current_page),
8975         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
8976         (page_changed_cb), (on_adjustment_value_changed),
8977         (ev_view_set_document):
8978
8979         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
8980         Fix bug 305377
8981
8982 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8983
8984         * configure.ac:
8985         * djvu/djvu-document.c: (djvu_document_get_page_size):
8986
8987         Require djvulibre CVS. Now djvu loading is much faster. Fix for
8988         bug 301993.
8989
8990 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
8991
8992         * shell/ev-view.c (draw_one_page): modify the expose handling to
8993         get the shadows.
8994
8995         * shell/ev-window.c (update_action_sensitivity): Respect
8996         permissions field.  Kowtow to the man.
8997
8998         * pdf/ev-poppler.cc: Get the permissions field.
8999
9000         * tiff/*c: Make a tiny bit more robust.
9001
9002 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9003
9004         * djvu/djvu-document.c:
9005         
9006         Pop messages from djvu context message queue.
9007
9008 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9009
9010         * configure.ac, Makefile.am, shell/Makefile.am:
9011         * tiff/Makefile.am, shell/ev-document-types.c:
9012         
9013         Cleanup tiff configure checks. Fix for bug 305218.
9014
9015 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9016
9017         * configure.ac: Added "uk" to ALL_LINGUAS.
9018
9019 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9020
9021         * cut-n-paste/zoom-control/ephy-zoom.c:
9022         (ephy_zoom_get_changed_zoom_level):
9023         * cut-n-paste/zoom-control/ephy-zoom.h:
9024         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9025         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9026         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9027         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9028         (zoom_control_changed_cb), (ev_window_init):
9029         
9030         Fix minor points related to moving best fit up. Introduce
9031         "zoom" property and make zoom control change it's value on
9032         notify::zoom signals. Fix for 305080.
9033
9034 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9035
9036         * data/evince-ui.xml:
9037         * shell/ev-window.c: (set_view_actions_sensitivity):
9038         
9039         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9040
9041 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9042
9043         * configure.ac:
9044
9045         Depends on poppler 0.3.2
9046
9047 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9048
9049         * cut-n-paste/recent-files/egg-recent-item.c:
9050         (egg_recent_item_get_short_name):
9051         * cut-n-paste/toolbar-editor/Makefile.am:
9052         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9053         (new_pixbuf_from_widget):
9054         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9055         * cut-n-paste/toolbar-editor/egg-marshal.c:
9056         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9057         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9058
9059         Sync
9060
9061 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9062
9063         * tiff/tiff-document.c: Rough TIFF backend.
9064
9065 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9066
9067         * NEWS:
9068         * configure.ac:
9069         * cut-n-paste/toolbar-editor/Makefile.am:
9070
9071         Release 0.3.1
9072
9073 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9074
9075         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9076         (ev_view_find_next), (ev_view_find_previous):
9077
9078         Remove the locks around get_n_results   
9079
9080 2005-05-21  Juerg Billeter  <j@bitron.ch>
9081
9082         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9083
9084         Pass correct number of pages to poppler.
9085
9086 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9087
9088         * configure.ac:
9089         * data/Makefile.am:
9090         * data/evince.desktop.in: 
9091         * data/evince.desktop.in.in:
9092         * po/POTFILES.in:
9093         
9094         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9095
9096 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9097
9098         * shell/ev-view.c: (view_update_adjustments),
9099         (view_set_adjustment_values): cast adjustmen->value to (int)
9100         before using it.  Otherwise, we get off by a pixel in some
9101         situations.
9102
9103         (draw_one_page): Draw the border on expose.
9104
9105 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9106
9107         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9108         adjustment when the mode changes, #304923
9109
9110 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9111
9112         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9113         flickering on resize but still use gdk_window_scroll on
9114         scrolling
9115
9116 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9117
9118         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9119         option, #170458
9120
9121 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9122
9123         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9124         second page on page_changed if possible, #304669
9125
9126 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9127
9128         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9129         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9130
9131 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9132
9133         * .cvsignore:
9134         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9135         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9136         (ev_view_zoom_for_size_presentation),
9137         (ev_view_zoom_for_size_continuous_and_dual_page),
9138         (ev_view_zoom_for_size_continuous),
9139         (ev_view_zoom_for_size_dual_page),
9140         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9141         * shell/ev-view.h:
9142         * shell/ev-window.c: (update_view_size),
9143         (ev_window_sizing_mode_changed_cb):
9144
9145         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9146         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9147         an infinite loop, #304769
9148
9149
9150 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9151
9152         * data/evince-ui.xml:
9153         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9154         * shell/ev-window.c: (set_view_actions_sensitivity):
9155
9156         Make PgUp/Down behave like Space
9157
9158 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9159
9160         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9161         * backend/ev-ps-exporter.h:
9162         * pdf/ev-poppler.cc:
9163         * ps/ps-document.c: (ps_document_ps_export_begin):
9164         * shell/ev-print-job.c: (idle_print_handler):
9165
9166         Adapt to new poppler api
9167
9168 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9169
9170         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9171         (ephy_zoom_control_init):
9172
9173         Translate zoom levels
9174
9175 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9176
9177         * cut-n-paste/zoom-control/ephy-zoom.c:
9178         (ephy_zoom_get_zoom_level_index):
9179
9180         Fix current zoom -> zoom control match
9181
9182 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9183
9184         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9185         rather than the scrolled_window that it's in. Fixes bug #304655.
9186
9187 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9188
9189         * shell/ev-view.c: (view_update_adjustments),
9190         (view_set_adjustment_values), (view_update_range_and_current_page),
9191         (view_scroll_to_page), (set_scroll_adjustment),
9192         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9193         (ev_view_scroll), (ev_view_scroll_view),
9194         (ensure_rectangle_is_visible), (find_page_at_location),
9195         (get_link_at_location), (go_to_link), (status_message_from_link),
9196         (ev_view_size_request_continuous_dual_page),
9197         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9198         (ev_view_unrealize), (ev_view_expose_event),
9199         (ev_view_button_press_event), (ev_view_motion_notify_event),
9200         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9201         (draw_rubberband), (highlight_find_results), (draw_one_page),
9202         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9203         (ev_view_init), (find_changed_cb), (page_changed_cb),
9204         (on_adjustment_value_changed), (ev_view_new),
9205         (ev_view_set_document), (ev_view_set_zoom),
9206         (ev_view_set_continuous), (ev_view_set_dual_page),
9207         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9208         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9209         (ev_view_zoom_for_size_presentation),
9210         (ev_view_zoom_for_size_continuous_dual_page),
9211         (ev_view_zoom_for_size_continuous),
9212         (ev_view_zoom_for_size_dual_page),
9213         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9214         (ev_view_get_status), (ev_view_set_status),
9215         (update_find_status_message), (ev_view_get_find_status),
9216         (ev_view_set_find_status), (jump_to_find_result),
9217         (jump_to_find_page), (compute_selections), (clear_selection),
9218         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9219         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9220         (ev_view_update_primary_selection),
9221         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9222         * shell/ev-view.h:
9223         * shell/ev-window.c: (ev_window_open_page_label),
9224         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9225         (ev_window_init):
9226         * shell/ev-window.h:
9227         * shell/main.c: (load_files):
9228
9229         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9230         when resizing.  Remove the bin_window().  Also, patch from James
9231         Bowes to fix command line page, #300641
9232         
9233 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9234
9235         * data/evince-ui.xml:
9236         * shell/ev-view.c:
9237         * shell/ev-view.h:
9238         * shell/ev-window.c: (update_action_sensitivity):
9239
9240         Get rid of View->Normal Size, it's just confusing
9241
9242 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9243
9244         * backend/ev-document-info.h:
9245         * backend/ev-document.c: (ev_document_info_free): Free the
9246         EvDocumentInfo.
9247
9248         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9249         (clear_range), (add_range), (update_visible_range),
9250         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9251         (ev_sidebar_thumbnails_set_document):
9252         * shell/ev-window.c: (ev_window_setup_document): Only render the
9253         visible thumbnails.  It takes an instant to render, but it uses
9254         much less memory.
9255
9256 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9257
9258         * shell/ev-sidebar-links.c: (popup_menu_cb):
9259
9260         Select first item
9261
9262 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9263
9264         * lib/Makefile.am:
9265         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9266         (button_press_cb), (ev_sidebar_links_construct):
9267
9268         Show the popup menu also on keybindings
9269
9270 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9271
9272         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9273         * shell/ev-window.h:
9274
9275         Expose api to print a range (with dialog). Make private _print use
9276         it.
9277
9278         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9279         (ev_sidebar_links_construct):
9280
9281         Show a print context menu on linkx, it prints the selected
9282         section.
9283
9284 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9285
9286         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9287         button.
9288
9289 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9290
9291         * AUTHORS:
9292
9293         Update
9294
9295         * shell/ev-window.c: (build_comments_string),
9296         (ev_window_cmd_help_about):
9297
9298         Show poppler version/backend and authors
9299
9300 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9301
9302         * cut-n-paste/zoom-control/ephy-zoom.c:
9303         (ephy_zoom_get_zoom_level_index):
9304         * cut-n-paste/zoom-control/ephy-zoom.h:
9305
9306         Move the best fit items at the top of the list
9307
9308 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9309
9310         * shell/ev-marshal.list:
9311         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9312         (activate_cb), (match_selected_cb), (activate_link_cb),
9313         (connect_proxy), (ev_page_action_class_init):
9314         * shell/ev-page-action.h:
9315
9316         Use signals to notify action activation. Hopefully
9317         I did not break completion since I cant test...
9318
9319         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9320         (register_custom_actions):
9321
9322         Connect to page selector actions and also grab focus on
9323         the view when activated.
9324
9325 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9326
9327         * pdf/ev-poppler.cc:
9328         * backend/ev-page-cache.c: make page size calculation consistent
9329         and set it to (int)( width * scale + 0.5).  This makes the weird
9330         line going through the middle of the page go away.
9331
9332         * shell/ev-view.c: move painting the background page after
9333         checking the expose area covers us.
9334
9335 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9336
9337         * data/evince-password.glade:
9338         
9339         Mark labels as not translatable. Fix for bug 302842.
9340
9341 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9342
9343         * configure.ac: Added "es" to ALL_LINGUAS.
9344
9345 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9346
9347         * data/evince-toolbar.xml:
9348         * shell/ev-window.c: (update_action_sensitivity),
9349         (ev_window_setup_document), (ev_window_set_page_mode),
9350         (ev_window_init):
9351
9352         Remove some leftover code from jrb first continous
9353         attempt. Use the new actions, we still need good icons
9354         though...
9355
9356 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9357
9358         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9359
9360         Update label when connecting proxy. Fix a warning with NULL
9361         page_cache.
9362
9363 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9364
9365         * data/evince-ui.xml:
9366         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9367         * shell/ev-page-action.h:
9368         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9369
9370         Add mnemonic for edit toolbar.
9371         ctrl+l focus the page entry.
9372
9373 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9374
9375         * lib/Makefile.am:
9376         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9377         (ev_window_init):
9378         * shell/main.c: (main):
9379
9380         Put the toolbar xml in evince own dot dir
9381
9382 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9383
9384         * shell/ev-window.c: (ev_window_init):
9385
9386         Make the toolbar not removable
9387
9388 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9389
9390         * data/evince-ui.xml:
9391         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9392         * shell/ev-sidebar-links.h:
9393         * shell/ev-sidebar-thumbnails.c:
9394         (ev_sidebar_thumbnails_get_treeview):
9395         * shell/ev-sidebar-thumbnails.h:
9396         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9397         (ev_view_class_init):
9398         * shell/ev-view.h:
9399         * shell/ev-window.c: (update_action_sensitivity),
9400         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9401         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9402         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9403         (ev_window_init):
9404
9405         This is evil... Make space/backspace global accelerators but
9406         enable them only for some widgets (sidebars and view).
9407         I dont like it, but I dont know a better way... :/
9408
9409 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9410
9411         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9412         (ev_page_action_widget_finalize),
9413         (ev_page_action_widget_class_init), (update_page_cache):
9414
9415         Keep a weak reference on proxy->page_cache so that we
9416         dont try to disconnect the signal if the object is already
9417         gone. Maybe there is a better way to cleanup reference handling
9418         in page action though...
9419
9420 2005-05-10  Juerg Billeter  <j@bitron.ch>
9421
9422         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9423         * backend/ev-ps-exporter.h:
9424         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9425         * ps/ps-document.c: (ps_document_ps_export_begin):
9426         
9427         Change api to pass print range to ps_exporter_begin. The pdf backend
9428         requires this information.
9429         
9430         * shell/ev-print-job.c: (idle_print_handler):
9431         
9432         Adapt to api change
9433
9434 2005-05-10  Juerg Billeter  <j@bitron.ch>
9435
9436         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9437         (idle_print_handler)
9438         * shell/ev-window.c: (ev_window_print):
9439
9440         Support printing page range, based on patch by Amaury Jacquot
9441
9442 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9443
9444         * data/evince-toolbar.xml:
9445
9446         Add zoom control to available items
9447
9448 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9449
9450         * shell/ev-window.c: (update_action_sensitivity):
9451
9452         Set slash action insensitive when appropriate
9453
9454 2005-05-10  Christian Persch <chpe@gnome.org>
9455
9456         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9457
9458         Fix warning on the overflow menu
9459
9460 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9461
9462         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9463
9464         Check for uri correctness/existence
9465
9466 2005-05-09  Juerg Billeter  <j@bitron.ch>
9467
9468         * shell/ev-window.c: (using_postscript_printer):
9469
9470         LPD printers use postscript, too
9471
9472 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9473
9474         * shell/ev-window.c: (register_custom_actions):
9475
9476         The zoom one is actually sort of useful,
9477         put it back
9478
9479 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9480
9481         * shell/ev-window.c: (register_custom_actions):
9482
9483         Hide page/zoom controls from overflow, they
9484         are useless.
9485
9486 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9487
9488         * cut-n-paste/update-from-egg.sh:
9489         
9490         Share it between all cut-n-paste subdirs
9491
9492         * cut-n-paste/recent-files/Makefile.am:
9493
9494         Fix to use "global" update-from-egg.sh
9495
9496         * cut-n-paste/recent-files/egg-recent-model.c:
9497         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9498         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9499         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9500         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9501
9502         Update from libegg
9503
9504         * cut-n-paste/toolbar-editor/Makefile.am:
9505
9506         Fix to use "global" update-from-egg.sh
9507
9508         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9509
9510         Update from libegg
9511
9512 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9513
9514         * configure.ac:
9515         * cut-n-paste/Makefile.am:
9516         * cut-n-paste/recent-files/Makefile.am:
9517         * cut-n-paste/toolbar-editor/.cvsignore:
9518         * cut-n-paste/toolbar-editor/Makefile.am:
9519         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9520         (egg_editable_toolbar_get_type), (get_toolbar_position),
9521         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9522         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9523         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9524         (set_item_drag_source), (create_item_from_action), (create_item),
9525         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9526         (popup_toolbar_context_menu_cb), (free_dragged_item),
9527         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9528         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9529         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9530         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9531         (item_added_cb), (item_removed_cb),
9532         (egg_editable_toolbar_construct),
9533         (egg_editable_toolbar_disconnect_model),
9534         (egg_editable_toolbar_deconstruct),
9535         (egg_editable_toolbar_set_model),
9536         (egg_editable_toolbar_set_ui_manager),
9537         (egg_editable_toolbar_set_property),
9538         (egg_editable_toolbar_get_property),
9539         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9540         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9541         (egg_editable_toolbar_new_with_model),
9542         (egg_editable_toolbar_get_edit_mode),
9543         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9544         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9545         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9546         (new_pixbuf_from_widget), (new_separator_pixbuf),
9547         (update_separator_image), (style_set_cb),
9548         (_egg_editable_toolbar_new_separator_image),
9549         (egg_editable_toolbar_get_model):
9550         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9551         * cut-n-paste/toolbar-editor/egg-marshal.c:
9552         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9553         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9554         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9555         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9556         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9557         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9558         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9559         (editor_drag_data_delete_cb), (drag_data_get_cb),
9560         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9561         (editor_create_item), (update_editor_sheet), (setup_editor),
9562         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9563         (parse_item_list), (model_has_action), (update_actions_list),
9564         (egg_toolbar_editor_load_actions):
9565         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9566         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9567         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9568         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9569         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9570         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9571         (egg_toolbars_model_add_separator), (impl_add_item),
9572         (parse_item_list), (egg_toolbars_model_add_toolbar),
9573         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9574         (impl_get_item_data), (impl_get_item_type),
9575         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9576         (egg_toolbars_model_init), (free_toolbar),
9577         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9578         (egg_toolbars_model_remove_toolbar),
9579         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9580         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9581         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9582         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9583         (egg_toolbars_model_get_item_data),
9584         (egg_toolbars_model_get_item_type):
9585         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9586         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9587         * data/Makefile.am:
9588         * data/evince-toolbar.xml:
9589         * data/evince-ui.xml:
9590         * data/hand-open.png:
9591         * po/POTFILES.in:
9592         * shell/Makefile.am:
9593         * shell/ev-window.c: (update_chrome_visibility),
9594         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9595         (ev_window_dispose), (ev_window_init):
9596
9597         Implement epiphany like toolbar editor. Based on patch by
9598         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9599
9600 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9601
9602         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9603
9604         Use set_cursor instead of set_selection, so that
9605         the keyboard focus moves too.
9606
9607 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9608
9609         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9610
9611         Fix infinite loop when loading Type1 fonts
9612
9613 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9614
9615         * data/evince-ui.xml:
9616         * shell/ev-window.c:
9617
9618         Slash -> Find
9619
9620 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9621
9622         * configure.ac:
9623
9624         Make --disable really disable
9625
9626 2005-05-07  Juerg Billeter  <j@bitron.ch>
9627
9628         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9629
9630         Compare page labels even without has_labels set, fixes setting page
9631         with entry
9632
9633 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9634
9635         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9636         (ev_view_set_cursor), (ev_view_button_press_event),
9637         (ev_view_motion_notify_event), (ev_view_button_release_event),
9638         (ev_view_init):
9639
9640         Implement middle button scrolling. Based on a patch
9641         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9642
9643 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9644
9645         * shell/ev-document-types.c: (get_slow_mime_type),
9646         (get_document_type_from_mime), (ev_document_type_lookup):
9647         * shell/ev-document-types.h:
9648
9649         Change api to lookup from uri. Do fast lookup first, if the
9650         type is unknown try with data sniffing.
9651
9652         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9653         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9654
9655         Adapt to api change
9656
9657 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9658
9659         * thumbnailer/Makefile.am:
9660
9661         Fix distcheck
9662
9663 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9664
9665         * NEWS:
9666         * configure.ac:
9667
9668         Release 0.3.0
9669
9670         * data/evince-ui.xml:
9671
9672         Hide presentation mode for now
9673
9674         * shell/ev-view.c: (highlight_find_results):
9675
9676         Show current find selection only on current page
9677
9678 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9679
9680         * shell/ev-view.c: (ev_view_select_all):
9681
9682         Compute size of the actual page, not of
9683         the current one.
9684
9685 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9686
9687         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9688         (view_rect_to_doc_rect), (compute_selections),
9689         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9690         (ev_view_copy), (ev_view_primary_get_cb),
9691         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9692         (ev_view_button_press_event), (ev_view_motion_notify_event),
9693         (ev_view_button_release_event), (page_changed_cb):
9694
9695         Fix text selection
9696
9697 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9698
9699         * shell/ev-view.c: (compute_border), (get_page_extents),
9700         (doc_rect_to_view_rect), (highlight_find_results),
9701         (ev_view_bin_expose), (ev_view_select_all),
9702         (ev_view_motion_notify_event), (update_find_status_message),
9703         (jump_to_find_result), (jump_to_find_page):
9704
9705         First go at fixing search, still buggy
9706
9707 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9708
9709         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9710         dropdown box and button at the top of the sidebar.
9711
9712 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9713
9714         * configure.ac: Output zoom-control Makefile.
9715         * cut-n-paste/Makefile.am: build zoom-control subdir.
9716         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9717         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9718         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9719         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9720         * cut-n-paste/zoom-control/ephy-zoom.c:
9721         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9722         from epiphany, and modified to add a separator into the menu.
9723         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9724         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9725         zoom-control action.
9726         * shell/Makefile.am: Include zoom-control flags.
9727         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9728         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9729         (ev_view_zoom_for_size_presentation),
9730         (ev_view_zoom_for_size_continuous_and_dual_page),
9731         (ev_view_zoom_for_size_continuous),
9732         (ev_view_zoom_for_size_dual_page),
9733         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9734         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9735         ev_view_get_zoom and ev_view_get_sizing_mode.
9736         * shell/ev-view.h:
9737         * shell/ev-window.c: (update_action_sensitivity),
9738         (update_sizing_buttons), (zoom_control_changed_cb),
9739         (register_custom_actions): Initialize and use the zoom-control 
9740         widget.
9741
9742 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9743
9744         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9745         preview cache back to 1.  Don't know when it got set to 0.
9746         
9747         * shell/ev-view.c: (compute_border), (ev_view_realize),
9748         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9749         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9750         (ev_view_get_fullscreen), (ev_view_set_presentation),
9751         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9752         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9753         * shell/ev-view.h:
9754         * shell/ev-window.c:
9755         (update_chrome_visibility),
9756         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9757         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9758         (update_document_mode), (ev_window_update_fullscreen_action),
9759         (ev_window_fullscreen), (ev_window_unfullscreen),
9760         (ev_window_cmd_view_fullscreen),
9761         (ev_window_update_presentation_action),
9762         (ev_window_run_presentation), (ev_window_stop_presentation),
9763         (ev_window_cmd_view_presentation), (ev_window_state_event),
9764         (ev_window_focus_in_event), (ev_window_focus_out_event),
9765         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9766         * data/evince-ui.xml: Initial presentation mode.  We should
9767         probably hide this until it's done, as it's quite rough.  Also,
9768         change full-screen to fullscreen and add two getters to EvView.
9769
9770 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9771
9772         * shell/ev-page-action.c: (update_page_cache),
9773         (ev_page_action_dispose):
9774         * shell/ev-window.c: (destroy_fullscreen_popup),
9775         (ev_window_create_fullscreen_popup):
9776
9777         Use connect_object rather than explicitly
9778         disconnect on dispose.
9779
9780 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9781
9782         * shell/ev-page-action.c: (update_page_cache),
9783         (ev_page_action_dispose):
9784
9785 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9786
9787         * backend/ev-page-cache.c: (_ev_page_cache_new),
9788         (ev_page_cache_set_page_label),
9789         (ev_page_cache_has_nonnumeric_page_labels):
9790         * backend/ev-page-cache.h:
9791         * shell/ev-page-action.c: (update_pages_label):
9792         
9793         If all page labels are numeric, fallback to default
9794         way to display number of pages. See bug 173185.
9795
9796 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9797
9798         * shell/ev-page-action.c: (ev_page_action_dispose):
9799         * shell/ev-view.c: (view_update_range_and_current_page):
9800         * shell/ev-window.c: (ev_window_dispose):
9801         
9802         Set page on scroll in continuous mode. Fixes bug 301986.
9803         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9804
9805 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9806
9807         * configure.ac:
9808
9809         Require poppler 0.3.0
9810
9811 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9812         
9813         * shell/Makefile.am, configure.ac: Fix build problems
9814         with t1lib. Bug 301996.
9815
9816 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9817
9818         * shell/ev-view.c: (ev_view_scroll_event):
9819         
9820         Scroll up increase zoom
9821
9822 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9823
9824         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9825         (ev_view_set_sizing_mode),
9826         (ev_view_zoom_for_size_continuous_and_dual_page),
9827         (ev_view_zoom_for_size_continuous):
9828         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9829         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9830         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9831         (ev_window_init):
9832
9833         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9834         Fix for 165473 and 165472.
9835
9836 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9837
9838         * po/POTFILES.in:
9839         * thumbnailer/Makefile.am:
9840         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9841         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9842         * thumbnailer/evince-thumbnailer.schemas.in:
9843         
9844         Make thumbnailer schemas translatable. Fix for bug 301773
9845         
9846         * thumbnailer/evince-thumbnailer-djvu.schemas:
9847         * thumbnailer/evince-thumbnailer-dvi.schemas:
9848         * thumbnailer/evince-thumbnailer.schemas:
9849
9850         Removed files
9851
9852 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9853
9854         * shell/ev-view.c (ev_view_init): forgot to set this.
9855
9856 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9857
9858         * shell/ev-view.c: (find_page_at_location),
9859         (get_link_at_location),
9860         (ev_view_set_show_border), (ev_view_set_spacing),
9861         (ev_view_zoom_for_size_continuous_and_dual_page),
9862         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9863         Also, add a quick fix measuring of widths.  Also, removed
9864         ev_view_set_spacing and ev_view_set_show_border.
9865         
9866         * shell/ev-window.c: (ev_window_unfullscreen),
9867         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9868
9869 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9870
9871         * shell/ev-view.c: (view_update_range_and_current_page),
9872         (page_changed_cb):
9873         
9874         Fix crash on exit and scrolling to page in continuous view.
9875
9876 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9877
9878         * TODO:
9879         * backend/ev-page-cache.c: (_ev_page_cache_new),
9880         (ev_page_cache_get_max_width_size),
9881         (ev_page_cache_get_max_height_size):
9882         * backend/ev-page-cache.h:
9883         * data/evince-ui.xml:
9884         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9885         * shell/ev-view.c: (view_update_adjustments),
9886         (view_update_range_and_current_page), (get_bounding_box_size),
9887         (ev_view_size_request_continuous_and_dual_page),
9888         (ev_view_size_request_continuous),
9889         (ev_view_size_request_dual_page),
9890         (ev_view_size_request_single_page), (ev_view_size_request),
9891         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9892         (ev_view_bin_expose), (ev_view_expose_event),
9893         (ev_view_set_property), (ev_view_get_property),
9894         (ev_view_class_init), (ev_view_init), (ev_view_new),
9895         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9896         (ev_view_set_dual_page), (ev_view_set_full_screen),
9897         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9898         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9899         (ev_view_zoom_out), (zoom_for_size_fit_width),
9900         (zoom_for_size_best_fit),
9901         (ev_view_zoom_for_size_continuous_and_dual_page),
9902         (ev_view_zoom_for_size_continuous),
9903         (ev_view_zoom_for_size_dual_page),
9904         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9905         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9906         * shell/ev-view.h:
9907         * shell/ev-window.c: (update_action_sensitivity),
9908         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9909         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9910         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9911         (ev_window_cmd_view_zoom_out), (update_view_size),
9912         (ev_window_set_sizing_mode), (ev_window_init):
9913
9914         Add Continuous and Dual page modes.
9915
9916 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9917
9918         * dvi/dvi-document.c: (dvi_document_load),
9919         (dvi_document_thumbnails_get_thumbnail),
9920         (dvi_document_init_params): Fix up some mixups between
9921         width and height to correct thumbnail rendering.
9922
9923 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9924
9925         * dvi/mdvi-lib/private.h:
9926         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9927         
9928         Suppess output for kpathsea during font generation. Thanks to
9929         James Bowes
9930
9931 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9932
9933         * NEWS:
9934         * configure.ac:
9935
9936         Release 0.2.1
9937
9938         * Makefile.am: fix distcheck.
9939
9940 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9941
9942         * shell/ev-sidebar-links.c: (selection_changed_callback),
9943         (update_page_callback), (row_activated_callback),
9944         (job_finished_callback), (ev_sidebar_links_set_document):
9945         
9946         Fix for bug #169901. Double click on links expands tree.
9947
9948 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9949
9950         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9951         hard-coded style. Fix for bug 170111
9952
9953 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9954
9955         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9956         locking.
9957
9958 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9959
9960         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9961
9962 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9963
9964         * pdf/ev-poppler.cc:
9965         * shell/ev-view.c: (highlight_find_results):
9966
9967         Fix find on single page documents
9968
9969 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9970
9971         * data/evince.schemas.in: fix for bug 301390
9972
9973 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9974
9975         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
9976         (ev_view_zoom_out), (ev_view_zoom_normal):
9977         * shell/ev-view.h:
9978         * shell/ev-window.c: (update_action_sensitivity),
9979         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9980         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
9981         (ev_window_cmd_view_normal_size):
9982
9983         Fix normal size zoom. Make zoom in/zoom out unsensitive when
9984         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
9985         better than oom. 
9986
9987 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9988
9989         * configure.ac:
9990
9991         Depend on 2.57, 2.59 doesnt seem to be necessary
9992
9993 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
9994
9995         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
9996         (create_tool_item):
9997
9998         Put back total number of pages as (1 of 1234)
9999
10000 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10001
10002         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10003         remove the job.
10004
10005         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10006         function.  This helps debugging.
10007
10008 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10009
10010         * djvu/djvu-document.c: (djvu_document_class_init),
10011         (djvu_document_get_info), (djvu_document_document_iface_init):
10012         * dvi/dvi-document.c: (dvi_document_class_init),
10013         (dvi_document_get_info), (dvi_document_document_iface_init):
10014
10015         Dummy implementation of get_info method for dvi and
10016         djvu. Fix crashes with those backends
10017
10018 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10019
10020         * data/evince.desktop.in:
10021
10022         Add application/x-gzpostscript
10023
10024 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10025
10026         * data/evince.schemas.in: Added real long descriptions, 
10027         closes bug 172496 
10028
10029         * README: Added actual text, closes bug 171869
10030
10031 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10032
10033         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10034
10035         Thumbnail page 0
10036
10037 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10038
10039         * backend/ev-document-info.h:
10040
10041         s/GDate */GDate so we can just use g_free
10042
10043 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10044
10045         * shell/ev-window.c: (update_document_mode),
10046         (ev_window_setup_document):
10047
10048         Show the window in fullscreen when specified by
10049         the document
10050
10051 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10052
10053         * backend/ev-document.c: (ev_document_class_init),
10054         (ev_document_get_info), (ev_document_render_pixbuf):
10055         * backend/ev-document.h:
10056         * backend/ev-page-cache.c: (_ev_page_cache_new):
10057         * pdf/ev-poppler.cc:
10058         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10059         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10060         * ps/ps-document.c: (ps_document_class_init), (document_load),
10061         (ps_document_get_info), (ps_document_document_iface_init):
10062
10063         Remove get_title from the interface, we can just use document info
10064
10065 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10066
10067         * backend/Makefile.am:
10068         * backend/ev-document.c: (ev_document_render_get_info):
10069         * backend/ev-document.h:
10070         * pdf/ev-poppler.cc:
10071
10072         Initial support for document info. Based on jrb patch.
10073
10074 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10075
10076         * shell/ev-window.c: (ev_window_state_event),
10077         (ev_window_class_init), (ev_window_init):
10078         
10079         Doesn't show resize grip when maximized. See bug #301053
10080
10081 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10082
10083         * po/POTFILES.in:
10084         
10085         ev-sidebar-thumbnails now has translatable labels
10086         
10087         * shell/Makefile.am:
10088         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10089         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10090         (ev_sidebar_links_page_iface_init):
10091         * shell/ev-sidebar-links.h:
10092         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10093         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10094         (ev_sidebar_page_get_label):
10095         * shell/ev-sidebar-page.h:
10096         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10097         (ev_sidebar_thumbnails_set_document),
10098         (ev_sidebar_thumbnails_support_document),
10099         (ev_sidebar_thumbnails_get_label),
10100         (ev_sidebar_thumbnails_page_iface_init):
10101         * shell/ev-sidebar-thumbnails.h:
10102         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10103         (ev_sidebar_set_document):
10104         * shell/ev-sidebar.h:
10105         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10106         
10107         Small rework of sidebar code. Now sidebar pages should implement
10108         EvSidebarPage interface. That makes page management in EvSidebar
10109         easier. See bug #164811 for details
10110
10111 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10112
10113         * shell/ev-application.c: (ev_application_open):
10114         * shell/ev-document-types.c:
10115         
10116         Fix build error and small problem with application exit
10117
10118 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10119
10120         * thumbnailer/Makefile.am:
10121         * thumbnailer/evince-thumbnailer-djvu.schemas:
10122         * thumbnailer/evince-thumbnailer-dvi.schemas:
10123         
10124         Conditionally install schemas for djvu/dvi thumbnailer
10125
10126 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10127
10128         * shell/ev-document-types.h: 
10129         * shell/ev-document-types.c: 
10130         New files, handling the mapping from mimetypes to backends
10131         
10132         * shell/ev-window.c: 
10133         * thumbnailer/evince-thumbnailer.c:     
10134         Use the ev-document-types code
10135         
10136         * shell/Makefile.am: 
10137         Added new convenience library libevbackendfactory_la, containing
10138         the new mimetype->backend logic; moved the backends into it.
10139
10140         * thumbnailer/Makefile.am:
10141         Make the thumbnailer link with the libevbackend.la convenience
10142         library, rather than having a duplicate of the backend logic here.
10143
10144 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10145
10146         * shell/ev-stock-icons.c: constify some vars.
10147         * shell/ev-window.c: ditto.
10148
10149 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10150
10151         * ps/ps-document.c (get_page_orientation):
10152
10153         Respect document orientation 
10154
10155 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10156
10157         * djvu/Makefile.am:
10158         * dvi/Makefile.am:
10159         * shell/Makefile.am:
10160         
10161         Move library dependencies to components.
10162         
10163         * shell/ev-window.c: (update_window_title),
10164         (start_loading_document):
10165         
10166         Fix display of uris with spaces. Bug 168358.
10167
10168 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10169
10170         * shell/ev-sidebar-links.c: (selection_changed_cb):
10171         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10172         (ev_view_button_release_event), (ev_view_set_document):
10173         * shell/ev-view.h:
10174         * shell/ev-window.c: (find_bar_search_changed_cb):
10175         * shell/ev-window.h: Minor cleanups removing some dead code.
10176
10177 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10178
10179         * backend/ev-page-cache.c: (_ev_page_cache_new):
10180         
10181         Set current page to 0 if document has pages.
10182
10183 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10184
10185         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10186
10187         Initialize GError to NULL, fix a crash when loading fails.
10188
10189 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10190
10191         * shell/ev-window.c: (update_view_size):
10192
10193         Calculate shadow size only when there is actually
10194         a shadow.
10195
10196 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10197
10198         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10199         * shell/ev-view.h:
10200
10201         Allow setting view spacing, default to 0
10202
10203         * shell/ev-window.c: (ev_window_unfullscreen),
10204         (ev_window_cmd_view_fullscreen), (ev_window_init):
10205
10206         Remove spacing in fullscreen mode
10207
10208 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10209
10210         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10211         (ev_view_size_request), (expose_bin_window),
10212         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10213         * shell/ev-view.h:
10214         * shell/ev-window.c: (ev_window_unfullscreen),
10215         (ev_window_cmd_view_fullscreen):
10216
10217         Do not draw the border in fulscreen
10218
10219 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10220
10221         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10222         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10223         (find_page_at_location), (page_changed_cb):
10224
10225         Rework border calculation, so that I can more easily disable it.
10226         Code somewhat cleaner too.
10227
10228 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10229
10230         * backend/ev-page-cache.c: (ev_page_cache_init),
10231         (_ev_page_cache_new):
10232
10233         Remove some assertions, documents can have 0 pages.
10234         Make initial current page -1.
10235
10236         * shell/ev-page-action.c: (page_changed_cb):
10237
10238         Show "" if current page is -1
10239
10240         * shell/ev-window.c: (update_action_sensitivity),
10241         (ev_window_setup_document):
10242
10243         When document has 0 pages do not set the view
10244         and make nearly everything insensitive.
10245
10246 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10247
10248         * shell/ev-page-view.c:
10249         * shell/ev-page-view.h:
10250
10251         Remove unused files.
10252         
10253         * shell/ev-sidebar-thumbnails.c:
10254         (ev_sidebar_thumbnails_set_document):
10255         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10256         (ev_sidebar_supports_document):
10257         * shell/ev-sidebar.h:
10258         * shell/ev-window.c: (ev_window_setup_document):
10259         
10260         Doesn't show thumbnails if document has 1 page. Make
10261         sidebar menu entries sensitive only if if they have 
10262         sense. Fix bug 164811. 
10263
10264 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10265
10266         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10267         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10268         (ev_view_zoom_out), (ev_view_set_size):
10269
10270         Rework sizing to deal with documents with not uniform page
10271         size.
10272
10273 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10274
10275         * backend/ev-page-cache.c: (_ev_page_cache_new):
10276
10277         Fix several page size caching bugs
10278
10279 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10280
10281         * shell/ev-window.c: (set_action_properties):
10282
10283         Make all toolbar items translatable
10284
10285 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10286
10287         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10288         (save_page_list), (ps_document_save),
10289         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10290         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10291         (ps_document_ps_exporter_iface_init):
10292         * ps/ps-document.h:
10293
10294         Based on a patch by J�rg Billeter <j@bitron.ch>
10295         
10296         Implement print and save a copy for the ps backend.
10297
10298 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10299
10300         * backend/ev-document.h:
10301         * djvu/djvu-document.c: (djvu_document_can_get_text),
10302         (djvu_document_document_iface_init):
10303         * dvi/dvi-document.c: (dvi_document_can_get_text),
10304         (dvi_document_document_iface_init):
10305         * pdf/ev-poppler.cc:
10306         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10307         (pixbuf_document_document_iface_init):
10308         * ps/ps-document.c: (ps_document_can_get_text),
10309         (ps_document_document_iface_init):
10310         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10311         * shell/ev-window.c: (update_action_sensitivity):
10312
10313         Fix the crash when trying to copy in backends that doesnt
10314         support it. We can implement a better solution once we
10315         do real text selection.
10316
10317 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10318
10319         * data/evince-ui.xml:
10320         * shell/ev-window.c: (ev_window_cmd_escape):
10321         
10322         Work around the Escape conflict (find bar and unfullscreen)
10323
10324 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10325
10326         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10327         
10328         Fix for #300233. Next page correctly handles document end.
10329         
10330         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10331         (ev_sidebar_thumbnails_class_init),
10332         (ev_sidebar_thumbnails_set_document),
10333         (ev_sidebar_thumbnails_clear_job),
10334         (ev_sidebar_thumbnails_clear_model):
10335         
10336         Cleanup thumbnail jobs on document changes.
10337         
10338         * shell/ev-view.c: (add_scroll_binding_keypad),
10339         (add_scroll_binding_shifted), (ev_view_class_init):
10340         
10341         Shift + Space scrolls up. Fix for #173184
10342         
10343         * shell/ev-window.c: (ev_window_open_page),
10344         (ev_window_cmd_view_reload):
10345         
10346         Fix reload (Bug #300094)
10347
10348 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10349
10350         
10351         * dvi/mdvi-lib/assoc.c:
10352         * dvi/mdvi-lib/assoc.h: Removed garbage files
10353         
10354         * dvi/mdvi-lib/bitmap.c:
10355         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10356         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10357         * dvi/mdvi-lib/color.h: Antialias of rules
10358         
10359         * dvi/mdvi-lib/common.h:
10360         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10361         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10362         * dvi/mdvi-lib/files.c:
10363         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10364         * dvi/mdvi-lib/mdvi.h:
10365         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10366         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10367         * dvi/mdvi-lib/util.c: Fix compile warnings
10368         
10369         * dvi/dvi-document.c:
10370         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10371         (dvi_document_thumbnails_get_thumbnail),
10372         (dvi_document_document_thumbnails_iface_init):
10373         * dvi/mdvi-lib/Makefile.am:
10374         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10375         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10376         
10377         Dvi backend now renders thumbnails
10378
10379 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10380
10381         * shell/main.c: (main): 
10382         
10383         Save accelerators on exit. Fixes bug #172095.
10384
10385 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10386
10387         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10388         update priority" comment.
10389
10390         * backend/ev-job-queue.c: Give a way to change priority.
10391
10392 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10393
10394         * shell/ev-page-action.c: Fix logic.
10395
10396 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10397
10398         * shell/ev-view.c: (ev_view_can_find_next):
10399         * shell/ev-window.c: (ev_window_setup_document):
10400
10401         Check that the document supports find
10402
10403 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10404
10405         * data/evince-ui.xml:
10406         * shell/ev-view.c: (ev_view_can_find_next):
10407         * shell/ev-view.h:
10408         * shell/ev-window.c: (update_action_sensitivity),
10409         (find_changed_cb), (ev_window_setup_document),
10410         (ev_window_cmd_edit_find_next):
10411
10412         Add Edit->Find Next
10413
10414 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10415
10416         * pdf/ev-poppler.cc:
10417         * shell/ev-print-job.c: (idle_print_handler):
10418
10419         Make printing work again
10420
10421 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10422
10423         * shell/ev-page-action.h:
10424         * shell/ev-page-action.c: (ev_page_action_widget_init),
10425         (ev_page_action_widget_class_init), (page_changed_cb),
10426         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10427         (get_filter_model_from_model), (match_selected_cb),
10428         (display_completion_text), (match_completion), (update_model),
10429         (connect_proxy), (ev_page_action_set_property),
10430         (ev_page_action_get_property), (ev_page_action_set_document),
10431         (ev_page_action_set_model), (ev_page_action_class_init): Big
10432         reworking to make completions work iff we have >= GTK-2.7.0
10433                 
10434         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10435         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10436         (job_finished_cb): We now have a 'model' property that is set when
10437         the links are loaded.  This can be caught with "notify::model"
10438
10439         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10440         listen for the model to be set, and propagate it to the action.
10441
10442 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10443
10444         * cut-n-paste/recent-files/egg-recent-item.c:
10445         (egg_recent_item_set_uri), (make_valid_utf8),
10446         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10447         * cut-n-paste/recent-files/egg-recent-item.h:
10448         
10449         Update egg-recent from libegg. This should fix long
10450         startup problem. For details see
10451         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10452
10453 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10454
10455         * cut-n-paste/recent-files/Makefile.am:
10456         * data/evince-ui.xml, shell/Makefile.am:
10457         * shell/ev-application.c, shell/ev-application.h:
10458         * shell/ev-window.c: Recent files support.
10459         
10460         * configure.ac: Added "ru" to ALL_LINGUAS.
10461         
10462         * dvju: new backend to support DJVU files.
10463         * dvi: new backend to support DVI.
10464
10465         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10466         * ev-application.c: Support for new backends.
10467         
10468         * help, ev-window.c, main.c shell/Makefile.am: 
10469         Evince user documentation.
10470
10471 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10472
10473         * po/POTFILES.in:
10474         * shell/ev-window.c:
10475         * thumbnailer/evince-thumbnailer.c:
10476
10477         s/pdf-document/ev-poppler
10478
10479 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10480
10481         * NEWS:
10482         * configure.ac:
10483
10484         Release 0.2.0
10485
10486         * ps/ps-document.c: (setup_pixmap):
10487
10488         Remove debug code
10489
10490 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10491
10492         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10493         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10494         (ev_window_cmd_go_first_page): Fix of by one errors.
10495
10496 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10497
10498         * ps/ps-document.c: (get_page_box):
10499
10500         Fix page size calculation
10501
10502 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10503
10504         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10505         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10506         (get_page_orientation), (setup_page), (document_load),
10507         (ps_document_get_page_size), (render_pixbuf_idle):
10508         * ps/ps-document.h:
10509
10510         More refactoring to adapt to EvDocument changes
10511
10512 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10513
10514         * ps/ps-document.c: (start_interpreter):
10515
10516         Actually add alpha args
10517
10518 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10519
10520         * pdf/ev-poppler.cc:
10521
10522         Make clipboard work again
10523
10524 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10525
10526         Make searching work again.
10527         
10528         * backend/ev-document.c:
10529         * backend/ev-document.h:
10530         * backend/ev-document-find.c:
10531         * backend/ev-document-find.h: Change EvDocumentIface so we no
10532         longer store the current page or zoom level in the document.  The
10533         consequence is that all calls that operate on the current page now
10534         instead take the page number as an extra argument, and all
10535         coordinates are now doubles in document coordinate system.
10536
10537         * pdf/ev-poppler.cc:
10538         * pixbuf/pixbuf-document.c:
10539         * ps/ps-document.c: Update backends accordingly.
10540
10541 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10542
10543         * autogen.sh:
10544
10545         Add required gettext version
10546
10547 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10548
10549         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10550         make F1 bring up non-existent help.
10551
10552         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10553         epiphany's find bar, #167477
10554
10555         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10556         <emil@nishra.com> to add space-bar scrolling, 
10557
10558         * shell/ev-window.c (static GtkActionEntry entries): add default
10559         keybinding for Help (F1)
10560         Fixes #171068
10561
10562         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10563         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10564         170110
10565
10566 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10567
10568         * Makefile.am: 
10569         * pixbuf/pixbuf-document.c: 
10570
10571         Got pixbuf backend working again
10572
10573 2005-04-01  Steve Murphy  <murf@e-tools.com>
10574
10575         * configure.in: Added "rw" to ALL_LINGUAS.
10576
10577 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10578
10579         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10580         model types, noticed by Martin Kretzschmar.
10581
10582 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10583
10584         * pdf/ev-poppler.cc: Implement search based on
10585         poppler_page_find_text().  Currently a bit crude since we remember
10586         all matches from all pages.  Also, we grab the big document lock
10587         when we search since searching changes the underlying stream and
10588         thus conflicts with the rendering thread.
10589         
10590         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10591         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10592         (ev_view_find_previous): Fix some page indexes to be 0 based,
10593         offset rubber band by view offset,
10594
10595 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10596
10597         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10598
10599 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10600
10601         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10602         completely because I didn't understand GtkActions.  I should
10603         read Marco's code more carefully in the future.
10604
10605         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10606         function
10607
10608 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10609
10610         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10611         PopplerRectangle change from poppler CVS.
10612
10613 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10614
10615         * backend/ev-document.c: (ev_document_get_page_label):
10616         * backend/ev-document.h:
10617         * backend/ev-page-cache.c: (_ev_page_cache_new),
10618         (ev_page_cache_get_page_label):
10619         * backend/ev-page-cache.h:
10620         * pdf/ev-poppler.cc:
10621         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10622         (links_page_num_func):
10623         * shell/ev-sidebar-thumbnails.c:
10624         (ev_sidebar_thumbnails_set_document):
10625         * shell/ev-view.c: (status_message_from_link),
10626         (ev_view_motion_notify_event):
10627         * shell/ev-window.c: (document_supports_sidebar): Add in page
10628         label support.  It's not perfect yet, but it's the first 'feature'
10629         in a while.
10630         Also, fix a bogus comment noticed by crispin. 
10631
10632 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10633
10634         * Makefile.am: Remove pixbuf backend for now
10635
10636         * configure.ac: Require poppler-glib instead of just poppler.
10637
10638         * backend/ev-document-thumbnails.h: Add a comment
10639
10640         * backend/ev-document.h:
10641         * backend/ev-document.c: (ev_document_class_init),
10642         (ev_document_load), (ev_document_get_link),
10643         (ev_document_get_links): Remove 3 methods and add get_links.
10644         Also, made 0 based.
10645
10646         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10647         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10648
10649         * backend/ev-link.c: (ev_link_set_title),
10650         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10651         (ev_link_mapping_find):
10652         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10653         
10654         * backend/ev-page-cache.c: (ev_page_cache_init),
10655         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10656         (ev_page_cache_get_size), (ev_page_cache_next_page),
10657         (ev_page_cache_prev_page): Fix to be 0 based.
10658
10659         * pdf/Makefile.am: 
10660         * pdf/ev-poppler.h:
10661         * pdf/ev-poppler.cc: New backend.
10662         
10663         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10664         (ps_document_get_page), (ps_document_document_iface_init):
10665
10666         * shell/ev-pixbuf-cache.h:
10667         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10668         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10669         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10670         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10671         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10672         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10673         based.
10674         
10675         * shell/ev-sidebar-thumbnails.c:
10676         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10677         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10678
10679         * shell/ev-view.c: (status_message_from_link),
10680         (find_page_at_location), (get_link_at_location),
10681         (ev_view_motion_notify_event), (ev_view_button_release_event),
10682         (ev_view_init): Use the new link code.  Fix to be 0 based.
10683
10684         * shell/ev-window.c: (update_action_sensitivity),
10685         (document_supports_sidebar): 0 based.
10686
10687 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10688
10689         * pdf/pdf-document.cc: Patch from Fernando Herrera
10690         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10691         *blush*
10692
10693 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10694
10695         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10696         1 to the page, as this seems to be 1 based.  I thought we has this
10697         fixed.  grump.
10698
10699 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10700
10701         * TODO:
10702         * backend/Makefile.am:
10703         * backend/ev-document-links.c:
10704         (ev_document_links_has_document_links),
10705         (ev_document_links_get_links_model):
10706         * backend/ev-document-links.h:
10707         * backend/ev-document.c: (ev_document_get_page_cache),
10708         (ev_document_get_doc_mutex), (ev_document_load),
10709         (ev_document_save), (ev_document_get_title),
10710         (ev_document_get_n_pages), (ev_document_set_page),
10711         (ev_document_get_page), (ev_document_set_target),
10712         (ev_document_set_scale), (ev_document_set_page_offset),
10713         (ev_document_get_page_size), (ev_document_get_text),
10714         (ev_document_get_link), (ev_document_render),
10715         (ev_document_render_pixbuf), (ev_document_scale_changed):
10716         * backend/ev-document.h:
10717         * backend/ev-job-queue.c: (remove_object_from_queue),
10718         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10719         (no_jobs_available_unlocked), (ev_render_thread),
10720         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10721         (ev_job_queue_remove_job):
10722         * backend/ev-job-queue.h:
10723         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10724         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10725         (ev_job_links_class_init), (ev_job_render_init),
10726         (ev_job_render_dispose), (ev_job_render_class_init),
10727         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10728         (ev_job_thumbnail_class_init), (ev_job_finished),
10729         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10730         (ev_job_render_run), (ev_job_thumbnail_new),
10731         (ev_job_thumbnail_run):
10732         * backend/ev-jobs.h:
10733         * backend/ev-link.c:
10734         * backend/ev-link.h:
10735         * backend/ev-page-cache.c: (ev_page_cache_init),
10736         (ev_page_cache_class_init), (ev_page_cache_finalize),
10737         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10738         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10739         (ev_page_cache_set_link), (ev_page_cache_get_title),
10740         (ev_page_cache_get_size), (ev_page_cache_next_page),
10741         (ev_page_cache_prev_page):
10742         * backend/ev-page-cache.h:
10743         * pdf/pdf-document.cc:
10744         * ps/gsdefaults.c:
10745         * ps/gsdefaults.h:
10746         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10747         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10748         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10749         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10750         (is_interpreter_ready), (output), (catchPipe), (input),
10751         (start_interpreter), (check_filecompressed), (compute_dimensions),
10752         (ps_document_enable_interpreter), (document_load),
10753         (ps_document_next_page), (render_page), (ps_document_set_page),
10754         (ps_document_set_scale), (render_pixbuf_idle),
10755         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10756         * ps/ps-document.h:
10757         * shell/Makefile.am:
10758         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10759         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10760         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10761         (ev_pixbuf_cache_new), (job_finished_cb),
10762         (check_job_size_and_unref), (move_one_job),
10763         (ev_pixbuf_cache_update_range), (find_job_cache),
10764         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10765         (ev_pixbuf_cache_add_jobs_if_needed),
10766         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10767         * shell/ev-pixbuf-cache.h:
10768         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10769         (idle_print_handler):
10770         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10771         (selection_changed_cb), (create_loading_model),
10772         (ev_sidebar_links_construct), (links_page_num_func),
10773         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10774         (update_page_callback), (job_finished_cb),
10775         (ev_sidebar_links_set_document):
10776         * shell/ev-sidebar-thumbnails.c:
10777         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10778         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10779         (page_changed_cb), (thumbnail_job_completed_callback),
10780         (ev_sidebar_thumbnails_set_document):
10781         * shell/ev-sidebar-thumbnails.h:
10782         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10783         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10784         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10785         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10786         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10787         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10788         (ev_view_button_release_event), (ev_view_scroll_view),
10789         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10790         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10791         (ev_view_new), (job_finished_cb), (page_changed_cb),
10792         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10793         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10794         (ev_view_find_previous):
10795         * shell/ev-view.h:
10796         * shell/ev-window.c: (update_action_sensitivity),
10797         (ev_window_open_page), (update_window_title), (update_total_pages),
10798         (page_changed_cb), (ev_window_setup_document),
10799         (password_dialog_response), (ev_window_cmd_save_as),
10800         (ev_window_print), (ev_window_cmd_go_previous_page),
10801         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10802         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10803         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10804         * shell/main.c: (main):
10805
10806         Merge evince-threads branch
10807
10808 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10809
10810         * configure.ac: Added "lt" to ALL_LINGUAS.
10811
10812 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10813
10814         * NEWS:
10815         * configure.ac:
10816
10817         Release 0.1.9
10818
10819 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10820
10821         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10822
10823         Fix here also the thumbnails 1-basedness :)
10824
10825 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10826
10827         * NEWS:
10828         * configure.ac:
10829
10830         Release 0.1.8
10831
10832 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10833
10834         * pdf/pdf-document.cc:
10835         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10836         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10837
10838         Fix the mess we did with thumbnails and 1-basedness
10839
10840 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10841
10842         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10843
10844 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10845
10846         * NEWS:
10847         * configure.ac:
10848
10849         Release 0.1.7
10850
10851 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10852
10853         * ps/Makefile.am:
10854         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10855         (gtk_gs_defaults_get_alpha_parameters),
10856         (gtk_gs_defaults_get_ungzip_cmd),
10857         (gtk_gs_defaults_get_unbzip2_cmd):
10858         * ps/gsdefaults.h:
10859         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10860         (ps_document_get_orientation), (document_load),
10861         (ps_document_goto_page), (ps_document_set_page_size):
10862         * ps/ps-document.h:
10863
10864         Some more sanitization of the ps backend. Remove a lot
10865         of unused code and do not base our defaults on ggv
10866         preferences (ugh!)
10867
10868 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10869
10870         * thumbnailer/evince-thumbnailer.schemas:
10871         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10872         (main): add -s option for thumbnail size.
10873
10874 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10875
10876         * configure.ac:
10877
10878         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10879         remove it.
10880
10881 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10882
10883         * pdf/pdf-document.cc:
10884
10885         Remove 4 pixels of useless border from the
10886         thumbnail.
10887
10888 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10889
10890         * backend/ev-document-thumbnails.c:
10891         (ev_document_thumbnails_get_thumbnail):
10892         * backend/ev-document-thumbnails.h:
10893
10894         Rework API a bit. Add a border flag and
10895         change sizing logic (now the size we specify
10896         applies to the bigger dimension).
10897
10898         * pdf/pdf-document.cc:
10899         * pixbuf/pixbuf-document.c:
10900         (pixbuf_document_thumbnails_get_thumbnail):
10901         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10902         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10903
10904         Adapt to the new API and do not draw a border for nautilus
10905         thumbnailer.
10906
10907 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10908
10909         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10910         take thumbnails from page "0" instead of "1". Added a copyright header.
10911
10912 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10913
10914         * ps/ps-document.c: (set_up_page), (start_interpreter):
10915
10916         Make it C89 compliant
10917
10918 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10919
10920         * Makefile.am:
10921         * configure.ac:
10922         * pdf/.cvsignore:
10923         * pdf/pdf-document.cc:
10924         * thumbnailer/Makefile.am:
10925         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10926         (main):
10927         * thumbnailer/evince-thumbnailer.schemas:
10928         * thumbnailer/pdf-icon.png:
10929
10930         Add a nautilus thumbnailer.
10931         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10932
10933 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10934
10935         * NEWS:
10936         * configure.ac:
10937         * po/POTFILES.in:
10938
10939         Release 0.1.6
10940
10941 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10942
10943         Use poppler instead of including xpdf source code.  Poppler is a
10944         fork of xpdf to build it as a shared library. See
10945         http://freedesktop.org/wiki/Software/poppler.
10946
10947         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10948         xpdf fork.
10949         
10950         * pdf/Makefile.am: Build libpdfdocument.a here.
10951         
10952         * pdf/GDKSplashOutputDev.cc:
10953         * pdf/GDKSplashOutputDev.h:
10954         * pdf/GnomeVFSStream.cc:
10955         * pdf/GnomeVFSStream.h:
10956         * pdf-document.cc:
10957         * pdf-document.h:
10958         * test-gdk-output-dev.cc
10959         * Thumb.cc:
10960         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10961         against poppler.
10962
10963 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10964
10965         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10966
10967         Clear idle stack before unsetting the document
10968
10969 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10970
10971         * ps/ps-document.c: (ps_document_widget_event),
10972         (ps_document_set_target), (ps_document_finalize),
10973         (ps_document_get_page):
10974
10975         Disconnect the widget event signal on finalize.
10976         Some code cleanups.
10977
10978 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10979
10980         * ps/ps-document.c: (set_up_page):
10981
10982         If there is no bpixmap create one, even if size
10983         is not changed.
10984
10985 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10986
10987         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
10988         (set_up_page), (document_load), (ps_document_set_zoom):
10989
10990         Default page is 0. Calculate size even when we have no
10991         target yet.
10992
10993 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
10994
10995         * shell/ev-sidebar.c: expand the selection widget to be always as
10996         wide as the sidebar
10997
10998 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10999
11000         * shell/ev-sidebar-thumbnails.c:
11001         (ev_sidebar_thumbnails_set_document):
11002
11003         Clear the list store when setting document
11004
11005 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11006
11007         * shell/ev-page-action.c: (update_entry), (sync_entry),
11008         (activate_cb), (entry_size_request_cb), (create_tool_item),
11009         (connect_proxy):
11010
11011         Use an entry for the page control instead of spinbuttons
11012
11013 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11014
11015         * data/evince.schemas.in:
11016
11017         Correct confusing string
11018
11019 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11020
11021         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11022         for real.  Gosh, how long has this been broken.
11023
11024         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11025         check for a NULL link.  We crash otherwise.
11026
11027 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11028
11029         * NEWS:
11030         * configure.ac:
11031
11032         Release 0.1.5
11033
11034 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11035
11036         * configure.ac: add the french translation.
11037
11038 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11039
11040         * shell/ev-window.c:
11041
11042         Remove unused header -> fix distcheck
11043
11044 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11045
11046         * shell/ev-window.c: (update_window_title),
11047         (ev_window_popup_password_dialog):
11048
11049         Unescape filename for display
11050
11051 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11052
11053         * pdf/xpdf/pdf-document.cc:
11054
11055         In get_page_size deal with rotation. Also
11056         cleanup the function a bit.
11057
11058 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11059
11060         * pdf/xpdf/pdf-document.cc:
11061
11062         Fix crash when opening in new window
11063
11064 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11065
11066         * configure.ac:
11067
11068         Check ghostscript >= 7
11069
11070 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11071
11072         * shell/ev-window.c:
11073
11074         Make page width the default sizing mode
11075
11076 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11077         Marco Pesenti Gritti <marco@gnome.org>
11078
11079         * shell/ev-window.c: Remember the sidebar size
11080
11081         * data/evince.schemas.in: Add a new gconf key to store the size of
11082         the sidebar
11083
11084 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11085
11086         * data/evince-ui.xml:
11087         * shell/ev-window.c: (update_action_sensitivity),
11088         (ev_window_cmd_view_reload):
11089         
11090         Add a "Reload" action and menu entry
11091
11092 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11093
11094         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11095         iff the type doesn't support thumbnailing and indexing.
11096
11097 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11098
11099         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11100
11101 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11102
11103         * pdf/splash/Splash.cc:
11104
11105         Port fix for a crasher from kde bug
11106         http://bugs.kde.org/show_bug.cgi?id=97131
11107
11108 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11109
11110         * pdf/xpdf/pdf-document.cc:
11111
11112         Return a link even if it's of an unrecognized
11113         type. Otherwise we go in an infinte cycle.
11114
11115 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11116
11117         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11118         (size_allocate_cb), (ev_window_set_sizing_mode):
11119
11120         Update size when switching mode
11121
11122 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11123
11124         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11125         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11126         (ev_window_cmd_view_normal_size):
11127
11128         Fix size toggle buttons behavior
11129
11130 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11131
11132         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11133         (doc_rect_to_view_rect), (ev_view_size_allocate),
11134         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11135         (scale_changed_callback):
11136
11137         Do not cache offsets in size_allocate.
11138
11139 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11140
11141         * shell/ev-view.c: (ev_view_size_allocate):
11142
11143         Calculate offsets before calling the parent
11144         class (which does a redraw)
11145
11146 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11147
11148         * pdf/xpdf/pdf-document.cc:
11149
11150         Fix a crasher on exit. Unused code, put a TODO
11151
11152 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11153
11154         * backend/ev-document.c: (ev_document_class_init),
11155         (ev_document_page_changed), (ev_document_scale_changed):
11156         * backend/ev-document.h:
11157
11158         Separate page/scale notifications
11159
11160         * pdf/xpdf/pdf-document.cc:
11161
11162         Emit the new signals.
11163         Do not display the pdf page in _render, do it
11164         when scale/page are requested.
11165
11166         * ps/ps-document.c: (ps_document_set_zoom),
11167         (ps_document_widget_event):
11168         * ps/ps-document.h:
11169
11170         Emit the new signals.
11171
11172         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11173         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11174         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11175         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11176         * shell/ev-view.h:
11177         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11178         (ev_window_cmd_view_page_width), (size_allocate_cb),
11179         (ev_window_set_sizing_mode):
11180
11181         Rework sizing to be pixel based.
11182         There are bugs but should be already way better.
11183
11184 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11185
11186         * shell/ev-window.c: (ev_window_init):
11187
11188         Do not allow to shrink sidebar smaller then
11189         child requisition
11190
11191 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11192
11193         * shell/ev-sidebar.[ch]
11194         * shell/ev-window.c:
11195
11196         Improved sidebar widget. Fixes #166683
11197
11198 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11199
11200         * shell/ev-view.c (update_find_status_message): Give translators
11201         more flexibility with ngettext plural handling.
11202
11203 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11204
11205         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11206         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11207         page when we get the page size.
11208
11209 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11210
11211         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11212
11213         ps pages are 0 based, convert 
11214
11215 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11216
11217         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11218
11219         Initialize correct parent class. Set GError on document load
11220
11221 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11222
11223         * pdf/xpdf/pdf-document.cc:
11224
11225         Fixup selection offset calculation
11226
11227         * shell/ev-view.c: (view_rect_to_doc_rect),
11228         (doc_rect_to_view_rect), (ev_view_size_allocate),
11229         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11230         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11231
11232         Store selection as document relative, so that zooming
11233         and offset changing doesnt break it.
11234
11235 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11236
11237         * shell/ev-view.c: (ev_view_best_fit):
11238
11239         Do not try to best fit if the view is not realized
11240
11241 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11242           
11243         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11244
11245 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11246
11247         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11248
11249 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11250
11251         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11252         the popup window.  That prevents it resizing when in full screen
11253         mode.
11254
11255         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11256         multiple rerenders.  This pretty much sucks.
11257
11258         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11259         rest of the toolbar.
11260
11261 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11262
11263         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11264
11265 2005-02-17  Alexander Shopov  <ash@contact.bg>
11266
11267         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11268
11269 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11270
11271         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11272
11273 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11274
11275         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11276         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11277         (set_document_page), (document_changed_callback),
11278         (ev_view_set_document), (ev_view_find_previous),
11279         (ev_view_hide_cursor), (ev_view_show_cursor):
11280         * shell/ev-view.h:
11281         * shell/ev-window.c: (update_chrome_visibility),
11282         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11283         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11284         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11285         (ev_window_unfullscreen):
11286         * shell/main.c: (main):
11287
11288         Automatically hide the fullscreen button.
11289         Patch by Kristian Høgsberg <krh@redhat.com>
11290
11291 2005-02-16  Vincent Noel  <vnoel@cox.net>
11292
11293         * shell/main.c (main): Specify an icon for the window. Patch by
11294         Jaap A. Haitsma. Fixes #166177.
11295
11296 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11297
11298         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11299
11300 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11301
11302         * backend/ev-document-misc.h:
11303         * backend/ev-document-misc.c:
11304         (ev_document_misc_get_page_border_size),
11305         (ev_document_misc_paint_one_page): New function to canonicalize
11306         sizing/painting a border.
11307
11308         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11309         used.
11310
11311         * pdf/xpdf/pdf-document.cc: use new function
11312
11313         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11314         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11315         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11316         shell/ev-window.c: (update_sizing_buttons),
11317         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11318         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11319         (ev_window_cmd_view_page_width), (size_allocate_cb),
11320         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11321         and "fit width" values act as toggle buttons so they stay
11322         toggled.  It's not 100% perfect, and it's a little slow, but it's
11323         good enough to commit I think.
11324
11325 2005-02-15  David Lodge  <dave@cirt.net>
11326
11327         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11328
11329 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11330
11331         * shell/ev-window.c (update_window_title): replace newlines in
11332         the title by spaces. Bug #166107.
11333
11334 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11335
11336         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11337         parameters providing allocation width and height without
11338         scrollbars and width of a possible vertical scrollbar. With this
11339         additional information the functions can work as
11340         intended. Unfortunately they're not idempotent. We should
11341         transform these commands to toggles. Fixes Bug #164976
11342         Initial patch by Stephane Loeuillet, then heavily modified.
11343
11344         * shell/ev-view.h: update prototypes.
11345
11346         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11347         (ev_window_cmd_view_page_width): provide EvView fit functions with
11348         all the information they need. Formulas to calculate this
11349         information taken from GtkScrolledWindow.
11350
11351 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11352
11353         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11354         created a thumbnail, the list store is updated to know
11355         that the thumbnail is set. Fixes bug #166792
11356
11357 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11358
11359         * shell/ev-window.c: fixed typo, closes bug 166897
11360
11361         * TODO: updated TODO with bug numbers that are relevant
11362
11363 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11364
11365         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11366
11367 2005-02-09  Vincent Noel  <vnoel@cox.net>
11368
11369         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11370         and "Next" toolbar buttons as important to make them stand out.
11371
11372 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11373
11374         * lib/ev-debug.c:
11375         * lib/ev-debug.h:
11376         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11377         (start_interpreter), (stop_interpreter), (document_load),
11378         (ps_document_next_page), (ps_document_goto_page),
11379         (ps_document_set_page_size), (ps_document_widget_event),
11380         (ps_document_render):
11381         * shell/ev-page-view.c: (ev_page_view_dispose):
11382         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11383
11384         Fix compilation on non-gcc platforms
11385
11386 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11387
11388         * NEWS:
11389         * configure.ac:
11390
11391         Release 0.1.4
11392
11393         * pdf/xpdf/Catalog.cc:
11394         * pdf/xpdf/XRef.cc:
11395
11396         Fix the fix for CAN-2004-0888
11397
11398 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11399
11400         * data/Makefile.am:
11401         * data/evince-ui.xml:
11402         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11403         * shell/ev-stock-icons.h:
11404         * shell/ev-window.c: (update_action_sensitivity),
11405         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11406         (set_action_properties):
11407
11408         Improve toolbar layout/icons
11409
11410 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11411
11412         * pdf/xpdf/pdf-document.cc:
11413
11414         Add warnings about unimplemented/unknown link
11415         types.
11416
11417 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11418
11419         * ps/ps-document.c: (set_up_page):
11420
11421         Log gs property
11422
11423 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11424
11425         * ps/ps-document.c: (start_interpreter):
11426
11427         Log gs env var
11428
11429 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11430
11431         * shell/ev-page-view.c: (ev_page_view_dispose):
11432         * shell/ev-view.c: (ev_view_finalize):
11433         * shell/ev-window.c: (ev_window_setup_document),
11434         (ev_window_dispose), (ev_window_init):
11435
11436         Solve more refs issues.
11437
11438         I commented out the page_view initialization for now:
11439         it was never destroyed (because it's never added
11440         to a container). Because of that we was leaking
11441         gs processes. Couldnt think to a clean fix.
11442         We need to figure this out, password view has the
11443         same issue probably.
11444
11445 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11446
11447         * ps/ps-document.c: (ps_document_finalize),
11448         (ps_document_get_n_pages), (ps_document_get_page):
11449
11450         Some cleanups, stop the interpreter on finalize
11451
11452         * shell/ev-page-view.c: (ev_page_view_dispose),
11453         (ev_page_view_class_init):
11454
11455         Release our reference on the document
11456
11457 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11458
11459         * Makefile.am:
11460         * configure.ac:
11461         * doc/debugging.txt:
11462         * lib/.cvsignore:
11463         * lib/Makefile.am:
11464         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11465         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11466         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11467         * lib/ev-debug.h:
11468
11469         Add debugging helpers
11470
11471         * ps/Makefile.am:
11472         * ps/ps-document.c: (set_up_page), (start_interpreter),
11473         (stop_interpreter), (document_load), (ps_document_next_page),
11474         (ps_document_goto_page), (ps_document_set_page_size),
11475         (ps_document_widget_event), (ps_document_render):
11476         * shell/Makefile.am:
11477         * shell/ev-view.c: (expose_bin_window):
11478         * shell/main.c: (main):
11479
11480         Add some logs
11481         
11482 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11483
11484         * ps/ps-document.c: (ps_document_widget_event):
11485
11486         Initialize message_window, this should make ps
11487         rendering really work! (Never noticed because I was
11488         testing with a ps that is causing gs to exit every time!)
11489
11490 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11491
11492         * data/evince.schemas.in: updated simple error in applyto closing tag
11493
11494 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11495
11496         * Makefile.am:
11497         * configure.ac:
11498         * data/.cvsignore:
11499         * data/Makefile.am:
11500         * data/evince-ui.xml:
11501         A data/evince.schemas.in:
11502         * po/POTFILES.in:
11503         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11504         * shell/ev-stock-icons.h:
11505         * shell/ev-window.c: (update_chrome_visibility),
11506         (update_chrome_flag), (ev_window_cmd_edit_find),
11507         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11508         (ev_window_unfullscreen), (ev_window_focus_in_event),
11509         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11510         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11511         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11512         (ev_window_dispose), (ev_window_class_init),
11513         (set_action_properties), (set_chrome_actions), (load_chrome),
11514         (ev_window_init):
11515
11516         Implement fullscreen mode changes from bug #164776.
11517         Also implement persistent chrome toggles.
11518
11519 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11520
11521         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11522
11523 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11524
11525         * NEWS:
11526         * configure.ac:
11527         * shell/ev-view.c:
11528
11529         Add another check for find interface
11530
11531         Release 0.1.3
11532
11533 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11534
11535         * shell/ev-application.c: (ev_application_open):
11536         * shell/ev-window.c: (ev_window_open):
11537
11538         Open gzipped ps documents
11539
11540 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11541
11542         * TODO:
11543         * shell/ev-view.c: (set_document_page):
11544
11545         Clamp page number, dont try to move to
11546         not existant pages.
11547
11548 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11549
11550         * backend/ev-document-find.c: (ev_document_find_changed):
11551         * backend/ev-document-find.h:
11552         * pdf/xpdf/pdf-document.cc:
11553         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11554         * shell/ev-window.c: (find_bar_search_changed_cb):
11555
11556         Fix several bugs with find
11557
11558 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11559
11560         * shell/ev-sidebar-thumbnails.c
11561         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11562         document. Prevents warning from scroll_to_cell.
11563
11564 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11565
11566         * configure.ac: Add «nb» to ALL_LINGUAS too.
11567
11568 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11569
11570         * NOTES: New file with some random thoughts.
11571
11572         * TODO: Update.
11573
11574         * backend/ev-document-misc.c:
11575         (ev_document_misc_get_page_border_size): New function to
11576         canonicalize shadow drawing sizes.  Possibly goofy.
11577
11578         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11579         (ev_view_best_fit), (ev_view_fit_width):
11580         * pdf/xpdf/pdf-document.cc:
11581         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11582         * ps/ps-document.c: (ps_document_get_page_size):
11583         * backend/ev-document-misc.h:
11584         * backend/ev-document.c: (ev_document_get_page_size):
11585         * backend/ev-document.h: get_page_size now takes a page number
11586         parameter.  Made all the backends/frontends honor it.
11587
11588         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11589         see.  Doesn't work yet.
11590
11591         * shell/Makefile.am:
11592         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11593         Doesn't do anything yet.
11594
11595         * shell/ev-sidebar-thumbnails.c:
11596         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11597         [0..n_pages-1]
11598
11599         * shell/ev-window.c: (update_action_sensitivity),
11600         (ev_window_setup_document), (ev_window_set_page_mode),
11601         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11602         view-swapping code a bit so we can have multiple views on a
11603         document.  Add the multi-page view, though it can't be turned on
11604         yet.
11605
11606 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11607
11608         * shell/ev-application.c: (ev_application_open):
11609         * shell/ev-view.c: (expose_bin_window):
11610         * shell/ev-window.c: (ev_window_open):
11611
11612         Support eps and check document supports find
11613         before drawing highlightings in expose.
11614
11615 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11616
11617         * pixbuf/pixbuf-document.c:
11618         (pixbuf_document_thumbnails_get_dimensions),
11619         (pixbuf_document_document_thumbnails_iface_init):
11620
11621         implement get_dimensions
11622
11623 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11624
11625         * NEWS:
11626         * configure.ac:
11627
11628         Release 0.1.2
11629
11630 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11631
11632         * shell/ev-view.c: (set_document_page):
11633
11634         Scroll at the top of the page when changing page
11635
11636 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11637
11638         * shell/ev-view.c: (ev_view_motion_notify_event):
11639
11640         Do not redraw unnecessarily
11641
11642 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11643
11644         * pdf/xpdf/pdf-document.cc:
11645         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11646         (expose_bin_window), (find_changed_cb):
11647
11648         Yay! find works now... Now to find bugs...
11649
11650 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11651
11652         * backend/ev-document-find.c: (ev_document_find_base_init),
11653         (ev_document_find_changed):
11654         * backend/ev-document-find.h:
11655         * pdf/xpdf/pdf-document.cc:
11656         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11657         (expose_bin_window), (ev_view_init), (set_document_page),
11658         (ensure_rectangle_is_visible), (jump_to_find_result),
11659         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11660         (ev_view_find_next), (ev_view_find_previous):
11661         * shell/ev-view.h:
11662         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11663
11664         More work on find implementation, mostly there now
11665
11666 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11667
11668         * backend/ev-backend-marshalers.list:
11669         * backend/ev-document-find.c: (ev_document_find_base_init),
11670         (ev_document_find_cancel), (ev_document_find_page_has_results),
11671         (ev_document_find_get_n_results), (ev_document_find_get_result),
11672         (ev_document_find_get_progress), (ev_document_find_changed):
11673         * backend/ev-document-find.h:
11674
11675         Enanche the find interface to be really able to do
11676         multi page find.
11677
11678         * pdf/xpdf/pdf-document.cc:
11679
11680         Implement
11681
11682         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11683         (expose_bin_window), (ev_view_init),
11684         (ev_view_get_find_status_message), (find_changed_cb),
11685         (ev_view_set_document), (set_document_page):
11686
11687         Adapt to the new interface. A few things are regressed sorry,
11688         I will finish it soon.
11689
11690 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11691
11692         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11693         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11694         ev_sidebar_thumbnails_parent_class variable, don't define another
11695         parent_class variable.
11696
11697         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11698         (ev_page_action_class_init): ditto.
11699
11700         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11701         (pixbuf_document_class_init): ditto.
11702
11703         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11704         ditto.
11705
11706         * .cvsignore: ignore various valgrind output files.
11707
11708 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11709
11710         * data/evince-ui.xml:
11711         * shell/Makefile.am:
11712         * shell/ev-history.c:
11713         * shell/ev-history.h:
11714         * shell/ev-navigation-action.c:
11715         * shell/ev-navigation-action.h:
11716         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11717         (ev_view_set_page), (ev_view_fit_width):
11718         * shell/ev-view.h:
11719         * shell/ev-window.c: (update_action_sensitivity),
11720         (ev_window_setup_document), (register_custom_actions):
11721
11722         Kill session history
11723
11724 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11725
11726         * shell/ev-window.c: (update_action_sensitivity):
11727
11728         Fix inverted up/down buttons
11729
11730 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11731
11732         * shell/ev-sidebar-thumbnails.c
11733         (ev_sidebar_thumbnails_select_page): make sure the selected
11734         thumbnail stays visible.
11735
11736 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11737
11738         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11739         scrolled window for Federico.
11740
11741 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11742
11743         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11744
11745 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11746
11747         * configure.ac:
11748         * pdf/splash/SplashFTFontEngine.cc:
11749
11750         Fix CID fonts with freetype 2.1.9
11751
11752 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11753
11754         * TODO: added item for desktop icon thumbnailer
11755
11756 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11757
11758         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11759         unloaded docs when the title is accessed.
11760
11761         * shell/ev-password-view.[hc]: New widget for displaying password
11762         state.
11763
11764         * shell/ev-window.[ch]: Refactor password handling code to handle
11765         the new view.
11766
11767 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11768
11769         * NEWS:
11770         * configure.ac:
11771         * data/Makefile.am:
11772
11773         Release 0.1.1
11774
11775 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11776
11777         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11778         ignore page offset here, to make search results independent of it,
11779
11780         * shell/ev-view.c (expose_bin_window): but take offsets into
11781         account here. Bug #164932
11782
11783         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11784         scale at the right time. Bug #164996
11785
11786 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11787
11788         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11789         fix the problem. Now I just removed the Adobe font names and hope
11790         that the URW fonts are always in outline format. Bug #164934
11791
11792         * shell/ev-window.c (update_window_title): empty titles are
11793         useless, use filename in that case too.
11794
11795         * NEWS: Add some content.
11796
11797 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11798
11799         * TODO: added one more TODO item and a TODONE section :)
11800
11801 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11802
11803         * ps/ps-document.h: add page_[xy]_offset fields.
11804
11805         * ps/ps-document.c (ps_document_set_page_offset)
11806         (ps_document_render): Keep offset in consideration in a few
11807         places. Bug #164752 "postscript documents are not centered in
11808         window"
11809
11810         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11811         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11812
11813         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11814         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11815         stub out missing methods for complete EvDocument implementation.
11816         Fixes segfaults with Save A Copy and Copy actions.
11817
11818         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11819         (ps_document_document_iface_init): ditto.
11820         
11821 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11822
11823         * data/.cvsignore:
11824         * data/Makefile.am:
11825         * data/evince.desktop.in:
11826
11827         Add desktop file
11828
11829 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11830
11831         * shell/ev-view.c: (ev_view_button_press_event),
11832         (ev_view_motion_notify_event):
11833
11834         Make selection work in any direction
11835
11836 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11837
11838         * TODO:
11839         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11840
11841         Use shorter labels for some of the toolbars items
11842
11843 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11844
11845         * pdf/xpdf/pdf-document.cc:
11846
11847         Check the links info is initialized before
11848         using it. Should fix a crash on startup.
11849
11850 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11851
11852         * pixbuf/pixbuf-document.c
11853         (pixbuf_document_thumbnails_get_dimensions): force floating point
11854         division to calculate page_ratio. Fixes crash with landscape
11855         format pixbufs.
11856
11857 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11858
11859         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11860
11861 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11862
11863         * shell/ev-view.c (set_document_page): unset has_selection when
11864         the page changes.
11865         (set_document_page): handle paper size changes when the page
11866         changes (test with Free Culture, page 2).
11867
11868 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11869
11870         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11871         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11872
11873         Use normal style color for the widget background and
11874         draw a black box around the page.
11875
11876 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11877
11878         * pdf/xpdf/pdf-document.cc:
11879
11880         Keep offset in consideration in a few places
11881
11882         * shell/ev-view.c: (expose_bin_window):
11883
11884         Set the offsets so that the document is ever centered
11885
11886 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11887
11888         * TODO: Added TODO items and finished off the first todo item
11889
11890         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11891         reflect current authors
11892
11893 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11894
11895         * pdf/xpdf/pdf-document.cc:
11896         * shell/ev-view.c: (ev_view_set_cursor),
11897         (ev_view_motion_notify_event), (document_changed_callback),
11898         (set_document_page):
11899
11900         Show a wait cursor while the page is rendering
11901
11902 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11903
11904         * shell/ev-sidebar-thumbnails.c:
11905         (ev_sidebar_tree_selection_changed),
11906         (ev_sidebar_thumbnails_select_page):
11907         * shell/ev-sidebar-thumbnails.h:
11908         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11909         (ev_view_can_go_forward):
11910         * shell/ev-window.c: (ev_window_open_page),
11911         (ev_window_setup_document), (update_current_page),
11912         (view_page_changed_cb), (ev_window_init):
11913         * shell/ev-window.h:
11914
11915         Ensure thumbnails selection, toolbar page control and
11916         current page are in sync.
11917
11918 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11919
11920         * pdf/xpdf/XRef.cc:
11921
11922         Fix CAN-2005-0064
11923
11924 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11925
11926         * backend/Makefile.am:
11927         * backend/ev-document-links.h:
11928         * backend/ev-document-security.c: (ev_document_security_get_type),
11929         (ev_document_security_has_document_security),
11930         (ev_document_security_set_password):
11931         * backend/ev-document-security.h:
11932         * backend/ev-document.c: (ev_document_error_quark):
11933         * backend/ev-document.h:
11934         * data/Makefile.am:
11935         * data/evince-password.glade:
11936         * pdf/xpdf/pdf-document.cc:
11937         * shell/Makefile.am:
11938         * shell/ev-password.c: (ev_password_set_bad_password_label),
11939         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11940         (ev_password_dialog_get_password),
11941         (ev_password_dialog_set_bad_pass):
11942         * shell/ev-password.h:
11943         * shell/ev-window.c: (ev_window_get_attribute),
11944         (ev_window_set_property), (update_action_sensitivity),
11945         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11946         (ev_window_setup_document), (ev_window_get_password),
11947         (ev_window_open), (ev_window_cmd_save_as),
11948         (using_postscript_printer), (ev_window_print),
11949         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11950         (update_fullscreen_popup), (ev_window_fullscreen),
11951         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11952         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11953         (menu_item_select_cb), (find_bar_search_changed_cb),
11954         (ev_window_dispose), (ev_window_init):
11955
11956         Add initial support for password-supported dialogs.  This could be
11957         a lot cooler, but it'll do for now.
11958
11959 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11960
11961         * pdf/xpdf/pdf-document.cc:
11962         * shell/ev-view.c: (status_message_from_link),
11963         (ev_view_set_status), (ev_view_set_cursor),
11964         (ev_view_motion_notify_event), (ev_view_init):
11965         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11966
11967         Fix bugs in the links implementation and change cursor
11968         when hovering a link.
11969
11970 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
11971
11972         * viewer/.cvsignore: added cvsignore file for viewer directory
11973
11974         * TODO: created TODO document
11975
11976 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
11977
11978         * shell/ev-view.h:
11979         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
11980         new functions to help with implementation of sensitivity code
11981         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11982         of all actions that might require it.  Fixes a crash when you
11983         click on the Zoom actions in a window lacking a document.
11984
11985 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
11986
11987         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
11988         of the Find action
11989
11990 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
11991
11992         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
11993         (pixbuf_document_document_iface_init):
11994         * ps/ps-document.c: (ps_document_get_link),
11995         (ps_document_document_iface_init):
11996         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
11997         (status_message_from_link), (ev_view_set_status),
11998         (ev_view_set_find_status), (ev_view_motion_notify_event),
11999         (ev_view_button_release_event), (ev_view_set_property),
12000         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12001         (ev_view_get_find_status_message), (update_find_results),
12002         (ev_view_get_status), (ev_view_get_find_status):
12003         * shell/ev-view.h:
12004         * shell/ev-window.c: (view_status_changed_cb),
12005         (view_find_status_changed_cb), (ev_window_init):
12006
12007         View status message support, use it to show the links.
12008         Needs work...
12009
12010 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12011
12012         * backend/ev-document.c: (ev_document_get_link):
12013         * backend/ev-document.h:
12014         * pdf/xpdf/pdf-document.cc:
12015         * shell/ev-application.c: (ev_application_open):
12016         * shell/ev-application.h:
12017         * shell/ev-sidebar-links.c: (selection_changed_cb):
12018         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12019         (ev_view_go_to_link):
12020
12021         Add support for document links
12022
12023 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12024
12025         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12026         (create_tool_item):
12027         Set the spin button limits correctly.
12028         
12029         * shell/ev-sidebar-thumbnails.c:
12030         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12031         Support changing pages by clicking on the thumbnails.
12032         
12033 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12034
12035         * pixbuf/pixbuf-document.c:
12036         (pixbuf_document_thumbnails_get_dimensions),
12037         (pixbuf_document_document_thumbnails_iface_init):
12038
12039         implement get_dimensions
12040
12041 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12042
12043         * ps/ps-document.c: (ps_document_goto_page):
12044
12045         Fix page switching on multipage documents
12046
12047 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12048
12049         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12050         
12051         check for NULL before assigning to width and height parameters
12052
12053 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12054
12055         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12056         (pixbuf_document_set_property), (pixbuf_document_get_property):
12057
12058         implement get/set properties
12059
12060 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12061
12062         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12063         
12064         return NULL instead of "Unknown", letting the title get set to
12065         the filename when the pdf has no title.
12066
12067 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12068
12069         * ps/ps-document.c: (ps_document_get_page_count),
12070         (ps_document_goto_page):
12071
12072 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12073
12074         * shell/ev-history.c: (ev_history_get_property),
12075         (ev_history_set_property), (ev_history_class_init),
12076         (ev_history_add_page), (ev_history_set_current_index):
12077         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12078         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12079         (ev_navigation_action_finalize):
12080         * shell/ev-navigation-action.h:
12081         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12082         (ev_view_go_forward), (ev_view_get_find_status_message),
12083         (history_index_changed_cb), (ev_view_set_history):
12084         * shell/ev-view.h:
12085         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12086         (update_current_page), (register_custom_actions):
12087
12088         Implement history dropdowns
12089
12090 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12091
12092         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12093         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12094         (ev_view_go_forward):
12095         * shell/ev-window.c: (register_custom_actions):
12096
12097         Fix several history bugs
12098
12099 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12100
12101         * configure.ac: Add «nb» to ALL_LINGUAS.
12102
12103 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12104
12105         * backend/Makefile.am:
12106         * backend/ev-bookmark.c:
12107         * backend/ev-bookmark.h:
12108         * backend/ev-document-bookmarks.c:
12109         * backend/ev-document-bookmarks.h:
12110         * backend/ev-document-links.c: (ev_document_links_get_type),
12111         (ev_document_links_has_document_links),
12112         (ev_document_links_begin_read), (ev_document_links_get_link),
12113         (ev_document_links_get_child), (ev_document_links_next),
12114         (ev_document_links_free_iter):
12115         * backend/ev-document-links.h:
12116         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12117         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12118         (ev_link_get_link_type), (ev_link_set_link_type),
12119         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12120         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12121         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12122         (ev_link_new_external):
12123         * backend/ev-link.h:
12124         * pdf/xpdf/pdf-document.cc:
12125         * shell/Makefile.am:
12126         * shell/ev-application.c: (ev_application_open_link):
12127         * shell/ev-application.h:
12128         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12129         (ev_history_get_link_nth):
12130         * shell/ev-history.h:
12131         * shell/ev-sidebar-bookmarks.c:
12132         * shell/ev-sidebar-bookmarks.h:
12133         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12134         (ev_sidebar_links_class_init), (selection_changed_cb),
12135         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12136         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12137         (do_one_iteration), (populate_links_idle),
12138         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12139         * shell/ev-sidebar-links.h:
12140         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12141         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12142         (go_to_index):
12143         * shell/ev-view.h:
12144         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12145         * shell/ev-window.h:
12146
12147         Rename bookmark to link, and use "Index" for the sidebar panel.
12148
12149 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12150
12151         * shell/Makefile.am:
12152         * shell/ev-application.c: (ev_application_open_bookmark):
12153         * shell/ev-application.h:
12154         * shell/ev-history.c: (ev_history_init), (free_links_list),
12155         (ev_history_finalize), (ev_history_class_init),
12156         (ev_history_add_link), (ev_history_add_page),
12157         (ev_history_get_link_nth), (ev_history_get_n_links),
12158         (ev_history_get_current_index), (ev_history_set_current_index),
12159         (ev_history_new):
12160         * shell/ev-history.h:
12161         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12162         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12163         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12164         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12165         (ev_view_set_page):
12166         * shell/ev-view.h:
12167         * shell/ev-window.c: (ev_window_open_bookmark),
12168         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12169         (goto_page_cb), (register_custom_actions):
12170         * shell/ev-window.h:
12171
12172         Initial history implementation. Needs work.
12173
12174 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12175
12176         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12177
12178 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12179
12180         * cut-n-paste/recent-files/egg-recent-item.c:
12181         * cut-n-paste/recent-files/egg-recent-item.h:
12182         * cut-n-paste/recent-files/egg-recent-model.c:
12183         * cut-n-paste/recent-files/egg-recent-util.c:
12184         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12185         * cut-n-paste/recent-files/egg-recent-view.c:
12186
12187         Update
12188
12189 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12190
12191         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12192         (fillGlyph, fillImageMask, drawImage):
12193         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12194         pdf/splash/SplashTypes.h:
12195         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12196         packed mode for Splash.
12197
12198         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12199         RGB8 packed mode, eliminates the pixbuf data creation loop.
12200
12201         * shell/ev-print-job.c (ev_print_job_finalize)
12202         (ev_print_job_set_property, ev_print_job_get_property)
12203         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12204         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12205         (print_closure_finalize, ev_print_job_print): implement
12206         printing (for backends with EvPsExporter)
12207
12208         * shell/ev_print_job.h: update prototypes.
12209
12210         * shell/ev-window.c (ev_window_print): unref print job after
12211         printing.
12212
12213         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12214         unless the document implements the EvDocumentFind interface.
12215
12216 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12217
12218         * configure.ac: Added ja to ALL_LINGUAS.
12219
12220 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12221
12222         * pdf/xpdf/pdf-document.cc:
12223
12224         add a FIXME. We should probably not allocate
12225         a bookmark object every time
12226
12227 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12228
12229         * shell/ev-application.c: (ev_application_open),
12230         (ev_application_open_bookmark):
12231         * shell/ev-application.h:
12232         
12233         Add a way to open bookmarks
12234
12235         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12236         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12237         (ev_bookmark_set_property), (ev_bookmark_class_init),
12238         (ev_bookmark_new_title), (ev_bookmark_new_link),
12239         (ev_bookmark_new_external):
12240
12241         Support for external uris, better constructors.
12242
12243         * backend/ev-bookmark.h:
12244         * pdf/xpdf/pdf-document.cc:
12245         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12246
12247         Handle external uris
12248
12249 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12250
12251         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12252         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12253
12254         Hook up bookmarks navigation
12255
12256 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12257
12258         * backend/Makefile.am:
12259         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12260         (ev_bookmark_get_title), (ev_bookmark_set_title),
12261         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12262         (ev_bookmark_get_page), (ev_bookmark_set_page),
12263         (ev_bookmark_get_property), (ev_bookmark_set_property),
12264         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12265         (ev_bookmark_new):
12266         * backend/ev-bookmark.h:
12267         * backend/ev-document-bookmarks.c:
12268         (ev_document_bookmarks_get_bookmark):
12269         * backend/ev-document-bookmarks.h:
12270         * pdf/xpdf/pdf-document.cc:
12271         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12272
12273         Add a bookmark object to the backend and use it instead of get_values
12274
12275 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12276
12277         * data/evince-ui.xml:
12278
12279         Cleanup and add select all.
12280
12281         * shell/ev-view.c: (ev_view_select_all),
12282         (ev_view_button_press_event):
12283         * shell/ev-view.h:
12284         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12285
12286         Add select all.
12287         Clear selection on click.
12288
12289 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12290
12291         * shell/ev-sidebar-thumbnails.c
12292         (ev_sidebar_thumbnails_set_document): forgot to unref the
12293         loading_icon.
12294
12295 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12296
12297         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12298         at the visible page, not just linearly.  This makes it look fast.
12299
12300 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12301
12302         * backend/ev-document-misc.c
12303         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12304         white.
12305         * backend/ev-document-thumbnails.h: New interface to get the size
12306         of a page.
12307
12308 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12309
12310         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12311         make dist works
12312
12313 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12314
12315         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12316         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12317         things up a bit.
12318
12319         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12320
12321 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12322
12323         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12324         fonts. Should fix font problems on systems that have the base
12325         fonts in bitmap format. Reported by James Henstridge
12326         <james@jamesh.id.au>.
12327
12328 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12329
12330         * pdf/xpdf/Gfx.cc:
12331         * pdf/xpdf/GfxState.cc:
12332
12333         Fix for CAN-2004-1125
12334
12335 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12336
12337         * shell/ev-view.c: (ev_view_copy):
12338         * shell/ev-view.h:
12339         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12340
12341         Implement Edit->Copy
12342
12343 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12344
12345         * backend/ev-document.c: (ev_document_get_text):
12346         * backend/ev-document.h:
12347         * pdf/xpdf/pdf-document.cc:
12348         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12349         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12350         (ev_view_update_primary_selection), (ev_view_button_press_event),
12351         (ev_view_motion_notify_event), (ev_view_button_release_event):
12352
12353         Beginnings of clipboard support. Incomplete but primary sort
12354         of work.
12355
12356 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12357
12358         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12359         (expose_bin_window):
12360
12361         Nicer rubberband drawing, from GtkIconView.
12362
12363 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12364
12365         * backend/ev-document.c: (ev_document_save):
12366         * backend/ev-document.h:
12367         * data/evince-ui.xml:
12368         * pdf/xpdf/pdf-document.cc:
12369         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12370
12371         Implement "Save a copy..." menu item
12372
12373 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12374
12375         * shell/ev-view.c: (ev_view_zoom):
12376
12377         Queue a resize when zoom changes
12378
12379 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12380
12381         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12382         shadows.
12383
12384         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12385         thumbnails..
12386
12387 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12388
12389         * pdf/xpdf/pdf-document.cc
12390         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12391
12392 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12393
12394         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12395         It's slow, but I'll speed it up next!
12396
12397 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12398
12399         * shell/main.c (load_files):
12400
12401         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12402         from the command line and because it seems more appropriate.
12403
12404 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12405
12406         * data/evince-ui.xml:
12407         * shell/ev-window.c: (update_action_sensitivity),
12408         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12409
12410         s/next page/page down
12411         s/previous page/page up
12412
12413 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12414
12415         * data/evince-ui.xml:
12416
12417         Change the layout to match clarkbw design.
12418
12419         * shell/Makefile.am:
12420         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12421         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12422         (ev_navigation_action_finalize),
12423         (ev_navigation_action_set_property),
12424         (ev_navigation_action_get_property),
12425         (ev_navigation_action_class_init):
12426         * shell/ev-navigation-action.h:
12427
12428         Implement clarkbw toolbar navigation controls (incomplete)
12429
12430         * shell/ev-page-action.c: (update_label), (update_spin),
12431         (value_changed_cb), (create_tool_item), (connect_proxy),
12432         (ev_page_action_init), (ev_page_action_finalize),
12433         (ev_page_action_set_property), (ev_page_action_get_property),
12434         (ev_page_action_set_current_page),
12435         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12436         * shell/ev-page-action.h:
12437
12438         Implement a page switcher in the toolbar
12439
12440         * shell/ev-view.c: (ev_view_scroll_view):
12441         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12442         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12443         (register_custom_actions), (ev_window_init):
12444
12445         Change page on PageUp/Down.
12446
12447 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12448
12449         * pdf/xpdf/pdf-document.cc
12450         (pdf_document_thumbnails_get_thumbnail): initial stab at
12451         implementing thumbnail support for pdfs.  It only does documents
12452         with precached pdfs now.
12453
12454 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12455
12456         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12457         thumbnail code into a time-based idle as well.  Also, turn off the
12458         shadow temporarily as it's really slow.
12459
12460 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12461
12462         * backend/ev-document.c: (ev_document_class_init):
12463         * pdf/xpdf/pdf-document.cc:
12464         * shell/ev-window.c: (ev_window_open):
12465
12466         Fix document title bugs and fallback to
12467         filename when not available.
12468
12469 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12470
12471         * backend/ev-document.c: (ev_document_get_type),
12472         (ev_document_class_init), (ev_document_load),
12473         (ev_document_get_title):
12474         * backend/ev-document.h:
12475         * pdf/xpdf/pdf-document.cc:
12476         * ps/ps-document.c: (ps_document_set_property),
12477         (ps_document_get_property), (ps_document_class_init),
12478         (document_load):
12479         * ps/ps-document.h:
12480         * ps/ps.h:
12481         * shell/ev-window.c: (update_window_title), (ev_window_open),
12482         (ev_window_init):
12483
12484         Initial support for document title. Not working yet.
12485
12486 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12487
12488         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12489
12490         Grab focus on the view when clicking it
12491
12492 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12493
12494         * shell/ev-marshal.list:
12495         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12496         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12497
12498         Add key bindings to the view. Now if the focus would work
12499         right...
12500
12501 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12502
12503         * Makefile.am:
12504         * backend/Makefile.am:
12505         * data/Makefile.am:
12506         * dvi/Makefile.am:
12507         * dvi/dvilib/Makefile.am:
12508         * pdf/xpdf/Makefile.am:
12509         * po/POTFILES.in:
12510         * ps/Makefile.am:
12511
12512         Fix distcheck
12513
12514 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12515
12516         * shell/ev-view.c: (ev_view_realize):
12517
12518         Fix mouse wheel scrolling
12519
12520 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12521
12522         * ps/Makefile.am:
12523         * ps/gstypes.h:
12524         * ps/gtkgs.c:
12525         * ps/gtkgs.h:
12526         * ps/ps-document.c: (catchPipe), (ps_document_init),
12527         (ps_document_class_init), (ps_document_cleanup),
12528         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12529         (set_up_page), (close_pipe), (is_interpreter_ready),
12530         (interpreter_failed), (output), (input), (start_interpreter),
12531         (stop_interpreter), (file_length), (file_readable),
12532         (check_filecompressed), (check_pdf), (compute_xdpi),
12533         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12534         (ps_document_get_type), (ps_document_emit_error_msg),
12535         (document_load), (ps_document_next_page),
12536         (ps_document_get_current_page), (ps_document_get_page_count),
12537         (ps_document_goto_page), (ps_document_set_page_size),
12538         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12539         (ps_document_load), (ps_document_get_n_pages),
12540         (ps_document_set_page), (ps_document_get_page),
12541         (ps_document_widget_event), (ps_document_set_target),
12542         (ps_document_set_scale), (ps_document_set_page_offset),
12543         (ps_document_get_page_size), (ps_document_render),
12544         (ps_document_document_iface_init):
12545         * ps/ps-document.h:
12546         * ps/ps.c:
12547         * shell/ev-window.c: (ev_window_open):
12548
12549         Rename GtkGS to PSDocument
12550
12551 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12552
12553         * ps/gtkgs.c: (gtk_gs_class_init):
12554         * ps/gtkgs.h:
12555
12556         Some more leftover...
12557
12558 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12559
12560         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12561         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12562         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12563         * ps/gtkgs.h:
12564
12565         Remove unused code and make a lot of stuff private
12566
12567 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12568
12569         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12570         (gtk_gs_defaults_changed):
12571         * ps/gsdefaults.h:
12572         * ps/gtkgs.c:
12573         * ps/gtkgs.h:
12574         * ps/ps.h:
12575
12576         Cleanup headers dependencies
12577
12578 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12579
12580         * ps/Makefile.am:
12581         * ps/ggvutils.c:
12582         * ps/ggvutils.h:
12583         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12584         * ps/gsdefaults.h:
12585         * ps/gtkgs.c: (file_length), (file_readable),
12586         (check_filecompressed), (check_pdf), (gtk_gs_load),
12587         (gtk_gs_get_postscript):
12588
12589         Get rid of ggvutils
12590
12591 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12592
12593         * ps/ggvutils.c:
12594         * ps/ggvutils.h:
12595         * ps/gsio.h:
12596         * ps/gtkgs.c: (gtk_gs_set_zoom):
12597
12598         Cleanups
12599
12600 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12601
12602         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12603
12604         Ensure the page is rerendered when changing zoom
12605
12606 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12607
12608         * backend/ev-document.c: (ev_document_base_init),
12609         (ev_document_changed):
12610         * backend/ev-document.h:
12611
12612         Add a changed event that is emitted when the page content
12613         changes. This is necessary to deal with the fact that
12614         in ps backend rendering happen asycrounously.
12615         This makes the ps backend mostly work.
12616
12617         * pdf/xpdf/pdf-document.cc:
12618
12619         Emit changed event
12620
12621         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12622         (ps_document_set_target):
12623
12624         Emit changed event
12625
12626         * shell/ev-view.c: (document_changed_callback),
12627         (ev_view_set_document), (ev_view_set_page):
12628
12629         Redraw on the changed signal
12630
12631 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12632
12633         * configure.ac: Added pt_BR to ALL_LINGUAS.
12634
12635 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12636
12637         * backend/ev-document-bookmarks.c:
12638         (ev_document_bookmarks_get_child): *
12639         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12640         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12641         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12642         (ev_sidebar_bookmarks_destroy),
12643         (ev_sidebar_bookmarks_class_init),
12644         (ev_sidebar_bookmarks_construct), (stack_data_free),
12645         (do_one_iteration), (populate_bookmarks_idle),
12646         (ev_sidebar_bookmarks_clear_document),
12647         (ev_sidebar_bookmarks_set_document): *
12648         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12649         (ev_sidebar_add_page),
12650         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12651         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12652         it displays both the topics and the page numbers.
12653
12654 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12655
12656         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12657         toggle.
12658         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12659         visible.
12660
12661 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12662
12663         * configure.ac: Added en_CA to ALL_LINGUAS.
12664
12665 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12666
12667         * ChangeLog: replace bottom of this ChangeLog (merged history of
12668         ggv and gpdf; where all paths were wrong and most of the files are
12669         not even in this tree) with ChangeLog (from arch) of the shell
12670         code.
12671
12672 2004-12-23  Havoc Pennington  <hp@redhat.com>
12673
12674         * shell/ev-window.c: hook up potentially-questionable "find
12675         results status text" feature - something involving the sidebar or
12676         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12677         might be better in the end.
12678
12679         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12680         with corresponding signal when it should be updated
12681
12682         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12683
12684 2004-12-22  Havoc Pennington  <hp@redhat.com>
12685
12686         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12687         find stuff on other pages, sort of (only returns one result on
12688         invisible pages, to show they have results; updates full results
12689         for a page when you view it). Currently repaints the current page
12690         every time a new result is found on any page, which isn't so nice.
12691
12692 2004-12-22  Havoc Pennington  <hp@redhat.com>
12693
12694         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12695         the document doesn't support find (better ideas?)
12696         (find_bar_search_changed_cb): handle missing document or document
12697         that doesn't support find
12698
12699         * pdf/xpdf/pdf-document.cc: port to implement the new
12700         EvDocumentFindIface
12701
12702         * backend/ev-document-find.c: create a new interface for searching
12703
12704         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12705
12706 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12707
12708         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12709         libevbackend.la.
12710
12711         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12712         EvPrintJob constructor arguments.
12713
12714         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12715         for documents that can export PostScript (page by page).
12716
12717         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12718         
12719         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12720         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12721         (pdf_document_ps_exporter_iface_init:
12722         Implement EvPSExporter.
12723
12724         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12725
12726 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12727
12728         * backend/Makefile.am:
12729         * backend/ev-document-thumbnails.c:
12730         (ev_document_thumbnails_get_type),
12731         (ev_document_thumbnails_get_thumbnail):
12732         * backend/ev-document-thumbnails.h:
12733         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12734         (pixbuf_document_thumbnails_get_thumbnail),
12735         (pixbuf_document_document_thumbnails_iface_init):
12736         * shell/Makefile.am:
12737         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12738         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12739         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12740         * shell/ev-sidebar-thumbnails.h:
12741         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12742         (ev_sidebar_set_document):
12743         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12744         (create_shadow), (ev_pixbuf_add_shadow):
12745         * shell/ev-utils.h:
12746         Add thumbnail support.
12747         
12748 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12749
12750         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12751         (using_postscript_printer): Set up a print dialog for "PostScript
12752         injection" method.
12753
12754         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12755         EvPrintJob.
12756
12757         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12758
12759 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12760
12761         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12762         (ps_document_set_target), (ps_document_get_page_size),
12763         (ps_document_render):
12764         * ps/gtkgs.h:
12765
12766         Fix a few bugs
12767
12768 2004-12-22  Christian Rose  <menthos@menthos.com>
12769
12770         * configure.ac: Added "sv" to ALL_LINGUAS.
12771
12772 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12773
12774         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12775         document supports bookmarks.
12776
12777 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12778
12779         * ps/ggvutils.c: (ggv_file_readable):
12780         * ps/ggvutils.h:
12781         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12782         (gtk_gs_get_postscript):
12783
12784         Remove unused utils
12785
12786 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12787
12788         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12789         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12790         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12791         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12792         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12793         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12794         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12795         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12796         (gtk_gs_set_antialiasing), (ps_document_load),
12797         (ps_document_render):
12798         * ps/gtkgs.h:
12799
12800         Another check point for the ps backend. Now I can get it to show
12801         pages!
12802
12803 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12804
12805         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12806         document setting code.
12807
12808 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12809
12810         * shell/eggfindbar.c: (entry_activate_callback):
12811         Animate the next button when activate is pressed.
12812         
12813 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12814
12815         * shell/ev-window.c: (ev_window_cmd_edit_find),
12816         (update_fullscreen_popup), (ev_window_fullscreen),
12817         (ev_window_unfullscreen), (ev_window_state_event_cb),
12818         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12819         Fix bugs in fullscreen code.
12820         
12821 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12822
12823         * Makefile.am:
12824         * configure.ac:
12825         * pixbuf/Makefile.am:
12826         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12827         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12828         (pixbuf_document_set_page), (pixbuf_document_get_page),
12829         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12830         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12831         (pixbuf_document_render), (pixbuf_document_begin_find),
12832         (pixbuf_document_end_find), (pixbuf_document_finalize),
12833         (pixbuf_document_class_init),
12834         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12835         * pixbuf/pixbuf-document.h:
12836         * shell/Makefile.am:
12837         * shell/ev-application.c: (ev_application_open):
12838         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12839         (ev_window_open):
12840         Add pixbuf backend.
12841         
12842 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12843
12844         * Makefile.am: 
12845         * dvi/dvilib/Makefile.am:
12846         * dvi/Makefile.am:
12847         * configure.ac: Auto*ify dvi and dvi/dvilib
12848
12849         * dvi/Makefile: Remove from CVS
12850         
12851         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12852         confusion.
12853
12854         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12855         
12856         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12857         
12858 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12859
12860         * ps/Makefile.am:
12861         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12862         (gtk_gs_value_adjustment_changed), (compute_size),
12863         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12864         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12865         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12866         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12867         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12868         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12869         (ps_document_load), (ps_document_get_n_pages),
12870         (ps_document_set_page), (ps_document_get_page),
12871         (ps_document_set_target), (ps_document_set_scale),
12872         (ps_document_set_page_offset), (ps_document_get_page_size),
12873         (ps_document_render), (ps_document_begin_find),
12874         (ps_document_end_find), (ps_document_document_iface_init):
12875         * ps/gtkgs.h:
12876         * shell/Makefile.am:
12877         * shell/ev-window.c: (ev_window_open):
12878
12879         Some work to integrate gtkgs with EvDocument
12880
12881 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12882
12883         * shell/ev-window.c: (update_fullscreen_popup),
12884         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12885         (exit_fullscreen_button_clicked_cb),
12886         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12887         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12888         (ev_window_state_event_cb), (ev_window_init):
12889         Add fullscreen support from Epiphany.
12890         
12891 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12892
12893         * data/ev-stock-zoom-fit-width.png: fit-width
12894         stock icon from gpdf.
12895         
12896         * shell/ev-stock-icons.[ch]: copied from gpdf.
12897         
12898         * shell/main.c: (main): init stock icons.
12899         
12900         * shell/ev-window.c: use the fit-width icon.
12901         
12902         * data/evince-ui.xml: add zooming toolbar items.
12903
12904 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12905
12906         * shell/ev-view.c: 
12907         (ev_view_best_fit), (ev_view_fit_width): because
12908         get_page_size() returns the scaled page size, we
12909         need to calculate the scale factor relative to
12910         the previous scale factor. Should really just
12911         add get_real_page_size().
12912
12913 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12914
12915         * shell/ev-view.[ch]:
12916         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12917         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12918         add zooming.
12919         
12920         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12921         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12922         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12923         hook it up.
12924         
12925         * pdf/xpdf/pdf-document.cc:
12926         (pdf_document_begin_find),
12927         (pdf_document_end_find): make static.
12928
12929 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12930
12931         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12932
12933         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12934         names to fontconfig patterns.
12935         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12936
12937         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12938         setupBaseFontsFc.
12939
12940 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12941
12942         * Makefile.am:
12943         * configure.ac:
12944         * ps/Makefile.am:
12945         * ps/ggvutils.c:
12946         * ps/ggvutils.h:
12947         * ps/gsdefaults.c:
12948         * ps/gsdefaults.h:
12949         * ps/gsio.c:
12950         * ps/gsio.h:
12951         * ps/gtkgs.c:
12952         * ps/gtkgs.h:
12953         * ps/ps.c:
12954         * ps/ps.h:
12955
12956         Import ggv backend. Not hooked up yet.
12957
12958 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12959
12960         * shell/main.c: (load_files), (main): load files
12961         from the command line.
12962
12963 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12964
12965         * configure.ac: don't require bonobo.
12966         
12967         * cut-n-paste/recent-files/*: kill bonobo recent
12968         view.
12969
12970         * shell/ev-window.c:
12971         (ev_window_is_empty): upd.
12972         (unable_to_load), (ev_window_open): load backend
12973         based on the mime type.
12974
12975 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12976
12977         * backend/.cvsignore: ignore generated marshalers source.
12978
12979         * shell/main.c (main): this is not epiphany.
12980
12981 2004-12-22  Havoc Pennington  <hp@redhat.com>
12982
12983         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
12984         (expose_bin_window): draw find highlights
12985
12986         * shell/ev-window.c (find_bar_search_changed_cb): implement 
12987         
12988         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
12989         (pdf_document_end_find): implement this interface
12990
12991         * backend/ev-document.c (ev_document_found): add this to emit
12992         signal
12993
12994 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
12995
12996         * data/evince-ui.xml: Add a few more toolbar items.
12997
12998         * shell/ev-window.c: Hook up page navigation toolbar 
12999         items.
13000
13001         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13002         a page-changed signal.
13003
13004         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13005         Add ev_document_get_page().
13006
13007         * shell/ev-window.c: Sensitize/desensitize navigation
13008         actions.
13009
13010 2004-12-21  Havoc Pennington  <hp@redhat.com>
13011
13012         * backend/ev-backend-marshal.c,
13013         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13014         marshaler-generator thingy. I'm sure there's a better way to do
13015         this in the modern world.
13016
13017         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13018         end_find methods and "found" signal.
13019
13020         * configure.ac: find glib-genmarshal
13021
13022 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13023
13024         * shell/ev-sidebar.c: Construct an actual sidebar.
13025         * shell/ev-sidebar-bookmarks.[ch]:
13026         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13027
13028 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13029
13030         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13031         Redo size handling.
13032         
13033         * shell/ev-view.c: Track the size from the document.
13034
13035 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13036
13037         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13038         constructor assumes ownership of the string passed in.
13039         
13040         * shell/ev-window.c (ev_window_open): Destroy the error
13041         dialog once we've displayed it.
13042
13043 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13044
13045         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13046         a bit, it works! (sort of)
13047
13048         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13049         Move to .cc since we need to use C++ in the implementation.
13050
13051         * shell/dummy.cc: Add a CC file to force evince
13052         to be linked as a C++ program.
13053
13054 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13055
13056         * shell/ev-view.[ch]: Start of content-area widget.
13057
13058         * shell/ev-window.c: Create a EvView, update it
13059         as we change documents.
13060
13061         * shell/Makefile.am shell/ev-marshal.list: Add
13062         generated marshalers.
13063
13064 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13065
13066         * Makefile.am (SUBDIRS): move shell.
13067
13068 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13069
13070         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13071         .a to libtool convenience libraries.
13072
13073         * shell/ev-window.c (ev_window_open): Hard code loading
13074         a PDF document.
13075         
13076         * backend/ev-document.h: Add a boolean return to load(),
13077         fix GError * to GError **.
13078
13079         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13080         object for a PDF backend EvDocument.
13081
13082 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13083
13084         * dvi/*: New directory with the beginning of a .dvi backend.
13085
13086 2004-12-21  Havoc Pennington  <hp@redhat.com>
13087
13088         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13089         previous/next instead of back/forward
13090
13091 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13092
13093         * backend/ev-document.[ch]: Fix a couple of problems so
13094         it compile.
13095
13096 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13097
13098         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13099         to backend/ directory, rename EvViewer to EvDocument.
13100
13101 2004-12-21  Havoc Pennington  <hp@redhat.com>
13102
13103         * shell/ev-window.c: hook up the find bar widget; now we just need
13104         a document to find things in
13105
13106         * shell/eggfindbar.c: a find bar widget
13107
13108 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13109
13110         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13111
13112 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13113
13114         * pdf/**: Import of xpdf code from gpdf. 
13115
13116         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13117
13118         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13119         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13120         Fix FreeType includes.
13121
13122         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13123         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13124         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13125         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13126         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13127         Include xpdfconfig.h
13128         
13129 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13130
13131         * shell/ev-window.c (ev_window_dispose): dispose can be called
13132         multiple times.
13133
13134 2004-12-21  Havoc Pennington  <hp@redhat.com>
13135
13136         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13137         rather than Evince
13138
13139         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13140         items; really they should be synced with the strings, etc. from
13141         current gpdf, but just getting the boring typing out of the way 
13142
13143 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13144
13145         * po/POTFILES.in:
13146         * shell/ev-application.c: (window_destroy_cb):
13147         * shell/ev-window.c:
13148         * shell/main.c: (main):
13149
13150         Actually show the window...
13151
13152 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13153
13154         * Makefile.am:
13155         * shell/Makefile.am:
13156         * shell/ev-application.c: (ev_application_class_init):
13157         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13158
13159         Make it build again
13160
13161 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13162
13163         Import to gnome cvs.
13164         
13165         * Remove copies of gpdf and ggv trees.
13166         * Rip out all the recursive configure code.
13167         * Remove bonobo machinery.
13168         * viewer/*: GInterfaces that backends should/can implement.
13169
13170 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13171
13172         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13173         typo
13174
13175 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13176
13177         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13178         (ev_application_finalize, ev_application_class_init)
13179         (ev_application_init): use GType instance private data for priv.
13180
13181         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13182         (ev_window_finalize, ev_window_class_init)
13183         (ev_window_init): ditto.
13184
13185 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13186
13187         * shell/ev-application.c (ev_application_new_window): make public
13188         (ev_application_show_initial_window): kill.
13189
13190         * shell/ev-application.h: update prototypes.
13191
13192         * shell/main.cc (main): inline ev_application_show_initial_window.
13193
13194 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13195
13196         * shell/ev-application.c (ev_application_new_window): impl.
13197         (ev_application_show_initial_window): use it.
13198         (is_window_empty, ev_application_get_empty_window): returns an
13199         existing empty window or a new one.
13200         (ev_application_open): from ev_window_cmd_file_open.
13201
13202         * shell/ev-application.h: update prototypes
13203
13204         * shell/ev-window.c (ev_window_is_empty): impl.
13205         (ev_window_open): make public.
13206         (ev_window_cmd_file_open): use ev_application_open
13207
13208         * shell/ev-window.h: update prototypes, remove unused.
13209
13210 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13211
13212         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13213         move destroy handler out of here...
13214
13215         * shell/ev-application.c, shell/ev-application.h: ...into this new
13216         class. Also handles initial window creation.
13217
13218         * shell/main.cc (main): use EvApplication to create initial
13219         window.
13220
13221 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13222
13223         * Makefile.am (SUBDIRS): add cut-n-paste
13224
13225         * cut-n-paste/Makefile.am: add
13226
13227         * configure.ac: generate Makefiles in cut-n-paste
13228
13229 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13230
13231         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13232         (ev_window_class_init): install ev_window_dispose.
13233
13234 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13235
13236         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13237         char (gchar looks stupid).
13238
13239 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13240
13241         * po/de.po: updated German translation.
13242
13243 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13244
13245         * configure.ac: add more pkg-config library checks for gnome-vfs,
13246         bonobo etc.
13247
13248         * gpdf/configure.in: temporarily disable libpaper
13249         checks. Otherwise I'd have to add the checks for the shell, too.
13250
13251 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13252
13253         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13254         and * file filters to the file choose.
13255
13256 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13257
13258         * po/de.po: Updated German translation.
13259
13260 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13261
13262         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13263
13264 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13265
13266         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13267
13268         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13269         (ev_window_init): implement those menuitems.
13270
13271 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13272
13273         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13274
13275         * shell/ev-window.c (ev_window_init): use the toolbar.
13276
13277 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13278
13279         * shell/ev-window.c (ev_window_init): use menu translations
13280
13281 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13282
13283         * configure.ac: add "de" to ALL_LINGUAS.
13284
13285         * po/de.po: add German translation.
13286
13287 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13288
13289         * Makefile.am (SUBDIRS): add po
13290
13291         * configure.ac: check intltool, glib-gettext etc, generate
13292         po/Makefile.in
13293
13294         * po, po/POTFILES.in, po/POTFILES.skip: new.
13295
13296 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13297
13298         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13299         already use (#ifdef ENABLE_NLS)
13300
13301         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13302         pointer indirection thinko.
13303
13304         * shell/main.c: include gi18n.h for bindtextdomain etc.
13305
13306 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13307
13308         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13309         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13310         tooltips for menu items in the statusbar.
13311
13312 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13313
13314         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13315         pkgdatadir drop UIDIR
13316
13317 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13318
13319         * data/evince-ui.xml: Add File->Open menu item
13320
13321         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13322         chooser), hook it up in the ui manager.
13323
13324 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13325
13326         * shell/ev-window.c: fix Help->About tooltip.
13327
13328 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13329
13330         * configure.ac: set CFLAGS for libevprivate.
13331
13332         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13333         definitions, factory etc.
13334
13335         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13336
13337         * shell/Makefile.am: link against libevprivate.a.
13338
13339         * shell/ev-window.c (entries): add stock icon to Help->About.
13340
13341         * shell/main.c (main): init stock icon code.
13342
13343 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13344
13345         * lib/recent-files: egg recent files code
13346
13347         * lib/Makefile.am: add.
13348
13349         * Makefile.am: add lib subdir.
13350
13351         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13352         set CFLAGS for recent-files.
13353
13354 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13355
13356         * configure.ac: disable -ansi and -pedantic gcc flags. They
13357         disable POSIX stuff in stdio.h, but egg-recent uses them.
13358
13359 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13360
13361         * configure.ac: add --disable-deprecated flag (defaults to on in
13362         "cvs" builds).
13363
13364         * shell/Makefile.am (INCLUDES): use it.
13365
13366 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13367
13368         * shell/main.c: add missing #include.
13369
13370         * shell/ev-window.c: fix for pedantic gcc.
13371         (ev_window_cmd_help_about): split license into paragraphs for
13372         translators and pedantic compilers.
13373
13374 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13375
13376         * configure.ac: add more warning flags if compiling with gcc from
13377         cvs (or explicitly requested with --enable-more-warnings).
13378
13379 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13380
13381         * data/evince-ui.xml: add File and File->Close menu.
13382
13383         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13384         (ev_window_destroy): quit after destroy.
13385         (ev_window_class_init): override GtkObject::destroy.
13386         (entries): install close_window callback.
13387
13388 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13389
13390         * Makefile.am (SUBDIRS): add data subdir.
13391
13392         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13393         gtk+ 2.5.0 for GtkAboutDialog.
13394
13395         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13396         main window.
13397
13398         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13399
13400         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13401         manager.
13402         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13403
13404 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13405
13406         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13407
13408 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13409
13410         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13411
13412 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13413
13414         * shell/*: Added shell directory boilerplate, build it.
13415
13416 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13417
13418         * configure.ac, Makefile.am: Added top-level configure.ac and
13419         Makefile.am