]> www.fi.muni.cz Git - evince.git/blob - ChangeLog
b54b24ffd1f159a7dd0ab133a29a538cb6c3b6ca
[evince.git] / ChangeLog
1 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2
3         * configure.ac:
4         * backend/dvi/dvidocument.evince-backend.in:
5
6         Add compressed dvi to the list of supported mime types. Patch by
7         Ed Catmur. Fixes bug #307087.
8
9 2008-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
10
11         * shell/ev-jobs.c: (ev_job_print_get_page_list):
12
13         Fix a crash when printing a range that doesn't specify the start or
14         end page. Fixes bug #524288.
15         
16 2008-04-02  Carlos Garcia Campos  <carlosgc@gnome.org>
17
18         * shell/ev-window.c: (ev_window_cmd_continuous),
19         (ev_window_cmd_dual), (ev_window_cmd_view_best_fit),
20         (ev_window_cmd_view_page_width), (ev_window_run_fullscreen),
21         (ev_window_stop_fullscreen), (ev_window_cmd_view_fullscreen),
22         (ev_window_run_presentation), (ev_window_stop_presentation),
23         (ev_window_cmd_view_presentation),
24         (ev_window_cmd_leave_fullscreen),
25         (ev_window_cmd_start_presentation), (ev_window_cmd_escape):
26
27         Do not unfullscreen and fullscreen again the window when changing
28         from fullscreen to presentation mode and vice versa. Fixes bug
29         #524112.
30         
31 2008-04-01  Carlos Garcia Campos  <carlosgc@gnome.org>
32
33         * backend/ps/ev-spectre.c: (ps_document_thumbnails_get_thumbnail):
34
35         Do not crash when thumbnail failed to render in PS backend. Fixes
36         bug #525015.
37         
38 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
39
40         * shell/ev-window.c: (window_open_file_copy_ready_cb),
41         (ev_window_load_file_remote), (ev_window_open_uri):
42
43         Handle errors when opening remote files.
44         
45 2008-03-31  Carlos Garcia Campos  <carlosgc@gnome.org>
46
47         * shell/ev-page-action.c: (ev_page_action_grab_focus):
48
49         Only grab the focus for the current visible proxy widget. Fixes
50         bug #521224.
51         
52 2008-03-30  Emil Soleyman  <emil@nishra.com>
53
54         * shell/ev-window.c: (launch_external_uri):
55         
56         Reuse g_app_info_launch_default_for_uri to
57         save some code and fix bug #525009.
58
59 2008-03-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
60
61         * shell/ev-window.c (image_save_dialog_response_cb):
62
63         Use g_str_has_suffix. See bug #523069.
64
65 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
66
67         * configure.ac:
68
69         Add a configure option to enable/diable DBus. Patch by Rémi
70         Cardona. Fixes bug 521797.
71
72 2008-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
73
74         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
75
76         Fix printing in documents with rotated pages. Patch by Eugen
77         Dedu. Fixes bug #512648.
78         
79 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
80
81         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest),
82         (ev_link_from_action):
83
84         Fix warning messages.
85         
86 2008-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
87
88         * shell/ev-window.c: (image_save_dialog_response_cb):
89
90         Do not append the extension to filename when saving an image
91         if the filename alredy contains the extension. Fixes bug #523069.
92         
93 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
94
95         * shell/ev-view.[ch]: (ev_view_find_cancel):
96         * shell/ev-window.c: (find_bar_close_cb):
97
98         Cancel the find operation when the find bar is closed. Fixes bug
99         #508845.
100         
101 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
102
103         * backend/ps/psdocument.evince-backend.in:
104
105         Make ps backend module resident. Fixes bug #520607.
106         
107 2008-03-18  Carlos Garcia Campos  <carlosgc@gnome.org>
108
109         * shell/ev-jobs.c: (ev_job_print_run):
110
111         Invert collate action in order to work as expected, fix reverse
112         printing so that it doesn't start with a blank page and fix number
113         of copies. Patch by Eugen Dedu. Fixes bug #365332.
114         
115 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
116
117         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
118
119         Fix build with poppler <= 0.7.2
120         
121 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
122
123         * libdocument/ev-document-misc.c:
124         (ev_document_misc_surface_from_pixbuf):
125
126         Fix selections with poppler-splash.
127         
128 2008-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
129
130         * configure.ac:
131         * backend/pdf/ev-poppler.cc:
132
133         Fix build with poppler >= 0.7.2
134         
135 2008-03-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
136
137         * configure.ac:
138         
139         Update for release 2.22.0
140
141 2008-03-09  Carlos Garcia Campos  <carlosgc@gnome.org>
142
143         * NEWS:
144
145         Update for upcoming release.
146
147 2008-03-09  Wouter Bolsterlee  <wbolster@svn.gnome.org>
148
149         * shell/ev-window.c (ev_window_print_dialog_response_cb):
150
151         Bug 495107 – Handle print dialog responses correctly
152
153         Correctly handle print dialog response. Properly fixes
154         the above mentioned bug.
155
156 2008-03-08  Carlos Garcia Campos  <carlosgc@gnome.org>
157
158         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
159
160         Make sure print job is only run when the print button is
161         clicked. Based on patch by Eugen Dedu. Fixes bug #495107.
162         
163 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
164
165         * backend/pdf/pdfdocument.evince-backend.in:
166         * libdocument/ev-backends-manager.c:
167         (ev_backends_manager_load_backend),
168         (ev_backends_manager_get_document):
169         * libdocument/ev-module.[ch]: (ev_module_load), (ev_module_new):
170
171         Allow making backend modules resident. This is needed only for
172         some backends like pdf to avoid registering glib types more than
173         once.
174         
175 2008-03-03  Carlos Garcia Campos  <carlosgc@gnome.org>
176
177         * backend/comics/comics-document.c:
178         * backend/djvu/djvu-document.c:
179         * backend/impress/impress-document.c:
180         * backend/pdf/ev-poppler.cc:
181         * backend/pixbuf/pixbuf-document.c:
182         * backend/ps/ev-spectre.c:
183         * backend/ps/ps-document.c:
184         * backend/tiff/tiff-document.c:
185         * libdocument/ev-document.h:
186         * properties/ev-properties-main.c:
187
188         Use g_type_module_add_interface instead of
189         g_type_add_interface_static. Fixes bug #519679.
190         
191 2008-02-29  Carlos Garnacho  <carlosg@gnome.org>
192
193         * shell/ev-transition-animation.[ch] (ev_transition_animation_ready):
194         Added. Returns whether the animation has everything necessary to run.
195         * shell/ev-view.c (ev_view_expose_event): Do not assume the animation
196         is ready just because it's been created. Fixes #519106.
197         (draw_one_page): Do not show the "Loading..." text in presentation
198         mode, there was a slim probability that this could happen.
199
200 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
201
202         * libdocument/ev-document-factory.c: (get_mime_type_from_uri):
203
204         Duplicate mime_type string before freeing it so that it doesn't
205         always fail when getting mime type from uri. Fixes bug #518874.
206         
207 2008-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
208
209         * shell/ev-view.c: (ev_view_form_field_choice_changed):
210
211         Fix a crash when a choice form field doesn't have any item
212         selected. Fixes bug #518831
213         
214 2008-02-25  Alexander Larsson  <alexl@redhat.com>
215
216         * shell/ev-window.c (ev_window_clear_temp_file):
217         Use g_file_has_prefix instead of renamed
218         g_file_contains_file.
219
220         * configure.ac:
221         Require new glib for above change.
222         
223 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
224
225         * libdocument/ev-image.c: (ev_image_finalize),
226         (ev_image_save_tmp):
227
228         Return a real uri instead of a filename when saving an
229         image. Fixes images drag an drop from evince to nautilus. 
230         
231 2008-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
232
233         * backend/pdf/ev-poppler.cc:
234         (pdf_document_images_get_image_mapping):
235
236         Return the image list in the right order. Fixes bug #516237.
237         
238 2008-02-12  Wouter Bolsterlee  <wbolster@svn.gnome.org>
239
240         * backend/impress/impress-document.c:
241         (impress_document_thumbnails_get_thumbnail):
242
243         Remove unused variable to avoid a compiler warning.
244
245 2008-02-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
246
247         * configure.ac:
248         
249         Update for release 2.21.91.
250
251 2008-02-08  Carlos Garcia Campos  <carlosgc@gnome.org>
252
253         * configure.ac:
254         * shell/Makefile.am:
255         * shell/ev-application.[ch]:
256         * shell/ev-sidebar-links.c:
257         * shell/ev-utils.[ch]:
258         * shell/ev-window.[ch]:
259
260         Remove libgnomeprint support. Fixes bug #512370.
261         
262 2008-02-08  Matthias Clasen  <mclasen@redhat.com>
263
264         * thumbnailer/evince-thumbnailer.c: (main):
265
266         Initialize glib type system before using it. Fixes bug #513934.
267         
268 2008-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
269
270         * properties/ev-properties-main.c:
271
272         Add missing #include.
273         
274 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
275
276         * configure.ac:
277         * backend/djvu/djvu-document.c: (djvu_document_render):
278         * backend/tiff/tiff-document.c: (tiff_document_render):
279
280         Use the new cairo function cairo_format_stride_for_width when
281         available. Fixes bug #482720.
282
283 2008-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
284
285         * libdocument/ev-document-factory.c: (get_mime_type_from_uri),
286         (get_mime_type_from_data), (get_document_from_uri):
287
288         Use g_content_type_guess() only when slow is true in
289         get_document_from_uri(). Fix several memory leaks.
290         
291 2008-01-30  Cosimo Cecchi  <cosimoc@svn.gnome.org>
292
293         * libdocument/ev-document-factory.c:
294         (throw_unknown_mime_type_error), (throw_failed_to_get_info_error),
295         (get_document_from_uri):
296
297         Use g_content_type_guess () to get mimetype for files.
298         Bug #510401.
299
300 2008-01-30  Carlos Garcia Campos  <carlosgc@gnome.org>
301
302         * thumbnailer/Makefile.am:
303
304         Remove DJVU_LIBS from thumbnailer LDADD. Fixes bug #513203.
305         
306 2008-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
307
308         * configure.ac:
309
310         Fix build with --without-libgnome. Fixes bug #512771.
311         
312 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
313
314         * backend/dvi/Makefile.am: Install only dvi
315         module. Fixes bug #512718.
316
317 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
318
319         * properties/ev-properties-main.c: (nautilus_module_initialize):
320         
321         Initialize backends in properties tab. Fixes bug
322         #512720.
323
324 2008-01-29  Matthias Clasen  <mclasen@redhat.com>
325
326         * properties/Makefile.am: No need to link with 
327         libraries. Fixes bug #512719.
328
329 2008-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
330
331         * NEWS:
332         * configure.ac:
333         
334         Update for release 2.21.90.
335
336 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
337
338         * shell/ev-window.c: (ev_window_cmd_escape):
339
340         Fix compile warning.
341         
342 2008-01-27  Carlos Garcia Campos  <carlosgc@gnome.org>
343
344         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_end):
345
346         Fix printing in dvi backend when filename contains white
347         espaces. Fixes bug #502839.
348         
349 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
350
351         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
352         (screensaver_disable_x11):
353         * shell/Makefile.am:
354         * shell/xdg-user-dir-lookup.c: Removed
355         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
356         * shell/ev-view.c: (ev_view_presentation_transition_start):
357         * shell/ev-window.c: (ev_window_cmd_file_open),
358         (ev_window_cmd_save_as), (presentation_set_timeout):
359
360         Remove #ifdefs that are no longer needed.
361         
362 2008-01-26  Carlos Garcia Campos  <carlosgc@gnome.org>
363
364         * shell/ev-view.[ch]: (ev_view_button_release_event),
365         (ev_view_autoscroll_start), (ev_view_autoscroll_stop):
366         * shell/ev-window.c: (ev_window_cmd_view_autoscroll),
367         (ev_window_cmd_escape):
368
369         Stop autoscroll when Escape key is pressed. Fixes bug #511635.
370         
371 2008-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
372
373         * configure.ac:
374         * backend/comics/comics-document.c: (comics_document_load):
375         * libdocument/ev-attachment.[ch]: (ev_attachment_finalize),
376         (ev_attachment_set_property), (ev_attachment_init),
377         (ev_attachment_save), (ev_attachment_launch_app),
378         (ev_attachment_open):
379         * libdocument/ev-document-factory.c: (get_document_from_uri):
380         * libdocument/ev-file-helpers.[ch]: (ev_tmp_file_get),
381         (ev_tmp_file_unlink), (ev_tmp_uri_unlink), (ev_xfer_uri_simple),:
382         * shell/ev-jobs.c:
383         * shell/ev-password.c: (ev_password_dialog_set_property),
384         (ev_password_dialog_save_password):
385         * shell/ev-sidebar-attachments.c:
386         (ev_sidebar_attachments_drag_data_get):
387         * shell/ev-window-title.c: (get_filename_from_uri):
388         * shell/ev-window.c: (ev_window_clear_temp_file),
389         (ev_window_load_job_cb), (window_open_file_copy_ready_cb),
390         (ev_window_open_uri), (window_save_file_copy_ready_cb),
391         (ev_window_save_remote), (ev_window_cmd_save_as), (launch_action),
392         (launch_external_uri), (image_save_dialog_response_cb),
393         (attachment_save_dialog_response_cb):
394         * shell/main.c: (load_files), (load_files_remote), (main):
395         * thumbnailer/evince-thumbnailer.c: (main):
396
397         Port to gio and drop gnome-vfs dependency. Fixes bug
398         #510401. Based on patch by Cosimo Cecchi.
399         
400 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
401
402         * NEWS:
403
404         Fixed formatting inconsistencies (spaces vs. tabs)
405
406 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
407
408         * shell/ev-window.c:
409
410         Use top/up/bottom/down arrows instead of
411         first/left/last/right in the toolbar and menu actions.
412         This fixes issues with RTL languages and is visually
413         consistent with the page view. Fixes bug #170081.
414
415 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
416
417         * NEWS:
418
419         Fixed some inaccuracies pointed out by Carlos Garcia
420         Campos.
421
422 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
423
424         * NEWS:
425         * data/evince.schemas.in:
426         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
427
428         Override PDF restrictions by default. Fixes bug #382700.
429
430 2008-01-24  Wouter Bolsterlee  <wbolster@svn.gnome.org>
431
432         * NEWS: Updated for upcoming release
433
434 2008-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
435
436         * libdocument/ev-backends-manager.c: (ev_backends_manager_load):
437
438         Fix memory leak.
439         
440 2008-01-23  Gil Forcada <gilforcada@guifi.net>
441
442         * shell/ev-window.c: (register_custom_actions):
443         
444         Added comment for translators
445
446 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
447
448         * shell/ev-view.c: (ev_view_button_release_event):
449
450         Do not create the idle function for kinetic scrolling if we are
451         not in a drag operation.
452
453 2008-01-22  Carlos Garcia Campos  <carlosgc@gnome.org>
454
455         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
456         (ev_view_button_press_event), (ev_view_motion_notify_event),
457         (ev_view_button_release_event):
458
459         Restore cursor after autoscrolling. Fixes bug #509958.
460
461 2008-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
462
463         * configure.ac:
464         * backend/pdf/ev-poppler.cc:
465         (pdf_document_images_get_image_mapping),
466         (pdf_document_images_get_image),
467         (pdf_document_document_images_iface_init):
468         * libdocument/ev-document-images.[ch]:
469         (ev_document_images_get_image_mapping),
470         (ev_document_images_get_image):
471         * libdocument/ev-image.[ch]: (ev_image_new), (ev_image_get_page),
472         (ev_image_get_id), (ev_image_save_tmp):
473         * shell/ev-jobs.c: (ev_job_render_run):
474         * shell/ev-view.c: (ev_view_drag_data_get):
475         * shell/ev-window.c: (image_save_dialog_response_cb),
476         (ev_view_popup_cmd_copy_image):
477
478         Do not render images when rendering the page but on demand. It
479         reduces the memory comsumption.
480         
481 2008-01-18  Marcelo Lira  <setanta@gmail.com>
482
483         * configure.a:
484         * shell/ev-password.c:
485
486         Make gnome-keyring optional. Fixes bug #509676.
487         
488 2008-01-16  Carlos Garcia Campos  <carlosgc@gnome.org>
489
490         * shell/ev-pixbuf-cache.c: (add_job):
491
492         Initialize include_images variable as FALSE instead of TRUE.
493         
494 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
495
496         * configure.ac:
497         * cut-n-paste/Makefile.am:
498         * cut-n-paste/fileformatchooser/Makefile.am:
499         * cut-n-paste/fileformatchooser/egg-macros.h:
500         * cut-n-paste/fileformatchooser/eggfileformatchooser.c:
501         * cut-n-paste/fileformatchooser/eggfileformatchooser.h:
502         * shell/Makefile.am:
503         * shell/ev-utils.c:
504         (file_chooser_dialog_add_writable_pixbuf_formats),
505         (get_gdk_pixbuf_format_by_extension):
506         * shell/ev-utils.h:
507         * shell/ev-window.c: (ev_window_error_message),
508         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as):
509         
510         Simplify image format selection on save.
511
512 2008-01-15  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
513
514         * shell/ev-view.c: (ev_view_scroll_event):
515         
516         Repair gorizontal scrolling with shift. Fixes
517         bug #483412.
518
519 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
520         
521         * MAINTAINERS:
522
523         Fix formatting issues.
524         
525 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
526
527         * backend/comics/comics-document.c: (comics_regex_quote):
528         
529         Don't overquote special chars except of '. See bug 
530         502500. Thanks to Tom Parker.
531
532 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
533
534         * MAINTAINERS:
535         
536         Added Nickolay and Carlos, since they're doing most of
537         the releases nowadays.
538
539 2008-01-13  Wouter Bolsterlee  <wbolster@svn.gnome.org>
540
541         * properties/Makefile.am:
542
543         Get the nautilus extension dir properly instead of using
544         a hack. Fixes bug #505359.
545
546 2008-01-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
547
548         * properties/Makefile.am:
549         
550         Install nautilus extension into new place. See bug
551         #505359. Thanks to Matthias Clasen, Brian Pepple and
552         Damien Carbery.
553
554 2008-01-13  Djihed Afifi  <djihed@gmail.com>
555
556         * shell/ev-window.c: (ev_window_get_recent_file_label):
557         
558         RTL marker in recent file list. See bug #509076.
559
560 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
561
562         * backend/djvu/djvu-text-page.c: (djvu_text_page_limits):
563         * shell/ev-window.c: (image_save_dialog_response_cb):
564
565         Fix compile warnings due to unused variables.
566         
567 2008-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
568
569         * configure.ac:
570         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps):
571         * backend/ps/ev-spectre.c: (ps_document_render):
572
573         Bump requirements to libspectre 0.2.0. Fixes bug #507705. 
574
575 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
576
577         * shell/ev-transition-animation.c (ev_transition_animation_fade)
578         (ev_transition_animation_paint): Implement "fade" effect.
579
580 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
581
582         * shell/ev-transition-animation.c (ev_transition_animation_uncover)
583         (ev_transition_animation_paint): Implement "uncover" effect.
584
585 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
586
587         * shell/ev-transition-animation.c (ev_transition_animation_cover)
588         (ev_transition_animation_paint): Implement "cover" effect.
589
590 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
591
592         * shell/ev-transition-animation.c (ev_transition_animation_push)
593         (ev_transition_animation_paint): Implement "push" effect.
594
595 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
596
597         * shell/ev-transition-animation.c (ev_transition_animation_dissolve)
598         (ev_transition_animation_paint): Implement "dissolve" effect.
599
600 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
601
602         * shell/ev-transition-animation.c (ev_transition_animation_wipe)
603         (ev_transition_animation_paint): Implement "wipe" effect.
604
605 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
606
607         * shell/ev-transition-animation.c (ev_transition_animation_box)
608         (ev_transition_animation_paint): Implement "box" effect.
609
610 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
611
612         * shell/ev-transition-animation.c (ev_transition_animation_blinds)
613         (ev_transition_animation_paint): Implement "blinds" effect.
614
615 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
616
617         * shell/ev-transition-animation.c (ev_transition_animation_split)
618         (ev_transition_animation_paint): Implement "split" effect.
619
620 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
621
622         * shell/ev-view-private.h: Add a EvTransitionAnimation to the struct.
623         * shell/ev-view.c (ev_view_expose_event) (ev_view_change_page)
624         (ev_view_transition_animation_start) 
625         (ev_view_transition_animation_finish) (ev_transition_animation_frame)
626         (job_finished_cb) (page_changed_cb) (ev_view_set_presentation)
627         (ev_view_next_page) (ev_view_previous_page):
628         
629         Use EvTransitionAnimation to drive page changes in the presentation
630         mode, the animation will wait to start until both the origin and 
631         destination page surfaces are available. Fixes #458460.
632
633         (draw_loading_text):
634
635         Remove workaround for bug #320352, it's now fixed properly.
636
637
638 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
639
640         * shell/ev-transition-animation.[ch]: Added, EvTransitionAnimation
641         will contain the implementations for page transition animations, at
642         the moment it just has the "replace" effect.
643         * shell/Makefile.am: Added these files to build.
644
645 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
646
647         * shell/ev-timeline.[ch]: Added, EvTimeline is the base object for
648         animations.
649         * shell/Makefile.am: Added these files to build.
650
651 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
652
653         * backend/pdf/ev-poppler.cc (pdf_document_get_effect): Added
654         implementation to get_effect() in EvDocumentTransitionIface.
655
656 2008-01-04  Carlos Garnacho  <carlosg@gnome.org>
657
658         * libdocument/ev-transition-effect.[ch]: New files, define a page
659         transition effect, at the moment it maps PopplerPageTransition to a
660         GObject.
661         * libdocument/Makefile.am: Added these files to build.
662         * libdocument/ev-document-transition.[ch]
663         (ev_document_transition_get_effect): New method, gets the
664         EvTransitionEffect returned by the interface implementation, with
665         fallback to the "replace" effect.
666
667 2007-12-30  Carl-Anton Ingmarsson  <c-a.ingmarsson@oktv.se>
668
669         * configure.ac:
670         * cut-n-paste/Makefile.am:
671         * cut-n-paste/fileformatchooser/Makefile.am:
672         * cut-n-paste/fileformatchooser/egg-macros.h:
673         * cut-n-paste/fileformatchooser/eggfileformatchooser.[ch]:
674         * shell/Makefile.am:
675         * shell/ev-window.c: (image_save_dialog_response_cb),
676         (ev_view_popup_cmd_save_image_as):
677
678         Allow exporting images in any format supported by
679         GdkPixbuf. Fixes bug #500209.
680         
681 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
682
683         * backend/pixbuf/pixbuf-document.c:
684
685         More warnings fixed.
686         
687 2007-12-29  Carlos Garcia Campos  <carlosgc@gnome.org>
688
689         * backend/djvu/djvu-links.c: (get_djvu_link_dest),
690         (get_djvu_hyperlink_area), (djvu_links_find_link_dest):
691         * backend/djvu/djvu-text.h:
692         * backend/tiff/tiff-document.c: (tiff_document_render):
693
694         Fix compile warnings.
695         
696 2007-12-28  Christian Persch  <chpe@gnome.org>
697
698         * **/*.c: Include config.h. Bug #504721.
699
700 2007-12-28  Carlos Garcia Campos  <carlosgc@gnome.org>
701
702         * configure.ac:
703         * Makefile.am:
704         * po/POTFILES.in:
705         * backend/comics/Makefile.am:
706         * backend/comics/comics-document.[ch]:
707         * backend/comics/comicsdocument.evince-backend.in:
708         * backend/djvu/Makefile.am:
709         * backend/djvu/djvu-document.[ch]:
710         * backend/djvu/djvudocument.evince-backend.in:
711         * backend/dvi/Makefile.am:
712         * backend/dvi/dvi-document.[c]:
713         * backend/dvi/dvidocument.evince-backend.in:
714         * backend/impress/Makefile.am:
715         * backend/impress/impress-document.[ch]:
716         * backend/impress/impressdocument.evince-backend.in:
717         * backend/pdf/Makefile.am:
718         * backend/pdf/ev-poppler.cc:
719         * backend/pdf/ev-poppler.h:
720         * backend/pdf/pdfdocument.evince-backend.in:
721         * backend/pixbuf/Makefile.am:
722         * backend/pixbuf/pixbuf-document.[ch]:
723         * backend/pixbuf/pixbufdocument.evince-backend.in:
724         * backend/ps/Makefile.am:
725         * backend/ps/ev-spectre.[ch]:
726         * backend/ps/ps-document.[ch]:
727         * backend/ps/psdocument.evince-backend.in:
728         * backend/tiff/Makefile.am:
729         * backend/tiff/tiff-document.[ch]:
730         * backend/tiff/tiffdocument.evince-backend.in:
731         * libdocument/Makefile.am:
732         * libdocument/ev-backends-manager.[ch]:
733         * libdocument/ev-module.[ch]:
734         * libdocument/ev-document.h:
735         * libdocument/ev-document-factory.[ch]:
736         (gdk_pixbuf_mime_type_list), (mime_type_supported_by_gdk_pixbuf),
737         (get_compression_from_mime_type), (get_document_from_uri),
738         (ev_document_factory_get_document), (file_filter_add_mime_types),
739         (ev_document_factory_add_filters):
740         * shell/Makefile.am:
741         * shell/ev-window-title.c: (get_filename_from_uri):
742         * shell/main.c: (main):
743         * thumbnailer/Makefile.am:
744         * thumbnailer/evince-thumbnailer.c: (main):
745
746         Plugin system for backends. Fixes bug #351348.
747         
748 2007-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
749
750         * shell/ev-view-private.h:
751         * shell/ev-view.c: (ev_view_drag_update_momentum),
752         (ev_view_scroll_drag_release), (ev_view_motion_notify_event),
753         (ev_view_button_release_event), (ev_view_destroy):
754         
755         Kinetic scrolling implemented as requested in
756         bug #461271. Thanks to David Turner <cillian64@googlemail.com>.
757
758 2007-12-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
759
760         * data/evince-toolbar.xml:
761         * data/evince-ui.xml:
762         * shell/ev-view-private.h:
763         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
764         (ev_view_button_press_event), (ev_view_motion_notify_event),
765         (ev_view_button_release_event), (ev_view_init),
766         (ev_view_autoscroll_cb), (ev_view_autoscroll),
767         (ev_view_set_cursor):
768         * shell/ev-view.h:
769         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
770         (ev_window_cmd_view_autoscroll):
771         
772         Autoscroll feature with the context menu. Fixes bug 
773         #323670. Thanks to David Turner <cillian64@googlemail.com>.
774
775 2007-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
776
777         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref):
778
779         Disconnect also page-ready signal when removing a job because the
780         page size has changed. Thanks to kripken
781         <kripkensteiner@gmail.com>.
782
783 2007-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
784
785         * shell/ev-page-action.c: (page_scroll_cb), (create_tool_item):
786         
787         Scroll pages in page entry with mouse wheel. Fixes bug
788         #324122. Thanks to David Turner <cillian64@googlemail.com>.
789
790 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
791
792         * backend/dvi/Makefile.am:
793         * backend/dvi/cairo-device.c: (dvi_cairo_draw_ps),
794         (mdvi_cairo_device_init):
795         * backend/dvi/mdvi-lib/common.h:
796         * backend/dvi/mdvi-lib/mdvi.h:
797         * backend/dvi/mdvi-lib/sp-epsf.c: (epsf_special):
798         * backend/dvi/mdvi-lib/util.c: (mdvi_strrstr),
799         (mdvi_build_path_from_cwd):
800
801         Add ps specials support in dvi backend when libspectre is
802         present. Fixes bug #386005.
803         
804 2007-12-20  Carlos Garcia Campos  <carlosgc@gnome.org>
805
806         * configure.ac:
807         * backend/ps/Makefile.am:
808         * backend/ps/ev-spectre.[ch]:
809         
810         Use libspectre, if available, for the ps backend. Fixes bugs
811         #317106, #499787, #501235, #421879, #445797, #443859 and #486547.
812
813 2007-12-18  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
814         
815         * backend/comics/comics-document.c: (comics_document_load):
816         
817         Cygwin build issue fix.
818
819 2007-12-16  Carlos Garcia Campos  <carlosgc@gnome.org>
820
821         * shell/ev-view.c: (ev_view_set_zoom):
822
823         Do not limit the minimum zoom factor when sizing mode is best bit
824         or fit width. Fixes bug #503805.
825         
826 2007-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
827
828         * backend/pdf/ev-poppler.cc: (ev_link_dest_from_dest):
829         * libdocument/ev-link-dest.[ch]: (ev_link_dest_get_top),
830         (ev_link_dest_get_left), (ev_link_dest_get_zoom),
831         (ev_link_dest_get_property), (ev_link_dest_set_property),
832         (ev_link_dest_class_init), (ev_link_dest_new_xyz),
833         (ev_link_dest_new_fith), (ev_link_dest_new_fitv),
834         (ev_link_dest_new_fitr):
835         * shell/ev-view.c: (goto_fitr_dest), (goto_fitv_dest),
836         (goto_fith_dest), (goto_xyz_dest):
837
838         Do not change left, top and zoom values when they are null in PDF
839         destinations. Fixes bug #460658.
840         
841 2007-12-10  Christian Persch  <chpe@gnome.org>
842
843         * shell/ev-view-accessible.c: (ev_view_accessible_finalize),
844         (ev_view_accessible_class_init),
845         (ev_view_accessible_idle_do_action),
846         (ev_view_accessible_action_do_action),
847         (ev_view_accessible_action_get_description),
848         (ev_view_accessible_action_set_description),
849         (ev_view_accessible_action_iface_init), (ev_view_accessible_new),
850         (ev_view_accessible_factory_init),
851         (ev_view_accessible_factory_get_accessible_type):
852         * shell/ev-view-accessible.h: A bit of cleanup: use gobject instance
853         private data, and G_DEFINE_TYPE. Bug #502843.
854
855 2007-12-08  Christian Persch  <chpe@gnome.org>
856
857         * shell/ev-metadata-manager.c: (item_free),
858         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
859         (value_free), (parse_value), (parseItem),
860         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
861         (save_values): Use GSlice to allocate small amounts of memory. Bug
862         #475972.
863
864 2007-12-05  Carlos Garcia Campos  <carlosgc@gnome.org>
865
866         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
867
868         Restore cursor to normal after a drag operation. Fixes bug
869         #501603.
870         
871 2007-12-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
872
873         * NEWS:
874         * configure.ac:
875         
876         Update for release 2.21.1
877
878 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
879
880         * configure.ac:
881         * cut-n-paste/gedit-message-area/Makefile.am:
882         * cut-n-paste/gedit-message-area/gedit-message-area.[ch]:
883         * shell/Makefile.am:
884         * shell/ev-message-area.[ch]:
885         * shell/ev-window.c: (ev_window_set_message_area),
886         (ev_window_error_message_response_cb), (ev_window_error_message),
887         (ev_window_load_job_cb), (ev_window_cmd_file_open_copy_at_dest),
888         (ev_window_save_job_cb), (image_save_dialog_response_cb),
889         (ev_attachment_popup_cmd_open_attachment),
890         (attachment_save_dialog_response_cb), (ev_window_set_document),
891         (ev_window_init):
892
893         Use a message area instead of a popup dialog for error
894         notifications. Fixes bug #337495.
895         
896 2007-12-02  Carlos Garcia Campos  <carlosgc@gnome.org>
897
898         * shell/ev-window.c: (fullscreen_toolbar_remove_shadow),
899         (ev_window_run_fullscreen):
900
901         Remove the shadow of the fullscreen toolbar. Fixes bug #500702.
902         
903 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
904
905         * ev-sidebar-thumbnails.c: (update_visible_range),
906         (ev_sidebar_thumbnails_refresh),
907         (ev_sidebar_thumbnails_set_document),
908         (ev_sidebar_thumbnails_support_document):
909
910         Show thumbnails for documents with one page. Fixes bug #358751.
911         
912 2007-12-01  Carlos Garcia Campos  <carlosgc@gnome.org>
913
914         * shell/ev-window.c:
915         (ev_window_load_print_settings_from_metadata),
916         (ev_window_save_print_settings), (ev_window_print_finished),
917         (ev_window_print_range):
918
919         Print settings that are specific to the document are now saved per
920         document in the metadata file. Fixes bug #488806.
921         
922 2007-11-26  Matthias Clasen  <mclasen@redhat.com>
923
924         * backend/tiff/tiff-document.c: (tiff_document_render):
925
926         Tiff documents were rendered with wrong colors. Fixes bug #497279.
927         
928 2007-11-25  Carlos Garcia Campos  <carlosgc@gnome.org>
929
930         * shell/ev-application.[ch]: (get_find_string_from_args),
931         (ev_application_open_uri_at_dest), (ev_application_open_uri),
932         (ev_application_open_uri_list):
933         * shell/ev-jobs.[ch]: (ev_job_load_dispose), (ev_job_load_new):
934         * shell/ev-window.[ch]: (ev_window_load_job_cb),
935         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
936         (ev_window_cmd_recent_file_activate),
937         (ev_window_open_recent_action_item_activated),
938         (ev_window_print_send), (open_remote_link):
939         * shell/main.c: (arguments_parse):
940
941         Add a command line option for search. Fixes bug #497710.
942         
943 2007-11-20  Darren Kenny  <darren.kenny@sun.com>
944
945         * shell/ev-jobs.c: (ev_job_print_new):
946
947         Fix endless loop when pages_per_sheet is 0. Fixes bug #498248.
948         
949 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
950
951         * data/evince-toolbar.xml:
952         * shell/Makefile.am:
953         * shell/ev-application.c: (ev_application_init):
954         * shell/ev-open-recent-action.[ch]:
955         * shell/ev-window.c:
956         (ev_window_open_recent_action_item_activated),
957         (register_custom_actions):
958
959         Add an expander to the open toolbar item which pops up a dropdown
960         menu with the recently used documents. Fixes bug #487215.
961         
962 2007-10-29  Carlos Garcia Campos  <carlosgc@gnome.org>
963
964         * shell/ev-window.c: (ev_window_open_uri),
965         (ev_window_cmd_view_reload):
966
967         Do not jump to the first page when reloading by running evince
968         from the command line. Fixes bug #490847.
969         
970 2007-10-27  Hiroyuki Ikezoe  <poincare@ikezoe.net>
971
972         * shell/ev-window.c: (ev_window_cmd_help_contents):
973
974         Plugged memory leak when help file is not found. Fixes bug
975         #490762.
976         
977 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
978
979         * configure.ac:
980
981         Enable djvu, dvi and comics backends by default. Fixes bug
982         #437121.
983         
984 2007-10-26  Carlos Garcia Campos  <carlosgc@gnome.org>
985
986         * configure.ac:
987         * cut-n-paste/Makefile.am:
988         * cut-n-paste/recent-files/*: Removed
989         * help/reference/Makefile.am:
990         * shell/Makefile.am:
991         * shell/ev-application.[ch]: (ev_application_shutdown),
992         (ev_application_init):
993         * shell/ev-window.c: (ev_window_add_recent),
994         (ev_window_setup_recent), (ev_window_dispose), (ev_window_init):
995
996         Bump requirements to gtk+ 2.10.0 and remove egg-recent code. 
997         
998 2007-10-25  Pascal Terjan  <pterjan@linuxfr.org>
999
1000         * shell/ev-window.c: (launch_external_uri):
1001
1002         Let GnomeVFS check the URL, this allow more URL (like mailto:),
1003         and report error if the URL is not supported (#489910).
1004
1005 2007-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1006
1007         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1008         (pdf_document_file_exporter_begin_page),
1009         (pdf_document_file_exporter_end_page):
1010
1011         Fix printing with poppler splash backend. Fixes bug #489774.
1012         
1013 2007-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
1014
1015         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1016         * shell/ev-print-job.c: (ev_print_job_class_init):
1017
1018         Fix a crash when printing with the gnome-print dialog. Fixes bug
1019         #488939.
1020         
1021 2007-10-18  Sebastien Bacher  <seb128@ubuntu.com>
1022
1023         * backend/pixbuf/pixbuf-document.c:
1024
1025         Fix an implicit function definition warning (#487655)
1026
1027 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1028
1029         * shell/ev-window.c:
1030
1031         Fix conflicting shortcut for view sade pane and presentation.
1032         
1033 2007-10-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1034
1035         * backend/pdf/ev-poppler.cc:
1036         (pdf_document_file_exporter_begin_page),
1037         (pdf_document_file_exporter_do_page),
1038         (pdf_document_file_exporter_end_page),
1039         (pdf_document_file_exporter_iface_init):
1040         * libdocument/ev-file-exporter.[ch]:
1041         (ev_file_exporter_begin_page), (ev_file_exporter_end_page):
1042         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1043         (ev_job_print_run):
1044
1045         When printing multiple pages per sheet in reverse option, do not
1046         invert the order of the pages in every sheet, but the order of the
1047         sheets. Do not print blank pages when page range is invalid. Fixes
1048         bugs #484857 and #485521.
1049         
1050 2007-10-10  Carlos Garcia Campos  <carlosgc@gnome.org>
1051
1052         * shell/ev-jobs.c: (ev_job_print_get_page_list),
1053         (ev_job_print_run):
1054         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1055
1056         Respect ranges order when printing more than one range in random
1057         order.
1058         
1059 2007-10-10  Martin Schanzenbach  <mschanzenbach@gmail.com>
1060
1061         * shell/ev-window.c: (ev_window_refresh_window_thumbnail),
1062         (ev_window_setup_document), (ev_window_rotation_changed_cb):
1063
1064         Rotate also the window icon when document is rotated. Fixes bug
1065         #474681.
1066         
1067 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1068
1069         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field),
1070         (pdf_document_forms_get_form_fields):
1071
1072         Silently ignore unknown form fields. Fixes bug #482654. Patch by
1073         Matthias Drochner.
1074         
1075 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1076
1077         * configure.ac:
1078         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
1079
1080         Use poppler_page_render_for_printing() instead of
1081         poppler_page_render() if available when exporting to a ps or pdf
1082         file. Fixes bug #476627.
1083         
1084 2007-10-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1085
1086         * shell/ev-window.c: (ev_window_run_fullscreen):
1087
1088         Do not show the toolbar in fullscreen mode if the main toolbar is
1089         not visible. Fixes bug #483048.
1090         
1091 2007-09-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1092
1093         * shell/ev-view.c: (ev_view_button_press_event):
1094
1095         Give priority to form fields over images when deciding whether a
1096         button press event is over an image or form field. It allows edit
1097         form fields when they are over a background image. Fixes bug
1098         #477841.
1099         
1100 2007-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1101
1102         * NEWS:
1103         * configure.ac:
1104         
1105         Update for release 2.20.0
1106
1107 2007-09-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1108
1109         * backend/pdf/ev-poppler.cc:
1110
1111         Remove #ifdef HAVE_FORMS, so that forms support works again.
1112
1113 2007-09-05  Götz Waschk  <waschk@mandriva.org>
1114
1115         * configure.ac:
1116         * data/evince.desktop.in.in:
1117         
1118         Fixes desktop file issues. See bug #473471.
1119
1120 2007-09-04  Carlos Garcia Campos  <carlosgc@gnome.org>
1121
1122         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
1123         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
1124         (ev_job_queue_remove_job):
1125         * shell/ev-jobs.[ch]: (ev_job_save_init), (ev_job_save_dispose),
1126         (ev_job_save_class_init), (ev_job_save_new), (ev_job_save_run):
1127         * shell/ev-window.c: (ev_window_clear_save_job),
1128         (ev_window_save_job_cb), (file_save_dialog_response_cb),
1129         (ev_window_dispose):
1130
1131         Move save a copy task to its own job so that it's carried out in a
1132         thread avoiding another lock in the main thread. Use
1133         ev_xfer_uri_simple() instead of gnome_vfs_move() so that document
1134         can be saved to a pathin another file system. Fixes bug #456891.
1135         
1136 2007-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1137
1138         * NEWS:
1139         * configure.ac:
1140         
1141         Update for release 2.19.92
1142
1143 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1144
1145         * configure.ac:
1146         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1147         (pdf_selection_get_selection_region),
1148         (pdf_selection_get_selection_map),
1149         (ev_form_field_from_poppler_field):
1150
1151         Bump requirements to poppler 0.6 and drop all ifdefs used. Double
1152         and triple click selections are enabled again now.
1153
1154 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1155
1156         * shell/ev-window.c: (ev_window_add_history):
1157
1158         Make sure not to use the history with documents not supporting
1159         links. Fixes bug #468954.
1160
1161 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1162
1163         * shell/ev-window.c: (ev_window_load_job_cb):
1164
1165         Restart the search when reloading a document with the find bar
1166         visible. Fixes bug #461962.
1167
1168 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1169
1170         * shell/ev-window.c: (setup_document_from_metadata),
1171         (ev_window_load_job_cb), (ev_window_cmd_view_reload):
1172
1173         Do not jump to the first page when reloading a document from the
1174         last page.
1175
1176 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1177
1178         * shell/ev-window.c: (update_chrome_flag),
1179         (setup_sidebar_from_metadata),
1180         (ev_window_cmd_focus_page_selector), (ev_window_cmd_edit_find),
1181         (ev_window_cmd_edit_find_next),
1182         (ev_window_cmd_edit_find_previous), (ev_window_cmd_escape),
1183         (ev_window_view_toolbar_cb), (ev_window_view_sidebar_cb),
1184         (find_bar_close_cb), (view_actions_focus_in_cb):
1185
1186         Do not update visibility when changing a chrome flag so that it's
1187         possible to update several flags and update visibility only once
1188         for all of them.
1189
1190 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1191
1192         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1193
1194         Use GTK_UNIT_POINTS instead of GTK_UNIT_PIXEL, since it's not
1195         supported by gtk+. Fixes bug #460907.
1196
1197 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1198
1199         * shell/ev-view.c: (view_update_range_and_current_page):
1200
1201         Make sure current-page <= end-page in continuous mode. Fixes bug
1202         #454950.
1203
1204 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1205
1206         * backend/pdf/ev-poppler.cc: (build_tree):
1207
1208         Ignore outline items without a title. Fixes bug #453913.
1209
1210 2007-09-03  Carlos Garcia Campos  <carlosgc@gnome.org>
1211
1212         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1213         (ev_view_button_release_event), (ev_view_leave_notify_event):
1214
1215         Use always drag mouse cursor during a drag operation. Fixes bug
1216         #470564.
1217
1218 2007-09-02  Carlos Garcia Campos  <carlosgc@gnome.org>
1219
1220         * backend/pdf/ev-poppler.cc: (pdf_selection_get_selected_text),
1221         (pdf_selection_get_selection_region),
1222         (pdf_selection_get_selection_map):
1223
1224         Temporarily disable double and triple selections since it depends on
1225         poppler cvs head. It'll be enabled again as soon as poppler 0.6 is
1226         released and the update of the external dependency minimal version
1227         approved.
1228
1229 2007-09-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1230
1231         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1232         (pdf_document_file_exporter_do_page):
1233         * libdocument/ev-file-exporter.h:
1234         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1235         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1236
1237         Actually fix printing regressions. Remove orientation from
1238         EvPrintContext since it's redundant.
1239
1240 2007-08-31  Carlos Garcia Campos  <carlosgc@gnome.org>
1241
1242         * backend/dvi/dvi-document.c: (dvi_document_document_iface_init):
1243         * backend/impress/impress-document.c:
1244         (impress_document_document_iface_init):
1245         * backend/ps/ps-document.c: (ps_document_document_iface_init):
1246         * backend/djvu/djvu-document.c:
1247         (djvu_document_document_iface_init),
1248         (djvu_selection_get_selected_text), (djvu_selection_iface_init):
1249         * backend/tiff/tiff-document.c:
1250         (tiff_document_document_iface_init):
1251         * backend/pixbuf/pixbuf-document.c:
1252         (pixbuf_document_document_iface_init):
1253         * backend/comics/comics-document.c:
1254         (comics_document_document_iface_init):
1255         * backend/pdf/ev-poppler.cc: (pdf_document_document_iface_init),
1256         (pdf_selection_render_selection),
1257         (pdf_selection_get_selected_text),
1258         (pdf_selection_get_selection_region),
1259         (pdf_selection_get_selection_map), (pdf_selection_iface_init):
1260         * libdocument/ev-selection.[ch]: (ev_selection_get_selected_text),
1261         (ev_selection_get_selection_region),
1262         (ev_selection_get_selection_map):
1263         * libdocument/ev-document.[ch]:
1264         * shell/ev-pixbuf-cache.[ch]: (add_job),
1265         (ev_pixbuf_cache_get_selection_surface), (update_job_selection):
1266         * shell/ev-view-private.h:
1267         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_new),
1268         (ev_job_render_run):
1269         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
1270         * shell/ev-view.c: (start_selection_for_event),
1271         (ev_view_button_press_event), (ev_view_drag_data_get),
1272         (ev_view_drag_data_received), (ev_view_button_release_event),
1273         (compute_new_selection_text), (compute_selections),
1274         (ev_view_select_all), (get_selected_text), (ev_view_copy),
1275         (ev_view_primary_get_cb):
1276
1277         Add support for double and triple click selections.
1278
1279 2007-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1280
1281         * NEWS:
1282         * configure.ac:
1283
1284         Update for release 2.19.4
1285
1286 2007-08-28  Justin Blanchard  <justinb04@aim.com>
1287
1288         * shell/ev-view-private.h:
1289         * shell/ev-view.c: (ev_view_expose_event), (ev_view_init),
1290         (ev_view_set_highlight_search):
1291         * shell/ev-view.h:
1292         * shell/ev-window.c: (ev_window_cmd_edit_find_next),
1293         (ev_window_cmd_edit_find_previous), (find_bar_search_changed_cb),
1294         (find_bar_visibility_changed_cb):
1295         
1296         Enables 'find next' when bindbar is hidden. Fixes bug #323817.
1297
1298 2007-08-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1299
1300         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1301         (pdf_document_file_exporter_begin),
1302         (pdf_document_file_exporter_do_page):
1303         * shell/ev-jobs.c: (ev_job_print_run):
1304         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1305
1306         Create always a portrait cairo surface and rotate when needed for
1307         landscape. It fixes printing problems in real printers.
1308
1309 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1310
1311         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin):
1312         * libdocument/ev-file-exporter.[ch]:
1313         (ev_file_exporter_get_capabilities):
1314         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1315         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
1316
1317         Adjust number of pages per row according to page orientation when
1318         printing 2 or 6 pages per sheet.
1319
1320 2007-08-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1321
1322         * shell/ev-window.c: (ev_window_print_send):
1323
1324         Reset also cups setting to 1 when printing multiple pages per
1325         sheet. Fixes bug #468853.
1326
1327 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1328
1329         * libdocument/ev-document-misc.c:
1330         (ev_document_misc_surface_rotate_and_scale):
1331
1332         Use directly cairo_surface_get_content() when creating a similar
1333         surface as suggested by Jeff Muizelaar. Thanks again.
1334
1335 2007-08-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1336
1337         * backend/djvu/djvu-document.c: (djvu_document_render):
1338         * backend/tiff/tiff-document.c: (tiff_document_render):
1339         * backend/pdf/ev-poppler.cc: (pdf_document_render):
1340         * libdocument/ev-document-misc.c:
1341         (ev_document_misc_surface_from_pixbuf),
1342         (ev_document_misc_surface_rotate_and_scale):
1343
1344         Use CAIRO_FORMAT_RGB24 instead of CAIRO_FORMAT_ARGB32 when
1345         creating page surfaces. Fixes bug #453123. Thank you very much to
1346         Jeff Muizelaar <jeff@infidigm.net>.
1347
1348 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1349
1350         * shell/ev-page-cache.c: (ev_page_cache_new),
1351         (ev_page_cache_get_thumbnail_size):
1352         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page),
1353         (ev_sidebar_thumbnails_set_loading_icon):
1354
1355         Also store in page-cache the dimensions of the thumbnails so that
1356         they can be used to create the correct loading icon in the side
1357         pane. Fixes bug #466857.
1358
1359 2007-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1360
1361         * backend/pdf/ev-poppler.cc:
1362         (pdf_document_thumbnails_get_thumbnail):
1363
1364         Fix thumbnails rotation in pdf documents that include embedded 
1365         thumbnails.
1366
1367 2007-08-15  Jens Granseuer  <jensgr@gmx.net>
1368
1369         * backend/pdf/ev-poppler.cc:
1370
1371         Don't use #ifdef in macro expansion. Some compilers don't
1372         like that. Closes bug #467042.
1373
1374 2007-08-15  Justin Blanchard  <justinb04@aim.com>
1375
1376         * backend/djvu/djvu-document.c: (djvu_document_finalize):
1377         
1378         Fixes memory leak in djvu backend.
1379
1380 2007-08-15  Andreas Nilsson  <nisses.mail@home.se>
1381
1382         * data/icons/32x32/Makefile.am:
1383         * data/icons/32x32/actions/Makefile.am:
1384         * data/icons/32x32/actions/view-page-cont.svg:
1385         * data/icons/32x32/actions/view-page-facing.svg:
1386         * data/icons/48x48/Makefile.am:
1387         * data/icons/48x48/actions/Makefile.am:
1388         * data/icons/48x48/actions/view-page-cont.svg:
1389         * data/icons/48x48/actions/view-page-facing.svg:
1390         
1391         Icons for a new sizes.
1392
1393 2007-08-14  Justin Blanchard  <justinb04@aim.com>
1394
1395         * shell/ev-page-cache.c: (build_height_to_page),
1396         (ev_page_cache_get_height_to_page):
1397         
1398         Fixes invalid read, see bug #466401.
1399
1400 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1401
1402         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
1403         (set_drag_cursor):
1404         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1405         (configure_item_cursor), (new_pixbuf_from_widget):
1406
1407         Fix multihead problems in toolbar editor. Fixes bug #382055.
1408
1409 2007-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1410
1411         * shell/ev-window.c: (ev_window_cmd_file_open),
1412         (ev_window_cmd_save_as):
1413
1414         Use g_get_user_special_dir when available instead of
1415         xdg_user_dir_lookup.
1416
1417 2007-08-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1418
1419         * MAINTAINERS:
1420         
1421         Updated according to request on desktop-devel.
1422
1423 2007-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
1424
1425         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
1426
1427         Do not use cairo_rectangle and cairo_clip since we are
1428         not using cairo_fill but cairo_paint. Use the same cairo context
1429         for every page in the same expose event.
1430
1431 2007-07-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
1432
1433         * shell/ev-window.c: (file_open_dialog_response_cb): Plugged memory
1434         leak.
1435
1436 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1437
1438         * configure.ac:
1439         * NEWS:
1440
1441         Release 0.9.3
1442
1443 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1444
1445         * libdocument/ev-document-info.h:
1446         * libdocument/ev-document.h:
1447         * shell/ev-page-action.h:
1448         * shell/ev-sidebar-links.h:
1449
1450         Fix a headers problem with ev-link
1451         
1452         * libdocument/ev-link.[ch]: (ev_link_mapping_get_area):
1453         * shell/ev-view-private.h:
1454         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1455         (get_link_area), (ev_view_query_tooltip),
1456         (ev_view_leave_notify_event), (ev_view_destroy),
1457         (ev_view_class_init):
1458
1459         Use new gtk tooltips when available instead of ev-tooltip.
1460         
1461 2007-07-30  Carlos Garcia Campos  <carlosgc@gnome.org>
1462
1463         * shell/ev-window.c: (update_chrome_visibility),
1464         (ev_window_sidebar_visibility_changed_cb):
1465
1466         Do not hide sidebar in fullscreen mode. Fixes bug #396535.
1467         
1468 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1469
1470         * shell/ev-navigation-action.c:
1471         (ev_navigation_action_history_changed),
1472         (ev_navigation_action_set_history):
1473         * shell/ev-navigation-action-widget.c:
1474         (ev_navigation_action_widget_init):
1475         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
1476
1477         Fix compile warnings.
1478         
1479 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1480
1481         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
1482         (egg_editable_toolbar_dispose):
1483
1484         Fix memory leak.
1485         
1486 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1487
1488         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
1489         (screensaver_disable_x11):
1490         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout):
1491         * shell/ev-window.c: (presentation_set_timeout):
1492         * shell/ev-view.c: (ev_view_presentation_transition_start):
1493
1494         Use g_timeout_add_seconds instead of g_timeout_add when
1495         available.
1496         
1497 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1498
1499         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_init):
1500
1501         Set horizontal scrollbar policy to AUTOMATIC instead of
1502         NEVER. Workaround for bug #449462.
1503         
1504 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1505
1506         * shell/ev-jobs.c: (ev_job_render_page_ready):
1507
1508         Add page_ready callback to main loop with high priority and hold
1509         a reference to job during idle.
1510         
1511 2007-07-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1512
1513         * configure.ac:
1514         * backend/pdf/ev-poppler.cc: (pdf_print_context_free),
1515         (pdf_document_file_exporter_begin),
1516         (pdf_document_file_exporter_do_page),
1517         (pdf_document_file_exporter_get_capabilities):
1518         * libdocument/ev-file-exporter.h:
1519         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
1520         * shell/ev-window.c: (ev_window_print_send),
1521         (ev_window_print_dialog_response_cb):
1522
1523         Allow printing multiple pages per sheet. Fixes bug #395573.
1524         
1525 2007-07-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1526
1527         * shell/ev-view.c: (tip_from_link):
1528         
1529         Check for NULL, fixes bug #460862.
1530
1531 2007-07-29  Christian Persch  <chpe@gnome.org>
1532
1533         * shell/ev-window.c: (ev_window_enumerate_printer_cb),
1534         (ev_window_preview_print_finished), (ev_window_do_preview_print),
1535         (ev_window_cmd_preview_print):
1536         
1537         Fixes bug #437681 - blocks while enumerating printers.
1538
1539 2007-07-29  Christian Persch  <chpe@gnome.org>
1540
1541         * shell/ev-window.c: (ev_window_screen_changed):
1542         
1543         Don't use deprecated gtk+ function. See bug #460909.
1544
1545 2007-07-27  Carlos Garcia Campos  <carlosgc@gnome.org>
1546
1547         * shell/ev-utils.c: (get_num_monitors):
1548         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
1549
1550         Do not use display before initializing it. Remove compile
1551         warnings.
1552
1553 2007-07-27  Cosimo Cecchi  <anarki@lilik.it>
1554
1555         * shell/ev-view.c: (ev_view_class_init):
1556         
1557         Unix-like hjkl bindings added. See bug #458111.
1558
1559 2007-07-27  Johannes Buchner  <buchner.johannes@gmx.at>
1560
1561         * shell/ev-utils.c: (get_num_monitors), (get_screen_dpi):
1562         * shell/ev-utils.h:
1563         * shell/ev-view.c: (ev_view_set_zoom_for_size),
1564         (ev_view_update_view_size):
1565         * shell/ev-view.h:
1566         * shell/ev-window.c: (ev_window_update_actions),
1567         (setup_view_from_metadata), (ev_window_screen_changed),
1568         (ev_window_sizing_mode_changed_cb), (ev_window_zoom_changed_cb),
1569         (zoom_control_changed_cb):
1570         * shell/ev-window.h:
1571         
1572         Reorganizes utility functions.
1573
1574 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1575
1576         * shell/ev-pixbuf-cache.c: (job_page_ready_cb), (job_finished_cb),
1577         (copy_job_page_and_selection_to_job_info), (copy_job_to_job_info),
1578         (add_job), (ev_pixbuf_cache_get_surface),
1579         (ev_pixbuf_cache_get_link_mapping),
1580         (ev_pixbuf_cache_get_image_mapping),
1581         (ev_pixbuf_cache_get_form_field_mapping),
1582         (ev_pixbuf_cache_get_text_mapping):
1583         * shell/ev-jobs.[ch]: (ev_job_render_class_init),
1584         (notify_page_ready), (ev_job_render_page_ready),
1585         (ev_job_render_run):
1586
1587         Add page_ready signal to notify that page is ready as soon as
1588         possible even if other page elements like links, forms, images or
1589         text mapping are not ready yet.
1590
1591 2007-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
1592
1593         * backend/dvi/dvi-document.c: (dvi_document_file_exporter_begin),
1594         (dvi_document_file_exporter_do_page),
1595         (dvi_document_file_exporter_get_capabilities),
1596         (dvi_document_file_exporter_iface_init):
1597         * backend/ps/ps-document.c: (ps_document_file_exporter_begin),
1598         (ps_document_file_exporter_do_page),
1599         (ps_document_file_exporter_get_capabilities),
1600         (ps_document_file_exporter_iface_init):
1601         * backend/djvu/djvu-document.c:
1602         (djvu_document_file_exporter_begin),
1603         (djvu_document_file_exporter_end),
1604         (djvu_document_file_exporter_get_capabilities),
1605         (djvu_document_file_exporter_iface_init):
1606         * backend/tiff/tiff-document.c:
1607         (tiff_document_file_exporter_begin),
1608         (tiff_document_file_exporter_get_capabilities),
1609         (tiff_document_document_file_exporter_iface_init):
1610         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_begin),
1611         (pdf_document_file_exporter_do_page),
1612         (pdf_document_file_exporter_get_capabilities),
1613         (pdf_document_file_exporter_iface_init):
1614         * libdocument/ev-file-exporter.[ch]: (ev_file_exporter_begin),
1615         (ev_file_exporter_get_capabilities):
1616         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
1617         (idle_print_handler), (ev_print_job_print):
1618         * shell/ev-jobs.c: (ev_job_print_run):
1619         * shell/ev-window.c: (ev_window_print_send),
1620         (ev_window_print_range):
1621
1622         Use capabilities to know which options should be offered by the
1623         print dialog depending on the document backend.
1624
1625 2007-07-25  Carlos Garcia Campos  <carlosgc@gnome.org>
1626
1627         * shell/ev-view.c: (ev_view_handle_cursor_over_xy):
1628
1629         Give priority to forms over text to set the cursor.
1630
1631 2007-07-24  Carlos Garcia Campos  <carlosgc@gnome.org>
1632
1633         * shell/ev-view-private.h:
1634         * shell/ev-view.c: (ev_view_handle_cursor_over_xy),
1635         (ev_view_leave_notify_event), (ev_view_finalize),
1636         (ev_view_get_property), (ev_view_class_init):
1637
1638         Use IBEAM cursor for text form fields and NORMAL cursor for read
1639         only fields. Remove unused status attribute.
1640
1641 2007-07-20  Carlos Garcia Campos  <carlosgc@gnome.org>
1642
1643         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1644
1645         Update region for current selected items also for checkbox
1646         buttons, since they can behave as radio buttons when they are in a
1647         set.
1648
1649 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1650
1651         * configure.ac:
1652         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1653
1654         Get max length of text form fields.
1655
1656 2007-07-19  Carlos Garcia Campos  <carlosgc@gnome.org>
1657
1658         * backend/pdf/ev-poppler.cc: (ev_form_field_from_poppler_field):
1659         * libdocument/ev-form-field.h:
1660         * shell/ev-view.c: (ev_view_form_field_text_create_widget):
1661
1662         Fix build with current poppler cvs head.
1663
1664 2007-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
1665
1666         * cut-n-paste/zoom-control/ephy-zoom-control.c:
1667         * shell/eggfindbar.c: (egg_find_bar_init):
1668
1669         Fix build with gtk+ >= 2.11.5 due to gtktooltips
1670         deprecation. Fixes bug #455667
1671
1672 2007-07-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1673
1674         * NEWS:
1675         * configure.ac:
1676         
1677         Update for release 0.9.2
1678
1679 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1680
1681         * shell/ev-view.c: (ev_view_form_field_text_save),
1682         (ev_view_form_field_choice_save):
1683
1684         Fix a crash when closing whith a form widget visible.
1685
1686 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1687
1688         * shell/ev-view.c: (ev_view_form_field_button_create_widget):
1689
1690         Update also the region of the current selected button when
1691         clicking on another button if they are radio buttons.
1692
1693 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1694
1695         * shell/ev-pixbuf-cache.[ch]: (ev_pixbuf_cache_class_init),
1696         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
1697         (add_job), (add_job_if_needed), (ev_pixbuf_cache_get_surface),
1698         (ev_pixbuf_cache_get_link_mapping),
1699         (ev_pixbuf_cache_get_image_mapping),
1700         (ev_pixbuf_cache_get_form_field_mapping),
1701         (ev_pixbuf_cache_get_text_mapping), (ev_pixbuf_cache_reload_page):
1702         * shell/ev-view.c: (ev_view_form_field_get_region),
1703         (ev_view_form_field_button_create_widget),
1704         (ev_view_form_field_text_save), (ev_view_form_field_choice_save),
1705         (job_finished_cb):
1706
1707         Redraw only form field region instead of the whole page when
1708         reloading a page to show changes on the form field.
1709
1710 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1711
1712         * shell/ev-view.c: (ev_view_form_field_choice_save):
1713
1714         Fix selection of first item in list form fields.
1715
1716 2007-07-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1717
1718         * shell/ev-pixbuf-cache.c: (add_job), (add_job_if_needed),
1719         (ev_pixbuf_cache_reload_page),
1720         (ev_pixbuf_cache_get_form_field_mapping):
1721
1722         Some refactoring to avoid duplicated code.
1723
1724 2007-07-08  Carlos Garcia Campos  <carlosgc@gnome.org>
1725
1726         * configure.ac:
1727         * backend/pdf/ev-poppler.cc: (pdf_document_get_crop_box),
1728         (ev_form_field_from_poppler_field),
1729         (pdf_document_forms_get_form_fields),
1730         (pdf_document_forms_form_field_text_get_text),
1731         (pdf_document_forms_form_field_text_set_text),
1732         (pdf_document_forms_form_field_button_set_state),
1733         (pdf_document_forms_form_field_button_get_state),
1734         (pdf_document_forms_form_field_choice_get_item),
1735         (pdf_document_forms_form_field_choice_get_n_items),
1736         (pdf_document_forms_form_field_choice_is_item_selected),
1737         (pdf_document_forms_form_field_choice_select_item),
1738         (pdf_document_forms_form_field_choice_toggle_item),
1739         (pdf_document_forms_form_field_choice_unselect_all),
1740         (pdf_document_forms_form_field_choice_set_text),
1741         (pdf_document_forms_form_field_choice_get_text),
1742         (pdf_document_document_forms_iface_init):
1743         * libdocument/Makefile.am:
1744         * libdocument/ev-form-field.[ch]:
1745         * libdocument/ev-document-forms.[ch]:
1746         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1747         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1748         (add_job), (ev_pixbuf_cache_reload_page),
1749         (ev_pixbuf_cache_get_form_field_mapping):
1750         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run):
1751         * shell/ev-view-private.h:
1752         * shell/ev-view.[ch]: (ev_view_set_scroll_adjustments),
1753         (ev_view_handle_cursor_over_xy),
1754         (ev_view_get_form_field_at_location),
1755         (ev_view_forms_remove_widgets), (ev_view_form_field_destroy),
1756         (ev_view_form_field_button_create_widget),
1757         (ev_view_form_field_text_save), (ev_view_form_field_text_changed),
1758         (ev_view_form_field_text_create_widget),
1759         (ev_view_form_field_choice_save),
1760         (ev_view_form_field_choice_changed),
1761         (ev_view_form_field_choice_create_widget),
1762         (ev_view_handle_form_field), (ev_view_size_allocate),
1763         (ev_view_realize), (draw_end_presentation_page),
1764         (ev_view_button_press_event), (ev_view_remove_all),
1765         (ev_view_motion_notify_event), (ev_view_key_press_event),
1766         (ev_view_enter_notify_event), (highlight_find_results),
1767         (draw_loading_text), (draw_one_page), (ev_view_destroy),
1768         (ev_view_class_init), (page_changed_cb),
1769         (on_adjustment_value_changed), (ev_view_set_presentation),
1770         (merge_selection_region), (ev_view_set_cursor),
1771         (ev_view_reset_presentation_state):
1772         
1773         Merge evince-forms branch.
1774
1775 2007-07-03  Jaap Haitsma  <jaap@haitsma.org>
1776
1777         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: removed
1778
1779         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg.sh: added
1780         This script also updates itself from libegg
1781
1782         * cut-n-paste/toolbar-editor/egg*:
1783         Run update-toolbareditor-from-libegg.sh so we are in sync again with
1784         libegg
1785
1786 2007-07-02  Jaap Haitsma  <jaap@haitsma.org>
1787
1788         * shell/ev-window.c:
1789         
1790         Adds a nice icon to page action during toolbar editing.
1791         See bug #452872.
1792
1793 2007-07-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1794
1795         * data/evince-toolbar.xml:
1796         * shell/ev-window.c:
1797         
1798         Let user add a presentation and fullscreen icons on toolbar.
1799         See bug #449734.
1800
1801 2007-07-01  Jaap Haitsma  <jaap@haitsma.org>
1802
1803         * cut-n-paste/toolbar-editor/update-toolbareditor-from-libegg: 
1804
1805         new script to keep in sync with toolbareditor in libegg
1806
1807         * cut-n-paste/toolbar-editor/*: 
1808
1809         Run update-toolbareditor-from-libegg so we are in sync again. 
1810         Fixes bug #452850.
1811         
1812
1813 2007-07-01  Carlos Garcia Campos  <carlosgc@gnome.org>
1814
1815         * shell/ev-sidebar-links.c: (job_finished_callback):
1816
1817         Do not connect selection changed signal more than once. Fixes bug
1818         #349433.
1819
1820 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1821
1822         * shell/ev-window.c: (ev_window_view_sidebar_cb):
1823
1824         Do not change sidebar chrome flag when pressing F9 key in
1825         presentation mode.
1826
1827 2007-06-29  Carlos Garcia Campos  <carlosgc@gnome.org>
1828
1829         * backend/pdf/ev-poppler.cc:
1830         (pdf_document_thumbnails_get_dimensions):
1831
1832         Make sure thumbnails width and height is not <= 0. Fixes a crash
1833         with some pdf documents which have really small pages.
1834
1835 2007-06-22  Gabor Kelemen  <kelemeng@gnome.hu>
1836
1837         * shell/main.c: (main):
1838
1839         Fixes program description translation issue.
1840         Bug #450148.
1841
1842 2007-06-21  Cesar Fernandez  <cesar@pk2.org>
1843
1844         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
1845
1846         Do not change current page when returning from black/white mode
1847         in presentation. Fixes bug #415032.
1848
1849 2007-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
1850
1851         * NEWS:
1852         * configure.ac:
1853         
1854         Update for release 0.9.1
1855
1856 2007-06-17  Alaska Subedi  <asubedi@gmail.com>
1857
1858         * backend/dvi/dvi-document.c:
1859         (dvi_document_finalize),
1860         (dvi_document_file_exporter_format_supported),
1861         (dvi_document_file_exporter_begin),
1862         (dvi_document_file_exporter_do_page),
1863         (dvi_document_file_exporter_end),
1864         (dvi_document_file_exporter_iface_init), (dvi_document_init):
1865         
1866         PDF exporter for dvi documents. Fixes bug #441319.
1867
1868 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1869
1870         * shell/ev-window.c: (ev_window_clear_print_job):
1871
1872         Clear gtk print job when job has finished. Fixes bug #447612.
1873
1874 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1875
1876         * shell/ev-window.c: (ev_window_print_send),
1877         (ev_window_print_dialog_response_cb), (ev_window_print_range):
1878
1879         Add preview button to print dialog. Fixes bug #445419.
1880
1881 2007-06-17  Carlos Garcia Campos  <carlosgc@gnome.org>
1882
1883         * backend/dvi/Makefile.am:
1884         * backend/dvi/pixbuf-device.[ch]: Removed
1885         * backend/dvi/cairo-device.[ch]: Added
1886         * backend/dvi/mdvi-lib/dviread.c: (draw_shrink_rule):
1887         * backend/dvi/dvi-document.c: (dvi_document_load),
1888         (dvi_document_render), (dvi_document_finalize),
1889         (dvi_document_thumbnails_get_thumbnail), (parse_color),
1890         (dvi_document_do_color_special):
1891         * libdocument/ev-document-misc.[ch]:
1892         (ev_document_misc_pixbuf_from_surface):
1893
1894         Port dvi backend to cairo and fix a problem with colors. 
1895
1896 2007-06-14  Carlos Garcia Campos  <carlosgc@gnome.org>
1897
1898         * shell/ev-view.c: (draw_one_page):
1899
1900         Draw only visible region.
1901
1902 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1903
1904         * backend/djvu/djvu-document.c: (djvu_document_render):
1905
1906         Fix rotation in djvu backend.
1907
1908 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1909
1910         * shell/ev-pixbuf-cache.c: (job_finished_cb),
1911         (ev_pixbuf_cache_get_surface), (ev_pixbuf_cache_get_link_mapping),
1912         (ev_pixbuf_cache_get_image_mapping),
1913         (ev_pixbuf_cache_get_text_mapping):
1914
1915         Redraw view every time we have a new surface. Fixes bug #443587.
1916
1917 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1918
1919         * libdocument/ev-document.c: (ev_document_info_free):
1920
1921         Fix memory leaks.
1922
1923 2007-06-13  Carlos Garcia Campos  <carlosgc@gnome.org>
1924
1925         * backend/dvi/dvi-document.c: (dvi_document_render),
1926         (dvi_document_render_pixbuf), (dvi_document_document_iface_init):
1927         * backend/impress/impress-document.c:
1928         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
1929         (impress_document_render), (impress_document_document_iface_init),
1930         (impress_document_thumbnails_get_thumbnail):
1931         * backend/djvu/djvu-document-private.h:
1932         * backend/djvu/djvu-document.c: (djvu_document_render),
1933         (djvu_document_finalize), (djvu_document_document_iface_init),
1934         (djvu_document_thumbnails_get_thumbnail), (djvu_document_init):
1935         * backend/tiff/tiff-document.c: (tiff_document_render),
1936         (tiff_document_render_pixbuf),
1937         (tiff_document_document_iface_init):
1938         * backend/pdf/ev-poppler.cc: (pdf_document_render),
1939         (pdf_document_render_pixbuf), (pdf_document_document_iface_init),
1940         (pdf_selection_render_selection):
1941         * backend/comics/comics-document.c:
1942         (comics_document_render_pixbuf), (comics_document_render),
1943         (comics_document_document_iface_init):
1944         * backend/pixbuf/pixbuf-document.c: (pixbuf_document_render),
1945         (pixbuf_document_document_iface_init):
1946         * libdocument/ev-document-misc.[ch]:
1947         (ev_document_misc_surface_from_pixbuf),
1948         (ev_document_misc_surface_rotate_and_scale):
1949         * libdocument/ev-document.[ch]: (ev_document_render):
1950         * libdocument/ev-selection.[ch]: (ev_selection_render_selection):
1951         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
1952         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
1953         (ev_pixbuf_cache_get_surface), (new_selection_surface_needed),
1954         (clear_selection_if_needed), (ev_pixbuf_cache_style_changed),
1955         (ev_pixbuf_cache_get_selection_surface), (clear_job_selection):
1956         * shell/ev-jobs.[ch]: (ev_job_render_dispose),
1957         (render_finished_cb), (ev_job_render_run):
1958         * shell/ev-view.c: (draw_loading_text), (draw_one_page),
1959         (merge_selection_region):
1960
1961         Use cairo image surfaces instead of GDK pixbufs for drawing pages
1962         and selections.
1963
1964 2007-06-12  Carlos Garcia Campos  <carlosgc@gnome.org>
1965
1966         * shell/ev-window-title.c: (ev_window_title_update):
1967
1968         Fix memory leak.
1969
1970 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1971
1972         * shell/ev-view.c: (draw_loading_text):
1973
1974         Show loading text centered. Fixes bug #433061
1975
1976 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1977
1978         * shell/ev-sidebar-thumbnails.c:
1979         (ev_sidebar_thumbnails_set_loading_icon):
1980
1981         Remove a mutex in the main thread that blocks the UI in heavy
1982         documents.
1983
1984 2007-06-09  Carlos Garcia Campos  <carlosgc@gnome.org>
1985
1986         * shell/ev-pixbuf-cache.c (copy_job_to_job_info):
1987
1988         Set points_set to TRUE so that selections don't disappear after a
1989         zoom change.
1990
1991 2007-06-07  Michael Monreal  <infernux@web.de>
1992
1993         * data/icons/16x16/actions/Makefile.am:
1994         * data/icons/16x16/actions/zoom.svg:
1995         * data/icons/22x22/actions/Makefile.am:
1996         * data/icons/22x22/actions/zoom.svg:
1997         * data/icons/24x24/actions/Makefile.am:
1998         * shell/ev-stock-icons.c:
1999         * shell/ev-stock-icons.h:
2000         * shell/ev-window.c:
2001         
2002         Zoom icon artwork. See bug #444795.
2003
2004 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2005
2006         * shell/ev-metadata-manager.c: Remove extraneous function
2007         (Closes: #444386)
2008
2009 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2010
2011         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
2012         (ev_metadata_manager_shutdown), (ev_metadata_manager_set_last),
2013         (ev_metadata_manager_set), (ev_metadata_manager_save):
2014         Simplify the timeout, no need for modified anymore
2015
2016 2007-06-05  Bastien Nocera  <hadess@hadess.net>
2017
2018         * shell/ev-metadata-manager.c: (ev_metadata_arm_timeout),
2019         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
2020         (ev_metadata_manager_set_last), (ev_metadata_manager_set),
2021         (ev_metadata_manager_save): Adapted patch from Arjan van de
2022         Ven (arjan@linux.intel.com) to avoid the timeout running all the
2023         time, saves on power (Closes: #443851)
2024
2025 2007-06-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2026
2027         * configure.ac:
2028         * backend/pdf/ev-poppler.cc: (pdf_document_images_get_images),
2029         (pdf_selection_render_selection), (pdf_document_get_page_duration):
2030
2031         Bump requirements to poppler 0.5.9 and drop all ifdefs used.
2032
2033 2007-05-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2034
2035         * shell/ev-window.c: (ev_window_add_history):
2036
2037         Check if history is NULL
2038
2039 2007-05-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2040
2041         * libdocument/ev-image.c: (ev_image_finalize):
2042         * libdocument/ev-document-factory.c: (free_uncompressed_uri):
2043         * libdocument/ev-attachment.c: (ev_attachment_finalize):
2044         * libdocument/ev-file-helpers.[ch]: (ev_tmp_filename_unlink),
2045         (ev_tmp_uri_unlink):
2046
2047         Add functions to delete temporary files created by evince in a safe
2048         way.
2049
2050         * shell/ev-window.c: (ev_window_clear_local_uri),
2051         (open_xfer_update_progress_callback),
2052         (save_xfer_update_progress_callback), (ev_window_save_remote),
2053         (file_save_dialog_response_cb), (ev_window_cmd_save_as),
2054         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
2055         (attachment_save_dialog_response_cb),
2056         (ev_attachment_popup_cmd_save_attachment_as):
2057
2058         Allow saving a copy of a document, image or attachment to a remote
2059         location. Fixes bug #440754. 
2060
2061 2007-05-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2062
2063         * configure.ac:
2064         * backend/pdf/ev-poppler.cc: (pdf_selection_render_selection):
2065
2066         Fix build with current poppler from cvs head. 
2067
2068 2007-05-21  Eduardo Lima <eduardo.lima@indt.org.br>
2069
2070         * libdocument/ev-file-helpers.c: (ensure_dir_exists):
2071
2072         Using g_mkdir_with_parents() instead of g_mkdir() to really ensure the
2073         directory exists.
2074
2075 2007-05-20  Wouter Bolsterlee  <wbolster@svn.gnome.org>
2076
2077         * shell/ev-sidebar.c: (ev_sidebar_add_page):
2078         * shell/ev-window.c:
2079
2080         Change sidebar ordering. Fixes bug #439939.
2081
2082 2007-05-20  Marc Brockschmidt he+bugzilla.g@marcbrockschmidt.de
2083
2084         * backend/comics/Makefile.am:
2085         
2086         Fixes build with --without-libgnome.
2087
2088 2007-05-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2089         
2090         * shell/ev-view.c: (page_changed_cb), (on_adjustment_value_changed):
2091
2092         Update cursor and tooltip on page change and view scroll. Fixes bug
2093         #439217.
2094
2095 2007-05-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2096
2097         * NEWS:
2098         * configure.ac:
2099         
2100         Update for release 0.9.0
2101
2102 2007-05-14  Alaska Subedi <asubedi@gmail.com>
2103
2104         * backend/djvu/djvu-document-private.h:
2105         * backend/djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
2106         (djvu_document_finalize),
2107         (djvu_document_file_exporter_format_supported),
2108         (djvu_document_file_exporter_begin),
2109         (djvu_document_file_exporter_do_page),
2110         (djvu_document_file_exporter_end),
2111         (djvu_document_file_exporter_iface_init), (djvu_document_init):
2112         
2113         Implemented printing with djvu. Bug #437998.
2114
2115 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2116
2117         * backend/impress/zip.c:
2118         Add missing ulong definition.
2119
2120         * backend/ps/ps-interpreter.c:
2121         Add missing headers.
2122
2123         Fix compilation on FreeBSD. Patch by Roy Marples. Fixes bug #438277.
2124
2125 2007-05-14  Carlos Garcia Campos  <carlosgc@gnome.org>
2126
2127         * backend/pdf/ev-poppler.cc: (pdf_document_dispose):
2128
2129         Add missing call to parent class dispose method. 
2130
2131 2007-05-12  Ross Burton  <ross@openedhand.com>
2132
2133         * shell/main.c:
2134         Sync keybindings manually when building without libgnome
2135         (#437925).
2136
2137 2007-05-12  Ross Burton  <ross@openedhand.com>
2138
2139         * shell/ev-window.c:
2140         Respect the screen when opening help (#437866).
2141
2142 2007-05-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2143
2144         * data/evince-ui.xml:
2145         * shell/ev-application.[ch]: (get_print_settings_from_args),
2146         (ev_application_open_uri_at_dest), (ev_application_open_uri),
2147         (ev_application_open_uri_list):
2148         * shell/ev-window.[ch]: (ev_window_clear_print_settings_file),
2149         (ev_window_open_uri), (ev_window_cmd_file_open_copy_at_dest),
2150         (ev_window_cmd_recent_file_activate), (ev_window_run_preview),
2151         (ev_window_cmd_view_reload), (lookup_printer_from_name),
2152         (ev_window_preview_print_finished), (ev_window_cmd_preview_print),
2153         (ev_window_dispose):
2154         * shell/main.c: (arguments_parse):
2155
2156         Add print button in preview mode. Fixes bug #396475. 
2157
2158 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2159
2160         * cut-n-paste/zoom-control/ephy-zoom.h:
2161         
2162         Fixes zoom level factors. See bug #408119 for details.
2163
2164 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2165
2166         * backend/comics/comics-document.c: (comics_regex_quote),
2167         (extract_argv):
2168         
2169         Correctly quote symbols. Fixes crash in the bug
2170         #415370.
2171
2172 2007-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2173
2174         * shell/ev-navigation-action-widget.c:
2175         (ev_navigation_action_widget_init),
2176         (ev_navigation_action_widget_class_init),
2177         (ev_navigation_action_widget_button_press_event):
2178         
2179         Connect to button-press event on correct widget. Fixes
2180         bug #431988
2181
2182 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2183
2184         * shell/ev-application.c: (ev_application_open_window),
2185         (ev_application_add_icon_path_for_screen),
2186         (ev_application_open_uri_at_dest):
2187         * shell/ev-navigation-action-widget.c: (popup_menu_under_arrow):
2188         * shell/ev-navigation-action.c: (build_menu):
2189         
2190         Add app-specific icons to our icon theme. Fixes bug
2191         #425508.
2192
2193 2007-05-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2194
2195         * shell/ev-history.c: (ev_history_class_init),
2196         (ev_history_add_link):
2197         * shell/ev-history.h:
2198         * shell/ev-navigation-action.c:
2199         (ev_navigation_action_history_changed),
2200         (ev_navigation_action_set_history), (build_menu),
2201         (ev_navigation_action_finalize):
2202         * shell/ev-window.c: (ev_window_setup_action_sensitivity):
2203         
2204         Make navigation action unsensitive instead of showing
2205         menu with unsensitive word. Fixes bug #417392.
2206
2207 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2208
2209         * shell/ev-application.[ch]: (ev_application_shutdown),
2210         (ev_application_get_print_settings),
2211         (ev_application_set_print_settings):
2212         * shell/ev-window.c:
2213
2214         Remember print settings. Fixes bug #349102. 
2215
2216 2007-05-08  Christian Persch  <chpe@gnome.org>
2217
2218         * configure.ac:
2219         * properties/ev-properties-view.c:
2220
2221         No need for a configure check; just use the GTK_CHECK_VERSION macro.
2222         Bug #382438.
2223
2224 2007-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2225
2226         * configure.ac:
2227         * properties/ev-properties-view.c: (ev_regular_paper_size):
2228
2229         Use gtk+ builtin paper list to identify the document's paper size.
2230         Fixes bug #382438. 
2231
2232 2007-05-04  Carlos Garcia Campos  <carlosgc@gnome.org>
2233
2234         * configure.ac:
2235
2236         Fix build when compiling with thumbnailer and libgnome support. 
2237
2238 2007-05-04  Ross Burton  <ross@openedhand.com>
2239
2240         * configure.ac:
2241         Add --without-libgnome, check for libgnome and libgnomeui
2242         separately, and add them to the symbols as required.
2243
2244         * libdocument/ev-file-helpers.c:
2245         When building without libgnome, use g_get_user_config_dir instead
2246         of gnome_user_dir_get.
2247
2248         * shell/ev-application.c:
2249         When building without libgnome, don't use session management.
2250
2251         * shell/main.c:
2252         When building without libgnome, don't use GnomeProgram or
2253         initialise the authentication manager.
2254
2255         This fixes #328842.
2256
2257 2007-05-04  Ross Burton  <ross@openedhand.com>
2258
2259         * shell/ev-window.c:
2260         Don't use libgnome to open help, instead call Yelp directly.
2261
2262 2007-05-04  Ross Burton  <ross@openedhand.com>
2263
2264         * shell/ev-sidebar-attachments.c:
2265         Don't use libgnome to lookup icons for MIME types, instead copy
2266         code from GTK+ to do it manually.
2267
2268 2007-05-04  Ross Burton  <ross@openedhand.com>
2269
2270         * configure.ac:
2271         Add libxml to the dependencies for SHELL_CORE (#435818).
2272
2273 2007-05-02  Ross Burton  <ross@openedhand.com>
2274
2275         * configure.ac:
2276         * Makefile.am:
2277         Add --disable-thumbnailer (#434825)
2278
2279 2007-05-02  Ross Burton  <ross@openedhand.com>
2280
2281         * shell/ev-window.c:
2282         Add missing includes, fix indentation.
2283
2284         * shell/main.c:
2285         Fix indentation.
2286
2287 2007-04-30  Eduardo Lima <eduardo.lima@indt.org.br>
2288
2289         * shell/ev-window.c (ev_window_cmd_recent_file_activate): Use
2290         ev_application_open_uri_at_dest instead of ev_application_open_uri
2291         preventing new document always being opened in a new window even if there
2292         is an empty window.
2293
2294 2007-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2295
2296         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
2297         (egg_recent_view_uimanager_finalize):
2298         * properties/ev-properties-view.c: (ev_properties_view_dispose):
2299         * shell/ev-page-action-widget.c: (ev_page_action_widget_finalize):
2300         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_finalize),
2301         (ev_pixbuf_cache_dispose):
2302         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose):
2303         * shell/ev-tooltip.c: (ev_tooltip_dispose):
2304         
2305         Add missing chain to parent class methods. Fixes
2306         bug #433128.
2307
2308 2007-04-22  Brian Pepple  <bpepple@fedoraproject.org>
2309
2310         * data/Makefile.am (update-icon-cache): Updates
2311         gtk-update-icon-cache in uninstall-hook.
2312
2313 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2314
2315         * shell/ev-window.c: (ev_window_setup_document),
2316         (ev_window_set_document), (ev_window_load_job_cb):
2317         * shell/ev-view.c: (setup_caches):
2318         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_set_document):
2319
2320         Start rendering pages before any other jobs. 
2321
2322 2007-04-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2323
2324         * shell/ev-window.c: (ev_window_stop_fullscreen),
2325         (ev_window_stop_presentation):
2326
2327         Update chrome visibility before window unfullscreen. 
2328
2329 2007-04-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2330
2331         * data/Makefile.am:
2332         * data/evince-ui.xml:
2333         * shell/ev-stock-icons.[ch]:
2334         * shell/ev-application.[ch]: (ev_application_shutdown),
2335         (ev_application_init), (ev_application_get_toolbars_model):
2336         * shell/ev-window.c: (update_chrome_visibility),
2337         (fullscreen_toolbar_setup_item_properties),
2338         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
2339         (ev_window_run_presentation), (ev_window_stop_presentation),
2340         (ev_window_run_preview), (ev_window_screen_changed),
2341         (ev_window_cmd_leave_fullscreen), (ev_window_cmd_start_presentation),
2342         (ev_window_dispose), (ev_window_init):
2343
2344         Make fullscreen toolbar always visible. Do not use egg toolbars for
2345         fullscreen and preview modes since such toolbars are not editables.
2346         Fixes bugs #300278, #338910 and #316188.  
2347
2348 2007-04-20  Iñigo Martínez  <inigomartinez@gmail.com>
2349
2350         * shell/ev-application.c:
2351         * shell/ev-job-queue.c:
2352         * shell/ev-metadata-manager.c:
2353         * shell/ev-stock-icons.c:
2354         * shell/ev-window.c:
2355         * shell/main.c:
2356         
2357         Developers documentation updated.
2358
2359 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2360
2361         * shell/ev-window.c: (uri_is_valid), (launch_external_uri):
2362
2363         Check whether uri is valid before launching it. Fixes bug #427664.
2364
2365 2007-04-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2366
2367         * shell/ev-window.c:
2368
2369         Change key accelerator for Open a Copy menu entry which is in conflict
2370         with Close. Fixes bug #427321.
2371
2372 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2373
2374         * NEWS:
2375         * configure.ac:
2376         
2377         Update for release 0.8.1
2378
2379 2007-04-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2380
2381         * shell/ev-window.c: (setup_size_from_metadata):
2382         
2383         Do not make window bigger than screen. Fixes bug 
2384         #388985.
2385
2386 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2387
2388         * backend/tiff/tiff-document.c: (tiff_document_get_resolution),
2389         (tiff_document_get_page_size), (tiff_document_render_pixbuf):
2390
2391         Use default resolution when it's not provided by document. Fixes bug
2392         #408762.
2393
2394 2007-04-08  Carlos Garcia Campos  <carlosgc@gnome.org>
2395
2396         * configure.ac:
2397         * thumbnailer/Makefile.am:
2398         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2399         * thumbnailer/evince-thumbnailer.schemas.in:
2400         * thumbnailer/evince-thumbnailer-ps.schemas.in:
2401
2402         Add support for ps, eps and compressed documents thumbnails. Do not
2403         ignore size parameter. 
2404
2405 2007-04-07  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
2406
2407         * backend/dvi/dvi-document.c: (dvi_document_class_init), (hsb2rgb),
2408         (dvi_document_do_color_special):
2409         * backend/dvi/mdvi-lib/special.c: (register_builtin_specials):
2410
2411         Implement font color specials in the DVI backend. Fixes bug #303651.
2412
2413 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2414
2415         Fixup the previous commit:
2416
2417         * shell/Makefile.am (SOURCES): Add xdg-user-dir-lookup.c
2418         * shell/xdg-user-dir-lookup.c: Make the function non-static
2419         * shell/ev-window.c: Don't include xdg-user-dir-lookup.c
2420
2421 2007-04-02  Matthias Clasen  <mclasen@redhat.com>
2422
2423         * shell/ev-window.c (file_open_dialog_response_cb): Use
2424         the xdg-user-dirs DOCUMENTS folder as default folder when
2425         opening a file chooser.  (#424858)
2426
2427         * shell/xdg-user-dir-lookup.c: Copy-and-pasted file from
2428         xdg-user-dirs.
2429
2430 2007-03-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2431
2432         * shell/ev-window.c: (ev_window_load_job_cb):
2433
2434         Do not setup view from metadata on preview mode. 
2435
2436 2007-03-22  Carlos Garcia Campos  <carlosgc@gnome.org>
2437
2438         * shell/main.c:
2439
2440         Use unlink-tempfile instead of unlink-temp-file. Fixes bug #421274. 
2441
2442 2007-03-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2443
2444         * shell/ev-view.c: (ev_view_primary_get_cb):
2445
2446         Check pointer != NULL before using it. Fixes bug #416841. 
2447
2448 2007-03-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2449
2450         * NEWS:
2451         * configure.ac:
2452         
2453         Release 0.8.0
2454
2455 2007-03-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2456
2457         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb):
2458
2459         Do not render thumbnails when sidebar thumbnail page is not visible
2460         at startup. Fixes bug #416447. 
2461
2462 2007-03-07  Christian Kirbach  <Christian.Kirbach@googlemail.com>
2463
2464         * data/evince.desktop.in.in:
2465
2466         "Application" is not a valid category in the freedesktop specification.
2467
2468 2007-02-27  Carlos Garcia Campos  <carlosgc@gnome.org>
2469
2470         * libdocument/ev-file-helpers.[ch]: (compression_run),
2471         (ev_file_uncompress), (ev_file_compress):
2472         * shell/ev-window.c: (file_save_dialog_response_cb):
2473
2474         Save document compressed when saving a copy of a compressed document.
2475         Fixes bug #334542.
2476
2477 2007-02-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2478
2479         * shell/ev-view.c: (ev_view_goto_window_key_press_event):
2480
2481         Allow deleting in goto window entry in presentation mode. 
2482
2483 2007-02-20  Kjartan Maraas  <kmaraas@gnome.org>
2484
2485         * Makefile.am: Dist MAINTAINERS.
2486
2487 2007-02-20  Carlos Garcia Campos  <carlosgc@gnome.org>
2488
2489         * shell/ev-window.c: (ev_window_update_actions):
2490
2491         Fix zoom shortcut keys when searching. Fixes bug #409828.
2492
2493 2007-02-18  Carlos Garcia Campos  <carlosgc@gnome.org>
2494
2495         * shell/ev-window.c: (ev_window_setup_document):
2496
2497         Fix crash when loading documents with only one page. 
2498
2499 2007-02-16  Carlos Garcia Campos  <carlosgc@gnome.org>
2500
2501         * backend/dvi/dvi-document.c:
2502         (dvi_document_thumbnails_get_dimensions),
2503         (dvi_document_thumbnails_get_thumbnail):
2504         * backend/impress/impress-document.c:
2505         (impress_document_thumbnails_get_thumbnail),
2506         (impress_document_thumbnails_get_dimensions):
2507         * backend/ps/ps-document.c: (ps_document_thumbnails_get_thumbnail),
2508         (ps_document_thumbnails_get_dimensions):
2509         * backend/djvu/djvu-document.c:
2510         (djvu_document_thumbnails_get_dimensions),
2511         (djvu_document_thumbnails_get_thumbnail):
2512         * backend/tiff/tiff-document.c:
2513         (tiff_document_thumbnails_get_thumbnail),
2514         (tiff_document_thumbnails_get_dimensions):
2515         * backend/pdf/ev-poppler.cc: (make_thumbnail_for_page),
2516         (pdf_document_thumbnails_get_thumbnail),
2517         (pdf_document_thumbnails_get_dimensions):
2518         * backend/comics/comics-document.c:
2519         (comics_document_thumbnails_get_thumbnail),
2520         (comics_document_thumbnails_get_dimensions):
2521         * backend/pixbuf/pixbuf-document.c:
2522         (pixbuf_document_thumbnails_get_thumbnail),
2523         (pixbuf_document_thumbnails_get_dimensions):
2524         * libdocument/ev-document-thumbnails.[ch]:
2525         (ev_document_thumbnails_get_thumbnail),
2526         (ev_document_thumbnails_get_dimensions):
2527         * libdocument/ev-document-misc.[ch]:
2528         (ev_document_misc_get_thumbnail_frame):
2529         * shell/ev-jobs.[ch]: (ev_job_thumbnail_dispose),
2530         (ev_job_thumbnail_new), (ev_job_thumbnail_run):
2531         * shell/ev-sidebar-thumbnails.c: (get_scale_for_page), (add_range),
2532         (ev_sidebar_thumbnails_set_loading_icon), (refresh),
2533         (ev_sidebar_thumbnails_refresh):
2534         * shell/ev-window.c: (ev_window_setup_document):
2535         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
2536
2537         Use an EvRenderContext for rendering thumbnails instead of a suggested
2538         width, so that different sized pages get sized proportionally.
2539
2540 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2541
2542         * shell/ev-view.c: (ev_view_button_press_event),
2543         (ev_view_key_press_event):
2544
2545         Fix critical warnings when there is no document loaded. 
2546
2547 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2548
2549         * shell/ev-page-action-widget.c:
2550         * shell/ev-navigation-action.c:
2551         * shell/ev-window.c:
2552
2553         Fix compile warnings. 
2554
2555 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2556
2557         * backend/djvu/djvu-text.h:
2558         * backend/djvu/djvu-document.c:
2559         * backend/djvu/djvu-text-page.c:
2560         * backend/djvu/djvu-links.c:
2561         * backend/djvu/djvu-text-page.h:
2562         * backend/djvu/djvu-text.c:
2563         
2564         Fix build on Mac. Fixes bug #392186. Patch by
2565         <ephraim_owns@hotmail.com>
2566
2567 2007-02-15  Carlos Garcia Campos  <carlosgc@gnome.org>
2568
2569         * backend/pdf/ev-poppler.cc: (pdf_document_file_exporter_do_page):
2570
2571         Restore cairo context before rendering every page when printing a PDF
2572         document into a PDF file. 
2573
2574 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2575
2576         * backend/ps/gstypes.h:
2577         * backend/ps/ps-document.c: (ps_document_get_page_rotation),
2578         (ps_document_get_page_size), (ps_async_renderer_render_pixbuf),
2579         (ps_document_thumbnails_get_thumbnail):
2580
2581         Handle PostScript page orientation. Fixes bug #318568.
2582
2583 2007-02-13  Carlos Garcia Campos  <carlosgc@gnome.org>
2584
2585         * backend/ps/Makefile.am:
2586         * backend/ps/ps-document.[ch]: (ps_document_init), (ps_document_dispose),
2587         (document_load), (ps_document_load), (save_document),
2588         (save_page_list), (ps_document_get_n_pages),
2589         (ps_document_get_page_size), (ps_document_get_info),
2590         (ps_interpreter_page_rendered), (ps_async_renderer_render_pixbuf),
2591         (ps_interpreter_thumbnail_rendered), (ps_document_render_thumbnail),
2592         (ps_document_thumbnails_get_thumbnail),
2593         (ps_document_thumbnails_get_dimensions),
2594         (ps_document_document_thumbnails_iface_init):
2595         * backend/ps/ps.[ch]: (psgetpagebox):
2596         * backend/ps/ps-interpreter.[ch]:
2597
2598         Add support for thumbnails in ps backend. Fixes bug #164755. 
2599
2600 2007-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2601
2602         * NEWS:
2603         * configure.ac:
2604         
2605         Release 0.7.2
2606
2607 2007-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
2608
2609         * shell/ev-window.c: (ev_window_set_icon_from_thumbnail),
2610         (ev_window_clear_thumbnail_job), (ev_window_setup_document),
2611         (ev_window_dispose):
2612
2613         Use document thumbnail as window icon. Fixes bug #384442.
2614
2615 2007-02-11  Ed Catmur  <ed@catmur.co.uk>
2616
2617         * configure.ac:
2618
2619         Remove application/x-gzpostscript from EVINCE_MIME_TYPES which was
2620         duplicated adding application/x-bzpostscript instead. 
2621
2622 2007-02-11  Tom Parker  <palfrey@tevp.net>
2623
2624         * backend/ps/ps-document.c: (document_load):
2625
2626         Check return value of psscan before trying
2627         to use it. Fixes bug #372414.
2628
2629 2007-02-11  Carlos Garcia Campos  <carlosgc@gnome.org>
2630
2631         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2632
2633         Fix invalid free in ev-page-cache. Fixes bug #404745.
2634
2635 2007-02-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2636
2637         * test/Makefile.am:
2638         * test/test3.py:
2639         
2640         Added reload test case.
2641
2642 2007-02-10  Carlos Garcia Campos  <carlosgc@gnome.org>
2643
2644         * po/POTFILES.in:
2645         * backend/djvu/djvu-document.c: (djvu_document_load):
2646
2647         Check whether there are missing files in indirect multipage djvu
2648         documents. Fixes bug #361683. 
2649
2650 2007-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2651
2652         * test/Makefile.am:
2653         * test/test-mime.bin:
2654         * test/test3.py:
2655         
2656         Added test for slow mime type
2657
2658 2007-02-06  Carlos Garcia Campos  <carlosgc@gnome.org>
2659
2660         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2661
2662         Add some checks and call parent_class->finalize. Fixes bug #404745.
2663
2664 2007-02-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2665
2666         * shell/ev-navigation-action.c: (connect_proxy):
2667         
2668         Fixes dropdown history menu. Thanks a lot Carlos!
2669
2670 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2671
2672         * backend/djvu/djvu-links.c: (str_to_utf8), (build_tree):
2673
2674         Make sure g_markup_escape_text receives a valid utf-8 string. Fixes
2675         bug #373715.
2676
2677 2007-02-05  Carlos Garcia Campos  <carlosgc@gnome.org>
2678
2679         * backend/ps/ps.c: (psscan):
2680
2681         Fix memory leak. 
2682
2683 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2684
2685         * configure.ac:
2686         * libdocument/ev-file-helpers.c: 
2687
2688         Add missing libgnome/gnome-init.h header file. Fixes bug #396677.
2689
2690 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2691
2692         * configure.ac:
2693         * backend/ps/ps-document.c: (ps_document_init), (ps_document_dispose),
2694         (ps_interpreter_start), (document_load), (save_document),
2695         (save_page_list):
2696         * libdocument/ev-file-helpers.[ch]: (ev_file_uncompress):
2697         * libdocument/ev-document-factory.c:
2698         (ev_document_factory_get_from_mime), (get_document_from_uri),
2699         (free_uncompressed_uri), (ev_document_factory_get_document):
2700         * shell/ev-window.c: (ev_window_cmd_file_open_copy_at_dest):
2701
2702         Support for PDF, PS and EPS compressed files. Fixes bug #307087. 
2703
2704 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2705
2706         * libdocument/ev-document.h:
2707
2708         Fix typo in function name. 
2709
2710 2007-02-03  Carlos Garcia Campos  <carlosgc@gnome.org>
2711
2712         * backend/ps/ps-document.c: (ps_interpreter_finished),
2713         (ps_interpreter_start), (ps_interpreter_failed):
2714
2715         Handle ghostscript interpreter crashes. 
2716
2717 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2718
2719         * shell/ev-window.c: (ev_window_open_uri),
2720         (window_configure_event_cb):
2721
2722         Setup window size and position before showing it. Fixes bug #401711.
2723
2724 2007-02-02  Carlos Garcia Campos  <carlosgc@gnome.org>
2725
2726         * backend/ps/Makefile.am:
2727         * backend/ps/ps-document.[ch]: (ps_section_free), (ps_document_init),
2728         (ps_document_dispose), (ps_document_class_init),
2729         (ps_interpreter_input), (ps_interpreter_output),
2730         (ps_interpreter_error), (setup_interpreter_env),
2731         (ps_interpreter_start), (ps_interpreter_stop),
2732         (ps_interpreter_failed), (ps_interpreter_is_ready),
2733         (check_filecompressed), (document_load), (ps_document_load),
2734         (ps_document_get_n_pages), (setup_page), (setup_pixmap),
2735         (ps_document_widget_event), (send_ps), (ps_document_next_page),
2736         (render_page):
2737
2738         Rework ps-document. Code cleanups, remove deprecated code. 
2739
2740 2007-02-01  Carlos Garcia Campos  <carlosgc@gnome.org>
2741
2742         * shell/ev-view.c: (ev_view_button_press_event):
2743
2744         Do not start an image drag and drop operation when pointer is on 
2745         text, so that we can select text when the whole background is an
2746         image. 
2747
2748 2007-01-31  Carlos Garcia Campos  <carlosgc@gnome.org>
2749
2750         * shell/ev-window.c: (ev_window_update_actions): 
2751
2752         Disable all zoom related actions during presentation mode. 
2753
2754 2007-01-31  Esteban Sanchez  <esteban@steve-0.com>
2755
2756         * shell/ev-view.c: (ev_view_zoom_in), (ev_view_zoom_out):
2757
2758         Do not zoom in or out on presentation mode. Fixes bug #401305.
2759
2760 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2761
2762         * shell/ev-navigation-action.c: (connect_proxy),
2763         (create_menu_item), (ev_navigation_action_class_init):
2764         
2765         Correctly show menu and fix crash when navigaton 
2766         action is out of toolbar visible area.
2767
2768 2007-01-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2769
2770         * data/Makefile.am:
2771         * data/evince.1:
2772         
2773         Added man file
2774
2775 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2776
2777         * help/reference/* :
2778         * configure.ac:
2779         
2780         Added gtk-doc based documentation for Evince.
2781         Still in initial state but I hope it will
2782         grow.
2783         
2784         * configure.ac:
2785         
2786         Lower dbus requirement to 0.70
2787
2788 2007-01-29  Carlos Garcia Campos  <carlosgc@gnome.org>
2789
2790         * shell/ev-window.c: (ev_window_add_history):
2791
2792         Fix memory leak. 
2793
2794 2007-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2795
2796         * shell/ev-view.c: (ev_view_page_label_from_dest), (tip_from_link):
2797         * shell/ev-view.h:
2798         * shell/ev-window.c: (ev_window_add_history):
2799         
2800         Correctly handle named destination links
2801
2802 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2803
2804         * NOTES:
2805         * backend/djvu/djvu-links.c: (djvu_links_get_links_model):
2806         * backend/pdf/ev-poppler.cc:
2807         * libdocument/ev-document-links.h:
2808         * libdocument/ev-link.c: (ev_link_get_page):
2809         * libdocument/ev-link.h:
2810         * shell/ev-history.c: (ev_history_init), (ev_history_class_init),
2811         (ev_history_add_link):
2812         * shell/ev-history.h:
2813         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2814         (new_history_menu_item), (build_menu):
2815         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2816         * shell/ev-sidebar-links.c: (create_loading_model),
2817         (print_section_cb), (ev_sidebar_links_construct),
2818         (fill_page_labels), (update_page_callback_foreach),
2819         (update_page_callback), (job_finished_callback):
2820         * shell/ev-view.c: (ev_view_handle_link):
2821         * shell/ev-window.c: (ev_window_find_chapter),
2822         (ev_window_add_history), (view_handle_link_cb),
2823         (history_changed_cb):
2824         
2825         Implements another history variant
2826
2827 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2828
2829         * shell/ev-window.c: (view_external_link_cb):
2830         * shell/ev-view.c: (ev_view_button_release_event):
2831
2832         Open links in new window when clicking with middle button. 
2833
2834 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2835
2836         * shell/ev-navigation-action.c: (new_history_menu_item):
2837         * shell/ev-page-cache.c: (ev_page_cache_set_current_page_history):
2838         * shell/ev-view.c: (ev_view_handle_link):
2839         * shell/ev-window.c:
2840         
2841         Store link before jump, not the destination. For me it 
2842         seems like more natural history behavior.
2843
2844 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2845
2846         * shell/ev-navigation-action.c: (activate_menu_item_cb),
2847         (ev_navigation_action_class_init):
2848         * shell/ev-navigation-action.h:
2849         * shell/ev-page-action.c: (activate_cb):
2850         * shell/ev-page-cache.c: (ev_page_cache_class_init),
2851         (ev_page_cache_set_current_page_history):
2852         * shell/ev-page-cache.h:
2853         * shell/ev-sidebar-thumbnails.c:
2854         (ev_sidebar_tree_selection_changed),
2855         (ev_sidebar_icon_selection_changed), (page_changed_cb):
2856         * shell/ev-view-private.h:
2857         * shell/ev-view.c: (ev_view_handle_link), (ev_view_class_init):
2858         * shell/ev-view.h:
2859         * shell/ev-window.c: (page_changed_cb), (history_changed_cb),
2860         (ev_window_setup_document), (ev_window_load_job_cb):
2861         * shell/ev-window.h:
2862         
2863         History finally works as expected.
2864
2865 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2866
2867         * shell/ev-sidebar-links.c: (ev_sidebar_links_map):
2868
2869         Do not update links treeview if it doesn't have a model assigned yet. 
2870
2871 2007-01-28  Carlos Garcia Campos  <carlosgc@gnome.org>
2872
2873         * shell/ev-sidebar-links.c: (ev_sidebar_links_map),
2874         (ev_sidebar_links_class_init), (update_page_callback):
2875
2876         Do not update links treeview when sidepane is not visible. 
2877
2878 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2879
2880         * shell/ev-marshal.list:
2881         * shell/ev-page-action.c: (activate_cb),
2882         (ev_page_action_class_init):
2883         * shell/ev-page-action.h:
2884         * shell/ev-page-cache.c: (ev_page_cache_set_page_label):
2885         * shell/ev-window.c:
2886         
2887         Remove activate_link signal, not required.
2888
2889 2007-01-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
2890
2891         * shell/ev-navigation-action.c: (build_menu):
2892         
2893         Reorder menu items and build menu with fixed length.
2894
2895 2007-01-27  Ed Catmur  <ed@catmur.co.uk>
2896
2897         * shell/ev-view.c: (get_selected_text):
2898         
2899         Normalize text to fix ligatures problem. See bug
2900         #341947 for details.
2901
2902 2007-01-25  Carlos Garcia Campos  <carlosgc@gnome.org>
2903
2904         * shell/ev-page-cache.c: (ev_page_cache_finalize):
2905
2906         Fix memory leak in ev-page-cache. 
2907
2908 2007-01-25  Tom Parker <palfrey@tevp.net>
2909
2910         * backend/impress/impress-document.c: (impress_document_load),
2911         (impress_document_finalize), (impress_document_init):
2912         * properties/ev-properties-main.c: (ev_properties_get_pages):
2913         
2914         Correctly handle impress document errors. Fixes nautilus
2915         crash in property page #370491.
2916
2917 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2918
2919         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
2920         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
2921         (ev_job_queue_remove_job):
2922         * shell/ev-jobs.[ch]: (ev_job_load_init), (ev_job_load_class_init),
2923         (ev_job_load_dispose), (ev_job_load_new), (ev_job_load_set_uri),
2924         (ev_job_load_run):
2925         * shell/ev-window.c: (ev_window_is_empty), (password_dialog_response),
2926         (ev_window_popup_password_dialog), (ev_window_clear_load_job),
2927         (ev_window_load_job_cb), (xfer_update_progress_callback),
2928         (ev_window_open_uri), (ev_window_dispose):
2929         * shell/main.c: (main):
2930
2931         Do file transfer asynchronously in the main thread instead of
2932         synchronously in the load thread. Fixes bugs #399694, #398307 and
2933         #343542.
2934
2935 2007-01-24  Carlos Garcia Campos  <carlosgc@gnome.org>
2936
2937         * shell/ev-jobs.c: (ev_job_xfer_run):
2938
2939         Load the document with the font-config lock held. 
2940
2941 2007-01-23  Carlos Garcia Campos  <carlosgc@gnome.org>
2942
2943         * backend/ps/ps-document.c: (start_interpreter):
2944
2945         Fix memory leaks in ps backend. 
2946
2947 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2948
2949         * backend/impress/impress-document.c:
2950         (impress_document_render_pixbuf):
2951
2952         Do not acquire fontconfig lock in impress backend, since it is using
2953         the main loop for rendering. 
2954
2955 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2956
2957         * po/POTFILES.in: 
2958
2959         Remove mdvi files that shouldn't be translated. 
2960
2961 2007-01-21  Carlos Garcia Campos  <carlosgc@gnome.org>
2962
2963         * shell/ev-view-private.h:
2964         * shell/ev-view.c: (draw_loading_text), (ev_view_destroy),
2965         (ev_view_set_zoom):
2966
2967         Render "loading..." text into a cairo surface instead of directly into
2968         the window so that fontconfig lock is only needed once and UI is not
2969         blocked. Change text color to #9B9B9B. Fixes bug #397356.
2970
2971 2007-01-19  Carlos Garcia Campos  <carlosgc@gnome.org>
2972
2973         * shell/ev-stock-icons.c: (ev_stock_icons_init):
2974         * shell/ev-application.c: (ev_application_open_uri_at_dest):
2975
2976         Use icon theme associated with the window screen rather than default. 
2977
2978 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2979
2980         * configure.ac:
2981
2982         Fix a typo in previous commit (24x24/action/ --> 24x24/actions)
2983
2984 2007-01-19  Luca Ferretti  <elle.uca@libero.it>
2985
2986         * data/icons/*/apps/evince.*:
2987
2988         Move Evince icons under new apps directory.
2989
2990         * data/icons/*/actions/*:
2991
2992         Add new custom themeable Evince icons: view-page-continuous, 
2993         view-page-facing, zoom-fit-width, zoom-fit-page. From Andreas
2994         Nilsson, at 16 and 22 pixels (plus 24 for compatibility).
2995
2996         * configure.ac:
2997
2998         Add new directories to AC_CONFIG_FILES.
2999
3000         * shell/ev-stock-icons.c:
3001         * shell/ev-stock-icons.h:
3002
3003         Use new custom themeable icons.
3004
3005 2007-01-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3006
3007         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
3008
3009         Do not draw white background page in presentation mode. 
3010
3011 2007-01-16  Jani Monoses <jani.monoses@gmail.com>
3012
3013         * shell/ev-view.c: Remove unused gnome-vfs include.
3014
3015 2007-01-16  Theppitak Karoonboonyanan  <thep@linux.thai.net>
3016
3017         * backend/dvi/mdvi-lib/fontmap.c: (mdvi_load_fontmap):
3018         
3019         Format string is corrected, fixes bug #397129.
3020
3021 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3022
3023         * shell/ev-window.c: (ev_window_setup_recent):
3024
3025         Do not include in recent menu inexistent documents. Fixes
3026         bug #339171.
3027
3028 2007-01-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3029
3030         * po/POTFILES.skip: 
3031
3032         Update POTFILES.skip file according to current source tree. 
3033
3034 2007-01-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3035
3036         * shell/ev-window.c: (file_save_dialog_response_cb):
3037
3038         Do Save a copy in atomic way. Fixes bug #328266. 
3039
3040 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3041
3042         * shell/ev-sidebar-links.c: (update_page_callback_foreach):
3043
3044         Keep selected cell always visible in index treeview.
3045
3046 2007-01-12  Carlos Garcia Campos  <carlosgc@gnome.org>
3047         
3048         * shell/ev-view.c: (ev_view_size_allocate):
3049
3050         Restore horizontal scrollbar after switching to/from fullscreen
3051         or presentation mode. Fixes bug #331728.
3052
3053 2007-01-11  Carlos Garcia Campos  <carlosgc@gnome.org>
3054
3055         * shell/ev-view-private.h:
3056         * shell/ev-window.c: (ev_window_screen_changed), (ev_window_init):
3057         * shell/ev-view.[ch]: (ev_view_class_init), (ev_view_set_zoom),
3058         (ev_view_set_screen_dpi), (ev_view_can_zoom_in),
3059         (ev_view_can_zoom_out):
3060
3061         Use max and min scale values in the view iby taking dpi into account. 
3062
3063 2007-01-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3064
3065         * configure.ac:
3066         * NEWS:
3067
3068         Release 0.7.1
3069
3070 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3071
3072         * shell/ev-window.c: (ev_window_print_send):
3073
3074         Send print job to printer with some settings set to default values,
3075         since we have already exported to a file according to such settings
3076         and they could be taken twice by some printers. 
3077
3078 2007-01-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3079
3080         * shell/ev-jobs.c: (ev_job_xfer_run):
3081         * shell/ev-application.c: (ev_application_open_uri_at_dest):
3082
3083         Show main window and load document with the font-config lock held. 
3084
3085 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3086
3087         * configure.ac:
3088         * shell/ev-application.c: (ev_application_register_service):
3089         * shell/main.c: (load_files_remote):
3090
3091         Bump requirements to dbus-glib 0.71 and drop all ifdefs used.
3092
3093 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3094
3095         * doc/debugging.txt:
3096         
3097         Remove obsolete documentation.
3098
3099 2007-01-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3100
3101         * Makefile.am:
3102         * backend/Makefile.am:
3103         * backend/comics/Makefile.am:
3104         * backend/djvu/Makefile.am:
3105         * backend/dvi/Makefile.am:
3106         * backend/ev-async-renderer.c:
3107         * backend/ev-async-renderer.h:
3108         * backend/ev-attachment.c:
3109         * backend/ev-attachment.h:
3110         * backend/ev-backend-marshal.c:
3111         * backend/ev-document-factory.c:
3112         * backend/ev-document-factory.h:
3113         * backend/ev-document-find.c:
3114         * backend/ev-document-find.h:
3115         * backend/ev-document-fonts.c:
3116         * backend/ev-document-fonts.h:
3117         * backend/ev-document-images.c:
3118         * backend/ev-document-images.h:
3119         * backend/ev-document-info.h:
3120         * backend/ev-document-links.c:
3121         * backend/ev-document-links.h:
3122         * backend/ev-document-misc.c:
3123         * backend/ev-document-misc.h:
3124         * backend/ev-document-security.c:
3125         * backend/ev-document-security.h:
3126         * backend/ev-document-thumbnails.c:
3127         * backend/ev-document-thumbnails.h:
3128         * backend/ev-document-transition.c:
3129         * backend/ev-document-transition.h:
3130         * backend/ev-document.c:
3131         * backend/ev-document.h:
3132         * backend/ev-file-exporter.c:
3133         * backend/ev-file-exporter.h:
3134         * backend/ev-image.c:
3135         * backend/ev-image.h:
3136         * backend/ev-link-action.c:
3137         * backend/ev-link-action.h:
3138         * backend/ev-link-dest.c:
3139         * backend/ev-link-dest.h:
3140         * backend/ev-link.c:
3141         * backend/ev-link.h:
3142         * backend/ev-render-context.c:
3143         * backend/ev-render-context.h:
3144         * backend/ev-selection.c:
3145         * backend/ev-selection.h:
3146         * backend/impress/Makefile.am:
3147         * backend/pdf/Makefile.am:
3148         * backend/pixbuf/Makefile.am:
3149         * backend/ps/Makefile.am:
3150         * backend/ps/ps-document.c: (push_pixbuf), (interpreter_failed),
3151         (ps_document_widget_event), (setup_pixmap), (setup_page), (input),
3152         (start_interpreter), (stop_interpreter), (document_load),
3153         (ps_document_next_page), (render_page):
3154         * backend/tiff/Makefile.am:
3155         * comics/Makefile.am:
3156         * comics/comics-document.c:
3157         * comics/comics-document.h:
3158         * configure.ac:
3159         * cut-n-paste/zoom-control/ephy-zoom-control.c:
3160         * djvu/Makefile.am:
3161         * djvu/djvu-document-private.h:
3162         * djvu/djvu-document.c:
3163         * djvu/djvu-document.h:
3164         * djvu/djvu-links.c:
3165         * djvu/djvu-links.h:
3166         * djvu/djvu-text-page.c:
3167         * djvu/djvu-text-page.h:
3168         * djvu/djvu-text.c:
3169         * djvu/djvu-text.h:
3170         * dvi/Makefile.am:
3171         * dvi/dvi-document.c:
3172         * dvi/dvi-document.h:
3173         * dvi/fonts.c:
3174         * dvi/fonts.h:
3175         * dvi/mdvi-lib/Makefile.am:
3176         * dvi/mdvi-lib/afmparse.c:
3177         * dvi/mdvi-lib/afmparse.h:
3178         * dvi/mdvi-lib/bitmap.c:
3179         * dvi/mdvi-lib/bitmap.h:
3180         * dvi/mdvi-lib/color.c:
3181         * dvi/mdvi-lib/color.h:
3182         * dvi/mdvi-lib/common.c:
3183         * dvi/mdvi-lib/common.h:
3184         * dvi/mdvi-lib/defaults.h:
3185         * dvi/mdvi-lib/dvimisc.c:
3186         * dvi/mdvi-lib/dviopcodes.h:
3187         * dvi/mdvi-lib/dviread.c:
3188         * dvi/mdvi-lib/files.c:
3189         * dvi/mdvi-lib/font.c:
3190         * dvi/mdvi-lib/fontmap.c:
3191         * dvi/mdvi-lib/fontmap.h:
3192         * dvi/mdvi-lib/fontsrch.c:
3193         * dvi/mdvi-lib/gf.c:
3194         * dvi/mdvi-lib/hash.c:
3195         * dvi/mdvi-lib/hash.h:
3196         * dvi/mdvi-lib/list.c:
3197         * dvi/mdvi-lib/mdvi.h:
3198         * dvi/mdvi-lib/pagesel.c:
3199         * dvi/mdvi-lib/paper.c:
3200         * dvi/mdvi-lib/paper.h:
3201         * dvi/mdvi-lib/pk.c:
3202         * dvi/mdvi-lib/private.h:
3203         * dvi/mdvi-lib/setup.c:
3204         * dvi/mdvi-lib/sp-epsf.c:
3205         * dvi/mdvi-lib/special.c:
3206         * dvi/mdvi-lib/sysdeps.h:
3207         * dvi/mdvi-lib/t1.c:
3208         * dvi/mdvi-lib/tfm.c:
3209         * dvi/mdvi-lib/tfmfile.c:
3210         * dvi/mdvi-lib/tt.c:
3211         * dvi/mdvi-lib/util.c:
3212         * dvi/mdvi-lib/vf.c:
3213         * dvi/pixbuf-device.c:
3214         * dvi/pixbuf-device.h:
3215         * impress/Makefile.am:
3216         * impress/common.h:
3217         * impress/document.c:
3218         * impress/f_oasis.c:
3219         * impress/f_oo13.c:
3220         * impress/iksemel.c:
3221         * impress/iksemel.h:
3222         * impress/imposter.h:
3223         * impress/impress-document.c:
3224         * impress/impress-document.h:
3225         * impress/internal.h:
3226         * impress/r_back.c:
3227         * impress/r_draw.c:
3228         * impress/r_geometry.c:
3229         * impress/r_gradient.c:
3230         * impress/r_style.c:
3231         * impress/r_text.c:
3232         * impress/render.c:
3233         * impress/render.h:
3234         * impress/zip.c:
3235         * impress/zip.h:
3236         * lib/Makefile.am:
3237         * lib/ev-debug.c:
3238         * lib/ev-debug.h:
3239         * lib/ev-file-helpers.c:
3240         * lib/ev-file-helpers.h:
3241         * lib/ev-gui.c:
3242         * lib/ev-gui.h:
3243         * lib/ev-tooltip.c:
3244         * lib/ev-tooltip.h:
3245         * libdocument/Makefile.am:
3246         * libdocument/ev-file-helpers.c:
3247         * pdf/Makefile.am:
3248         * pdf/ev-poppler.cc:
3249         * pdf/ev-poppler.h:
3250         * pixbuf/Makefile.am:
3251         * pixbuf/pixbuf-document.c:
3252         * pixbuf/pixbuf-document.h:
3253         * properties/Makefile.am:
3254         * ps/Makefile.am:
3255         * ps/gsdefaults.c:
3256         * ps/gsdefaults.h:
3257         * ps/gsio.c:
3258         * ps/gsio.h:
3259         * ps/gstypes.h:
3260         * ps/ps-document.c:
3261         * ps/ps-document.h:
3262         * ps/ps.c:
3263         * ps/ps.h:
3264         * shell/Makefile.am:
3265         * shell/ev-application.h:
3266         * shell/ev-sidebar-links.c:
3267         * shell/ev-sidebar-links.h:
3268         * shell/ev-utils.c: (ev_gui_sanitise_popup_position),
3269         (ev_gui_menu_position_tree_selection):
3270         * shell/ev-utils.h:
3271         * shell/ev-view.c: (ev_view_finalize):
3272         * shell/ev-window.c:
3273         * shell/main.c: (main):
3274         * thumbnailer/Makefile.am:
3275         * tiff/Makefile.am:
3276         * tiff/tiff-document.c:
3277         * tiff/tiff-document.h:
3278         * tiff/tiff2ps.c:
3279         * tiff/tiff2ps.h:
3280         
3281         Reorganize source tree.
3282
3283 2007-01-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3284
3285         * backend/ev-document-factory.c:
3286
3287         Do not include ev-poppler.h when pdf is disabled. 
3288
3289 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3290
3291         * configure.ac:
3292         * data/evince-ui.xml:
3293         * pdf/ev-poppler.cc: (pdf_document_images_get_images),
3294         (pdf_document_document_images_iface_init):
3295         * backend/Makefile.am:
3296         * backend/ev-document-images.[ch]:
3297         * backend/ev-image.[ch]:
3298         * lib/ev-file-helpers.[ch]: (ev_tmp_filename):
3299         * shell/ev-jobs.[ch]: (ev_job_render_new), (ev_job_render_run),
3300         (ev_job_xfer_run):
3301         * shell/ev-pixbuf-cache.[ch]: (dispose_cache_job_info),
3302         (move_one_job), (copy_job_to_job_info), (add_job_if_needed),
3303         (ev_pixbuf_cache_get_image_mapping):
3304         * shell/ev-window.c: (view_menu_link_popup), (view_menu_image_popup),
3305         (view_menu_popup_cb), (ev_window_dispose),
3306         (image_save_dialog_response_cb), (ev_view_popup_cmd_save_image_as),
3307         (ev_view_popup_cmd_copy_image):
3308         * shell/ev-view-private.h:
3309         * shell/ev-view.c: (ev_view_get_image_at_location),
3310         (ev_view_do_popup_menu), (ev_view_popup_menu),
3311         (ev_view_button_press_event), (ev_view_drag_data_get),
3312         (ev_view_drag_motion), (ev_view_drag_data_received),
3313         (ev_view_motion_notify_event), (ev_view_button_release_event),
3314         (ev_view_finalize), (ev_view_class_init):
3315
3316         Add image handling support. Fixes bugs #310008 and #325047. Images
3317         selection is not supported yet. 
3318
3319 2007-01-07  Carlos Garcia Campos  <carlosgc@gnome.org>
3320
3321         * shell/ev-window.c: (drag_data_received_cb), (ev_window_init):
3322         * shell/ev-view.c: (ev_view_drag_data_received), (ev_view_class_init),
3323         (ev_view_init):
3324
3325         Move view drag and drop stuff to ev-view.
3326
3327 2007-01-05  Carlos Garcia Campos  <carlosgc@gnome.org>
3328
3329         * shell/ev-pixbuf-cache.c: (clear_job_selection):
3330         * shell/ev-view.c: (clear_selection): 
3331
3332         Clear selection also in pixbuf cache.
3333
3334 2007-01-02  Luca Ferretti <elle.uca@libero.it>
3335
3336         * data/evince.desktop.in.in:
3337         
3338         Change icon name in desktop file. See bug #390734
3339         for details.
3340
3341 2006-12-28  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3342
3343         * thumbnailer/Makefile.am:
3344
3345         Use top_builddir instead top_srcdir for generated schema
3346         file installation. Fixes bug #390161.
3347
3348 2006-12-27  Carlos Garcia Campos  <carlosgc@gnome.org>
3349
3350         * configure.ac:
3351         * backend/Makefile.am:
3352         * backend/ev-document-transition.[ch]:
3353         * pdf/ev-poppler.cc: (pdf_document_get_page_duration),
3354         (pdf_document_page_transition_iface_init):
3355         * shell/ev-view-private.h:
3356         * shell/ev-view.c: (ev_view_destroy), (page_changed_cb),
3357         (ev_view_set_presentation), (transition_next_page),
3358         (ev_view_presentation_transition_stop),
3359         (ev_view_presentation_transition_start), (ev_view_next_page):
3360
3361         Add page transition support in presentation mode. At the moment only
3362         page duration is supported, but not transition effects. Fixes bug
3363         #309815.
3364
3365 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3366
3367         * backend/ev-document-links.c: (ev_document_links_find_link_dest):
3368
3369         Run find_link_dest with document lock held, since it's called by links
3370         thread and main thread at the same time. 
3371
3372 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3373
3374         * shell/ev-view.c: (goto_dest):
3375
3376         Update page-cache when page is changed by the view, so that
3377         page-changed signal is emitted. 
3378
3379 2006-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
3380
3381         * test/test1.py:
3382         * test/test2.py:
3383
3384         Use C locale in tests. 
3385
3386 2006-12-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3387
3388         * shell/ev-window.c: (ev_window_run_presentation):
3389         * shell/ev-view-private.h:
3390         * shell/ev-view.c: (ev_view_set_presentation):
3391
3392         Restore zoom settings when back from presentation mode. 
3393
3394 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3395
3396         * shell/ev-window.c: (ev_window_run_presentation):
3397
3398         Always use "best fit" zoom in presentation mode.
3399         Fixes bug #389195.
3400
3401 2006-12-24  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3402
3403         * shell/ev-view.c: (ev_view_goto_window_create):
3404
3405         Show "Jump to page" label in the page jumping popup in
3406         presentation mode instead of just a GtkEntry.
3407
3408 2006-12-23  Carlos Garcia Campos  <carlosgc@gnome.org>
3409
3410         * shell/ev-window.c: (launch_external_uri):
3411
3412         Do not escape uri before calling gnome_vfs_url_show(). Fixes bug
3413         #378085.
3414
3415 2006-12-22  Elijah Newren  <newren gmail com>
3416
3417         * configure.ac: explicitly check for libxml2.  Fixes #388795
3418
3419 2006-12-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3420
3421         * shell/ev-view-private.h:
3422         * shell/ev-view.c: (send_focus_change), (ev_view_goto_window_hide),
3423         (ev_view_goto_window_delete_event), (key_is_numeric),
3424         (ev_view_goto_window_key_press_event),
3425         (ev_view_goto_window_button_press_event),
3426         (ev_view_goto_entry_activate), (ev_view_goto_window_create),
3427         (ev_view_goto_entry_grab_focus), (ev_view_goto_window_send_key_event),
3428         (ev_view_key_press_event), (ev_view_focus_out), (ev_view_destroy):
3429
3430         Allow jumping to another page by typing a page number in presentation
3431         mode. It uses a popup window with an entry. Fixes bug #353625.
3432
3433 2006-12-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3434
3435         * configure.ac:
3436         * properties/ev-properties-view.c: (ev_get_default_user_units),
3437         (ev_regular_paper_size):
3438         
3439         Check for NL_MEASUREMENT. Fixes bug #376469. Thanks
3440         to Damien Carbery <damien.carbery@sun.com> and
3441         Yevgen Muntyan <muntyan@tamu.edu>.
3442
3443 2006-12-20  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3444
3445         * shell/ev-window.c: (setup_document_from_metadata):
3446
3447         Make sure Evince doesn't restore the view on the last
3448         page when a document is reopened. Fixes bug #383381.
3449
3450 2006-12-18  Jens Granseuer  <jensgr@gmx.net>
3451
3452         * shell/ev-view.c: (draw_loading_text):
3453
3454         Fix compilation with older compilers like gcc 2. Fixes bug #387237.
3455
3456 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3457
3458         * configure.ac:
3459         * NEWS:
3460
3461         Release 0.7.0
3462
3463 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3464
3465         * configure.ac:
3466         * pdf/ev-poppler.cc: (pdf_print_context_free),
3467         (pdf_document_file_exporter_begin),
3468         (pdf_document_file_exporter_do_page):
3469
3470         Make cairo-pdf depedency optional. 
3471
3472 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3473
3474         * shell/ev-print-job.c: (idle_print_handler), (ev_print_job_print):
3475
3476         Use ev_file_exporter instead of ev_ps_exporter in ev-print-job.
3477
3478 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3479
3480         * backend/ev-document.[ch]: (ev_document_get_fc_mutex),
3481         (ev_document_fc_mutex_lock), (ev_document_fc_mutex_unlock):
3482         * pdf/ev-poppler.cc: (make_thumbnail_for_size):
3483         * shell/ev-jobs.c: (ev_job_render_run), (ev_job_fonts_run):
3484         * shell/ev-view.c: (draw_loading_text):
3485         * shell/ev-window.c: (ev_window_cmd_file_properties):
3486
3487         Use an specific lock for FontConfig. Hopefully it fixes some crashes
3488         related to using FontConfig from different threads.
3489         
3490 2006-12-18  Carlos Garcia Campos  <carlosgc@gnome.org>
3491
3492         * shell/ev-view.c: (draw_loading_text):
3493
3494         Acquire lock document when drawing "Loading..." text so that only one
3495         thread will use FontConfig at the same time. Fixes bug #374750.
3496
3497 2006-12-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3498
3499         * shell/ev-page-action.[ch]: (activate_cb):
3500         * shell/ev-window.c: (activate_label_cb):
3501
3502         Check if text inserted in page entry is a valid page number when it
3503         doesn't match to any document page label. Fixes bug #383165.
3504
3505 2006-12-14  Julien Rebetez,  <julienr@cvs.gnome.org>
3506         * shell/ev-window.c:
3507
3508         GTK_STOCK_SELECT_ALL is used in menu definition, but isn't
3509         available with GTK < 2.10. Added an ifdef to avoid compilation
3510         error.
3511
3512 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3513
3514         * configure.ac:
3515         * ps/ps-document.c: (start_interpreter), (ps_document_next_page):
3516
3517         Fix ps backend in multihead systems.
3518
3519 2006-12-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3520
3521         * ps/ps-document.c: (setup_page), (ps_document_get_page_size):
3522         * shell/ev-window.c: (ev_window_get_screen_dpi),
3523         (ev_window_update_actions), (setup_view_from_metadata),
3524         (ev_window_zoom_changed_cb), (zoom_control_changed_cb):
3525
3526         Take screen DPI into account when zooming. Fixes bug #318285.
3527
3528 2006-12-14  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3529
3530         * data/Makefile.am:
3531
3532         Cleaned up/slightly refactored Makefile.am. Added GConf
3533         schemas uninstallation as well.
3534
3535 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3536
3537         * Makefile.am:
3538         * test/Makefile.am:
3539
3540         Fight with autotools to fix make check. Make distcheck
3541         works fine as well now!
3542
3543 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3544
3545         * shell/ev-view.c: (draw_end_presentation_page):
3546
3547         Corrected "end of presentation" string.
3548
3549 2006-12-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3550
3551         * shell/ev-view.c: (ev_view_key_press_event):
3552
3553         Correctly propagate key press event so that up/down keys
3554         work as expected (correct behaviour was broken by
3555         black/white screen key bindings for presentations).
3556
3557 2006-12-13  Carlos Garcia Campos  <carlosgc@gnome.org>
3558
3559         * pdf/ev-poppler.cc: (pdf_document_find_get_n_results),
3560         (pdf_document_find_get_result), (pdf_document_find_page_has_results),
3561         (pdf_document_find_get_progress), (pdf_selection_render_selection),
3562         (pdf_selection_get_selection_region),
3563         (pdf_selection_get_selection_map):
3564
3565         Add "static" to some private functions. 
3566
3567 2006-12-13  P. Henrique Silva  <ph.silva@gmail.com>
3568
3569         * lib/ev-tooltip.h:
3570         * properties/ev-properties-view.h:
3571         * shell/ev-jobs.h:
3572         * shell/ev-properties-dialog.h:
3573         * shell/ev-properties-fonts.h:
3574         * shell/ev-sidebar-links.h:
3575         * shell/ev-sidebar-thumbnails.h:
3576         * shell/ev-sidebar.h:
3577         * shell/ev-window.h:
3578         
3579         Fixes CHACK type in class casts. See bug #385343
3580         for details.
3581
3582 2006-12-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3583
3584         * shell/ev-view-private.h:
3585         * shell/ev-view.c: (draw_end_presentation_page),
3586         (ev_view_expose_event), (ev_view_key_press_event),
3587         (ev_view_class_init), (ev_view_init):
3588
3589         Blank screen in presentation mode when pressing 'b' (filling with
3590         black) or 'w' (filling with white) keys. Fixes bug #358132.
3591
3592 2006-12-09  Gabriel Felipe Cornejo  <gnomeusr@gmail.com>
3593
3594         * data/evince-toolbar.xml:
3595         * shell/ev-window.c:
3596         
3597         Use stock icon for Select All action. Fixes
3598         bug #382652.
3599
3600 2006-12-09  Radoslav Dorcik  <dixiecko@gmail.com>
3601
3602         * shell/ev-view.c: (get_doc_point_from_offset),
3603         (ev_view_get_link_at_location), (ev_view_motion_notify_event):
3604
3605         Add links support in rotated documents. Fixes bug #343733.
3606
3607 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3608
3609         * shell/ev-view-private.h:
3610         * shell/ev-view.c: (draw_end_presentation_page),
3611         (ev_view_expose_event), (ev_view_init), (ev_view_set_presentation):
3612
3613         Show a blank page after the last page in presentation mode with a
3614         message indicating that presentation has finished and how to exit. 
3615
3616 2006-12-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3617
3618         * shell/ev-window.c: (fullscreen_timeout_cb):
3619
3620         Hide cursor after a while in presentation mode. 
3621
3622 2006-12-04  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3623
3624         * backend/ev-document-info.h:
3625         * data/evince-properties.glade:
3626         * pdf/ev-poppler.cc:
3627         * properties/ev-properties-view.c: (ev_regular_paper_size),
3628         (ev_properties_view_set_info):
3629         * ps/ps-document.c: (ps_document_get_info):
3630
3631         Adds a paper size field to the properties dialog. Fixes
3632         bug #307315. Patch by Kasper Svendsen (with some i18n
3633         changes done by me).
3634
3635 2006-12-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3636
3637         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3638         (screensaver_init_dbus), (totem_scrsaver_new),
3639         (totem_scrsaver_init):
3640         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3641         * shell/ev-application.c: (ev_application_register_service),
3642         (ev_application_screensaver_enable),
3643         (ev_application_screensaver_disable):
3644         * shell/ev-application.h:
3645         * shell/ev-window.c: (ev_window_run_presentation),
3646         (ev_window_stop_presentation), (build_comments_string),
3647         (ev_window_init):
3648         
3649         Move screensaver handling to application. No more
3650         message on startup.
3651
3652 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3653
3654         * configure.ac:
3655         * backend/Makefile.am:
3656         * backend/ev-file-exporter.[ch]:
3657         * pdf/ev-poppler.cc: (pdf_document_file_exporter_*):
3658         * ps/ps-document.c: (ps_document_file_exporter_*):
3659         * tiff/tiff-document.c: (tiff_document_document_file_exporter_*):
3660         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3661         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3662         (ev_window_print_dialog_response_cb), (ev_window_print_range):
3663
3664         Allow printing to PDF when suppoted by the backend.
3665         
3666 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3667
3668         * shell/ev-window.c: (build_comments_string):
3669
3670         Use always "Document Viewer" in about dialog. 
3671
3672 2006-12-03  Carlos Garcia Campos  <carlosgc@gnome.org>
3673
3674         * djvu/djvu-document.c: (djvu_document_get_page_size):
3675
3676         Display a warning message when get_pageinfo fails. 
3677
3678 2006-11-30  Yevgen Muntyan  <muntyan@tamu.edu>
3679
3680         * Makefile.am:
3681         * backend/Makefile.am:
3682         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
3683         * configure.ac:
3684         * shell/ev-window.c: (build_comments_string):
3685         
3686         Make pdf compilation optional. See bug #38007.
3687
3688 2006-11-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3689
3690         * ps/ps.c: (get_next_text):
3691
3692         Fix CVE-2006-5864.
3693
3694 2006-11-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3695
3696         * shell/ev-history.c: (ev_history_finalize), (ev_history_class_init):
3697         * shell/ev-navigation-action.c: (connect_proxy),
3698         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3699         
3700         Do not call g_type_class_peek_parent twice.
3701
3702 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3703
3704         * configure.ac:
3705         * data/icons/24x24/.cvsignore:
3706         * data/icons/24x24/Makefile.am:
3707         * data/icons/24x24/evince.png:
3708         * data/icons/Makefile.am:
3709         
3710         Add 24x24 icon. Thanks to 
3711         Michael Monreal <infernux@web.de>.
3712
3713 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3714
3715         * configure.ac: Fix typo in configure.ac. Thanks
3716         to dmacks@netspace.org for notification.
3717
3718 2006-11-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3719
3720         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3721         
3722         Drop dbus include, fixes compilation with older dbus.
3723
3724 2006-11-22  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3725
3726         * configure.ac:
3727         * cut-n-paste/Makefile.am:
3728         * cut-n-paste/totem-screensaver/.cvsignore
3729         * cut-n-paste/totem-screensaver/Makefile.am:
3730         * cut-n-paste/totem-screensaver/README:
3731         * cut-n-paste/totem-screensaver/totem-scrsaver.c:
3732         * cut-n-paste/totem-screensaver/totem-scrsaver.h:
3733         * shell/Makefile.am:
3734         * shell/ev-window.c: (ev_window_run_presentation),
3735         (ev_window_stop_presentation), (ev_window_cmd_help_about),
3736         (ev_window_init):
3737
3738         Implemented screensaver enabling/disabling for
3739         presentation mode (not fullscreen mode). Code stolen
3740         from Totem (with some minor tweaks). Fixes bug #338889.
3741
3742 2006-11-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3743
3744         * configure.ac:
3745
3746         Bump gnome-icon-theme requirements. We use the rotation
3747         icons that appeared recently.
3748
3749 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3750
3751         * shell/ev-history.c: (ev_history_add_page):
3752         * shell/ev-history.h:
3753         * shell/ev-window.c: (page_changed_cb):
3754         
3755         Use page labels instead of numbers.
3756
3757 2006-11-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3758
3759         * data/evince-toolbar.xml:
3760         * po/POTFILES.in:
3761         * shell/Makefile.am:
3762         * shell/ev-navigation-action-widget.c:
3763         (ev_navigation_action_widget_init),
3764         (ev_navigation_action_widget_class_init), (menu_deactivate_cb),
3765         (menu_detacher), (ev_navigation_action_widget_set_menu),
3766         (menu_position_func), (popup_menu_under_arrow),
3767         (ev_navigation_action_widget_toggled),
3768         (ev_navigation_action_widget_button_press_event):
3769         * shell/ev-navigation-action-widget.h:
3770         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
3771         (ev_navigation_action_set_window), (activate_menu_item_cb),
3772         (new_history_menu_item), (new_empty_history_menu_item),
3773         (build_menu), (menu_activated_cb), (connect_proxy),
3774         (create_tool_item), (ev_navigation_action_init),
3775         (ev_navigation_action_finalize), (ev_navigation_action_class_init):
3776         * shell/ev-navigation-action.h:
3777         * shell/ev-page-action-widget.c: (ev_page_action_widget_init),
3778         (ev_page_action_widget_set_page_cache),
3779         (ev_page_action_widget_finalize),
3780         (ev_page_action_widget_class_init), (match_selected_cb),
3781         (display_completion_text), (match_completion), (build_new_tree_cb),
3782         (get_filter_model_from_model),
3783         (ev_page_action_widget_update_model):
3784         * shell/ev-page-action-widget.h:
3785         * shell/ev-page-action.c: (activate_link_cb), (update_model),
3786         (connect_proxy):
3787         * shell/ev-page-action.h:
3788         * shell/ev-stock-icons.c:
3789         * shell/ev-stock-icons.h:
3790         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3791         (page_changed_cb), (ev_window_setup_document), (ev_window_dispose),
3792         (register_custom_actions):
3793         * shell/main.c:
3794         
3795         Preliminary history implementation
3796
3797 2006-11-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3798
3799         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_finalize),
3800         (dvi_document_class_init), (dvi_document_init_params):
3801         * dvi/mdvi-lib/font.c: (font_reference):
3802         
3803         Add reference to subfont. Fixes bug #374277.
3804
3805 2006-11-16  Carlos Garcia Campos  <carlosgc@gnome.org>
3806
3807         * shell/ev-window.c: (ev_window_create_tmp_symlink),
3808         (ev_window_cmd_file_open_copy_at_dest):
3809
3810         Fix a race condition when creating symlink. Increase the counter
3811         avoiding an infinite loop. Really fixes bug #357472. (Based on patch by
3812         Mathias Hasselmann).
3813
3814 2006-11-15  Carlos Garcia Campos  <carlosgc@gnome.org>
3815
3816         * backend/Makefile.am:
3817         * backend/ev-attachment.c: (ev_attachment_open):
3818         * lib/ev-file-helpers.[ch]: (ensure_dir_exists), (ev_dot_dir),
3819         (ev_tmp_dir), (ev_tmp_filename):
3820         * shell/ev-sidebar-attachments.c:
3821         (ev_sidebar_attachments_drag_data_get):
3822         * shell/ev-window.c: (ev_window_clear_temp_file):
3823
3824         Use always ev_tmp_dir instead of g_get_tmp_dir. Fix a race condition
3825         in ensure_dir_exists. Abort without crashing when we can't create
3826         user's directory.
3827
3828 2006-11-14  Carlos Garcia Campos  <carlosgc@gnome.org>
3829
3830         * data/evince-ui.xml:
3831         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
3832         (ev_window_xfer_job_cb), (ev_window_get_copy_tmp_name),
3833         (ev_window_cmd_file_open_copy_at_dest),
3834         (ev_window_cmd_file_open_copy), (view_menu_popup_cb),
3835         (ev_view_popup_cmd_open_link_new_window):
3836
3837         Allow opening a copy of the current document in a new window. Fixes bug
3838         #357472
3839
3840 2006-11-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3841
3842         * data/evince-toolbar.xml:
3843         
3844         Add rotate right and rotate left to available items for toolbar.
3845         
3846         * data/evince-ui.xml:
3847         * shell/ev-window.c: (ev_window_init):
3848         
3849         Customize toolbar with right click. Fixes bug #372451.
3850
3851 2006-11-11  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>
3852
3853         * shell/ev-window.c: 
3854         
3855         Use "object-rotate-{left,right}" stock icons. Fixes 
3856         bug #373863.
3857
3858 2006-11-10  Carlos Garcia Campos  <carlosgc@gnome.org>
3859
3860         * shell/ev-application.[ch]: (get_unlink_temp_file_from_args),
3861         (ev_application_open_uri_at_dest), (ev_application_open_uri):
3862         * shell/ev-window.[ch]: (ev_window_clear_temp_file),
3863         (ev_window_open_uri):
3864         * shell/main.c: (arguments_parse):
3865
3866         Remove temp file created when evince is used by GTK+ in
3867         preview mode. Fixes bug #365282. 
3868
3869 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3870
3871         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
3872         
3873         Fixes bug #372474 - Side pane disabled when entering 
3874         and leaving fullscreen mode.
3875
3876 2006-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3877
3878         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (setup_editor):
3879         * data/Makefile.am:
3880         * data/evince-preview-toolbar.xml:
3881         * data/evince-toolbar.xml:
3882         * shell/ev-application.c: (ev_application_shutdown),
3883         (ev_application_init), (ev_application_get_toolbars_model):
3884         * shell/ev-application.h:
3885         * shell/ev-window.c: (update_chrome_visibility),
3886         (ev_window_create_fullscreen_popup), (ev_window_run_preview),
3887         (ev_window_cmd_edit_toolbar), (ev_window_init):
3888         
3889         Fixes bug #364364 - toolbar editor shows zoom actions again.
3890
3891 2006-11-09  Carlos Garcia Campos  <carlosgc@gnome.org>
3892
3893         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3894
3895         Do not take margins into consideration for paper size when printing.
3896         Really fixes bug #350491.
3897
3898 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3899
3900         * data/evince-ui.xml:
3901         * shell/ev-window.c: (ev_window_print_page_setup_done_cb),
3902         (ev_window_cmd_file_print_setup),
3903         (ev_window_print_dialog_response_cb),
3904         (ev_window_setup_action_sensitivity):
3905
3906         Add page setup settings for printing. Fixes bugs #363860 and #350491.
3907
3908 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3909
3910         * shell/ev-window.c: (ev_window_print_range):
3911
3912         Revert my previuos commit, since printing to PDF is not supported by
3913         evince yet. 
3914
3915 2006-11-08  Carlos Garcia Campos  <carlosgc@gnome.org>
3916
3917         * shell/ev-window.c: (ev_window_print_range):
3918
3919         Enable print to a PDF. Fixes bug #332121.
3920
3921 2006-10-31  Carlos Garcia Campos  <carlosgc@gnome.org>
3922
3923         * shell/ev-application-service.xml:
3924         * shell/ev-application.[ch]: (ev_application_open_window),
3925         (ev_application_get_empty_window), (ev_application_open_uri_at_dest),
3926         (ev_application_open_uri), (ev_application_open_uri_list):
3927         * shell/ev-window.c: (file_open_dialog_response_cb),
3928         (ev_window_cmd_recent_file_activate), (ev_window_setup_recent),
3929         (drag_data_received_cb), (open_remote_link):
3930         * shell/main.c: (arguments_parse), (load_files), (load_files_remote):
3931
3932         Add support for multiscreen systems. Fixes bug #316206.
3933
3934 2006-10-30  Carlos Garcia Campos  <carlosgc@gnome.org>
3935
3936         * shell/ev-jobs.[ch]: (ev_job_print_new),
3937         (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set),
3938         (ev_job_print_do_page):
3939         * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb):
3940
3941         Allow printing only odd/even pages. Fixes bug #367289.
3942
3943 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3944
3945         * test/test1.py:
3946         * test/test2.py:
3947
3948         Re-add locale settings to test files.
3949
3950 2006-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3951
3952         * data/evince-ui.xml:
3953         * shell/ev-window.c: (set_action_properties):
3954         
3955         Removed garbage from code and ui.
3956
3957 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3958
3959         * shell/ev-window.c: (ev_window_cmd_help_about):
3960
3961         Shamelessly add my name to the list of contributors.
3962
3963 2006-10-29  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3964
3965         * test/test1.py:
3966         * test/test2.py:
3967
3968         Cleaned up the dogtail scripts.
3969
3970 2006-10-27  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
3971
3972         * shell/ev-view.c: (draw_loading_text): Don't render
3973         "loading..." text in presentation mode. Temporary
3974         workaround for bug #320352.
3975
3976 2006-10-24  Carlos Garcia Campos  <carlosgc@gnome.org>
3977
3978         * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_job_print_run):
3979         * shell/ev-window.c: (ev_window_print_dialog_response_cb):
3980
3981         Use print settings scale, copies, collate and reverse which were
3982         ignored. Fixes bug #359032.
3983
3984 2006-10-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
3985
3986         * configure.ac:
3987         * data/evince-password.glade:
3988         * test/Makefile.am:
3989         * test/test-encrypt.pdf:
3990         * test/test-links.pdf:
3991         * test/test1.py:
3992         * test/test2.py:
3993
3994         Add automated UI tests for evince with dogtail. See
3995         bug #300948.    
3996
3997 2006-10-22  Carlos Garcia Campos  <carlosgc@gnome.org>
3998
3999         * shell/ev-window.c: (fullscreen_timeout_cb), (ev_window_init):
4000
4001         Hide fullscreen toolbar when switching to another desktop workspace.
4002         Fixes bug #338871
4003
4004 2006-10-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4005
4006         * shell/ev-window-title.c: 
4007         
4008         Test for .dvi in title of pdf documents.
4009
4010 2006-10-19  Wouter Bolsterlee  <wbolster@cvs.gnome.org>
4011
4012         * shell/ev-view.c: (ev_view_scroll):
4013
4014         Page Up/Down should do page jumps in "Best fit" mode.
4015         If a user has explicitly chosen to view exactly one page
4016         at a time, scrolling just a part of the page when
4017         pressing Page Up/Down is not right. Fixes bug #323107.
4018
4019 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4020
4021         * NEWS:
4022         * configure.ac:
4023         
4024         Update for 0.6.1
4025
4026 2006-10-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4027
4028         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
4029         (job_fonts_finished_cb), (ev_properties_fonts_set_document):
4030         
4031         Correctly disconnect from job signals on destroy.
4032
4033 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4034
4035         * shell/ev-view-private.h:
4036         * shell/ev-view.c: (view_set_adjustment_values),
4037         (view_update_range_and_current_page),
4038         (ensure_rectangle_is_visible), (ev_view_size_allocate):
4039         
4040         Fixes bug #343199, current page now follows find page.
4041
4042 2006-10-08  Wouter Bolsterlee  <wbolster@gnome.org>
4043
4044         * backend/ev-document-factory.c:
4045         * configure.ac:
4046         Assigned OpenDocument presenation MIME type to the
4047         Impress backend. Added some missing (but harmless)
4048         #ifdefs in the document factory as well to make things
4049         consistent again. Fixes bug #360658.
4050
4051 2006-10-08  Christian Persch  <chpe@cvs.gnome.org>
4052
4053         * backend/ev-async-renderer.c: (ev_async_renderer_get_type):
4054         * backend/ev-document-find.c: (ev_document_find_get_type):
4055         * backend/ev-document-fonts.c: (ev_document_fonts_get_type):
4056         * backend/ev-document-links.c: (ev_document_links_get_type):
4057         * backend/ev-document-security.c: (ev_document_security_get_type):
4058         * backend/ev-document-thumbnails.c:
4059         (ev_document_thumbnails_get_type):
4060         * backend/ev-document.c: (ev_document_get_type):
4061         * backend/ev-ps-exporter.c: (ev_ps_exporter_get_type):
4062         * backend/ev-selection.c: (ev_selection_get_type):
4063         * cut-n-paste/recent-files/egg-recent-model.c:
4064         (egg_recent_model_get_type):
4065         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4066         (egg_recent_view_uimanager_get_type):
4067         * cut-n-paste/recent-files/egg-recent-view.c:
4068         (egg_recent_view_get_type):
4069         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4070         (egg_editable_toolbar_get_type):
4071         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
4072         (egg_toolbar_editor_get_type):
4073         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4074         (egg_toolbars_model_get_type):
4075         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4076         (egg_tree_multi_drag_source_get_type):
4077         * cut-n-paste/zoom-control/ephy-zoom-action.c:
4078         (ephy_zoom_action_get_type):
4079         * cut-n-paste/zoom-control/ephy-zoom-control.c:
4080         (ephy_zoom_control_get_type):
4081         * impress/r_back.c: (_imp_fill_back):
4082         * properties/ev-properties-main.c:
4083         (ev_properties_plugin_register_type):
4084         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type):
4085         * shell/ev-view-accessible.c: (ev_view_accessible_get_type),
4086         (ev_view_accessible_factory_get_type):
4087
4088         Reduce relocations. Bug #360616.
4089
4090 2006-10-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4091
4092         * backend/ev-document-factory.c:
4093         (ev_document_factory_get_document):
4094         
4095         Load document even if extension is wrong.
4096
4097 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4098
4099         * shell/ev-metadata-manager.c: (save_values):
4100         * shell/ev-window.c: (setup_size_from_metadata),
4101         (setup_view_from_metadata), (ev_window_setup_document),
4102         (ev_window_xfer_job_cb), (window_configure_event_cb):
4103         
4104         Set size according to the document size/page size ratio.
4105         That should correct rather wierd behaviour of the previous
4106         commit.
4107
4108 2006-10-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4109
4110         * shell/ev-window.c: (setup_view_from_metadata):
4111         
4112         Set size for new windows from previous window size.
4113         See bugs #354968 and #168450 for details. Thanks
4114         to Meik Hellmund.
4115
4116 2006-10-01  Carlos Garcia Campos  <carlosgc@gnome.org>
4117
4118         * djvu/djvu-links.c: (build_tree):
4119
4120         Fix memory leak.
4121
4122 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4123
4124         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_set_document):
4125         
4126         Don't make sidebar close button insensitive. Fixes
4127         bug #357871.
4128
4129 2006-10-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4130
4131         * shell/ev-window.c: (ev_window_setup_action_sensitivity),
4132         (ev_window_set_view_accels_sensitivity):
4133         
4134         Don't enable Slash on documents which don't support
4135         find. Fixes bug #358648.
4136
4137 2006-10-01  Wouter Bolsterlee  <wbolster@gnome.org>
4138
4139         * shell/ev-window.c: (ev_window_cmd_file_open): Make the
4140         open dialog fall back to the current document uri if the
4141         filechooser hasn't been used before. Fixes bug #356980.
4142
4143 2006-09-24  Mathias Hasselmann  <mathias.hasselmann@gmx.de>
4144
4145         * shell/ev-window.c: (ev_window_setup_recent), 
4146         (ev_window_get_recent_file_label):
4147
4148         Escape underscores in filenames of recent file items.
4149
4150 2006-09-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4151
4152         * configure.ac:
4153         
4154         Bumped poppler requirements, really 0.5.3 is very 
4155         buggy, now we require 0.5.4.
4156
4157 2006-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4158
4159         * djvu/Makefile.am:
4160         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
4161         (djvu_document_find_iface_init), (djvu_document_links_get_links),
4162         (djvu_document_document_links_iface_init):
4163         * djvu/djvu-links.c: (number_from_miniexp), (string_from_miniexp),
4164         (number_from_string_10), (get_djvu_link_dest),
4165         (get_djvu_link_action), (build_tree), (get_djvu_hyperlink_area),
4166         (get_djvu_hyperlink_mapping), (djvu_links_has_document_links),
4167         (djvu_links_get_links), (djvu_links_find_link_dest),
4168         (djvu_links_get_links_model):
4169         * djvu/djvu-links.h:
4170         
4171         Add support for links and bookmarks in djvu documents. Thanks
4172         to Pauli Virtanen <pauli.virtanen@iki.fi> for the wonderful
4173         patch.
4174
4175 2006-09-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4176
4177         * shell/ev-application.c: (ev_application_open_uri_at_dest):
4178         
4179         Reopen should reload document. Fixes 
4180         bug 327951.
4181
4182 2006-09-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4183
4184         * configure.ac:
4185         * data/Makefile.am:
4186         * data/evince-16.png:
4187         * data/evince-22.png:
4188         * data/evince.png:
4189         * data/evince.svg:
4190         * data/icons/16x16/Makefile.am:
4191         * data/icons/16x16/evince.png:
4192         * data/icons/22x22/Makefile.am:
4193         * data/icons/22x22/evince.png:
4194         * data/icons/48x48/Makefile.am:
4195         * data/icons/48x48/evince.png:
4196         * data/icons/Makefile.am:
4197         * data/icons/scalable/Makefile.am:
4198         * data/icons/scalable/evince.svg:
4199         
4200         Install icons with correct names. Fixes
4201         bug #354429.
4202
4203 2006-09-07  Carlos Garcia Campos  <carlosgc@gnome.org>
4204
4205         * shell/ev-view.c: (ev_view_button_release_event):
4206
4207         Don't open links with middle mouse button. Fixes bug #353649
4208
4209 2006-09-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4210
4211         * NEWS:
4212         * configure.ac:
4213         
4214         Update for release 0.6.0
4215
4216 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4217
4218         * shell/ev-window.c: (ev_window_xfer_job_cb), (do_action_named):
4219         Implement Close named action. Patch by Carlos Garcia Campos.
4220
4221 2006-08-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4222
4223         * shell/ev-pixbuf-cache.c: (copy_job_to_job_info):
4224         
4225         Don't clear link mapping on copy_job_to_job_info. Fixes
4226         bug 346168.
4227
4228 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4229
4230         * shell/main.c: (main):
4231
4232         Revert my previous commit, gnome_program_init owns the option context.
4233         Fix another memory leak in main. Both caught by Christian Persch. 
4234
4235 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4236
4237         * shell/main.c: (main):
4238
4239         Fix memory leak.
4240
4241 2006-08-21  Carlos Garcia Campos  <carlosgc@gnome.org>
4242
4243         * backend/ev-document-factory.c: (ev_document_factory_get_document):
4244
4245         Fix crash when opening a pdf with password protection. 
4246
4247 2006-08-19  Carlos Garcia Campos  <carlosgc@gnome.org>
4248
4249         * pdf/ev-poppler.cc: (pdf_document_search_free):
4250
4251         Fix memory leak. 
4252
4253 2006-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4254
4255         * backend/ev-document-factory.c:
4256         (ev_document_factory_get_document):
4257         * tiff/tiff-document.c: (tiff_document_finalize):
4258         
4259         More correct handling of document loading. Fixes
4260         bug #349043.
4261
4262 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4263
4264         * backend/ev-attachment.c: (ev_attachment_save):
4265
4266         Remove GNOME_VFS_OPEN_TRUNCATE flag which is only available with
4267         gnome-vfs >= 2.9.3 and it's not really needed. Fixes bug #351493
4268
4269 2006-08-15  Julien Rebetez  <julienr@cvs.gnome.org>
4270         
4271         * shell/ev-window.c: (ev_window_cmd_recent_file_activate):
4272         Fixed a compilation error if HAVE_GTK_RECENT isn't defined.
4273
4274 2006-08-14  Carlos Garcia Campos  <carlosgc@gnome.org>
4275
4276         * shell/ev-sidebar-thumbnails.c:
4277
4278         Do not render thumbnails unless thumbnails page is active in the
4279         sidebar.
4280
4281 2006-08-14  Christian Persch  <chpe@cvs.gnome.org>
4282
4283         * shell/ev-properties-dialog.c:
4284
4285         Fix dialogue spacing. Bug #351370.
4286
4287 2006-08-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4288
4289         * configure.ac:
4290
4291         Use lowercase gettext catalog file names (evince.mo
4292         instead of Evince.mo)
4293
4294 2006-08-13  Carlos Garcia Campos  <carlosgc@gnome.org>
4295
4296         * shell/ev-sidebar-attachments.c:
4297
4298         GtkIconTheme is now screen safe too. Fixes bug #350878
4299
4300 2006-08-11  Carlos Garcia Campos  <carlosgc@gnome.org>
4301
4302         * shell/ev-window.c:
4303
4304         GtkRecent manager is now screen safe. Fixes bug #350145
4305
4306 2006-08-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4307
4308         * shell/ev-sidebar.c: (ev_sidebar_init):
4309         
4310         Make sidebar close icon smaller. Fix for bug 350177.
4311         See also bugs 350176 and 165770.
4312
4313 2006-08-10  Carlos Garcia Campos  <carlosgc@gnome.org>
4314
4315         * shell/ev-view.c: (goto_fith_dest), (goto_fit_dest), (goto_xyz_dest):
4316
4317         Ignore zoom for xyz destinations when it's <= 1, keeping user
4318         preferences instead. Set correct sizing-mode for fith and fitv
4319         destinations rather than EV_SIZING_FREE. Fixes bug #349433
4320
4321 2006-08-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4322
4323         * NEWS:
4324         * configure.ac:
4325         
4326         Update for release 0.5.5
4327
4328 2006-08-07  Radoslav Dorcik <dixiecko@gmail.com>
4329         
4330         * shell/ev-window.c: (ev_window_cmd_escape)
4331
4332         Escape unfocus page entry. Fixes bug #345809.
4333
4334 2006-08-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4335
4336         * pdf/ev-poppler.cc: (ev_link_dest_from_dest), (ev_link_from_action),
4337         (build_tree), (pdf_document_links_get_links),
4338         (pdf_document_links_find_link_dest):
4339         * shell/ev-view.c: (goto_fitr_dest), (goto_fith_dest),
4340         (goto_xyz_dest):
4341
4342         Convert from PDF style coordinates to X style coordinates in the
4343         backend rather than in the view. Fixes bug #338440
4344
4345 2006-08-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4346
4347         * shell/ev-window.c:
4348         
4349         Remove Ctrl+Shift+T shortcut for toolbars. See
4350         the bug #350098.
4351
4352 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4353
4354         * configure.ac:
4355
4356         Use [] in AC_DEFINE for GtkRecent. Probably build was failing because
4357         of this. 
4358
4359 2006-08-05  Carlos Garcia Campos  <carlosgc@gnome.org>
4360
4361         * configure.ac:
4362         * cut-n-paste/Makefile.am:
4363         * data/evince-ui.xml:
4364         * shell/Makefile.am:
4365         * shell/ev-application.[ch]:
4366         * shell/ev-window.c:
4367
4368         Use GtkRecent instead of EggRecent when it's available. Fixes bug
4369         #349273
4370
4371 2006-08-04  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4372
4373         * shell/eggfindbar.c: (egg_find_bar_init): Fixed typo in
4374         findbar code: s/help/search/
4375
4376 2006-08-04  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4377
4378         * shell/ev-window.c: (setup_document_from_metadata),
4379         (setup_chrome_from_metadata), (setup_sidebar_from_metadata),
4380         (setup_view_from_metadata):
4381         
4382         Fix memory leaks.
4383
4384 2006-07-31  Christian Persch  <chpe@cvs.gnome.org>
4385
4386         * autogen.sh, configure.ac: 
4387         
4388         Update automake usage. See bug 349292.
4389
4390 2006-07-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4391
4392         * shell/eggfindbar.c: (egg_find_bar_class_init),
4393         (entry_activate_callback), (egg_find_bar_init),
4394         (egg_find_bar_set_status_text):
4395         * shell/eggfindbar.h:
4396         
4397         Unify Evince findbar with Epiphany. Nice patch
4398         from Fabricio Silva <silva@crans.org> and
4399         Frederic Peters <fpeters@entrouvert.com>. See
4400         bug #339966 for details.
4401
4402 2006-07-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4403
4404         * data/evince.desktop.in.in:
4405         
4406         Correct information for bugzilla. Thanks to
4407         Olaf Vitters, see bug #348855.
4408
4409 2006-07-26  Carlos Garcia Campos  <carlosgc@gnome.org>
4410
4411         * shell/ev-jobs.[ch]:
4412         * shell/ev-sidebar-links.c:
4413         * shell/ev-window.[ch]:
4414
4415         GtkPrintJob doesn't support print ranges or current page, so we export
4416         to a ps file now when printing ranges or current page.
4417
4418 2006-07-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4419
4420         * pdf/ev-poppler.cc:
4421         * shell/ev-window.c: (do_action_named):
4422
4423         We should be more clear about bugzilla. See the
4424         poppler bug #7623.
4425
4426 2006-07-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4427
4428         * configure.ac:
4429         * shell/Makefile.am:
4430         * shell/ev-job-queue.c:
4431         * shell/ev-jobs.[ch]:
4432         * shell/ev-sidebar-links.c:
4433         * shell/ev-window.[ch]:
4434         
4435         Use GtkPrint instead of GnomePrint when it's available. Fixes bug
4436         #348422
4437
4438 2006-07-17  Carlos Garcia Campos  <carlosgc@gnome.org>
4439
4440         * data/evince-toolbar.xml: Add preview toolbar (hidden by default)
4441         * shell/ev-application-service.xml:
4442         * shell/ev-application.[ch]:
4443         * shell/ev-jobs.[ch]:
4444         * shell/ev-window.[ch]: (ev_window_run_preview):
4445         * shell/main.c: 
4446
4447         Add preview mode to use evince as a printing previewer. It also adds
4448         other command line options for fullscreen and presentation modes.
4449         Fixes bugs #347822, #317031
4450
4451 2006-07-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4452
4453         * NEWS:
4454         * configure.ac:
4455         
4456         Update for release 0.5.4
4457
4458 2006-07-11  Bastien Nocera <hadess@hadess.net>
4459
4460         * Makefile.am:
4461         * backend/Makefile.am:
4462         * backend/ev-document-factory.c: (ev_document_factory_add_filters):
4463         * backend/ev-document-factory.h:
4464         * configure.ac:
4465         * impress/.cvsignore:
4466         * impress/Makefile.am:
4467         * impress/common.h:
4468         * impress/document.c: (_imp_load_xml), (imp_open), (imp_nr_pages),
4469         (imp_get_page), (imp_next_page), (imp_prev_page),
4470         (imp_get_page_no), (imp_get_page_name), (imp_get_xml), (imp_close):
4471         * impress/f_oasis.c: (render_object), (render_page),
4472         (get_geometry), (_imp_oasis_load):
4473         * impress/f_oo13.c: (render_object), (render_page), (get_geometry),
4474         (_imp_oo13_load):
4475         * impress/iksemel.c: (iks_malloc), (iks_free), (iks_set_mem_funcs),
4476         (iks_strdup), (iks_strcat), (iks_strcmp), (iks_strcasecmp),
4477         (iks_strncmp), (iks_strncasecmp), (iks_strlen), (iks_escape),
4478         (iks_unescape), (find_space), (iks_stack_new), (iks_stack_alloc),
4479         (iks_stack_strdup), (iks_stack_strcat), (iks_stack_stat),
4480         (iks_stack_delete), (iks_sax_new), (iks_sax_extend),
4481         (iks_parser_stack), (iks_user_data), (iks_nr_bytes),
4482         (iks_nr_lines), (stack_init), (stack_expand), (sax_core),
4483         (iks_parse), (iks_parser_reset), (iks_parser_delete), (iks_new),
4484         (iks_new_within), (iks_insert), (iks_insert_cdata),
4485         (iks_insert_attrib), (iks_insert_node), (iks_hide), (iks_delete),
4486         (iks_next), (iks_next_tag), (iks_prev), (iks_prev_tag),
4487         (iks_parent), (iks_root), (iks_child), (iks_first_tag),
4488         (iks_attrib), (iks_find), (iks_find_cdata), (iks_find_attrib),
4489         (iks_find_with_attrib), (iks_stack), (iks_type), (iks_name),
4490         (iks_cdata), (iks_cdata_size), (iks_has_children),
4491         (iks_has_attribs), (escape_size), (my_strcat), (escape),
4492         (iks_string), (iks_copy_within), (iks_copy), (tagHook),
4493         (cdataHook), (deleteHook), (iks_dom_new), (iks_set_size_hint),
4494         (iks_tree), (iks_load), (iks_save):
4495         * impress/iksemel.h:
4496         * impress/imposter.h:
4497         * impress/impress-document.c: (G_DEFINE_TYPE_WITH_CODE),
4498         (imp_render_draw_bezier_real), (imp_render_get_size),
4499         (imp_render_set_fg_color), (imp_render_draw_line),
4500         (imp_render_draw_rect), (imp_render_draw_polygon),
4501         (imp_render_draw_arc), (imp_render_draw_bezier),
4502         (imp_render_open_image), (imp_render_get_image_size),
4503         (imp_render_scale_image), (imp_render_draw_image),
4504         (imp_render_close_image), (imp_render_markup),
4505         (imp_render_get_text_size), (imp_render_draw_text),
4506         (impress_document_load), (impress_document_save),
4507         (impress_document_get_n_pages), (impress_document_get_page_size),
4508         (imp_render_get_from_drawable), (impress_document_render_pixbuf),
4509         (impress_document_finalize), (impress_document_class_init),
4510         (impress_document_can_get_text), (impress_document_get_info),
4511         (impress_document_document_iface_init),
4512         (impress_document_thumbnails_get_thumbnail),
4513         (impress_document_thumbnails_get_dimensions),
4514         (impress_document_document_thumbnails_iface_init),
4515         (impress_document_init):
4516         * impress/impress-document.h:
4517         * impress/internal.h:
4518         * impress/r_back.c: (_imp_fill_back):
4519         * impress/r_draw.c: (_imp_draw_rect), (_imp_draw_line_end),
4520         (_imp_draw_image), (_imp_tile_image):
4521         * impress/r_geometry.c: (r_parse_color), (r_get_color), (fg_color),
4522         (r_get_x), (r_get_y), (r_get_angle), (r_get_viewbox), (r_polygon),
4523         (r_polyline):
4524         * impress/r_gradient.c: (poly_rotate), (r_draw_gradient_simple),
4525         (r_draw_gradient_complex), (r_draw_gradient):
4526         * impress/r_style.c: (get_style), (r_get_style), (get_style_x),
4527         (r_get_bullet):
4528         * impress/r_text.c: (add_line), (add_span), (calc_sizes),
4529         (calc_pos), (_imp_draw_layout), (text_span), (text_p), (text_list),
4530         (r_text):
4531         * impress/render.c: (imp_create_context), (imp_context_set_page),
4532         (imp_context_set_step), (imp_render), (imp_delete_context):
4533         * impress/render.h:
4534         * impress/zip.c: (zip_error), (find_cd), (get_long), (get_word),
4535         (list_files), (zip_open), (zip_close), (find_file), (seek_file),
4536         (zip_load_xml), (zip_get_size), (zip_load):
4537         * impress/zip.h:
4538         * shell/ev-utils.c:
4539         
4540         New backend to support impress slides. Fixes bug #30867.
4541
4542 2006-07-10  Ghee Teo  <ghee.teo@sun.com>
4543
4544         * shell/ev-utils.c: (using_postscript_printer):
4545         
4546         Fixes crash when print using PAPI backend,
4547         bug #345012.
4548
4549 2006-06-09  Pat Rondon  <pmr@patrondon.org>
4550
4551         * shell/ev-jobs.c: (ev_job_xfer_run):
4552         * shell/ev-window.c: (password_dialog_response),
4553         (ev_window_popup_password_dialog), (ev_window_xfer_job_cb),
4554         (ev_window_dispose):
4555         Fixes bug #344160: if the xfer job doesn't complete
4556         because a password is required, reload the existing
4557         instance instead of creating a new one.
4558
4559 2006-06-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4560
4561         * shell/main.c: (main): Call gdk_threads_init. Thus
4562         we'll avoid errors in auth dialog. Fix for the bug
4563         #343347.
4564
4565 2006-06-01  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4566
4567         * configure.ac: Advertise pixbuf support, fix
4568         for the bug 343317.
4569
4570 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4571
4572         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_refresh),
4573         (ev_sidebar_thumbnails_set_document):
4574         
4575         Update sidebar thumbnails after reloading.
4576
4577 2006-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4578
4579         * shell/ev-jobs.c: (ev_job_xfer_dispose), (ev_job_xfer_new):
4580         * shell/ev-jobs.h:
4581         * shell/ev-window.c: (ev_window_xfer_job_cb), (ev_window_open_uri),
4582         (ev_window_cmd_view_reload), (ev_window_init):
4583         
4584         Don't crash on reload. Fix for the bug #343167.
4585
4586 2006-05-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4587
4588         * shell/ev-jobs.c: (ev_job_render_run):
4589         
4590         Check for document links.
4591
4592 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4593
4594         * backend/ev-attachment.c: (ev_attachment_save),
4595         (ev_attachment_launch_app), (ev_attachment_open):
4596         * backend/ev-document-factory.c: (get_document_from_uri):
4597         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
4598         (egg_recent_view_uimanager_set_list):
4599         * ps/ps-document.c: (check_filecompressed), (document_load),
4600         (ps_document_load):
4601         * shell/ev-metadata-manager.c: (load_values):
4602         * shell/ev-password.c: (ev_password_dialog_set_property):
4603         * shell/ev-view.c: (tip_from_link):
4604         * shell/ev-window.c: (file_save_dialog_response_cb),
4605         (ev_window_print_dialog_response_cb):
4606         
4607         Use consistent quoting style. Fix for the bug #320285.
4608
4609 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4610
4611         * shell/ev-jobs.c: (ev_job_xfer_run):
4612         * shell/main.c: (load_files):
4613                 
4614         Open links with anchors. Fix for the bug #339836.
4615
4616 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4617
4618         * backend/ev-link-dest.c: (ev_link_dest_type_get_type),
4619         (ev_link_dest_get_page_label), (ev_link_dest_get_property),
4620         (ev_link_dest_set_property), (ev_link_dest_finalize),
4621         (ev_link_dest_class_init), (ev_link_dest_new_named),
4622         (ev_link_dest_new_page_label):
4623         * backend/ev-link-dest.h:
4624         * shell/ev-application.c: (ev_application_open_uri):
4625         * shell/ev-view.c: (goto_dest):
4626         * shell/ev-window.c:
4627         * shell/ev-window.h:
4628         
4629         Fix page-label command line option. Bug #342070.
4630
4631 2006-05-27  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
4632
4633         * shell/ev-view.c: (ev_view_expose_event), (draw_one_page):
4634         
4635         Don't show highlight rects if page can't be showed. Fix for 
4636         the bug #342076
4637
4638 2006-05-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4639
4640         * shell/ev-window.c: (setup_sidebar_from_metadata),
4641         (ev_window_sidebar_visibility_changed_cb), (ev_window_init):
4642         
4643         Setup sidebar from metadata even if there is no document
4644         loaded. Fix for the bug #342807.
4645
4646 2006-05-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4647
4648         * cut-n-paste/toolbar-editor/Makefile.am:
4649         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
4650         (get_dock_position), (get_toolbar_position), (get_toolbar_nth),
4651         (find_action), (drag_data_delete_cb), (drag_begin_cb),
4652         (drag_end_cb), (drag_data_get_cb), (move_item_cb),
4653         (remove_item_cb), (remove_toolbar_cb), (popup_context_deactivate),
4654         (popup_context_menu_cb), (button_press_event_cb),
4655         (configure_item_sensitivity), (configure_item_cursor),
4656         (configure_item_tooltip), (connect_widget_signals),
4657         (action_sensitive_cb), (create_item_from_action),
4658         (create_item_from_position), (toolbar_drag_data_received_cb),
4659         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
4660         (toolbar_drag_leave_cb), (configure_drag_dest),
4661         (toggled_visibility_cb), (toolbar_visibility_refresh),
4662         (create_dock), (toolbar_changed_cb), (unparent_fixed),
4663         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
4664         (item_added_cb), (item_removed_cb), (egg_editable_toolbar_build),
4665         (egg_editable_toolbar_set_model), (egg_editable_toolbar_init),
4666         (egg_editable_toolbar_dispose),
4667         (egg_editable_toolbar_set_ui_manager),
4668         (egg_editable_toolbar_get_selected),
4669         (egg_editable_toolbar_set_selected), (set_edit_mode),
4670         (egg_editable_toolbar_set_property),
4671         (egg_editable_toolbar_get_property),
4672         (egg_editable_toolbar_class_init), (egg_editable_toolbar_new),
4673         (egg_editable_toolbar_new_with_model),
4674         (egg_editable_toolbar_get_edit_mode),
4675         (egg_editable_toolbar_set_edit_mode),
4676         (egg_editable_toolbar_add_visibility), (egg_editable_toolbar_show),
4677         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed):
4678         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
4679         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c: (compare_items),
4680         (item_added_or_removed_cb), (toolbar_removed_cb),
4681         (egg_toolbar_editor_set_model), (egg_toolbar_editor_class_init),
4682         (egg_toolbar_editor_finalize), (drag_begin_cb), (drag_end_cb),
4683         (drag_data_get_cb), (set_drag_cursor), (editor_create_item),
4684         (editor_create_item_from_name), (append_table),
4685         (update_editor_sheet), (egg_toolbar_editor_init):
4686         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
4687         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
4688         (egg_toolbars_model_to_xml), (egg_toolbars_model_save_toolbars),
4689         (is_unique), (toolbar_node_new), (item_node_new), (item_node_free),
4690         (toolbar_node_free), (egg_toolbars_model_get_flags),
4691         (egg_toolbars_model_set_flags), (egg_toolbars_model_get_data),
4692         (egg_toolbars_model_get_name), (impl_add_item),
4693         (egg_toolbars_model_add_item), (egg_toolbars_model_add_toolbar),
4694         (parse_data_list), (parse_item_list), (parse_toolbars),
4695         (egg_toolbars_model_load_toolbars), (parse_available_list),
4696         (parse_names), (egg_toolbars_model_load_names),
4697         (egg_toolbars_model_class_init), (egg_toolbars_model_init),
4698         (egg_toolbars_model_finalize), (egg_toolbars_model_remove_toolbar),
4699         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
4700         (egg_toolbars_model_delete_item), (egg_toolbars_model_n_items),
4701         (egg_toolbars_model_item_nth), (egg_toolbars_model_n_toolbars),
4702         (egg_toolbars_model_toolbar_nth), (egg_toolbars_model_get_types),
4703         (egg_toolbars_model_set_types), (fill_avail_array),
4704         (egg_toolbars_model_get_name_avail),
4705         (egg_toolbars_model_get_name_flags),
4706         (egg_toolbars_model_set_name_flags):
4707         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
4708         * cut-n-paste/toolbar-editor/eggintl.h:
4709         * cut-n-paste/toolbar-editor/eggtreemultidnd.c:
4710         (egg_tree_multi_drag_source_get_type),
4711         (egg_tree_multi_drag_source_row_draggable),
4712         (egg_tree_multi_drag_source_drag_data_delete),
4713         (egg_tree_multi_drag_source_drag_data_get), (stop_drag_check),
4714         (egg_tree_multi_drag_button_release_event), (selection_foreach),
4715         (path_list_free), (set_context_data), (get_context_data),
4716         (get_info), (egg_tree_multi_drag_drag_data_get),
4717         (egg_tree_multi_drag_motion_event),
4718         (egg_tree_multi_drag_button_press_event),
4719         (egg_tree_multi_drag_add_drag_support):
4720         * cut-n-paste/toolbar-editor/eggtreemultidnd.h:
4721         * shell/ev-application.c: (ev_application_init),
4722         (ev_application_save_toolbars_model):
4723         * shell/ev-window.c: (ev_window_create_fullscreen_popup),
4724         (ev_window_cmd_edit_toolbar), (ev_window_init):
4725         
4726         Sync toolbareditor with epiphany and libegg
4727
4728 2006-05-23  Carlos Garcia Campos  <carlosgc@gnome.org>
4729
4730         * configure.ac: 
4731
4732         Depend on poppler 0.5.2
4733
4734 2006-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4735
4736         * shell/ev-jobs.c: (ev_job_render_run):
4737         
4738         Check if document supports links iterface.
4739
4740 2006-05-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4741
4742         * NEWS:
4743         * configure.ac:
4744         
4745         Update for release 0.5.3
4746
4747 2006-05-13  Michael Plump  <plumpy@skylab.org>
4748
4749         * configure.ac:
4750         * shell/Makefile.am:
4751         * shell/main.c: (main):
4752         
4753         Port to GOption command line parsing. Fix for the 
4754         bug #327518
4755
4756 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4757
4758         * shell/ev-window.c: (ev_window_cmd_help_about):
4759         
4760         Do not wrap license. Fix for the bug #309460.
4761
4762 2006-05-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4763
4764         * configure.ac:
4765         * properties/ev-properties-main.c: (ev_properties_get_pages):
4766         * shell/ev-application.c: (ev_application_open_window),
4767         (ev_application_open_uri_at_dest):
4768         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4769         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
4770         (ev_sidebar_thumbnails_use_icon_view), (page_changed_cb):
4771         * shell/ev-utils.c: (save_print_config_to_file):
4772         * shell/ev-window.c: (ev_window_cmd_save_as),
4773         (ev_attachment_popup_cmd_save_attachment_as):
4774         * shell/main.c: (load_files_remote):
4775         
4776         Bump requirements to gtk 2.8 and drop all ifdefs used.
4777
4778 2006-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4779
4780         * shell/ev-sidebar-attachments.c: (ev_sidebar_attachments_init):
4781         * shell/ev-window.c: (ev_window_init):
4782         
4783         Show attachments page.
4784
4785 2006-05-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4786
4787         * po/POTFILES.in:
4788         * shell/ev-attachment-bar.c:
4789         * shell/ev-attachment-bar.h:
4790         * shell/ev-sidebar-attachments.c:
4791         (ev_sidebar_attachments_icon_cache_add),
4792         (icon_theme_get_pixbuf_from_mime_type),
4793         (ev_sidebar_attachments_icon_cache_get), (icon_cache_update_icon),
4794         (ev_sidebar_attachments_icon_cache_refresh),
4795         (ev_sidebar_attachments_get_attachment_at_pos),
4796         (ev_sidebar_attachments_popup_menu_show),
4797         (ev_sidebar_attachments_popup_menu),
4798         (ev_sidebar_attachments_button_press),
4799         (ev_sidebar_attachments_update_icons),
4800         (ev_sidebar_attachments_drag_data_get),
4801         (ev_sidebar_attachments_get_property),
4802         (ev_sidebar_attachments_destroy),
4803         (ev_sidebar_attachments_class_init), (ev_sidebar_attachments_init),
4804         (ev_sidebar_attachments_new),
4805         (ev_sidebar_attachments_set_document),
4806         (ev_sidebar_attachments_support_document),
4807         (ev_sidebar_attachments_get_label),
4808         (ev_sidebar_attachments_page_iface_init):
4809         * shell/ev-sidebar-attachments.h:
4810         * shell/ev-window.c: (update_chrome_visibility),
4811         (setup_sidebar_from_metadata), (ev_window_setup_document),
4812         (ev_window_sidebar_current_page_changed_cb),
4813         (attachment_bar_menu_popup_cb), (ev_window_init):
4814         
4815         Move attachments bar to sidebar.
4816
4817 2006-05-09  Carlos Garcia Campos  <carlosgc@gnome.org>
4818
4819         * pdf/ev-poppler.cc:
4820         * shell/ev-application.[ch]:
4821         * shell/main.c:
4822
4823         Fix some memory leaks.
4824
4825 2006-05-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4826
4827         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
4828
4829         Change the properties dialog response to
4830         GTK_RESPONSE_CANCEL instead of GTK_RESPONSE_CLOSE. This
4831         will make the dialog go away when the user presses
4832         enter. With gtk+ >= 2.9 this will happen anyway, but for
4833         older gtk+ versions only GTK_RESPONSE_CANCEL is bound to
4834         escape by default. Fixes bug #340539. See also bug
4835         #101293 for the gtk+ part.
4836
4837 2006-05-08  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
4838
4839         * shell/ev-view.c (tip_from_action_named): Replace some strings
4840         that were wrong. Closes #340970.
4841
4842 2006-05-08  Carlos Garcia Campos  <carlosgc@gnome.org>
4843
4844         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
4845
4846         Update sidebar chrome flag when sidebar visibility changes. Fixes bug
4847         #341049
4848
4849 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4850
4851         * djvu/Makefile.am:
4852         * dvi/Makefile.am:
4853         * dvi/mdvi-lib/Makefile.am:
4854         * properties/Makefile.am:
4855         * ps/Makefile.am:
4856         * shell/Makefile.am:
4857         * thumbnailer/Makefile.am:
4858         
4859         Due to broken libtool that is unable to track dependencies
4860         of noinst libraries we are forced to explicitely point
4861         libraries for binary. Fix for the bug #333334.
4862
4863 2006-05-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4864
4865         * data/evince.desktop.in.in:
4866         * shell/ev-view.c: (view_update_range_and_current_page),
4867         (ev_view_next_page), (ev_view_previous_page):
4868         * shell/ev-window.c: (update_chrome_visibility),
4869         (setup_sidebar_from_metadata), (ev_window_setup_document),
4870         (ev_window_update_fullscreen_popup), (fullscreen_timeout_cb),
4871         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4872         (fullscreen_motion_notify_cb), (ev_window_run_fullscreen),
4873         (ev_window_stop_fullscreen), (ev_window_run_presentation),
4874         (ev_window_stop_presentation), (ev_window_focus_in_event),
4875         (ev_window_focus_out_event), (ev_window_view_sidebar_cb),
4876         (ev_window_init):
4877         * thumbnailer/Makefile.am:
4878         
4879         Update fullscreen and presentation timeout handling. Hide
4880         cursor in presentation after timeout. Fix for the bugs
4881         #136359 and #336981.
4882
4883 2006-05-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4884
4885         * backend/ev-link-action.[ch]:
4886         * pdf/ev-poppler.cc: (ev_link_from_action):
4887         * shell/ev-view-private.h:
4888         * shell/ev-view.c: (ev_view_handle_link), (tip_from_action_named):
4889         * shell/ev-window.c: (do_action_named), (view_external_link_cb):
4890
4891         Add support for Named Action links
4892
4893 2006-05-02  Carlos Garcia Campos  <carlosgc@gnome.org>
4894
4895         * backend/Makefile.am:
4896         * backend/ev-document-links.[ch]:
4897         * backend/ev-document.[ch]:
4898         * backend/ev-link-action.[ch]:
4899         * backend/ev-link-dest.[ch]:
4900         * backend/ev-link.[ch]:
4901         * pdf/ev-poppler.cc: (pdf_document_find_link_dest),
4902         (ev_link_dest_from_dest), (ev_link_from_action), (build_tree):
4903         * shell/ev-page-action.c: (build_new_tree_cb):
4904         * shell/ev-sidebar-links.c: (get_page_from_dest), (print_section_cb),
4905         (links_page_num_func), (update_page_callback):
4906         * shell/ev-view.[ch]: (ev_view_goto_dest), (ev_view_handle_link),
4907         (tip_from_link):
4908         * shell/ev-jobs.c:
4909         * shell/ev-window.[ch]: (ev_window_open_uri),
4910         (sidebar_links_link_activated_cb), (ev_view_popup_cmd_open_link):
4911         * shell/ev-application.[ch]: (ev_application_open_window),
4912         (ev_application_open_uri):
4913
4914         Rework links system, it adds support for remote links now and it makes
4915         easier to add new kinds of actions and destinations. Fixes bug #317292
4916
4917 2006-05-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4918
4919         * data/Makefile.am:
4920         * data/evince.png:
4921         * data/evince-16.png:
4922         * data/evince-22.png:
4923         * data/evince.svg:
4924         * shell/main.c: (main):
4925         
4926         Evince use it's own icon. Fix for the bug #313392.
4927
4928         * shell/ev-window.c: (fullscreen_timeout_cb),
4929         (fullscreen_set_timeout), (fullscreen_clear_timeout),
4930         (ev_window_cmd_help_about), (ev_window_dispose):
4931         
4932         Simplify fullscreen timeout code.
4933
4934 2006-04-29  Carlos Garcia Campos  <carlosgc@gnome.org>
4935
4936         * backend/ev-attachment.c: 
4937         * shell/ev-attachment-bar.c:
4938         * shell/ev-window.c:
4939
4940         Allow multiple selection of attachments
4941
4942 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4943
4944         * shell/ev-view.c: (view_update_range_and_current_page),
4945         (ev_view_scroll):
4946         
4947         Fix for the bug #312573 – Optimal selection of current 
4948         page among visible pages.
4949
4950 2006-04-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
4951
4952         * configure.ac:
4953         * djvu/Makefile.am:
4954         * djvu/djvu-text.h:
4955         
4956         Update to djvulibre-3.5.17, now it uses pkg-config. Fix
4957         for the bug 339868.
4958
4959 2006-04-22  Kjartan Maraas  <kmaraas@gnome.org>
4960
4961         * configure.ac: Fix the LINGUAS stuff here too so it builds.
4962
4963 2006-04-21  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4964
4965         * shell/ev-window.c: Add ellipsis to the Find... menu item, as
4966         dictated by the GNOME HIG. Fixes bug #339235.
4967
4968 2006-04-20  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4969
4970         * data/evince-ui.xml:
4971         * shell/ev-view.c: (ev_view_can_find_previous):
4972         * shell/ev-view.h:
4973         * shell/ev-window.c: (ev_window_update_actions),
4974         (ev_window_cmd_edit_find_previous):
4975
4976         Add support for "Find Previous" as dictated by the GNOME HIG. A
4977         menu item is added and some glue code to make it all work is added
4978         to various files.
4979
4980 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4981
4982         * configure.ac: Award myself the "useless use of cat" award.
4983
4984 2006-04-09  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
4985
4986         * po/LINGUAS: New file listing all supported languages.
4987
4988         * configure.in: Use po/LINGUAS instead of including all languages
4989         directly in this file. See the wiki for more information:
4990         http://live.gnome.org/GnomeGoals/PoLinguas
4991
4992 2006-04-06  Carlos Garcia Campos  <carlosgc@gnome.org>
4993
4994         * backend/ev-document-factory.c:
4995
4996         Do not load the document twice when there isn't errors
4997
4998 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
4999
5000         * backend/ev-attachment.c: 
5001
5002         Fix a crash when there isn't a default application to open an
5003         attachment
5004
5005 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5006
5007         * backend/ev-attachment.[ch]:
5008         * shell/ev-attachment-bar.[ch]:
5009
5010         Added missing files. 
5011
5012 2006-04-03  Carlos Garcia Campos  <carlosgc@gnome.org>
5013
5014         * backend/Makefile.am:
5015         * data/evince-ui.xml:
5016         * backend/ev-attachment.[ch]:
5017         * backend/ev-document.[ch]: (ev_document_has_attachments),
5018         (ev_document_get_attachments):
5019         * pdf/ev-poppler.cc: (pdf_document_has_attachments),
5020         (attachment_save_to_buffer), (pdf_document_get_attachments),
5021         (pdf_document_document_iface_init):
5022         * shell/Makefile.am:
5023         * shell/ev-attachment-bar.[ch]:
5024         * shell/ev-window.c:
5025
5026         Add support for PDF attachments. Fixes bug #325143
5027
5028 2006-04-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5029
5030         * backend/ev-document-factory.c: (get_document_from_uri),
5031         (ev_document_factory_get_document):
5032         * backend/ev-document-factory.h:
5033         * properties/ev-properties-main.c: (ev_properties_get_pages):
5034         * shell/Makefile.am:
5035         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
5036         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
5037         (ev_job_queue_remove_job):
5038         * shell/ev-job-queue.h:
5039         * shell/ev-job-xfer.c:
5040         * shell/ev-job-xfer.h:
5041         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
5042         (ev_job_fonts_new), (ev_job_fonts_run), (ev_job_xfer_init),
5043         (ev_job_xfer_dispose), (ev_job_xfer_class_init), (ev_job_xfer_new),
5044         (ev_job_xfer_run):
5045         * shell/ev-jobs.h:
5046         * shell/ev-window.c: (ev_window_is_empty),
5047         (password_dialog_response), (ev_window_clear_xfer_job),
5048         (ev_window_xfer_job_cb), (ev_window_open_uri),
5049         (ev_window_cmd_focus_page_selector),
5050         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
5051         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5052         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5053         (ev_window_dispose):
5054         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5055         
5056         * Cleanup mime type detection on document load. Fix for the
5057         bug #336448.
5058
5059 2006-04-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5060
5061         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
5062         
5063         Fix crash on exit, described in the bug #336825.
5064
5065 2006-03-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5066
5067         * backend/ev-document-factory.c:
5068         (ev_document_factory_get_from_mime),
5069         (ev_document_factory_get_all_mime_types), (get_document_from_uri),
5070         (ev_document_factory_get_document),
5071         (file_filter_add_mime_list_and_free),
5072         (ev_document_factory_add_filters):
5073         * backend/ev-document-factory.h:
5074         * properties/ev-properties-main.c: (ev_properties_get_pages):
5075         * shell/Makefile.am:
5076         * shell/ev-application.c:
5077         * shell/ev-job-xfer.c: (ev_job_xfer_run):
5078         * shell/ev-window.c: (ev_window_cmd_file_open),
5079         (ev_window_cmd_save_as):
5080         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
5081         
5082         Rework factory functions so they are placed now in a single 
5083         file ev-document-factory.c
5084
5085 2006-03-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5086
5087         * shell/ev-window.c: (update_chrome_visibility):
5088         
5089         Fix for the bug 166566 - don't show menubar in fullscreen
5090         mode.
5091
5092 2006-03-22  Tommi Vainikainen  <thv@iki.fi>
5093
5094         * configure.ac (ALL_LINGUAS): Added Dzongkha (dz).
5095
5096 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5097
5098         * shell/ev-view.c: (ev_view_expose_event):
5099         
5100         More correctly draw loading text when document
5101         is empty.
5102
5103 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5104
5105         * shell/ev-view.c: (ev_view_scroll):
5106         
5107         Fix for the bug #334854, page down and page up switch
5108         pages in presentation mode.
5109
5110 2006-03-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5111
5112         * shell/ev-window.c: (ev_window_set_action_sensitive),
5113         (ev_window_setup_action_sensitivity), (ev_window_update_actions),
5114         (ev_window_set_view_accels_sensitivity),
5115         (update_chrome_visibility), (ev_window_cmd_focus_page_selector),
5116         (ev_window_cmd_continuous), (ev_window_cmd_dual),
5117         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
5118         (find_changed_cb), (page_changed_cb), (ev_window_setup_document),
5119         (ev_window_cmd_edit_find), (ev_window_set_page_mode),
5120         (ev_window_cmd_edit_toolbar_cb), (ev_window_zoom_changed_cb),
5121         (ev_window_has_selection_changed_cb), (find_bar_search_changed_cb),
5122         (view_actions_focus_in_cb), (ev_window_init):
5123         
5124         Fix for the bug #333902, now it's possible to search
5125         words with slash.
5126
5127 2006-03-16  Jérémy Ar Floc'h <jérémy.lefloch@gmail.com>
5128
5129         * configure.ac: Added Breton translation.
5130         * po/br.po: Added Breton translation.
5131
5132 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5133
5134         * shell/ev-window-title (ev_window_title_update):
5135
5136         Fix memory leak in window title. Fixes bug #333944
5137
5138 2006-03-14  Carlos Garcia Campos  <carlosgc@gnome.org>
5139
5140         * shell/ev-metadata-manager.c (parseItem):
5141
5142         Fix memory leaks. Fixes bug #333945
5143
5144 2006-03-13  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5145         
5146         * NEWS, configure.ac, TODO:
5147         
5148         Update for release 0.5.2.
5149
5150 2006-03-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5151
5152         * shell/ev-view.c: (view_update_range_and_current_page),
5153         (page_changed_cb):
5154         
5155         Don't jump on scrolling, fix for the bug #333127.
5156
5157 2006-03-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5158
5159         * shell/ev-view.c: (ev_view_next_page), (ev_view_previous_page):
5160         
5161         Scroll by one page in presentation mode. Fix for the bug
5162         #332993.
5163
5164 2006-03-01  Vladimer SIchinava <vlsichinava@gmail.com>
5165
5166         * configure.ac: Added ka (Georgian) to ALL_LINGUAS line.
5167
5168 2006-02-28  Clytie Siddall <clytie@riverland.net.au>
5169
5170         * configure.ac  Added lv in ALL_LINGUAS line.
5171
5172 2006-02-27  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
5173         
5174         * NEWS, configure.ac:
5175         
5176         Update for release 0.5.1
5177
5178 2006-02-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5179
5180         * backend/ev-document-misc.c: (ev_document_misc_paint_one_page):
5181         * backend/ev-document-misc.h:
5182         * shell/ev-view.c: (draw_one_page):
5183         
5184          Clairfy what page the toolbar page number applies to. Fix
5185          for the bug #328102.
5186
5187 2006-02-24  Stanislav Slusny <slusnys@gmail.com>
5188
5189         * shell/ev-view-private.h:
5190         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_event),
5191         (ev_view_init), (find_changed_cb), (ev_view_find_previous),
5192         (ev_view_search_changed):
5193         * shell/ev-view.h:
5194         * shell/ev-window.c: (find_bar_search_changed_cb):
5195         
5196         Dont't jump to find result if window was scrolled during search.
5197         Fix for the bug #313266.
5198
5199 2006-02-21  Stanislav Slusny <slusnys@gmail.com>
5200
5201         * shell/eggfindbar.c: (egg_find_bar_class_init):
5202         * shell/eggfindbar.h:
5203         * shell/ev-view-accessible.c: (ev_view_accessible_idle_do_action):
5204         * shell/ev-view-private.h:
5205         * shell/ev-view.c: (add_scroll_binding_keypad), (ev_view_scroll),
5206         (ev_view_class_init), (ev_sizing_mode_get_type),
5207         (ev_scroll_type_get_type):
5208         * shell/ev-view.h:
5209         * shell/ev-window.c: (ev_window_cmd_scroll_forward),
5210         (ev_window_cmd_scroll_backward), (find_bar_scroll),
5211         (ev_window_init):
5212         
5213         Fix for the bug 319133 - Find entry should allow text scroll.
5214
5215 2006-02-20  Antoine Dopffer <antoine.dopffer@free.fr>
5216
5217         * shell/ev-view-private.h:
5218         * shell/ev-view.c: (view_update_range_and_current_page),
5219         (highlight_find_results), (find_changed_cb), (page_changed_cb),
5220         (ev_view_set_document), (update_find_status_message),
5221         (jump_to_find_result), (jump_to_find_page), (ev_view_find_next),
5222         (ev_view_find_previous):
5223         
5224         Fix for the bug #319137. Search now takes account for scrolling.
5225
5226 2006-02-19  Michael Hofmann <mh21@piware.de>
5227
5228         * configure.ac:
5229         * djvu/Makefile.am:
5230         * djvu/djvu-document-private.h:
5231         * djvu/djvu-document.c: (G_DEFINE_TYPE_WITH_CODE),
5232         (djvu_handle_events), (djvu_document_load), (djvu_document_save),
5233         (djvu_document_get_page_size), (djvu_document_render_pixbuf),
5234         (djvu_document_can_get_text), (djvu_document_get_text),
5235         (djvu_document_document_iface_init),
5236         (djvu_document_thumbnails_get_thumbnail),
5237         (djvu_document_find_begin), (djvu_document_find_get_n_results),
5238         (djvu_document_find_get_result),
5239         (djvu_document_find_page_has_results),
5240         (djvu_document_find_get_progress), (djvu_document_find_cancel),
5241         (djvu_document_find_iface_init):
5242         * djvu/djvu-text-page.c: (djvu_text_page_selection_process),
5243         (djvu_text_page_selection), (djvu_text_page_limits_process),
5244         (djvu_text_page_limits), (djvu_text_page_copy),
5245         (djvu_text_page_position), (djvu_text_page_union),
5246         (djvu_text_page_sexpr_process), (djvu_text_page_sexpr),
5247         (djvu_text_page_box), (djvu_text_page_append_text),
5248         (djvu_text_page_search), (djvu_text_page_prepare_search),
5249         (djvu_text_page_new), (djvu_text_page_free):
5250         * djvu/djvu-text-page.h:
5251         * djvu/djvu-text.c: (djvu_text_idle_callback), (djvu_text_new),
5252         (djvu_text_copy), (djvu_text_free), (djvu_text_get_text),
5253         (djvu_text_n_results), (djvu_text_has_results),
5254         (djvu_text_get_result), (djvu_text_get_progress):
5255         * djvu/djvu-text.h:
5256         
5257         Text search in djvu. Fix for the bug #303415.
5258
5259 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5260
5261         * configure.ac:
5262         * shell/ev-window.c: (ev_window_cmd_save_as):
5263         
5264         Ask filechooser to confirm overwrite. Fix for the bug #328266.
5265         Thanks to Gary Coady <gary@lyranthe.org>
5266
5267 2006-02-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5268
5269         * shell/ev-print-job.c: (idle_print_handler):
5270         
5271         Inverse order printing, bug #320919.
5272
5273 2006-02-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5274
5275         * data/evince-toolbar.xml:
5276         * shell/ev-window.c:
5277         
5278         Allow to add sidebar checkbutton on toolbar. Fix
5279         for the bug #144577.
5280
5281 2006-02-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5282
5283         * ps/ps-document.c: (push_pixbuf), (setup_pixmap):
5284         
5285         Add checks that have sense for empty ps document.
5286
5287 2006-02-15  Luca Ferretti <elle.uca@libero.it>
5288
5289         * configure.ac: Include PS in mime types list. 
5290
5291 2006-02-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5292
5293         * configure.ac:
5294         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
5295         * ps/gsdefaults.h:
5296         * ps/ps-document.c: (start_interpreter), (ps_document_load):
5297         
5298         Runtime check for gs interpreter. Fix for the bug #320868.
5299         Thanks to Antoine Dopffer antoine.dopffer@free.fr
5300
5301 2006-02-12  Carlos Garcia Campos  <carlosgc@gnome.org>
5302
5303         * shell/ev-application.c: 
5304
5305         Use DBUS_NAME_FLAG_DO_NOT_QUEUE flag in RequestName method when
5306         dbus>=0.60, so that the request is not queued. 
5307
5308 2006-02-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5309
5310         * configure.ac:
5311         * shell/Makefile.am:
5312         * shell/ev-sidebar-links.c: (print_section_cb):
5313         * shell/ev-utils.c:
5314         * shell/ev-utils.h:
5315         * shell/ev-window.c: (update_action_sensitivity),
5316         (ev_window_close_dialogs), (ev_window_print):
5317         * shell/ev-window.h:
5318         
5319         Make printing support optional. Patch from Eduardo de Barros Lima
5320         <eduardo.lima@indt.org.br> for the bug #330546.
5321
5322 2006-02-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5323
5324         * shell/ev-view-private.h:
5325         * shell/ev-view.c: (ev_view_expose_event), (ev_view_set_loading),
5326         (ev_view_set_document):
5327         * shell/ev-view.h:
5328         * shell/ev-window.c: (ev_window_load_job_cb),
5329         (ev_window_xfer_job_cb), (ev_window_open_uri), (ev_window_dispose),
5330         (ev_window_init):
5331
5332         Draw Loading message during xfer job. Fix for the bug #329495.
5333
5334 2006-02-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5335
5336         * comics/comics-document.c: (comics_regex_quote),
5337         (comics_document_load), (extract_argv):
5338         
5339         Correcly quote regexp before passing it to unzip.
5340
5341 2006-02-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5342
5343         * shell/ev-page-cache.c: (build_height_to_page),
5344         (ev_page_cache_new), (ev_page_cache_get_max_label_chars),
5345         (ev_page_cache_get_dual_even_left):
5346         * shell/ev-page-cache.h:
5347         * shell/ev-view.c: (view_update_range_and_current_page),
5348         (get_page_y_offset), (get_page_extents):
5349         
5350         Place even pages to the left if document has less then
5351         two pages. Fix for the bug #328856.
5352
5353 2006-01-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5354
5355         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5356         
5357         Correct comics scheme. This make evince create thumbnails
5358         for comic books. Fix for the bug 329088.
5359
5360 2006-01-31  Christopher Aillon  <caillon@redhat.com>
5361
5362         * data/evince-password.glade: Don't explicitly set
5363         invisible_char to the current default value in case
5364         the default changes; let GTK+ do its magic.
5365
5366 2006-01-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5367
5368         * shell/ev-job-xfer.c: (ev_job_xfer_run): Append
5369         real filename to tmp filename since often document
5370         type is determined by extension.
5371
5372 2006-01-24  Ricardo Markiewicz  <rmarkie@fi.uba.ar>
5373
5374         * shell/ev-view.c: (add_scroll_binding_keypad),
5375         (ev_view_binding_activated), (ev_view_class_init):
5376         
5377         Add keybindings for percision-scrolling of display area. 
5378         Fix for the bug #314072.
5379
5380 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5381
5382         * data/evince.desktop.in.in:
5383         
5384         Add GTK to the list of categories. Fix for the bug #328034.
5385
5386 2006-01-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5387
5388         * shell/ev-application.c: (ev_application_shutdown),
5389         (ev_application_set_chooser_uri), (ev_application_get_chooser_uri):
5390         * shell/ev-application.h:
5391         * shell/ev-window.c: (file_open_dialog_response_cb),
5392         (ev_window_cmd_file_open):
5393         
5394         Save last uri in file chooser dialog. Fix for the bug #327950.
5395
5396 2006-01-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5397
5398         * NEWS:
5399         * README:
5400         
5401         Final update for release 0.5.0
5402         
5403         * shell/Makefile.am:
5404         
5405         Remove disable deprecated until we'll require libgnome-2.13.7
5406         and port to GOption argument parsing. See bug 327518.
5407
5408 2006-01-19  Jani Monoses <jani.monoses@gmail.com>
5409
5410         * comics/comics-document.c: (comics_document_save):
5411         * djvu/djvu-document.c: (djvu_document_save):
5412         * dvi/dvi-document.c: (dvi_document_save):
5413         * lib/ev-file-helpers.c: (ev_tmp_filename), (ev_xfer_uri_simple):
5414         * lib/ev-file-helpers.h:
5415         * pixbuf/pixbuf-document.c: (pixbuf_document_save):
5416         * tiff/tiff-document.c: (tiff_document_save):
5417         
5418         Use common save function for backends.
5419
5420 2006-01-18  Jani Monoses <jani.monoses@gmail.com>
5421
5422         * backend/ev-document-types.c:
5423         
5424         Fix crash on saving pixbuf.
5425
5426 2006-01-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5427
5428         * cut-n-paste/recent-files/egg-recent-item.c:
5429         (get_uri_shortname_for_display), (egg_recent_item_get_short_name):
5430         * cut-n-paste/recent-files/egg-recent-model.c: (parse_info_init),
5431         (parse_info_free), (valid_element), (start_element_handler),
5432         (end_element_handler), (text_handler), (egg_recent_model_filter),
5433         (egg_recent_model_monitor_cb), (egg_recent_model_poll_timeout),
5434         (egg_recent_model_monitor), (egg_recent_model_read),
5435         (egg_recent_model_open_file), (egg_recent_model_lock_file),
5436         (egg_recent_model_unlock_file), (egg_recent_model_finalize),
5437         (egg_recent_model_set_property), (egg_recent_model_class_init),
5438         (egg_recent_model_init), (egg_recent_model_add_full),
5439         (egg_recent_model_delete), (egg_recent_model_get_list),
5440         (egg_recent_model_clear), (egg_recent_model_clear_mime_filter),
5441         (egg_recent_model_set_filter_mime_types),
5442         (egg_recent_model_clear_group_filter),
5443         (egg_recent_model_set_filter_groups),
5444         (egg_recent_model_clear_scheme_filter),
5445         (egg_recent_model_set_filter_uri_schemes),
5446         (egg_recent_model_remove_expired):
5447         * cut-n-paste/recent-files/egg-recent-util.c:
5448         (egg_recent_util_get_icon):
5449         * cut-n-paste/recent-files/egg-recent-util.h:
5450         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
5451         (connect_proxy_cb), (egg_recent_view_uimanager_set_list),
5452         (egg_recent_view_uimanager_set_empty_list), (model_changed_cb),
5453         (egg_recent_view_uimanager_set_property),
5454         (egg_recent_view_uimanager_get_property),
5455         (egg_recent_view_uimanager_class_init),
5456         (egg_recent_view_uimanager_init),
5457         (egg_recent_view_uimanager_set_label_width),
5458         (egg_recent_view_uimanager_get_label_width):
5459         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
5460         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
5461         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
5462         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
5463         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
5464         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
5465         
5466         Update from libegg.
5467
5468 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5469
5470         * shell/ev-page-cache.c: (build_height_to_page),
5471         (ev_page_cache_get_height_to_page):
5472         * shell/ev-page-cache.h:
5473         * shell/ev-view.c: (view_update_range_and_current_page),
5474         (get_page_y_offset), (get_page_extents), (ev_view_next_page),
5475         (ev_view_previous_page):
5476         
5477         Dual mode places even pages to the left. Fix for the bug #309393.
5478
5479         * shell/ev-view.h:
5480         * shell/ev-window.c: (update_action_sensitivity),
5481         (setup_view_from_metadata), (view_menu_popup_cb):
5482         
5483         Don't restore presentation in empty windows, more intelligent
5484         next page behaviour in dual mode.
5485
5486         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
5487         (ev_pixbuf_cache_clear_job_sizes):
5488         
5489         Cleanup job callback on removal. Fix for the bug #325886.
5490
5491 2006-01-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5492
5493         * ps/ps.c: (psscan):
5494         
5495         Commit workaround Mozilla problem. Fix for the bug #325919
5496         
5497         * shell/ev-metadata-manager.c: (parse_value), (parseItem),
5498         (save_item):
5499         
5500         Fix for year 2038 problem.
5501
5502 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5503
5504         * shell/ev-window.c: (setup_document_from_metadata),
5505         (ev_window_cmd_view_reload):
5506
5507         Clamp page recieved from metadata in valid values. Fix
5508         for the bug #325986.
5509
5510 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5511
5512         * MAINTAINERS: 
5513         Add MAINTAINERS as requested on desktop-devel-list.
5514
5515 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5516
5517         * backend/ev-document-factory.c: (gdk_pixbuf_mime_type_list),
5518         (mime_type_supported_by_gdk_pixbuf),
5519         (ev_document_factory_get_mime_types),
5520         (ev_document_factory_get_all_mime_types):
5521         
5522         Don't add pixbuf mime types if pixbuf backend is disabled.
5523         
5524         * shell/ev-application.c: (ev_application_get_uri_window):
5525         
5526         Fix for the bug 325815 - unhandled MIME type message doesn't 
5527         appear a second time. 
5528         
5529         * shell/ev-document-types.c: (ev_document_types_add_filters):
5530         * shell/ev-window.c: (page_changed_cb), (ev_window_setup_document),
5531         (password_dialog_response), (ev_window_popup_password_dialog),
5532         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5533         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5534         (ev_window_run_presentation), (ev_window_stop_presentation),
5535         (save_sizing_mode), (ev_window_zoom_changed_cb),
5536         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5537         (ev_window_dual_mode_changed_cb),
5538         (ev_window_sidebar_current_page_changed_cb),
5539         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5540         (window_state_event_cb), (window_configure_event_cb):
5541         
5542         Cleanup additional uris holded by EvWindow.
5543
5544 2006-01-06  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5545
5546         * shell/ev-view.c: (ev_view_scroll), (ev_view_previous_page),
5547         (ev_view_can_previous_page), (ev_view_can_next_page):
5548         * shell/ev-view.h:
5549         * shell/ev-window.c: (update_action_sensitivity):
5550         
5551         Two page scrolling with Space and PageUp in dual mode. Second fix 
5552         for the bug #316608.
5553
5554 2006-01-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5555
5556         * shell/ev-view.c: (scroll_to_current_page):
5557         
5558         Correctly clamp adjustment value. Fix for the bug
5559         #325808.
5560
5561 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5562
5563         * shell/ev-sidebar-links.c: (print_section_cb):
5564         * shell/ev-window.c: (ev_window_get_uri),
5565         (ev_window_close_dialogs), (ev_window_open_uri), (ev_window_print),
5566         (ev_window_print_dialog_response_cb), (ev_window_print_range),
5567         (ev_window_dispose):
5568         
5569         Make print dialog non-modal. Fix for the bug #325622.
5570
5571 2006-01-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5572
5573         * shell/ev-metadata-manager.c:
5574         * shell/ev-utils.c: (using_pdf_printer),
5575         (using_postscript_printer), (load_print_config_from_file),
5576         (save_print_config_to_file):
5577         * shell/ev-utils.h:
5578         * shell/ev-window.c: (update_sizing_buttons), (page_changed_cb),
5579         (update_sidebar_visibility), (setup_sidebar_from_metadata),
5580         (setup_view_from_metadata), (ev_window_setup_document),
5581         (ev_window_load_job_cb), (ev_window_sidebar_position_change_cb),
5582         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
5583         (ev_window_run_presentation), (ev_window_stop_presentation),
5584         (save_sizing_mode), (ev_window_zoom_changed_cb),
5585         (ev_window_continuous_changed_cb), (ev_window_rotation_changed_cb),
5586         (ev_window_dual_mode_changed_cb),
5587         (ev_window_sidebar_current_page_changed_cb),
5588         (ev_window_sidebar_visibility_changed_cb), (ev_window_dispose),
5589         (window_state_event_cb), (window_configure_event_cb),
5590         (ev_window_init):
5591         
5592         Setting saving behaviour fixes.
5593
5594 2005-12-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5595
5596         * configure.ac:
5597         
5598         Make antialiasing gs options better and allow
5599         to change them during configure. Fix for the 
5600         bug #319049.
5601
5602 2005-12-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5603
5604         * shell/ev-window.c: (setup_view_from_metadata):
5605         
5606         Remember if last window was maximized. Fix for the
5607         bug #323797.
5608
5609 2005-12-28  Abel Cheung  <maddog@linuxhall.org>
5610
5611         * configure.ac: Added "zh_HK" to ALL_LINGUAS.
5612
5613 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5614
5615         * backend/ev-link.c: (ev_link_get_page), (ev_link_init):
5616         * shell/ev-page-action.c: (build_new_tree_cb):
5617         * shell/ev-sidebar-links.c: (links_page_num_func),
5618         (update_page_callback_foreach), (update_page_callback):
5619         * shell/ev-view.c: (scroll_to_current_page):
5620         
5621         Fix for the bug #325067 with more intelligent selection
5622         of current link in sidebar. Make sidebar handle links
5623         of FITR-like type more correctly.
5624
5625         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
5626         (dvi_pixbuf_put_pixel):
5627         
5628         Fix memory consumtion with disabled alpha channel.
5629
5630 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5631
5632         * data/evince-ui.xml:
5633         * shell/ev-window.c: (view_menu_popup_cb),
5634         (ev_popup_cmd_open_link), (ev_window_init):
5635         
5636         Update context menu for internal links. Fix for the bug
5637         #325066.
5638
5639 2005-12-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5640
5641         * shell/ev-view.c: (ev_view_popup_menu), (ev_view_class_init):
5642         
5643         Bind context menu to keyboard also. Fix for the bug
5644         #325065.
5645
5646 2005-12-27  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5647
5648         * shell/ev-view.c: (selection_scroll_timeout_cb):
5649         
5650         Horizontal scroll on selection also.
5651
5652 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5653
5654         * shell/ev-metadata-manager.c: (parse_value):
5655         * shell/ev-view.c: (goto_xyz_link):
5656         
5657         Correct zoom setup and metadata save broken in 
5658         some locales.
5659
5660 2005-12-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5661
5662         * shell/ev-view-private.h:
5663         * shell/ev-view.c: (scroll_to_current_page),
5664         (view_set_adjustment_values), (goto_fitr_link), (goto_fitv_link),
5665         (goto_fith_link), (goto_fit_link), (goto_xyz_link),
5666         (page_changed_cb), (ev_view_set_continuous),
5667         (ev_view_set_dual_page), (ev_view_set_presentation):
5668         
5669         Delay scroll until allocation to correctly position page. Fix
5670         for the bug #317334.
5671
5672 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5673
5674         * NEWS:
5675         * configure.ac:
5676         
5677         Update NEWS and require poppler 0.5.0.
5678
5679 2005-12-25  Carlos Garcia Campos  <carlosgc@gnome.org>
5680         
5681         * data/evince-ui.xml:
5682         * shell/ev-view-private.h:
5683         * shell/ev-view.c: (ev_view_get_link_at_location),
5684         (handle_link_over_xy), (ev_view_button_press_event),
5685         (ev_view_button_release_event), (ev_view_class_init):
5686         * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose),
5687         (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address),
5688         (ev_window_init):
5689         
5690         Implement right-click context menu.
5691
5692 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5693
5694         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
5695         * dvi/pixbuf-device.c: (dvi_pixbuf_create_image),
5696         (mdvi_pixbuf_device_render):
5697         * pdf/ev-poppler.cc:
5698
5699         Don't generate thumbnails with alpha. See bug #324077.
5700         Thanks to Jeroen Zwartepoorte <jeroen.zwartepoorte@gmail.com>.
5701
5702 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5703
5704         * shell/ev-window.c: (setup_chrome_from_metadata):
5705         
5706         Fix typo that was hiding toolbar.
5707
5708 2005-12-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5709
5710         * shell/ev-view-private.h:
5711         * shell/ev-view.c: (ev_view_realize), (selection_update_idle_cb),
5712         (selection_scroll_timeout_cb), (ev_view_motion_notify_event),
5713         (ev_view_button_release_event), (ev_view_destroy):
5714         
5715         Small cleanup and autoscrolling during selection. Thanks to 
5716         Ricardo Markiewicz  <rmarkie@fi.uba.ar>.
5717
5718 2005-12-22  Jani Monoses <jani.monoses@gmail.com>
5719
5720         * configure.ac:
5721         
5722         Correctly check for comics option.
5723
5724 2005-12-21  Eduardo Lima <eduardo.lima@indt.org.br>
5725         * Makefile.am:
5726         * configure.ac:
5727         * backend/Makefile.am:
5728         * backend/ev-document-factory.c:
5729         * shell/ev-document-types.c:
5730
5731         Included option in configure to make ps backend 
5732         compilation optional with --disable-ps.
5733
5734 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5735
5736         * backend/ev-document-factory.c:
5737         * comics/Makefile.am:
5738         * comics/comics-document.c: (comics_document_load):
5739         * comics/ev-cbr-mime.xml:
5740         * configure.ac:
5741         
5742         Comics mime types are added to shared-mime-info CVS. Now
5743         we don't need to install our own mime types.
5744
5745 2005-12-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5746
5747         * shell/ev-window.c:
5748         
5749         Add shortcut for "save a copy" menu entry. Fix for
5750         the bug #324582.
5751
5752 2005-12-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5753
5754         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5755         (job_finished_cb), (new_selection_pixbuf_needed),
5756         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5757         (clear_job_selection), (ev_pixbuf_cache_set_selection_list):
5758         
5759         Rework selection job info logic and fix critical warning.
5760
5761 2005-12-17  Abel Cheung  <maddog@linuxhall.org>
5762
5763         * configure.ac: Added "cy" "fa" "mk" "vi" to ALL_LINGUAS.
5764
5765 2005-11-27  Jaap A. Haitsma <jaap@haitsma.org>
5766
5767         * data/evince-ui.xml:
5768         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5769         
5770         Enter as shortcut key for next page. Fix for the bug
5771         #321394.
5772
5773 2005-11-18  Ales Nyakhaychyk  <nab@mail.by>
5774
5775         * configure.ac: Added "be" (Belarusian) to ALL_LINGUAS.
5776
5777 2005-11-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5778
5779         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
5780         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
5781         (new_selection_pixbuf_needed),
5782         (ev_pixbuf_cache_get_selection_pixbuf), (update_job_selection),
5783         (clear_job_selection):
5784         
5785         Too early for 0.5. Pixbuf cache code cleaned a bit.
5786
5787 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5788
5789         * NEWS:
5790         * configure.ac:
5791         
5792         Release 0.5.0 preparation
5793
5794 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5795
5796         * comics/Makefile.am:
5797         * configure.ac:
5798         * shell/ev-document-types.c: (ev_document_types_add_filters):
5799         
5800         More advanced handling of custom mime type installation.
5801
5802 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5803
5804         * data/evince.schemas.in:
5805         * shell/ev-metadata-manager.c: (value_free),
5806         (ev_metadata_manager_get_last), (ev_metadata_manager_set_last),
5807         (ev_metadata_manager_get), (ev_metadata_manager_set):
5808         * shell/ev-metadata-manager.h:
5809         * shell/ev-window.c: (update_chrome_flag),
5810         (ev_window_cmd_focus_page_selector), (update_sidebar_visibility),
5811         (setup_document_from_metadata), (setup_chrome_from_metadata),
5812         (setup_sidebar_from_metadata), (setup_view_from_metadata),
5813         (ev_window_cmd_edit_find), (ev_window_cmd_escape),
5814         (ev_window_view_toolbar_cb),
5815         (ev_window_sidebar_visibility_changed_cb), (find_bar_close_cb),
5816         (view_actions_focus_in_cb), (ev_window_init), (ev_window_new):
5817         
5818         Save last document settings and reuse them for new documents.
5819
5820 2005-11-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5821
5822         * Makefile.am:
5823         * backend/Makefile.am:
5824         * backend/ev-document-factory.c:
5825         * backend/ev-document-factory.h:
5826         * comics/Makefile.am:
5827         * comics/comics-document.c: (G_DEFINE_TYPE_WITH_CODE),
5828         (comics_document_load), (comics_document_save),
5829         (comics_document_get_n_pages), (comics_document_get_page_size),
5830         (get_page_size_area_prepared_cb), (comics_document_render_pixbuf)       (render_pixbuf_size_prepared_cb), (comics_document_finalize),
5831         (comics_document_class_init), (comics_document_can_get_text),
5832         (comics_document_get_info), (comics_document_document_iface_init),
5833         (comics_document_init), (get_supported_image_extensions),
5834         (comics_document_thumbnails_get_geometry),
5835         (comics_document_thumbnails_get_thumbnail),
5836         (comics_document_thumbnails_get_dimensions),
5837         (comics_document_document_thumbnails_iface_init), (extract_argv):
5838         * comics/comics-document.h:
5839         * comics/ev-cbr-mime.xml:
5840         * configure.ac:
5841         * po/POTFILES.in:
5842         * shell/ev-application.c: (ev_application_register_service):
5843         * shell/ev-document-types.c: (ev_document_types_add_filters):
5844         * thumbnailer/Makefile.am:
5845         * thumbnailer/evince-thumbnailer-comics.schemas.in:
5846         
5847         New CBR/CBZ backend for comic books.
5848
5849 2005-11-10  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5850
5851         * shell/main.c: (load_files_remote):
5852
5853         Thanks to Robert McQueen <robot101@debian.org>. Dbus
5854         warning on startup of second instance is fixed. It
5855         is bug #320353.
5856
5857 2005-10-30  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5858
5859         * shell/ev-window.c: (ev_window_finalize):
5860         
5861         Fix double free that cause crash.
5862
5863 2005-10-29  Bastien Nocera <hadess@hadess.net>
5864
5865         * tiff/tiff-document.c: (tiff_document_load):
5866         
5867         Fix memory leak.
5868
5869 2005-10-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5870
5871         * po/POTFILES.in:
5872         * shell/Makefile.am:
5873         * shell/ev-view-accessible.c: (ev_view_accessible_get_priv),
5874         (ev_view_accessible_free_priv), (ev_view_accessible_class_init),
5875         (ev_view_accessible_get_text),
5876         (ev_view_accessible_get_character_at_offset),
5877         (ev_view_accessible_get_text_before_offset),
5878         (ev_view_accessible_get_text_at_offset),
5879         (ev_view_accessible_get_text_after_offset),
5880         (ev_view_accessible_get_character_count),
5881         (ev_view_accessible_get_caret_offset),
5882         (ev_view_accessible_set_caret_offset),
5883         (ev_view_accessible_get_run_attributes),
5884         (ev_view_accessible_get_default_attributes),
5885         (ev_view_accessible_get_character_extents),
5886         (ev_view_accessible_get_offset_at_point),
5887         (ev_view_accessible_get_n_selections),
5888         (ev_view_accessible_get_selection),
5889         (ev_view_accessible_add_selection),
5890         (ev_view_accessible_remove_selection),
5891         (ev_view_accessible_set_selection),
5892         (ev_view_accessible_text_iface_init),
5893         (ev_view_accessible_idle_do_action),
5894         (ev_view_accessible_action_do_action),
5895         (ev_view_accessible_action_get_n_actions),
5896         (ev_view_accessible_action_get_description),
5897         (ev_view_accessible_action_get_name),
5898         (ev_view_accessible_action_set_description),
5899         (ev_view_accessible_action_iface_init),
5900         (ev_view_accessible_get_type), (ev_view_accessible_new),
5901         (ev_view_accessible_factory_get_accessible_type),
5902         (ev_view_accessible_factory_create_accessible),
5903         (ev_view_accessible_factory_class_init),
5904         (ev_view_accessible_factory_get_type):
5905         * shell/ev-view-accessible.h:
5906         * shell/ev-view-private.h:
5907         * shell/ev-view.c: (ev_view_get_accessible), (ev_view_class_init):
5908         * shell/ev-view.h:
5909         
5910         Initial accessibility support.
5911
5912 2005-10-27  Erdal Ronahi  <erdal.ronahi@gmail.com>
5913
5914         * configure.ac: Added ku (Kurdish) to ALL_LINGUAS
5915
5916 2005-10-26  Hubert Figuiere <hfiguiere@teaser.fr>
5917
5918         * shell/ev-print-job.c: (idle_print_handler):
5919         
5920         Fix for bug Bug 318916: Printing multiple pages.
5921
5922 2005-10-20  Runa Bhattacharjee  <runa@bengalinux.org>
5923
5924         * configure.ac: Added "bn" (Bengali) to ALL_LINGUAS.
5925
5926 2005-10-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5927
5928         * pdf/ev-poppler.cc:
5929         
5930         Thumnail dimensions unified with other backends.
5931         
5932         * shell/ev-window-title.c: (ev_window_title_update):
5933         
5934         Fix warning.
5935
5936 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5937
5938         * data/ev-stock-zoom-fit-width.png:
5939         
5940         Remove unused file.
5941
5942 2005-10-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5943
5944         * configure.ac:
5945         * djvu/djvu-document.c: (djvu_document_load), (djvu_document_save),
5946         (djvu_document_finalize):
5947         * dvi/dvi-document.c: (dvi_document_load), (dvi_document_save),
5948         (dvi_document_finalize):
5949         * pixbuf/pixbuf-document.c: (pixbuf_document_load),
5950         (pixbuf_document_save), (pixbuf_document_finalize):
5951         * tiff/tiff-document.c: (tiff_document_load), (tiff_document_save),
5952         (tiff_document_finalize):
5953         
5954         Save a copy implemented for various backends.
5955
5956 2005-10-17  Daniel Gryniewicz <dang@gentoo.org>
5957
5958         * configure.ac:
5959         
5960         Don't link with ltiff if tiff is disabled.
5961
5962 2005-10-14  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5963
5964         * pdf/GDKSplashOutputDev.cc:
5965         * pdf/GDKSplashOutputDev.h:
5966         * pdf/Thumb.cc:
5967         * pdf/Thumb.h:
5968         * pdf/pdf-document.cc:
5969         * pdf/pdf-document.h:
5970         * pdf/test-gdk-output-dev.cc:
5971         
5972         Remove old unused files.
5973
5974 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5975
5976         * shell/ev-window.c: (ev_window_setup_document):
5977         
5978         Fixed warnings on reload and probably crash reason.
5979
5980 2005-10-12  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5981
5982         * properties/ev-properties-view.c:
5983         (ev_properties_view_format_date):
5984         
5985         Check if date is invalid. Fix for bug 318134.
5986
5987 2005-10-02  Wouter Bolsterlee <uws+gnome@xs4all.nl>
5988
5989         * shell/ev-window-title.c:
5990         
5991         Add .indd files (Adobe Indesign) to the list of "bad
5992         extensions".
5993
5994 2005-10-02  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
5995
5996         * data/evince-ui.xml:
5997         * shell/ev-window.c: (ev_window_set_view_accels_sensitivity):
5998         
5999         Add <ctrl>KP_Add and <ctrl>KP_Substract bindings.
6000
6001 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6002
6003         * shell/ev-window.c: (launch_link), (launch_external_uri),
6004         (view_external_link_cb):
6005
6006         URL-escape link before passing it to gnome_vfs_url_show.
6007
6008 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6009
6010         * shell/ev-view.[ch], shell/ev-window.c: Disable copy action when
6011         there isn't text selected.
6012
6013 2005-09-27  Marco Pesenti Gritti  <mpg@redhat.com>
6014
6015         * shell/ev-view.c: (handle_link_over_xy):
6016
6017         Check tooltip is valid utf8 before showing it
6018
6019 2005-09-27  Carlos Garcia Campos  <carlosgc@gnome.org>
6020
6021         * shell/ev-view.c: Allow drag and drop of text. Fixes #316772
6022
6023 2005-09-27  Christian Persch  <chpe@cvs.gnome.org>
6024
6025         * shell/ev-window-title.c: (ev_window_title_update):
6026
6027         Guard against using g_strstrip on NULL. Fixes bug #317291.
6028
6029 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6030
6031         * pdf/ev-poppler.cc:
6032
6033         Show title even for unknown links
6034
6035 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6036
6037         * shell/ev-window-title.c: (ev_window_title_update):
6038
6039         Strip the title string
6040
6041 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6042
6043         * shell/ev-window-title.c:
6044
6045         Add .rtf to the bad extensions list
6046
6047 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6048
6049         * shell/ev-view.c: (doc_point_to_view_point), (goto_fitr_link),
6050         (goto_fitv_link), (goto_fith_link), (goto_xyz_link):
6051
6052         Ignore link coordinates if they are outside page bounds
6053
6054 2005-09-26  Marco Pesenti Gritti  <mpg@redhat.com>
6055
6056         * backend/ev-link.c: (ev_link_type_get_type),
6057         (ev_link_get_filename), (ev_link_get_params),
6058         (ev_link_get_property), (ev_link_set_property),
6059         (ev_window_dispose), (ev_link_class_init), (ev_link_new_launch):
6060         * backend/ev-link.h:
6061         * pdf/ev-poppler.cc:
6062         * shell/ev-view.c: (ev_view_goto_link), (ev_view_class_init):
6063         * shell/ev-window.c: (launch_link), (view_external_link_cb),
6064         (ev_window_init):
6065
6066         Implement launch links. Delegate external link opening to
6067         the window.
6068
6069 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6070
6071         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_bottom),
6072         (ev_link_get_right), (ev_link_get_property),
6073         (ev_link_set_property), (ev_link_class_init),
6074         (ev_link_new_page_fitv), (ev_link_new_page_fitr):
6075         * backend/ev-link.h:
6076         * pdf/ev-poppler.cc:
6077         * shell/ev-view.c: (goto_fitr_link), (ev_view_goto_link):
6078
6079         Implement fitr links
6080
6081 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6082
6083         * shell/ev-view.c: (ev_view_get_width), (ev_view_get_height),
6084         (goto_fitv_link), (goto_fith_link), (goto_fit_link),
6085         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6086         (ev_view_size_request_continuous),
6087         (ev_view_size_request_dual_page),
6088         (ev_view_size_request_single_page), (ev_view_size_allocate),
6089         (ev_view_zoom_for_size_continuous_and_dual_page),
6090         (ev_view_zoom_for_size_continuous),
6091         (ev_view_zoom_for_size_dual_page),
6092         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6093         (ev_sizing_mode_get_type):
6094         * shell/ev-view.h:
6095         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6096
6097         Do not use modes for link, we need to calculate size ad hoc.
6098         Still not perfect because of the usual scrollbar issues grrr.
6099
6100 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6101
6102         * backend/ev-link.c: (ev_link_type_get_type),
6103         (ev_link_new_page_fith), (ev_link_new_page_fitv):
6104         * backend/ev-link.h:
6105         * pdf/ev-poppler.cc:
6106         * shell/ev-view.c: (goto_fitv_link), (goto_fith_link),
6107         (ev_view_goto_link), (ev_view_size_request_continuous_dual_page),
6108         (ev_view_size_request_continuous),
6109         (ev_view_size_request_dual_page),
6110         (ev_view_size_request_single_page), (ev_view_size_allocate),
6111         (zoom_for_size_fit_height),
6112         (ev_view_zoom_for_size_continuous_and_dual_page),
6113         (ev_view_zoom_for_size_continuous),
6114         (ev_view_zoom_for_size_dual_page),
6115         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
6116         (ev_sizing_mode_get_type):
6117         * shell/ev-view.h:
6118         * shell/ev-window.c: (ev_window_sizing_mode_changed_cb):
6119
6120         Implement FIT_HEIGHT mode (only for links).
6121         Implement FITH links
6122
6123 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6124
6125         * shell/ev-window-title.c: (get_filename_from_uri),
6126         (ev_window_title_sanitize_extension), (ev_window_title_update),
6127         (ev_window_title_set_document), (ev_window_title_set_uri),
6128         (ev_window_title_free):
6129         * shell/ev-window-title.h:
6130         * shell/ev-window.c: (ev_window_setup_document),
6131         (ev_window_popup_password_dialog):
6132
6133         Refactor window title building while fixing it for
6134         password documents.
6135
6136 2005-09-24  Marco Pesenti Gritti  <mpg@redhat.com>
6137
6138         * pdf/ev-poppler.cc:
6139
6140         Escape link title before setting it in the model
6141
6142 2005-09-23  Marco Pesenti Gritti  <mpg@redhat.com>
6143
6144         * shell/ev-application.c: (removed_from_session), (save_session),
6145         (init_session), (ev_application_get_empty_window),
6146         (ev_application_init), (ev_application_get_windows):
6147         * shell/ev-application.h:
6148         * shell/ev-window.c: (ev_window_finalize):
6149
6150         Add a function to retrieve window list and share it where
6151         necessary.
6152         Implement session handling, works pretty well thanks to the
6153         metadata system.
6154
6155 2005-09-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6156
6157         * shell/ev-password.c: (ev_password_item_created_callback),
6158         (ev_password_dialog_save_password):
6159         
6160         Fix for bug 316972. Use async gnome-keyring API.
6161
6162 2005-09-22  Christian Persch  <chpe@cvs.gnome.org>
6163
6164         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init):
6165         Remove unused unrealize handler. Add scroll handling to
6166         ev_view_scroll_event for presentation mode (bug #316708),
6167         and fix the event state checks there.
6168
6169 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6170
6171         * shell/ev-page-action.c: (page_changed_cb):
6172
6173         "marco, maybe we should be crazy and jump right to 6! :)"
6174
6175         Bryan Clark, Sep 2005
6176
6177 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6178
6179         * ps/ps-document.c: (save_document), (ps_document_save),
6180         (ps_document_ps_export_begin), (ps_document_ps_export_do_page),
6181         (ps_document_ps_export_end):
6182
6183         Fix unstructured documents save and print
6184
6185 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6186
6187         * shell/ev-application.c: (ev_application_open_uri):
6188
6189         Fix window size persistance
6190
6191 2005-09-22  Marco Pesenti Gritti  <mpg@redhat.com>
6192
6193         * shell/ev-view.c: (ev_view_button_release_event):
6194
6195         Based on a patch from carlosgc@gnome.org. Mouse buttons
6196         switch pages in presentation mode.
6197
6198 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6199
6200         * shell/ev-page-cache.c: (ev_page_cache_get_size):
6201
6202         Dont cast to int before scaling
6203
6204 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6205
6206         * backend/ev-link.c: (ev_link_type_get_type),
6207         (ev_link_new_page_xyz), (ev_link_new_page_fit),
6208         (ev_link_new_page_fith):
6209         * backend/ev-link.h:
6210         * pdf/ev-poppler.cc:
6211         * shell/ev-view.c: (goto_fith_link), (ev_view_goto_link):
6212
6213         Implement FIT and FITH links
6214
6215 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6216
6217         * pdf/ev-poppler.cc:
6218
6219         Return 0 results when search is not in progress.
6220
6221         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6222         (ev_window_cmd_go_next_page), (find_bar_search_changed_cb):
6223
6224         Update menu sensitivity when cancelling search
6225
6226 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6227
6228         * shell/ev-view.c: (ev_view_can_find_next):
6229
6230         Take all pages in consideration, not just current one
6231
6232 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6233
6234         * shell/ev-page-cache.c:
6235         * shell/ev-page-cache.h:
6236         * shell/ev-view.c: (ev_view_binding_activated),
6237         (ev_view_next_page), (ev_view_previous_page),
6238         (ev_sizing_mode_get_type):
6239         * shell/ev-view.h:
6240         * shell/ev-window.c: (ev_window_cmd_go_previous_page),
6241         (ev_window_cmd_go_next_page):
6242
6243         Move page next/previous functions from page chace to
6244         view and change it to move by 2 page steps in dual mode.
6245
6246 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6247
6248         * shell/ev-window.c: (update_sidebar_visibility),
6249         (setup_sidebar_from_metadata), (ev_window_setup_document),
6250         (setup_view_from_metadata):
6251
6252         Show the index by default when there is one     
6253
6254 2005-09-19  Marco Pesenti Gritti  <mpg@redhat.com>
6255
6256         * shell/ev-window-title.c: (ev_window_title_set_document):
6257
6258         Missing null check
6259
6260 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6261
6262         * shell/ev-view.c: (view_update_range_and_current_page):
6263         
6264         Allow display of last odd page in dual view. Fix for 316347.
6265
6266 2005-09-17  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6267
6268         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
6269         
6270         Make close button default. Fix for 316383.
6271
6272 2005-09-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6273
6274         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
6275         
6276         Mark close button as default. Fix for 316381.
6277
6278 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6279
6280         * backend/ev-link.c: (ev_link_class_init):
6281
6282         Allow negative doubles in left/top properties
6283
6284 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6285
6286         * shell/ev-window.c:
6287
6288         Remove a bunch of strings that was used only
6289         by the statusbar.
6290
6291 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6292
6293         * shell/ev-window-title.c: (get_filename_from_uri),
6294         (ev_window_title_set_document):
6295
6296         When title has a confusing extension, show also
6297         the document filename inside ()
6298
6299 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6300
6301         * shell/Makefile.am:
6302         * shell/ev-window-title.c: (ev_window_title_new),
6303         (ev_window_title_update), (ev_window_title_set_type),
6304         (ev_window_title_set_document), (ev_window_title_free):
6305         * shell/ev-window-title.h:
6306         * shell/ev-window.c: (ev_window_setup_document),
6307         (password_dialog_response), (ev_window_popup_password_dialog),
6308         (ev_window_dispose), (ev_window_init):
6309
6310         Factor out and cleanup window title code
6311
6312 2005-09-16  Marco Pesenti Gritti  <mpg@redhat.com>
6313
6314         * shell/ev-window.c: (unable_to_load_dialog_response_cb),
6315         (unable_to_load):
6316
6317         Make dialog transient so it doesnt block other windows
6318
6319 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6320
6321         * pdf/ev-poppler.cc:
6322         
6323         Fix pdf thumbnails rendering.
6324
6325 2005-09-13  Wouter Bolsterlee  <uws+gnome@xs4all.nl>
6326
6327         * shell/ev-window.c: (fullscreen_set_timeout):
6328         
6329         Increase timeout to hide full screen popup. Bug 
6330         316123. 
6331
6332 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6333
6334         * data/evince.schemas.in:
6335         * shell/ev-window.c: (update_action_sensitivity):
6336
6337         Allow the user to override document restrictions. Fix for bug
6338         305818.
6339
6340 2005-09-13  Christian Persch  <chpe@cvs.gnome.org>
6341
6342         * shell/ev-window.c: (ev_window_update_fullscreen_popup),
6343         (ev_window_create_fullscreen_popup), (ev_window_screen_changed),
6344         (ev_window_class_init): Fix multihead behaviour of fullscreen
6345         toolbar popup. Fixes bug #315451.
6346
6347 2005-09-13  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6348
6349         * configure.ac:
6350         * data/evince-password.glade:
6351         * shell/ev-password.c: (ev_password_dialog_set_property),
6352         (ev_password_dialog_finalize), (ev_password_dialog_class_init),
6353         (ev_password_dialog_init), (ev_password_set_bad_password_label),
6354         (ev_password_dialog_entry_changed_cb),
6355         (ev_password_dialog_entry_activated_cb),
6356         (ev_password_dialog_save_password), (ev_password_keyring_found_cb),
6357         (ev_password_search_in_keyring), (ev_password_dialog_get_password),
6358         (ev_password_dialog_set_bad_pass):
6359         * shell/ev-password.h:
6360         * shell/ev-window.c: (password_dialog_response),
6361         (ev_window_popup_password_dialog):
6362         
6363         Support for gnome-keyring for encrypted PDF's.
6364
6365 2005-09-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6366
6367         * shell/ev-view.c: (handle_link_over_xy), (ev_view_realize),
6368         (ev_view_motion_notify_event), (ev_view_leave_notify_event),
6369         (ev_view_enter_notify_event), (ev_view_class_init):
6370         
6371         More precise handling of enter_notify/leave_notify events
6372         in EvView. Fix for bug 315470.
6373
6374 2005-09-08  Christopher Aillon  <caillon@redhat.com>
6375
6376         * shell/ev-window.c: (fullscreen_timeout_cb),
6377         (fullscreen_set_timeout), (fullscreen_clear_timeout),
6378         (ev_window_dispose):
6379
6380         leak fix: unref fullscreen_timeout_source before clearing it
6381
6382 2005-09-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6383
6384         * configure.ac, dvi/mdvi/Makefile.am: 
6385         
6386         Use lt1 instead lt1lib. Thanks to yselkowitz@users.sourceforge.net
6387
6388 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6389
6390         * backend/ev-link.c: (ev_link_new_page_xyz):
6391         * pdf/ev-poppler.cc:
6392         * shell/ev-view.c: (goto_xyz_link), (ev_view_goto_link):
6393
6394         Fix some bugs with xyz links, respect zoom
6395
6396 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6397
6398         * shell/ev-window.c: (page_changed_cb),
6399         (setup_document_from_metadata), (update_sidebar_visibility),
6400         (setup_view_from_metadata), (ev_window_run_fullscreen),
6401         (ev_window_stop_fullscreen), (ev_window_run_presentation),
6402         (ev_window_stop_presentation), (ev_window_continuous_changed_cb),
6403         (ev_window_dual_mode_changed_cb),
6404         (ev_window_sidebar_current_page_changed_cb):
6405
6406         null check uri before setting and getting metadata
6407
6408 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6409
6410         * dvi/Makefile.am:
6411         * properties/Makefile.am:
6412         * shell/Makefile.am:
6413         * thumbnailer/Makefile.am:
6414
6415         Some build fixes for cygwin. Patch by yselkowitz@users.sourceforge.net
6416
6417 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6418
6419         * shell/ev-sidebar-links.c: (ev_sidebar_links_class_init),
6420         (selection_changed_callback):
6421         * shell/ev-sidebar-links.h:
6422
6423         Add a signal for link activation.
6424
6425         * shell/ev-view.c: (ev_view_goto_link),
6426         (ev_view_button_release_event):
6427         * shell/ev-view.h:
6428         * shell/ev-window.c: (sidebar_links_link_activated_cb),
6429         (ev_window_init):
6430
6431         Implement the signal so that we can handle all link types.
6432
6433         * shell/ev-page-cache.c:
6434
6435         Remove unused set_link function
6436
6437 2005-09-08  Marco Pesenti Gritti  <mpg@redhat.com>
6438
6439         * lib/ev-tooltip.c: (ev_tooltip_set_position):
6440
6441         Add some space from the cursor, hardcoded but I couldnt
6442         find a better way.
6443
6444 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6445
6446         * lib/ev-tooltip.c:
6447
6448         Use mozilla style vs gtk style, way better for links.
6449
6450         * shell/ev-view.c: (ev_view_motion_notify_event),
6451         (ev_view_destroy), (ev_view_init):
6452
6453         Deactive tooltip when the link hovered is changed.
6454
6455 2005-09-07  Marco Pesenti Gritti  <mpg@redhat.com>
6456
6457         * backend/ev-document.h:
6458         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_top),
6459         (ev_link_get_left), (ev_link_get_zoom), (ev_link_get_property),
6460         (ev_link_set_property), (ev_window_dispose), (ev_link_class_init),
6461         (ev_link_new_page), (ev_link_new_page_xyz):
6462         * backend/ev-link.h:
6463         * pdf/ev-poppler.cc:
6464         * shell/ev-view.c: (doc_point_to_view_point), (scroll_to_xyz_link),
6465         (go_to_link), (tip_from_link):
6466
6467         Implement xyz links, still not functional. Links are a total
6468         mess, will need to refactor and bugfix a lot :(
6469
6470 2005-09-05  Alessio Frusciante  <algol@firenze.linux.it>
6471
6472         * configure.ac: Added "it" (Italian) to ALL_LINGUAS.
6473
6474 2005-09-05  Marco Pesenti Gritti <mpg@redhat.com>
6475
6476         * data/evince-ui.xml:
6477         * data/evince.schemas.in:
6478         * shell/Makefile.am:
6479         * shell/ev-window.c: (update_chrome_visibility),
6480         (password_dialog_response), (ev_window_load_job_cb),
6481         (ev_window_xfer_job_cb), (ev_window_open_uri),
6482         (ev_window_class_init), (set_chrome_actions), (load_chrome),
6483         (ev_window_init):
6484
6485         Remove the statusbar. This regress loading feedback, need to
6486         check with Bryan what we want to do there...
6487
6488 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6489
6490         * lib/ev-tooltip.c: (ev_tooltip_init):
6491
6492         Fix tooltip border and size handling
6493
6494 2005-09-05  Marco Pesenti Gritti  <mpg@redhat.com>
6495
6496         * lib/ev-tooltip.c: (ev_tooltip_dispose), (ev_tooltip_class_init),
6497         (ev_tooltip_set_position), (ev_tooltip_recently_shown),
6498         (ev_tooltip_timeout), (ev_tooltip_activate),
6499         (ev_tooltip_deactivate):
6500         * lib/ev-tooltip.h:
6501         * shell/ev-view.c: (ev_view_motion_notify_event):
6502
6503         Delay popup showing. Mirror gtk logic/times.
6504
6505 2005-09-03  Marco Pesenti Gritti  <mpg@redhat.com>
6506
6507         * lib/Makefile.am:
6508         * lib/ev-tooltip.c: (ev_tooltip_expose_event),
6509         (ev_tooltip_class_init), (ev_tooltip_init), (ev_tooltip_new),
6510         (ev_tooltip_set_text), (ev_tooltip_set_position):
6511         * lib/ev-tooltip.h:
6512
6513         Simple widget to show tooltips at a custom position
6514
6515         * shell/ev-view.c: (tip_from_link), (ev_view_motion_notify_event),
6516         (ev_view_destroy):
6517
6518         Use it for links. First go, needs work
6519
6520 2005-08-17  Dennis Cranston  <dennis_cranston@yahoo.com>
6521
6522         * shell/ev-window.c: (ev_window_cmd_edit_toolbar): A couple small 
6523         HIG fixes.  Use title capitalization for window title. Use 12 
6524         pixels of space between the dialog's vbox and action area.
6525
6526 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6527
6528         * shell/ev-window.c: (file_open_dialog_response_cb),
6529         (ev_window_cmd_file_open), (file_save_dialog_response_cb),
6530         (ev_window_cmd_save_as):
6531
6532         Make file pickers not modal and refactor code some
6533
6534 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6535
6536         * shell/ev-sidebar.h:
6537         * shell/ev-sidebar.c: (ev_sidebar_set_property),
6538         (ev_sidebar_get_current_page), (ev_sidebar_get_property),
6539         (ev_sidebar_class_init), (ev_sidebar_select_page),
6540         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_new),
6541         (ev_sidebar_set_page):
6542
6543         Add a current page property and allow to get/set it
6544
6545         * shell/ev-window.c: (setup_view_from_metadata),
6546         (ev_window_sidebar_current_page_changed_cb), (ev_window_init):
6547
6548         Persist current sidebar page per document
6549
6550 2005-09-02  Marco Pesenti Gritti  <mpg@redhat.com>
6551
6552         * data/evince.schemas.in:
6553         * shell/ev-window.c: (update_chrome_visibility),
6554         (setup_document_from_metadata), (update_sidebar_visibility),
6555         (setup_view_from_metadata), (ev_window_sidebar_position_change_cb),
6556         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
6557         (ev_window_run_presentation), (ev_window_stop_presentation),
6558         (ev_window_view_sidebar_cb),
6559         (ev_window_sidebar_visibility_changed_cb), (set_chrome_actions),
6560         (load_chrome), (ev_window_init):
6561
6562         Persist size/visibility of sidebar per document
6563
6564 Fri Sep  2 00:59:55 2005  Jonathan Blandford  <jrb@redhat.com>
6565
6566         * shell/ev-view.c (draw_loading_text): Draw loading text.
6567
6568 2005-09-02  Dan Damian  <dand@gnome.ro>
6569
6570         * configure.in: Added "ro" to ALL_LINGUAS.
6571
6572 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6573
6574         * shell/ev-view.c: (clear_caches):
6575
6576         ev_page_cache_get doesnt return a reference,
6577         dont try to unref it.
6578
6579 2005-09-01  Marco Pesenti Gritti  <mpg@redhat.com>
6580
6581         * shell/main.c: (load_files_remote):
6582
6583         Fix timestamp parameter with dbus <= 0.33
6584
6585 2005-08-31  Marco Pesenti Gritti  <mpg@redhat.com>
6586
6587         * data/evince.schemas.in:
6588
6589         Add missing full stop
6590
6591 2005-08-31  Hiroyuki Ikezoe  <poincare@ikezoe.net>
6592
6593         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info):
6594         * shell/ev-window.c: (ev_window_print_range), (ev_window_dispose):
6595
6596         Plug some memory leaks
6597
6598 2005-08-29  Christian Persch  <chpe@cvs.gnome.org>
6599
6600         * configure.ac:
6601         * lib/ev-debug.c: (trap_handler):
6602
6603         Check for execinfo.h and use it only if it exists.
6604         Ported from Epiphany (bug #314776).
6605
6606 2005-08-29  Duarte Loreto <happyguy_pt@hotmail.com>
6607
6608         * configure.ac: Added Portuguese (pt) to ALL_LINGUAS.
6609
6610 2005-08-27  Mohammad DAMT  <mdamt@gnome.org>
6611
6612         * configure.ac: Added Indonesian "id" to ALL_LINGUAS
6613         * po/id.po      : Added Indonesian translation
6614
6615 Fri Aug 26 00:45:09 2005  Jonathan Blandford  <jrb@redhat.com>
6616
6617         * shell/main.c:
6618         * shell/ev-application.c: Last minute GTK-2.6 fixes.
6619         * NEWS: Release 0.4.0
6620
6621 Thu Aug 25 23:40:23 2005  Jonathan Blandford  <jrb@redhat.com>
6622
6623         * configure.ac: catch another gtk+-2.8ism
6624         * shell/main.c: Make work with gtk+-2.6
6625
6626 2005-08-25  Ryan Lortie  <desrt@desrt.ca>
6627
6628         * shell/ev-application-service.xml: Add 'timestamp' argument to
6629           ev_application_open_window and ev_application_open_uri methods.
6630
6631         * shell/ev-application.h: Add 'timestamp' argument to
6632           ev_application_open_window, ev_application_open_uri,
6633           and ev_application_open_uri_list functions.
6634
6635         * shell/ev-application.c (ev_application_open_window,
6636           ev_application_open_uri, ev_application_open_uri_list): Change
6637           functions that show/present windows to use a timestamp if one
6638           is passed in.
6639
6640         * shell/ev-window.c (ev_window_cmd_file_open,
6641           ev_window_cmd_recent_file_activate, drag_data_received_cb):
6642         * shell/main.c (load_files): Modify calls to ev_application to
6643           include GDK_CURRENT_TIME as timestamp.
6644
6645         * shell/main.c (load_files_remote): Obtain timestamp for client
6646           instance from GDK and pass to server instance so new windows are
6647           focused properly.  Fix dbus_g_proxy_call() calls by including second
6648           G_TYPE_INVALID.
6649           
6650         Closes bug #314475.
6651
6652 Thu Aug 25 22:13:08 2005  Jonathan Blandford  <jrb@redhat.com>
6653
6654         * shell/ev-window.c (ev_window_finalize): Check for
6655         avail. EvWindows when quiting to handle the finalize better,
6656         #314497
6657
6658 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6659         
6660         * properties/ev-properties-view.c: 
6661         
6662         Set textdomain to libglade. Fixes translation problem in property page.
6663
6664 2005-08-26  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6665
6666         * djvu/djvu-document.c: (djvu_document_thumbnails_get_thumbnail):
6667         * dvi/Makefile.am:
6668         * dvi/dvi-document.c: (dvi_document_thumbnails_get_thumbnail):
6669         * dvi/mdvi-lib/Makefile.am:
6670         
6671         Fix rotation of thumbnails, ported to new API. Moved library
6672         dependencies earlier, probably it will fix linkage problem.
6673
6674 Thu Aug 25 02:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
6675
6676         * backend/ev-document-misc.c:
6677         (ev_document_misc_get_thumbnail_frame):
6678         * backend/ev-document-misc.h:
6679         * configure.ac:
6680         * pdf/ev-poppler.cc:
6681         * shell/Makefile.am:
6682         * shell/ev-sidebar-thumbnails.c: (add_range),
6683         (ev_sidebar_thumbnails_set_loading_icon),
6684         (ev_sidebar_thumbnails_refresh),
6685         (ev_sidebar_thumbnails_set_document):
6686         * shell/ev-sidebar-thumbnails.h:
6687         * shell/ev-view.c: (ev_view_motion_notify_event),
6688         (ev_view_set_property), (ev_view_get_property),
6689         (ev_view_class_init), (ev_view_set_rotation):
6690         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
6691         (ev_window_cmd_edit_rotate_right), (ev_window_rotation_changed_cb),
6692         (ev_window_init):
6693         * tiff/tiff-document.c: (tiff_document_thumbnails_get_thumbnail):
6694         Redo rotation (again).  prepare for 0.4.0
6695
6696 2005-08-24  Kristian Høgsberg  <krh@redhat.com>
6697
6698         * configure.ac: Bump poppler requirement to 0.4.1.
6699
6700         * pdf/ev-poppler.cc (pdf_selection_render_selection): Add rotation
6701         argument to poppler_page_render_selection() call.
6702
6703 2005-08-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6704
6705         * djvu/djvu-document.c: (djvu_document_render_pixbuf),
6706         (djvu_document_thumbnails_get_thumbnail):
6707         * dvi/dvi-document.c: (dvi_document_render_pixbuf),
6708         (dvi_document_thumbnails_get_thumbnail):
6709         * pixbuf/pixbuf-document.c: (pixbuf_document_render_pixbuf),
6710         (pixbuf_document_thumbnails_get_thumbnail):
6711         * tiff/tiff-document.c: (tiff_document_render_pixbuf):
6712         
6713         Update rotation direction of backends to fit with pdf and ps.
6714
6715 2005-08-24  Marco Pesenti Gritti  <mpg@redhat.com>
6716
6717         * backend/ev-async-renderer.c: (ev_async_renderer_render_pixbuf):
6718         * backend/ev-async-renderer.h:
6719         * ps/ps-document.c: (ps_document_init), (setup_pixmap),
6720         (setup_page), (ps_document_get_page_size),
6721         (ps_async_renderer_render_pixbuf):
6722         * ps/ps-document.h:
6723         * shell/ev-jobs.c: (ev_job_render_run):
6724
6725         Fix orientation in the postscript document
6726
6727 2005-08-23  Marco Pesenti Gritti  <mpg@redhat.com>
6728
6729         * pdf/ev-poppler.cc:
6730         * ps/ps-document.c: (push_pixbuf), (ps_document_widget_event):
6731         * shell/ev-view.c: (highlight_find_results):
6732
6733         Adapt to the new poppler rotation API. Fix text maps on landscape
6734         documents.
6735
6736 Sat Aug 20 17:13:48 2005  Jonathan Blandford  <jrb@redhat.com>
6737
6738         * shell/ev-view.c (compute_new_selection_text): get the correct
6739         region when selecting in modes other than continuous.
6740
6741 Sat Aug 20 13:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
6742
6743         * shell/main.c (main): remove redundant g_warnings.
6744
6745 2005-08-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6746
6747         * shell/Makefile.am: Don't include autogenerated
6748         file ev-application-service.h into distribution, since
6749         it causes dbus crash. Fix for bugs 313724 and 313443. 
6750
6751 2005-08-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6752
6753         * configure.ac: Fix sed expression for FreeBSD. Thanks
6754         to Joe Marcus Clark <marcus@freebsd.org>
6755         
6756         * shell/eggfindbar.c: (entry_activate_callback),
6757         (entry_changed_callback), (egg_find_bar_init),
6758         (egg_find_bar_set_search_string):
6759         
6760         Made findbar buttons unsensitive if there is no text in
6761         entry. Fix for the bug 313285.
6762
6763 2005-08-17  Carlos Garcia Campos  <carlosgc@gnome.org>
6764
6765         * ps/ps-document.c: Use g_filename_display_name for displaying
6766         filenames and revert string freeze breackage
6767
6768 2005-08-17  Marco Pesenti Gritti  <mpg@redhat.com>
6769
6770         * NEWS:
6771         * configure.ac:
6772
6773         Update for 0.3.4
6774
6775         * shell/Makefile.am:
6776
6777         Add ev-application-service.xml to extra dist
6778
6779         * shell/ev-view.c: (find_page_at_location):
6780
6781         Remove unused function (fix warning)
6782
6783 2005-08-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6784
6785         * dvi/mdvi-lib/t1.c: (t1_reset_resolution), (t1_really_load_font),
6786         (t1_load_font), (t1_glyph_bitmap), (t1_font_remove):
6787         
6788         Fix warnings and compilation with t1lib-5.0 and newer. Fix for 
6789         bug 313623.
6790
6791 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6792
6793         * shell/ev-utils.c: (set_umask_permissions), (write_to_temp_file):
6794         * shell/ev-window.c:
6795         Fix build warnings
6796
6797 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6798
6799         * configure.ac: Update script to get dbus version.
6800         Fix for the bug #313443.
6801
6802 2005-08-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6803
6804         * shell/ev-window.c: (ev_window_cmd_escape):
6805         
6806         Return focus back to view on escape. Fix for bug 313295.
6807
6808 2005-08-16  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6809
6810         * shell/ev-window.c: (update_window_title),
6811         (ev_window_popup_password_dialog), (ev_window_load_job_cb),
6812         (ev_window_cmd_save_as):
6813         
6814         Correct conversion from uri to displayable string. Fix for
6815         bug 313296.
6816
6817 2005-08-16  Carlos Garcia Campos  <carlosgc@gnome.org>
6818
6819         * ps/ps-document.c: convert filename to utf8 when there is an error
6820         loading document. Fixes #309915
6821
6822 2005-08-16  Marco Pesenti Gritti  <mpg@redhat.com>
6823
6824         * configure.ac:
6825
6826         We depend on poppler 0.4.0
6827
6828 Mon Aug 15 21:53:05 2005  Jonathan Blandford  <jrb@redhat.com>
6829
6830         * configure.ac:
6831         * NEWS: Release 0.3.3.
6832         * thumbnailer/evince-thumbnailer.c: Remove pdf icon.
6833
6834 2005-08-14  Dennis Cranston  <dennis_cranston@yahoo.com>
6835
6836         * shell/ev-window.c: (ev_window_cmd_file_open): HIG fixes:  
6837         add a couple missing mnemonics to menu items, use title 
6838         capitalization for menu items and window titles, and add 
6839         ellipsis to open menu item.     
6840
6841 Mon Aug 15 00:40:21 2005  Jonathan Blandford  <jrb@redhat.com>
6842
6843         * pdf/ev-poppler.cc:
6844         * shell/ev-metadata-manager.c: (ev_metadata_manager_init):
6845         * shell/ev-view.c: (ev_view_rotate_left), (ev_view_set_rotation),
6846         (ev_view_get_rotation):
6847         * shell/ev-view.h:
6848         * shell/ev-window.c: (setup_view_from_metadata),
6849         (save_rotation_to_file), (ev_window_cmd_edit_rotate_left),
6850         (ev_window_cmd_edit_rotate_right): Fix rotation.  Save it to
6851         disk.
6852
6853 2005-08-14  Baris Cicek <baris@teamforce.name.tr>
6854
6855         * configure.ac: Added tr to ALL_LINGUAS
6856
6857 2005-08-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
6858
6859         * shell/ev-view.c: Fix for bug Bug 311838. Search backward
6860         requires several clicks to find word. Thanks to 
6861         Colin Slater <kiltedtaco@gmail.com>.
6862
6863 2005-08-11  Bryan Clark  <clarkbw@cvs.gnome.org>
6864
6865         * data/evince.desktop.in.in: Hide menu entry and
6866         rename it to "Document Viewer". Fix for bug 
6867         #312399.
6868
6869 2005-08-11  Crispin Flowerday  <gnome@flowerday.cx>
6870
6871         * shell/ev-page-action.c (ev_page_action_class_init): 
6872
6873         Point to the correct function in constructor of the
6874         activate_label signal
6875
6876 Tue Aug  9 02:17:13 2005  Jonathan Blandford  <jrb@redhat.com>
6877
6878         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
6879         * shell/ev-jobs.h: Make thread safe.
6880
6881 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6882
6883         * shell/ev-view.c: (view_update_range_and_current_page):
6884         Don't update page range if we are scrolling to some document
6885         point.
6886
6887 2005-08-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6888
6889         * shell/ev-view.c: (get_page_extents): reverse rotation/scale
6890         when getting max_page_width, fix drawing in dual mode.
6891
6892 Sun Aug  7 02:06:08 2005  Jonathan Blandford  <jrb@redhat.com>
6893
6894         * shell/ev-view.c (ev_view_select_all): reverse rotation/page when
6895         getting the area for select_all.
6896
6897 2005-08-06  Kristian Høgsberg  <krh@redhat.com>
6898
6899         * backend/ev-selection.c: (ev_selection_render_selection):
6900         * backend/ev-selection.h:
6901         * pdf/ev-poppler.cc:
6902         * shell/ev-jobs.c: (ev_job_render_new):
6903         * shell/ev-jobs.h:
6904         * shell/ev-pixbuf-cache.c: (get_selection_colors),
6905         (add_job_if_needed), (ev_pixbuf_cache_get_selection_pixbuf):
6906         * shell/ev-view.c: (ev_view_focus_in), (ev_view_focus_out),
6907         (ev_view_class_init):
6908
6909         Change selection color on focus in and focus out events.  Also,
6910         poppler now uses GdkColor for specifying the selection colors, so
6911         drop some awkward conversion code.
6912
6913 2005-08-06  Yair Hershkovitz  <yairhr@gmail.com>
6914
6915         * configure.ac: Added Hebrew translation
6916
6917 Sat Aug  6 01:12:44 2005  Jonathan Blandford  <jrb@redhat.com>
6918
6919         * NOTES:
6920         * backend/ev-selection.c: (ev_selection_render_selection):
6921         * backend/ev-selection.h:
6922         * pdf/ev-poppler.cc:
6923         * shell/ev-jobs.c: (ev_job_render_dispose), (ev_job_render_new),
6924         (ev_job_render_run):
6925         * shell/ev-jobs.h:
6926         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
6927         (ev_pixbuf_cache_new), (job_finished_cb), (add_job_if_needed),
6928         (convert_gdk_color_to_uint), (ev_pixbuf_cache_get_text_mapping),
6929         (ev_pixbuf_cache_style_changed),
6930         (ev_pixbuf_cache_get_selection_pixbuf),
6931         (ev_pixbuf_cache_set_selection_list),
6932         (ev_pixbuf_cache_get_selection_list):
6933         * shell/ev-pixbuf-cache.h:
6934         * shell/ev-utils.c: (ev_print_region_contents):
6935         * shell/ev-utils.h:
6936         * shell/ev-view.c: (ev_view_queue_draw_page),
6937         (selection_update_idle_cb), (ev_view_motion_notify_event),
6938         (ev_view_style_set), (draw_one_page), (ev_view_class_init),
6939         (setup_caches), (ev_view_find_next), (merge_selection_region),
6940         (selection_free):
6941         * shell/ev-window.c: (ev_window_update_fullscreen_popup):
6942
6943         Clean up selection to be much smoother!
6944
6945 2005-08-05  Kristian Høgsberg  <krh@redhat.com>
6946
6947         * pdf/ev-poppler.cc (pdf_selection_render_selection): Pass colors
6948         to poppler_page_render_selection().
6949
6950 2005-08-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6951
6952         * ps/ps-document.c: (save_page_list): Use
6953         unzipped document when printing. Thanks to 
6954         Colin Slater <kiltedtaco@gmail.com>. Fix for bug
6955         311016.
6956
6957 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6958
6959         * shell/ev-window.c: (update_action_sensitivity):
6960         
6961         Disable print and save respect to lockdown gconf keys. Fix
6962         for 312342.
6963
6964 2005-08-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6965
6966         * configure.ac:
6967         * shell/ev-utils.c: (rename_file), (set_umask_permissions),
6968         (write_to_temp_file), (ev_file_set_contents):
6969         * shell/ev-utils.h:
6970         * shell/ev-window.c: (save_print_config_to_file):
6971         
6972         Copy-paste g_file_set_contents to keep compatibility with gtk 2.6
6973         Fix for bug 312238
6974
6975 2005-07-31  Christian Persch  <chpe@cvs.gnome.org>
6976
6977         * shell/ev-window.c: (load_print_config_from_file),
6978         (save_print_config_to_file), (ev_window_print_range):
6979
6980         Persist the print settings. Fixes bug #311578.
6981
6982 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6983
6984         * djvu/djvu-document.c: (djvu_document_get_page_size),
6985         (djvu_document_render_pixbuf), (djvu_document_document_iface_init),
6986         (djvu_document_thumbnails_get_thumbnail):
6987         * dvi/dvi-document.c: (dvi_document_get_page_size),
6988         (dvi_document_render_pixbuf), (dvi_document_document_iface_init),
6989         (dvi_document_thumbnails_get_dimensions),
6990         (dvi_document_thumbnails_get_thumbnail):
6991         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size),
6992         (pixbuf_document_render_pixbuf),
6993         (pixbuf_document_document_iface_init),
6994         (pixbuf_document_thumbnails_get_thumbnail):
6995         
6996         Update backends to make them build with new rotation system.
6997
6998 2005-07-31  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
6999
7000         * help/C/figures/evince_start_window.png:
7001         
7002         Update documentation image from Luca Ferretti <elle.uca@libero.it>
7003
7004 Sat Jul 30 19:09:34 2005  Jonathan Blandford  <jrb@redhat.com>
7005
7006         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_clear):
7007         * shell/ev-pixbuf-cache.h:
7008         * shell/ev-sidebar-thumbnails.c:
7009         (ev_sidebar_thumbnails_get_property), (add_range),
7010         (adjustment_changed_cb):
7011         * shell/ev-view.c: (ev_view_set_rotation): Fix rotation and the
7012         pixbuf cache.  Make thumbnailing work again.  Also, fix bug where
7013         we were thumbnailing the entire docment on startup, slowing us
7014         down hugely. 
7015
7016 Fri Jul 29 23:14:28 2005  Jonathan Blandford  <jrb@redhat.com>
7017
7018         * shell/ev-page-cache.c: (ev_page_cache_new):
7019         * shell/ev-window.c: (update_action_sensitivity): Handle n_pages
7020         == 0, fixes #310306.
7021
7022 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7023
7024         * shell/ev-view.c: (doc_rect_to_view_rect), (ev_view_rotate_right),
7025         (ev_view_rotate_left):
7026
7027         Account rotation in doc_rect_to_view_rect.
7028         Ensure rotation doesnt go out of bounds.
7029
7030 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7031
7032         * shell/ev-page-cache.c: (ev_page_cache_get_size):
7033
7034         Correct and cleanup w/h swapping
7035
7036 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7037
7038         * backend/ev-document-thumbnails.c:
7039         (ev_document_thumbnails_get_thumbnail):
7040         * backend/ev-document-thumbnails.h:
7041         * backend/ev-document.c:
7042         * backend/ev-document.h:
7043         * backend/ev-render-context.c: (ev_render_context_new),
7044         (ev_render_context_set_rotation):
7045         * backend/ev-render-context.h:
7046         * pdf/ev-poppler.cc:
7047         * ps/ps-document.c: (ps_document_document_iface_init):
7048         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7049         * shell/ev-jobs.h:
7050         * shell/ev-page-cache.c: (build_height_to_page),
7051         (ev_page_cache_new), (ev_page_cache_get_size),
7052         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7053         (ev_page_cache_get_height_to_page):
7054         * shell/ev-page-cache.h:
7055         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7056         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7057         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed),
7058         (ev_pixbuf_cache_get_selection_pixbuf):
7059         * shell/ev-pixbuf-cache.h:
7060         * shell/ev-print-job.c: (idle_print_handler):
7061         * shell/ev-sidebar-thumbnails.c: (add_range):
7062         * shell/ev-view.c: (view_update_range_and_current_page),
7063         (get_page_y_offset), (get_page_extents),
7064         (ev_view_size_request_continuous_dual_page),
7065         (ev_view_size_request_continuous),
7066         (ev_view_size_request_dual_page),
7067         (ev_view_size_request_single_page), (draw_one_page),
7068         (ev_view_set_rotation), (ev_view_rotate_right),
7069         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7070         (ev_view_zoom_for_size_continuous_and_dual_page),
7071         (ev_view_zoom_for_size_continuous),
7072         (ev_view_zoom_for_size_dual_page),
7073         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7074         (ev_view_select_all):
7075         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7076         * tiff/tiff-document.c: (tiff_document_render_pixbuf),
7077         (tiff_document_document_iface_init),
7078         (tiff_document_thumbnails_get_thumbnail):
7079
7080         Use rotation rather than orientation. It's easier and enough
7081         for our needs.
7082
7083 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7084
7085         * shell/ev-page-cache.c: (build_height_to_page),
7086         (ev_page_cache_new), (ev_page_cache_get_size),
7087         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
7088         (ev_page_cache_get_height_to_page):
7089         * shell/ev-page-cache.h:
7090         * shell/ev-view.c: (get_page_y_offset), (get_page_extents),
7091         (ev_view_size_request_continuous_dual_page),
7092         (ev_view_size_request_continuous),
7093         (ev_view_zoom_for_size_continuous_and_dual_page),
7094         (ev_view_zoom_for_size_continuous):
7095
7096         Make the page cache aware of page orientation.
7097
7098 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7099
7100         * backend/ev-document-thumbnails.c:
7101         (ev_document_thumbnails_get_thumbnail):
7102         * backend/ev-document-thumbnails.h:
7103         * backend/ev-document.c:
7104         * backend/ev-document.h:
7105         * backend/ev-ps-exporter.c: (ev_ps_exporter_do_page):
7106         * backend/ev-ps-exporter.h:
7107         * pdf/ev-poppler.cc:
7108         * ps/ps-document.c: (ps_document_document_iface_init),
7109         (ps_document_ps_export_do_page):
7110         * shell/ev-jobs.c: (ev_job_thumbnail_new), (ev_job_thumbnail_run):
7111         * shell/ev-jobs.h:
7112         * shell/ev-page-cache.c: (ev_page_cache_get_size),
7113         (ev_page_cache_get):
7114         * shell/ev-page-cache.h:
7115         * shell/ev-pixbuf-cache.c: (check_job_size_and_unref),
7116         (add_job_if_needed), (ev_pixbuf_cache_add_jobs_if_needed),
7117         (ev_pixbuf_cache_set_page_range), (new_selection_pixbuf_needed):
7118         * shell/ev-pixbuf-cache.h:
7119         * shell/ev-print-job.c: (idle_print_handler):
7120         * shell/ev-sidebar-thumbnails.c: (add_range):
7121         * shell/ev-view.c: (view_update_range_and_current_page),
7122         (get_page_extents), (ev_view_size_request_dual_page),
7123         (ev_view_size_request_single_page), (draw_one_page),
7124         (clear_caches), (ev_view_set_orientation), (ev_view_rotate_right),
7125         (ev_view_rotate_left), (ev_view_zoom_for_size_presentation),
7126         (ev_view_zoom_for_size_dual_page),
7127         (ev_view_zoom_for_size_single_page), (compute_new_selection_text),
7128         (ev_view_select_all):
7129         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7130         * tiff/tiff-document.c: (tiff_document_get_page_size),
7131         (tiff_document_get_orientation), (rotate_pixbuf),
7132         (tiff_document_render_pixbuf), (tiff_document_document_iface_init),
7133         (tiff_document_thumbnails_get_thumbnail),
7134         (tiff_document_ps_export_do_page), (tiff_document_init):
7135
7136         Really make use of the orientation bit of the render context.
7137         Use the render context in a few more places in the backend API.
7138         This regress orientation, but now it's done right. Will try to
7139         fix it up asap...
7140
7141 2005-07-29  Marco Pesenti Gritti  <mpg@redhat.com>
7142
7143         * shell/ev-view.c: (ensure_rectangle_is_visible):
7144
7145         Patch by Nickolay V. Shmyrev to fix find flickering
7146
7147 2005-07-27  Martin Kretzschmar  <martink@gnome.org>
7148
7149         * backend/ev-ps-exporter.h: add paper_width, paper_height, and
7150         duplex parameters to ::begin.
7151
7152         * tiff/tiff-document.c (tiff_document_ps_export_begin): 
7153         * shell/ev-print-job.c (idle_print_handler): 
7154         * ps/ps-document.c (ps_document_ps_export_begin): 
7155         * pdf/ev-poppler.cc (pdf_document_ps_exporter_begin): 
7156         * backend/ev-ps-exporter.c (ev_ps_exporter_begin): update
7157         implementations. Poppler backend needs poppler cvs. Rest has
7158         unchanged behavior.
7159
7160 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7161
7162         * shell/ev-window.c (using_pdf_printer): new function.
7163         (ev_window_print_range): print a less techy message if someone
7164         tries to print to PDF.
7165
7166 2005-07-25  Martin Kretzschmar  <martink@gnome.org>
7167
7168         * pdf/ev-poppler.cc (font_type_to_string): Remove trailing space
7169         from "unknown font" string. Bug #311431
7170
7171 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7172
7173         * help/es/.cvsignore, help/sr/.cvsignore: ignore xmlpo output.
7174
7175 2005-07-24  Martin Kretzschmar  <martink@gnome.org>
7176
7177         Bug #311280
7178         
7179         * pdf/ev-poppler.cc (font_type_to_string): new, returns user readable
7180         name for PopplerFontTypes
7181         (pdf_document_fonts_fill_model): add font type to the detail column
7182
7183         * backend/ev-document-fonts.h: added
7184         EV_DOCUMENT_FONTS_COLUMN_DETAILS.
7185
7186         * shell/ev-properties-fonts.c (font_cell_data_func): glue together
7187         font name and font details, add a little markup.
7188         (ev_properties_fonts_init): use the new cell data func, specify ypad
7189         property for the cell renderer.
7190         (ev_properties_fonts_set_document): add the details column.
7191
7192 2005-07-24  Artur Flinta  <aflinta@cvs.gnome.org>
7193
7194         * configure.ac: Added "pl" to ALL_LINGUAS.
7195
7196 2005-07-24  Danilo Šegan  <danilo@gnome.org>
7197
7198         * configure.ac: Added "sr" and "sr@Latn" to ALL_LINGUAS.
7199
7200 2005-07-23  Tommi Vainikainen  <thv@iki.fi>
7201
7202         * help/ChangeLog: Started this for translations of manual.
7203         * configure.ac, autogen.sh, .cvsignore: Migrated to
7204         gnome-doc-utils. Patch in bug #311222.
7205
7206 2005-07-22  Martin Kretzschmar  <martink@gnome.org>
7207
7208         * backend/ev-document-factory.c (mime_type_supported_by_gdk_pixbuf): 
7209         #ifdef this away to fix an unused-function warning.
7210
7211 2005-07-22  Ignacio Casal Quinteiro  <nacho.resa@gmail.com>
7212
7213         * configure.ac: Added 'gl' to ALL_LINGUAS.
7214
7215 2005-07-22  Pawan Chitrakar  <pawan@nplinux.org>
7216
7217         * configure.ac: Added ne in ALL_LINGUAS
7218         
7219 2005-07-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7220
7221         * shell/ev-view.c: (ev_view_leave_notify_event):
7222         
7223         Clear status message when pointer leaves view. Fix for bug
7224         #310818 
7225
7226 2005-07-20 Ankit Patel <ankit644@yahoo.com>
7227
7228         * configure.ac: Gujarati (gu) added to ALL_LINGUAS
7229
7230 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7231
7232         * shell/ev-view.c: (ev_view_leave_notify_event),
7233         (ev_view_class_init):
7234         
7235         Set cursor to normal then leaving view.
7236
7237 2005-07-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7238
7239         * configure.ac:
7240         
7241         Fix required djvulibre version.
7242
7243 2005-07-15  Rajesh Ranjan <rajeshkajha@yahoo.com>
7244
7245         *configure.ac: Hindi (hi) language added
7246
7247 2005-07-15  Amanpreet Singh Brar <amanpreetalam@yahoo.com>
7248
7249         *configure.ac: Punjabi (pa) Language added
7250
7251 2005-07-12  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
7252
7253         * data/evince-ui.xml, shell/ev-window.c:
7254         
7255         Add keypad accelerators for zooming. Fix for bug 308128.
7256
7257 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7258
7259         * Makefile.am:
7260         * backend/Makefile.am:
7261         * backend/ev-document-factory.c: (ev_document_type_get_from_mime):
7262         * configure.ac:
7263         * shell/ev-document-types.c: (ev_document_types_add_filters):
7264
7265         Allow to enable/disable the pixbuf backend.
7266         Default to off for now. If we want it enabled we should
7267         really put mime types in the desktop, implement properties etc.
7268
7269         * properties/evince-properties.c:
7270
7271         Initialize error to NULL.
7272         Check error is not NULL before freeing.
7273
7274 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7275
7276         * shell/ev-window.c:
7277
7278         Use F5 as presentation accell
7279
7280 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7281
7282         * shell/ev-window.c: (update_chrome_visibility),
7283         (ev_window_create_fullscreen_popup), (ev_window_init):
7284
7285         Do not leak the fullscreen toolbar
7286
7287 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7288
7289         * shell/ev-window.c: (view_actions_focus_in_cb),
7290         (view_actions_focus_out_cb):
7291
7292         These has a return value! Fix totally random focus
7293         issues we was seeing.
7294
7295 2005-07-11  Carlos Garcia Campos  <carlosgc@gnome.org>
7296
7297         * shell/main.c: (load_files_remote):
7298
7299         Allow open more than one file
7300
7301 2005-07-11  Marco Pesenti Gritti  <mpg@redhat.com>
7302
7303         * shell/main.c: (load_files_remote):
7304
7305         Fix for dbus 0.33. bug #309975
7306
7307 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7308
7309         * properties/ev-properties-main.c: (ev_properties_get_pages):
7310
7311         Actually return NULL for types we dont support
7312
7313 2005-07-08  Christian Persch  <chpe@cvs.gnome.org>
7314
7315         * po/POTFILES.in:
7316
7317         Remove empty lines.
7318
7319 2005-07-08  Marco Pesenti Gritti  <marco@gnome.org>
7320
7321         * backend/ev-document-factory.c:
7322         (ev_document_factory_get_document):
7323
7324         Do not try to create the object if type
7325         is invalid.
7326
7327 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7328
7329         * ps/ps-document.c: (ps_document_dispose),
7330         (ps_async_renderer_render_pixbuf):
7331         * ps/ps-document.h:
7332
7333         Do not leak the target window
7334
7335 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7336
7337         * shell/ev-application.c: (ev_application_init):
7338
7339         Let tbe check file existence for us.
7340         Add a comment about eggrecent mime filter.
7341
7342 2005-07-08  Marco Pesenti Gritti  <mpg@redhat.com>
7343
7344         * data/evince-ui.xml:
7345         * shell/ev-application.c: (ev_application_shutdown),
7346         (ev_application_init), (ev_application_get_toolbars_model),
7347         (ev_application_get_recent_model),
7348         (ev_application_save_toolbars_model):
7349         * shell/ev-application.h:
7350         * shell/ev-window.c: (ev_window_add_recent),
7351         (ev_window_setup_recent), (ev_window_cmd_edit_toolbar_cb),
7352         (ev_window_cmd_edit_toolbar), (ev_window_dispose),
7353         (ev_window_init):
7354
7355         Use common toolbar and recent models for all windows.
7356         Patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7357
7358 Thu Jul  7 23:10:01 2005  Jonathan Blandford  <jrb@redhat.com>
7359
7360         * configure.ac: add FRONTEND_CORE_LIBS to evince_save_LIBS so we
7361         successfully check for gtk_icon_view_get_visible_range.
7362
7363 2005-07-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7364
7365         * djvu/Makefile.am:
7366         * dvi/Makefile.am:
7367         
7368         Fix djvu and dvi backend build.
7369
7370 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7371
7372         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c: (new_pixbuf_from_widget),
7373         (new_separator_pixbuf):
7374
7375         Don't leak windows.
7376
7377 2005-07-07  Christian Persch  <chpe@cvs.gnome.org>
7378
7379         * shell/ev-window.c: (ev_window_cmd_edit_toolbar):
7380
7381         HIGification of toolbar editor dialogue.
7382
7383 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7384
7385         * configure.ac:
7386         * shell/Makefile.am:
7387
7388         Ever build metadata manager since it's just
7389         disabled at runtime now.
7390
7391 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7392
7393         * shell/ev-metadata-manager.c: (ev_metadata_manager_init),
7394         (ev_metadata_manager_get), (ev_metadata_manager_set):
7395         * shell/ev-metadata-manager.h:
7396
7397         Add an _init functions that enabled metadata management
7398         at runtime.
7399
7400         * shell/ev-window.c: (page_changed_cb),
7401         (setup_document_from_metadata), (ev_window_setup_document),
7402         (setup_view_from_metadata), (ev_window_open_uri),
7403         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7404         (ev_window_run_presentation), (ev_window_stop_presentation),
7405         (save_sizing_mode), (ev_window_zoom_changed_cb),
7406         (ev_window_continuous_changed_cb),
7407         (ev_window_dual_mode_changed_cb), (window_state_event_cb),
7408         (window_configure_event_cb):
7409
7410         Remove all ugly metadata define since we deal with it
7411         at runtime now.
7412
7413         * shell/main.c: (load_files_remote), (main):
7414
7415         Add support for dbus cvs head. Hopefully didnt break one
7416         of the other versions now!
7417
7418         If we dont get a response from the dbus server just
7419         give up with it and not enable metadata.
7420
7421 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7422
7423         * Makefile.am:
7424         * backend/Makefile.am:
7425         * configure.ac:
7426         * cut-n-paste/recent-files/Makefile.am:
7427         * cut-n-paste/toolbar-editor/Makefile.am:
7428         * cut-n-paste/zoom-control/Makefile.am:
7429         * lib/Makefile.am:
7430         * pdf/Makefile.am:
7431         * pixbuf/Makefile.am:
7432         * properties/Makefile.am:
7433         * ps/Makefile.am:
7434         * shell/Makefile.am:
7435         * thumbnailer/Makefile.am:
7436         * tiff/Makefile.am:
7437
7438         Make frontends depend on just libev.
7439         Rework and group CFLAGS/LIBS definitions.
7440         Cleanups.
7441
7442 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7443
7444         * shell/ev-window:
7445
7446         do not unnecessarily save zoom
7447
7448         * configure.ac:
7449         * lib/ev-file-helpers.c: (ev_dot_dir):
7450         * shell/Makefile.am:
7451         * shell/dummy.cc:
7452
7453         Some cleanups
7454
7455 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7456
7457         * configure.ac:
7458         
7459         Remove unnecessary dependencies
7460
7461 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7462
7463         * properties/Makefile.am:
7464         * thumbnailer/Makefile.am:
7465         * tiff/Makefile.am:
7466
7467         Some more cleanups. Was really necessary
7468         but I probably introduced bugs, feel free
7469         to flame :)
7470
7471 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7472
7473         * backend/Makefile.am:
7474         * configure.ac:
7475         * cut-n-paste/recent-files/Makefile.am:
7476         * cut-n-paste/toolbar-editor/Makefile.am:
7477         * cut-n-paste/zoom-control/Makefile.am:
7478         * lib/Makefile.am:
7479         * pdf/Makefile.am:
7480         * pixbuf/Makefile.am:
7481         * properties/Makefile.am:
7482         * ps/Makefile.am:
7483         * shell/Makefile.am:
7484         * thumbnailer/Makefile.am:
7485         * tiff/Makefile.am:
7486
7487         Use gnome-common macros when possible.
7488         Cleanup dependencies.
7489         Actually disable deprecated where possible.
7490
7491 2005-07-07  Marco Pesenti Gritti  <mpg@redhat.com>
7492
7493         * Makefile.am:
7494         * backend/Makefile.am:
7495         * properties/Makefile.am:
7496         * shell/Makefile.am:
7497         * thumbnailer/Makefile.am:
7498
7499         This should solve the circular dep without
7500         requiring dir reorg!
7501
7502         * shell/ev-window.c: (setup_view_from_metadata):
7503
7504         Never restore window size/position when the
7505         window is already visible.
7506
7507 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7508
7509         * shell/ev-metadata-manager.c: (ev_metadata_manager_save):
7510
7511         Return a boolean from timeout func. Fix ported from gedit.
7512
7513 2005-07-07  Iñaki Larrañaga  <dooteo@euskalgnu.org>
7514
7515         * configure.ac: Added "eu" (Basque) to ALL_LINGUAS.
7516
7517 2005-07-06  Carlos Garcia Campos  <carlosgc@gnome.org>
7518
7519         * shell/ev-document-types.c: set "All Documents" as default filter in
7520         open dialog
7521
7522 2005-07-06  Martin Kretzschmar  <martink@gnome.org>
7523
7524         * shell/ev-metadata-manager.c (ev_metadata_manager_set_int)
7525         (ev_metadata_manager_set_double, ev_metadata_manager_set_string)
7526         (ev_metadata_manager_set_boolean): fix value/val thinko.
7527
7528 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7529
7530         * shell/ev-window.c: (setup_view_from_metadata),
7531         (window_state_event_cb), (window_configure_event_cb),
7532         (ev_window_init):
7533
7534         Remember window position and maximized state
7535
7536 2005-07-06  Christian Persch  <chpe@cvs.gnome.org>
7537
7538         * configure.ac:
7539
7540         Fix DBUS configure checks.
7541
7542         * shell/ev-metadata-manager.c: (ev_metadata_manager_set_int),
7543         (ev_metadata_manager_set_double), (ev_metadata_manager_set_string),
7544         (ev_metadata_manager_set_boolean):
7545
7546         Plug mem leaks.
7547
7548         * shell/ev-window.c: (page_changed_cb), (ev_window_run_fullscreen),
7549         (ev_window_stop_fullscreen), (ev_window_run_presentation),
7550         (ev_window_stop_presentation), (ev_window_zoom_changed_cb),
7551         (ev_window_continuous_changed_cb),
7552         (ev_window_dual_mode_changed_cb), (ev_window_new):
7553
7554         Fix the build without DBUS.
7555
7556 2005-07-06  Marco Pesenti Gritti  <mpg@redhat.com>
7557
7558         * shell/ev-metadata-manager.c: (parse_value), (save_values),
7559         (ev_metadata_manager_set_int), (ev_metadata_manager_set_double),
7560         (ev_metadata_manager_set_string),
7561         (ev_metadata_manager_set_boolean):
7562         * shell/ev-metadata-manager.h:
7563
7564         Add support for some more types
7565
7566         * shell/ev-view.c: (scroll_to_current_page),
7567         (ev_view_get_continuous), (ev_view_set_continuous),
7568         (ev_view_get_dual_page):
7569         * shell/ev-view.h:
7570         * shell/ev-window.c: (page_changed_cb),
7571         (setup_document_from_metadata), (ev_window_setup_document),
7572         (setup_view_from_metadata), (ev_window_open_uri),
7573         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7574         (ev_window_run_presentation), (ev_window_stop_presentation),
7575         (save_sizing_mode), (ev_window_sizing_mode_changed_cb),
7576         (ev_window_zoom_changed_cb), (ev_window_update_continuous_action),
7577         (ev_window_update_dual_page_action),
7578         (ev_window_continuous_changed_cb),
7579         (ev_window_dual_mode_changed_cb), (ev_window_init):
7580
7581         Remember a bunch of view/document properties. Prolly some
7582         are still missing but it's getting interesting.
7583
7584 2005-07-05  Martin Kretzschmar  <martink@gnome.org>
7585
7586         * configure.ac: check if dbus-binding-tool is installed. Not the
7587         case on current Ubuntu breezy, it seems.
7588
7589 2005-07-05  Luca Ferretti <elle.uca@libero.it>
7590
7591         * data/evince.desktop.in.in:
7592         
7593         Allow open uri lists and add TryExec field.
7594
7595 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7596
7597         * configure.ac:
7598
7599         Enable dbus when available, do not require a configure
7600         option.
7601
7602 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7603
7604         * configure.ac:
7605
7606         Use AM_CONDITIONAL unconditionally, fixes the build with DBUS
7607         disabled.
7608
7609 2005-07-05  Carlos Garcia Campos  <carlosgc@gnome.org>
7610         Marco Pesenti Gritti  <mpg@redhat.com>
7611
7612         * shell/Makefile.am: Add --prefix for dbus-binding-tool script
7613         
7614         * shell/ev-application.[ch], shell/ev-window.c: change dbus RPC 
7615         functions to the format required by dbus
7616
7617         * shell/main.c: use G_TYPE instead of DBUS_TYPE to fix compilation
7618         errors. Use the RPC parameters in the expected way
7619
7620 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7621
7622         * Makefile.am:
7623         * properties/Makefile.am:
7624         * properties/ev-properties-main.c: (ev_properties_get_pages):
7625
7626         Support all mime types
7627
7628         * shell/Makefile.am:
7629         * thumbnailer/Makefile.am:
7630         * thumbnailer/evince-thumbnailer.c: (get_document_from_uri),
7631         (evince_thumbnail_pngenc_get):
7632
7633         Use the document factory
7634
7635 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7636
7637         * backend/Makefile.am:
7638         * backend/ev-document-factory.c:
7639         (mime_type_supported_by_gdk_pixbuf),
7640         (ev_document_type_get_from_mime),
7641         (ev_document_factory_get_document),
7642         (ev_document_factory_get_backend),
7643         (ev_document_factory_get_mime_types),
7644         (ev_document_factory_get_all_mime_types):
7645         * backend/ev-document-factory.h:
7646         * shell/Makefile.am:
7647         * shell/ev-document-types.c: (get_document_from_uri),
7648         (ev_document_types_get_document),
7649         (file_filter_add_mime_list_and_free),
7650         (ev_document_types_add_filters):
7651         * shell/ev-document-types.h:
7652         * shell/ev-job-xfer.c: (ev_job_xfer_run):
7653         * shell/ev-properties-dialog.c:
7654         (ev_properties_dialog_set_document):
7655         * shell/ev-window.c: (ev_window_cmd_file_open),
7656         (ev_window_cmd_save_as):
7657         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
7658
7659         Rework document types managing to avoid code duplication
7660         and actually abstract from backend implementations.
7661         Also provide a minimal factory api that can be used by
7662         thumbnailer/properties.
7663
7664 2005-07-05  Christian Persch  <chpe@cvs.gnome.org>
7665
7666         * properties/ev-properties-view.c: (ev_properties_view_set_info):
7667         Plug a mem leak.
7668         * shell/ev-properties-dialog.c: (ev_properties_dialog_init):
7669         HIG spacings.
7670
7671 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7672
7673         * shell/ev-properties-dialog.c
7674         (ev_properties_dialog_set_document): only call
7675         ev_properties_fonts_set_document() if the document implements the
7676         fonts interface
7677
7678 2005-07-05  Marco Pesenti Gritti  <mpg@redhat.com>
7679
7680         * configure.ac:
7681         * properties/Makefile.am:
7682         * properties/ev-properties-view.c:
7683         (ev_properties_view_register_type):
7684         * properties/ev-properties-view.h:
7685         * properties/ev-properties-main.h:
7686
7687         Implement nautilus plugin for properties.
7688         Works only for pdf atm, I need to rework the
7689         document types stuff to get this to work
7690         for all backends...
7691
7692 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7693
7694         * shell/ev-properties-fonts.c (enum): kill redundant columns enum
7695         (ev_properties_fonts_set_document): use
7696         EV_DOCUMENT_FONTS_COLUMN_NUM_COLUMNS.
7697
7698 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7699
7700         * tiff/tiff2ps.c: remove TRUE and FALSE definitions, glib provides
7701         them
7702         (PlaceImage, tiff2ps_process_page): use
7703         g_ascii_dtostr to convert floats to strings in a locale-safe way.
7704
7705
7706 2005-07-04  Martin Kretzschmar  <martink@gnome.org>
7707
7708         * shell/main.c: include libgnomeui/gnome-authentication-manager.h
7709         (main): to call gnome_authentication_manager_init. Should fix
7710         Bug #308510
7711
7712         * configure.ac: that requires libgnomeui 2.6.0.
7713
7714 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7715
7716         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7717         (tiff_document_ps_export_do_page, tiff_document_ps_export_end):
7718         use the new tiff2ps interfaces
7719
7720         * tiff/tiff2ps.h (tiff2ps_context_new, tiff2ps_process_page) 
7721         (tiff2ps_context_finalize): implement new interfaces for tiff2ps
7722
7723         * tiff/tiff2ps.c: refactor tiff2ps code to use a context
7724         structure instead of global variables.  Remove use of static
7725         variables in functions.
7726
7727 2005-07-04  Carlos Garcia Campos <carlosgc@gnome.org>
7728
7729         * shell/ev-page-action.c: unref the completion after setting it to the
7730         entry
7731
7732 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7733
7734         * tiff/tiff2ps.c (generateEPSF): disable generating encapsulated
7735         postscript files
7736
7737 2005-07-04  Matthew S. Wilson  <msw@rpath.com>
7738
7739         * shell/ev-window.c (update_action_sensitivity): disable
7740         File->Print if the document does not implement the ps exporter
7741         interface
7742
7743 2005-07-04  Marco Pesenti Gritti  <mpg@redhat.com>
7744
7745         * Makefile.am:
7746         * configure.ac:
7747         * data/evince-properties.glade:
7748         * properties/.cvsignore:
7749         * properties/Makefile.am:
7750         * properties/ev-properties-view.c: (ev_properties_view_dispose),
7751         (ev_properties_view_class_init), (ev_properties_view_format_date),
7752         (make_valid_utf8), (set_property), (ev_properties_view_set_info),
7753         (ev_properties_view_init), (ev_properties_view_new):
7754         * properties/ev-properties-view.h:
7755         * shell/Makefile.am:
7756         * shell/ev-properties-dialog.c: (ev_properties_dialog_class_init),
7757         (ev_properties_dialog_init), (ev_properties_dialog_set_document),
7758         (ev_properties_dialog_new):
7759         * shell/ev-properties-dialog.h:
7760         * shell/ev-properties-fonts.c: (ev_properties_fonts_dispose),
7761         (ev_properties_fonts_class_init), (ev_properties_fonts_init),
7762         (update_progress_label), (job_fonts_finished_cb),
7763         (ev_properties_fonts_set_document), (ev_properties_fonts_new):
7764         * shell/ev-properties-fonts.h:
7765         * shell/ev-properties.c:
7766         * shell/ev-properties.h:
7767         * shell/ev-window.c: (ev_window_setup_document),
7768         (ev_window_cmd_file_properties):
7769
7770         Split the properties pages in two different objects, depend
7771         only on the backend where possible, use widgets instead
7772         of gobject for the glade part, reimplement the dialog
7773         itself with gtk.
7774         I need this to implement nautilus properties page.
7775
7776 2005-07-03  Matthew S. Wilson  <msw@rpath.com>
7777
7778         * tiff/tiff-document.c (tiff_document_ps_export_begin) 
7779         (tiff_document_ps_export_do_page, tiff_document_ps_export_end) 
7780         (tiff_document_document_ps_exporter_iface_init): implement the ps
7781         exporter interface for tiff documents
7782
7783         * tiff/tiff2ps.c: added a modified version of tiff2ps.c from
7784         libtiff to implement TIFF postscript export
7785
7786         * tiff/tiff2ps.h: added a header file for external tiff2ps
7787         functions.
7788
7789         * tiff/Makefile.am (libtiffdocument_la_SOURCES): add tiff2ps.c and
7790         tiff2ps.h
7791
7792 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7793
7794         * shell/ev-view.c: (scroll_to_current_page),
7795         (ev_view_set_fullscreen), (ev_view_set_presentation):
7796         
7797         Scroll to current page when exit from presentation
7798
7799 2005-07-03  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7800
7801         * shell/ev-window.c: (update_document_mode),
7802         (ev_window_run_fullscreen), (ev_window_stop_fullscreen),
7803         (ev_window_cmd_view_fullscreen), (ev_window_stop_presentation),
7804         (ev_window_cmd_view_presentation), (ev_window_cmd_escape):
7805         
7806         Exit from fullscreen mode when switch to presentation. Fix for
7807         bug 309365
7808
7809 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7810
7811         * shell/ev-pixbuf-cache.c (ev_pixbuf_cache_get_selection_pixbuf):
7812         return NULL if the document does not implement the selection
7813         interface.
7814
7815 2005-07-02  Matthew S. Wilson  <msw@rpath.com>
7816
7817         * tiff/tiff-document.c (tiff_document_get_page_size): scale the
7818         reported height by using the resolution aspect ratio
7819         (tiff_document_render_pixbuf): scale the pixbuf using the
7820         resolution aspect ratio
7821
7822 2005-07-01  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7823
7824         * configure.ac:
7825         
7826         Require libgnomeprint >= 2.5.1. Thanks to Colin Slater 
7827         <kiltedaco@gmail.com>
7828         
7829         * djvu/djvu-document.c: (djvu_document_get_orientation),
7830         (djvu_document_set_orientation), (djvu_document_get_page_size),
7831         (rotate_pixbuf), (djvu_document_render_pixbuf),
7832         (djvu_document_document_iface_init):
7833         * dvi/dvi-document.c: (dvi_document_get_orientation),
7834         (dvi_document_set_orientation), (dvi_document_get_page_size),
7835         (rotate_pixbuf), (dvi_document_render_pixbuf),
7836         (dvi_document_document_iface_init):
7837         
7838         Dvi and djvu backends are ported to new API
7839
7840 Fri Jul  1 00:10:15 2005  Jonathan Blandford  <jrb@redhat.com>
7841
7842         * backend/ev-selection.c: (ev_selection_get_selection_region),
7843         (ev_selection_get_selection_map):
7844         * backend/ev-selection.h:
7845         * pdf/ev-poppler.cc:
7846         * shell/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
7847         * shell/ev-jobs.h:
7848         * shell/ev-pixbuf-cache.c: (dispose_cache_job_info),
7849         (job_finished_cb), (copy_job_to_job_info), (add_job_if_needed),
7850         (ev_pixbuf_cache_get_text_mapping):
7851         * shell/ev-pixbuf-cache.h:
7852         * shell/ev-view.c: (location_in_text),
7853         (ev_view_motion_notify_event), (ev_view_set_cursor): Add I-Beam
7854         support to EvView.  Now we can see where we can select!  Sweet!
7855
7856 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7857
7858         * shell/ev-view.c (ev_view_button_press_event): Fix
7859         event->y + view->scroll_x typo.
7860
7861 2005-06-30  Kristian Høgsberg  <krh@redhat.com>
7862
7863         * pdf/ev-poppler.cc: Adjust to poppler API changes; use a
7864         sub-GdkPixbuf instead of passing dest_x and dest_y.
7865         
7866         * shell/ev-view.c: (view_point_to_doc_point),
7867         (view_rect_to_doc_rect), (ev_view_button_press_event),
7868         (ev_view_motion_notify_event), (compute_new_selection_rect),
7869         (gdk_rectangle_point_in), (compute_new_selection_text),
7870         (compute_selections): Update selection code to keep the selection
7871         around as two points and not as a normalized rectangle, and fix
7872         page level selection in two-column mode.
7873
7874 2005-06-30  Alex Duggan  <aldug@astrolinux.com>
7875
7876         * shell/ev-window.c: (window_configure_event_cb): 
7877         
7878         Fix compilation
7879         
7880 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7881
7882         * pdf/ev-poppler.cc:
7883
7884         Fix compilation
7885
7886 2005-06-30  Marco Pesenti Gritti  <mpg@redhat.com>
7887
7888         * shell/Makefile.am:
7889         * shell/ev-metadata-manager.c: (item_free),
7890         (ev_metadata_manager_init), (ev_metadata_manager_shutdown),
7891         (parse_value), (parseItem), (load_values),
7892         (ev_metadata_manager_get), (value_free), (ev_metadata_manager_set),
7893         (save_values), (save_item), (get_oldest), (resize_items),
7894         (ev_metadata_manager_save), (ev_metadata_manager_set_int):
7895         * shell/ev-metadata-manager.h:
7896
7897         Metadata manager from gedit but modified to use GValue, so that
7898         we dont need to keep converting from strings.
7899
7900         * configure.ac:
7901
7902         ENABLE_METADATA conditional, on when dbus is on
7903
7904         * shell/ev-application.c: (ev_application_open_uri):
7905
7906         Show the window after load so that we can initialize
7907         window size before it's showed.
7908
7909         * shell/ev-window.c: (ev_window_setup_from_metadata),
7910         (ev_window_open_uri), (window_configure_event_cb),
7911         (ev_window_init):
7912
7913         Save and load metadata information about window size.
7914         Not yet keeping states in account.
7915
7916         * shell/main.c: (main):
7917
7918         Shutdown metadata manager.
7919
7920 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7921
7922         * shell/ev-application-service.xml:
7923         * configure.ac:
7924         * shell/Makefile.am:
7925         * shell/ev-application.c:
7926         * shell/ev-application.h:
7927         * shell/ev-window.c:
7928         * shell/ev-window.h:
7929         * shell/main.c:
7930
7931         Add an optional dbus interface (--enable-dbus).
7932         Rework application code, mainly to be easier to
7933         use "remotely".
7934         Do not open multiple windows with the same document,
7935         spatial evince!
7936
7937 Thu Jun 30 01:50:14 2005  Jonathan Blandford  <jrb@redhat.com>
7938
7939         * shell/ev-pixbuf-cache.c (clear_selection_if_needed): unref the
7940         pixbuf iff it exists.
7941
7942 Thu Jun 30 01:43:00 2005  Jonathan Blandford  <jrb@redhat.com>
7943
7944         * shell/*:
7945         * backend/ev-render-context.[ch]:
7946         * backend/ev-selection.[ch]:
7947
7948         Massive changes.  We now support text selection of pdfs, and not
7949         just rectangular selection.  This is pretty broken still, but I
7950         want to get something into CVS.
7951
7952 2005-06-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
7953
7954         * pdf/ev-poppler.cc:
7955         
7956         Fix for Bug 309080: crash on window close.
7957         
7958         * shell/ev-page-action.c: (page_changed_cb):
7959         
7960         Fix for Bug 309168: Fix build with gcc 2.95. Thanks to
7961         jensgr@gmx.net (Jens Granseuer).
7962
7963 2005-06-25  Marcel Telka  <marcel@telka.sk>
7964
7965         * configure.in (ALL_LINGUAS): Added sk.
7966
7967 2005-06-24  Carlos Garcia Campos  <carlosgc@gnome.org>
7968
7969         * shell/ev-window.c: Make rotate menu entries unsensitive if there is
7970         not a document open
7971
7972 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7973
7974         * NEWS:
7975         * configure.ac:
7976
7977         Release 0.3.2
7978
7979         * cut-n-paste/recent-files/Makefile.am:
7980
7981         Fix make distcheck
7982
7983 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
7984
7985         * pixbuf/pixbuf-document.c: (pixbuf_document_get_orientation),
7986         (pixbuf_document_set_orientation), (rotate_pixbuf),
7987         (pixbuf_document_get_page_size), (pixbuf_document_render_pixbuf),
7988         (pixbuf_document_document_iface_init), (pixbuf_document_init):
7989
7990         Implement rotation and cleanup the code a bit.
7991
7992         * tiff/tiff-document.c: (tiff_document_get_page_size),
7993         (tiff_document_get_orientation), (tiff_document_set_orientation),
7994         (rotate_pixbuf), (tiff_document_render_pixbuf),
7995         (tiff_document_document_iface_init), (tiff_document_init):
7996
7997         Implement rotation. Was the quicker solution for the release
7998         but we really need to share this code in the shell.
7999
8000 2005-06-24  Marco Pesenti Gritti  <mpg@redhat.com>
8001
8002         * pdf/ev-poppler.cc:
8003
8004         Enable rotation, require poppler cvs. Fix a leak.
8005
8006 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8007
8008         * shell/ev-window.c: (update_action_sensitivity):
8009         
8010         Make properties unsensitive if document backend doesn't provide
8011         any info
8012
8013 2005-06-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8014
8015         * dvi/mdvi-lib/bitmap.c: (bitmap_alloc), (bitmap_alloc_raw),
8016         (bitmap_flip_horizontally), (bitmap_flip_vertically),
8017         (bitmap_flip_diagonally), (bitmap_rotate_clockwise),
8018         (bitmap_rotate_counter_clockwise), (bitmap_flip_rotate_clockwise),
8019         (bitmap_flip_rotate_counter_clockwise):
8020         * dvi/mdvi-lib/color.c: (mdvi_push_color), (get_color_table):
8021         * dvi/mdvi-lib/common.c: (read_string), (buff_free), (buff_add),
8022         (buff_gets):
8023         * dvi/mdvi-lib/common.h:
8024         * dvi/mdvi-lib/dvimisc.c: (mdvi_push_color):
8025         * dvi/mdvi-lib/dviread.c: (get_bytes), (dreset), (define_font),
8026         (opendvi), (mdvi_reload), (mdvi_init_context),
8027         (mdvi_destroy_context), (mdvi_dopage), (special):
8028         * dvi/mdvi-lib/font.c: (font_drop_one), (font_free_unused):
8029         * dvi/mdvi-lib/fontmap.c: (read_encoding), (destroy_encoding),
8030         (file_hash_free), (register_encoding), (parse_spec),
8031         (mdvi_load_fontmap), (free_ent), (mdvi_init_fontmaps),
8032         (mdvi_add_fontmap_file), (mdvi_ps_read_fontmap),
8033         (mdvi_ps_flush_fonts), (mdvi_ps_find_font), (mdvi_ps_get_metrics):
8034         * dvi/mdvi-lib/fontsrch.c: (mdvi_list_font_class),
8035         (mdvi_register_font_type), (mdvi_unregister_font_type),
8036         (lookup_font), (mdvi_add_font), (mdvi_font_retry):
8037         * dvi/mdvi-lib/gf.c: (gf_read_bitmap), (gf_load_font):
8038         * dvi/mdvi-lib/hash.c: (mdvi_hash_remove), (mdvi_hash_remove_ptr),
8039         (mdvi_hash_destroy_key), (mdvi_hash_reset):
8040         * dvi/mdvi-lib/pagesel.c: (mdvi_parse_range),
8041         (mdvi_parse_page_spec), (mdvi_free_page_spec), (main):
8042         * dvi/mdvi-lib/paper.c: (mdvi_free_paper_specs):
8043         * dvi/mdvi-lib/pk.c: (pk_lookup), (pk_lookupn), (pk_load_font):
8044         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
8045         * dvi/mdvi-lib/special.c: (mdvi_register_special),
8046         (mdvi_unregister_special), (mdvi_flush_specials):
8047         * dvi/mdvi-lib/t1.c: (t1_lookup_font), (t1_really_load_font),
8048         (t1_font_remove):
8049         * dvi/mdvi-lib/tfm.c: (get_tfm_chars):
8050         * dvi/mdvi-lib/tfmfile.c: (afm_load_file), (tfm_load_file),
8051         (ofm1_load_file), (ofm_load_file), (get_font_metrics),
8052         (free_font_metrics), (flush_font_metrics):
8053         * dvi/mdvi-lib/tt.c: (tt_really_load_font), (tt_get_bitmap),
8054         (tt_font_remove):
8055         * dvi/mdvi-lib/util.c: (mdvi_malloc), (mdvi_realloc),
8056         (mdvi_calloc), (mdvi_free), (mdvi_strdup), (mdvi_strncpy),
8057         (mdvi_strndup), (mdvi_memdup), (xstradd), (dstring_append),
8058         (dstring_insert), (dstring_new), (dstring_reset):
8059         * dvi/mdvi-lib/vf.c: (vf_load_font), (vf_free_macros):
8060         
8061         Rename xmalloc and xfree to mdvi_malloc and mdvi_free to
8062         avoid conflict with libtool on FC4
8063         
8064         * shell/ev-window.c: (ev_window_cmd_help_about):
8065         
8066         Update copyright year. Fix for bug 308828.
8067
8068 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8069
8070         * shell/ev-view.c: (add_scroll_binding_keypad),
8071         (ev_view_binding_activated), (ev_view_class_init),
8072         (on_adjustment_value_changed):
8073         
8074         Bug 170874: Arrow keys switch pages in presentation mode
8075
8076 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8077
8078         * shell/ev-window.c: (ev_window_sidebar_visibility_changed_cb):
8079         
8080         Fix for Bug 308265: Sidebar dissappears coming out of 
8081         Presentation mode
8082
8083 2005-06-23  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8084
8085         * shell/ev-application.c: (ev_application_open):
8086         * shell/ev-document-types.c: (ev_document_types_add_filters),
8087         (ev_document_types_add_filters_for_type):
8088         * shell/ev-document-types.h:
8089         * shell/ev-window.c: (ev_window_cmd_save_as):
8090         
8091         Suggest basename as template when saving, provide filters
8092         for save dialog. It's bug 308402
8093
8094 2005-06-20  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8095
8096         * pdf/ev-poppler.cc:
8097         * shell/ev-sidebar-links.c: (job_finished_callback):
8098         * shell/ev-view.c: (update_find_status_message):
8099         
8100         Some leaks fixed
8101
8102 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8103
8104         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8105         (egg_recent_view_uimanager_set_list):
8106
8107         Fix buglet in !show_numbers case.
8108
8109 2005-06-19  Christian Persch  <chpe@cvs.gnome.org>
8110
8111         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8112         (connect_proxy_cb), (egg_recent_view_uimanager_set_list):
8113
8114         Use pango ellipsisation.
8115
8116         * pdf/ev-poppler.cc:
8117
8118         Fix refcount leak, from nsh.
8119
8120 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8121
8122         * cut-n-paste/recent-files/Makefile.am:
8123         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8124         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8125         
8126         Removed EggRecentViewGtk
8127         
8128         * cut-n-paste/recent-files/egg-recent-view-uimanager.c:
8129         * cut-n-paste/recent-files/egg-recent-view-uimanager.h:
8130         * shell/ev-window.c: (ev_window_cmd_recent_file_activate),
8131         (ev_window_setup_recent):
8132         
8133         Use ViewUIManager instead of ViewGtk. Less leaks, more compatibility
8134         with other projects
8135
8136 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8137
8138         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8139         (egg_recent_view_gtk_finalize):
8140
8141         Fix memory leak
8142
8143         * cut-n-paste/toolbar-editor/Makefile.am:
8144         
8145         Fix location of cursor icon.
8146         
8147         * pdf/ev-poppler.cc:
8148         * shell/ev-page-action.c: (build_new_tree_cb), (match_selected_cb),
8149         (display_completion_text), (match_completion):
8150         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8151         (selection_changed_callback), (create_loading_model),
8152         (print_section_cb), (links_page_num_func),
8153         (update_page_callback_foreach):
8154         * shell/ev-window.c: (ev_window_dispose):
8155         
8156         Small memory fixes. Links model now store objects instead
8157         of pointers to improve memory management. 
8158
8159 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8160
8161         * shell/ev-window.c: (zoom_control_changed_cb):
8162         
8163         Fix update of zoom control (bug 308268).
8164
8165 Sat Jun 18 22:46:42 2005  Jonathan Blandford  <jrb@redhat.com>
8166
8167         * shell/ev-properties.c (set_property): escape the text correctly.
8168         Handles non-UTF-8 properties and escaped properties.  Also, sets
8169         the text to "<i>None</i>" if the property isn't set.
8170
8171         * data/evince-properties.glade: Change the label to be ellipsized,
8172         and give it a minimum size.
8173
8174 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8175
8176         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown):
8177         * shell/ev-sidebar-links.c: (create_loading_model):
8178         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose):
8179         * shell/ev-view.c: (ev_view_set_document):
8180         * shell/ev-window.c: (ev_window_dispose):
8181         
8182         Various small fixes, mostly memory leaks. Thanks to valgrind.
8183
8184 2005-06-19  Martin Kretzschmar  <martink@gnome.org>
8185
8186         * ps/ps-document.c: remove the locale.h include again ;-). And
8187         kill the (bogus) setlocale/savelocale business.
8188
8189 2005-06-19  Jaap A. Haitsma <jaap@haitsma.org>
8190
8191         * ps/ps-document.c:
8192         
8193         Include locale.h to fix build
8194         
8195         * shell/ev-sidebar.c:
8196         
8197         Remove unnecessary includes
8198
8199 2005-06-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8200
8201         * dvi/dvi-document.c: (dvi_document_load):
8202         * dvi/mdvi-lib/dviread.c: (mdvi_init_context):
8203         * po/POTFILES.in:
8204         
8205         Check for incorrect dvi files. Fix parsing dvi on AMD64
8206         platform. Thanks to tester@tester.ca (Olivier Crete).
8207
8208 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8209
8210         * shell/ev-page-action.c: (match_selected_cb),
8211         (display_completion_text), (match_completion), (update_model):
8212         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8213         (expand_open_links):
8214         * shell/ev-sidebar.c: (ev_sidebar_destroy),
8215         (ev_sidebar_menu_item_activate_cb), (ev_sidebar_add_page),
8216         (ev_sidebar_set_document):
8217         * shell/ev-window.c: (ev_window_xfer_job_cb),
8218         (sidebar_widget_model_set), (sidebar_page_main_widget_update_cb):
8219         
8220         Fixed lot's of memory leaks, for example, memory leak on reload, 
8221         described in bug 307793.
8222
8223 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8224
8225         * pdf/ev-poppler.cc:
8226         * shell/ev-sidebar-thumbnails.c: (clear_range), (add_range),
8227         (update_visible_range), (adjustment_changed_cb),
8228         (ev_sidebar_thumbnails_fill_model),
8229         (ev_sidebar_thumbnails_refresh),
8230         (ev_sidebar_tree_selection_changed),
8231         (ev_sidebar_icon_selection_changed),
8232         (ev_sidebar_thumbnails_use_icon_view),
8233         (ev_sidebar_thumbnails_set_document):
8234         * shell/ev-sidebar-thumbnails.h:
8235         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8236         (ev_window_cmd_edit_rotate_right), (ev_window_init):
8237
8238         Refresh thumbnails when changing orientation. Not fully
8239         working yet becuase of a sidebar bug.
8240
8241         Set page orientation to poppler page everywhere. This sucks
8242         really need to fix poppler.
8243
8244 2005-06-18  Marco Pesenti Gritti  <mpg@redhat.com>
8245
8246         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
8247         (egg_recent_view_gtk_new_menu_item),
8248         (egg_recent_view_gtk_set_property),
8249         (egg_recent_view_gtk_get_property),
8250         (egg_recent_view_gtk_class_init), (egg_recent_view_gtk_init),
8251         (egg_recent_view_gtk_set_tooltip_func),
8252         (egg_recent_view_gtk_set_label_width),
8253         (egg_recent_view_gtk_get_label_width):
8254         * cut-n-paste/recent-files/egg-recent-view-gtk.h:
8255
8256         Sync with libegg (ellipsize labels)
8257
8258 2005-06-18  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8259
8260         * data/evince-ui.xml:
8261         * shell/ev-window.c: (ev_window_cmd_go_forward),
8262         (ev_window_cmd_go_backward):
8263         
8264         Shift + PageUp moves 10 Pages. Fix for 306125
8265
8266 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8267
8268         * pdf/ev-poppler.cc:
8269
8270         Add a flag to check if orientation has been overriden
8271
8272 2005-06-17  Martin Kretzschmar  <martink@gnome.org>
8273
8274         * ps/ps.c (psscan, psfree): read "Creator:" comment, free creator
8275         field if necessary.
8276
8277         * ps/ps.h: add creator field to document.
8278
8279         * ps/ps-document.c (ps_document_get_info): set format to PostScript,
8280         set creator field.
8281
8282 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8283
8284         * data/evince-properties.glade:
8285         * shell/ev-properties.c: (ev_properties_set_document):
8286
8287         s/PDF Version/Format
8288
8289 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8290
8291         * shell/ev-properties.c: (ev_properties_set_document):
8292
8293         Remove unnecessary translations
8294
8295 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8296
8297         * cut-n-paste/toolbar-editor/Makefile.am:
8298
8299         Correct library name    
8300
8301 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8302
8303         * configure.ac:
8304         * cut-n-paste/recent-files/egg-recent-model.c:
8305         (egg_recent_model_write_raw), (egg_recent_model_lock_file),
8306         (egg_recent_model_unlock_file):
8307         * cut-n-paste/recent-files/egg-recent-util.c:
8308         (egg_recent_util_get_unique_id):
8309         * cut-n-paste/recent-files/update-from-egg.sh:
8310         * cut-n-paste/toolbar-editor/Makefile.am:
8311         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8312         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
8313         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8314         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8315         (egg_toolbars_model_get_type):
8316         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
8317
8318         Better makefile for toolbar editor and update everything
8319         to latest libegg.
8320
8321 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8322
8323         * shell/ev-window.c: (update_document_mode):
8324
8325         Prefer presentation mode when the document
8326         require fullscreen.
8327
8328 2005-06-17  Marco Pesenti Gritti  <mpg@redhat.com>
8329
8330         * data/evince-ui.xml:
8331         * shell/ev-window.c:
8332
8333         Add control-equal for zooming
8334
8335 2005-06-17  Theppitak Karoonboonyanan  <thep@linux.thai.net>
8336
8337         * configure.ac: Added 'th' (Thai) to ALL_LINGUAS.
8338
8339 2005-06-16  Marco Pesenti Gritti  <mpg@redhat.com>
8340
8341         * backend/ev-document.c: (ev_document_get_orientation):
8342         * backend/ev-document.h:
8343         * pdf/ev-poppler.cc:
8344         * ps/ps-document.c: (ps_document_get_orientation),
8345         (ps_document_set_orientation), (ps_document_document_iface_init):
8346
8347         Add a get_orientation api. Improve set_orientation.
8348
8349         * data/evince-ui.xml:
8350         * shell/ev-view.c: (ev_view_set_orientation),
8351         (ev_view_rotate_right), (ev_view_rotate_left):
8352         * shell/ev-view.h:
8353         * shell/ev-window.c: (ev_window_cmd_edit_rotate_left),
8354         (ev_window_cmd_edit_rotate_right):
8355
8356         Better ui for changing document orientation
8357
8358 2005-06-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8359
8360         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_property),
8361         (ev_sidebar_links_class_init), (ev_sidebar_links_get_label):
8362         * shell/ev-sidebar-links.h:
8363         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
8364         (ev_sidebar_page_iface_init):
8365         * shell/ev-sidebar-page.h:
8366         * shell/ev-sidebar-thumbnails.c:
8367         (ev_sidebar_thumbnails_get_property),
8368         (ev_sidebar_thumbnails_class_init),
8369         (ev_sidebar_thumbnails_set_document):
8370         * shell/ev-sidebar-thumbnails.h:
8371         * shell/ev-view.c: (ev_view_motion_notify_event):
8372         * shell/ev-window.c: (update_chrome_visibility),
8373         (ev_window_cmd_focus_page_selector),
8374         (ev_window_update_fullscreen_popup), (view_actions_focus_in_cb),
8375         (sidebar_page_main_widget_update_cb), (ev_window_init):
8376         
8377         Autoraise toolbar on GoToPage binding and fix bindings in
8378         EvSidebarThumbnails page.
8379
8380 2005-06-15  Christian Persch  <chpe@cvs.gnome.org>
8381
8382         * shell/ev-properties.c: (update_progress_label):
8383
8384         Hide the progress label when finished; bug #307697.
8385
8386 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8387
8388         * pdf/ev-poppler.cc:
8389
8390         Enable is_open for links, you will need poppler cvs
8391
8392         * shell/ev-properties.c: (job_fonts_finished_cb):
8393
8394         Get a lock on the document when filling the tree view
8395
8396 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8397
8398         * backend/ev-document-links.h:
8399         * pdf/ev-poppler.cc:
8400         * shell/ev-sidebar-links.c: (create_loading_model),
8401         (expand_open_links), (job_finished_callback):
8402
8403         Expand links when specified by the document.
8404         Depend on a poppler api (defined out for now)
8405
8406 2005-06-15  Marco Pesenti Gritti <mpg@redhat.com>
8407
8408         * shell/ev-properties.c: (ev_properties_dispose),
8409         (ev_properties_class_init), (dialog_destroy_cb),
8410         (ev_properties_init), (job_fonts_finished_cb), (setup_fonts_view),
8411         (ev_properties_set_document), (ev_properties_new),
8412         (ev_properties_show):
8413         * shell/ev-properties.h:
8414
8415         Make it an object, cleanup the code, api to show it as transient
8416         and to set the document.
8417
8418         * shell/ev-window.c: (ev_window_setup_document),
8419         (ev_window_cmd_file_properties):
8420
8421         Adapt to EvProperties changes, do not show multiple
8422         times, update it when document changes.
8423
8424 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8425
8426         * ps/gstypes.h:
8427         * ps/ps-document.c: (ps_document_init), (get_page_orientation),
8428         (ps_document_set_orientation), (ps_document_document_iface_init):
8429         * ps/ps-document.h:
8430
8431         Implement orientation here too
8432
8433         * shell/ev-properties.c: (ev_properties_new):
8434         * data/evince-properties.glade:
8435
8436         Hide the fonts page for backends that doesnt
8437         support it.     
8438
8439 2005-06-14  Marco Pesenti Gritti <mpg@redhat.com>
8440
8441         * backend/ev-document.c: (ev_document_set_orientation):
8442         * backend/ev-document.h:
8443         * pdf/ev-poppler.cc:
8444
8445         Add orientation api. Currently poppler api is not optimal,
8446         we need to set orientation every time we _get a page.
8447         I will try to fix that at some point.
8448
8449         * data/evince-ui.xml:
8450         * shell/ev-window.c: (ev_window_cmd_edit_landscape),
8451         (ev_window_cmd_edit_portrait), (ev_window_cmd_edit_flip):
8452
8453         Add orientation menu items
8454
8455         * shell/ev-page-cache.c: (ev_page_cache_clear):
8456         * shell/ev-page-cache.h:
8457
8458         Add api to clear the cache
8459
8460         * shell/ev-view.c: (setup_caches), (clear_caches),
8461         (ev_view_set_document), (ev_view_zoom_out),
8462         (ev_view_set_orientation):
8463         * shell/ev-view.h:
8464
8465         Implement orientation changing
8466
8467 2005-06-13  Marco Pesenti Gritti <mpg@redhat.com>
8468
8469         * backend/ev-document-fonts.c: (ev_document_fonts_get_progress),
8470         (ev_document_fonts_scan), (ev_document_fonts_fill_model):
8471         * backend/ev-document-fonts.h:
8472
8473         Separate scan and fill so that we can incrementally fill from
8474         the main thread. Add a progress api.
8475
8476         * data/evince-properties.glade:
8477         * pdf/ev-poppler.cc:
8478         * shell/ev-jobs.c: (ev_job_fonts_new), (ev_job_fonts_run):
8479         * shell/ev-jobs.h:
8480         * shell/ev-properties.c: (update_progress_label),
8481         (job_fonts_finished_cb), (setup_fonts_view):
8482
8483         Incrementally feel the list and show the progress
8484         percentage in a label like acrobat does.
8485
8486         You are going to need poppler cvs
8487
8488 2005-06-11  Marco Pesenti Gritti <mpg@redhat.com>
8489
8490         * backend/ev-document-fonts.c: (ev_document_fonts_fill_model):
8491         * backend/ev-document-fonts.h:
8492         * pdf/ev-poppler.cc:
8493
8494         Make fonts model fill incrementally.
8495
8496         * shell/ev-job-queue.c: (handle_job), (search_for_jobs_unlocked),
8497         (no_jobs_available_unlocked), (ev_job_queue_init), (find_queue),
8498         (ev_job_queue_remove_job):
8499         * shell/ev-jobs.c: (ev_job_fonts_init), (ev_job_fonts_class_init),
8500         (ev_job_fonts_new), (ev_job_fonts_run):
8501         * shell/ev-jobs.h:
8502
8503         New job for fonts scanning
8504
8505         * shell/ev-properties.c: (job_fonts_finished_cb),
8506         (fill_fonts_treeview), (setup_fonts_view), (ev_properties_new):
8507         * shell/ev-properties.h:
8508         * shell/ev-window.c: (ev_window_cmd_file_properties):
8509
8510         Incrementally feel the treeview using the new job. Show Loading...
8511         message until scanning is completed.
8512
8513         Hopefully I didnt break the build without the poppler patch.
8514
8515 2005-06-10  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
8516
8517         * shell/ev-application.c: (ev_application_open):
8518         * shell/ev-document-types.c: (ev_document_type_from_from_mime),
8519         (ev_document_type_get_type), (ev_document_type_lookup):
8520         * shell/ev-document-types.h:
8521         * shell/ev-job-xfer.c: (ev_job_xfer_dispose), (ev_job_xfer_run):
8522         * shell/ev-job-xfer.h:
8523         * shell/ev-window.c: (ev_window_clear_local_uri),
8524         (ev_window_load_job_cb), (ev_window_xfer_job_cb),
8525         (ev_window_open_uri), (ev_window_add_recent), (ev_window_dispose):
8526         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
8527         
8528         Transfer remote documents to tmp directory to display them later.
8529
8530 2005-06-10  Marco Pesenti Gritti <mpg@redhat.com>
8531
8532         * backend/ev-document-info.h:
8533         * shell/ev-properties.c: (ev_properties_new):
8534
8535         s/GTime*/GTime. Not sure why we was using a pointer
8536         at all there!
8537
8538 Wed Jun  8 01:04:22 2005  Jonathan Blandford  <jrb@redhat.com>
8539
8540         * shell/ev-sidebar-thumbnails.c: Use a GtkIconView in certain
8541         situations.  That situation is that you're using GTK+-HEAD with
8542         the patch at #306726 is applied, and you have a document with <
8543         1500 pages in it.  It's not quite as uniformly nice as the
8544         TreeView, but should be better in the long run.
8545
8546         I'm pretty sure I guarded against breaking compilation with
8547         HAVE_GTK_ICON_VIEW_GET_VISIBLE_RANGE gaurds, though it's possible
8548         I missed some.
8549
8550         * shell/ev-window.c (ev_window_init): We don't have our tree/list
8551         widget yet, so I commented that code out
8552         enable_view_actions_for_widget() for now.  Need to figure this
8553         out.
8554
8555         * shell/ev-page-action.c (match_selected_cb): emit the right
8556         signals.  Our cool C-l completion now works.
8557
8558 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8559
8560         * backend/Makefile.am:
8561         * backend/ev-document-fonts.c:
8562         * backend/ev-document-links.c:
8563         * backend/ev-document.c: (ev_document_load):
8564         * backend/ev-document.h:
8565         * backend/ev-job-queue.c:
8566         * backend/ev-job-queue.h:
8567         * backend/ev-jobs.c:
8568         * backend/ev-jobs.h:
8569         * backend/ev-page-cache.c:
8570         * backend/ev-page-cache.h:
8571
8572         EvPageCache and EvJobs are moved to shell.
8573
8574         * lib/ev-file-helpers.c: (ev_file_helpers_shutdown),
8575         (ev_tmp_filename):
8576         * lib/ev-file-helpers.h:
8577         
8578         New helper to work with temporary files
8579         
8580         * shell/Makefile.am:
8581         * shell/ev-application.c: (ev_application_open):
8582         * shell/ev-application.h:
8583         * shell/ev-job-queue.c: (remove_job_from_queue_locked),
8584         (remove_job_from_async_queue), (add_job_to_async_queue),
8585         (add_job_to_queue_locked), (notify_finished), (job_finished_cb),
8586         (handle_job), (search_for_jobs_unlocked),
8587         (no_jobs_available_unlocked), (ev_render_thread),
8588         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8589         (ev_job_queue_add_job), (move_job_async), (move_job),
8590         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8591         * shell/ev-job-queue.h:
8592         * shell/ev-job-xfer.c: (ev_job_xfer_init), (ev_job_xfer_dispose),
8593         (ev_job_xfer_class_init), (ev_job_xfer_new), (ev_job_xfer_run):
8594         * shell/ev-job-xfer.h:
8595         * shell/ev-jobs.c: (ev_job_init), (ev_job_dispose),
8596         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
8597         (ev_job_links_class_init), (ev_job_render_init),
8598         (ev_job_render_dispose), (ev_job_render_class_init),
8599         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
8600         (ev_job_thumbnail_class_init), (ev_job_load_init),
8601         (ev_job_load_dispose), (ev_job_load_class_init), (ev_job_finished),
8602         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
8603         (render_finished_cb), (ev_job_render_run), (ev_job_thumbnail_new),
8604         (ev_job_thumbnail_run), (ev_job_load_new), (ev_job_load_run):
8605         * shell/ev-jobs.h:
8606         * shell/ev-page-action.c: (ev_page_action_set_document):
8607         * shell/ev-page-cache.c: (ev_page_cache_init),
8608         (ev_page_cache_class_init), (ev_page_cache_finalize),
8609         (ev_page_cache_new), (ev_page_cache_get_n_pages),
8610         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
8611         (ev_page_cache_set_page_label), (ev_page_cache_set_link),
8612         (ev_page_cache_get_title), (ev_page_cache_get_size),
8613         (ev_page_cache_get_max_width), (ev_page_cache_get_max_height),
8614         (ev_page_cache_get_height_to_page),
8615         (ev_page_cache_get_max_label_chars),
8616         (ev_page_cache_get_page_label),
8617         (ev_page_cache_has_nonnumeric_page_labels),
8618         (ev_page_cache_get_info), (ev_page_cache_next_page),
8619         (ev_page_cache_prev_page), (ev_page_cache_get):
8620         * shell/ev-page-cache.h:
8621         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_update_range),
8622         (ev_pixbuf_cache_clear_job_sizes),
8623         (ev_pixbuf_cache_add_jobs_if_needed),
8624         (ev_pixbuf_cache_set_page_range):
8625         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings):
8626         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document):
8627         * shell/ev-sidebar-thumbnails.c:
8628         (ev_sidebar_tree_selection_changed),
8629         (ev_sidebar_thumbnails_set_document):
8630         * shell/ev-statusbar.c: (ev_statusbar_destroy),
8631         (ev_statusbar_class_init), (ev_statusbar_init), (ev_statusbar_new),
8632         (ev_statusbar_get_context_id), (ev_statusbar_push),
8633         (ev_statusbar_pop), (ev_statusbar_set_maximized),
8634         (ev_statusbar_pulse), (ev_statusbar_show_progress),
8635         (ev_statusbar_set_progress):
8636         * shell/ev-statusbar.h:
8637         * shell/ev-view.c: (ev_view_set_document), (ev_view_find_next),
8638         (ev_view_find_previous):
8639         * shell/ev-window.c: (ev_window_is_empty),
8640         (ev_window_setup_document), (password_dialog_response),
8641         (ev_window_clear_jobs), (ev_window_load_job_cb),
8642         (ev_window_xfer_job_cb), (ev_window_open_uri),
8643         (ev_window_open_uri_list), (ev_window_cmd_recent_file_activate),
8644         (ev_window_print), (ev_window_print_range),
8645         (ev_window_state_event), (ev_window_cmd_view_reload),
8646         (menu_item_select_cb), (menu_item_deselect_cb),
8647         (view_status_changed_cb), (ev_window_dispose),
8648         (drag_data_received_cb), (ev_window_init):
8649         * shell/ev-window.h:
8650         * shell/main.c: (load_files):
8651         
8652         New statusbar to show progress on idle. Two new jobs - 
8653         xfer job and load job to load document in background. And update
8654         of page_cache clients to new location of code.
8655
8656 2005-06-08  Carlos Garcia Campos <carlosgc@gnome.org>
8657
8658         * shell/ev-application.c, shell/ev-window.[ch]: Allow multiple
8659         selection in open dialog. It also remembers the last visited directory 
8660         in the current session.
8661
8662 2005-06-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8663
8664         * shell/ev-properties.c: (ev_properties_new):
8665         * shell/ev-properties.h:
8666         * shell/ev-window.c: (ev_window_cmd_file_properties):
8667         
8668         Get document info from page cache instead of document itself.
8669         This should fix crash related to race conditions described in
8670         bug 306545.
8671
8672 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8673
8674         * ps/ps-document.c: (ps_document_init),
8675         (send_ps), (get_page_box), (output), (catchPipe), (input),
8676         (stop_interpreter), (file_length), (file_readable),
8677         (check_filecompressedb), (ps_document_enable_interpreter),
8678         (document_load), (ps_async_renderer_render_pixbuf):
8679         * ps/ps-document.h:
8680
8681         Big cleanup of the ps code
8682
8683 2005-06-07  Marco Pesenti Gritti <mpg@redhat.com>
8684
8685         * backend/Makefile.am:
8686         * backend/ev-async-renderer.c: (ev_async_renderer_get_type),
8687         (ev_async_renderer_class_init), (ev_async_renderer_render_pixbuf):
8688         * backend/ev-async-renderer.h:
8689
8690         Add an async renderer interface (method + callback) which
8691         is useful for backends like ps.
8692
8693         * backend/ev-job-queue.c: (remove_job_from_async_queue),
8694         (add_job_to_async_queue), (job_finished_cb), (handle_job),
8695         (ev_job_queue_run_next), (ev_job_queue_init), (find_queue),
8696         (ev_job_queue_add_job), (move_job_async), (move_job),
8697         (ev_job_queue_update_job), (ev_job_queue_remove_job):
8698
8699         Add queues for async renderer, these are executed on the
8700         main thread.
8701
8702         * backend/ev-jobs.c: (ev_job_render_new), (render_finished_cb),
8703         (ev_job_render_run):
8704         * backend/ev-jobs.h:
8705
8706         If the backend support async renderer interface use it.
8707
8708         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
8709         (setup_pixmap), (ps_document_get_type),
8710         (ps_async_renderer_render_pixbuf),
8711         (ps_document_document_iface_init), (ps_async_renderer_iface_init):
8712
8713         Implement async renderer interface.
8714
8715 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8716
8717         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose):
8718
8719         Cleanup links job on exit.
8720
8721 2005-06-07  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8722
8723         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
8724         (drag_data_get_cb), (drag_data_received_cb):
8725         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
8726         (drag_data_get_cb), (parse_item_list),
8727         (egg_toolbar_editor_load_actions):
8728         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
8729         (egg_toolbars_model_to_xml), (egg_toolbars_model_save),
8730         (parse_item_list), (parse_toolbars):
8731         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
8732         (dvi_pixbuf_put_pixel):
8733         
8734         Fix gcc 4.0 warnings
8735
8736 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8737
8738         * ps/ps-document.c: (start_interpreter):
8739
8740         Fix warning when loading ps
8741
8742 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8743
8744         * ps/ps-document.c: (output):
8745
8746         Fix crash when priting gs error messages.
8747
8748 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8749
8750         * backend/ev-page-cache.c: (_ev_page_cache_new):
8751         * backend/ev-page-cache.h:
8752
8753         Use a const to return title so that we dont double
8754         free it. Small cleanup and fix a leak.
8755
8756         * shell/ev-window.c: (update_window_title):
8757
8758         strdup value from get_title.
8759
8760 2005-06-06  Marco Pesenti Gritti <mpg@redhat.com>
8761
8762         * shell/ev-sidebar-links.c: (job_finished_callback),
8763         (ev_sidebar_links_set_document):
8764
8765         Cleanup the old job when changing document
8766
8767 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8768
8769         * shell/ev-stock-icons.c:
8770         * shell/ev-stock-icons.h:
8771         * shell/ev-window.c:
8772         
8773         Add stock icons for actions that can appear in toolbar. Fix for
8774         bug 306566.
8775
8776 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8777
8778         * backend/ev-page-cache.c: (ev_page_cache_finalize),
8779         (_ev_page_cache_new), (ev_page_cache_get_max_width),
8780         (ev_page_cache_get_max_height), (ev_page_cache_get_height_to_page):
8781         * backend/ev-page-cache.h:
8782         * shell/ev-view.c: (scroll_to_current_page),
8783         (view_update_range_and_current_page), (get_page_y_offset),
8784         (get_page_extents), (ev_view_size_request_continuous_dual_page),
8785         (ev_view_size_request_continuous),
8786         (ev_view_zoom_for_size_continuous_and_dual_page),
8787         (ev_view_zoom_for_size_continuous):
8788         
8789         More compact EvView layout in document with pages of different size.
8790
8791 Sat Jun  4 19:20:57 2005  Jonathan Blandford  <jrb@redhat.com>
8792
8793         * shell/ev-window.c (ev_window_cmd_file_properties): fix
8794         compilation.
8795
8796 2005-06-05  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8797
8798         * shell/ev-view.c: (view_set_adjustment_values):
8799         * shell/ev-window.c: (ev_window_cmd_file_properties):
8800         
8801         A bit different fix for rounding problem but it has no
8802         problems on startup. Make properties window transient to parent.
8803
8804 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8805
8806         * pdf/ev-poppler.cc:
8807         
8808         More commenting of font stuff.
8809
8810 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8811
8812         * pdf/ev-poppler.cc:
8813
8814         Comment out some more fonts stuff. Should really
8815         work without the poppler patch now.
8816
8817 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8818
8819         * pdf/ev-poppler.cc:
8820
8821         Adapt to api change
8822
8823 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8824
8825         * data/evince-properties.glade:
8826         * pdf/ev-poppler.cc:
8827         * shell/ev-properties.c: (setup_fonts_view):
8828
8829         Set the column title. Show the dialog only
8830         once everything is setup.
8831         Getting font info can be very slow... will
8832         prolly need to make this threaded too.
8833
8834 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8835
8836         * backend/Makefile.am:
8837         * backend/ev-document-fonts.c: (ev_document_fonts_get_type),
8838         (ev_document_fonts_get_fonts_model):
8839         * backend/ev-document-fonts.h:
8840         * data/evince-properties.glade:
8841         * pdf/ev-poppler.cc:
8842         * shell/ev-properties.c: (setup_fonts_view), (ev_properties_new):
8843         * shell/ev-properties.h:
8844         * shell/ev-window.c: (ev_window_cmd_file_properties):
8845
8846         Implement fonts list. Defined out for now, since it depends
8847         on a not yet committed poppler patch.
8848
8849 Fri Jun  3 21:07:57 2005  Jonathan Blandford  <jrb@redhat.com>
8850
8851         * shell/ev-view.c (get_page_extents): other_page isn't necessarily
8852         page + 1.
8853
8854         * shell/ev-window.c: Make sure we add the timeout when we get a
8855         focus-in event.
8856
8857         * shell/ev-view.c (view_set_adjustment_values): Add 0.5 to
8858         adjustment->value before calculating the zoom factor to average
8859         out all of our rounding errors.  The page no longer 'drifts' when
8860         resizing.
8861
8862 2005-06-04  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
8863
8864         * data/evince-properties.glade:
8865         * shell/ev-properties.c: (ev_properties_format_date),
8866         (set_property):
8867         
8868         Labels don't expand when the dialogue is resized.
8869         strftime result needs to be converted to UTF-8. Thanks
8870         to Christian Persch <chpe@gnome.org>.
8871
8872 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8873
8874         * data/evince-properties.glade:
8875
8876         Hide the fonts tab
8877
8878 2005-06-04  Marco Pesenti Gritti <mpg@redhat.com>
8879
8880         * backend/ev-document-info.h:
8881         * backend/ev-document.c: (ev_document_info_free):
8882         * data/evince-properties.glade:
8883         * pdf/ev-poppler.cc:
8884         * ps/ps-document.c: (ps_document_get_info):
8885         * shell/ev-properties.c: (ev_properties_format_date),
8886         (set_property), (ev_properties_new):
8887         * shell/ev-properties.h:
8888         * shell/ev-window.c: (ev_window_cmd_file_properties):
8889
8890         Rework properties code to take only EvPropertyInfo
8891         in the constructor so that it can be useful for
8892         nautilus plugin too.
8893
8894         Deal with backends that doesnt support some properties.
8895         Make set property code generic.
8896
8897 2005-06-04  Christian Persch <chpe@gnome.org>
8898
8899         * data/evince-properties.glade:
8900
8901         fix spacings, make resizeable, and make data labels
8902         selectable + ellipsised
8903
8904 2005-06-03  Marco Pesenti Gritti <mpg@redhat.com>
8905
8906         * backend/ev-document-info.h:
8907         * data/Makefile.am:
8908         * data/evince-ui.xml:
8909         * pdf/ev-poppler.cc:
8910         * shell/Makefile.am:
8911         * shell/ev-window.c: (update_action_sensitivity),
8912         (ev_window_cmd_file_properties):
8913
8914         Initial go at file properties. Patch by
8915         Emil Soleyman-Zomalan <emil@soleyman.com>.
8916         Needs love see #169583
8917
8918 2005-06-02  Marco Pesenti Gritti <mpg@redhat.com>
8919
8920         * ps/ps-document.c: (output):
8921         * ps/ps.c: (psscan):
8922
8923         Try to render even if psscan fails.
8924
8925 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8926
8927         * ps/ps.c: (psscan), (pscopydoc):
8928
8929         Port buffered reading code from gv
8930
8931 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8932
8933         * ps/ps-document.c: (interpreter_message), (output):
8934
8935         Do not fail on interpreter messages
8936
8937 2005-06-01  Marco Pesenti Gritti <mpg@redhat.com>
8938
8939         * backend/ev-document-misc.c:
8940         (ev_document_misc_get_thumbnail_frame):
8941
8942         Pages can be 0 x 0, dont assert on this case
8943
8944 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8945
8946         * shell/ev-sidebar-links.c: (ev_sidebar_links_dispose),
8947         (ev_sidebar_links_class_init), (ev_sidebar_links_set_document):
8948
8949         Correctly manage our reference on document. Finally the reload
8950         huge leak is gone...
8951
8952 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8953
8954         * ps/ps-document.c: (ps_document_dispose):
8955
8956         Forgot to chain it to the parent. Thanks chpe.
8957
8958 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8959
8960         * ps/ps-document.c: (ps_document_dispose),
8961         (ps_document_class_init), (stop_interpreter), (document_load):
8962
8963         Cleanup dispose a bit. Dont leak the whole pixmap.
8964
8965 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8966
8967         * pdf/ev-poppler.cc:
8968
8969         Release the poppler document on dispose
8970
8971 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8972
8973         * shell/ev-view.c: (ev_view_set_document):
8974
8975         Release ref on the pixbuf cache when changing
8976         document.
8977
8978 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
8979
8980         * ps/ps-document.c: (ps_document_get_info):
8981
8982         Fix a double free
8983
8984 2005-05-31  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
8985
8986         * backend/ev-page-cache.c: (ev_page_cache_init),
8987         (_ev_page_cache_new), (ev_page_cache_get_max_label_chars):
8988         * backend/ev-page-cache.h:
8989         * shell/ev-page-action.c: (page_changed_cb):
8990         
8991         Set page action entry width depending on labels width. Fix
8992         for bug 305202.
8993
8994 2005-05-31  Marco Pesenti Gritti  <mpg@redhat.com>
8995
8996         * backend/ev-link.c: (ev_link_class_init):
8997
8998         Allow -1 as page value (error)
8999
9000 2005-05-31  Marco Pesenti Gritti <mpg@redhat.com>
9001
9002         * shell/ev-sidebar-thumbnails.c:
9003         (ev_sidebar_thumbnails_set_document):
9004         * shell/ev-view.c: (scroll_to_current_page),
9005         (view_set_adjustment_values), (ev_view_set_scroll_adjustments),
9006         (page_changed_cb), (on_adjustment_value_changed),
9007         (ev_view_set_document):
9008
9009         Slightly modified patch by Nickolay V. Shmyrev  <nshmyrev@yandex.ru>.
9010         Fix bug 305377
9011
9012 2005-05-29  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9013
9014         * configure.ac:
9015         * djvu/djvu-document.c: (djvu_document_get_page_size):
9016
9017         Require djvulibre CVS. Now djvu loading is much faster. Fix for
9018         bug 301993.
9019
9020 Sat May 28 07:38:03 2005  Jonathan Blandford  <jrb@redhat.com>
9021
9022         * shell/ev-view.c (draw_one_page): modify the expose handling to
9023         get the shadows.
9024
9025         * shell/ev-window.c (update_action_sensitivity): Respect
9026         permissions field.  Kowtow to the man.
9027
9028         * pdf/ev-poppler.cc: Get the permissions field.
9029
9030         * tiff/*c: Make a tiny bit more robust.
9031
9032 2005-05-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9033
9034         * djvu/djvu-document.c:
9035         
9036         Pop messages from djvu context message queue.
9037
9038 2005-05-24  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9039
9040         * configure.ac, Makefile.am, shell/Makefile.am:
9041         * tiff/Makefile.am, shell/ev-document-types.c:
9042         
9043         Cleanup tiff configure checks. Fix for bug 305218.
9044
9045 2005-05-24  Maxim V. Dziumanenko <mvd@mylinux.ua>
9046
9047         * configure.ac: Added "uk" to ALL_LINGUAS.
9048
9049 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9050
9051         * cut-n-paste/zoom-control/ephy-zoom.c:
9052         (ephy_zoom_get_changed_zoom_level):
9053         * cut-n-paste/zoom-control/ephy-zoom.h:
9054         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_set_property),
9055         (ev_view_get_property), (ev_view_class_init), (ev_view_set_zoom):
9056         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
9057         (ev_window_cmd_view_zoom_out), (ev_window_zoom_changed_cb),
9058         (zoom_control_changed_cb), (ev_window_init):
9059         
9060         Fix minor points related to moving best fit up. Introduce
9061         "zoom" property and make zoom control change it's value on
9062         notify::zoom signals. Fix for 305080.
9063
9064 2005-05-22  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9065
9066         * data/evince-ui.xml:
9067         * shell/ev-window.c: (set_view_actions_sensitivity):
9068         
9069         Use + and - as accels for zoom in and zoom out. Fix for 305001.
9070
9071 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9072
9073         * configure.ac:
9074
9075         Depends on poppler 0.3.2
9076
9077 2005-05-22  Marco Pesenti Gritti  <mpg@redhat.com>
9078
9079         * cut-n-paste/recent-files/egg-recent-item.c:
9080         (egg_recent_item_get_short_name):
9081         * cut-n-paste/toolbar-editor/Makefile.am:
9082         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9083         (new_pixbuf_from_widget):
9084         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9085         * cut-n-paste/toolbar-editor/egg-marshal.c:
9086         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9087         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9088
9089         Sync
9090
9091 Sat May 21 23:18:30 2005  Jonathan Blandford  <jrb@redhat.com>
9092
9093         * tiff/tiff-document.c: Rough TIFF backend.
9094
9095 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9096
9097         * NEWS:
9098         * configure.ac:
9099         * cut-n-paste/toolbar-editor/Makefile.am:
9100
9101         Release 0.3.1
9102
9103 2005-05-21  Marco Pesenti Gritti  <mpg@redhat.com>
9104
9105         * shell/ev-view.c: (jump_to_find_result), (ev_view_can_find_next),
9106         (ev_view_find_next), (ev_view_find_previous):
9107
9108         Remove the locks around get_n_results   
9109
9110 2005-05-21  Juerg Billeter  <j@bitron.ch>
9111
9112         * pdf/ev-poppler.c: (pdf_document_ps_exporter_begin):
9113
9114         Pass correct number of pages to poppler.
9115
9116 2005-05-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9117
9118         * configure.ac:
9119         * data/Makefile.am:
9120         * data/evince.desktop.in: 
9121         * data/evince.desktop.in.in:
9122         * po/POTFILES.in:
9123         
9124         Add conditionally dvi and djvu to desktop types. Fix for 304658.
9125
9126 Sat May 21 00:21:30 2005  Jonathan Blandford  <jrb@redhat.com>
9127
9128         * shell/ev-view.c: (view_update_adjustments),
9129         (view_set_adjustment_values): cast adjustmen->value to (int)
9130         before using it.  Otherwise, we get off by a pixel in some
9131         situations.
9132
9133         (draw_one_page): Draw the border on expose.
9134
9135 Fri May 20 22:05:25 2005  Jonathan Blandford  <jrb@redhat.com>
9136
9137         * *shell/ev-view.c: Patch from Nickolay V. Shmyrev to reset the
9138         adjustment when the mode changes, #304923
9139
9140 Fri May 20 02:00:03 2005  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9141
9142         * shell/ev-view.c: Use gdk_widget_queue_draw to remove
9143         flickering on resize but still use gdk_window_scroll on
9144         scrolling
9145
9146 Fri May 20 01:46:57 2005  Jonathan Blandford  <jrb@redhat.com>
9147
9148         * shell/ev-view.c: Patch from Nickolay Shmyrev to fix the -p
9149         option, #170458
9150
9151 Fri May 20 01:27:01 2005  Jonathan Blandford  <jrb@redhat.com>
9152
9153         * shell/ev-view.c: Patch from Nickolay Shmyrev to to scroll to
9154         second page on page_changed if possible, #304669
9155
9156 Fri May 20 01:07:15 2005  Jonathan Blandford  <jrb@redhat.com>
9157
9158         * shell/ev-view.c (view_update_adjustments): Use gdk_window_scroll
9159         instead of gtk_widget_queue_draw.  Massive speedups in scrolling.
9160
9161 Fri May 20 01:05:10 2005  Jonathan Blandford  <jrb@redhat.com>
9162
9163         * .cvsignore:
9164         * shell/ev-view.c:(ev_view_size_allocate), (ev_view_class_init),
9165         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9166         (ev_view_zoom_for_size_presentation),
9167         (ev_view_zoom_for_size_continuous_and_dual_page),
9168         (ev_view_zoom_for_size_continuous),
9169         (ev_view_zoom_for_size_dual_page),
9170         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size):
9171         * shell/ev-view.h:
9172         * shell/ev-window.c: (update_view_size),
9173         (ev_window_sizing_mode_changed_cb):
9174
9175         Patch from Nickolay Shmyrev <nshmyrev@yandex.ru> to handle
9176         the scrollbars.  It's not 100% right, but it's much closer.  Kills
9177         an infinite loop, #304769
9178
9179
9180 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9181
9182         * data/evince-ui.xml:
9183         * shell/ev-view.c: (ev_view_scroll_view), (ev_view_class_init):
9184         * shell/ev-window.c: (set_view_actions_sensitivity):
9185
9186         Make PgUp/Down behave like Space
9187
9188 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9189
9190         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9191         * backend/ev-ps-exporter.h:
9192         * pdf/ev-poppler.cc:
9193         * ps/ps-document.c: (ps_document_ps_export_begin):
9194         * shell/ev-print-job.c: (idle_print_handler):
9195
9196         Adapt to new poppler api
9197
9198 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9199
9200         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9201         (ephy_zoom_control_init):
9202
9203         Translate zoom levels
9204
9205 2005-05-18  Marco Pesenti Gritti <mpg@redhat.com>
9206
9207         * cut-n-paste/zoom-control/ephy-zoom.c:
9208         (ephy_zoom_get_zoom_level_index):
9209
9210         Fix current zoom -> zoom control match
9211
9212 2005-05-18  James Bowes  <bowes@cs.dal.ca>
9213
9214         * shell/ev-window.c: (ev_window_init): Give focus to the ev-view,
9215         rather than the scrolled_window that it's in. Fixes bug #304655.
9216
9217 Tue May 17 22:54:17 2005  Jonathan Blandford  <jrb@redhat.com>
9218
9219         * shell/ev-view.c: (view_update_adjustments),
9220         (view_set_adjustment_values), (view_update_range_and_current_page),
9221         (view_scroll_to_page), (set_scroll_adjustment),
9222         (ev_view_set_scroll_adjustments), (add_scroll_binding_keypad),
9223         (ev_view_scroll), (ev_view_scroll_view),
9224         (ensure_rectangle_is_visible), (find_page_at_location),
9225         (get_link_at_location), (go_to_link), (status_message_from_link),
9226         (ev_view_size_request_continuous_dual_page),
9227         (ev_view_size_request), (ev_view_size_allocate), (ev_view_realize),
9228         (ev_view_unrealize), (ev_view_expose_event),
9229         (ev_view_button_press_event), (ev_view_motion_notify_event),
9230         (ev_view_button_release_event), (ev_gdk_color_to_rgb),
9231         (draw_rubberband), (highlight_find_results), (draw_one_page),
9232         (ev_view_finalize), (ev_view_destroy), (ev_view_class_init),
9233         (ev_view_init), (find_changed_cb), (page_changed_cb),
9234         (on_adjustment_value_changed), (ev_view_new),
9235         (ev_view_set_document), (ev_view_set_zoom),
9236         (ev_view_set_continuous), (ev_view_set_dual_page),
9237         (ev_view_set_presentation), (ev_view_zoom_in), (ev_view_zoom_out),
9238         (zoom_for_size_fit_width), (zoom_for_size_best_fit),
9239         (ev_view_zoom_for_size_presentation),
9240         (ev_view_zoom_for_size_continuous_dual_page),
9241         (ev_view_zoom_for_size_continuous),
9242         (ev_view_zoom_for_size_dual_page),
9243         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9244         (ev_view_get_status), (ev_view_set_status),
9245         (update_find_status_message), (ev_view_get_find_status),
9246         (ev_view_set_find_status), (jump_to_find_result),
9247         (jump_to_find_page), (compute_selections), (clear_selection),
9248         (ev_view_select_all), (get_selected_text), (ev_view_copy),
9249         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
9250         (ev_view_update_primary_selection),
9251         (ev_view_create_invisible_cursor), (ev_view_set_cursor):
9252         * shell/ev-view.h:
9253         * shell/ev-window.c: (ev_window_open_page_label),
9254         (ev_window_cmd_view_reload), (ev_window_sizing_mode_changed_cb),
9255         (ev_window_init):
9256         * shell/ev-window.h:
9257         * shell/main.c: (load_files):
9258
9259         Massive code clean up from Nickolay Shmyrev.  Keep page offset
9260         when resizing.  Remove the bin_window().  Also, patch from James
9261         Bowes to fix command line page, #300641
9262         
9263 2005-05-17  Marco Pesenti Gritti  <mpg@redhat.com>
9264
9265         * data/evince-ui.xml:
9266         * shell/ev-view.c:
9267         * shell/ev-view.h:
9268         * shell/ev-window.c: (update_action_sensitivity):
9269
9270         Get rid of View->Normal Size, it's just confusing
9271
9272 Tue May 17 00:51:21 2005  Jonathan Blandford  <jrb@redhat.com>
9273
9274         * backend/ev-document-info.h:
9275         * backend/ev-document.c: (ev_document_info_free): Free the
9276         EvDocumentInfo.
9277
9278         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
9279         (clear_range), (add_range), (update_visible_range),
9280         (adjustment_changed_cb), (ev_sidebar_thumbnails_init),
9281         (ev_sidebar_thumbnails_set_document):
9282         * shell/ev-window.c: (ev_window_setup_document): Only render the
9283         visible thumbnails.  It takes an instant to render, but it uses
9284         much less memory.
9285
9286 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9287
9288         * shell/ev-sidebar-links.c: (popup_menu_cb):
9289
9290         Select first item
9291
9292 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9293
9294         * lib/Makefile.am:
9295         * shell/ev-sidebar-links.c: (build_popup_menu), (popup_menu_cb),
9296         (button_press_cb), (ev_sidebar_links_construct):
9297
9298         Show the popup menu also on keybindings
9299
9300 2005-05-16  Marco Pesenti Gritti  <mpg@redhat.com>
9301
9302         * shell/ev-window.c: (ev_window_print), (ev_window_print_range):
9303         * shell/ev-window.h:
9304
9305         Expose api to print a range (with dialog). Make private _print use
9306         it.
9307
9308         * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb),
9309         (ev_sidebar_links_construct):
9310
9311         Show a print context menu on linkx, it prints the selected
9312         section.
9313
9314 2005-05-15  Carlos Garcia Campos <carlosgc@gnome.org>
9315
9316         * shell/ev-sidebar.c: make the drop down menu as width as the toggle
9317         button.
9318
9319 2005-05-12  Marco Pesenti Gritti  <mpg@redhat.com>
9320
9321         * AUTHORS:
9322
9323         Update
9324
9325         * shell/ev-window.c: (build_comments_string),
9326         (ev_window_cmd_help_about):
9327
9328         Show poppler version/backend and authors
9329
9330 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9331
9332         * cut-n-paste/zoom-control/ephy-zoom.c:
9333         (ephy_zoom_get_zoom_level_index):
9334         * cut-n-paste/zoom-control/ephy-zoom.h:
9335
9336         Move the best fit items at the top of the list
9337
9338 2005-05-11  Marco Pesenti Gritti  <mpg@redhat.com>
9339
9340         * shell/ev-marshal.list:
9341         * shell/ev-page-action.c: (ev_page_action_widget_class_init),
9342         (activate_cb), (match_selected_cb), (activate_link_cb),
9343         (connect_proxy), (ev_page_action_class_init):
9344         * shell/ev-page-action.h:
9345
9346         Use signals to notify action activation. Hopefully
9347         I did not break completion since I cant test...
9348
9349         * shell/ev-window.c: (activate_link_cb), (activate_label_cb),
9350         (register_custom_actions):
9351
9352         Connect to page selector actions and also grab focus on
9353         the view when activated.
9354
9355 Wed May 11 01:18:29 2005  Jonathan Blandford  <jrb@redhat.com>
9356
9357         * pdf/ev-poppler.cc:
9358         * backend/ev-page-cache.c: make page size calculation consistent
9359         and set it to (int)( width * scale + 0.5).  This makes the weird
9360         line going through the middle of the page go away.
9361
9362         * shell/ev-view.c: move painting the background page after
9363         checking the expose area covers us.
9364
9365 2005-05-11  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9366
9367         * data/evince-password.glade:
9368         
9369         Mark labels as not translatable. Fix for bug 302842.
9370
9371 2005-05-10  Francisco Javier F. Serrador  <serrador@cvs.gnome.org>
9372
9373         * configure.ac: Added "es" to ALL_LINGUAS.
9374
9375 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9376
9377         * data/evince-toolbar.xml:
9378         * shell/ev-window.c: (update_action_sensitivity),
9379         (ev_window_setup_document), (ev_window_set_page_mode),
9380         (ev_window_init):
9381
9382         Remove some leftover code from jrb first continous
9383         attempt. Use the new actions, we still need good icons
9384         though...
9385
9386 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9387
9388         * shell/ev-page-action.c: (update_pages_label), (connect_proxy):
9389
9390         Update label when connecting proxy. Fix a warning with NULL
9391         page_cache.
9392
9393 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9394
9395         * data/evince-ui.xml:
9396         * shell/ev-page-action.c: (ev_page_action_grab_focus):
9397         * shell/ev-page-action.h:
9398         * shell/ev-window.c: (ev_window_cmd_focus_page_selector):
9399
9400         Add mnemonic for edit toolbar.
9401         ctrl+l focus the page entry.
9402
9403 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9404
9405         * lib/Makefile.am:
9406         * shell/ev-window.c: (ev_window_cmd_edit_toolbar_cb),
9407         (ev_window_init):
9408         * shell/main.c: (main):
9409
9410         Put the toolbar xml in evince own dot dir
9411
9412 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9413
9414         * shell/ev-window.c: (ev_window_init):
9415
9416         Make the toolbar not removable
9417
9418 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9419
9420         * data/evince-ui.xml:
9421         * shell/ev-sidebar-links.c: (ev_sidebar_links_get_treeview):
9422         * shell/ev-sidebar-links.h:
9423         * shell/ev-sidebar-thumbnails.c:
9424         (ev_sidebar_thumbnails_get_treeview):
9425         * shell/ev-sidebar-thumbnails.h:
9426         * shell/ev-view.c: (ev_view_scroll), (ev_view_scroll_view),
9427         (ev_view_class_init):
9428         * shell/ev-view.h:
9429         * shell/ev-window.c: (update_action_sensitivity),
9430         (ev_window_cmd_scroll_forward), (ev_window_cmd_scroll_backward),
9431         (set_view_actions_sensitivity), (view_actions_focus_in_cb),
9432         (view_actions_focus_out_cb), (enable_view_actions_for_widget),
9433         (ev_window_init):
9434
9435         This is evil... Make space/backspace global accelerators but
9436         enable them only for some widgets (sidebars and view).
9437         I dont like it, but I dont know a better way... :/
9438
9439 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9440
9441         * shell/ev-page-action.c: (ev_page_action_widget_set_page_cache),
9442         (ev_page_action_widget_finalize),
9443         (ev_page_action_widget_class_init), (update_page_cache):
9444
9445         Keep a weak reference on proxy->page_cache so that we
9446         dont try to disconnect the signal if the object is already
9447         gone. Maybe there is a better way to cleanup reference handling
9448         in page action though...
9449
9450 2005-05-10  Juerg Billeter  <j@bitron.ch>
9451
9452         * backend/ev-ps-exporter.c: (ev_ps_exporter_begin):
9453         * backend/ev-ps-exporter.h:
9454         * pdf/ev-poppler.cc: (pdf_document_ps_exporter_begin):
9455         * ps/ps-document.c: (ps_document_ps_export_begin):
9456         
9457         Change api to pass print range to ps_exporter_begin. The pdf backend
9458         requires this information.
9459         
9460         * shell/ev-print-job.c: (idle_print_handler):
9461         
9462         Adapt to api change
9463
9464 2005-05-10  Juerg Billeter  <j@bitron.ch>
9465
9466         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
9467         (idle_print_handler)
9468         * shell/ev-window.c: (ev_window_print):
9469
9470         Support printing page range, based on patch by Amaury Jacquot
9471
9472 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9473
9474         * data/evince-toolbar.xml:
9475
9476         Add zoom control to available items
9477
9478 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9479
9480         * shell/ev-window.c: (update_action_sensitivity):
9481
9482         Set slash action insensitive when appropriate
9483
9484 2005-05-10  Christian Persch <chpe@gnome.org>
9485
9486         * cut-n-paste/zoom-control/ephy-zoom-action.c: (create_menu_item):
9487
9488         Fix warning on the overflow menu
9489
9490 2005-05-10  Marco Pesenti Gritti  <mpg@redhat.com>
9491
9492         * shell/ev-window.c: (sanity_check_uri), (ev_window_open):
9493
9494         Check for uri correctness/existence
9495
9496 2005-05-09  Juerg Billeter  <j@bitron.ch>
9497
9498         * shell/ev-window.c: (using_postscript_printer):
9499
9500         LPD printers use postscript, too
9501
9502 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9503
9504         * shell/ev-window.c: (register_custom_actions):
9505
9506         The zoom one is actually sort of useful,
9507         put it back
9508
9509 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9510
9511         * shell/ev-window.c: (register_custom_actions):
9512
9513         Hide page/zoom controls from overflow, they
9514         are useless.
9515
9516 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9517
9518         * cut-n-paste/update-from-egg.sh:
9519         
9520         Share it between all cut-n-paste subdirs
9521
9522         * cut-n-paste/recent-files/Makefile.am:
9523
9524         Fix to use "global" update-from-egg.sh
9525
9526         * cut-n-paste/recent-files/egg-recent-model.c:
9527         (egg_recent_model_changed_timeout), (egg_recent_model_finalize):
9528         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
9529         (egg_recent_view_gtk_clear), (egg_recent_view_gtk_set_list),
9530         (egg_recent_view_gtk_finalize), (egg_recent_view_gtk_set_menu):
9531
9532         Update from libegg
9533
9534         * cut-n-paste/toolbar-editor/Makefile.am:
9535
9536         Fix to use "global" update-from-egg.sh
9537
9538         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9539
9540         Update from libegg
9541
9542 2005-05-09  Marco Pesenti Gritti <mpg@redhat.com>
9543
9544         * configure.ac:
9545         * cut-n-paste/Makefile.am:
9546         * cut-n-paste/recent-files/Makefile.am:
9547         * cut-n-paste/toolbar-editor/.cvsignore:
9548         * cut-n-paste/toolbar-editor/Makefile.am:
9549         * cut-n-paste/toolbar-editor/egg-editable-toolbar.c:
9550         (egg_editable_toolbar_get_type), (get_toolbar_position),
9551         (get_n_toolbars), (get_dock_nth), (get_toolbar_nth), (find_action),
9552         (drag_data_delete_cb), (drag_begin_cb), (drag_end_cb),
9553         (drag_data_get_cb), (set_drag_cursor), (unset_drag_cursor),
9554         (set_item_drag_source), (create_item_from_action), (create_item),
9555         (data_is_separator), (drag_data_received_cb), (remove_toolbar_cb),
9556         (popup_toolbar_context_menu_cb), (free_dragged_item),
9557         (toolbar_drag_drop_cb), (toolbar_drag_motion_cb),
9558         (toolbar_drag_leave_cb), (create_dock), (set_fixed_style),
9559         (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
9560         (update_fixed), (toolbar_added_cb), (toolbar_removed_cb),
9561         (item_added_cb), (item_removed_cb),
9562         (egg_editable_toolbar_construct),
9563         (egg_editable_toolbar_disconnect_model),
9564         (egg_editable_toolbar_deconstruct),
9565         (egg_editable_toolbar_set_model),
9566         (egg_editable_toolbar_set_ui_manager),
9567         (egg_editable_toolbar_set_property),
9568         (egg_editable_toolbar_get_property),
9569         (egg_editable_toolbar_class_init), (egg_editable_toolbar_init),
9570         (egg_editable_toolbar_finalize), (egg_editable_toolbar_new),
9571         (egg_editable_toolbar_new_with_model),
9572         (egg_editable_toolbar_get_edit_mode),
9573         (egg_editable_toolbar_set_edit_mode), (egg_editable_toolbar_show),
9574         (egg_editable_toolbar_hide), (egg_editable_toolbar_set_fixed),
9575         (egg_editable_toolbar_set_drag_dest), (fake_expose_widget),
9576         (new_pixbuf_from_widget), (new_separator_pixbuf),
9577         (update_separator_image), (style_set_cb),
9578         (_egg_editable_toolbar_new_separator_image),
9579         (egg_editable_toolbar_get_model):
9580         * cut-n-paste/toolbar-editor/egg-editable-toolbar.h:
9581         * cut-n-paste/toolbar-editor/egg-marshal.c:
9582         * cut-n-paste/toolbar-editor/egg-toolbar-editor.c:
9583         (egg_toolbar_editor_get_type), (compare_actions), (find_action),
9584         (egg_toolbar_editor_set_ui_manager), (toolbar_removed_cb),
9585         (egg_toolbar_editor_set_model), (egg_toolbar_editor_set_property),
9586         (egg_toolbar_editor_get_property), (egg_toolbar_editor_class_init),
9587         (egg_toolbar_editor_finalize), (egg_toolbar_editor_new),
9588         (drag_begin_cb), (drag_end_cb), (editor_drag_data_received_cb),
9589         (editor_drag_data_delete_cb), (drag_data_get_cb),
9590         (elide_underscores), (set_drag_cursor), (event_box_realize_cb),
9591         (editor_create_item), (update_editor_sheet), (setup_editor),
9592         (egg_toolbar_editor_init), (egg_toolbar_editor_add_action),
9593         (parse_item_list), (model_has_action), (update_actions_list),
9594         (egg_toolbar_editor_load_actions):
9595         * cut-n-paste/toolbar-editor/egg-toolbar-editor.h:
9596         * cut-n-paste/toolbar-editor/egg-toolbars-model.c:
9597         (egg_toolbars_model_get_type), (egg_toolbars_model_to_xml),
9598         (safe_save_xml), (egg_toolbars_model_save), (toolbars_toolbar_new),
9599         (toolbars_item_new), (free_toolbar_node), (free_item_node),
9600         (egg_toolbars_model_get_flags), (egg_toolbars_model_set_flags),
9601         (egg_toolbars_model_add_separator), (impl_add_item),
9602         (parse_item_list), (egg_toolbars_model_add_toolbar),
9603         (parse_toolbars), (egg_toolbars_model_load), (impl_get_item_id),
9604         (impl_get_item_data), (impl_get_item_type),
9605         (_egg_accumulator_STRING), (egg_toolbars_model_class_init),
9606         (egg_toolbars_model_init), (free_toolbar),
9607         (egg_toolbars_model_finalize), (egg_toolbars_model_new),
9608         (egg_toolbars_model_remove_toolbar),
9609         (egg_toolbars_model_remove_item), (egg_toolbars_model_move_item),
9610         (egg_toolbars_model_n_items), (egg_toolbars_model_item_nth),
9611         (egg_toolbars_model_n_toolbars), (egg_toolbars_model_toolbar_nth),
9612         (egg_toolbars_model_add_item), (egg_toolbars_model_get_item_id),
9613         (egg_toolbars_model_get_item_data),
9614         (egg_toolbars_model_get_item_type):
9615         * cut-n-paste/toolbar-editor/egg-toolbars-model.h:
9616         * cut-n-paste/toolbar-editor/eggmarshalers.list:
9617         * data/Makefile.am:
9618         * data/evince-toolbar.xml:
9619         * data/evince-ui.xml:
9620         * data/hand-open.png:
9621         * po/POTFILES.in:
9622         * shell/Makefile.am:
9623         * shell/ev-window.c: (update_chrome_visibility),
9624         (ev_window_cmd_edit_toolbar_cb), (ev_window_cmd_edit_toolbar),
9625         (ev_window_dispose), (ev_window_init):
9626
9627         Implement epiphany like toolbar editor. Based on patch by
9628         Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9629
9630 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9631
9632         * shell/ev-sidebar-thumbnails.c: (page_changed_cb):
9633
9634         Use set_cursor instead of set_selection, so that
9635         the keyboard focus moves too.
9636
9637 2005-05-09  Aleksey Kliger <akliger@gmail.com>
9638
9639         * dvi/mdvi-lib/tfmfile.c: (lookup_font_metrics):
9640
9641         Fix infinite loop when loading Type1 fonts
9642
9643 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9644
9645         * data/evince-ui.xml:
9646         * shell/ev-window.c:
9647
9648         Slash -> Find
9649
9650 2005-05-09  Thomas de Grenier de Latour <degrenier@easyconnect.fr>
9651
9652         * configure.ac:
9653
9654         Make --disable really disable
9655
9656 2005-05-07  Juerg Billeter  <j@bitron.ch>
9657
9658         * backend/ev-page-cache.c: (ev_page_cache_set_page_label):
9659
9660         Compare page labels even without has_labels set, fixes setting page
9661         with entry
9662
9663 2005-05-09  Marco Pesenti Gritti  <mpg@redhat.com>
9664
9665         * shell/ev-view.c: (ev_view_create_invisible_cursor),
9666         (ev_view_set_cursor), (ev_view_button_press_event),
9667         (ev_view_motion_notify_event), (ev_view_button_release_event),
9668         (ev_view_init):
9669
9670         Implement middle button scrolling. Based on a patch
9671         by Tommi Komulainen <tommi.komulainen@iki.fi>.
9672
9673 2005-05-08  Marco Pesenti Gritti  <mpg@redhat.com>
9674
9675         * shell/ev-document-types.c: (get_slow_mime_type),
9676         (get_document_type_from_mime), (ev_document_type_lookup):
9677         * shell/ev-document-types.h:
9678
9679         Change api to lookup from uri. Do fast lookup first, if the
9680         type is unknown try with data sniffing.
9681
9682         * shell/ev-window.c: (ev_window_open), (ev_window_open_uri_list):
9683         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
9684
9685         Adapt to api change
9686
9687 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9688
9689         * thumbnailer/Makefile.am:
9690
9691         Fix distcheck
9692
9693 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9694
9695         * NEWS:
9696         * configure.ac:
9697
9698         Release 0.3.0
9699
9700         * data/evince-ui.xml:
9701
9702         Hide presentation mode for now
9703
9704         * shell/ev-view.c: (highlight_find_results):
9705
9706         Show current find selection only on current page
9707
9708 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9709
9710         * shell/ev-view.c: (ev_view_select_all):
9711
9712         Compute size of the actual page, not of
9713         the current one.
9714
9715 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9716
9717         * shell/ev-view.c: (clear_selection), (ev_view_finalize),
9718         (view_rect_to_doc_rect), (compute_selections),
9719         (ev_view_bin_expose), (ev_view_select_all), (get_selected_text),
9720         (ev_view_copy), (ev_view_primary_get_cb),
9721         (ev_view_primary_clear_cb), (ev_view_update_primary_selection),
9722         (ev_view_button_press_event), (ev_view_motion_notify_event),
9723         (ev_view_button_release_event), (page_changed_cb):
9724
9725         Fix text selection
9726
9727 2005-05-07  Marco Pesenti Gritti  <mpg@redhat.com>
9728
9729         * shell/ev-view.c: (compute_border), (get_page_extents),
9730         (doc_rect_to_view_rect), (highlight_find_results),
9731         (ev_view_bin_expose), (ev_view_select_all),
9732         (ev_view_motion_notify_event), (update_find_status_message),
9733         (jump_to_find_result), (jump_to_find_page):
9734
9735         First go at fixing search, still buggy
9736
9737 2005-05-04  Kristian Høgsberg  <krh@redhat.com>
9738
9739         * shell/ev-sidebar.c (ev_sidebar_init): Remove frame around
9740         dropdown box and button at the top of the sidebar.
9741
9742 2005-05-02  James Bowes  <bowes@cs.dal.ca>
9743
9744         * configure.ac: Output zoom-control Makefile.
9745         * cut-n-paste/Makefile.am: build zoom-control subdir.
9746         * cut-n-paste/zoom-control/ephy-zoom-action.c:
9747         * cut-n-paste/zoom-control/ephy-zoom-action.h:
9748         * cut-n-paste/zoom-control/ephy-zoom-control.c:
9749         * cut-n-paste/zoom-control/ephy-zoom-control.h:
9750         * cut-n-paste/zoom-control/ephy-zoom.c:
9751         * cut-n-paste/zoom-control/ephy-zoom.h: New files imported
9752         from epiphany, and modified to add a separator into the menu.
9753         * cut-n-paste/zoom-control/Makefile.am: Build zoom-control.
9754         * data/evince-ui.xml: Replace old zoom toolbar actions with new
9755         zoom-control action.
9756         * shell/Makefile.am: Include zoom-control flags.
9757         * shell/ev-view.c: (ev_view_set_zoom), (ev_view_get_zoom),
9758         (ev_view_get_sizing_mode), (ev_view_zoom_in), (ev_view_zoom_out),
9759         (ev_view_zoom_for_size_presentation),
9760         (ev_view_zoom_for_size_continuous_and_dual_page),
9761         (ev_view_zoom_for_size_continuous),
9762         (ev_view_zoom_for_size_dual_page),
9763         (ev_view_zoom_for_size_single_page), (ev_view_zoom_normal): 
9764         s/ev_view_zoom/ev_view_set_zoom/ and make public, add 
9765         ev_view_get_zoom and ev_view_get_sizing_mode.
9766         * shell/ev-view.h:
9767         * shell/ev-window.c: (update_action_sensitivity),
9768         (update_sizing_buttons), (zoom_control_changed_cb),
9769         (register_custom_actions): Initialize and use the zoom-control 
9770         widget.
9771
9772 Sun May  1 00:46:47 2005  Jonathan Blandford  <jrb@redhat.com>
9773
9774         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init): Change the
9775         preview cache back to 1.  Don't know when it got set to 0.
9776         
9777         * shell/ev-view.c: (compute_border), (ev_view_realize),
9778         (draw_one_page), (ev_view_set_property), (ev_view_get_property),
9779         (ev_view_class_init), (ev_view_init), (ev_view_set_fullscreen),
9780         (ev_view_get_fullscreen), (ev_view_set_presentation),
9781         (ev_view_get_presentation), (ev_view_set_sizing_mode),
9782         (ev_view_zoom_for_size_presentation), (ev_view_set_zoom_for_size):
9783         * shell/ev-view.h:
9784         * shell/ev-window.c:
9785         (update_chrome_visibility),
9786         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9787         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9788         (update_document_mode), (ev_window_update_fullscreen_action),
9789         (ev_window_fullscreen), (ev_window_unfullscreen),
9790         (ev_window_cmd_view_fullscreen),
9791         (ev_window_update_presentation_action),
9792         (ev_window_run_presentation), (ev_window_stop_presentation),
9793         (ev_window_cmd_view_presentation), (ev_window_state_event),
9794         (ev_window_focus_in_event), (ev_window_focus_out_event),
9795         (ev_window_cmd_escape), (ev_window_sidebar_visibility_changed_cb):
9796         * data/evince-ui.xml: Initial presentation mode.  We should
9797         probably hide this until it's done, as it's quite rough.  Also,
9798         change full-screen to fullscreen and add two getters to EvView.
9799
9800 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9801
9802         * shell/ev-page-action.c: (update_page_cache),
9803         (ev_page_action_dispose):
9804         * shell/ev-window.c: (destroy_fullscreen_popup),
9805         (ev_window_create_fullscreen_popup):
9806
9807         Use connect_object rather than explicitly
9808         disconnect on dispose.
9809
9810 2005-04-29  Marco Pesenti Gritti  <mpg@redhat.com>
9811
9812         * shell/ev-page-action.c: (update_page_cache),
9813         (ev_page_action_dispose):
9814
9815 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9816
9817         * backend/ev-page-cache.c: (_ev_page_cache_new),
9818         (ev_page_cache_set_page_label),
9819         (ev_page_cache_has_nonnumeric_page_labels):
9820         * backend/ev-page-cache.h:
9821         * shell/ev-page-action.c: (update_pages_label):
9822         
9823         If all page labels are numeric, fallback to default
9824         way to display number of pages. See bug 173185.
9825
9826 2005-04-28  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9827
9828         * shell/ev-page-action.c: (ev_page_action_dispose):
9829         * shell/ev-view.c: (view_update_range_and_current_page):
9830         * shell/ev-window.c: (ev_window_dispose):
9831         
9832         Set page on scroll in continuous mode. Fixes bug 301986.
9833         Also cleanup callbacks on destroy of EvWindow and EvPageAction.
9834
9835 2005-04-26  Marco Pesenti Gritti <mpg@redhat.com>
9836
9837         * configure.ac:
9838
9839         Require poppler 0.3.0
9840
9841 2005-04-26  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
9842         
9843         * shell/Makefile.am, configure.ac: Fix build problems
9844         with t1lib. Bug 301996.
9845
9846 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9847
9848         * shell/ev-view.c: (ev_view_scroll_event):
9849         
9850         Scroll up increase zoom
9851
9852 2005-04-25  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9853
9854         * shell/ev-view.c: (ev_view_scroll_event), (ev_view_class_init),
9855         (ev_view_set_sizing_mode),
9856         (ev_view_zoom_for_size_continuous_and_dual_page),
9857         (ev_view_zoom_for_size_continuous):
9858         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
9859         (ev_window_cmd_view_page_width), (ev_window_cmd_view_zoom_in),
9860         (ev_window_cmd_view_zoom_out), (ev_window_sizing_mode_changed_cb),
9861         (ev_window_init):
9862
9863         Control + Scroll does zooming, Shift + Scroll scrolls horizontally
9864         Fix for 165473 and 165472.
9865
9866 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9867
9868         * po/POTFILES.in:
9869         * thumbnailer/Makefile.am:
9870         * thumbnailer/evince-thumbnailer-djvu.schemas.in:
9871         * thumbnailer/evince-thumbnailer-dvi.schemas.in:
9872         * thumbnailer/evince-thumbnailer.schemas.in:
9873         
9874         Make thumbnailer schemas translatable. Fix for bug 301773
9875         
9876         * thumbnailer/evince-thumbnailer-djvu.schemas:
9877         * thumbnailer/evince-thumbnailer-dvi.schemas:
9878         * thumbnailer/evince-thumbnailer.schemas:
9879
9880         Removed files
9881
9882 Sun Apr 24 01:37:39 2005  Jonathan Blandford  <jrb@redhat.com>
9883
9884         * shell/ev-view.c (ev_view_init): forgot to set this.
9885
9886 Sun Apr 24 01:07:27 2005  Jonathan Blandford  <jrb@redhat.com>
9887
9888         * shell/ev-view.c: (find_page_at_location),
9889         (get_link_at_location),
9890         (ev_view_set_show_border), (ev_view_set_spacing),
9891         (ev_view_zoom_for_size_continuous_and_dual_page),
9892         (ev_view_zoom_for_size_continuous): Fix links for dual/continuous.
9893         Also, add a quick fix measuring of widths.  Also, removed
9894         ev_view_set_spacing and ev_view_set_show_border.
9895         
9896         * shell/ev-window.c: (ev_window_unfullscreen),
9897         (ev_window_cmd_view_fullscreen): Don't adjust the border/spacing.
9898
9899 2005-04-24  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9900
9901         * shell/ev-view.c: (view_update_range_and_current_page),
9902         (page_changed_cb):
9903         
9904         Fix crash on exit and scrolling to page in continuous view.
9905
9906 Sat Apr 23 13:13:04 2005  Jonathan Blandford  <jrb@redhat.com>
9907
9908         * TODO:
9909         * backend/ev-page-cache.c: (_ev_page_cache_new),
9910         (ev_page_cache_get_max_width_size),
9911         (ev_page_cache_get_max_height_size):
9912         * backend/ev-page-cache.h:
9913         * data/evince-ui.xml:
9914         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init):
9915         * shell/ev-view.c: (view_update_adjustments),
9916         (view_update_range_and_current_page), (get_bounding_box_size),
9917         (ev_view_size_request_continuous_and_dual_page),
9918         (ev_view_size_request_continuous),
9919         (ev_view_size_request_dual_page),
9920         (ev_view_size_request_single_page), (ev_view_size_request),
9921         (ev_view_size_allocate), (get_page_extents), (draw_one_page),
9922         (ev_view_bin_expose), (ev_view_expose_event),
9923         (ev_view_set_property), (ev_view_get_property),
9924         (ev_view_class_init), (ev_view_init), (ev_view_new),
9925         (page_changed_cb), (ev_view_zoom), (ev_view_set_continuous),
9926         (ev_view_set_dual_page), (ev_view_set_full_screen),
9927         (ev_view_set_presentation), (ev_view_set_sizing_mode),
9928         (ev_view_can_zoom_in), (ev_view_can_zoom_out), (ev_view_zoom_in),
9929         (ev_view_zoom_out), (zoom_for_size_fit_width),
9930         (zoom_for_size_best_fit),
9931         (ev_view_zoom_for_size_continuous_and_dual_page),
9932         (ev_view_zoom_for_size_continuous),
9933         (ev_view_zoom_for_size_dual_page),
9934         (ev_view_zoom_for_size_single_page), (ev_view_set_zoom_for_size),
9935         (ev_view_show_cursor), (ev_sizing_mode_get_type):
9936         * shell/ev-view.h:
9937         * shell/ev-window.c: (update_action_sensitivity),
9938         (ev_window_cmd_continuous), (ev_window_cmd_dual),
9939         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
9940         (update_sizing_buttons), (ev_window_cmd_view_zoom_in),
9941         (ev_window_cmd_view_zoom_out), (update_view_size),
9942         (ev_window_set_sizing_mode), (ev_window_init):
9943
9944         Add Continuous and Dual page modes.
9945
9946 2005-04-23  James Bowes  <bowes@cs.dal.ca>
9947
9948         * dvi/dvi-document.c: (dvi_document_load),
9949         (dvi_document_thumbnails_get_thumbnail),
9950         (dvi_document_init_params): Fix up some mixups between
9951         width and height to correct thumbnail rendering.
9952
9953 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9954
9955         * dvi/mdvi-lib/private.h:
9956         * dvi/mdvi-lib/setup.c: (mdvi_init_kpathsea):
9957         
9958         Suppess output for kpathsea during font generation. Thanks to
9959         James Bowes
9960
9961 Fri Apr 22 19:57:46 2005  Jonathan Blandford  <jrb@redhat.com>
9962
9963         * NEWS:
9964         * configure.ac:
9965
9966         Release 0.2.1
9967
9968         * Makefile.am: fix distcheck.
9969
9970 2005-04-23  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
9971
9972         * shell/ev-sidebar-links.c: (selection_changed_callback),
9973         (update_page_callback), (row_activated_callback),
9974         (job_finished_callback), (ev_sidebar_links_set_document):
9975         
9976         Fix for bug #169901. Double click on links expands tree.
9977
9978 2005-03-14  Bryan Clark  <clarkbw@cvs.gnome.org>
9979
9980         * shell/ev-window.c (ev_window_init): Removed fullscreen toolbar
9981         hard-coded style. Fix for bug 170111
9982
9983 2005-04-22  Kristian Høgsberg  <krh@redhat.com>
9984
9985         * shell/ev-view.c (highlight_find_results): Remove unnecessary
9986         locking.
9987
9988 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
9989
9990         * thumbnailer/evince-thumbnailer.schemas: real fix for bug 172496
9991
9992 2005-04-22  Marco Pesenti Gritti  <mpg@redhat.com>
9993
9994         * pdf/ev-poppler.cc:
9995         * shell/ev-view.c: (highlight_find_results):
9996
9997         Fix find on single page documents
9998
9999 2005-04-22  Bryan Clark  <clarkbw@cvs.gnome.org>
10000
10001         * data/evince.schemas.in: fix for bug 301390
10002
10003 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10004
10005         * shell/ev-view.c: (ev_view_can_zoom_in), (ev_view_can_zoom_out),
10006         (ev_view_zoom_out), (ev_view_zoom_normal):
10007         * shell/ev-view.h:
10008         * shell/ev-window.c: (update_action_sensitivity),
10009         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width),
10010         (ev_window_cmd_view_zoom_in), (ev_window_cmd_view_zoom_out),
10011         (ev_window_cmd_view_normal_size):
10012
10013         Fix normal size zoom. Make zoom in/zoom out unsensitive when
10014         they are behyond the limits. Tweak MAX_ZOOM to 6, sucks but
10015         better than oom. 
10016
10017 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10018
10019         * configure.ac:
10020
10021         Depend on 2.57, 2.59 doesnt seem to be necessary
10022
10023 2005-04-22  Marco Pesenti Gritti <mpg@redhat.com>
10024
10025         * shell/ev-page-action.c: (update_pages_label), (page_changed_cb),
10026         (create_tool_item):
10027
10028         Put back total number of pages as (1 of 1234)
10029
10030 Thu Apr 21 23:37:52 2005  Jonathan Blandford  <jrb@redhat.com>
10031
10032         * shell/ev-pixbuf-cache.c (dispose_cache_job_info): actually
10033         remove the job.
10034
10035         * backend/ev-document.h: Remove EV_DOC_MUTEX in favor of a locking
10036         function.  This helps debugging.
10037
10038 2005-04-21  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10039
10040         * djvu/djvu-document.c: (djvu_document_class_init),
10041         (djvu_document_get_info), (djvu_document_document_iface_init):
10042         * dvi/dvi-document.c: (dvi_document_class_init),
10043         (dvi_document_get_info), (dvi_document_document_iface_init):
10044
10045         Dummy implementation of get_info method for dvi and
10046         djvu. Fix crashes with those backends
10047
10048 2005-04-20  Marco Pesenti Gritti <mpg@redhat.com>
10049
10050         * data/evince.desktop.in:
10051
10052         Add application/x-gzpostscript
10053
10054 2005-04-20  Bryan Clark  <clarkbw@cvs.gnome.org>
10055
10056         * data/evince.schemas.in: Added real long descriptions, 
10057         closes bug 172496 
10058
10059         * README: Added actual text, closes bug 171869
10060
10061 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10062
10063         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10064
10065         Thumbnail page 0
10066
10067 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10068
10069         * backend/ev-document-info.h:
10070
10071         s/GDate */GDate so we can just use g_free
10072
10073 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10074
10075         * shell/ev-window.c: (update_document_mode),
10076         (ev_window_setup_document):
10077
10078         Show the window in fullscreen when specified by
10079         the document
10080
10081 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10082
10083         * backend/ev-document.c: (ev_document_class_init),
10084         (ev_document_get_info), (ev_document_render_pixbuf):
10085         * backend/ev-document.h:
10086         * backend/ev-page-cache.c: (_ev_page_cache_new):
10087         * pdf/ev-poppler.cc:
10088         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
10089         (pixbuf_document_get_info), (pixbuf_document_document_iface_init):
10090         * ps/ps-document.c: (ps_document_class_init), (document_load),
10091         (ps_document_get_info), (ps_document_document_iface_init):
10092
10093         Remove get_title from the interface, we can just use document info
10094
10095 2005-04-19  Marco Pesenti Gritti <mpg@redhat.com>
10096
10097         * backend/Makefile.am:
10098         * backend/ev-document.c: (ev_document_render_get_info):
10099         * backend/ev-document.h:
10100         * pdf/ev-poppler.cc:
10101
10102         Initial support for document info. Based on jrb patch.
10103
10104 2005-04-19  Paolo Borelli <pborelli@katamail.com>
10105
10106         * shell/ev-window.c: (ev_window_state_event),
10107         (ev_window_class_init), (ev_window_init):
10108         
10109         Doesn't show resize grip when maximized. See bug #301053
10110
10111 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10112
10113         * po/POTFILES.in:
10114         
10115         ev-sidebar-thumbnails now has translatable labels
10116         
10117         * shell/Makefile.am:
10118         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_document),
10119         (ev_sidebar_links_support_document), (ev_sidebar_links_get_label),
10120         (ev_sidebar_links_page_iface_init):
10121         * shell/ev-sidebar-links.h:
10122         * shell/ev-sidebar-page.c: (ev_sidebar_page_get_type),
10123         (ev_sidebar_page_support_document), (ev_sidebar_page_set_document),
10124         (ev_sidebar_page_get_label):
10125         * shell/ev-sidebar-page.h:
10126         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_new),
10127         (ev_sidebar_thumbnails_set_document),
10128         (ev_sidebar_thumbnails_support_document),
10129         (ev_sidebar_thumbnails_get_label),
10130         (ev_sidebar_thumbnails_page_iface_init):
10131         * shell/ev-sidebar-thumbnails.h:
10132         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
10133         (ev_sidebar_set_document):
10134         * shell/ev-sidebar.h:
10135         * shell/ev-window.c: (ev_window_setup_document), (ev_window_init):
10136         
10137         Small rework of sidebar code. Now sidebar pages should implement
10138         EvSidebarPage interface. That makes page management in EvSidebar
10139         easier. See bug #164811 for details
10140
10141 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10142
10143         * shell/ev-application.c: (ev_application_open):
10144         * shell/ev-document-types.c:
10145         
10146         Fix build error and small problem with application exit
10147
10148 2005-04-19  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10149
10150         * thumbnailer/Makefile.am:
10151         * thumbnailer/evince-thumbnailer-djvu.schemas:
10152         * thumbnailer/evince-thumbnailer-dvi.schemas:
10153         
10154         Conditionally install schemas for djvu/dvi thumbnailer
10155
10156 2005-04-18  David Malcolm  <dmalcolm@redhat.com>
10157
10158         * shell/ev-document-types.h: 
10159         * shell/ev-document-types.c: 
10160         New files, handling the mapping from mimetypes to backends
10161         
10162         * shell/ev-window.c: 
10163         * thumbnailer/evince-thumbnailer.c:     
10164         Use the ev-document-types code
10165         
10166         * shell/Makefile.am: 
10167         Added new convenience library libevbackendfactory_la, containing
10168         the new mimetype->backend logic; moved the backends into it.
10169
10170         * thumbnailer/Makefile.am:
10171         Make the thumbnailer link with the libevbackend.la convenience
10172         library, rather than having a duplicate of the backend logic here.
10173
10174 2005-04-18  Paolo Borelli  <pborelli@katamail.com>
10175
10176         * shell/ev-stock-icons.c: constify some vars.
10177         * shell/ev-window.c: ditto.
10178
10179 2005-04-18  Marco Pesenti Gritti  <mpg@redhat.com>
10180
10181         * ps/ps-document.c (get_page_orientation):
10182
10183         Respect document orientation 
10184
10185 2005-04-17  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10186
10187         * djvu/Makefile.am:
10188         * dvi/Makefile.am:
10189         * shell/Makefile.am:
10190         
10191         Move library dependencies to components.
10192         
10193         * shell/ev-window.c: (update_window_title),
10194         (start_loading_document):
10195         
10196         Fix display of uris with spaces. Bug 168358.
10197
10198 Sat Apr 16 18:53:47 2005  Jonathan Blandford  <jrb@redhat.com>
10199
10200         * shell/ev-sidebar-links.c: (selection_changed_cb):
10201         * shell/ev-view.c: (ev_view_finalize), (go_to_link),
10202         (ev_view_button_release_event), (ev_view_set_document):
10203         * shell/ev-view.h:
10204         * shell/ev-window.c: (find_bar_search_changed_cb):
10205         * shell/ev-window.h: Minor cleanups removing some dead code.
10206
10207 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10208
10209         * backend/ev-page-cache.c: (_ev_page_cache_new):
10210         
10211         Set current page to 0 if document has pages.
10212
10213 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10214
10215         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10216
10217         Initialize GError to NULL, fix a crash when loading fails.
10218
10219 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10220
10221         * shell/ev-window.c: (update_view_size):
10222
10223         Calculate shadow size only when there is actually
10224         a shadow.
10225
10226 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10227
10228         * shell/ev-view.c: (ev_view_set_spacing), (ev_view_init):
10229         * shell/ev-view.h:
10230
10231         Allow setting view spacing, default to 0
10232
10233         * shell/ev-window.c: (ev_window_unfullscreen),
10234         (ev_window_cmd_view_fullscreen), (ev_window_init):
10235
10236         Remove spacing in fullscreen mode
10237
10238 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10239
10240         * shell/ev-view.c: (compute_border), (compute_zoom_factor),
10241         (ev_view_size_request), (expose_bin_window),
10242         (ev_view_set_show_border), (ev_view_init), (page_changed_cb):
10243         * shell/ev-view.h:
10244         * shell/ev-window.c: (ev_window_unfullscreen),
10245         (ev_window_cmd_view_fullscreen):
10246
10247         Do not draw the border in fulscreen
10248
10249 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10250
10251         * shell/ev-view.c: (ev_view_get_offsets), (compute_zoom_factor),
10252         (ev_view_size_request), (expose_bin_window), (ev_view_select_all),
10253         (find_page_at_location), (page_changed_cb):
10254
10255         Rework border calculation, so that I can more easily disable it.
10256         Code somewhat cleaner too.
10257
10258 2005-04-16  Marco Pesenti Gritti <mpg@redhat.com>
10259
10260         * backend/ev-page-cache.c: (ev_page_cache_init),
10261         (_ev_page_cache_new):
10262
10263         Remove some assertions, documents can have 0 pages.
10264         Make initial current page -1.
10265
10266         * shell/ev-page-action.c: (page_changed_cb):
10267
10268         Show "" if current page is -1
10269
10270         * shell/ev-window.c: (update_action_sensitivity),
10271         (ev_window_setup_document):
10272
10273         When document has 0 pages do not set the view
10274         and make nearly everything insensitive.
10275
10276 2005-04-16  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10277
10278         * shell/ev-page-view.c:
10279         * shell/ev-page-view.h:
10280
10281         Remove unused files.
10282         
10283         * shell/ev-sidebar-thumbnails.c:
10284         (ev_sidebar_thumbnails_set_document):
10285         * shell/ev-sidebar.c: (ev_sidebar_set_document),
10286         (ev_sidebar_supports_document):
10287         * shell/ev-sidebar.h:
10288         * shell/ev-window.c: (ev_window_setup_document):
10289         
10290         Doesn't show thumbnails if document has 1 page. Make
10291         sidebar menu entries sensitive only if if they have 
10292         sense. Fix bug 164811. 
10293
10294 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10295
10296         * shell/ev-view.c: (compute_zoom_factor), (ev_view_size_request),
10297         (page_changed_cb), (ev_view_zoom), (ev_view_zoom_in),
10298         (ev_view_zoom_out), (ev_view_set_size):
10299
10300         Rework sizing to deal with documents with not uniform page
10301         size.
10302
10303 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10304
10305         * backend/ev-page-cache.c: (_ev_page_cache_new):
10306
10307         Fix several page size caching bugs
10308
10309 2005-04-15  Luca Ferretti <elle.uca@libero.it>
10310
10311         * shell/ev-window.c: (set_action_properties):
10312
10313         Make all toolbar items translatable
10314
10315 2005-04-15  Marco Pesenti Gritti <mpg@redhat.com>
10316
10317         * ps/ps-document.c: (ps_document_init), (ps_document_get_type),
10318         (save_page_list), (ps_document_save),
10319         (ps_document_document_iface_init), (ps_document_ps_export_begin),
10320         (ps_document_ps_export_do_page), (ps_document_ps_export_end),
10321         (ps_document_ps_exporter_iface_init):
10322         * ps/ps-document.h:
10323
10324         Based on a patch by J�rg Billeter <j@bitron.ch>
10325         
10326         Implement print and save a copy for the ps backend.
10327
10328 2005-04-14  Marco Pesenti Gritti <mpg@redhat.com>
10329
10330         * backend/ev-document.h:
10331         * djvu/djvu-document.c: (djvu_document_can_get_text),
10332         (djvu_document_document_iface_init):
10333         * dvi/dvi-document.c: (dvi_document_can_get_text),
10334         (dvi_document_document_iface_init):
10335         * pdf/ev-poppler.cc:
10336         * pixbuf/pixbuf-document.c: (pixbuf_document_can_get_text),
10337         (pixbuf_document_document_iface_init):
10338         * ps/ps-document.c: (ps_document_can_get_text),
10339         (ps_document_document_iface_init):
10340         * shell/ev-view.c: (ev_view_copy), (ev_view_primary_get_cb):
10341         * shell/ev-window.c: (update_action_sensitivity):
10342
10343         Fix the crash when trying to copy in backends that doesnt
10344         support it. We can implement a better solution once we
10345         do real text selection.
10346
10347 2005-04-12  Marco Pesenti Gritti <mpg@redhat.com>
10348
10349         * data/evince-ui.xml:
10350         * shell/ev-window.c: (ev_window_cmd_escape):
10351         
10352         Work around the Escape conflict (find bar and unfullscreen)
10353
10354 2005-04-12  Nikolay V. Shmyrev  <nshmyrev@yandex.ru>
10355
10356         * backend/ev-page-cache.c: (ev_page_cache_next_page):
10357         
10358         Fix for #300233. Next page correctly handles document end.
10359         
10360         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_dispose),
10361         (ev_sidebar_thumbnails_class_init),
10362         (ev_sidebar_thumbnails_set_document),
10363         (ev_sidebar_thumbnails_clear_job),
10364         (ev_sidebar_thumbnails_clear_model):
10365         
10366         Cleanup thumbnail jobs on document changes.
10367         
10368         * shell/ev-view.c: (add_scroll_binding_keypad),
10369         (add_scroll_binding_shifted), (ev_view_class_init):
10370         
10371         Shift + Space scrolls up. Fix for #173184
10372         
10373         * shell/ev-window.c: (ev_window_open_page),
10374         (ev_window_cmd_view_reload):
10375         
10376         Fix reload (Bug #300094)
10377
10378 2005-04-09  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10379
10380         
10381         * dvi/mdvi-lib/assoc.c:
10382         * dvi/mdvi-lib/assoc.h: Removed garbage files
10383         
10384         * dvi/mdvi-lib/bitmap.c:
10385         * dvi/mdvi-lib/color.c: (mdvi_set_color), (mdvi_push_color),
10386         (mdvi_pop_color), (mdvi_reset_color), (get_color_table):
10387         * dvi/mdvi-lib/color.h: Antialias of rules
10388         
10389         * dvi/mdvi-lib/common.h:
10390         * dvi/mdvi-lib/dviread.c: (mdvi_configure), (mdvi_init_context),
10391         (mdvi_destroy_context), (draw_shrink_rule), (draw_box), (set_rule):
10392         * dvi/mdvi-lib/files.c:
10393         * dvi/mdvi-lib/fontmap.c: (ps_init_default_paths):
10394         * dvi/mdvi-lib/mdvi.h:
10395         * dvi/mdvi-lib/sp-epsf.c: (epsf_special):
10396         * dvi/mdvi-lib/tfmfile.c: (ofm_load_file):
10397         * dvi/mdvi-lib/util.c: Fix compile warnings
10398         
10399         * dvi/dvi-document.c:
10400         (dvi_document_load), (dvi_document_thumbnails_get_dimensions),
10401         (dvi_document_thumbnails_get_thumbnail),
10402         (dvi_document_document_thumbnails_iface_init):
10403         * dvi/mdvi-lib/Makefile.am:
10404         * dvi/pixbuf-device.c: (dvi_pixbuf_draw_rule),
10405         (dvi_pixbuf_set_color), (mdvi_pixbuf_device_render):
10406         
10407         Dvi backend now renders thumbnails
10408
10409 2005-04-09  Christian Persch  <chpe@cvs.gnome.org>
10410
10411         * shell/main.c: (main): 
10412         
10413         Save accelerators on exit. Fixes bug #172095.
10414
10415 Sat Apr  9 01:05:09 2005  Jonathan Blandford  <jrb@redhat.com>
10416
10417         * shell/ev-pixbuf-cache.c (move_one_job): Actually fix the "FIXME:
10418         update priority" comment.
10419
10420         * backend/ev-job-queue.c: Give a way to change priority.
10421
10422 Sat Apr  9 00:05:36 2005  Jonathan Blandford  <jrb@redhat.com>
10423
10424         * shell/ev-page-action.c: Fix logic.
10425
10426 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10427
10428         * shell/ev-view.c: (ev_view_can_find_next):
10429         * shell/ev-window.c: (ev_window_setup_document):
10430
10431         Check that the document supports find
10432
10433 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10434
10435         * data/evince-ui.xml:
10436         * shell/ev-view.c: (ev_view_can_find_next):
10437         * shell/ev-view.h:
10438         * shell/ev-window.c: (update_action_sensitivity),
10439         (find_changed_cb), (ev_window_setup_document),
10440         (ev_window_cmd_edit_find_next):
10441
10442         Add Edit->Find Next
10443
10444 2005-04-08  Marco Pesenti Gritti <mpg@redhat.com>
10445
10446         * pdf/ev-poppler.cc:
10447         * shell/ev-print-job.c: (idle_print_handler):
10448
10449         Make printing work again
10450
10451 Fri Apr  8 01:12:24 2005  Jonathan Blandford  <jrb@redhat.com>
10452
10453         * shell/ev-page-action.h:
10454         * shell/ev-page-action.c: (ev_page_action_widget_init),
10455         (ev_page_action_widget_class_init), (page_changed_cb),
10456         (create_tool_item), (update_page_cache), (build_new_tree_cb),
10457         (get_filter_model_from_model), (match_selected_cb),
10458         (display_completion_text), (match_completion), (update_model),
10459         (connect_proxy), (ev_page_action_set_property),
10460         (ev_page_action_get_property), (ev_page_action_set_document),
10461         (ev_page_action_set_model), (ev_page_action_class_init): Big
10462         reworking to make completions work iff we have >= GTK-2.7.0
10463                 
10464         * shell/ev-sidebar-links.c: (ev_sidebar_links_set_property),
10465         (ev_sidebar_links_get_property), (ev_sidebar_links_class_init),
10466         (job_finished_cb): We now have a 'model' property that is set when
10467         the links are loaded.  This can be caught with "notify::model"
10468
10469         * shell/ev-window.c: (sidebar_widget_model_set), (ev_window_init):
10470         listen for the model to be set, and propagate it to the action.
10471
10472 2005-04-08  Nickolay V. Shmyrev  <nshmyrev@yandex.ru>
10473
10474         * cut-n-paste/recent-files/egg-recent-item.c:
10475         (egg_recent_item_set_uri), (make_valid_utf8),
10476         (egg_recent_item_set_mime_type), (egg_recent_item_get_mime_type):
10477         * cut-n-paste/recent-files/egg-recent-item.h:
10478         
10479         Update egg-recent from libegg. This should fix long
10480         startup problem. For details see
10481         http://bugzilla.gnome.org/show_bug.cgi?id=160531
10482
10483 2005-04-07  Nickolay V. Shmyrev <nshmyrev@yandex.ru>
10484
10485         * cut-n-paste/recent-files/Makefile.am:
10486         * data/evince-ui.xml, shell/Makefile.am:
10487         * shell/ev-application.c, shell/ev-application.h:
10488         * shell/ev-window.c: Recent files support.
10489         
10490         * configure.ac: Added "ru" to ALL_LINGUAS.
10491         
10492         * dvju: new backend to support DJVU files.
10493         * dvi: new backend to support DVI.
10494
10495         * configure.ac, Makefile.am, shell/Makefile.am, ev-window.c:
10496         * ev-application.c: Support for new backends.
10497         
10498         * help, ev-window.c, main.c shell/Makefile.am: 
10499         Evince user documentation.
10500
10501 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10502
10503         * po/POTFILES.in:
10504         * shell/ev-window.c:
10505         * thumbnailer/evince-thumbnailer.c:
10506
10507         s/pdf-document/ev-poppler
10508
10509 2005-04-06  Marco Pesenti Gritti <mpg@redhat.com>
10510
10511         * NEWS:
10512         * configure.ac:
10513
10514         Release 0.2.0
10515
10516         * ps/ps-document.c: (setup_pixmap):
10517
10518         Remove debug code
10519
10520 2005-04-05  Kristian Høgsberg  <krh@redhat.com>
10521
10522         * backend/ev-page-cache.c (ev_page_cache_next_page): 
10523         * shell/ev-window.c (ev_window_cmd_go_next_page) 
10524         (ev_window_cmd_go_first_page): Fix of by one errors.
10525
10526 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10527
10528         * ps/ps-document.c: (get_page_box):
10529
10530         Fix page size calculation
10531
10532 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10533
10534         * ps/ps-document.c: (ps_document_init), (push_pixbuf),
10535         (ps_document_cleanup), (setup_pixmap), (get_page_box),
10536         (get_page_orientation), (setup_page), (document_load),
10537         (ps_document_get_page_size), (render_pixbuf_idle):
10538         * ps/ps-document.h:
10539
10540         More refactoring to adapt to EvDocument changes
10541
10542 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10543
10544         * ps/ps-document.c: (start_interpreter):
10545
10546         Actually add alpha args
10547
10548 2005-04-05  Marco Pesenti Gritti <mpg@redhat.com>
10549
10550         * pdf/ev-poppler.cc:
10551
10552         Make clipboard work again
10553
10554 2005-04-04  Kristian Høgsberg  <krh@redhat.com>
10555
10556         Make searching work again.
10557         
10558         * backend/ev-document.c:
10559         * backend/ev-document.h:
10560         * backend/ev-document-find.c:
10561         * backend/ev-document-find.h: Change EvDocumentIface so we no
10562         longer store the current page or zoom level in the document.  The
10563         consequence is that all calls that operate on the current page now
10564         instead take the page number as an extra argument, and all
10565         coordinates are now doubles in document coordinate system.
10566
10567         * pdf/ev-poppler.cc:
10568         * pixbuf/pixbuf-document.c:
10569         * ps/ps-document.c: Update backends accordingly.
10570
10571 2005-04-04  Marco Pesenti Gritti <marco@gnome.org>
10572
10573         * autogen.sh:
10574
10575         Add required gettext version
10576
10577 Sat Apr  2 18:57:00 2005  Jonathan Blandford  <jrb@redhat.com>
10578
10579         * shell/evwindow.c: Patch from Alberto Mesas <amesas@gmail.com> to
10580         make F1 bring up non-existent help.
10581
10582         * shell/eggfindbar.c: Patch from Christian Persch to sync to
10583         epiphany's find bar, #167477
10584
10585         * shell/ev-view.c (ev_view_jump): Patch from Emil Soleyman-Zomalan
10586         <emil@nishra.com> to add space-bar scrolling, 
10587
10588         * shell/ev-window.c (static GtkActionEntry entries): add default
10589         keybinding for Help (F1)
10590         Fixes #171068
10591
10592         * shell/ev-view.c (ev_view_show_cursor): Fix from Yuval Tanny
10593         changing EV_VIEW_CURSOR_LINK to EV_VIEW_CURSOR_NORMAL resolves bug
10594         170110
10595
10596 2005-04-01  David Malcolm  <dmalcolm@redhat.com>
10597
10598         * Makefile.am: 
10599         * pixbuf/pixbuf-document.c: 
10600
10601         Got pixbuf backend working again
10602
10603 2005-04-01  Steve Murphy  <murf@e-tools.com>
10604
10605         * configure.in: Added "rw" to ALL_LINGUAS.
10606
10607 Fri Apr  1 02:33:41 2005  Jonathan Blandford  <jrb@redhat.com>
10608
10609         * shell/ev-sidebar-links.c (create_loading_model): Fix mismatch in
10610         model types, noticed by Martin Kretzschmar.
10611
10612 2005-04-01  Kristian Høgsberg  <krh@redhat.com>
10613
10614         * pdf/ev-poppler.cc: Implement search based on
10615         poppler_page_find_text().  Currently a bit crude since we remember
10616         all matches from all pages.  Also, we grab the big document lock
10617         when we search since searching changes the underlying stream and
10618         thus conflicts with the rendering thread.
10619         
10620         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
10621         (jump_to_find_page), (ev_view_set_document), (ev_view_find_next),
10622         (ev_view_find_previous): Fix some page indexes to be 0 based,
10623         offset rubber band by view offset,
10624
10625 Fri Apr 01 09:21:12 2005  Pablo Saratxaga  <pablo@mandrakesoft.com>
10626
10627         * configure.ac: Added Walloon (wa) to ALL_LINGUAS.
10628
10629 Fri Apr  1 01:59:39 2005  Jonathan Blandford  <jrb@redhat.com>
10630
10631         * shell/ev-page-action.c: Changed to use page labels now.  Rewrote
10632         completely because I didn't understand GtkActions.  I should
10633         read Marco's code more carefully in the future.
10634
10635         * backend/ev-page-cache.h (ev_page_cache_set_page_label): New
10636         function
10637
10638 2005-03-31  Kristian Høgsberg  <krh@redhat.com>
10639
10640         * pdf/ev-poppler.cc (pdf_document_get_links): Update to work with
10641         PopplerRectangle change from poppler CVS.
10642
10643 Thu Mar 31 13:27:50 2005  Jonathan Blandford  <jrb@redhat.com>
10644
10645         * backend/ev-document.c: (ev_document_get_page_label):
10646         * backend/ev-document.h:
10647         * backend/ev-page-cache.c: (_ev_page_cache_new),
10648         (ev_page_cache_get_page_label):
10649         * backend/ev-page-cache.h:
10650         * pdf/ev-poppler.cc:
10651         * shell/ev-sidebar-links.c: (ev_sidebar_links_construct),
10652         (links_page_num_func):
10653         * shell/ev-sidebar-thumbnails.c:
10654         (ev_sidebar_thumbnails_set_document):
10655         * shell/ev-view.c: (status_message_from_link),
10656         (ev_view_motion_notify_event):
10657         * shell/ev-window.c: (document_supports_sidebar): Add in page
10658         label support.  It's not perfect yet, but it's the first 'feature'
10659         in a while.
10660         Also, fix a bogus comment noticed by crispin. 
10661
10662 Thu Mar 31 01:21:58 2005  Jonathan Blandford  <jrb@redhat.com>
10663
10664         * Makefile.am: Remove pixbuf backend for now
10665
10666         * configure.ac: Require poppler-glib instead of just poppler.
10667
10668         * backend/ev-document-thumbnails.h: Add a comment
10669
10670         * backend/ev-document.h:
10671         * backend/ev-document.c: (ev_document_class_init),
10672         (ev_document_load), (ev_document_get_link),
10673         (ev_document_get_links): Remove 3 methods and add get_links.
10674         Also, made 0 based.
10675
10676         * backend/ev-jobs.c: (ev_job_render_new), (ev_job_render_run):
10677         * backend/ev-jobs.h: now EvJobRender can grab the links for a document.
10678
10679         * backend/ev-link.c: (ev_link_set_title),
10680         (ev_link_mapping_free_foreach), (ev_link_mapping_free),
10681         (ev_link_mapping_find):
10682         * backend/ev-link.h: Allow NULL titles.  Also, introduce a mapping link.
10683         
10684         * backend/ev-page-cache.c: (ev_page_cache_init),
10685         (_ev_page_cache_new), (ev_page_cache_set_current_page),
10686         (ev_page_cache_get_size), (ev_page_cache_next_page),
10687         (ev_page_cache_prev_page): Fix to be 0 based.
10688
10689         * pdf/Makefile.am: 
10690         * pdf/ev-poppler.h:
10691         * pdf/ev-poppler.cc: New backend.
10692         
10693         * ps/ps-document.c: (ps_document_init), (ps_document_set_page),
10694         (ps_document_get_page), (ps_document_document_iface_init):
10695
10696         * shell/ev-pixbuf-cache.h:
10697         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10698         (dispose_cache_job_info), (job_finished_cb), (move_one_job),
10699         (ev_pixbuf_cache_update_range), (copy_job_to_job_info),
10700         (add_job_if_needed), (ev_pixbuf_cache_set_page_range),
10701         (ev_pixbuf_cache_get_pixbuf), (ev_pixbuf_cache_get_link_mapping):
10702         Fix up code to grab a page cache per each doc.  Also, fix to be 0
10703         based.
10704         
10705         * shell/ev-sidebar-thumbnails.c:
10706         (ev_sidebar_tree_selection_changed), (page_changed_cb),
10707         (ev_sidebar_thumbnails_set_document): Fix to be 0 based.
10708
10709         * shell/ev-view.c: (status_message_from_link),
10710         (find_page_at_location), (get_link_at_location),
10711         (ev_view_motion_notify_event), (ev_view_button_release_event),
10712         (ev_view_init): Use the new link code.  Fix to be 0 based.
10713
10714         * shell/ev-window.c: (update_action_sensitivity),
10715         (document_supports_sidebar): 0 based.
10716
10717 Fri Mar 25 16:55:58 2005  Jonathan Blandford  <jrb@redhat.com>
10718
10719         * pdf/pdf-document.cc: Patch from Fernando Herrera
10720         <fherrera@onirica.com> to fix my quick fix to get_thumbnail.
10721         *blush*
10722
10723 Wed Mar 23 23:49:41 2005  Jonathan Blandford  <jrb@redhat.com>
10724
10725         * pdf/pdf-document.cc (pdf_document_thumbnails_get_thumbnail): add
10726         1 to the page, as this seems to be 1 based.  I thought we has this
10727         fixed.  grump.
10728
10729 2005-03-23  Marco Pesenti Gritti <marco@gnome.org>
10730
10731         * TODO:
10732         * backend/Makefile.am:
10733         * backend/ev-document-links.c:
10734         (ev_document_links_has_document_links),
10735         (ev_document_links_get_links_model):
10736         * backend/ev-document-links.h:
10737         * backend/ev-document.c: (ev_document_get_page_cache),
10738         (ev_document_get_doc_mutex), (ev_document_load),
10739         (ev_document_save), (ev_document_get_title),
10740         (ev_document_get_n_pages), (ev_document_set_page),
10741         (ev_document_get_page), (ev_document_set_target),
10742         (ev_document_set_scale), (ev_document_set_page_offset),
10743         (ev_document_get_page_size), (ev_document_get_text),
10744         (ev_document_get_link), (ev_document_render),
10745         (ev_document_render_pixbuf), (ev_document_scale_changed):
10746         * backend/ev-document.h:
10747         * backend/ev-job-queue.c: (remove_object_from_queue),
10748         (notify_finished), (handle_job), (search_for_jobs_unlocked),
10749         (no_jobs_available_unlocked), (ev_render_thread),
10750         (ev_job_queue_init), (find_queue), (ev_job_queue_add_job),
10751         (ev_job_queue_remove_job):
10752         * backend/ev-job-queue.h:
10753         * backend/ev-jobs.c: (ev_job_init), (ev_job_dispose),
10754         (ev_job_class_init), (ev_job_links_init), (ev_job_links_dispose),
10755         (ev_job_links_class_init), (ev_job_render_init),
10756         (ev_job_render_dispose), (ev_job_render_class_init),
10757         (ev_job_thumbnail_init), (ev_job_thumbnail_dispose),
10758         (ev_job_thumbnail_class_init), (ev_job_finished),
10759         (ev_job_links_new), (ev_job_links_run), (ev_job_render_new),
10760         (ev_job_render_run), (ev_job_thumbnail_new),
10761         (ev_job_thumbnail_run):
10762         * backend/ev-jobs.h:
10763         * backend/ev-link.c:
10764         * backend/ev-link.h:
10765         * backend/ev-page-cache.c: (ev_page_cache_init),
10766         (ev_page_cache_class_init), (ev_page_cache_finalize),
10767         (_ev_page_cache_new), (ev_page_cache_get_n_pages),
10768         (ev_page_cache_get_current_page), (ev_page_cache_set_current_page),
10769         (ev_page_cache_set_link), (ev_page_cache_get_title),
10770         (ev_page_cache_get_size), (ev_page_cache_next_page),
10771         (ev_page_cache_prev_page):
10772         * backend/ev-page-cache.h:
10773         * pdf/pdf-document.cc:
10774         * ps/gsdefaults.c:
10775         * ps/gsdefaults.h:
10776         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10777         (push_pixbuf), (interpreter_failed), (ps_document_cleanup),
10778         (ps_document_widget_event), (ps_document_finalize), (get_xdpi),
10779         (get_ydpi), (setup_pixmap), (setup_page), (close_pipe),
10780         (is_interpreter_ready), (output), (catchPipe), (input),
10781         (start_interpreter), (check_filecompressed), (compute_dimensions),
10782         (ps_document_enable_interpreter), (document_load),
10783         (ps_document_next_page), (render_page), (ps_document_set_page),
10784         (ps_document_set_scale), (render_pixbuf_idle),
10785         (ps_document_render_pixbuf), (ps_document_document_iface_init):
10786         * ps/ps-document.h:
10787         * shell/Makefile.am:
10788         * shell/ev-pixbuf-cache.c: (ev_pixbuf_cache_init),
10789         (ev_pixbuf_cache_class_init), (ev_pixbuf_cache_finalize),
10790         (dispose_cache_job_info), (ev_pixbuf_cache_dispose),
10791         (ev_pixbuf_cache_new), (job_finished_cb),
10792         (check_job_size_and_unref), (move_one_job),
10793         (ev_pixbuf_cache_update_range), (find_job_cache),
10794         (ev_pixbuf_cache_clear_job_sizes), (add_job_if_needed),
10795         (ev_pixbuf_cache_add_jobs_if_needed),
10796         (ev_pixbuf_cache_set_page_range), (ev_pixbuf_cache_get_pixbuf):
10797         * shell/ev-pixbuf-cache.h:
10798         * shell/ev-print-job.c: (ev_print_job_use_print_dialog_settings),
10799         (idle_print_handler):
10800         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
10801         (selection_changed_cb), (create_loading_model),
10802         (ev_sidebar_links_construct), (links_page_num_func),
10803         (ev_sidebar_links_clear_document), (update_page_callback_foreach),
10804         (update_page_callback), (job_finished_cb),
10805         (ev_sidebar_links_set_document):
10806         * shell/ev-sidebar-thumbnails.c:
10807         (ev_sidebar_thumbnails_class_init), (adjustment_changed_cb),
10808         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init),
10809         (page_changed_cb), (thumbnail_job_completed_callback),
10810         (ev_sidebar_thumbnails_set_document):
10811         * shell/ev-sidebar-thumbnails.h:
10812         * shell/ev-sidebar.c: (ev_sidebar_set_document):
10813         * shell/ev-view.c: (ev_view_finalize), (ev_view_destroy),
10814         (ev_view_get_offsets), (ev_view_size_request), (ev_view_realize),
10815         (ev_view_unrealize), (highlight_find_results), (expose_bin_window),
10816         (ev_view_select_all), (ev_view_copy), (ev_view_primary_get_cb),
10817         (ev_view_create_invisible_cursor), (ev_view_motion_notify_event),
10818         (ev_view_button_release_event), (ev_view_scroll_view),
10819         (ev_view_class_init), (ev_view_init), (update_find_status_message),
10820         (jump_to_find_result), (jump_to_find_page), (find_changed_cb),
10821         (ev_view_new), (job_finished_cb), (page_changed_cb),
10822         (ev_view_set_document), (go_to_link), (ev_view_zoom),
10823         (size_to_zoom_factor), (ev_view_set_size), (ev_view_find_next),
10824         (ev_view_find_previous):
10825         * shell/ev-view.h:
10826         * shell/ev-window.c: (update_action_sensitivity),
10827         (ev_window_open_page), (update_window_title), (update_total_pages),
10828         (page_changed_cb), (ev_window_setup_document),
10829         (password_dialog_response), (ev_window_cmd_save_as),
10830         (ev_window_print), (ev_window_cmd_go_previous_page),
10831         (ev_window_cmd_go_next_page), (ev_window_cmd_go_first_page),
10832         (ev_window_cmd_go_last_page), (ev_window_cmd_view_reload),
10833         (find_bar_search_changed_cb), (goto_page_cb), (ev_window_init):
10834         * shell/main.c: (main):
10835
10836         Merge evince-threads branch
10837
10838 2005-03-16  Žygimantas Beručka  <uid0@akl.lt>
10839
10840         * configure.ac: Added "lt" to ALL_LINGUAS.
10841
10842 2005-03-14  Marco Pesenti Gritti  <marco@gnome.org>
10843
10844         * NEWS:
10845         * configure.ac:
10846
10847         Release 0.1.9
10848
10849 2005-03-13  Fernando Herrera  <fherrera@onirica.com>
10850
10851         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10852
10853         Fix here also the thumbnails 1-basedness :)
10854
10855 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10856
10857         * NEWS:
10858         * configure.ac:
10859
10860         Release 0.1.8
10861
10862 2005-03-12  Marco Pesenti Gritti  <marco@gnome.org>
10863
10864         * pdf/pdf-document.cc:
10865         * shell/ev-sidebar-thumbnails.c: (adjustment_changed_cb),
10866         (do_one_iteration), (ev_sidebar_thumbnails_set_document):
10867
10868         Fix the mess we did with thumbnails and 1-basedness
10869
10870 2005-03-12  Changwoo Ryu  <cwryu@debian.org>
10871
10872         * configure.ac (ALL_LINGUAS): Added "ko" (Korean).
10873
10874 2005-03-09  Marco Pesenti Gritti  <marco@gnome.org>
10875
10876         * NEWS:
10877         * configure.ac:
10878
10879         Release 0.1.7
10880
10881 2005-03-08  Marco Pesenti Gritti  <marco@gnome.org>
10882
10883         * ps/Makefile.am:
10884         * ps/gsdefaults.c: (gtk_gs_defaults_get_interpreter_cmd),
10885         (gtk_gs_defaults_get_alpha_parameters),
10886         (gtk_gs_defaults_get_ungzip_cmd),
10887         (gtk_gs_defaults_get_unbzip2_cmd):
10888         * ps/gsdefaults.h:
10889         * ps/ps-document.c: (ps_document_init), (ps_document_class_init),
10890         (ps_document_get_orientation), (document_load),
10891         (ps_document_goto_page), (ps_document_set_page_size):
10892         * ps/ps-document.h:
10893
10894         Some more sanitization of the ps backend. Remove a lot
10895         of unused code and do not base our defaults on ggv
10896         preferences (ugh!)
10897
10898 2005-03-08  Fernando Herrera  <fherrera@onirica.com>
10899
10900         * thumbnailer/evince-thumbnailer.schemas:
10901         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10902         (main): add -s option for thumbnail size.
10903
10904 2005-03-07  Christian Persch  <chpe@cvs.gnome.org>
10905
10906         * configure.ac:
10907
10908         AC_PROG_RANLIB is rendered obsolete by AC_PROG_LIBTOOL;
10909         remove it.
10910
10911 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10912
10913         * pdf/pdf-document.cc:
10914
10915         Remove 4 pixels of useless border from the
10916         thumbnail.
10917
10918 2005-03-07  Marco Pesenti Gritti  <marco@gnome.org>
10919
10920         * backend/ev-document-thumbnails.c:
10921         (ev_document_thumbnails_get_thumbnail):
10922         * backend/ev-document-thumbnails.h:
10923
10924         Rework API a bit. Add a border flag and
10925         change sizing logic (now the size we specify
10926         applies to the bigger dimension).
10927
10928         * pdf/pdf-document.cc:
10929         * pixbuf/pixbuf-document.c:
10930         (pixbuf_document_thumbnails_get_thumbnail):
10931         * shell/ev-sidebar-thumbnails.c: (do_one_iteration):
10932         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10933
10934         Adapt to the new API and do not draw a border for nautilus
10935         thumbnailer.
10936
10937 2005-03-03  Fernando Herrera  <fherrera@onirica.com>
10938
10939         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get):
10940         take thumbnails from page "0" instead of "1". Added a copyright header.
10941
10942 2005-03-03  Jens Granseuer  <jensgr@gmx.net>
10943
10944         * ps/ps-document.c: (set_up_page), (start_interpreter):
10945
10946         Make it C89 compliant
10947
10948 2005-03-03  Marco Pesenti Gritti  <marco@gnome.org>
10949
10950         * Makefile.am:
10951         * configure.ac:
10952         * pdf/.cvsignore:
10953         * pdf/pdf-document.cc:
10954         * thumbnailer/Makefile.am:
10955         * thumbnailer/evince-thumbnailer.c: (evince_thumbnail_pngenc_get),
10956         (main):
10957         * thumbnailer/evince-thumbnailer.schemas:
10958         * thumbnailer/pdf-icon.png:
10959
10960         Add a nautilus thumbnailer.
10961         Based on patch by Fernando Herrera <fherrera@onirica.com>.
10962
10963 2005-03-02  Marco Pesenti Gritti  <marco@gnome.org>
10964
10965         * NEWS:
10966         * configure.ac:
10967         * po/POTFILES.in:
10968
10969         Release 0.1.6
10970
10971 2005-03-01  Kristian Høgsberg  <krh@redhat.com>
10972
10973         Use poppler instead of including xpdf source code.  Poppler is a
10974         fork of xpdf to build it as a shared library. See
10975         http://freedesktop.org/wiki/Software/poppler.
10976
10977         * pdf/xpdf/*, pdf/goo/*, pdf/splash/*, pdf/fofi/*: Remove included
10978         xpdf fork.
10979         
10980         * pdf/Makefile.am: Build libpdfdocument.a here.
10981         
10982         * pdf/GDKSplashOutputDev.cc:
10983         * pdf/GDKSplashOutputDev.h:
10984         * pdf/GnomeVFSStream.cc:
10985         * pdf/GnomeVFSStream.h:
10986         * pdf-document.cc:
10987         * pdf-document.h:
10988         * test-gdk-output-dev.cc
10989         * Thumb.cc:
10990         * Thumb.h: Pull these files out of pdf/xpdf and adjust to compile
10991         against poppler.
10992
10993 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
10994
10995         * shell/ev-sidebar-links.c: (ev_sidebar_links_clear_document):
10996
10997         Clear idle stack before unsetting the document
10998
10999 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11000
11001         * ps/ps-document.c: (ps_document_widget_event),
11002         (ps_document_set_target), (ps_document_finalize),
11003         (ps_document_get_page):
11004
11005         Disconnect the widget event signal on finalize.
11006         Some code cleanups.
11007
11008 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11009
11010         * ps/ps-document.c: (set_up_page):
11011
11012         If there is no bpixmap create one, even if size
11013         is not changed.
11014
11015 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11016
11017         * ps/ps-document.c: (ps_document_init), (ps_document_cleanup),
11018         (set_up_page), (document_load), (ps_document_set_zoom):
11019
11020         Default page is 0. Calculate size even when we have no
11021         target yet.
11022
11023 2005-02-28  Carlos Garcia Campos <carlosgc@gnome.org>
11024
11025         * shell/ev-sidebar.c: expand the selection widget to be always as
11026         wide as the sidebar
11027
11028 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11029
11030         * shell/ev-sidebar-thumbnails.c:
11031         (ev_sidebar_thumbnails_set_document):
11032
11033         Clear the list store when setting document
11034
11035 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11036
11037         * shell/ev-page-action.c: (update_entry), (sync_entry),
11038         (activate_cb), (entry_size_request_cb), (create_tool_item),
11039         (connect_proxy):
11040
11041         Use an entry for the page control instead of spinbuttons
11042
11043 2005-02-28  Marco Pesenti Gritti  <marco@gnome.org>
11044
11045         * data/evince.schemas.in:
11046
11047         Correct confusing string
11048
11049 Sun Feb 27 23:00:31 2005  Jonathan Blandford  <jrb@redhat.com>
11050
11051         * shell/ev-sidebar-links.c (do_one_iteration): Handle title links
11052         for real.  Gosh, how long has this been broken.
11053
11054         * pdf/xpdf/pdf-document.cc (build_link_from_action): add back the
11055         check for a NULL link.  We crash otherwise.
11056
11057 2005-02-27  Marco Pesenti Gritti  <marco@gnome.org>
11058
11059         * NEWS:
11060         * configure.ac:
11061
11062         Release 0.1.5
11063
11064 2005-02-25  Sebastien Bacher  <seb128@debian.org>
11065
11066         * configure.ac: add the french translation.
11067
11068 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11069
11070         * shell/ev-window.c:
11071
11072         Remove unused header -> fix distcheck
11073
11074 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11075
11076         * shell/ev-window.c: (update_window_title),
11077         (ev_window_popup_password_dialog):
11078
11079         Unescape filename for display
11080
11081 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11082
11083         * pdf/xpdf/pdf-document.cc:
11084
11085         In get_page_size deal with rotation. Also
11086         cleanup the function a bit.
11087
11088 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11089
11090         * pdf/xpdf/pdf-document.cc:
11091
11092         Fix crash when opening in new window
11093
11094 2005-02-25  Marco Pesenti Gritti  <marco@gnome.org>
11095
11096         * configure.ac:
11097
11098         Check ghostscript >= 7
11099
11100 2005-02-25  Pedro Villavicencio <pvillavi@gnome.cl>
11101
11102         * shell/ev-window.c:
11103
11104         Make page width the default sizing mode
11105
11106 2005-02-25  Carlos Garcia Campos <carlosgc@gnome.org>
11107         Marco Pesenti Gritti <marco@gnome.org>
11108
11109         * shell/ev-window.c: Remember the sidebar size
11110
11111         * data/evince.schemas.in: Add a new gconf key to store the size of
11112         the sidebar
11113
11114 2005-02-24  Kai Willadsen  <kaiw@itee.uq.edu.au>
11115
11116         * data/evince-ui.xml:
11117         * shell/ev-window.c: (update_action_sensitivity),
11118         (ev_window_cmd_view_reload):
11119         
11120         Add a "Reload" action and menu entry
11121
11122 Thu Feb 24 23:07:33 2005  Jonathan Blandford  <jrb@redhat.com>
11123
11124         * shell/ev-window.c (hide_sidebar_and_actions): Hide the sidebar
11125         iff the type doesn't support thumbnailing and indexing.
11126
11127 2005-02-24  Martin Kretzschmar  <martink@gnome.org>
11128
11129         * configure.ac (ALL_LINGUAS): Added "zh_TW" (Traditional Chinese).
11130
11131 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11132
11133         * pdf/splash/Splash.cc:
11134
11135         Port fix for a crasher from kde bug
11136         http://bugs.kde.org/show_bug.cgi?id=97131
11137
11138 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11139
11140         * pdf/xpdf/pdf-document.cc:
11141
11142         Return a link even if it's of an unrecognized
11143         type. Otherwise we go in an infinte cycle.
11144
11145 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11146
11147         * shell/ev-window.c: (update_sizing_buttons), (update_view_size),
11148         (size_allocate_cb), (ev_window_set_sizing_mode):
11149
11150         Update size when switching mode
11151
11152 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11153
11154         * shell/ev-window.c: (ev_window_cmd_view_best_fit),
11155         (ev_window_cmd_view_page_width), (update_sizing_buttons),
11156         (ev_window_cmd_view_normal_size):
11157
11158         Fix size toggle buttons behavior
11159
11160 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11161
11162         * shell/ev-view.c: (ev_view_get_offsets), (view_rect_to_doc_rect),
11163         (doc_rect_to_view_rect), (ev_view_size_allocate),
11164         (expose_bin_window), (ev_view_select_all), (page_changed_callback),
11165         (scale_changed_callback):
11166
11167         Do not cache offsets in size_allocate.
11168
11169 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11170
11171         * shell/ev-view.c: (ev_view_size_allocate):
11172
11173         Calculate offsets before calling the parent
11174         class (which does a redraw)
11175
11176 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11177
11178         * pdf/xpdf/pdf-document.cc:
11179
11180         Fix a crasher on exit. Unused code, put a TODO
11181
11182 2005-02-24  Marco Pesenti Gritti  <marco@gnome.org>
11183
11184         * backend/ev-document.c: (ev_document_class_init),
11185         (ev_document_page_changed), (ev_document_scale_changed):
11186         * backend/ev-document.h:
11187
11188         Separate page/scale notifications
11189
11190         * pdf/xpdf/pdf-document.cc:
11191
11192         Emit the new signals.
11193         Do not display the pdf page in _render, do it
11194         when scale/page are requested.
11195
11196         * ps/ps-document.c: (ps_document_set_zoom),
11197         (ps_document_widget_event):
11198         * ps/ps-document.h:
11199
11200         Emit the new signals.
11201
11202         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11203         (ev_view_init), (page_changed_callback), (scale_changed_callback),
11204         (ev_view_set_document), (ev_view_zoom), (ev_view_zoom_in),
11205         (ev_view_zoom_out), (size_to_zoom_factor), (ev_view_set_size):
11206         * shell/ev-view.h:
11207         * shell/ev-window.c: (ev_window_cmd_view_normal_size),
11208         (ev_window_cmd_view_page_width), (size_allocate_cb),
11209         (ev_window_set_sizing_mode):
11210
11211         Rework sizing to be pixel based.
11212         There are bugs but should be already way better.
11213
11214 2005-02-23  Marco Pesenti Gritti  <marco@gnome.org>
11215
11216         * shell/ev-window.c: (ev_window_init):
11217
11218         Do not allow to shrink sidebar smaller then
11219         child requisition
11220
11221 2005-02-23  Carlos Garcia Campos <carlosgc@gnome.org> 
11222
11223         * shell/ev-sidebar.[ch]
11224         * shell/ev-window.c:
11225
11226         Improved sidebar widget. Fixes #166683
11227
11228 2005-02-23  Tommi Vainikainen  <thv@iki.fi>
11229
11230         * shell/ev-view.c (update_find_status_message): Give translators
11231         more flexibility with ngettext plural handling.
11232
11233 Mon Feb 21 17:52:08 2005  Jonathan Blandford  <jrb@redhat.com>
11234
11235         * pdf/xpdf/pdf-document.cc (pdf_document_get_page_size): Patch
11236         from Crispin Flowerday <gnome@flowerday.cx> to avoid rendering the
11237         page when we get the page size.
11238
11239 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11240
11241         * ps/ps-document.c: (ps_document_set_page), (ps_document_get_page):
11242
11243         ps pages are 0 based, convert 
11244
11245 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11246
11247         * ps/ps-document.c: (ps_document_class_init), (ps_document_load):
11248
11249         Initialize correct parent class. Set GError on document load
11250
11251 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11252
11253         * pdf/xpdf/pdf-document.cc:
11254
11255         Fixup selection offset calculation
11256
11257         * shell/ev-view.c: (view_rect_to_doc_rect),
11258         (doc_rect_to_view_rect), (ev_view_size_allocate),
11259         (expose_bin_window), (ev_view_select_all), (ev_view_copy),
11260         (ev_view_primary_get_cb), (ev_view_motion_notify_event):
11261
11262         Store selection as document relative, so that zooming
11263         and offset changing doesnt break it.
11264
11265 2005-02-21  Marco Pesenti Gritti  <marco@gnome.org>
11266
11267         * shell/ev-view.c: (ev_view_best_fit):
11268
11269         Do not try to best fit if the view is not realized
11270
11271 2005-02-20  Kostas Papadimas <pkst@gnome.org>
11272           
11273         * configure.ac (ALL_LINGUAS): Added "el" (Greek).
11274
11275 Fri Feb 18 16:06:39 2005  Jonathan Blandford  <jrb@redhat.com>
11276
11277         * shell/ev-window.c (ev_window_focus_in_event): missed a case.
11278
11279 Fri Feb 18 15:32:57 2005  Jonathan Blandford  <jrb@redhat.com>
11280
11281         * shell/ev-window.c: Change the fullscreen toolbar to always be in
11282         the popup window.  That prevents it resizing when in full screen
11283         mode.
11284
11285         * shell/ev-view.c: Change Zoom epsilon as a bad hack to avoid
11286         multiple rerenders.  This pretty much sucks.
11287
11288         * data/evince-ui.xml: Change the fullscreen toolbar to include the
11289         rest of the toolbar.
11290
11291 2005-02-18  Tommi Vainikainen  <thv@iki.fi>
11292
11293         * configure.ac (ALL_LINGUAS): Added "fi" (Finnish).
11294
11295 2005-02-17  Alexander Shopov  <ash@contact.bg>
11296
11297         * configure.in (ALL_LINGUAS): Added "bg" (Bulgarian)
11298
11299 2005-02-16  Bryan Clark  <clarkbw@cvs.gnome.org>
11300
11301         * shell/ev-window.c: added ellipsis to Print item. Fixes bug 166915
11302
11303 2005-02-16  Marco Pesenti Gritti  <marco@gnome.org>
11304
11305         * shell/ev-view.c: (ev_view_realize), (highlight_find_results),
11306         (ev_view_create_invisible_cursor), (ev_view_set_cursor),
11307         (set_document_page), (document_changed_callback),
11308         (ev_view_set_document), (ev_view_find_previous),
11309         (ev_view_hide_cursor), (ev_view_show_cursor):
11310         * shell/ev-view.h:
11311         * shell/ev-window.c: (update_chrome_visibility),
11312         (fullscreen_timeout_cb), (fullscreen_set_timeout),
11313         (fullscreen_clear_timeout), (fullscreen_motion_notify_cb),
11314         (fullscreen_leave_notify_cb), (ev_window_fullscreen),
11315         (ev_window_unfullscreen):
11316         * shell/main.c: (main):
11317
11318         Automatically hide the fullscreen button.
11319         Patch by Kristian Høgsberg <krh@redhat.com>
11320
11321 2005-02-16  Vincent Noel  <vnoel@cox.net>
11322
11323         * shell/main.c (main): Specify an icon for the window. Patch by
11324         Jaap A. Haitsma. Fixes #166177.
11325
11326 Wed Feb 16 06:30:13 2005  Jonathan Blandford  <jrb@redhat.com>
11327
11328         * shell/ev-view.c (ev_view_realize): get rid of the black flash.
11329
11330 Tue Feb 15 22:27:13 2005  Jonathan Blandford  <jrb@redhat.com>
11331
11332         * backend/ev-document-misc.h:
11333         * backend/ev-document-misc.c:
11334         (ev_document_misc_get_page_border_size),
11335         (ev_document_misc_paint_one_page): New function to canonicalize
11336         sizing/painting a border.
11337
11338         * shell/Makefile.am: Remove ev-page-view.c entirely as it's not
11339         used.
11340
11341         * pdf/xpdf/pdf-document.cc: use new function
11342
11343         * shell/ev-view.c: (ev_view_size_request), (expose_bin_window),
11344         (ev_view_init), (ev_view_set_mode), (ev_view_zoom),
11345         (ev_view_best_fit), (ev_view_fit_width): * shell/ev-view.h: *
11346         shell/ev-window.c: (update_sizing_buttons),
11347         (ev_window_setup_document), (ev_window_cmd_view_zoom_in),
11348         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_best_fit),
11349         (ev_window_cmd_view_page_width), (size_allocate_cb),
11350         (ev_window_set_sizing_mode), (ev_window_init): make the "best fit"
11351         and "fit width" values act as toggle buttons so they stay
11352         toggled.  It's not 100% perfect, and it's a little slow, but it's
11353         good enough to commit I think.
11354
11355 2005-02-15  David Lodge  <dave@cirt.net>
11356
11357         * configure.ac (ALL_LINGUAS): Added "en_GB" (English (British)).
11358
11359 2005-02-15  Martin Kretzschmar  <martink@gnome.org>
11360
11361         * shell/ev-window.c (update_window_title): replace newlines in
11362         the title by spaces. Bug #166107.
11363
11364 2005-02-14  Martin Kretzschmar  <martink@gnome.org>
11365
11366         * shell/ev-view.c (ev_view_best_fit, ev_view_fit_width): add
11367         parameters providing allocation width and height without
11368         scrollbars and width of a possible vertical scrollbar. With this
11369         additional information the functions can work as
11370         intended. Unfortunately they're not idempotent. We should
11371         transform these commands to toggles. Fixes Bug #164976
11372         Initial patch by Stephane Loeuillet, then heavily modified.
11373
11374         * shell/ev-view.h: update prototypes.
11375
11376         * shell/ev-window.c (ev_window_cmd_view_best_fit)
11377         (ev_window_cmd_view_page_width): provide EvView fit functions with
11378         all the information they need. Formulas to calculate this
11379         information taken from GtkScrolledWindow.
11380
11381 2005-02-14  Crispin Flowerday  <gnome@flowerday.cx>
11382
11383         * shell/ev-sidebar-thumbnails.c: Ensure that after we have
11384         created a thumbnail, the list store is updated to know
11385         that the thumbnail is set. Fixes bug #166792
11386
11387 2005-02-11  Bryan Clark  <clarkbw@cvs.gnome.org>
11388
11389         * shell/ev-window.c: fixed typo, closes bug 166897
11390
11391         * TODO: updated TODO with bug numbers that are relevant
11392
11393 2005-02-09  Carlos Garcia Campos <carlosgc@gnome.org>
11394
11395         * shell/ev-window.c: Support for DnD of files. Fixes #164813
11396
11397 2005-02-09  Vincent Noel  <vnoel@cox.net>
11398
11399         * shell/ev-window.c: (set_action_properties): Set the "Previous"
11400         and "Next" toolbar buttons as important to make them stand out.
11401
11402 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11403
11404         * lib/ev-debug.c:
11405         * lib/ev-debug.h:
11406         * ps/ps-document.c: (ps_document_finalize), (set_up_page),
11407         (start_interpreter), (stop_interpreter), (document_load),
11408         (ps_document_next_page), (ps_document_goto_page),
11409         (ps_document_set_page_size), (ps_document_widget_event),
11410         (ps_document_render):
11411         * shell/ev-page-view.c: (ev_page_view_dispose):
11412         * shell/ev-view.c: (ev_view_finalize), (expose_bin_window):
11413
11414         Fix compilation on non-gcc platforms
11415
11416 2005-02-09  Marco Pesenti Gritti  <marco@gnome.org>
11417
11418         * NEWS:
11419         * configure.ac:
11420
11421         Release 0.1.4
11422
11423         * pdf/xpdf/Catalog.cc:
11424         * pdf/xpdf/XRef.cc:
11425
11426         Fix the fix for CAN-2004-0888
11427
11428 2005-02-09  Luca Ferretti <elle.uca@libero.it>
11429
11430         * data/Makefile.am:
11431         * data/evince-ui.xml:
11432         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11433         * shell/ev-stock-icons.h:
11434         * shell/ev-window.c: (update_action_sensitivity),
11435         (ev_window_cmd_go_previous_page), (ev_window_cmd_go_next_page),
11436         (set_action_properties):
11437
11438         Improve toolbar layout/icons
11439
11440 2005-02-08  Marco Pesenti Gritti  <marco@gnome.org>
11441
11442         * pdf/xpdf/pdf-document.cc:
11443
11444         Add warnings about unimplemented/unknown link
11445         types.
11446
11447 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11448
11449         * ps/ps-document.c: (set_up_page):
11450
11451         Log gs property
11452
11453 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11454
11455         * ps/ps-document.c: (start_interpreter):
11456
11457         Log gs env var
11458
11459 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11460
11461         * shell/ev-page-view.c: (ev_page_view_dispose):
11462         * shell/ev-view.c: (ev_view_finalize):
11463         * shell/ev-window.c: (ev_window_setup_document),
11464         (ev_window_dispose), (ev_window_init):
11465
11466         Solve more refs issues.
11467
11468         I commented out the page_view initialization for now:
11469         it was never destroyed (because it's never added
11470         to a container). Because of that we was leaking
11471         gs processes. Couldnt think to a clean fix.
11472         We need to figure this out, password view has the
11473         same issue probably.
11474
11475 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11476
11477         * ps/ps-document.c: (ps_document_finalize),
11478         (ps_document_get_n_pages), (ps_document_get_page):
11479
11480         Some cleanups, stop the interpreter on finalize
11481
11482         * shell/ev-page-view.c: (ev_page_view_dispose),
11483         (ev_page_view_class_init):
11484
11485         Release our reference on the document
11486
11487 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11488
11489         * Makefile.am:
11490         * configure.ac:
11491         * doc/debugging.txt:
11492         * lib/.cvsignore:
11493         * lib/Makefile.am:
11494         * lib/ev-debug.c: (log_module), (trap_handler), (ev_debug_init),
11495         (ev_profiler_new), (ev_should_profile), (ev_profiler_dump),
11496         (ev_profiler_free), (ev_profiler_start), (ev_profiler_stop):
11497         * lib/ev-debug.h:
11498
11499         Add debugging helpers
11500
11501         * ps/Makefile.am:
11502         * ps/ps-document.c: (set_up_page), (start_interpreter),
11503         (stop_interpreter), (document_load), (ps_document_next_page),
11504         (ps_document_goto_page), (ps_document_set_page_size),
11505         (ps_document_widget_event), (ps_document_render):
11506         * shell/Makefile.am:
11507         * shell/ev-view.c: (expose_bin_window):
11508         * shell/main.c: (main):
11509
11510         Add some logs
11511         
11512 2005-02-07  Marco Pesenti Gritti  <marco@gnome.org>
11513
11514         * ps/ps-document.c: (ps_document_widget_event):
11515
11516         Initialize message_window, this should make ps
11517         rendering really work! (Never noticed because I was
11518         testing with a ps that is causing gs to exit every time!)
11519
11520 2005-02-07  Bryan Clark  <clarkbw@cvs.gnome.org>
11521
11522         * data/evince.schemas.in: updated simple error in applyto closing tag
11523
11524 2005-02-07  Christian Persch  <chpe@cvs.gnome.org>
11525
11526         * Makefile.am:
11527         * configure.ac:
11528         * data/.cvsignore:
11529         * data/Makefile.am:
11530         * data/evince-ui.xml:
11531         A data/evince.schemas.in:
11532         * po/POTFILES.in:
11533         * shell/ev-stock-icons.c: (ev_stock_icons_init):
11534         * shell/ev-stock-icons.h:
11535         * shell/ev-window.c: (update_chrome_visibility),
11536         (update_chrome_flag), (ev_window_cmd_edit_find),
11537         (ev_window_update_fullscreen_popup), (ev_window_fullscreen),
11538         (ev_window_unfullscreen), (ev_window_focus_in_event),
11539         (ev_window_focus_out_event), (ev_window_cmd_leave_fullscreen),
11540         (ev_window_view_toolbar_cb), (ev_window_view_statusbar_cb),
11541         (ev_window_view_sidebar_cb), (find_bar_close_cb),
11542         (ev_window_dispose), (ev_window_class_init),
11543         (set_action_properties), (set_chrome_actions), (load_chrome),
11544         (ev_window_init):
11545
11546         Implement fullscreen mode changes from bug #164776.
11547         Also implement persistent chrome toggles.
11548
11549 2005-02-07  Jordi Mallach  <jordi@sindominio.net>
11550
11551         * configure.ac (ALL_LINGUAS): Added "ca" (Catalan).
11552
11553 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11554
11555         * NEWS:
11556         * configure.ac:
11557         * shell/ev-view.c:
11558
11559         Add another check for find interface
11560
11561         Release 0.1.3
11562
11563 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11564
11565         * shell/ev-application.c: (ev_application_open):
11566         * shell/ev-window.c: (ev_window_open):
11567
11568         Open gzipped ps documents
11569
11570 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11571
11572         * TODO:
11573         * shell/ev-view.c: (set_document_page):
11574
11575         Clamp page number, dont try to move to
11576         not existant pages.
11577
11578 2005-02-04  Marco Pesenti Gritti  <marco@gnome.org>
11579
11580         * backend/ev-document-find.c: (ev_document_find_changed):
11581         * backend/ev-document-find.h:
11582         * pdf/xpdf/pdf-document.cc:
11583         * shell/ev-view.c: (jump_to_find_result), (ev_view_set_document):
11584         * shell/ev-window.c: (find_bar_search_changed_cb):
11585
11586         Fix several bugs with find
11587
11588 2005-02-04  Martin Kretzschmar  <martink@gnome.org>
11589
11590         * shell/ev-sidebar-thumbnails.c
11591         (ev_sidebar_thumbnails_select_page): do nothing unless we have a
11592         document. Prevents warning from scroll_to_cell.
11593
11594 2005-02-02  Kjartan Maraas  <kmaraas@gnome.org>
11595
11596         * configure.ac: Add «nb» to ALL_LINGUAS too.
11597
11598 Wed Feb  2 21:13:11 2005  Jonathan Blandford  <jrb@redhat.com>
11599
11600         * NOTES: New file with some random thoughts.
11601
11602         * TODO: Update.
11603
11604         * backend/ev-document-misc.c:
11605         (ev_document_misc_get_page_border_size): New function to
11606         canonicalize shadow drawing sizes.  Possibly goofy.
11607
11608         * shell/ev-view.c: (ev_view_size_request), (set_document_page),
11609         (ev_view_best_fit), (ev_view_fit_width):
11610         * pdf/xpdf/pdf-document.cc:
11611         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
11612         * ps/ps-document.c: (ps_document_get_page_size):
11613         * backend/ev-document-misc.h:
11614         * backend/ev-document.c: (ev_document_get_page_size):
11615         * backend/ev-document.h: get_page_size now takes a page number
11616         parameter.  Made all the backends/frontends honor it.
11617
11618         * data/evince-ui.xml: Added a multiple-page mode.  Uncomment to
11619         see.  Doesn't work yet.
11620
11621         * shell/Makefile.am:
11622         * shell/ev-page-view.[ch]: New multi-page view.  Really rough.
11623         Doesn't do anything yet.
11624
11625         * shell/ev-sidebar-thumbnails.c:
11626         (ev_sidebar_thumbnails_set_document): [1..n_pages] instead of
11627         [0..n_pages-1]
11628
11629         * shell/ev-window.c: (update_action_sensitivity),
11630         (ev_window_setup_document), (ev_window_set_page_mode),
11631         (ev_window_page_mode_cb), (ev_window_init): Clean up the
11632         view-swapping code a bit so we can have multiple views on a
11633         document.  Add the multi-page view, though it can't be turned on
11634         yet.
11635
11636 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11637
11638         * shell/ev-application.c: (ev_application_open):
11639         * shell/ev-view.c: (expose_bin_window):
11640         * shell/ev-window.c: (ev_window_open):
11641
11642         Support eps and check document supports find
11643         before drawing highlightings in expose.
11644
11645 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
11646
11647         * pixbuf/pixbuf-document.c:
11648         (pixbuf_document_thumbnails_get_dimensions),
11649         (pixbuf_document_document_thumbnails_iface_init):
11650
11651         implement get_dimensions
11652
11653 2005-02-01  Marco Pesenti Gritti  <marco@gnome.org>
11654
11655         * NEWS:
11656         * configure.ac:
11657
11658         Release 0.1.2
11659
11660 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11661
11662         * shell/ev-view.c: (set_document_page):
11663
11664         Scroll at the top of the page when changing page
11665
11666 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11667
11668         * shell/ev-view.c: (ev_view_motion_notify_event):
11669
11670         Do not redraw unnecessarily
11671
11672 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11673
11674         * pdf/xpdf/pdf-document.cc:
11675         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11676         (expose_bin_window), (find_changed_cb):
11677
11678         Yay! find works now... Now to find bugs...
11679
11680 2005-01-30  Marco Pesenti Gritti  <marco@gnome.org>
11681
11682         * backend/ev-document-find.c: (ev_document_find_base_init),
11683         (ev_document_find_changed):
11684         * backend/ev-document-find.h:
11685         * pdf/xpdf/pdf-document.cc:
11686         * shell/ev-view.c: (draw_rubberband), (highlight_find_results),
11687         (expose_bin_window), (ev_view_init), (set_document_page),
11688         (ensure_rectangle_is_visible), (jump_to_find_result),
11689         (jump_to_find_page), (find_changed_cb), (ev_view_set_document),
11690         (ev_view_find_next), (ev_view_find_previous):
11691         * shell/ev-view.h:
11692         * shell/ev-window.c: (find_bar_previous_cb), (find_bar_next_cb):
11693
11694         More work on find implementation, mostly there now
11695
11696 2005-01-29  Marco Pesenti Gritti  <marco@gnome.org>
11697
11698         * backend/ev-backend-marshalers.list:
11699         * backend/ev-document-find.c: (ev_document_find_base_init),
11700         (ev_document_find_cancel), (ev_document_find_page_has_results),
11701         (ev_document_find_get_n_results), (ev_document_find_get_result),
11702         (ev_document_find_get_progress), (ev_document_find_changed):
11703         * backend/ev-document-find.h:
11704
11705         Enanche the find interface to be really able to do
11706         multi page find.
11707
11708         * pdf/xpdf/pdf-document.cc:
11709
11710         Implement
11711
11712         * shell/ev-view.c: (ev_view_finalize), (highlight_find_results),
11713         (expose_bin_window), (ev_view_init),
11714         (ev_view_get_find_status_message), (find_changed_cb),
11715         (ev_view_set_document), (set_document_page):
11716
11717         Adapt to the new interface. A few things are regressed sorry,
11718         I will finish it soon.
11719
11720 2005-01-28  Martin Kretzschmar  <martink@gnome.org>
11721
11722         * shell/ev-sidebar-thumbnails.c (ev_sidebar_thumbnails_destroy)
11723         (ev_sidebar_thumbnails_class_init): use G_DEFINE_TYPE-supplied
11724         ev_sidebar_thumbnails_parent_class variable, don't define another
11725         parent_class variable.
11726
11727         * shell/ev-page-action.c (connect_proxy, ev_page_action_finalize)
11728         (ev_page_action_class_init): ditto.
11729
11730         * pixbuf/pixbuf-document.c (pixbuf_document_finalize)
11731         (pixbuf_document_class_init): ditto.
11732
11733         * backend/ev-link.c (ev_window_dispose, ev_link_class_init):
11734         ditto.
11735
11736         * .cvsignore: ignore various valgrind output files.
11737
11738 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11739
11740         * data/evince-ui.xml:
11741         * shell/Makefile.am:
11742         * shell/ev-history.c:
11743         * shell/ev-history.h:
11744         * shell/ev-navigation-action.c:
11745         * shell/ev-navigation-action.h:
11746         * shell/ev-view.c: (ev_view_finalize), (ev_view_go_to_link),
11747         (ev_view_set_page), (ev_view_fit_width):
11748         * shell/ev-view.h:
11749         * shell/ev-window.c: (update_action_sensitivity),
11750         (ev_window_setup_document), (register_custom_actions):
11751
11752         Kill session history
11753
11754 2005-01-27  Marco Pesenti Gritti  <marco@gnome.org>
11755
11756         * shell/ev-window.c: (update_action_sensitivity):
11757
11758         Fix inverted up/down buttons
11759
11760 2005-01-27  Martin Kretzschmar  <martink@gnome.org>
11761
11762         * shell/ev-sidebar-thumbnails.c
11763         (ev_sidebar_thumbnails_select_page): make sure the selected
11764         thumbnail stays visible.
11765
11766 2005-01-26  Martin Kretzschmar  <martink@gnome.org>
11767
11768         * shell/ev-window.c (ev_window_init): add GTK_SHADOW_IN to the
11769         scrolled window for Federico.
11770
11771 2005-01-26  Ole Laursen  <olau@hardworking.dk>
11772
11773         * configure.ac: Added "da" (Danish) to ALL_LINGUAS.
11774
11775 2005-01-26  Marco Pesenti Gritti  <marco@gnome.org>
11776
11777         * configure.ac:
11778         * pdf/splash/SplashFTFontEngine.cc:
11779
11780         Fix CID fonts with freetype 2.1.9
11781
11782 2005-01-26  Bryan Clark  <clarkbw@cvs.gnome.org>
11783
11784         * TODO: added item for desktop icon thumbnailer
11785
11786 Tue Jan 25 00:59:34 2005  Jonathan Blandford  <jrb@redhat.com>
11787
11788         * pdf/xpdf/pdf-document.cc (pdf_document_get_title): guard against
11789         unloaded docs when the title is accessed.
11790
11791         * shell/ev-password-view.[hc]: New widget for displaying password
11792         state.
11793
11794         * shell/ev-window.[ch]: Refactor password handling code to handle
11795         the new view.
11796
11797 2005-01-24  Marco Pesenti Gritti  <marco@gnome.org>
11798
11799         * NEWS:
11800         * configure.ac:
11801         * data/Makefile.am:
11802
11803         Release 0.1.1
11804
11805 2005-01-23  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
11806
11807         * pdf/xpdf/pdf-document.cc (pdf_document_search_page_changed):
11808         ignore page offset here, to make search results independent of it,
11809
11810         * shell/ev-view.c (expose_bin_window): but take offsets into
11811         account here. Bug #164932
11812
11813         * pdf/xpdf/pdf-document.cc (pdf_document_get_link): divide by
11814         scale at the right time. Bug #164996
11815
11816 2005-01-22  Martin Kretzschmar  <martink@gnome.org>
11817
11818         * pdf/xpdf/GlobalParams.cc: My 2005-01-05 change didn't actually
11819         fix the problem. Now I just removed the Adobe font names and hope
11820         that the URW fonts are always in outline format. Bug #164934
11821
11822         * shell/ev-window.c (update_window_title): empty titles are
11823         useless, use filename in that case too.
11824
11825         * NEWS: Add some content.
11826
11827 2005-01-21  Bryan Clark  <clarkbw@cvs.gnome.org>
11828
11829         * TODO: added one more TODO item and a TODONE section :)
11830
11831 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11832
11833         * ps/ps-document.h: add page_[xy]_offset fields.
11834
11835         * ps/ps-document.c (ps_document_set_page_offset)
11836         (ps_document_render): Keep offset in consideration in a few
11837         places. Bug #164752 "postscript documents are not centered in
11838         window"
11839
11840         * data/evince.desktop.in (X-GNOME-Bugzilla-Product):
11841         s/gpdf/evince/. Spotted by Stephane Loeuillet.
11842
11843         * pixbuf/pixbuf-document.c (pixbuf_document_get_n_pages)
11844         (pixbuf_document_get_text, pixbuf_document_document_iface_init):
11845         stub out missing methods for complete EvDocument implementation.
11846         Fixes segfaults with Save A Copy and Copy actions.
11847
11848         * ps/ps-document.c (ps_document_save, ps_document_get_text) 
11849         (ps_document_document_iface_init): ditto.
11850         
11851 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11852
11853         * data/.cvsignore:
11854         * data/Makefile.am:
11855         * data/evince.desktop.in:
11856
11857         Add desktop file
11858
11859 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11860
11861         * shell/ev-view.c: (ev_view_button_press_event),
11862         (ev_view_motion_notify_event):
11863
11864         Make selection work in any direction
11865
11866 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11867
11868         * TODO:
11869         * shell/ev-window.c: (set_short_labels), (ev_window_init):
11870
11871         Use shorter labels for some of the toolbars items
11872
11873 2005-01-21  Marco Pesenti Gritti  <marco@gnome.org>
11874
11875         * pdf/xpdf/pdf-document.cc:
11876
11877         Check the links info is initialized before
11878         using it. Should fix a crash on startup.
11879
11880 2005-01-21  Martin Kretzschmar  <martink@gnome.org>
11881
11882         * pixbuf/pixbuf-document.c
11883         (pixbuf_document_thumbnails_get_dimensions): force floating point
11884         division to calculate page_ratio. Fixes crash with landscape
11885         format pixbufs.
11886
11887 Thu Jan 20 18:56:35 2005  Jonathan Blandford  <jrb@redhat.com>
11888
11889         * shell/ev-view.c (ev_view_realize): make the bg color darker.
11890
11891 2005-01-20  Martin Kretzschmar  <martink@gnome.org>
11892
11893         * shell/ev-view.c (set_document_page): unset has_selection when
11894         the page changes.
11895         (set_document_page): handle paper size changes when the page
11896         changes (test with Free Culture, page 2).
11897
11898 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11899
11900         * shell/ev-view.c: (ev_view_size_request), (ev_view_realize),
11901         (expose_bin_window), (ev_view_class_init), (ev_view_init):
11902
11903         Use normal style color for the widget background and
11904         draw a black box around the page.
11905
11906 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11907
11908         * pdf/xpdf/pdf-document.cc:
11909
11910         Keep offset in consideration in a few places
11911
11912         * shell/ev-view.c: (expose_bin_window):
11913
11914         Set the offsets so that the document is ever centered
11915
11916 2005-01-20  Bryan Clark  <clarkbw@cvs.gnome.org>
11917
11918         * TODO: Added TODO items and finished off the first todo item
11919
11920         * AUTHORS: Updated AUTHORS section with piece from gpdf file and
11921         reflect current authors
11922
11923 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11924
11925         * pdf/xpdf/pdf-document.cc:
11926         * shell/ev-view.c: (ev_view_set_cursor),
11927         (ev_view_motion_notify_event), (document_changed_callback),
11928         (set_document_page):
11929
11930         Show a wait cursor while the page is rendering
11931
11932 2005-01-20  Marco Pesenti Gritti  <marco@gnome.org>
11933
11934         * shell/ev-sidebar-thumbnails.c:
11935         (ev_sidebar_tree_selection_changed),
11936         (ev_sidebar_thumbnails_select_page):
11937         * shell/ev-sidebar-thumbnails.h:
11938         * shell/ev-view.c: (ev_view_set_document), (ev_view_can_go_back),
11939         (ev_view_can_go_forward):
11940         * shell/ev-window.c: (ev_window_open_page),
11941         (ev_window_setup_document), (update_current_page),
11942         (view_page_changed_cb), (ev_window_init):
11943         * shell/ev-window.h:
11944
11945         Ensure thumbnails selection, toolbar page control and
11946         current page are in sync.
11947
11948 2005-01-19  Marco Pesenti Gritti  <marco@gnome.org>
11949
11950         * pdf/xpdf/XRef.cc:
11951
11952         Fix CAN-2005-0064
11953
11954 Wed Jan 19 01:10:57 2005  Jonathan Blandford  <jrb@redhat.com>
11955
11956         * backend/Makefile.am:
11957         * backend/ev-document-links.h:
11958         * backend/ev-document-security.c: (ev_document_security_get_type),
11959         (ev_document_security_has_document_security),
11960         (ev_document_security_set_password):
11961         * backend/ev-document-security.h:
11962         * backend/ev-document.c: (ev_document_error_quark):
11963         * backend/ev-document.h:
11964         * data/Makefile.am:
11965         * data/evince-password.glade:
11966         * pdf/xpdf/pdf-document.cc:
11967         * shell/Makefile.am:
11968         * shell/ev-password.c: (ev_password_set_bad_password_label),
11969         (ev_window_password_entry_changed_cb), (ev_password_dialog_new),
11970         (ev_password_dialog_get_password),
11971         (ev_password_dialog_set_bad_pass):
11972         * shell/ev-password.h:
11973         * shell/ev-window.c: (ev_window_get_attribute),
11974         (ev_window_set_property), (update_action_sensitivity),
11975         (ev_window_is_empty), (mime_type_supported_by_gdk_pixbuf),
11976         (ev_window_setup_document), (ev_window_get_password),
11977         (ev_window_open), (ev_window_cmd_save_as),
11978         (using_postscript_printer), (ev_window_print),
11979         (find_not_supported_dialog), (ev_window_cmd_edit_find),
11980         (update_fullscreen_popup), (ev_window_fullscreen),
11981         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
11982         (ev_window_focus_out_cb), (ev_window_cmd_help_about),
11983         (menu_item_select_cb), (find_bar_search_changed_cb),
11984         (ev_window_dispose), (ev_window_init):
11985
11986         Add initial support for password-supported dialogs.  This could be
11987         a lot cooler, but it'll do for now.
11988
11989 2005-01-18  Marco Pesenti Gritti  <marco@gnome.org>
11990
11991         * pdf/xpdf/pdf-document.cc:
11992         * shell/ev-view.c: (status_message_from_link),
11993         (ev_view_set_status), (ev_view_set_cursor),
11994         (ev_view_motion_notify_event), (ev_view_init):
11995         * shell/ev-window.c: (view_status_changed_cb), (ev_window_init):
11996
11997         Fix bugs in the links implementation and change cursor
11998         when hovering a link.
11999
12000 2005-01-17  Bryan Clark  <clarkbw@cvs.gnome.org>
12001
12002         * viewer/.cvsignore: added cvsignore file for viewer directory
12003
12004         * TODO: created TODO document
12005
12006 2005-01-14  Dave Malcolm  <dmalcolm@redhat.com>
12007
12008         * shell/ev-view.h:
12009         * shell/ev-view.c (ev_view_can_go_back), (ev_view_can_go_forward):      
12010         new functions to help with implementation of sensitivity code
12011         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12012         of all actions that might require it.  Fixes a crash when you
12013         click on the Zoom actions in a window lacking a document.
12014
12015 2005-01-13  Dave Malcolm  <dmalcolm@redhat.com>
12016
12017         * shell/ev-window.c (update_action_sensitivity): Fix sensitivity
12018         of the Find action
12019
12020 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12021
12022         * pixbuf/pixbuf-document.c: (pixbuf_document_get_link),
12023         (pixbuf_document_document_iface_init):
12024         * ps/ps-document.c: (ps_document_get_link),
12025         (ps_document_document_iface_init):
12026         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event),
12027         (status_message_from_link), (ev_view_set_status),
12028         (ev_view_set_find_status), (ev_view_motion_notify_event),
12029         (ev_view_button_release_event), (ev_view_set_property),
12030         (ev_view_get_property), (ev_view_class_init), (ev_view_init),
12031         (ev_view_get_find_status_message), (update_find_results),
12032         (ev_view_get_status), (ev_view_get_find_status):
12033         * shell/ev-view.h:
12034         * shell/ev-window.c: (view_status_changed_cb),
12035         (view_find_status_changed_cb), (ev_window_init):
12036
12037         View status message support, use it to show the links.
12038         Needs work...
12039
12040 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12041
12042         * backend/ev-document.c: (ev_document_get_link):
12043         * backend/ev-document.h:
12044         * pdf/xpdf/pdf-document.cc:
12045         * shell/ev-application.c: (ev_application_open):
12046         * shell/ev-application.h:
12047         * shell/ev-sidebar-links.c: (selection_changed_cb):
12048         * shell/ev-view.c: (ev_view_button_release_event), (go_to_link),
12049         (ev_view_go_to_link):
12050
12051         Add support for document links
12052
12053 2005-01-13  Anders Carlsson  <andersca@gnome.org>
12054
12055         * shell/ev-page-action.c: (update_spin), (total_pages_changed_cb),
12056         (create_tool_item):
12057         Set the spin button limits correctly.
12058         
12059         * shell/ev-sidebar-thumbnails.c:
12060         (ev_sidebar_tree_selection_changed), (ev_sidebar_thumbnails_init):
12061         Support changing pages by clicking on the thumbnails.
12062         
12063 2005-01-13  Jeff Muizelaar  <jeff@nit.ca>
12064
12065         * pixbuf/pixbuf-document.c:
12066         (pixbuf_document_thumbnails_get_dimensions),
12067         (pixbuf_document_document_thumbnails_iface_init):
12068
12069         implement get_dimensions
12070
12071 2005-01-13  Marco Pesenti Gritti  <marco@gnome.org>
12072
12073         * ps/ps-document.c: (ps_document_goto_page):
12074
12075         Fix page switching on multipage documents
12076
12077 2005-01-12  Jeff Muizelaar  <jrmuizel@nit.ca>
12078
12079         * pixbuf/pixbuf-document.c: (pixbuf_document_get_page_size):
12080         
12081         check for NULL before assigning to width and height parameters
12082
12083 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12084
12085         * pixbuf/pixbuf-document.c: (pixbuf_document_class_init),
12086         (pixbuf_document_set_property), (pixbuf_document_get_property):
12087
12088         implement get/set properties
12089
12090 2005-01-12  Jeff Muizelaar  <jeff@nit.ca>
12091
12092         * pdf/xpdf/pdf-document.cc: (pdf_info_dict_get_string):
12093         
12094         return NULL instead of "Unknown", letting the title get set to
12095         the filename when the pdf has no title.
12096
12097 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12098
12099         * ps/ps-document.c: (ps_document_get_page_count),
12100         (ps_document_goto_page):
12101
12102 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12103
12104         * shell/ev-history.c: (ev_history_get_property),
12105         (ev_history_set_property), (ev_history_class_init),
12106         (ev_history_add_page), (ev_history_set_current_index):
12107         * shell/ev-navigation-action.c: (ev_navigation_action_set_history),
12108         (activate_menu_item_cb), (new_history_menu_item), (build_menu),
12109         (ev_navigation_action_finalize):
12110         * shell/ev-navigation-action.h:
12111         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12112         (ev_view_go_forward), (ev_view_get_find_status_message),
12113         (history_index_changed_cb), (ev_view_set_history):
12114         * shell/ev-view.h:
12115         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12116         (update_current_page), (register_custom_actions):
12117
12118         Implement history dropdowns
12119
12120 2005-01-11  Marco Pesenti Gritti  <marco@gnome.org>
12121
12122         * shell/ev-history.c: (ev_history_init), (ev_history_add_link):
12123         * shell/ev-view.c: (ev_view_set_document), (ev_view_go_back),
12124         (ev_view_go_forward):
12125         * shell/ev-window.c: (register_custom_actions):
12126
12127         Fix several history bugs
12128
12129 2005-01-11  Kjartan Maraas  <kmaraas@gnome.org>
12130
12131         * configure.ac: Add «nb» to ALL_LINGUAS.
12132
12133 2005-01-10  Marco Pesenti Gritti  <marco@gnome.org>
12134
12135         * backend/Makefile.am:
12136         * backend/ev-bookmark.c:
12137         * backend/ev-bookmark.h:
12138         * backend/ev-document-bookmarks.c:
12139         * backend/ev-document-bookmarks.h:
12140         * backend/ev-document-links.c: (ev_document_links_get_type),
12141         (ev_document_links_has_document_links),
12142         (ev_document_links_begin_read), (ev_document_links_get_link),
12143         (ev_document_links_get_child), (ev_document_links_next),
12144         (ev_document_links_free_iter):
12145         * backend/ev-document-links.h:
12146         * backend/ev-link.c: (ev_link_type_get_type), (ev_link_get_title),
12147         (ev_link_set_title), (ev_link_get_uri), (ev_link_set_uri),
12148         (ev_link_get_link_type), (ev_link_set_link_type),
12149         (ev_link_get_page), (ev_link_set_page), (ev_link_get_property),
12150         (ev_link_set_property), (ev_window_dispose), (ev_link_init),
12151         (ev_link_class_init), (ev_link_new_title), (ev_link_new_page),
12152         (ev_link_new_external):
12153         * backend/ev-link.h:
12154         * pdf/xpdf/pdf-document.cc:
12155         * shell/Makefile.am:
12156         * shell/ev-application.c: (ev_application_open_link):
12157         * shell/ev-application.h:
12158         * shell/ev-history.c: (ev_history_add_link), (ev_history_add_page),
12159         (ev_history_get_link_nth):
12160         * shell/ev-history.h:
12161         * shell/ev-sidebar-bookmarks.c:
12162         * shell/ev-sidebar-bookmarks.h:
12163         * shell/ev-sidebar-links.c: (ev_sidebar_links_destroy),
12164         (ev_sidebar_links_class_init), (selection_changed_cb),
12165         (ev_sidebar_links_construct), (ev_sidebar_links_init),
12166         (links_page_num_func), (ev_sidebar_links_new), (stack_data_free),
12167         (do_one_iteration), (populate_links_idle),
12168         (ev_sidebar_links_clear_document), (ev_sidebar_links_set_document):
12169         * shell/ev-sidebar-links.h:
12170         * shell/ev-sidebar.c: (ev_sidebar_set_document):
12171         * shell/ev-view.c: (go_to_link), (ev_view_go_to_link),
12172         (go_to_index):
12173         * shell/ev-view.h:
12174         * shell/ev-window.c: (ev_window_open_link), (ev_window_init):
12175         * shell/ev-window.h:
12176
12177         Rename bookmark to link, and use "Index" for the sidebar panel.
12178
12179 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12180
12181         * shell/Makefile.am:
12182         * shell/ev-application.c: (ev_application_open_bookmark):
12183         * shell/ev-application.h:
12184         * shell/ev-history.c: (ev_history_init), (free_links_list),
12185         (ev_history_finalize), (ev_history_class_init),
12186         (ev_history_add_link), (ev_history_add_page),
12187         (ev_history_get_link_nth), (ev_history_get_n_links),
12188         (ev_history_get_current_index), (ev_history_set_current_index),
12189         (ev_history_new):
12190         * shell/ev-history.h:
12191         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12192         * shell/ev-view.c: (ev_view_finalize), (ev_view_set_document),
12193         (set_document_page), (go_to_bookmark), (ev_view_go_to_bookmark),
12194         (go_to_index), (ev_view_go_back), (ev_view_go_forward),
12195         (ev_view_set_page):
12196         * shell/ev-view.h:
12197         * shell/ev-window.c: (ev_window_open_bookmark),
12198         (ev_window_cmd_go_back), (ev_window_cmd_go_forward),
12199         (goto_page_cb), (register_custom_actions):
12200         * shell/ev-window.h:
12201
12202         Initial history implementation. Needs work.
12203
12204 2005-01-09  Martin Kretzschmar  <martink@gnome.org>
12205
12206         * pdf/xpdf/GDKSplashOutputDev.cc (redraw): fix pixbuf data offset.
12207
12208 2005-01-09  Marco Pesenti Gritti  <marco@gnome.org>
12209
12210         * cut-n-paste/recent-files/egg-recent-item.c:
12211         * cut-n-paste/recent-files/egg-recent-item.h:
12212         * cut-n-paste/recent-files/egg-recent-model.c:
12213         * cut-n-paste/recent-files/egg-recent-util.c:
12214         * cut-n-paste/recent-files/egg-recent-view-gtk.c:
12215         * cut-n-paste/recent-files/egg-recent-view.c:
12216
12217         Update
12218
12219 2005-01-08  Martin Kretzschmar  <martink@gnome.org>
12220
12221         * pdf/splash/Splash.cc (clear, drawPixel, drawSpan, xorSpan, getPixel)
12222         (fillGlyph, fillImageMask, drawImage):
12223         pdf/splash/SplashBitmap.cc (SplashBitmap, ~SplashBitmap, writePNMFile):
12224         pdf/splash/SplashTypes.h:
12225         pdf/xpdf/SplashOutputDev (startPage, getColor, imageSrc): implement RGB8
12226         packed mode for Splash.
12227
12228         * pdf/xpdf/GDKSplashOutputDev.cc (GDKSplashOutputDev, redraw): use
12229         RGB8 packed mode, eliminates the pixbuf data creation loop.
12230
12231         * shell/ev-print-job.c (ev_print_job_finalize)
12232         (ev_print_job_set_property, ev_print_job_get_property)
12233         (ev_print_job_set_gnome_print_job, ev_print_job_set_document)
12234         (ev_print_job_use_print_dialog_settings, idle_print_handler)
12235         (print_closure_finalize, ev_print_job_print): implement
12236         printing (for backends with EvPsExporter)
12237
12238         * shell/ev_print_job.h: update prototypes.
12239
12240         * shell/ev-window.c (ev_window_print): unref print job after
12241         printing.
12242
12243         * shell/ev-view.c (ev_view_set_document): don't connect to "found"
12244         unless the document implements the EvDocumentFind interface.
12245
12246 2005-01-08  Satoru SATOH <ss@gnome.gr.jp>
12247
12248         * configure.ac: Added ja to ALL_LINGUAS.
12249
12250 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12251
12252         * pdf/xpdf/pdf-document.cc:
12253
12254         add a FIXME. We should probably not allocate
12255         a bookmark object every time
12256
12257 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12258
12259         * shell/ev-application.c: (ev_application_open),
12260         (ev_application_open_bookmark):
12261         * shell/ev-application.h:
12262         
12263         Add a way to open bookmarks
12264
12265         * backend/ev-bookmark.c: (ev_bookmark_get_uri),
12266         (ev_bookmark_set_uri), (ev_bookmark_get_property),
12267         (ev_bookmark_set_property), (ev_bookmark_class_init),
12268         (ev_bookmark_new_title), (ev_bookmark_new_link),
12269         (ev_bookmark_new_external):
12270
12271         Support for external uris, better constructors.
12272
12273         * backend/ev-bookmark.h:
12274         * pdf/xpdf/pdf-document.cc:
12275         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb):
12276
12277         Handle external uris
12278
12279 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12280
12281         * shell/ev-sidebar-bookmarks.c: (selection_changed_cb),
12282         (ev_sidebar_bookmarks_construct), (do_one_iteration):
12283
12284         Hook up bookmarks navigation
12285
12286 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12287
12288         * backend/Makefile.am:
12289         * backend/ev-bookmark.c: (ev_bookmark_type_get_type),
12290         (ev_bookmark_get_title), (ev_bookmark_set_title),
12291         (ev_bookmark_get_bookmark_type), (ev_bookmark_set_bookmark_type),
12292         (ev_bookmark_get_page), (ev_bookmark_set_page),
12293         (ev_bookmark_get_property), (ev_bookmark_set_property),
12294         (ev_window_dispose), (ev_bookmark_init), (ev_bookmark_class_init),
12295         (ev_bookmark_new):
12296         * backend/ev-bookmark.h:
12297         * backend/ev-document-bookmarks.c:
12298         (ev_document_bookmarks_get_bookmark):
12299         * backend/ev-document-bookmarks.h:
12300         * pdf/xpdf/pdf-document.cc:
12301         * shell/ev-sidebar-bookmarks.c: (do_one_iteration):
12302
12303         Add a bookmark object to the backend and use it instead of get_values
12304
12305 2005-01-07  Marco Pesenti Gritti  <marco@gnome.org>
12306
12307         * data/evince-ui.xml:
12308
12309         Cleanup and add select all.
12310
12311         * shell/ev-view.c: (ev_view_select_all),
12312         (ev_view_button_press_event):
12313         * shell/ev-view.h:
12314         * shell/ev-window.c: (ev_window_cmd_edit_select_all):
12315
12316         Add select all.
12317         Clear selection on click.
12318
12319 Fri Jan  7 01:28:58 2005  Jonathan Blandford  <jrb@redhat.com>
12320
12321         * shell/ev-sidebar-thumbnails.c
12322         (ev_sidebar_thumbnails_set_document): forgot to unref the
12323         loading_icon.
12324
12325 Fri Jan  7 01:22:48 2005  Jonathan Blandford  <jrb@redhat.com>
12326
12327         * shell/ev-sidebar-thumbnails.c: fill in the thumbnails starting
12328         at the visible page, not just linearly.  This makes it look fast.
12329
12330 Thu Jan  6 18:48:11 2005  Jonathan Blandford  <jrb@redhat.com>
12331
12332         * backend/ev-document-misc.c
12333         (ev_document_misc_get_thumbnail_frame): fill in the thumbnail with
12334         white.
12335         * backend/ev-document-thumbnails.h: New interface to get the size
12336         of a page.
12337
12338 2005-01-06  Jeremy Katz  <katzj@redhat.com>
12339
12340         * shell/Makefile.am (evince_SOURCES): Add ev-utils.[ch] so that
12341         make dist works
12342
12343 Wed Jan  5 15:38:28 2005  Jonathan Blandford  <jrb@redhat.com>
12344
12345         * pdf/xpdf/pdf-document.cc (bitmap_to_pixbuf): bypass
12346         GDKSplashOutputDev and just use a normal SplashOutputDev.  Speeds
12347         things up a bit.
12348
12349         * shell/ev-sidebar-thumbnail.c: start of some profiling code.
12350
12351 2005-01-05  Martin Kretzschmar  <martink@gnome.org>
12352
12353         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): match only outline
12354         fonts. Should fix font problems on systems that have the base
12355         fonts in bitmap format. Reported by James Henstridge
12356         <james@jamesh.id.au>.
12357
12358 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12359
12360         * pdf/xpdf/Gfx.cc:
12361         * pdf/xpdf/GfxState.cc:
12362
12363         Fix for CAN-2004-1125
12364
12365 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12366
12367         * shell/ev-view.c: (ev_view_copy):
12368         * shell/ev-view.h:
12369         * shell/ev-window.c: (ev_window_cmd_edit_copy):
12370
12371         Implement Edit->Copy
12372
12373 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12374
12375         * backend/ev-document.c: (ev_document_get_text):
12376         * backend/ev-document.h:
12377         * pdf/xpdf/pdf-document.cc:
12378         * shell/ev-view.c: (ev_view_realize), (expose_bin_window),
12379         (ev_view_primary_get_cb), (ev_view_primary_clear_cb),
12380         (ev_view_update_primary_selection), (ev_view_button_press_event),
12381         (ev_view_motion_notify_event), (ev_view_button_release_event):
12382
12383         Beginnings of clipboard support. Incomplete but primary sort
12384         of work.
12385
12386 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12387
12388         * shell/ev-view.c: (ev_gdk_color_to_rgb), (draw_rubberband),
12389         (expose_bin_window):
12390
12391         Nicer rubberband drawing, from GtkIconView.
12392
12393 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12394
12395         * backend/ev-document.c: (ev_document_save):
12396         * backend/ev-document.h:
12397         * data/evince-ui.xml:
12398         * pdf/xpdf/pdf-document.cc:
12399         * shell/ev-window.c: (save_error_dialog), (ev_window_cmd_save_as):
12400
12401         Implement "Save a copy..." menu item
12402
12403 2005-01-05  Marco Pesenti Gritti  <marco@gnome.org>
12404
12405         * shell/ev-view.c: (ev_view_zoom):
12406
12407         Queue a resize when zoom changes
12408
12409 Wed Jan  5 02:33:06 2005  Jonathan Blandford  <jrb@redhat.com>
12410
12411         * backend/ev-document-misc.[ch]: New misc file to do simple drop
12412         shadows.
12413
12414         * pdf/xpdf/pdf-document.cc: use the drop shadows in both types of
12415         thumbnails..
12416
12417 Tue Jan  4 22:32:32 2005  Jonathan Blandford  <jrb@redhat.com>
12418
12419         * pdf/xpdf/pdf-document.cc
12420         (pdf_document_thumbnails_get_page_pixbuf): poor man's dropshadow.
12421
12422 Tue Jan  4 21:25:05 2005  Jonathan Blandford  <jrb@redhat.com>
12423
12424         * pdf/xpdf/pdf-document.cc: Do real thumbnailing of PDF files.
12425         It's slow, but I'll speed it up next!
12426
12427 2005-01-04  Jeff Muizelaar  <jrmuizel@nit.ca>
12428
12429         * shell/main.c (load_files):
12430
12431         use gnome_vfs_make_uri_from_shell_arg so that relative paths work
12432         from the command line and because it seems more appropriate.
12433
12434 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12435
12436         * data/evince-ui.xml:
12437         * shell/ev-window.c: (update_action_sensitivity),
12438         (ev_window_cmd_go_page_up), (ev_window_cmd_go_page_down):
12439
12440         s/next page/page down
12441         s/previous page/page up
12442
12443 2005-01-04  Marco Pesenti Gritti  <marco@gnome.org>
12444
12445         * data/evince-ui.xml:
12446
12447         Change the layout to match clarkbw design.
12448
12449         * shell/Makefile.am:
12450         * shell/ev-navigation-action.c: (build_menu), (menu_activated_cb),
12451         (set_tooltip_cb), (connect_proxy), (ev_navigation_action_init),
12452         (ev_navigation_action_finalize),
12453         (ev_navigation_action_set_property),
12454         (ev_navigation_action_get_property),
12455         (ev_navigation_action_class_init):
12456         * shell/ev-navigation-action.h:
12457
12458         Implement clarkbw toolbar navigation controls (incomplete)
12459
12460         * shell/ev-page-action.c: (update_label), (update_spin),
12461         (value_changed_cb), (create_tool_item), (connect_proxy),
12462         (ev_page_action_init), (ev_page_action_finalize),
12463         (ev_page_action_set_property), (ev_page_action_get_property),
12464         (ev_page_action_set_current_page),
12465         (ev_page_action_set_total_pages), (ev_page_action_class_init):
12466         * shell/ev-page-action.h:
12467
12468         Implement a page switcher in the toolbar
12469
12470         * shell/ev-view.c: (ev_view_scroll_view):
12471         * shell/ev-window.c: (update_total_pages), (ev_window_open),
12472         (update_current_page), (view_page_changed_cb), (goto_page_cb),
12473         (register_custom_actions), (ev_window_init):
12474
12475         Change page on PageUp/Down.
12476
12477 Tue Jan  4 03:22:56 2005  Jonathan Blandford  <jrb@redhat.com>
12478
12479         * pdf/xpdf/pdf-document.cc
12480         (pdf_document_thumbnails_get_thumbnail): initial stab at
12481         implementing thumbnail support for pdfs.  It only does documents
12482         with precached pdfs now.
12483
12484 Mon Jan  3 17:22:25 2005  Jonathan Blandford  <jrb@redhat.com>
12485
12486         * shell/ev-sidebar-thumbnails.c (do_one_iteration): move the
12487         thumbnail code into a time-based idle as well.  Also, turn off the
12488         shadow temporarily as it's really slow.
12489
12490 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12491
12492         * backend/ev-document.c: (ev_document_class_init):
12493         * pdf/xpdf/pdf-document.cc:
12494         * shell/ev-window.c: (ev_window_open):
12495
12496         Fix document title bugs and fallback to
12497         filename when not available.
12498
12499 2005-01-03  Marco Pesenti Gritti  <marco@gnome.org>
12500
12501         * backend/ev-document.c: (ev_document_get_type),
12502         (ev_document_class_init), (ev_document_load),
12503         (ev_document_get_title):
12504         * backend/ev-document.h:
12505         * pdf/xpdf/pdf-document.cc:
12506         * ps/ps-document.c: (ps_document_set_property),
12507         (ps_document_get_property), (ps_document_class_init),
12508         (document_load):
12509         * ps/ps-document.h:
12510         * ps/ps.h:
12511         * shell/ev-window.c: (update_window_title), (ev_window_open),
12512         (ev_window_init):
12513
12514         Initial support for document title. Not working yet.
12515
12516 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12517
12518         * shell/ev-view.c: (ev_view_realize), (ev_view_button_press_event):
12519
12520         Grab focus on the view when clicking it
12521
12522 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12523
12524         * shell/ev-marshal.list:
12525         * shell/ev-view.c: (ev_view_realize), (add_scroll_binding),
12526         (ev_view_scroll_view), (ev_view_class_init), (ev_view_init):
12527
12528         Add key bindings to the view. Now if the focus would work
12529         right...
12530
12531 2005-01-02  Marco Pesenti Gritti  <marco@gnome.org>
12532
12533         * Makefile.am:
12534         * backend/Makefile.am:
12535         * data/Makefile.am:
12536         * dvi/Makefile.am:
12537         * dvi/dvilib/Makefile.am:
12538         * pdf/xpdf/Makefile.am:
12539         * po/POTFILES.in:
12540         * ps/Makefile.am:
12541
12542         Fix distcheck
12543
12544 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12545
12546         * shell/ev-view.c: (ev_view_realize):
12547
12548         Fix mouse wheel scrolling
12549
12550 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12551
12552         * ps/Makefile.am:
12553         * ps/gstypes.h:
12554         * ps/gtkgs.c:
12555         * ps/gtkgs.h:
12556         * ps/ps-document.c: (catchPipe), (ps_document_init),
12557         (ps_document_class_init), (ps_document_cleanup),
12558         (ps_document_finalize), (send_ps), (ps_document_get_orientation),
12559         (set_up_page), (close_pipe), (is_interpreter_ready),
12560         (interpreter_failed), (output), (input), (start_interpreter),
12561         (stop_interpreter), (file_length), (file_readable),
12562         (check_filecompressed), (check_pdf), (compute_xdpi),
12563         (compute_ydpi), (compute_size), (ps_document_enable_interpreter),
12564         (ps_document_get_type), (ps_document_emit_error_msg),
12565         (document_load), (ps_document_next_page),
12566         (ps_document_get_current_page), (ps_document_get_page_count),
12567         (ps_document_goto_page), (ps_document_set_page_size),
12568         (ps_document_zoom_to_fit), (ps_document_set_zoom),
12569         (ps_document_load), (ps_document_get_n_pages),
12570         (ps_document_set_page), (ps_document_get_page),
12571         (ps_document_widget_event), (ps_document_set_target),
12572         (ps_document_set_scale), (ps_document_set_page_offset),
12573         (ps_document_get_page_size), (ps_document_render),
12574         (ps_document_document_iface_init):
12575         * ps/ps-document.h:
12576         * ps/ps.c:
12577         * shell/ev-window.c: (ev_window_open):
12578
12579         Rename GtkGS to PSDocument
12580
12581 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12582
12583         * ps/gtkgs.c: (gtk_gs_class_init):
12584         * ps/gtkgs.h:
12585
12586         Some more leftover...
12587
12588 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12589
12590         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_get_orientation),
12591         (output), (stop_interpreter), (gtk_gs_emit_error_msg),
12592         (gtk_gs_zoom_to_fit), (gtk_gs_set_zoom):
12593         * ps/gtkgs.h:
12594
12595         Remove unused code and make a lot of stuff private
12596
12597 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12598
12599         * ps/gsdefaults.c: (gtk_gs_defaults_gconf_client),
12600         (gtk_gs_defaults_changed):
12601         * ps/gsdefaults.h:
12602         * ps/gtkgs.c:
12603         * ps/gtkgs.h:
12604         * ps/ps.h:
12605
12606         Cleanup headers dependencies
12607
12608 2005-01-01  Marco Pesenti Gritti  <marco@gnome.org>
12609
12610         * ps/Makefile.am:
12611         * ps/ggvutils.c:
12612         * ps/ggvutils.h:
12613         * ps/gsdefaults.c: (gtk_gs_defaults_get_paper_sizes):
12614         * ps/gsdefaults.h:
12615         * ps/gtkgs.c: (file_length), (file_readable),
12616         (check_filecompressed), (check_pdf), (gtk_gs_load),
12617         (gtk_gs_get_postscript):
12618
12619         Get rid of ggvutils
12620
12621 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12622
12623         * ps/ggvutils.c:
12624         * ps/ggvutils.h:
12625         * ps/gsio.h:
12626         * ps/gtkgs.c: (gtk_gs_set_zoom):
12627
12628         Cleanups
12629
12630 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12631
12632         * ps/gtkgs.c: (gtk_gs_set_zoom), (gtk_gs_set_zoom_mode):
12633
12634         Ensure the page is rerendered when changing zoom
12635
12636 2004-12-31  Marco Pesenti Gritti  <marco@gnome.org>
12637
12638         * backend/ev-document.c: (ev_document_base_init),
12639         (ev_document_changed):
12640         * backend/ev-document.h:
12641
12642         Add a changed event that is emitted when the page content
12643         changes. This is necessary to deal with the fact that
12644         in ps backend rendering happen asycrounously.
12645         This makes the ps backend mostly work.
12646
12647         * pdf/xpdf/pdf-document.cc:
12648
12649         Emit changed event
12650
12651         * ps/gtkgs.c: (set_up_page), (gtk_gs_widget_event),
12652         (ps_document_set_target):
12653
12654         Emit changed event
12655
12656         * shell/ev-view.c: (document_changed_callback),
12657         (ev_view_set_document), (ev_view_set_page):
12658
12659         Redraw on the changed signal
12660
12661 2004-12-25  Raphael Higino  <raphaelh@cvs.gnome.org>
12662
12663         * configure.ac: Added pt_BR to ALL_LINGUAS.
12664
12665 Fri Dec 24 00:48:44 2004  Jonathan Blandford  <jrb@redhat.com>
12666
12667         * backend/ev-document-bookmarks.c:
12668         (ev_document_bookmarks_get_child): *
12669         backend/ev-document-bookmarks.h: * pdf/xpdf/Makefile.am: *
12670         pdf/xpdf/pdf-document.cc: * pdf/xpdf/pdf-document.h: *
12671         shell/Makefile.am: * shell/ev-sidebar-bookmarks.c:
12672         (ev_sidebar_bookmarks_destroy),
12673         (ev_sidebar_bookmarks_class_init),
12674         (ev_sidebar_bookmarks_construct), (stack_data_free),
12675         (do_one_iteration), (populate_bookmarks_idle),
12676         (ev_sidebar_bookmarks_clear_document),
12677         (ev_sidebar_bookmarks_set_document): *
12678         shell/ev-sidebar-bookmarks.h: * shell/ev-sidebar.c:
12679         (ev_sidebar_add_page),
12680         (ev_sidebar_set_document): * shell/ev-window.c: (ev_window_open):
12681         Initial stab at a bookmarks sidebar.  It doesn't navigate yet, but
12682         it displays both the topics and the page numbers.
12683
12684 2004-12-23  Kristian Høgsberg  <krh@redhat.com>
12685
12686         * shell/ev-window.c (ev_window_view_sidebar_cb): Hook up sidebar
12687         toggle.
12688         * shell/ev-window.c (toggle_entries): Set sidebar default value to
12689         visible.
12690
12691 2004-12-23  Adam Weinberger  <adamw@gnome.org>
12692
12693         * configure.ac: Added en_CA to ALL_LINGUAS.
12694
12695 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12696
12697         * ChangeLog: replace bottom of this ChangeLog (merged history of
12698         ggv and gpdf; where all paths were wrong and most of the files are
12699         not even in this tree) with ChangeLog (from arch) of the shell
12700         code.
12701
12702 2004-12-23  Havoc Pennington  <hp@redhat.com>
12703
12704         * shell/ev-window.c: hook up potentially-questionable "find
12705         results status text" feature - something involving the sidebar or
12706         scrollbar or a continuous all-pages-on-giant-roll-of-paper-view
12707         might be better in the end.
12708
12709         * shell/ev-view.c (ev_view_get_find_status_message): new function, 
12710         with corresponding signal when it should be updated
12711
12712         * shell/eggfindbar.c (egg_find_bar_set_status_text): new function
12713
12714 2004-12-22  Havoc Pennington  <hp@redhat.com>
12715
12716         * pdf/xpdf/pdf-document.cc (pdf_document_find_begin): make search
12717         find stuff on other pages, sort of (only returns one result on
12718         invisible pages, to show they have results; updates full results
12719         for a page when you view it). Currently repaints the current page
12720         every time a new result is found on any page, which isn't so nice.
12721
12722 2004-12-22  Havoc Pennington  <hp@redhat.com>
12723
12724         * shell/ev-window.c (ev_window_cmd_edit_find): display an error if
12725         the document doesn't support find (better ideas?)
12726         (find_bar_search_changed_cb): handle missing document or document
12727         that doesn't support find
12728
12729         * pdf/xpdf/pdf-document.cc: port to implement the new
12730         EvDocumentFindIface
12731
12732         * backend/ev-document-find.c: create a new interface for searching
12733
12734         * backend/ev-document.h, backend/ev-document.c: delete the find stuff
12735
12736 2004-12-23  Martin Kretzschmar  <martink@gnome.org>
12737
12738         * pdf/xpdf/Makefile.am (libpdfdocument_la_LIBADD): add
12739         libevbackend.la.
12740
12741         * shell/ev-window.c (ev_window_print): add GnomePrintJob to
12742         EvPrintJob constructor arguments.
12743
12744         * backend/ev-ps-exporter.c, backend/ev-ps-exporter.h: interface
12745         for documents that can export PostScript (page by page).
12746
12747         * backend/Makefile.am (libevbackend_la_SOURCES): add them.
12748         
12749         * pdf/xpdf/pdf-document.cc (pdf_document_ps_export_begin)
12750         (pdf_document_ps_export_do_page, pdf_document_ps_export_end)
12751         (pdf_document_ps_exporter_iface_init:
12752         Implement EvPSExporter.
12753
12754         * pdf/xpdf/Makefile.am (libxpdf_la_SOURCES): build PSOutputDev.
12755
12756 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12757
12758         * backend/Makefile.am:
12759         * backend/ev-document-thumbnails.c:
12760         (ev_document_thumbnails_get_type),
12761         (ev_document_thumbnails_get_thumbnail):
12762         * backend/ev-document-thumbnails.h:
12763         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12764         (pixbuf_document_thumbnails_get_thumbnail),
12765         (pixbuf_document_document_thumbnails_iface_init):
12766         * shell/Makefile.am:
12767         * shell/ev-sidebar-thumbnails.c: (ev_sidebar_thumbnails_destroy),
12768         (ev_sidebar_thumbnails_class_init), (ev_sidebar_thumbnails_init),
12769         (populate_thumbnails), (ev_sidebar_thumbnails_set_document):
12770         * shell/ev-sidebar-thumbnails.h:
12771         * shell/ev-sidebar.c: (ev_sidebar_init), (ev_sidebar_add_page),
12772         (ev_sidebar_set_document):
12773         * shell/ev-utils.c: (gaussian), (create_blur_filter),
12774         (create_shadow), (ev_pixbuf_add_shadow):
12775         * shell/ev-utils.h:
12776         Add thumbnail support.
12777         
12778 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12779
12780         * shell/ev-window.c (ev_window_cmd_file_print, ev_window_print)
12781         (using_postscript_printer): Set up a print dialog for "PostScript
12782         injection" method.
12783
12784         * shell/ev-print-job.h, shell/ev-print-job.c: stub classes for
12785         EvPrintJob.
12786
12787         * shell/Makefile.am (evince_SOURCES): add ev-print-job.[ch]
12788
12789 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12790
12791         * ps/gtkgs.c: (gtk_gs_init), (set_up_page),
12792         (ps_document_set_target), (ps_document_get_page_size),
12793         (ps_document_render):
12794         * ps/gtkgs.h:
12795
12796         Fix a few bugs
12797
12798 2004-12-22  Christian Rose  <menthos@menthos.com>
12799
12800         * configure.ac: Added "sv" to ALL_LINGUAS.
12801
12802 Wed Dec 22 14:47:38 2004  Jonathan Blandford  <jrb@redhat.com>
12803
12804         * backend/ev-document-bookmarks.[ch]: new interface to indicate
12805         document supports bookmarks.
12806
12807 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12808
12809         * ps/ggvutils.c: (ggv_file_readable):
12810         * ps/ggvutils.h:
12811         * ps/gtkgs.c: (check_filecompressed), (check_pdf),
12812         (gtk_gs_get_postscript):
12813
12814         Remove unused utils
12815
12816 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12817
12818         * ps/gtkgs.c: (gtk_gs_init), (gtk_gs_class_init), (gtk_gs_cleanup),
12819         (gtk_gs_finalize), (gtk_gs_set_center), (set_up_page), (output),
12820         (start_interpreter), (compute_size), (gtk_gs_enable_interpreter),
12821         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_reload),
12822         (gtk_gs_emit_error_msg), (gtk_gs_disable_interpreter),
12823         (gtk_gs_load), (gtk_gs_goto_page), (gtk_gs_set_page_size),
12824         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12825         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12826         (gtk_gs_set_antialiasing), (ps_document_load),
12827         (ps_document_render):
12828         * ps/gtkgs.h:
12829
12830         Another check point for the ps backend. Now I can get it to show
12831         pages!
12832
12833 Wed Dec 22 13:41:01 2004  Jonathan Blandford  <jrb@redhat.com>
12834
12835         * shell/ev-sidebar.c (ev_sidebar_set_document): initial sidebar
12836         document setting code.
12837
12838 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12839
12840         * shell/eggfindbar.c: (entry_activate_callback):
12841         Animate the next button when activate is pressed.
12842         
12843 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12844
12845         * shell/ev-window.c: (ev_window_cmd_edit_find),
12846         (update_fullscreen_popup), (ev_window_fullscreen),
12847         (ev_window_unfullscreen), (ev_window_state_event_cb),
12848         (ev_window_focus_out_cb), (find_bar_close_cb), (ev_window_init):
12849         Fix bugs in fullscreen code.
12850         
12851 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12852
12853         * Makefile.am:
12854         * configure.ac:
12855         * pixbuf/Makefile.am:
12856         * pixbuf/pixbuf-document.c: (G_DEFINE_TYPE_WITH_CODE),
12857         (pixbuf_document_load), (pixbuf_document_get_n_pages),
12858         (pixbuf_document_set_page), (pixbuf_document_get_page),
12859         (pixbuf_document_set_target), (pixbuf_document_set_scale),
12860         (pixbuf_document_set_page_offset), (pixbuf_document_get_page_size),
12861         (pixbuf_document_render), (pixbuf_document_begin_find),
12862         (pixbuf_document_end_find), (pixbuf_document_finalize),
12863         (pixbuf_document_class_init),
12864         (pixbuf_document_document_iface_init), (pixbuf_document_init):
12865         * pixbuf/pixbuf-document.h:
12866         * shell/Makefile.am:
12867         * shell/ev-application.c: (ev_application_open):
12868         * shell/ev-window.c: (mime_type_supported_by_gdk_pixbuf),
12869         (ev_window_open):
12870         Add pixbuf backend.
12871         
12872 Tue Dec 21 21:45:43 2004  Soeren Sandmann  <sandmann@redhat.com>
12873
12874         * Makefile.am: 
12875         * dvi/dvilib/Makefile.am:
12876         * dvi/Makefile.am:
12877         * configure.ac: Auto*ify dvi and dvi/dvilib
12878
12879         * dvi/Makefile: Remove from CVS
12880         
12881         * dvi/dvilib/dl-pkfont.cc (unpack_bitmap): Fix uchar/uint
12882         confusion.
12883
12884         * dvi/dvilib/dl-fontdefinition.{cc,hh}: New DviFontMap class
12885         
12886         * dvi/dvilib/dl-vffont.{cc,hh}: Many bugfixes to VF code.
12887         
12888 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12889
12890         * ps/Makefile.am:
12891         * ps/gtkgs.c: (gtk_gs_class_init), (gtk_gs_finalize),
12892         (gtk_gs_value_adjustment_changed), (compute_size),
12893         (gtk_gs_get_type), (gtk_gs_new), (gtk_gs_new_from_file),
12894         (gtk_gs_center_page), (gtk_gs_load), (gtk_gs_set_page_size),
12895         (gtk_gs_set_override_orientation), (gtk_gs_set_override_size),
12896         (gtk_gs_set_zoom), (gtk_gs_set_default_orientation),
12897         (gtk_gs_start_scroll), (gtk_gs_get_postscript),
12898         (gtk_gs_set_adjustments), (gtk_gs_set_available_size),
12899         (ps_document_load), (ps_document_get_n_pages),
12900         (ps_document_set_page), (ps_document_get_page),
12901         (ps_document_set_target), (ps_document_set_scale),
12902         (ps_document_set_page_offset), (ps_document_get_page_size),
12903         (ps_document_render), (ps_document_begin_find),
12904         (ps_document_end_find), (ps_document_document_iface_init):
12905         * ps/gtkgs.h:
12906         * shell/Makefile.am:
12907         * shell/ev-window.c: (ev_window_open):
12908
12909         Some work to integrate gtkgs with EvDocument
12910
12911 2004-12-22  Anders Carlsson  <andersca@gnome.org>
12912
12913         * shell/ev-window.c: (update_fullscreen_popup),
12914         (screen_size_changed_cb), (destroy_exit_fullscreen_popup),
12915         (exit_fullscreen_button_clicked_cb),
12916         (fullscreen_popup_size_request_cb), (ev_window_fullscreen),
12917         (ev_window_unfullscreen), (ev_window_cmd_view_fullscreen),
12918         (ev_window_state_event_cb), (ev_window_init):
12919         Add fullscreen support from Epiphany.
12920         
12921 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12922
12923         * data/ev-stock-zoom-fit-width.png: fit-width
12924         stock icon from gpdf.
12925         
12926         * shell/ev-stock-icons.[ch]: copied from gpdf.
12927         
12928         * shell/main.c: (main): init stock icons.
12929         
12930         * shell/ev-window.c: use the fit-width icon.
12931         
12932         * data/evince-ui.xml: add zooming toolbar items.
12933
12934 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12935
12936         * shell/ev-view.c: 
12937         (ev_view_best_fit), (ev_view_fit_width): because
12938         get_page_size() returns the scaled page size, we
12939         need to calculate the scale factor relative to
12940         the previous scale factor. Should really just
12941         add get_real_page_size().
12942
12943 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12944
12945         * shell/ev-view.[ch]:
12946         (ev_view_zoom), (ev_view_zoom_in), (ev_view_zoom_out),
12947         (ev_view_normal_size), (ev_view_best_fit), (ev_view_fit_width):
12948         add zooming.
12949         
12950         * shell/ev-window.c: (ev_window_cmd_view_zoom_in),
12951         (ev_window_cmd_view_zoom_out), (ev_window_cmd_view_normal_size),
12952         (ev_window_cmd_view_best_fit), (ev_window_cmd_view_page_width):
12953         hook it up.
12954         
12955         * pdf/xpdf/pdf-document.cc:
12956         (pdf_document_begin_find),
12957         (pdf_document_end_find): make static.
12958
12959 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
12960
12961         * pdf/xpdf/GlobalParams.h (setupBaseFontsFc): add prototype.
12962
12963         * pdf/xpdf/GlobalParams.cc (displayFontTabFc): maps base font
12964         names to fontconfig patterns.
12965         (setupBaseFontsFc): setupBaseFonts reimplemented using fontconfig.
12966
12967         * pdf/xpdf/pdf-document.cc (pdf_document_load): use
12968         setupBaseFontsFc.
12969
12970 2004-12-22  Marco Pesenti Gritti  <marco@gnome.org>
12971
12972         * Makefile.am:
12973         * configure.ac:
12974         * ps/Makefile.am:
12975         * ps/ggvutils.c:
12976         * ps/ggvutils.h:
12977         * ps/gsdefaults.c:
12978         * ps/gsdefaults.h:
12979         * ps/gsio.c:
12980         * ps/gsio.h:
12981         * ps/gtkgs.c:
12982         * ps/gtkgs.h:
12983         * ps/ps.c:
12984         * ps/ps.h:
12985
12986         Import ggv backend. Not hooked up yet.
12987
12988 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12989
12990         * shell/main.c: (load_files), (main): load files
12991         from the command line.
12992
12993 2004-12-22  Mark McLoughlin  <mark@skynet.ie>
12994
12995         * configure.ac: don't require bonobo.
12996         
12997         * cut-n-paste/recent-files/*: kill bonobo recent
12998         view.
12999
13000         * shell/ev-window.c:
13001         (ev_window_is_empty): upd.
13002         (unable_to_load), (ev_window_open): load backend
13003         based on the mime type.
13004
13005 2004-12-22  Martin Kretzschmar  <martink@gnome.org>
13006
13007         * backend/.cvsignore: ignore generated marshalers source.
13008
13009         * shell/main.c (main): this is not epiphany.
13010
13011 2004-12-22  Havoc Pennington  <hp@redhat.com>
13012
13013         * shell/ev-view.c (ev_view_set_document): connect to "found" signal
13014         (expose_bin_window): draw find highlights
13015
13016         * shell/ev-window.c (find_bar_search_changed_cb): implement 
13017         
13018         * pdf/xpdf/pdf-document.cc (pdf_document_begin_find) 
13019         (pdf_document_end_find): implement this interface
13020
13021         * backend/ev-document.c (ev_document_found): add this to emit
13022         signal
13023
13024 Tue Dec 21 23:57:37 2004  Owen Taylor  <otaylor@redhat.com>
13025
13026         * data/evince-ui.xml: Add a few more toolbar items.
13027
13028         * shell/ev-window.c: Hook up page navigation toolbar 
13029         items.
13030
13031         * shell/ev-view.[ch]: add ev_view_set/get_page and 
13032         a page-changed signal.
13033
13034         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc::
13035         Add ev_document_get_page().
13036
13037         * shell/ev-window.c: Sensitize/desensitize navigation
13038         actions.
13039
13040 2004-12-21  Havoc Pennington  <hp@redhat.com>
13041
13042         * backend/ev-backend-marshal.c,
13043         backend/ev-backend-marshalers.list, backend/Makefile.am: add
13044         marshaler-generator thingy. I'm sure there's a better way to do
13045         this in the modern world.
13046
13047         * backend/ev-document.h (struct _EvDocumentIface): add begin_find,
13048         end_find methods and "found" signal.
13049
13050         * configure.ac: find glib-genmarshal
13051
13052 Tue Dec 21 23:20:35 2004  Jonathan Blandford  <jrb@redhat.com>
13053
13054         * shell/ev-sidebar.c: Construct an actual sidebar.
13055         * shell/ev-sidebar-bookmarks.[ch]:
13056         * shell/ev-sidebar-thumbnails.[ch]: Stub out sidebars.
13057
13058 Tue Dec 21 23:05:51 2004  Owen Taylor  <otaylor@redhat.com>
13059
13060         * backend/ev-document.{h,cc} pdf/xpdf/pdf-document.cc:
13061         Redo size handling.
13062         
13063         * shell/ev-view.c: Track the size from the document.
13064
13065 Tue Dec 21 22:17:04 2004  Owen Taylor  <otaylor@redhat.com>
13066
13067         * pdf/xpdf/pdf-document.cc (pdf_document_load): PDFDoc
13068         constructor assumes ownership of the string passed in.
13069         
13070         * shell/ev-window.c (ev_window_open): Destroy the error
13071         dialog once we've displayed it.
13072
13073 Tue Dec 21 21:58:56 2004  Owen Taylor  <otaylor@redhat.com>
13074
13075         * pdf/xpdf/pdf-document.cc shell/ev-view.c: Hook things up 
13076         a bit, it works! (sort of)
13077
13078         * pdf/xpdf/Makefile.am pdf/xpdf/pdf-document.cc:
13079         Move to .cc since we need to use C++ in the implementation.
13080
13081         * shell/dummy.cc: Add a CC file to force evince
13082         to be linked as a C++ program.
13083
13084 Tue Dec 21 21:07:55 2004  Owen Taylor  <otaylor@redhat.com>
13085
13086         * shell/ev-view.[ch]: Start of content-area widget.
13087
13088         * shell/ev-window.c: Create a EvView, update it
13089         as we change documents.
13090
13091         * shell/Makefile.am shell/ev-marshal.list: Add
13092         generated marshalers.
13093
13094 Tue Dec 21 20:28:11 2004  Jonathan Blandford  <jrb@redhat.com>
13095
13096         * Makefile.am (SUBDIRS): move shell.
13097
13098 Tue Dec 21 19:28:55 2004  Owen Taylor  <otaylor@redhat.com>
13099
13100         * pdf/{goo,fofi,splash,xpdf}/Makefile.am: Switch from
13101         .a to libtool convenience libraries.
13102
13103         * shell/ev-window.c (ev_window_open): Hard code loading
13104         a PDF document.
13105         
13106         * backend/ev-document.h: Add a boolean return to load(),
13107         fix GError * to GError **.
13108
13109         * pdf/xpdf/pdf-document.[ch] Makefile.am: Add a stub
13110         object for a PDF backend EvDocument.
13111
13112 Tue Dec 21 18:55:06 2004  Søren Sandmann  <sandmann@redhat.com>
13113
13114         * dvi/*: New directory with the beginning of a .dvi backend.
13115
13116 2004-12-21  Havoc Pennington  <hp@redhat.com>
13117
13118         * shell/eggfindbar.c (egg_find_bar_init): change buttons to
13119         previous/next instead of back/forward
13120
13121 Tue Dec 21 18:26:24 2004  Owen Taylor  <otaylor@redhat.com>
13122
13123         * backend/ev-document.[ch]: Fix a couple of problems so
13124         it compile.
13125
13126 Tue Dec 21 18:20:40 2004  Owen Taylor  <otaylor@redhat.com>
13127
13128         * viewer/* backend/* configure.ac Makefile.am: Move viewer directory 
13129         to backend/ directory, rename EvViewer to EvDocument.
13130
13131 2004-12-21  Havoc Pennington  <hp@redhat.com>
13132
13133         * shell/ev-window.c: hook up the find bar widget; now we just need
13134         a document to find things in
13135
13136         * shell/eggfindbar.c: a find bar widget
13137
13138 Tue Dec 21 17:20:16 2004  Jonathan Blandford  <jrb@redhat.com>
13139
13140         * shell/ev-sidebar.[ch]: initial sidebar boilerplate.
13141
13142 Tue Dec 21 16:30:58 2004  Owen Taylor  <otaylor@redhat.com>
13143
13144         * pdf/**: Import of xpdf code from gpdf. 
13145
13146         * pdf/xpdf/xpdfconfig.h: Move the non-config.h config.h to xpdfconfig.h
13147
13148         * pdf/splash/SplashFTFont.{cc,h} pdf/splash/SplashFTFont.h
13149         pdf/splash/SplashFTFontEngine.h pdf/splash/SplashFTFontFile.h: 
13150         Fix FreeType includes.
13151
13152         * pdf/xpdf/{Error.h GnomeVFSStream.cc ImageOutputDev.cc PDFDoc.cc\
13153         pdffonts.cc pdfimages.cc pdfinfo.cc pdftoppm.cc pdftops.cc
13154         pdftotext.cc PSOutputDev.cc PSOutputDev.h SplashOutputDev.h
13155         Stream.cc TextOutputDev.cc XPDFApp.cc xpdf.cc XPDFViewer.cc
13156         pdf/xpdf/Error.h PSOutputDev.h SplashOutputDev.h}:
13157         Include xpdfconfig.h
13158         
13159 Tue Dec 21 16:08:17 2004  Jonathan Blandford  <jrb@redhat.com>
13160
13161         * shell/ev-window.c (ev_window_dispose): dispose can be called
13162         multiple times.
13163
13164 2004-12-21  Havoc Pennington  <hp@redhat.com>
13165
13166         * shell/ev-window.c (ev_window_init): set title to Document Viewer
13167         rather than Evince
13168
13169         * data/evince-ui.xml, shell/ev-window.c: add a bunch of stub menu
13170         items; really they should be synced with the strings, etc. from
13171         current gpdf, but just getting the boring typing out of the way 
13172
13173 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13174
13175         * po/POTFILES.in:
13176         * shell/ev-application.c: (window_destroy_cb):
13177         * shell/ev-window.c:
13178         * shell/main.c: (main):
13179
13180         Actually show the window...
13181
13182 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13183
13184         * Makefile.am:
13185         * shell/Makefile.am:
13186         * shell/ev-application.c: (ev_application_class_init):
13187         * shell/ev-window.c: (ev_window_dispose), (ev_window_class_init):
13188
13189         Make it build again
13190
13191 2004-12-21  Marco Pesenti Gritti  <marco@gnome.org>
13192
13193         Import to gnome cvs.
13194         
13195         * Remove copies of gpdf and ggv trees.
13196         * Rip out all the recursive configure code.
13197         * Remove bonobo machinery.
13198         * viewer/*: GInterfaces that backends should/can implement.
13199
13200 2004-11-09  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13201
13202         * shell/ev-window.c (ev_window_cmd_help_about): fix "documentors"
13203         typo
13204
13205 2004-10-28  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13206
13207         * shell/ev-application.c (EV_APPLICATION_GET_PRIVATE)
13208         (ev_application_finalize, ev_application_class_init)
13209         (ev_application_init): use GType instance private data for priv.
13210
13211         * shell/ev-window.c (EV_WINDOW_GET_PRIVATE)
13212         (ev_window_finalize, ev_window_class_init)
13213         (ev_window_init): ditto.
13214
13215 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13216
13217         * shell/ev-application.c (ev_application_new_window): make public
13218         (ev_application_show_initial_window): kill.
13219
13220         * shell/ev-application.h: update prototypes.
13221
13222         * shell/main.cc (main): inline ev_application_show_initial_window.
13223
13224 2004-10-27  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13225
13226         * shell/ev-application.c (ev_application_new_window): impl.
13227         (ev_application_show_initial_window): use it.
13228         (is_window_empty, ev_application_get_empty_window): returns an
13229         existing empty window or a new one.
13230         (ev_application_open): from ev_window_cmd_file_open.
13231
13232         * shell/ev-application.h: update prototypes
13233
13234         * shell/ev-window.c (ev_window_is_empty): impl.
13235         (ev_window_open): make public.
13236         (ev_window_cmd_file_open): use ev_application_open
13237
13238         * shell/ev-window.h: update prototypes, remove unused.
13239
13240 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13241
13242         * shell/ev-window.c (ev_window_destroy, ev_window_class_init):
13243         move destroy handler out of here...
13244
13245         * shell/ev-application.c, shell/ev-application.h: ...into this new
13246         class. Also handles initial window creation.
13247
13248         * shell/main.cc (main): use EvApplication to create initial
13249         window.
13250
13251 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13252
13253         * Makefile.am (SUBDIRS): add cut-n-paste
13254
13255         * cut-n-paste/Makefile.am: add
13256
13257         * configure.ac: generate Makefiles in cut-n-paste
13258
13259 2004-10-26  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13260
13261         * shell/ev-window.c (ev_window_dispose): new, unref the ui_manager
13262         (ev_window_class_init): install ev_window_dispose.
13263
13264 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13265
13266         * shell/ev-window.h, shell/ev-window.c: replace gchar with
13267         char (gchar looks stupid).
13268
13269 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13270
13271         * po/de.po: updated German translation.
13272
13273 2004-10-25  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13274
13275         * configure.ac: add more pkg-config library checks for gnome-vfs,
13276         bonobo etc.
13277
13278         * gpdf/configure.in: temporarily disable libpaper
13279         checks. Otherwise I'd have to add the checks for the shell, too.
13280
13281 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13282
13283         * shell/ev-window.c (ev_window_cmd_file_open): add ps+pdf, ps, pdf
13284         and * file filters to the file choose.
13285
13286 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13287
13288         * po/de.po: Updated German translation.
13289
13290 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13291
13292         * shell/ev-window.c: use "S" as mnemonic for Statusbar.
13293
13294 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13295
13296         * data/evince-ui.xml: add View->Toolbar and View->Statusbar.
13297
13298         * shell/ev-window.c (menu_item_select_cb, menu_item_select_cb)
13299         (ev_window_init): implement those menuitems.
13300
13301 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13302
13303         * data/evince-ui.xml: add a toolbar (with FileOpen action)
13304
13305         * shell/ev-window.c (ev_window_init): use the toolbar.
13306
13307 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13308
13309         * shell/ev-window.c (ev_window_init): use menu translations
13310
13311 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13312
13313         * configure.ac: add "de" to ALL_LINGUAS.
13314
13315         * po/de.po: add German translation.
13316
13317 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13318
13319         * Makefile.am (SUBDIRS): add po
13320
13321         * configure.ac: check intltool, glib-gettext etc, generate
13322         po/Makefile.in
13323
13324         * po, po/POTFILES.in, po/POTFILES.skip: new.
13325
13326 2004-10-24  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13327
13328         * shell/Makefile.am (INCLUDES): define GNOMELOCALEDIR which we
13329         already use (#ifdef ENABLE_NLS)
13330
13331         * shell/ev-window.c (ev_window_cmd_help_about): fix two star
13332         pointer indirection thinko.
13333
13334         * shell/main.c: include gi18n.h for bindtextdomain etc.
13335
13336 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13337
13338         * shell/ev-window.c (menu_item_select_cb, menu_item_deselect_cb)
13339         (connect_proxy_cb, disconnect_proxy_cb, ev_window_init): show
13340         tooltips for menu items in the statusbar.
13341
13342 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13343
13344         * configure.ac, data/Makefile.am, shell/Makefile.am: use
13345         pkgdatadir drop UIDIR
13346
13347 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13348
13349         * data/evince-ui.xml: Add File->Open menu item
13350
13351         * shell/ev-window.c (ev_window_cmd_file_open): impl. (shows a file
13352         chooser), hook it up in the ui manager.
13353
13354 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13355
13356         * shell/ev-window.c: fix Help->About tooltip.
13357
13358 2004-10-23 Martin Kretzschmar  <m_kretzschmar@gmx.net>
13359
13360         * configure.ac: set CFLAGS for libevprivate.
13361
13362         * lib/ev-stock-icons.h, lib/ev-stock-icons.c: stock icon
13363         definitions, factory etc.
13364
13365         * lib/Makefile.am: build libevprivate.a (only stock icon code).
13366
13367         * shell/Makefile.am: link against libevprivate.a.
13368
13369         * shell/ev-window.c (entries): add stock icon to Help->About.
13370
13371         * shell/main.c (main): init stock icon code.
13372
13373 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13374
13375         * lib/recent-files: egg recent files code
13376
13377         * lib/Makefile.am: add.
13378
13379         * Makefile.am: add lib subdir.
13380
13381         * configure.ac: gen. lib/Makefile and lib/recent-files/Makefile,
13382         set CFLAGS for recent-files.
13383
13384 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13385
13386         * configure.ac: disable -ansi and -pedantic gcc flags. They
13387         disable POSIX stuff in stdio.h, but egg-recent uses them.
13388
13389 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net> 
13390
13391         * configure.ac: add --disable-deprecated flag (defaults to on in
13392         "cvs" builds).
13393
13394         * shell/Makefile.am (INCLUDES): use it.
13395
13396 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13397
13398         * shell/main.c: add missing #include.
13399
13400         * shell/ev-window.c: fix for pedantic gcc.
13401         (ev_window_cmd_help_about): split license into paragraphs for
13402         translators and pedantic compilers.
13403
13404 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13405
13406         * configure.ac: add more warning flags if compiling with gcc from
13407         cvs (or explicitly requested with --enable-more-warnings).
13408
13409 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13410
13411         * data/evince-ui.xml: add File and File->Close menu.
13412
13413         * shell/ev-window.c (ev_window_cmd_file_close_window): impl.
13414         (ev_window_destroy): quit after destroy.
13415         (ev_window_class_init): override GtkObject::destroy.
13416         (entries): install close_window callback.
13417
13418 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13419
13420         * Makefile.am (SUBDIRS): add data subdir.
13421
13422         * configure.ac (UIDIR): gen data/Makefile, define UIDIR.  Require
13423         gtk+ 2.5.0 for GtkAboutDialog.
13424
13425         * data/Makefile.am, data/evince-ui.xml: add, ui definition for the
13426         main window.
13427
13428         * shell/Makefile.am (INCLUDES): propagate UIDIR definition.
13429
13430         * shell/ev-window.c (ev_window_init): create a menubar, using a ui
13431         manager.
13432         (ev_window_cmd_help_about): about command, using GtkAboutDialog.
13433
13434 2004-10-23  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13435
13436         * shell/ev-window.c, shell/ev-window.h: Created an EvWindow class.
13437
13438 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13439
13440         * shell/main.c: make it a trivial gtk+ program, adjust configure.ac
13441
13442 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13443
13444         * shell/*: Added shell directory boilerplate, build it.
13445
13446 2004-10-22  Martin Kretzschmar  <m_kretzschmar@gmx.net>
13447
13448         * configure.ac, Makefile.am: Added top-level configure.ac and
13449         Makefile.am